]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(server-buffer): New const.
[gnu-emacs] / lisp / ChangeLog
1 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * server.el (server-buffer): New const.
4 (server-log): New var.
5 (server-log): Use them.
6 (server-process-filter): (Try to) run the continuation in the same cwd
7 as the client's.
8
9 2008-01-26 Alan Mackenzie <acm@muc.de>
10
11 * progmodes/cc-defs.el (c-save-buffer-state):
12 Bind buffer-file-name and buffer-file-truename to nil, to prevent
13 primitives generating "buffer is read only" messages.
14
15 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
16
17 * icalendar.el (icalendar-version): Increase to "0.17".
18 (icalendar-import-format): Doc fix. Allow function type.
19 (icalendar--read-element): Doc fix.
20 (icalendar--parse-summary-and-rest): Doc fix. Handle function
21 type icalendar-import-format. Make regexps non-greedy.
22 (icalendar--format-ical-event): Handle function type
23 icalendar-import-format.
24 (icalendar-import-format-sample): New function.
25
26 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
27
28 * vc.el (vc-exec-after): For mode-line-process highlighting, if
29 `compile' is not available, fall back to font-lock-warning-face.
30
31 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
32
33 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
34 that the filename end is found even when the filename is empty.
35 Fixes error and spurious newlines when marking files for deletion.
36
37 2008-01-26 Martin Rudalics <rudalics@gmx.at>
38
39 * subr.el (find-tag-default): Simplify using exclusively
40 skip-syntax-backward/-forward.
41
42 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
43
44 * vc.el (vc-directory, vc-update-change-log): Remove check for
45 Tramp. Both functions work for it, though pretty slow
46 (`vc-directory'). Maybe the implementation can be optimized.
47
48 * net/tramp.el (tramp-dissect-file-name): Raise an error when
49 Tramp 2.0 syntax is used.
50 Suggested by Trent W. Buck <trentbuck@gmail.com>.
51
52 2008-01-26 Eli Zaretskii <eliz@gnu.org>
53
54 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
55 invoke directory-files-and-attributes with last argument `integer'
56 instead of `string'.
57 (insert-directory): Add -n to the list of supported switches
58 mentioned in the doc string.
59
60 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
61
62 * blank-mode.el: New version 9.1. Handle "long" line tail
63 visualization. Doc fix.
64 (blank-line-length): Rename to blank-line-column.
65 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
66 Initialization fix.
67 (blank-replace-spaces-by-tabs): New fun.
68 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
69
70 2008-01-25 Richard Stallman <rms@gnu.org>
71
72 * subr.el (add-hook): Implement `permanent-local-hook' property.
73
74 * loadhist.el (file-provides, file-requires): Push the filename right.
75
76 2008-01-25 Martin Rudalics <rudalics@gmx.at>
77
78 * emacs-lisp/find-func.el (find-library): Wrap search for
79 library name in condition-case to avoid reporting a scan-error.
80
81 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
82
83 * server.el (server-process-filter): Don't force
84 the authentication string to be followed by "\n".
85
86 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
87
88 * blank-mode.el: New version 9.0. New commands to clean up some blank
89 problems like trailing blanks. New faces and regexp for visualizing
90 the blank problems. Doc fix.
91 (blank-chars, blank-global-modes, blank-chars-value-list)
92 (blank-toggle-option-alist, blank-help-text): Initialization fix.
93 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
94 (blank-indentation, blank-empty, blank-space-after-tab)
95 (blank-indentation-regexp, blank-empty-at-bob-regexp)
96 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
97 (blank-cleanup, blank-cleanup-region): New commands.
98 (blank-color-on): Code fix.
99
100 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
101
102 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
103 file name.
104 (ibuffer-mode-map): Add binding to sort by file name.
105 (ibuffer-filename/process-header-map): New variable.
106 (filename-and-process): Add a header that sorts by file name.
107 (ibuffer-mode): Mention sorting by file name.
108
109 * ibuf-ext.el (filename/process): New sorter.
110
111 2008-01-25 Sven Joachim <svenjoac@gmx.de>
112
113 * view.el (kill-buffer-if-not-modified): Don't pass t to
114 buffer-modified-p.
115
116 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
117
118 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
119 the source file in case of `rename'.
120 Reported by Pete Forman <pete.forman@westerngeco.com>.
121
122 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
123
124 * allout.el (allout-keybindings-list): In initial setting, express
125 meta-prefixed allout keys as vectors instead of strings, since the
126 string form is interpreted in some cases as composed key
127 modifiers, eg, accented keys.
128
129 (allout-line-boundary-regexp): Clarify description.
130
131 (set-allout-regexp): Repair the expressions so that the formfeed
132 part is identified as one of the top-level groups, and is
133 included in all the forms, not just the -line-boundary-regexp one.
134
135 (allout-prefix-data): Incorporate information from the various
136 allout regexp's formfeed alternative group, when present.
137
138 (allout-write-file-hook-handler): Rectify mangling of the error
139 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
140 condition-case handler was apparently reformatted as if it was a
141 call to the error function. An apparent repair attempt in version
142 1.101 situated the original body of the error handling code as
143 bogus condition-case handlers. I've returned to just about the
144 working code that was originally there, removing an unnecessary -
145 but benign - enclosing 'progn'. \(Automated or cursory code fixes
146 often aren't.)
147
148 (allout-region-active-p): Fallback to value of mark-active if
149 neither use-region-p nor region-active-p are present, for
150 compatability with current and recent emacs major releases.
151
152 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
153
154 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
155 (reftex-toc-restore-region):
156 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
157 (reftex-index-phrases-apply-to-region):
158 * textmodes/ispell.el (ispell-word):
159 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
160 * progmodes/pascal.el (pascal-mark-defun):
161 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
162 (f90-fill-region):
163 * emulation/tpu-edt.el (tpu-set-mark):
164 * emulation/crisp.el (crisp-region-active):
165 * winner.el (winner-active-region):
166 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
167 of bound tests in order to resolve conditionals at compile time.
168
169 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
170
171 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
172 not autoloaded, and we wouldn't want to load CL just to unload
173 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
174
175 2008-01-24 Martin Rudalics <rudalics@gmx.at>
176
177 * delsel.el (delete-selection-pre-hook): Avoid clearing out
178 pre-command-hook when text is read-only.
179
180 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
181
182 * vc.el (vc-process-filter): Do nothing if buffer not live.
183 (vc-diff-finish): Rename from vc-diff-sentinel.
184 No longer take REV1-NAME and REV2-NAME.
185 Instead, take BUFFER-NAME. Do nothing if buffer not live.
186 Don't do window resize if no window displays buffer.
187 (vc-diff-internal): Use vc-diff-finish.
188
189 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
190 In both cases, convert single call to one wrapped in dolist.
191
192 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
193
194 * vc.el: Add a TODO item about missing files.
195 (vc-exec-after): Add a tooltip to the new mode-line item.
196
197 2008-01-24 Glenn Morris <rgm@gnu.org>
198
199 * t-mouse.el (gpm-mouse-start): Declare as a function.
200
201 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
202
203 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
204 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
205 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
206 Don't send `tramp-rsh-end-of-line' additionally, when setting the
207 prompt.
208 (tramp-wait-for-output): Distinguish different prompt formats.
209 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
210 (tramp-local-host-p): Check whether temp directory is writable.
211
212 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
213
214 * vc.el: Add TODO items.
215
216 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
217
218 * replace.el (occur-mode-find-occurrence-hook): New hook that can
219 be used to reveal or highlight the location of a match.
220 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
221 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
222
223 2008-01-23 Martin Rudalics <rudalics@gmx.at>
224
225 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
226 for defcustom.
227 (hide-ifdef-shadow): Add version number for defface.
228
229 2008-01-23 Glenn Morris <rgm@gnu.org>
230
231 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
232
233 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
234
235 * progmodes/sh-script.el (sh-basic-offset):
236 * progmodes/cc-vars.el (c-syntactic-indentation)
237 (c-syntactic-indentation-in-macros): Mark as safe.
238
239 2008-01-23 Richard Stallman <rms@gnu.org>
240
241 * icomplete.el (icomplete-get-keys):
242 Look up KEYS using all maps in proper buffer.
243
244 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
245
246 * frame.el (display-mm-height, display-mm-width):
247 * whitespace.el (whitespace-check-leading-whitespace)
248 (whitespace-check-trailing-whitespace)
249 (whitespace-check-spacetab-whitespace)
250 (whitespace-check-indent-whitespace)
251 (whitespace-check-ateol-whitespace):
252 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
253
254 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
255
256 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
257 after-save-hook so that it is not called multiple times.
258
259 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
260
261 2008-01-23 Eli Zaretskii <eliz@gnu.org>
262
263 * view.el (view-file-other-window, view-file-other-frame):
264 Don't kill the buffer if it is modified. Doc fixes.
265 (kill-buffer-if-not-modified): New function.
266 (view-file): Don't kill the buffer if it is modified.
267
268 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
269 (ebrowse-view/find-file-and-search-pattern):
270 Call view-file-other-window instead of ebrowse-view-file-other-window.
271 (ebrowse-view-file-other-frame): Don't call
272 current-window-configuration. Fix second argument in the call to
273 view-mode-enter. Doc fix.
274
275 2008-01-23 Richard Stallman <rms@gnu.org>
276
277 * subr.el (atomic-change-group): Prevent undo list truncation.
278
279 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
280
281 * files.el (safe-local-eval-forms):
282 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
283
284 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
285
286 * comint.el (comint-insert-input): Set point first.
287
288 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
289 session doesn't hang because gdb-pending-triggers is non-nil.
290 (gdb-frame-handler): Use buffer-file-name instead of
291 buffer-name in case of duplicate file names.
292
293 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
294
295 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
296 C-M-e and C-M-h for emacs, they work by default.
297 (verilog-emacs-features): Remove.
298 (verilog-setup-dual-comments, verilog-populate-syntax-table):
299 Remove. Move syntax table initialization ...
300 (verilog-mode-syntax-table): ... here.
301 (verilog-mode): Don't initialize the syntax table here.
302 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
303 does not need it.
304
305 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
306
307 * progmodes/verilog-mode.el (verilog-booleanp): New function for
308 backward compatibility. Replace all uses of booleanp with
309 verilog-booleanp.
310
311 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
312
313 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
314
315 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
316
317 * progmodes/verilog-mode.el (top-level): Fix spacing.
318 (verilog-mode-version, verilog-mode-release-date):
319 Update version number.
320 (verilog-mode-release-emacs): New variable.
321 (compile-command, reporter-prompt-for-summary-p):
322 Define for byte compiler.
323 (verilog-startup-message-lines, verilog-startup-message-displayed)
324 (verilog-display-startup-message): Remove.
325 (verilog-highlight-p1800-keywords): Improve docstring.
326 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
327 (vector-skip-list): Only defvar at compile time.
328 (verilog-highlight-translate-off, verilog-indent-level)
329 (verilog-indent-level-module, verilog-indent-level-declaration)
330 (verilog-indent-declaration-macros, verilog-indent-lists)
331 (verilog-indent-level-behavioral, verilog-indent-level-directive)
332 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
333 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
334 (verilog-tab-to-comment, verilog-indent-begin-after-if)
335 (verilog-align-ifelse, verilog-minimum-comment-distance)
336 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
337 (verilog-auto-endcomments, verilog-auto-read-includes)
338 (verilog-auto-star-expand, verilog-auto-star-save)
339 (verilog-library-flags, verilog-library-directories)
340 (verilog-library-files, verilog-library-extensions)
341 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
342 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
343 (verilog-assignment-delay, verilog-auto-inst-vector)
344 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
345 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
346 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
347 Add safe-local-variable properties.
348 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
349 (verilog-re-search-backward, verilog-error-regexp-add)
350 (verilog-end-block-re, verilog-emacs-features)
351 (verilog-populate-syntax-table, verilog-setup-dual-comments)
352 (verilog-type-font-keywords, verilog-inside-comment-p)
353 (electric-verilog-backward-sexp, verilog-backward-sexp)
354 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
355 (electric-verilog-terminate-line, electric-verilog-semi)
356 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
357 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
358 (verilog-beg-of-statement, verilog-in-case-region-p)
359 (verilog-in-struct-region-p, verilog-in-generate-region-p)
360 (verilog-in-fork-region-p, verilog-backward-case-item)
361 (verilog-set-auto-endcomments, verilog-get-expr)
362 (verilog-expand-vector-internal, verilog-surelint-off)
363 (verilog-batch-execute-func, verilog-calculate-indent)
364 (verilog-calc-1, verilog-calculate-indent-directive)
365 (verilog-leap-to-head, verilog-continued-line)
366 (verilog-backward-token, verilog-backward-syntactic-ws)
367 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
368 (verilog-forward-ws&directives, verilog-at-constraint-p)
369 (verilog-skip-backward-comments, verilog-indent-line-relative)
370 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
371 (verilog-pretty-declarations, verilog-pretty-expr)
372 (verilog-just-one-space, verilog-indent-declaration)
373 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
374 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
375 (verilog-read-always-signals-recurse, verilog-read-instants)
376 (verilog-read-auto-template, verilog-set-define)
377 (verilog-read-defines, verilog-read-signals, verilog-getopt)
378 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
379 (verilog-modi-cache-results, verilog-insert-one-definition)
380 (verilog-make-width-expression, verilog-delete-autos-lined)
381 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
382 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
383 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
384 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
385 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
386 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
387 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
388 (verilog-load-file-at-mouse, verilog-load-file-at-point)
389 (verilog-library-files): Cleanup spacing of )'s they should not be
390 on unique lines. Fix checkdoc warnings.
391
392 2008-01-22 Glenn Morris <rgm@gnu.org>
393
394 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
395 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
396 from defcustoms.
397 (hide-ifdef-shadow): Remove autoload cookie from defface.
398
399 * vc.el (vc-diff-sentinel): Do not write a footer if there were
400 differences.
401
402 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
403
404 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
405 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
406 manual entry.
407
408 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
409
410 * net/dbus.el (dbus-ignore-errors): New macro.
411 (dbus-unregister-object): New defun. Moved from dbusbind.c.
412 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
413 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
414 (dbus-get-signatures): Apply `dbus-ignore-errors'.
415
416 2008-01-21 Martin Rudalics <rudalics@gmx.at>
417
418 * outline.el (outline-up-heading): Fix check for top level to
419 avoid infinite looping in hide-other.
420
421 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
422
423 * vc.el (vc-process-sentinel): After calling the previous
424 sentinel, do nothing if the process' buffer is not live.
425
426 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
427
428 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
429 blank-mode in some buffers (like *info* buffers). Reported by Juanma
430 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
431 blank-mode faces. Doc fix. New version 8.1.
432 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
433 CONDITION BODY).
434 (blank-space-face): Face/option name replaced by blank-space.
435 (blank-hspace-face): Face/option name replaced by blank-hspace.
436 (blank-tab-face): Face/option name replaced by blank-tab.
437 (blank-newline-face): Face/option name replaced by blank-newline.
438 (blank-trailing-face): Face/option name replaced by blank-trailing.
439 (blank-line-face): Face/option name replaced by blank-line.
440 (blank-space-before-tab-face): Face/option name replaced by
441 blank-space-before-tab.
442 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
443
444 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
445
446 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
447 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
448 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
449 (global-blank-mode): Doc fixes.
450 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
451 (blank-newline-face, blank-trailing-face, blank-line-face)
452 (blank-space-before-tab-face, blank-display-mappings)
453 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
454 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
455 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
456 Fix typos in docstrings.
457
458 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
459
460 * server.el (server-log-time-function): New variable.
461 (server-log): Use it.
462
463 2008-01-21 Glenn Morris <rgm@gnu.org>
464
465 * progmodes/hideif.el: Move defcustoms and defface to start of file.
466
467 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
468
469 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
470
471 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
472 (org-descriptive-links, org-link-file-path-type)
473 (org-remember-use-refile-when-interactive)
474 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
475 (org-export-ascii-bullets, org-agenda-deadline-faces)
476 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
477 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
478 (org-kill-note-or-show-branches): Fix typos in docstrings.
479
480 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
481
482 * vc.el (vc-process-sentinel): Set mode-line-process.
483 (vc-exec-after): Likewise, for the `run' process status.
484
485 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
486
487 * ibuffer.el (ibuffer-mode): Fix last change.
488
489 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
490
491 * vc-hg.el (vc-hg-registered):
492 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
493
494 2008-01-20 Martin Rudalics <rudalics@gmx.at>
495
496 * repeat.el (repeat-undo-count): New variable.
497 (repeat): For self-insertions make undo boundary only after 20
498 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
499
500 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
501
502 * net/imap.el (imap-ping-server): New variable.
503 (imap-opened): On add extra ping if imap-ping-server is non-nil.
504 (imap-ping-server): Minor doc string fixes.
505
506 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
507
508 * net/imap.el (imap-ping-server): New function.
509 (imap-opened): Call imap-ping-server.
510
511 2008-01-20 Glenn Morris <rgm@gnu.org>
512
513 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
514 prevent infloops.
515
516 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
517
518 * progmodes/python.el (python-imports): Default to "None".
519
520 2008-01-19 Tom Tromey <tromey@redhat.com>
521
522 * vc-svn.el (vc-svn-after-dir-status): New function.
523 (vc-svn-dir-status): Run svn asynchronously.
524
525 2008-01-19 Martin Rudalics <rudalics@gmx.at>
526
527 * progmodes/hideif.el (hide-ifdef-shadow): New option.
528 (hide-ifdef-shadow): New face.
529 (hide-ifdef-toggle-shadowing): New function to toggle between
530 shadowing and making code invisible.
531 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
532 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
533 (hide-ifdef-region-internal): Give new overlay hide-ifdef
534 property. Shadow text when hide-ifdef-shadow is non-nil.
535 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
536 (hif-hide-line): Use when instead of if.
537 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
538 Remove unneeded * from doc-strings.
539
540 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
541
542 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
543 the hscroll behavior was fixed.
544 (doc-view-mode): Disable auto-hscroll-mode.
545
546 2008-01-18 Tom Tromey <tromey@redhat.com>
547
548 * vc-svn.el (vc-svn-dir-status): New function.
549
550 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
551
552 * vc.el: Make vc-status asynchronous.
553 (vc-update-vc-status-buffer): New function broken out of ...
554 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
555 the dir-status backend function.
556
557 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
558 Move the output processing to ...
559 (vc-hg-after-dir-status): ... here. Call the function passed as
560 an argument with the results.
561
562 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
563
564 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
565 (doc-view-insert-image): Do something if the image is missing.
566 (doc-view-mode): Don't use file-remote-p.
567
568 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
569
570 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
571 (org-export-latex-special-chars): Convert "..." in \ldots
572 and skip tables.
573 (org-export-latex-fontify-headline): Change parameter name.
574 (org-export-as-latex): Handle export of subtrees.
575 (org-export-latex-make-header): New argument TITLE.
576 (org-export-latex-content): New argument EXCLUDE-LIST.
577 (org-list-parse-list): New name for org-export-latex-parse-list.
578 (org-export-latex-make-header): New name for
579 org-export-latex-make-preamble.
580 (org-list-to-generic): New name of org-export-list-to-generic.
581 (org-list-to-latex): New name of org-export-list-to-latex.
582 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
583 (org-list-send-list, org-list-to-texinfo)
584 (org-list-to-html): New functions.
585 (org-export-latex-tables-column-borders)
586 (org-export-latex-default-class, org-export-latex-classes)
587 (org-export-latex-classes-sectioning)
588 (org-list-radio-list-templates): New options.
589 (org-export-latex-header): New variable.
590 (org-latex-entities): New constant.
591 (org-export-latex-default-sectioning, org-export-latex-preamble)
592 (org-export-latex-prepare-text-option)
593 (org-export-latex-get-sectioning): Remove.
594
595 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
596
597 * textmodes/org-publish.el (org-publish-current-project):
598 Fix bug with forcing publication.
599
600 * textmodes/org.el (org-export-with-special-strings): New option.
601 (org-export-html-convert-special-strings): New function.
602 (org-html-do-expand): `org-export-html-convert-special-strings'
603 added to the list of conversion.
604 (org-infile-export-plist, org-get-current-options): Add support
605 for "-" in the #+OPTION line to let user switch on/off special
606 strings conversion.
607 (org-export-plist-vars): New :html-table-tag property.
608 (org-export-as-html, org-format-org-table-html)
609 (org-format-table-table-html) Use the :html-table-tag property
610 instead of the `org-export-html-table-tag' global value.
611 (org-additional-option-like-keywords): Add "TBLFM".
612 (org-entry-properties): Include the CLOCKSUM special property.
613 (org-columns-edit-value): Do not allow to edit the special
614 CLOCKSUM property.
615 (org-flag-drawer): Use the original value of `outline-regexp'.
616 (org-remember-handler): Add invisible-ok flag to call to
617 `org-end-of-subtree'.
618 (org-agenda-highlight-todo): Respect
619 `org-agenda-todo-keyword-format'.
620 (org-agenda-todo-keyword-format): New option.
621 (org-infile-export-plist): No restriction while searching for options.
622 (org-remember-handler): Remove comments at the end of the buffer.
623 (org-remember-use-refile-when-interactive): New option.
624 (org-table-sort-lines): Make sure sorting works on link
625 descritions only, and ignores the link.
626 (org-sort-entries-or-items): Make sure the end of the subtree is
627 included.
628 (org-refile-use-outline-path): New allowed values `file' and
629 `full-file-path'.
630 (org-get-refile-targets): Respect new values for
631 `org-refile-use-outline-path'.
632 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
633 (org-export-as-xoxo): Restore point when done.
634 (org-open-file): Allow multiple %s in command.
635 (org-clock-in-switch-to-state): New option.
636 (org-first-list-item-p): New function.
637 (org-last-remember-storage-locations): New variable.
638 (org-get-refile-targets): Interpret the new maxlevel setting.
639 (org-refile-targets): New option `:maxlevel'.
640 (org-copy-subtree): Include empty lines before but not after subtree.
641 (org-back-over-empty-lines, org-skip-whitespace): New functions.
642 (org-move-item-down, org-move-item-up): Include empty lines before
643 but not after item.
644 (org-first-sibling-p): New function.
645 (org-remember-apply-template): Defaults, completions and history
646 for template prompts. Also, interpret new `%!' escape.
647 (org-context-choices): New constant.
648 (org-bound-and-true-p): New macro.
649 (org-imenu-depth): New option.
650 (org-imenu-markers): New variable.
651 (org-imenu-new-marker, org-imenu-get-tree)
652 (org-speedbar-set-agenda-restriction): New functions.
653 (org-agenda-set-restriction-lock)
654 (org-agenda-remove-restriction-lock)
655 (org-agenda-maybe-redo): New functions.
656 (org-agenda-restriction-lock): New face.
657 (org-agenda-restriction-lock-overlay)
658 (org-speedbar-restriction-lock-overlay): New variables.
659 (org-open-at-point): Remove obsolete way to do redirection in
660 shell links.
661 (org-imenu-and-speedbar): New customization group.
662 (org-entry-properties): Return keyword-less time strings.
663 (org-clock-heading-function): New option.
664 (org-clock-in): Use `org-clock-heading-function'.
665 (org-calendar-holiday): Try to use `calendar-check-holidays'
666 instead of the obsolete `check-calendar-holidays'.
667 (org-export-html-special-string-regexps): New constant.
668 (org-massive-special-regexp): New variable.
669 (org-compute-latex-and-specials-regexp)
670 (org-do-latex-and-special-faces): New functions.
671 (org-latex-and-export-specials): New face.
672 (org-highlight-latex-fragments-and-specials): New option.
673 (org-link-escape-chars): Use characters instead of strings.
674 (org-link-escape-chars-browser, org-link-escape)
675 (org-link-unescape): Use characters instead of strings.
676 (org-export-html-convert-sub-super, org-html-do-expand): Check for
677 protected text.
678 (org-emphasis-alist): Additional `verbatim' flag.
679 (org-set-emph-re): Handle the verbatim flag and compute
680 `org-verbatim-re'.
681 (org-cleaned-string-for-export): Protect verbatim elements.
682 (org-verbatim-re): New variable.
683 (org-hide-emphasis-markers): New option.
684 (org-additional-option-like-keywords): Add new keywords.
685 (org-get-entry): Rename from `org-get-cleaned-entry'.
686 (org-icalendar-cleanup-string): New function for quoting icalendar text.
687 (org-agenda-skip-scheduled-if-done): New option.
688 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
689 `org-agenda-skip-scheduled-if-done'.
690 (org-prepare-agenda-buffers): Allow buffers as arguments.
691 (org-entry-properties): Add CATEGORY as a special property.
692 (org-use-property-inheritance): Allow a list of properties as a value.
693 (org-eval-in-calendar): No longer update the prompt.
694 (org-read-date-popup-calendar): Rename from
695 `org-popup-calendar-for-date-prompt'.
696 (org-read-date-display-live): New variable.
697 (org-read-date-display): New function.
698 (org-read-date-analyze): New function.
699 (org-remember-apply-template): Define `remember-finalize' if it is
700 not yet defined.
701 (org-remember-insinuate): New function.
702 (org-read-date-prefer-future): New option.
703 (org-read-date): Respect the setting of
704 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
705 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
706 hardcoded string.
707 (org-remember-apply-template): Use `remember-finalize' instead of
708 `remember-buffer'.
709 (org-columns-compute, org-column-number-to-string)
710 (org-columns-uncompile-format, org-columns-compile-format)
711 (org-columns-compile-format): Handle printf format specifier.
712 (org-columns-new, org-column-number-to-string)
713 (org-columns-uncompile-format, org-columns-compile-format):
714 Support for new currency summary type.
715 (org-tree-to-indirect-buffer): Do not kill old buffer when
716 `org-indirect-buffer-display' is `new-frame'.
717 (org-indirect-buffer-display): Document that `new-frame' leads to
718 indiret buffer proliferation.
719 (org-agenda-list): Use `org-extend-today-until'.
720 (org-extend-today-until): New option.
721 (org-format-org-table-html): Use lower-case for <col> tag.
722 (org-agenda-execute): New command.
723 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
724 (org-select-remember-template): New function.
725 (org-remember-apply-template): Use `org-select-remember-template'.
726 (org-go-to-remember-target): New function.
727
728 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
729
730 * vc.el: Add a TODO note about vc-state.
731 (vc-next-action): Register 'unregistered and 'ignored files.
732 Use when and unless instead of if where appropriate.
733 (vc-start-entry): Fix typo.
734 (vc-status): Autoload it.
735
736 2008-01-18 Glenn Morris <rgm@gnu.org>
737
738 * ffap.el (ffap-alist): Remove space from RFC regexp.
739
740 2008-01-18 Richard Stallman <rms@gnu.org>
741
742 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
743 than face-spec-recalc.
744
745 2008-01-18 Glenn Morris <rgm@gnu.org>
746
747 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
748
749 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
750 Miles Bader <miles@gnu.org>
751
752 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
753 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
754 for handling display table (via visws.el package), his code was
755 modified, but the main idea was kept.
756
757 2008-01-17 Glenn Morris <rgm@gnu.org>
758
759 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
760 (ibuffer-save-filters): Remove calls to deleted
761 ibuffer-update-mode-name.
762
763 2008-01-16 Martin Rudalics <rudalics@gmx.at>
764
765 * longlines.el (longlines-mode, longlines-show-region)
766 (longlines-unshow-hard-newlines): Bind buffer-file-name and
767 buffer-file-truename to nil while modifying buffer.
768
769 * cus-edit.el (custom-reset-standard-variables-list)
770 (custom-reset-standard-faces-list): New variables.
771 (custom-reset-standard-save-and-update): New function.
772 (Custom-save): Apply custom-mark-to-save before and
773 custom-state-set-and-redraw after saving options.
774 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
775 options and call custom-reset-standard-save-and-update.
776 (custom-variable, custom-face, custom-group): Provide new
777 entries for custom-mark-to-save, custom-mark-to-reset-standard,
778 and custom-state-set-and-redraw.
779 (custom-variable-mark-to-save)
780 (custom-variable-state-set-and-redraw)
781 (custom-variable-mark-to-reset-standard)
782 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
783 (custom-face-mark-to-reset-standard)
784 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
785 (custom-group-mark-to-reset-standard): New functions.
786 (custom-variable-save): Move save, state-set, and redraw
787 functionality to custom-variable-mark-to-save.
788 (custom-face-save): Move save, state-set, and redraw
789 functionality to custom-face-mark-to-save.
790 (custom-group-save): Move save, state-set, and redraw
791 functionality to custom-group-mark-to-save.
792 (custom-variable-reset-standard, custom-face-reset-standard)
793 (custom-group-reset-standard): Move save, state-set, and redraw
794 functionality to custom-reset-standard-save-and-update.
795
796 (custom-buffer-create-internal): Fix text in verbose help.
797 (custom-face-value-create): Indent doc-strings of faces like
798 those of variables.
799
800 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
801
802 * server.el (server-process-filter): Replace lineno and columnnno
803 which defaulted to 1&0 with filepos which defaults to nil.
804 (server-goto-line-column): Only receive the filepos.
805 Only move if filepos is non-nil.
806 (server-visit-files): Slight restructure to consolidate two calls to
807 server-goto-line-column into just one.
808
809 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
810 the use of degraded mode.
811 (nxml-degrade): Don't change mode-name.
812
813 * nxml/rng-nxml.el (rng-nxml-mode-init):
814 Don't overwrite mode-line-process.
815
816 * ibuffer.el (mode): Pass the buffer to format-mode-line.
817 (ibuffer-update-mode-name): Remove.
818 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
819 (ibuffer-mode): Use mode-line-process instead.
820
821 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
822 Use derived-mode-p.
823 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
824
825 * help.el (describe-mode): Pass the right buffer to format-mode-line.
826
827 2008-01-16 Glenn Morris <rgm@gnu.org>
828
829 * comint.el (comint-regexp-arg): Fix no-input case.
830
831 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
832
833 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
834 * pcvs.el (cvs-revert-if-needed):
835 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
836
837 * vc-svn.el (vc-svn-find-file-hook):
838 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
839
840 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
841
842 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
843 (icalendar-export-file, icalendar-import-file):
844 Restore significant trailing whitespace in `interactive' prompts.
845
846 2008-01-16 Tom Tromey <tromey@redhat.com>
847
848 * calendar/icalendar.el (icalendar--convert-tz-offset)
849 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
850 (icalendar--find-time-zone): New functions.
851 (icalendar--decode-isodatetime): Add `zone' argument, passed to
852 `decode-time'. Doc fix.
853 (icalendar--convert-ical-to-diary): Compute zone-map.
854 Pass timezone to icalendar--decode-isodatetime.
855
856 2008-01-16 Alan Mackenzie <acm@muc.de>
857
858 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
859 an eval-and-compile, so as to permit byte-compiling (e.g. in
860 bootstrap).
861
862 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
863
864 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
865 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
866 using the same key for different menu entries.
867
868 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
869 (smerge-makeup-conflict): New command.
870
871 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
872
873 * log-edit.el (log-edit): Doc fix.
874
875 2008-01-15 Glenn Morris <rgm@gnu.org>
876
877 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
878
879 2008-01-14 Alan Mackenzie <acm@muc.de>
880
881 * progmodes/cc-vars.el (c-constant-symbol): New function which
882 supersedes c-const-symbol. During a customize-.. call it enables
883 an element of (e.g.) c-hanging-braces alist to have its name
884 displayed, even when the default value of c-h-b etc. doesn't
885 include the elemnt. Replace uses of the old function by the new.
886
887 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
888 obscure non-working fragment ":value c-".
889
890 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
893
894 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
895
896 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
897 instead of `tramp-file-name-real-host'.
898
899 * net/trampver.el: Update release number.
900
901 2008-01-14 Alan Mackenzie <acm@muc.de>
902
903 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
904 call inside a struct being recognised as a K&R argument.
905
906 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * progmodes/compile.el (compilation-error-regexp-alist-alist):
909 Accept "fatal error" from MSFT.
910 Reported by Jared Finder <jfinder@crypticstudios.com>.
911
912 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
913
914 * smerge-mode.el (smerge-auto): New function.
915 * vc-svn.el (vc-svn-find-file-hook):
916 * vc-arch.el (vc-arch-find-file-hook):
917 * pcvs.el (cvs-revert-if-needed):
918 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
919 (top-level): Add a Todo list.
920
921 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
922
923 * vc.el (vc-update): Resolve conflicts if necessary instead of
924 just updating the buffer.
925
926 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
927 update command so that we can parse the output.
928
929 2008-01-13 Martin Rudalics <rudalics@gmx.at>
930
931 * mail/rmail.el (rmail-convert-to-babyl-format):
932 Remove save-excursion to avoid infinite looping.
933 Reported by: dnz <dnz@bk.ru>.
934
935 2008-01-12 Glenn Morris <rgm@gnu.org>
936
937 * woman.el (woman-parse-numeric-arg): Change handling of `==':
938 can be interned without a function definition.
939
940 2008-01-12 Jason Rumney <jasonr@gnu.org>
941
942 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
943 (rng-nxml-mode-init): Declare.
944
945 2008-01-11 Jason Rumney <jasonr@gnu.org>
946
947 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
948 (rng-preferred-prefix-alist-default): Remove.
949
950 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
951 Rename from nxml-enable-unicode-char-name-sets-flag.
952 (nxml-enable-unicode-char-name-sets-1): Merge into
953 nxml-enable-unicode-char-name-sets.
954 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
955 nxml-char-name-ignore-case here.
956
957 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
958 Update doc string and commentary.
959 (nxml-char-name-ignore-case): Change default value.
960 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
961
962 2008-01-11 Martin Rudalics <rudalics@gmx.at>
963
964 * cus-start.el (all): Add missing version entries.
965
966 2008-01-11 Glenn Morris <rgm@gnu.org>
967
968 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
969 (euc-to-flat-code, flat-code-to-euc):
970 * textmodes/org.el (elmo-msgdb-overview-get-entity)
971 (wl-summary-buffer-msgdb): Declare as funtions.
972
973 2008-01-10 Martin Rudalics <rudalics@gmx.at>
974
975 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
976 Bind buffer-file-name and buffer-file-truename.
977
978 * fringe.el (fringe-mode-explicit): New variable.
979 (set-fringe-mode): Don't alter default-frame-alist when just
980 loading this file.
981
982 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
983
984 * doc-view.el (doc-view-buffer-file-name): New variable.
985 (doc-view-convert-current-doc, doc-view-search)
986 (doc-view-current-cache-dir, doc-view-initiate-display)
987 (doc-view-mode): Use it.
988 (doc-view-bookmark-make-cell): Use variable buffer-file-name
989 instead of function.
990
991 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
992
993 * vc-svn.el (vc-svn-registered): Return the correct value for
994 ignored and unregistered files.
995
996 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
997
998 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
999
1000 2008-01-10 Tom Tromey <tromey@redhat.com>
1001
1002 * vc.el (vc-status-unmark-all-files): New function.
1003 (vc-status-unmark-all-files): Likewise.
1004 (vc-status-mode-map): Add bindings.
1005
1006 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
1007
1008 * ediff*.el: Uncomment declare-function.
1009
1010 * viper*.el: Uncomment declare-function.
1011
1012 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
1013
1014 * doc-view.el (doc-view-mode): Support tramp, compressed files and
1015 files inside archives uniformly.
1016
1017 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
1018
1019 * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
1020 constant with a computation on sgml-specials rather than a literal
1021 list. Without this change the syntax table is generated
1022 incorrectly, and the mode will think it's in a comment following
1023 any instance of the string "--".
1024
1025 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
1026
1027 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
1028 (doc-view-mode): Support document files inside archives.
1029
1030 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
1031
1032 * vc.el (vc-deduce-fileset): Return the currently selected file if
1033 no files are selected when using vc-status.
1034
1035 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
1036
1037 * ediff*.el: Comment out declare-function. "make bootstrap"
1038 stops with an error and Emacs does not compile with those things in.
1039 Besides, declare-function is not defined in XEmacs.
1040
1041 * ediff-util (eqiff-quit): Autoraise minibuffer.
1042
1043 * ediff-diff (ediff-convert-fine-diffs-to-overlays): Make it a defun.
1044
1045 * viper*.el: Comment out declare-function -- not defined in XEmacs.
1046
1047 * viper-ex.el (viper-info-on-file): Take care of indirect buffers.
1048
1049 * viper.el (viper-set-hooks, set-cursor-color):
1050 Set viper-vi-state-cursor-color.
1051
1052 2008-01-09 Tom Tromey <tromey@redhat.com>
1053
1054 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
1055 Just return header.
1056 (vc-status-move-to-goal-column): New function.
1057 (vc-status-mode-map): Define more keys.
1058 (vc-status-mode): Use vc-status-refresh. Now 'special.
1059 (vc-status-refresh): New function.
1060 (vc-status-next-line): Likewise.
1061 (vc-status-previous-line): Likewise.
1062 (vc-status-mark-file): Use vc-status-next-line.
1063 (vc-status-unmark-file): Use vc-status-previous-line.
1064 (vc-status-unmark-file-up): New function.
1065 (vc-status-register): Likewise.
1066 (vc-status-find-file): Likewise.
1067 (vc-status-find-file-other-window): Likewise.
1068 (vc-status-current-file): Likewise.
1069 (vc-ensure-vc-buffer): Understand vc-status mode.
1070
1071 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
1072
1073 2008-01-09 Glenn Morris <rgm@gnu.org>
1074
1075 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
1076 entry, for Windows.
1077
1078 2008-01-09 Tom Tromey <tromey@redhat.com>
1079
1080 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
1081
1082 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1083
1084 * ps-print.el: Some face attributes (like :strike-through) were not
1085 being recognised. Reported by Leo <sdl.web@gmail.com>.
1086 (ps-print-version): New version 6.8.2.
1087 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
1088 (ps-screen-to-bit-face): Fix code.
1089
1090 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
1093 add a file-name handler.
1094
1095 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1096
1097 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
1098 Rename from function bibtex-files-expand. New optional arg select.
1099 (bibtex-flash-head): Allow blink-matching-delay being zero.
1100 (bibtex-clean-entry): Use atomic-change-group.
1101 (bibtex-format-entry): Check presence of required fields only
1102 after formatting of fields. Use member-ignore-case. Do not use
1103 bibtex-parse-entry. Do not use booktitle field to set a missing title.
1104 (bibtex-autofill-entry): Do not call undo-boundary.
1105 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
1106 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
1107 Parse keys if necessary.
1108
1109 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
1110
1111 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
1112 quotes in case of spaces, e.g. STL containers (not pretty).
1113
1114 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
1115
1116 * progmodes/gdb-ui.el (gud-gdb-command-name):
1117 Explain "--annotate=3" option is necessary for the Graphical Interface.
1118
1119 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
1120
1121 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
1122 on menu bar.
1123
1124 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
1125
1126 * ffap.el (ffap-read-file-or-url): Let-bind
1127 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
1128
1129 2008-01-08 Sven Joachim <svenjoac@gmx.de>
1130
1131 * vc-bzr.el: Fix typo in header.
1132
1133 2008-01-08 Eli Zaretskii <eliz@gnu.org>
1134
1135 * Makefile.in (custom-deps, finder-data): Depend on autoloads
1136 instead of loaddefs.el.
1137
1138 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1139
1140 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
1141 gets inserted out-of-order.
1142
1143 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
1144
1145 * vc-bzr.el: Copyright and version headers update.
1146 Remove some outdated comments through the whole file.
1147 (vc-bzr-program-args): Remove because unused.
1148 (vc-bzr-log-switches): New customization option.
1149 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
1150 use `vc-bzr-program-args'.
1151 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
1152 `vc-find-root' (patch by Andreas Hoenen).
1153 (vc-bzr-status): Update regex to match latest Bzr output.
1154 Remove redundant test.
1155 (vc-bzr-init-version): New function.
1156 (vc-bzr-unregister): Must not delete file.
1157 (vc-bzr-find-version): New function.
1158 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
1159 a non-empty string, otherwise take head revision.
1160 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
1161 (vc-bzr-diff): Simpler build of the revision spec string.
1162 (vc-annotate-convert-time, vc-bzr-annotate-difference):
1163 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
1164 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
1165 (vc-bzr-dired-state-info): Only provide custom strings for
1166 overloaded VC state 'edited; otherwise fallback to
1167 `vc-default-dired-state-info'.
1168
1169 2008-01-08 Richard Stallman <rms@gnu.org>
1170
1171 * delsel.el (delete-selection-mode): Doc fix.
1172
1173 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
1174
1175 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
1176 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
1177
1178 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
1179 of watch expressions (only works fully with GDB 6.7 or later).
1180
1181 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
1182
1183 * time-stamp.el (time-stamp-time-zone):
1184 * whitespace.el (whitespace-check-buffer-leading)
1185 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
1186 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
1187 * progmodes/sh-script.el (sh-indentation):
1188 * textmodes/ispell.el (ispell-local-pdict):
1189 Add safe-local-variable properties.
1190
1191 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
1192
1193 * vc-git.el (vc-git--call): Apply `process-file' instead of
1194 `call-process'.
1195
1196 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
1197 Reported by Pete Forman <pete.forman@westerngeco.com>.
1198 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
1199 (tramp-handle-process-file): Handle the case where DESTINATION is
1200 a consp with t as car.
1201 (tramp-wait-for-output): We shall remove exactly what has been
1202 find by the search.
1203
1204 2008-01-08 Kevin Ryde <user42@zip.com.au>
1205
1206 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1207 For perl, allow "during global destruction" at end. Add entry for
1208 two-arg form of the Test module ok() func.
1209
1210 2008-01-08 Glenn Morris <rgm@gnu.org>
1211
1212 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
1213 unified format.
1214
1215 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
1216
1217 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
1218
1219 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
1220 Simplify selection of frame focusing function.
1221
1222 2008-01-08 Michael Olson <mwolson@gnu.org>
1223
1224 * textmodes/remember.el (remember-region): Fix typo in docstring.
1225
1226 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
1227
1228 * textmodes/remember.el (remember): If there is a visible region
1229 [that is, the mark is active and transient mark mode is enabled]
1230 then use this region for the initial contents of the *Remember*
1231 buffer. Use `region-beginning' and `region-end' instead of
1232 `point' and `mark'.
1233
1234 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
1235
1236 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
1237 argument to vc-hg-command.
1238 (vc-hg-log-view-mode): Handle the user field better.
1239
1240 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
1243
1244 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1245
1246 * vc.el (vc-status-fileinfo): New defstruct.
1247 (vc-status): New defvar
1248 (vc-status-insert-headers, vc-status-printer, vc-status)
1249 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
1250 (vc-status-unmark-file, vc-status-marked-files): New functions.
1251
1252 * vc-hg.el (vc-hg-dir-status): New function.
1253
1254 2008-01-06 Martin Rudalics <rudalics@gmx.at>
1255
1256 * cus-edit.el (custom-tool-bar-map): Move initialization of this
1257 keymap from here ...
1258 (custom-mode): ... to here. Reported by Reiner Steib.
1259
1260 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1261
1262 * obsolete/x-apollo.el: Remove file for unsupported system.
1263
1264 * term/x-win.el (vendor-specific-keysyms): Remove reference to
1265 Apollo.
1266
1267 * progmodes/gud.el (gud-dgux-p): Remove.
1268 (dbx): Remove reference to dgux.
1269
1270 * progmodes/ps-mode.el (ps-mode-print-function):
1271 * ps-print.el (ps-lp-system):
1272 * paths.el (rmail-spool-directory):
1273 * ls-lisp.el (ls-lisp-emulation):
1274 * lpr.el (lpr-lp-system):
1275 * dired.el (dired-chown-program): Remove references to dgux.
1276
1277 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1278
1279 * vc.el (vc-process-sentinel): Fix apparent typo.
1280 (vc-do-command): Forcefully kill any left over process.
1281 Use start-file-process.
1282 (vc-annotate-get-time-set-line-props): Check we don't move backward.
1283
1284 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
1285
1286 * net/dbus.el (dbus-list-hash-table)
1287 (dbus-name-owner-changed-handler): Replace "signal" by "member".
1288 (dbus-check-event): Add serial number to event.
1289 (dbus-handle-event): Apply return message if needed.
1290 (dbus-event-serial-number): New defun.
1291 (dbus-event-service-name, dbus-event-path-name)
1292 (dbus-event-interface-name, dbus-event-member-name):
1293 Adapt implementation to serial number.
1294
1295 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
1296
1297 * bs.el (bs--get-mode-name): Fix typo in previous change.
1298
1299 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1300
1301 * mouse.el (mouse-popup-menubar): Fix typo.
1302
1303 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
1304 form inside with-current-buffer.
1305
1306 * progmodes/antlr-mode.el (provide): Move to the end of file.
1307 (require): Don't require font-lock and compile.
1308 (outline-level, imenu-use-markers, imenu-create-index-function):
1309 Move declarations to top level.
1310 (cond-emacs-xemacs-macfn): Declare for compiler.
1311
1312 * vc-bzr.el (vc-bzr-root):
1313 * vc-arch.el (vc-arch-root): Only set a property if the file is
1314 managed by this backend.
1315
1316 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
1317
1318 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
1319
1320 * doc-view.el (doc-view-scroll-up-or-next-page)
1321 (doc-view-scroll-down-or-previous-page): Don't scroll to the
1322 top/bottom again when on the first/last page.
1323
1324 * doc-view.el (doc-view-scroll-up-or-next-page)
1325 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
1326 image-scroll-down instead of the non-image equivalents.
1327 Don't rely on a signalled condition but switch pages when scrolling
1328 doesn't change the vertical position anymore.
1329 (doc-view-mode-map): Remap scroll-{up,down} to
1330 image-scroll-{up,down}.
1331
1332 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
1333
1334 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
1335 tpu-mapper command rather than load the tpu-mapper package.
1336
1337 * emulation/tpu-mapper.el (tpu-mapper): New command.
1338 Contains all the code previously at top-level.
1339
1340 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1341
1342 * bs.el (bs--sort-by-mode, bs--get-mode-name):
1343 * imenu.el (imenu-add-to-menubar):
1344 * makesum.el (make-command-summary):
1345 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
1346 (mouse-buffer-menu):
1347 * msb.el (msb--mode-menu-cond):
1348 * calc/calc-embed.el (calc-do-embedded):
1349 * emacs-lisp/helper.el (Helper-describe-mode):
1350 * mail/emacsbug.el (report-emacs-bug):
1351 * progmodes/hideshow.el (hs-grok-mode-type):
1352 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1353 * textmodes/table.el (*table--cell-describe-mode):
1354 Pass mode-name through format-mode-line.
1355
1356 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1357
1358 * progmodes/ada-xref.el (ada-prj-find-prj-file):
1359 * progmodes/ada-mode.el (comment-region):
1360 * calendar/todo-mode.el (todo-insert-item):
1361 * bookmark.el (bookmark-buffer-name):
1362 Test major-mode rather than mode-name.
1363
1364 2008-01-04 Richard Stallman <rms@gnu.org>
1365
1366 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1367 Call byte-compile-warn-about-unresolved-functions outside
1368 the with-current-buffer.
1369 (byte-compile-insert-header): Use with-current-buffer.
1370
1371 2008-01-04 Glenn Morris <rgm@gnu.org>
1372
1373 * startup.el (fancy-about-screen): Remove reference to deleted
1374 `fancy-splash-help-echo' variable.
1375
1376 * version.el (emacs-copyright): Update to 2008.
1377
1378 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
1379 rather than mapcar.
1380
1381 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
1382 change (merge mistake).
1383
1384 * doc-view.el (doc-view-search-internal): Don't use `incf'.
1385
1386 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
1387 (bookmark-get-bookmark-record):
1388 * image-mode.el (bookmark-make-cell-function)
1389 (bookmark-get-filename, bookmark-get-bookmark-record)
1390 (bookmark-get-position):
1391 * log-view.el (vc-modify-change-comment):
1392 * progmodes/grep.el (find-name-arg): Declare for compiler.
1393
1394 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
1395
1396 * savehist.el (savehist-coding-system): Default to a variant coding
1397 system with explicit unix end-of-line conversion, which is safer.
1398
1399 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1400
1401 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
1402 * ibuffer.el (mode column): Use format-mode-line.
1403
1404 * server.el (server-create-window-system-frame): Remove workaround for
1405 a bug that has been fixed.
1406
1407 2008-01-03 Magnus Henoch <magnus@zemdatav>
1408
1409 * net/dbus.el (dbus-name-owner-changed-handler):
1410 Use dbus-unregister-object instead of dbus-unregister-signal.
1411
1412 2008-01-03 Drew Adams <drew.adams@oracle.com>
1413
1414 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
1415
1416 2008-01-03 Richard Stallman <rms@gnu.org>
1417
1418 * replace.el (occur-context-lines): New subroutine,
1419 broken out of occur-engine.
1420 (occur-engine): Call it.
1421
1422 2008-01-03 Alexandre Julliard <julliard@winehq.org>
1423
1424 * vc-git.el (vc-git--ls-files-state): New function.
1425 (vc-git-dir-state): Use it instead of processing the status
1426 results here.
1427
1428 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
1429
1430 * progmodes/grep.el (grep-find-ignored-directories):
1431 Initialize from the value of vc-directory-exclusion-list.
1432
1433 * vc-hooks (vc-directory-exclusion-list): Include "_darcs",
1434 even though we don't have a back end for darcs yet.
1435
1436 2008-01-02 Karl Fogel <kfogel@red-bean.com>
1437
1438 Change a return type, for greater extensibility.
1439 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
1440 and its thread for discussion leading to this change.
1441
1442 * emacs-cvs/lisp/bookmark.el:
1443 (bookmark-jump-noselect): Return an alist instead of a dotted pair.
1444 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
1445 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1446 (bookmark-bmenu-switch-other-window): Adjust accordingly.
1447 (bookmark-make-cell-function): Adjust documentation accordingly.
1448
1449 * emacs-cvs/lisp/image-mode.el
1450 (image-bookmark-jump): Adjust return type accordingly; document.
1451
1452 * emacs-cvs/lisp/doc-view.el
1453 (doc-view-bookmark-jump): Adjust return type accordingly; document.
1454
1455 2008-01-02 Miles Bader <miles@gnu.org>
1456
1457 * net/rcirc.el (rcirc-log-filename-function): New variable.
1458 (rcirc-log): Use `rcirc-log-filename-function' to generate the
1459 log-file name. Don't log anything if it returns nil.
1460 (rcirc-log-write): Use `expand-file-name' when merging the
1461 log-file name from the alist with rcirc-log-directory; this does
1462 the right thing if the name in the alist already an absolute
1463 filename. Make the log-file directory if necessary.
1464
1465 2007-12-29 Richard Stallman <rms@gnu.org>
1466
1467 * font-lock.el (font-lock-prepend-text-property)
1468 (font-lock-append-text-property): Canonicalize the face and
1469 font-lock-face properties.
1470
1471 * faces.el (facep): Doc fix.
1472
1473 * startup.el (fancy-startup-tail, fancy-about-text)
1474 (fancy-startup-text): Regularize format of face property.
1475
1476 * facemenu.el (list-colors-print): Use :background and :foreground
1477 instead of background-color and foreground-color.
1478
1479 2007-12-29 Drew Adams <drew.adams@oracle.com>
1480
1481 * cus-edit.el (custom-add-parent-links):
1482 Fill the "Parent documentation" text.
1483
1484 2007-12-29 Eli Zaretskii <eliz@gnu.org>
1485
1486 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
1487 MS-Windows and MS-DOS.
1488 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
1489
1490 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
1491
1492 * vc-svn.el (vc-svn-modify-change comment): New function.
1493
1494 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
1495
1496 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
1497 Do not disable undo, with-temp-buffer does it by default.
1498
1499 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
1500
1501 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
1502 correctly.
1503
1504 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
1505 with vc-state.
1506 (vc-next-action): Fix vc-transfer-file call.
1507
1508 2007-12-31 Tom Tromey <tromey@redhat.com>
1509
1510 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
1511 Move point to the start of the buffer.
1512
1513 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
1514
1515 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
1516
1517 * vc.el: State that dir-state is required to set the vc-state and
1518 vc-backend properties.
1519
1520 2007-12-31 Martin Rudalics <rudalics@gmx.at>
1521
1522 * man.el (Man-default-man-entry): Make this a defun.
1523 Improve guessing mechanism and handling of section numbers.
1524
1525 2007-12-31 Richard Stallman <rms@gnu.org>
1526
1527 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
1528
1529 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1530
1531 * calc/calc-units.el (calc-convert-temperature): Ensure that units
1532 are on the result even when the result is zero.
1533
1534 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
1535
1536 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
1537 resistent towards wrong parameters.
1538 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
1539
1540 2007-12-30 Richard Stallman <rms@gnu.org>
1541
1542 * faces.el (face-all-attributes): New function.
1543
1544 * faces.el (face-differs-from-default-p): Compute list of attr names
1545 from face-attribute-name-alist.
1546
1547 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
1548 (custom-face-save): Likewise.
1549 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
1550
1551 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
1552 (custom-theme-set-faces): Clear `face-override-spec' property.
1553 Call `face-spec-set' with FOR-DEFFACE.
1554
1555 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
1556
1557 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
1558 Use of frame as third arg is deprecated.
1559 Handle `face-override-spec' property.
1560 (face-spec-recalc): New function.
1561 (face-spec-set-2): New function.
1562 (frame-set-background-mode): Handle `face-override-spec' property.
1563 Use `face-spec-recalc'.
1564 (face-set-after-frame-default): Use `face-spec-recalc'.
1565
1566 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
1567
1568 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
1569
1570 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1571
1572 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
1573
1574 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
1575
1576 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
1577 'added, 'removed.
1578
1579 * vc.el (header coment): Better description of dir-state.
1580 (vc-compatible-state): New function. Checks whether two states
1581 can be in the same changeset; used with 'edited it can test whether
1582 the next action for a state should be commit.
1583 (vc-default-dired-state-info): Display 'removed state.
1584 (vc-dired-hook): Turn off undo, this is a speed tweak.
1585
1586 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
1587
1588 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
1589 Cope with the possibility that the 'C' status flag might change
1590 in 0.9,6.
1591
1592 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
1593
1594 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
1595
1596 * files.el (cd-absolute): Fix omission bug:
1597 Make `list-buffers-directory' buffer-local.
1598
1599 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1600
1601 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
1602
1603 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
1604
1605 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
1606
1607 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
1608 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
1609 (math-yacas-compose-deriv, math-yacas-compose-taylor)
1610 (math-maxima-parse-subst, math-maxima-parse-taylor)
1611 (math-maxima-compose-taylor, math-maxima-compose-subst)
1612 (math-maxima-compose-if, math-lang-switch-args)
1613 (math-lang-compose-switch-args, math-read-giac-subscr):
1614 New functions.
1615 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
1616 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
1617 Add languages.
1618 (math-vector-brackets, math-complex-format, math-variable-table)
1619 (math-parse-table, math-oper-table, math-function-table)
1620 (math-special-function-table, math-compose-subscr):
1621 Add values for new languages.
1622
1623 * calc/calccomp.el (math-compose-expr): Add new languages.
1624
1625 * calc/calc.el (calc-language): Add languages to docstring.
1626
1627 * calc/calc-ext.el (calc-init-extensions): Add keybindings
1628 for new languages. Autoload commands to change languages.
1629
1630 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
1631
1632 * calc/calc-menu.el (calc-modes-menu): Add new languages.
1633 (calc-arithmetic-menu, calc-scientific-function-menu)
1634 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
1635 (calc-units-menu, calc-variables-menu, calc-stack-menu):
1636 Add :active keywords.
1637
1638 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1639
1640 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
1641 returns 'ignored or 'unregistered.
1642 (vc-hg-state): Pass "-A" to the status command and deal with the
1643 output.
1644 (vc-hg-dir-state): Pass "-A" to the status command.
1645
1646 2007-12-29 Richard Stallman <rms@gnu.org>
1647
1648 * progmodes/compile.el (compilation-start): Set initial visible
1649 point properly even when compilation buffer already current.
1650
1651 2007-12-29 Richard Stallman <rms@gnu.org>
1652
1653 * files.el (conf-mode-maybe): New function.
1654 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
1655
1656 2007-12-29 Martin Rudalics <rudalics@gmx.at>
1657
1658 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
1659
1660 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1661
1662 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
1663
1664 2007-12-29 Richard Stallman <rms@gnu.org>
1665
1666 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
1667 so they never do EOF.
1668
1669 2007-12-29 Richard Stallman <rms@gnu.org>
1670
1671 * faces.el (copy-face): Create the new face explicitly if it
1672 does not exist already.
1673
1674 2007-12-29 Eli Zaretskii <eliz@gnu.org>
1675
1676 * simple.el (minibuffer-history, shell-command-history)
1677 (set-variable-value-history):
1678 * replace.el (regexp-history):
1679 * international/mule-cmds.el (input-method-history):
1680 * files.el (file-name-history): Add reference to history-length in
1681 the doc string.
1682
1683 2007-12-29 Richard Stallman <rms@gnu.org>
1684
1685 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
1686
1687 2007-12-29 Jason Rumney <jasonr@gnu.org>
1688
1689 * find-dired.el (find-name-arg): New custom variable.
1690 (find-name-dired): Use it.
1691 (find-dired-find-program): Remove.
1692 (find-dired): Use find-program.
1693 (find-grep-dired): Use grep-program.
1694
1695 * progmodes/grep.el (rgrep): Use find-name-arg.
1696
1697 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
1698
1699 * progmodes/cc-vars.el (defcustom-c-stylevar):
1700 Revert to pre-2007-12-12 version.
1701
1702 2007-12-29 Richard Stallman <rms@gnu.org>
1703
1704 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
1705
1706 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
1707 Use changed.
1708
1709 * startup.el (fancy-splash-help-echo): Var deleted.
1710 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
1711 (fancy-about-screen): Don't display fancy-splash-help-echo.
1712
1713 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
1714
1715 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
1716
1717 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
1718 to vc-hooks.el so it will be available to other modes, such as
1719 speedbar.el. Also, teach it to recognize monotone state directories.
1720
1721 * speedbar.el: Remove this mode's fragile assumptions about
1722 version-control systems. Instead, make it use logic from
1723 vc-hooks.el so it will become smarter whenever VC mode does.
1724
1725 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
1726 Fix the documentation.
1727
1728 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
1729 Modify all instances of the dir-state back-end method to suppress
1730 keeping undo lists on the buffers holding status output, which
1731 can get extremely large.
1732
1733 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
1734 so they don't do work that the default one can do instead.
1735
1736 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
1737 states, and the new return-value convention. These are not
1738 actually used yet, just set.
1739
1740 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
1741 states when appropriate.
1742
1743 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
1744 'unregistered when appropriate.
1745
1746 * vc-git.el: Document that we don't set the new states yet.
1747
1748 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
1749 'ignored states.
1750
1751 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
1752 appropriate.
1753
1754 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
1755 when appropriate.
1756
1757 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
1758
1759 * thumbs.el (thumbs-call-convert): Use call-process directly
1760 with thumbs-conversion-program instead of through shell-file-name
1761 for better error reporting.
1762
1763 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
1764
1765 * calc/calc-aent.el (math-remove-percentsigns):
1766 * calc/calccomp.el (math-to-percentsigns): Change placeholder
1767 for percent signs.
1768
1769 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
1770
1771 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
1772 use completion-ignored-extensions to detect files that should be
1773 ignorted in VC-Dired listings, heading off lots of expensive calls
1774 to (vc-state).
1775
1776 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
1777 non-terse mode.
1778 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
1779 Makefile.in or Makefile.am
1780
1781 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1782
1783 * ps-print.el (ps-mark-active-p): Fun returned back.
1784 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
1785 `region-active-p' for error checking.
1786
1787 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
1788
1789 * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el:
1790 Put new machinery in place to support editing of change comments
1791 with 'e' in a log-view buffer. Not documented yet as this
1792 only works for SCCS, RCS, and maybe CVS if you have admin
1793 privileges. When we have backend support for Subversion and
1794 more modern systems it will be time to write this up.
1795
1796 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
1797
1798 * international/mule-cmds.el (select-safe-coding-system):
1799 When a buffer is modified, cancel the writing.
1800
1801 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
1802
1803 * log-view.el: Add Subversion and Mercurial log format samples.
1804
1805 * vc.el (vc-dired-hook): Significantly speed up by arranging for
1806 it to call the backend dir-state hook (if it exists)
1807 exactly *once*, rather than once per each subdirectory (with
1808 dired-state-info calls on all toplevel files slowing it down even
1809 further). For this to work, backend dir-state methods have to
1810 recurse to subdirectories. Most of them already did anyway; a few
1811 needed *non*-recursion switches removed. This change mostly
1812 removed code that was perversely bad and should have been shot
1813 through the head years ago.
1814
1815 * vc-bzr.el (vc-bzr-dir-state):
1816 * vc-cvs.el (vc-cvs-dir-state):
1817 * vc-mcvs.el (vc-mcvs-dir-state):
1818 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
1819
1820 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
1821 multiple arguments, so generate logs sequentially when we get them.
1822 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
1823 headers so the various log bindings can do the right thing.
1824 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
1825
1826 2007-12-26 Andreas Schwab <schwab@suse.de>
1827
1828 * font-lock.el (save-buffer-state): Make sure the state of the
1829 buffer is always restored.
1830
1831 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
1832
1833 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
1834
1835 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
1836 a variable.
1837
1838 * calc/calccomp.el (math-to-percentsigns): New function.
1839 (math-compose-var): Handle variables with percent signs.
1840 (math-compose-expr): Handle function names with percent signs.
1841
1842 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
1843 (math-read-exprs): Handle percent signs in languages that
1844 allow them.
1845 (math-restore-underscores): Remove function.
1846 (math-remove-percentsigns, math-restore-placeholders):
1847 New functions.
1848
1849 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1850
1851 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
1852 of `mark' for error checking.
1853
1854 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
1855
1856 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
1857 New functions.
1858 (image-mode): Set bookmark-make-cell-function appropriately.
1859
1860 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
1861
1862 * bookmark.el (bookmark-make-cell-function): New variable.
1863 (bookmark-make): Call bookmark-make-cell-function's function
1864 instead of bookmark-make-cell.
1865 (bookmark-get-handler, bookmark-jump-internal): New functions.
1866 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
1867 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
1868 Use bookmark-jump-internal.
1869 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
1870
1871 * doc-view.el (doc-view-bookmark-make-cell)
1872 (doc-view-bookmark-jump): New functions.
1873 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
1874
1875 2007-12-25 Miles Bader <miles@gnu.org>
1876
1877 * indent.el (indent-for-tab-command): Rigidly indent the following
1878 sexp along with the current line when a prefix arg is given in the
1879 non-active-region case. Specify raw prefix in interactive spec.
1880 Simplify main indentation logic to get rid of the conditional call
1881 to `indent-according-to-mode' (it just ended up calling
1882 `indent-line-function' in all cases anyway, which can be done more
1883 simply here). Remove unnecessary test of ARG in active region case.
1884
1885 2007-12-25 Richard Stallman <rms@gnu.org>
1886
1887 * allout.el (allout-region-active-p): Rename from my-region-active-p.
1888 Use `use-region-p'.
1889 (allout-write-file-hook-handler): Simplify code.
1890
1891 * ps-print.el (ps-mark-active-p): Function deleted.
1892 (ps-print-preprint-region): Use (mark) for the error check.
1893
1894 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
1895
1896 * winner.el (winner-active-region): Use `mark-active' if it's defined.
1897
1898 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
1899
1900 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
1901
1902 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
1903
1904 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
1905
1906 * progmodes/cc-defs.el (c-region-is-active-p):
1907 Use `mark-active' if it's defined.
1908
1909 * progmodes/cc-cmds.el (c-indent-line-or-region):
1910 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
1911
1912 * simple.el (select-active-regions): New option.
1913 (set-mark): Obey it.
1914 (yank-pop-change-selection): New option.
1915 (current-kill): Obey it.
1916
1917 * simple.el (use-region-p): Rename from `region-active-p'.
1918 (region-active-p): New function.
1919
1920 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
1921
1922 * term/x-win.el (x-select-enable-primary): New option.
1923 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
1924
1925 * mouse.el (mouse-yank-primary): New function (almost same
1926 as mouse-yank-secondary).
1927
1928 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
1929
1930 * calculator.el:
1931 * dframe.el:
1932 * iswitchb.el:
1933 * whitespace.el:
1934 * winner.el:
1935 * emacs-lisp/checkdoc.el:
1936 * mail/feedmail.el:
1937 * net/quickurl.el:
1938 * obsolete/fast-lock.el:
1939 * play/5x5.el:
1940 * progmodes/delphi.el:
1941 * progmodes/idlw-shell.el:
1942 * progmodes/idlwave.el:
1943 * textmodes/artist.el:
1944 * textmodes/ispell.el:
1945 * textmodes/texinfmt.el:
1946 * textmodes/texinfo.el: Remove obsolete definitions of backward
1947 compatibility macros for defcustom, defgroup, defface, when,
1948 unless, with-current-buffer and with-temp-message.
1949
1950 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
1951
1952 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
1953
1954 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
1957 indeed a process.
1958
1959 2007-12-23 Richard Stallman <rms@gnu.org>
1960
1961 * simple.el (region-active-p): New function.
1962 (use-empty-active-region): New variable.
1963
1964 * dired-aux.el (dired): Load dired.el at run time too.
1965
1966 2007-12-23 Juri Linkov <juri@jurta.org>
1967
1968 * man.el (Man-follow-manual-reference): Fill the minibuffer's
1969 default list with a full list of references.
1970
1971 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
1972
1973 2007-12-23 Andreas Schwab <schwab@suse.de>
1974
1975 * files.el (switch-to-buffer-other-frame): Return the buffer
1976 switched to.
1977
1978 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
1979
1980 Sync with Tramp 2.1.12.
1981
1982 * net/tramp.el: New todo item.
1983
1984 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
1985 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
1986
1987 * net/trampver.el: Update release number.
1988
1989 2007-12-22 Richard Stallman <rms@gnu.org>
1990
1991 * newcomment.el (comment-region-default): Don't triple the
1992 comment starter if the first region line isn't indented enough.
1993
1994 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
1995
1996 * net/imap.el (imap-authenticate): Use current-buffer instead of
1997 buffer, for the cases where imap-authenticate is called with a nil
1998 buffer parameter.
1999
2000 2007-12-21 Martin Rudalics <rudalics@gmx.at>
2001
2002 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
2003 specifier from format-string. Reported by Ye Wenbin.
2004
2005 2007-12-20 Jason Rumney <jasonr@gnu.org>
2006
2007 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
2008 Parent group is font-lock-faces.
2009 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
2010 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
2011 (nxml-version): Remove.
2012 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
2013 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
2014 (nxml-processing-instruction-delimiter)
2015 (nxml-processing-instruction-target)
2016 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
2017 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
2018 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
2019 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
2020 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
2021 (nxml-attribute-prefix, nxml-attribute-colon)
2022 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
2023 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
2024 (nxml-attribute-value, nxml-attribute-value-delimiter)
2025 (nxml-namespace-attibute-value)
2026 (nxml-namespace-attribure-value-delimiter)
2027 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
2028 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
2029 (nxml-glyph): Rename, removing -face suffix.
2030 Inherit from existing font-lock faces.
2031 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
2032 Use new face names.
2033
2034 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2035 (nxml-outline-active-indicator, nxml-outline-ellipsis):
2036 Rename, removing -face suffix.
2037 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
2038 (nxml-highlighted-colon, nxml-highlighted-slash)
2039 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
2040 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
2041 (nxml-highlighted-qname, nxml-outline-display-heading):
2042 Use new face names.
2043
2044 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
2045
2046 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
2047
2048 2007-12-19 Martin Rudalics <rudalics@gmx.at>
2049
2050 * cus-start.el (all): Use correct group name for members of
2051 mode-line group.
2052
2053 * man.el (Man-default-man-entry): When looking for default man
2054 entry title search text preceding point. Use when instead of if.
2055
2056 * indent.el (indent-for-tab-command): Fix doc-string typo.
2057
2058 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
2059 vc-parent-buffer is the current buffer.
2060
2061 * info-look.el (info-lookup, info-lookup-setup-mode)
2062 (info-lookup-make-completions): Avoid clobbering Info-history and
2063 Info-history-list.
2064
2065 2007-12-19 Glenn Morris <rgm@gnu.org>
2066
2067 * progmodes/verilog-mode.el (top-level): Don't require compile.
2068 (compilation-error-regexp-alist, compilation-last-buffer):
2069 Define for compiler.
2070 (verilog-insert-1): New function.
2071 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
2072 Use verilog-insert-1.
2073 (verilog-surelint-off): Use next-error-last-buffer if bound.
2074 Check compile buffer is live.
2075
2076 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
2077
2078 * progmodes/compile.el (compilation-start): Don't pass a FRAME
2079 argument to display-buffer.
2080
2081 2007-12-19 Jason Rumney <jasonr@gnu.org>
2082
2083 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
2084 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
2085 (rng-byte-compile-load, rng-write-version): Remove.
2086
2087 * nxml/rng-loc.el (rng-schema-locating-files-default)
2088 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
2089 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
2090
2091 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
2092
2093 * files.el (cd-absolute): Set `list-buffers-directory' in order to
2094 show correct path in buffer list.
2095
2096 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
2097 (tramp-find-shell): Send only single prompt setting commands, in
2098 order to avoid double-prompt.
2099
2100 * net/tramp-compat.el (top): Require cl only when compiling.
2101 Reported by Glenn Morris <rgm@gnu.org>.
2102
2103 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
2104
2105 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
2106 (c-comment-continuation-stars): No longer declare with
2107 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
2108 (c-block-comment-prefix): Use symbol-value to
2109 access c-comment-continuation-stars.
2110 * progmodes/cc-mode.el (c-initialize-cc-mode):
2111 Use symbol-value to access c-comment-continuation-stars.
2112
2113 2007-12-18 Mark A. Hershberger <mah@everybody.org>
2114
2115 * xml.el (xml-escape-string): New function. Escape string using
2116 xml-entity-alist.
2117 (xml-debug-print-internal): Use xml-escape-string to escape
2118 characters in attributes and in text children of elements.
2119
2120 2007-12-18 Glenn Morris <rgm@gnu.org>
2121
2122 * progmodes/cc-subword.el (c-subword-mode): Drop support for
2123 systems without define-minor-mode.
2124
2125 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
2126
2127 * progmodes/verilog-mode.el: Replace all instances of
2128 string-to-int with string-to-number, insert-string with insert,
2129 and read-input with read-string.
2130 (top-level): No need to require imenu, reporter, dinotrace, vc,
2131 font-lock when compiling. Always require compile. Relegate remaining
2132 compatibility cruft to XEmacs. Don't require font-lock.
2133 (verilog-version): Remove superfluous concat.
2134 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
2135 No need to define.
2136 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
2137 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
2138 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
2139 (verilog-startup-message-displayed): These are variables, not constants.
2140 (verilog-batch-execute-func, verilog-auto-inst)
2141 (verilog-auto-inst-param): Use mapc rather than mapcar.
2142 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
2143 actually defining.
2144 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
2145 (verilog-modi-get-outputs, verilog-modi-get-inouts)
2146 (verilog-modi-get-inputs, verilog-modi-get-wires)
2147 (verilog-modi-get-regs, verilog-modi-get-assigns)
2148 (verilog-modi-get-consts, verilog-modi-get-gparams)
2149 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
2150 (verilog-modi-get-sub-inputs): Move inline functions earlier in
2151 the file.
2152 (sigs-in, sigs-out): Don't declare multiple times.
2153 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
2154 `defvar'.
2155 (verilog-auto): Call dinotrace-unannotate-all only if bound.
2156 (verilog-module-inside-filename-p): No need to wrap fboundp test
2157 in condition-case.
2158 (reporter-submit-bug-report): Autoload it.
2159 (verilog-mark-defun): Call zmacs-activate-region only if bound.
2160 (verilog-font-customize): Call customize-apropos only if bound.
2161 (verilog-getopt-flags, verilog-auto-reeval-locals):
2162 Use make-local-variable rather than make-variable-buffer-local.
2163 (verilog-company, verilog-project, verilog-modi-cache-list):
2164 Move make-variable-buffer-local calls to top-level.
2165 (font-lock-defaults-alist): Don't define it.
2166 (verilog-need-fld): Remove.
2167 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
2168 (verilog-mode): Only call make-local-hook on XEmacs.
2169 Set font-lock-defaults rather than using verilog-font-lock-init.
2170
2171 2007-12-17 Andreas Schwab <schwab@suse.de>
2172
2173 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2174 Fix comment typo.
2175
2176 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
2177
2178 * net/dbus.el (dbus-name-owner-changed-handler):
2179 Use `dbus-unregister-signal' for removing old rules.
2180 Obey new structure of `dbus-registered-functions-table'.
2181
2182 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
2183
2184 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
2185
2186 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2187
2188 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
2189 function.
2190 (add-submenu): Only define for XEmacs.
2191 (verilog-regexp-words): Revert previous change, keep the other
2192 definition.
2193
2194 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2195
2196 * progmodes/perl-mode.el (perl-continued-statement-offset)
2197 (perl-continued-brace-offset, perl-brace-offset)
2198 (perl-brace-imaginary-offset, perl-label-offset):
2199 * progmodes/cperl-mode.el (cperl-brace-offset)
2200 (cperl-continued-brace-offset, cperl-label-offset)
2201 (cperl-continued-statement-offset)
2202 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
2203 Add safe-local-variable properties.
2204
2205 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2206
2207 * progmodes/verilog-mode.el (verilog-mode-map)
2208 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
2209 (verilog-colorize-include-files): Use only overlay functions so
2210 that it can work on both emacs and XEmacs.
2211 (set-extent-keymap): Remove unused defun.
2212 (verilog-kill-existing-comment, verilog-insert-date)
2213 (verilog-insert-year): Rename in order not to pollute the global
2214 namespace from kill-existing-comment, insert-date and
2215 insert-year, respectively.
2216 (verilog-set-auto-endcomments, verilog-header): Update callers.
2217
2218 * files.el (auto-mode-alist): Recognize verilog files.
2219
2220 * progmodes/verilog-mode.el (verilog-string-replace-matches)
2221 (verilog-string-remove-spaces, verilog-re-search-forward)
2222 (verilog-re-search-backward, verilog-re-search-forward-quick)
2223 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
2224 (verilog-get-end-of-line, verilog-within-string): Move definitions
2225 before first use. No code changes.
2226
2227 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2228
2229 * progmodes/verilog-mode.el (verilog-mode-version)
2230 (verilog-mode-release-date): Don't use expanding keywords.
2231 (provide): Move to the end of file.
2232 (fboundp): Don't check if eval-when-compile is bound, it is used
2233 later in the file without checking.
2234 (when, unless): Copy definitions from subr.el.
2235 (char-before, defcustom, defface, customize-group)
2236 (verilog-batch-error-wrapper): Don't use old style backquotes.
2237 (verilog-regexp-opt): Avoid using the cl function case.
2238 (verilog-regexp-words): Remove duplicated definition.
2239 (verilog-mode-abbrev-table): Remove, duplicate.
2240 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
2241 Declare and initialize in one step.
2242 (verilog-declaration-prefix-re, verilog-declaration-re)
2243 (verilog-end-of-statement, verilog-indent-declaration)
2244 (verilog-get-lineup-indent): Remove trailing whitespace.
2245 (verilog-mode): Fix autoload cookie.
2246 Set beginning-of-defun-function and end-of-defun-function. Use when
2247 instead of if.
2248 (verilog-emacs-features, verilog-auto-ascii-enum)
2249 (verilog-insert-indices): Escape braces in doc strings.
2250
2251 2007-12-08 Michael McNamara <mac@verilog.com>
2252 Wilson Snyder <wsnyder@wsnyder.org>
2253
2254 * progmodes/verilog-mode.el: New file.
2255
2256 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
2257
2258 * international/latexenc.el (latexenc-find-file-coding-system):
2259 If both coding-system-for-write and buffer-file-coding-system of
2260 latex-main-file are nil, use `undecided'.
2261
2262 2007-12-06 Jason Rumney <jasonr@gnu.org>
2263
2264 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
2265
2266 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2267
2268 * files.el (revert-buffer): Docstring fix.
2269
2270 2007-12-11 Glenn Morris <rgm@gnu.org>
2271
2272 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
2273
2274 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
2275
2276 * calc/calc-aent.el (math-restore-underscores)
2277 (math-string-restore-underscores): New functions.
2278 (math-read-factor): Properly check variable names with underscores
2279 for entries in `math-expr-variable-mapping'.
2280
2281 * calc/calc-lang.el (math-lang-name): New property name.
2282
2283 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
2284 to set language name.
2285
2286 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
2287
2288 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2289
2290 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 * server.el (server-select-display): Fix important typo.
2293 (server-process-filter): Turn a "" display into nil.
2294
2295 2007-12-09 Juri Linkov <juri@jurta.org>
2296
2297 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
2298 Check search-upper-case before calling isearch-no-upper-case-p
2299 to set case-fold-search.
2300 (occur): Doc fix.
2301 (occur-1, perform-replace): Check search-upper-case before calling
2302 isearch-no-upper-case-p to set case-fold-search.
2303
2304 * isearch.el (search-upper-case): Doc fix.
2305 (isearch-mode-map): Bind `M-s o' to isearch-occur.
2306 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
2307 (isearch-query-replace-regexp): Doc fix.
2308 (isearch-occur): New function.
2309
2310 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
2311
2312 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
2313 backward compatibility.
2314
2315 * net/imap.el (imap-string-to-integer): New function.
2316
2317 2007-12-09 David Kastrup <dak@gnu.org>
2318
2319 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
2320 directories. Not sure anybody uses this anymore, though.
2321
2322 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2323
2324 * printing.el: Fix pr-interface-map initialization code.
2325 (pr-version): New version 6.9.3.
2326 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
2327 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
2328 (pr-f-read-string): Replace by pr-read-string.
2329 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
2330 name.
2331 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
2332
2333 2007-12-09 Glenn Morris <rgm@gnu.org>
2334
2335 * emulation/viper-init.el (top-level): Use dolist rather than mapc
2336 in make-variable-frame-local call.
2337
2338 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2339
2340 * mail/hashcash.el (declare-function):
2341 * net/imap.el (declare-function): New no-op macro for backward
2342 compatibility.
2343
2344 2007-12-08 Eli Zaretskii <eliz@gnu.org>
2345
2346 Sync makefile.w32-in with Makefile.in.
2347
2348 * makefile.w32-in (check-declare): New target.
2349 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2350 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
2351 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
2352 ($(lisp)/progmodes/cc-mode.elc): Use it.
2353 ($(lisp)/progmodes/cc-mode.elc): New rule.
2354
2355 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
2356
2357 * indent.el (tab-stop-list): Mark as safe-local-variable.
2358
2359 * generic-x.el (etc-sudoers-generic-mode): New mode.
2360 (generic-unix-modes): Add it.
2361
2362 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
2363
2364 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
2365 apply wildcards in a hash table key; there is no usable hash code then.
2366 (dbus-registered-functions-table): Use `equal' as test function.
2367 (dbus-name-owner-changed-handler): Rewrite due to new hash table
2368 structure.
2369
2370 2007-12-08 Martin Rudalics <rudalics@gmx.at>
2371
2372 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
2373 bound error in block comment branch.
2374
2375 2007-12-08 David Kastrup <dak@gnu.org>
2376
2377 * textmodes/reftex.el (reftex-select-with-char):
2378 * textmodes/reftex-toc.el (reftex-toc-do-promote)
2379 (reftex-toc-visit-location, reftex-toc-find-section):
2380 * textmodes/reftex-index.el (reftex-index-show-entry):
2381 * textmodes/org.el (org-cycle-hide-archived-subtrees)
2382 (org-table-rotate-recalc-marks, org-mark-ring-push)
2383 (org-follow-info-link, org-mhe-get-message-folder-from-index)
2384 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
2385 (org-evaluate-time-range, org-edit-agenda-file-list):
2386 * textmodes/artist.el (artist-select-next-op-in-list)
2387 (artist-select-prev-op-in-list):
2388 * term/mac-win.el (mac-service-insert-text):
2389 * startup.el (fancy-about-screen):
2390 * progmodes/vhdl-mode.el (vhdl-decision-query):
2391 * progmodes/idlwave.el (idlwave-template)
2392 (idlwave-scroll-completions, idlwave-display-completion-list):
2393 * progmodes/ebrowse.el (ebrowse-show-progress):
2394 * progmodes/cperl-mode.el (cperl-find-pods-heres):
2395 * progmodes/antlr-mode.el (antlr-insert-option-do):
2396 * play/mpuz.el (mpuz-close-game):
2397 * net/rcirc.el (rcirc-next-active-buffer):
2398 * mail/reporter.el (reporter-update-status):
2399 * kmacro.el (kmacro-display):
2400 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
2401 * emulation/viper-util.el (viper-save-setting):
2402 * emacs-lisp/lisp-mnt.el (lm-verify):
2403 * emacs-lisp/edebug.el (edebug-set-mode):
2404 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
2405 * calendar/calendar.el (calendar-print-day-of-year):
2406 * calc/calcalg3.el (calc-curve-fit):
2407 * calc/calcalg2.el (math-integral):
2408 * calc/calc.el (calc-read-key-sequence, calc-version):
2409 * calc/calc-mode.el (calc-set-simplify-mode):
2410 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
2411
2412 2007-12-07 D. Goel <deego3@gmail.com>
2413
2414 * progmodes/idlw-shell.el (idlwave-shell-display-line)
2415 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
2416 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
2417 * mail/uce.el (uce-reply-to-uce)
2418 * progmodes/vhdl-mode.el (vhdl-template-modify)
2419 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
2420 to `error' (as suggested by RMS.)
2421
2422 2007-12-07 Glenn Morris <rgm@gnu.org>
2423
2424 * allout.el (allout-write-file-hook-handler):
2425 * textmodes/reftex.el (reftex-TeX-master-file):
2426 * textmodes/reftex-parse.el (reftex-short-context):
2427 Revert previous change.
2428
2429 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
2430
2431 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
2432 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
2433 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2434 (dbus-event-service-name, dbus-event-path-name)
2435 (dbus-event-interface-name, dbus-event-member-name): Fix for new
2436 event structure.
2437 (dbus-list-activatable-names, dbus-list-names)
2438 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
2439 Reorder `dbus-call-method' arguments.
2440
2441 2007-12-06 D. Goel <deego3@gmail.com>
2442
2443 * allout.el (allout-write-file-hook-handler):
2444 * textmodes/reftex.el (reftex-TeX-master-file):
2445 * textmodes/org.el (org-paste-subtree):
2446 * progmodes/vhdl-mode.el (vhdl-template-modify):
2447 * progmodes/idlw-shell.el (idlwave-shell-send-command)
2448 (idlwave-shell-display-line):
2449 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
2450 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2451 * net/trampver.el (x):
2452 * mail/uce.el (uce-reply-to-uce):
2453 * mail/rmailout.el (rmail-output):
2454 * mail/feedmail.el (feedmail-dump-message-to-queue):
2455 * whitespace.el (whitespace-write-file-hook):
2456 * wdired.el (wdired-check-kill-buffer):
2457 * vc.el (vc-update):
2458 * vc-mcvs.el (vc-mcvs-checkin):
2459 * vc-cvs.el (vc-cvs-checkin):
2460 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
2461 * ibuffer.el (ibuffer-current-buffer):
2462 * dired.el (dired-move-to-end-of-filename):
2463 * bindings.el (complete-symbol):
2464 * textmodes/org-publish.el (org-publish-file):
2465 (org-publish-current-project):
2466 * textmodes/reftex-parse.el (reftex-short-context):
2467 * textmodes/texinfmt.el: Fix buggy calls to `error'.
2468
2469 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * doc-view.el (doc-view-dvi->pdf-sentinel)
2472 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
2473 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
2474 within a sentinel or timer.
2475 (doc-view-display): Don't try to display before the requested page
2476 is available, unless told to do so explicitly.
2477 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
2478 Force display even if the requested page is not available.
2479
2480 2007-12-06 Richard Stallman <rms@gnu.org>
2481
2482 * help-fns.el (describe-function-1): Call ad-get-advice-info
2483 only on symbols.
2484
2485 2007-12-06 Glenn Morris <rgm@gnu.org>
2486
2487 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
2488 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
2489 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
2490 faces in non-light-background case.
2491
2492 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
2493 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
2494 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
2495 * emulation/vi.el, emulation/viper-cmd.el:
2496 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
2497 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
2498 * textmodes/fill.el: Remove directory part from filenames in
2499 function declarations.
2500
2501 * dired-aux.el (mailcap-mime-info): Update declaration.
2502
2503 2007-12-05 Richard Stallman <rms@gnu.org>
2504
2505 * wid-edit.el (widget-type): Doc fix.
2506
2507 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2508
2509 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2510 Don't match "sub { (...) ... }".
2511
2512 2007-12-05 Richard Stallman <rms@gnu.org>
2513
2514 * international/mule-cmds.el (toggle-input-method-active): New var.
2515 (toggle-input-method): Bind toggle-input-method-active to t.
2516 Error if it was already non-nil.
2517
2518 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
2519
2520 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2521
2522 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
2523
2524 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
2525 see if certs should be verified and what is to be done in the
2526 event of a verification failure.
2527
2528 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
2529
2530 * net/tls.el (tls-program): Provide more custom choices from
2531 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
2532 (tls-process-connection-type, tls-success): Remove "*" in doc string.
2533 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2534 version. Minor improvement to doc strings.
2535 (tls-program): Add comment.
2536
2537 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
2538
2539 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2540 (tls-checktrust): New variable. Check if GNU TLS complained about a
2541 mismatch between the hostname provided in the certificate and the name
2542 of the host connnecting to.
2543 (open-tls-stream): Use them. Check certificates against trusted root
2544 certificates.
2545
2546 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
2547
2548 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2549 (imap-parse-status): Upcase status-att for broken servers that sends
2550 them lower-case (e.g., MS Exchange 2007).
2551
2552 2007-12-05 D. Goel <deego3@gmail.com>
2553
2554 * simple.el (undo):
2555 * image-dired.el (image-dired-display-thumb-properties):
2556 (image-dired-modify-mark-on-thumb-original-file):
2557 (image-dired-dired-display-properties):
2558 * help.el (help-window-display-message):
2559 * files.el (hack-local-variables-confirm):
2560 * ediff.el (ediff-version):
2561 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
2562 `message' and `error': Ensure that first arg is a format string.
2563
2564 * emacs-lisp/find-func.el (find-library-name): Prefer files with
2565 ".el" suffix over "".
2566
2567 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
2568
2569 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
2570 interface and member fields.
2571
2572 2007-12-05 Glenn Morris <rgm@gnu.org>
2573
2574 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
2575 (pcomplete-here): Autoload it.
2576
2577 * eshell/em-basic.el (print-func): No need to define for compiler.
2578
2579 * eshell/esh-cmd.el (eshell-debug-command):
2580 * eshell/esh-io.el (eshell-print): Move definitions before use.
2581
2582 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
2583
2584 * eshell/esh-util.el (top-level): Don't require pp.
2585 Use condition-case rather than ignore-errors.
2586
2587 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
2588
2589 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
2590 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2591 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
2592 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
2593 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
2594 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
2595 * eshell/esh-util.el, eshell/eshell.el: Require individual files
2596 if needed when compiling, rather than esh-maint. Collect any
2597 require statements. Move provide statement to end. Move any
2598 commentary to start.
2599
2600 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
2601 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
2602 * eshell/esh-proc.el, eshell/esh-var.el:
2603 Require individual files if needed when compiling, rather than
2604 esh-maint. Collect any require statements. Leave provide at start.
2605 Move any commentary to start.
2606
2607 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2608 Remove declared function from byte-compile-noruntime-functions.
2609
2610 * ediff-util.el (ediff-version):
2611 * progmodes/python.el (compilation-shell-minor-mode):
2612 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
2613 (calendar-bahai-date-string, calendar-check-holidays)
2614 (calendar-chinese-date-string, calendar-coptic-date-string)
2615 (calendar-ethiopic-date-string, calendar-forward-day)
2616 (calendar-french-date-string, calendar-goto-date)
2617 (calendar-goto-today, calendar-hebrew-date-string)
2618 (calendar-islamic-date-string, calendar-iso-date-string)
2619 (calendar-julian-date-string, calendar-mayan-date-string)
2620 (calendar-persian-date-string, gnus-summary-last-subject)
2621 (parse-time-string, rmail-show-message): Declare as functions.
2622
2623 2007-12-05 Michael Olson <mwolson@gnu.org>
2624
2625 * textmodes/remember.el: Merge contents of remember-diary.el here,
2626 updating header. Add autoload cookie so that byte-compilation
2627 works without warning.
2628 (remember-diary-file): Default to nil, since diary might not yet
2629 be loaded at this point, which would deny us access to diary-file.
2630 (remember-diary-extract-entries): If remember-diary-file is nil,
2631 then use diary-file instead.
2632
2633 * textmodes/remember-diary.el: Remove, due to the issue of needing
2634 the first 8 characters of a filename to be unique.
2635
2636 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
2637
2638 * net/dbus.el (dbus-hash-table=): New defun.
2639 (dbus-hash-table-test): New hash table test function, used in
2640 `dbus-registered-functions-table'.
2641 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
2642 (dbus-event-service-name, dbus-event-path-name)
2643 (dbus-event-interface-name, dbus-event-member-name): Rewritten,
2644 due to new structure of `dbus-event'.
2645
2646 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
2647
2648 * ido.el (ido-save-history): Set the `coding' local
2649 variable in the first line of the file.
2650
2651 2007-12-04 Glenn Morris <rgm@gnu.org>
2652
2653 * password-cache.el: Move here from gnus/password.el.
2654 (top-level): Don't require cl when compiling.
2655 (password-read-and-add): Doc fix. Make obsolete.
2656
2657 * net/tramp.el: Require password-cache or password.
2658
2659 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
2660 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
2661 compiling.
2662 (cua-set-rectangle-mark): Add doc string to autoload.
2663 (cua--rectangle, cua--last-killed-rectangle)
2664 (cua--global-mark-active): Always define for compiler.
2665 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
2666 (cua--delete-rectangle, cua--insert-rectangle)
2667 (cua--rectangle-corner, cua--rectangle-assert)
2668 (cua--insert-at-global-mark, cua--global-mark-post-command):
2669 Declare as functions.
2670
2671 * emulation/cua-gmrk.el (top-level): Move provide to end.
2672
2673 * emulation/cua-rect.el (top-level): Move provide to end.
2674 Don't require cua-gmrk when compiling.
2675 (cua--cut-rectangle-to-global-mark)
2676 (cua--copy-rectangle-to-global-mark): Declare as functions.
2677
2678 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
2679 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
2680 (viper-vi-state-cursor-color):
2681 Consolidate make-variable-frame-local calls.
2682
2683 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
2684 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
2685 than bbdb-address-street1,2,3.
2686
2687 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
2688 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
2689
2690 2007-12-03 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
2691
2692 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
2693 (imap-parse-status): Upcase status-att for servers that sends them
2694 lower-case (e.g., MS Exchange 2007).
2695
2696 2007-12-03 Karl Fogel <kfogel@red-bean.com>
2697
2698 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
2699 (save-place-alist-to-file, load-save-place-alist-from-file):
2700 Don't print non-error messages at all, there's really no need.
2701 Do print if there's a problem, and clarify message in that case.
2702
2703 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2704
2705 * ediff-diff.el (ediff-prepare-error-list):
2706 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
2707
2708 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
2709
2710 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
2711 (doc-view-current-overlay, doc-view-pending-cache-flush):
2712 Add doc string.
2713
2714 2007-12-03 Richard Stallman <rms@gnu.org>
2715
2716 * subr.el (declare-function): Move from byte-run.el.
2717
2718 * emacs-lisp/byte-run.el (declare-function): Move to subr.el
2719
2720 * window.el (recenter-top-bottom): Don't use `ecase'.
2721
2722 2007-12-02 Karl Fogel <kfogel@red-bean.com>
2723
2724 * saveplace.el (save-place-alist-to-file):
2725 Set coding-system-for-write once and refer to it throughout.
2726 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
2727
2728 2007-12-02 Karl Fogel <kfogel@red-bean.com>
2729
2730 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
2731 system when writing, and set it in the first-line file variables.
2732 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
2733 Juanma Barranquero.
2734
2735 2007-12-02 Glenn Morris <rgm@gnu.org>
2736
2737 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2738 Reverse branches of if statement.
2739
2740 * emulation/viper-cmd.el (top-level): Don't require advice.
2741 Don't load viper-util, viper-keym, viper-mous, viper-macs,
2742 viper-ex when compiling.
2743
2744 * emulation/viper-ex.el (top-level): Don't load viper-util,
2745 viper-keym when compiling.
2746
2747 * emulation/viper-init.el (top-level): Move provide statement to end.
2748
2749 * emulation/viper-keym.el (top-level): Don't load viper-util when
2750 compiling. Move provide statement to end.
2751
2752 * emulation/viper-macs.el (top-level): Don't load viper-util,
2753 viper-keym, viper-mous when compiling.
2754
2755 * emulation/viper-mous.el (top-level): Don't load viper-util when
2756 compiling.
2757
2758 * emulation/viper-util.el (top-level): Don't load viper-init when
2759 compiling.
2760
2761 * emulation/viper.el (top-level): Don't require ring.
2762 Don't load viper-init, viper-cmd when compiling.
2763
2764 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
2765 Move here from gnus/.
2766
2767 2007-12-02 Karl Fogel <kfogel@red-bean.com>
2768
2769 Offer option for saveplace to be quiet about loading and saving.
2770 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
2771
2772 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
2773 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
2774 to determine whether to print loading/saving messages.
2775
2776 2007-12-02 Glenn Morris <rgm@gnu.org>
2777
2778 * mail/binhex.el: Move here from gnus/.
2779 (binhex): New custom group.
2780 (binhex-decoder-program, binhex-decoder-switches)
2781 (binhex-use-external): Move to the binhex custom group.
2782
2783 * mail/uudecode.el: Move here from gnus/.
2784 (uudecode): New custom group.
2785 (uudecode-decoder-program, uudecode-decoder-switches)
2786 (uudecode-use-external): Move to the uudecode custom group.
2787
2788 * net/netrc.el (top-level): Don't load `encrypt' features.
2789 (netrc-parse): Don't use encrypt.
2790 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
2791
2792 * progmodes/python.el (top-level): Don't require cl when compiling.
2793
2794 2007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
2795
2796 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
2797 encoding for aspell process and for communication with it.
2798 Only add "-d" option if not already present.
2799 Use ispell-current-dictionary and ispell-current-personal-dictionary.
2800 General reorganization.
2801
2802 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
2803 encoding here.
2804 (ispell-start-process): Explicitly set encoding here if using aspell.
2805
2806 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
2807
2808 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
2809 function to log-edit.
2810
2811 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
2812
2813 * net/dbus.el: New file.
2814
2815 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
2816
2817 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
2818 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
2819 (calc-lang-parens-are-subscripts): New variables.
2820 (math-expr-special-function-mapping): Remove variable.
2821 (math-eqn-ignore-words, math-tex-ignore-words)
2822 (math-latex-ignore-words): Move to calc-lang.el.
2823
2824 * calc/calc-lang.el (math-compose-vector, math-compose-var)
2825 (math-tex-expr-is-flat): Declare as functions.
2826 (calc-lang-slash-idiv, calc-lang-allow-underscores)
2827 (math-comp-left-bracket, math-comp-right-bracket)
2828 (math-comp-comma, math-comp-vector-prec): Declare as variables.
2829 (math-var-formatter, math-matrix-formatter)
2830 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
2831 (math-punc-table, math-compose-subscr, math-dots)
2832 (math-func-formatter): New property names to store language
2833 specific information.
2834 (math-compose-tex-var, math-compose-tex-intv)
2835 (math-compose-maple-intv, math-compose-eqn-intv)
2836 (math-compose-tex-sum, math-compose-tex-func)
2837 (math-compose-tex-intv): New functions.
2838 (math-eqn-ignore-words, math-tex-ignore-words)
2839 (math-latex-ignore-words): Move from calc.el.
2840 (math-special-function-table): Add entries for tex.
2841 (calc-lang-slash-idiv, calc-lang-allows-underscores):
2842 New variables.
2843 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
2844 (math-compose-tex-matrix, math-compose-eqn-matrix)
2845 (math-eqn-special-functions): Move from calccomp.el.
2846
2847 * calc/calccomp.el (math-compose-var): New function.
2848 (math-compose-expr): Allow more special functions to be used.
2849 Change test for formatting fractions. Use variables and property
2850 names to help with language specific formatting.
2851 (math-compose-tex-matrix, math-compose-eqn-matrix)
2852 (math-eqn-special-functions): Move to calc-lang.el.
2853 (math-compose-rows): Use property names to help with language
2854 specific formatting.
2855
2856 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
2857 into nested subscripts.
2858 (math-read-token): Use variables and property names to help with
2859 language specific parsing.
2860 (math-read-expression-level): Use variables to help with language
2861 specific parsing.
2862
2863 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2864
2865 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
2866 (archive-rar-summarize): Allow the file name to be passed as argument.
2867 Remove unused vars `header' and `footer'.
2868 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
2869
2870 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2871
2872 * log-edit.el (log-edit-show-diff): New function.
2873 (log-edit-mode-map, log-edit-menu): Bind it.
2874 (log-edit-diff-function): New variable.
2875 (log-edit): Change the 3rd param to be an alist and accept a
2876 function that computes a diff for the files involved.
2877
2878 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
2879
2880 2007-12-01 Martin Rudalics <rudalics@gmx.at>
2881
2882 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
2883 wrap next-/previous-line in with-no-warnings.
2884
2885 2007-12-01 Glenn Morris <rgm@gnu.org>
2886
2887 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
2888
2889 * net/dig.el: Move here from gnus/.
2890 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
2891
2892 * net/dns.el: Move here from gnus/.
2893 (top-level): Don't require mm-util, or cl when compiling.
2894 (dns-write-name, dns-read, dns-read-type, query-dns):
2895 Replace mm-with-unibyte-buffer with its expansion.
2896 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
2897
2898 * progmodes/gdb-ui.el (gud-remove, gud-break):
2899 * progmodes/gud.el (gdb-create-define-alist)
2900 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
2901 (hl-line-highlight, gdb-display-source-buffer)
2902 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
2903 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
2904
2905 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2906
2907 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
2908 Move args on defun line.
2909
2910 * textmodes/org.el (org-calendar-holiday):
2911 Use calendar-check-holidays instead of the obsolete
2912 check-calendar-holidays.
2913 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
2914 (bbdb-company, bbdb-current-record, bbdb-name)
2915 (bbdb-record-getprop, bbdb-record-name)
2916 (bibtex-beginning-of-entry, bibtex-generate-autokey)
2917 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
2918 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
2919 (mh-find-path, mh-get-header-field, mh-get-msg-num)
2920 (mh-header-display, mh-index-previous-folder)
2921 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
2922 (mh-show-buffer-message-number, mh-show-header-display)
2923 (mh-show-msg, mh-show-show, mh-visit-folder)
2924 (org-export-latex-cleaned-string, remember)
2925 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
2926 (rmail-what-message, elmo-folder-exists-p)
2927 (elmo-message-entity-field, elmo-message-field)
2928 (vm-beginning-of-message, vm-follow-summary-cursor)
2929 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
2930 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
2931 (vm-summarize, wl-folder-get-elmo-folder)
2932 (wl-summary-goto-folder-subr)
2933 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
2934 (wl-summary-line-subject, wl-summary-message-number)
2935 (wl-summary-redisplay): Declare as functions.
2936
2937 2007-11-30 Martin Rudalics <rudalics@gmx.at>
2938
2939 * longlines.el (longlines-show-hard-newlines): Remove handling of
2940 buffer-undo-list and buffer-modified status.
2941 (longlines-show-region, longlines-unshow-hard-newlines):
2942 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
2943 inhibit-modification-hooks here to avoid that a buffer appears
2944 modified when toggling visibility of hard newlines.
2945
2946 2007-11-30 Glenn Morris <rgm@gnu.org>
2947
2948 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
2949
2950 * progmodes/idlw-complete-structtag.el
2951 (idlwave-sintern-structtag):
2952 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
2953 (idlwave-sintern-sysvartag):
2954 * progmodes/idlwave.el (idlwave-sintern-class-tag)
2955 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
2956 functions.
2957
2958 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2959
2960 * textmodes/reftex-index.el (texmathp):
2961 * textmodes/reftex-auc.el (TeX-argument-insert)
2962 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
2963 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
2964 (LaTeX-label-list):
2965 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
2966 (rng-clear-conditional-region, rng-do-some-validation): Declare as
2967 functions.
2968 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
2969
2970 2007-11-30 Glenn Morris <rgm@gnu.org>
2971
2972 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
2973 argument and document it.
2974
2975 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2976 Third argument to declare-function must be a list to specify arglist.
2977
2978 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
2979 Handle declare-function third argument `t' and fourth argument.
2980 (check-declare-verify): Doc fix. Handle `fileonly' case.
2981 Use progn rather than prog1.
2982
2983 * desktop.el (uniquify-item-base):
2984 * term/mac-win.el (url-type): Declare as functions.
2985
2986 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
2987 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
2988 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
2989 fourth arg to declare-function.
2990
2991 * play/dunnet.el: Don't require cl when compiling.
2992 (byte-compile-warnings): Set via file local variables.
2993 (dun-parse): Let-bind `beg' and `line'.
2994
2995 2007-11-29 Alexandre Julliard <julliard@winehq.org>
2996
2997 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
2998
2999 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3000
3001 * calendar/time-date.el (encode-time-value): Doc fix.
3002
3003 2007-11-29 Glenn Morris <rgm@gnu.org>
3004
3005 * calendar/time-date.el (with-decoded-time-value): Doc fix.
3006
3007 * textmodes/css-mode.el (prog-mode): Remove.
3008 (css-mode): Derive from fundamental-mode rather than prog-mode.
3009
3010 * emacs-lisp/byte-run.el (declare-function): Doc fix.
3011
3012 * emacs-lisp/check-declare.el (check-declare-locate)
3013 (check-declare-verify): Handle `external' files.
3014 (check-declare-errmsg): New function.
3015 (check-declare-verify, check-declare-file, check-declare-directory):
3016 Use check-declare-errmsg to report the number of problems.
3017
3018 * ffap.el (w3-view-this-url)
3019 * mail/mspools.el (vm-visit-folder)
3020 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
3021 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
3022 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
3023 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
3024 (bbdb-records)
3025 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
3026 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
3027 (sasl-make-client, sasl-next-step, sasl-step-data)
3028 (sasl-step-set-data)
3029 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
3030 (htmlr-step): Declare as functions.
3031
3032 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
3033 Use bbdb-address-zip rather than bbdb-address-zip-string.
3034
3035 2007-11-28 Richard Stallman <rms@gnu.org>
3036
3037 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
3038 Move here from gnus/.
3039
3040 2007-11-28 Martin Rudalics <rudalics@gmx.at>
3041
3042 * newcomment.el (comment-region-internal): Fix newline insertion
3043 in `block' case.
3044
3045 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3046
3047 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
3048
3049 2007-11-28 Glenn Morris <rgm@gnu.org>
3050
3051 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
3052 delete .elc files.
3053
3054 * nxml/char-name/unicode: Move to etc/nxml/.
3055 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
3056
3057 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
3058 Declare as a function.
3059
3060 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
3061 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
3062 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
3063
3064 * nxml/nxml-outln.el (nxml-token-start-tag-p)
3065 (nxml-token-end-tag-p): Move definitions before use.
3066
3067 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
3068
3069 * nxml/nxml-uchnm.el (top-level)
3070 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
3071 (nxml-enabled-unicode-blocks): Add custom group.
3072
3073 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
3074 Use string-to-number rather than string-to-int.
3075
3076 * dired-x.el (dired-omit-old-add-entry): Declare as function.
3077 Move definition before use.
3078 (dired-old-find-buffer-nocreate): Declare as function.
3079
3080 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
3081 (check-declare-verify): Handle fset.
3082
3083 * emulation/edt.el (edt-user-emulation-setup):
3084 Test edt-setup-user-bindings is bound before calling.
3085
3086 * emulation/tpu-edt.el: Don't require cl when compiling.
3087 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
3088 (tpu-edt-off): Use condition-case rather than ignore-errors.
3089 Use with-no-warnings.
3090
3091 * eshell/esh-util.el (top-level): Use require rather than load for
3092 ange-ftp.
3093
3094 * mail/supercite.el (sc-version): Redefine as an alias for
3095 emacs-version.
3096 (sc-help-address): Remove.
3097 (sc-version): Use emacs-version rather than sc-version.
3098 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
3099
3100 * net/socks.el (socks-original-open-network-stream): Declare as
3101 function. Move definition before use.
3102
3103 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
3104
3105 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
3106 (math-make-frac): Declare as functions.
3107
3108 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
3109
3110 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
3111 Pacify byte compiler.
3112 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
3113
3114 * progmodes/idlwave.el (idlwave-shell-get-path-info)
3115 (idlwave-shell-temp-file, idlwave-shell-is-running)
3116 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
3117 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
3118 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
3119 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
3120 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
3121 (idlwave-completing-read, idlwave-current-routine)
3122 (idlwave-downcase-safe, idlwave-entry-find-keyword)
3123 (idlwave-expand-keyword, idlwave-find-class-definition)
3124 (idlwave-find-inherited-class, idlwave-find-struct-tag)
3125 (idlwave-get-buffer-visiting, idlwave-in-quote)
3126 (idlwave-make-full-name, idlwave-members-only)
3127 (idlwave-popup-select, idlwave-routine-source-file)
3128 (idlwave-routines, idlwave-sintern-class)
3129 (idlwave-sintern-keyword, idlwave-sintern-method)
3130 (idlwave-sintern-routine-or-method)
3131 (idlwave-substitute-link-target, idlwave-sys-dir)
3132 (idlwave-this-word, idlwave-what-module-find-class)
3133 (idlwave-where):
3134 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
3135 * mail/uce.el (rmail-msg-is-pruned)
3136 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
3137 (rmail-toggle-header):
3138 * mail/sendmail.el (dired-view-file, dired-get-filename):
3139 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
3140 (rmail-display-labels, rmail-msgbeg)
3141 (rmail-set-message-deleted-p, rmail-message-labels-p)
3142 (rmail-show-message, mail-comma-list-regexp)
3143 (mail-parse-comma-list):
3144 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
3145 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
3146 (rfc822-addresses, mail-abbrev-make-syntax-table)
3147 (mail-sendmail-delimit-header, mail-header-end):
3148 * mail/hashcash.el (message-narrow-to-headers-or-head)
3149 (message-fetch-field, message-goto-eoh)
3150 (message-narrow-to-headers):
3151 * vc.el (view-mode-exit): Declare as functions.
3152
3153 * mail/vms-pmail.el:
3154 * vmsproc.el:
3155 * vms-patch.el: Don't byte compile these files, they don't work.
3156
3157 2007-11-27 Glenn Morris <rgm@gnu.org>
3158
3159 * calc/calc-ext.el (math-read-big-rec):
3160 * calc/calc-nlfit.el (math-map-binop):
3161 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
3162
3163 * eshell/eshell.el (eshell-report-bug): Add version number of
3164 obsolescence.
3165
3166 * emulation/viper.el, emulation/viper-util.el,
3167 emulation/viper-macs.el, emulation/viper-keym.el,
3168 emulation/viper-ex.el, emulation/viper-cmd.el:
3169 Load viper-*.el files silently.
3170
3171 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
3172 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
3173 Load ediff-*.el files silently.
3174
3175 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
3176 compiling.
3177 (Info-goto-node): Declare as a function.
3178
3179 * ediff-init.el: Don't load ange-ftp when compiling.
3180 * ediff-util.el: Don't load reporter when compiling.
3181
3182 * ediff-wind.el (ediff-display-pixel-width)
3183 (ediff-display-pixel-height):
3184 * generic-x.el (ini-generic-mode):
3185 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
3186 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
3187 (ps-mule-initialize, ps-mule-begin-job):
3188 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
3189 (mark-calendar-days-named):
3190 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
3191 (add-to-diary-list, diary-name-pattern)
3192 (mark-calendar-days-named):
3193 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
3194 (mark-calendar-days-named):
3195 * calendar/cal-x.el (make-fancy-diary-buffer):
3196 * calendar/holidays.el (calendar-absolute-from-julian):
3197 * calendar/todo-mode.el (calendar-current-date):
3198 * calendar/cal-menu.el (calendar-increment-month)
3199 (calendar-month-name, extract-calendar-year)
3200 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
3201 (calendar-current-date, calendar-cursor-holidays)
3202 (calendar-date-string, insert-diary-entry, calendar-set-mark)
3203 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3204 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3205 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
3206 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
3207 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
3208 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
3209 (calendar-day-of-year-string, calendar-iso-date-string)
3210 (calendar-julian-date-string, calendar-astro-date-string)
3211 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
3212 (calendar-persian-date-string, calendar-bahai-date-string)
3213 (calendar-islamic-date-string, calendar-chinese-date-string)
3214 (calendar-coptic-date-string, calendar-ethiopic-date-string)
3215 (calendar-french-date-string, calendar-mayan-date-string)
3216 (calendar-print-chinese-date, calendar-goto-date):
3217 Declare as functions.
3218
3219 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
3220 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
3221
3222 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
3223 aliases for report-emacs-bug.
3224 (gnus-summary-select-article, gnus-configure-windows): Declare as
3225 functions.
3226
3227 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
3228 compiler.
3229
3230 * pgg.el (pgg-clear-string): Declare as a function.
3231 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
3232 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
3233
3234 * emacs-lisp/check-declare.el (check-declare-locate):
3235 Handle compressed files.
3236 (check-declare-verify): Handle define-generic-mode,
3237 define-global(ized)-minor-mode, define-obsolete-function-alias.
3238
3239 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
3240
3241 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
3242 algebraic modes.
3243
3244 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
3245 (math-is-true, calc-explain-why, calc-alg-edit)
3246 (math-composite-inequalities, math-flatten-lands)
3247 (math-multi-subst, calcFunc-vmatches, math-simplify)
3248 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
3249 (math-read-string, math-read-brackets, math-read-angle-brackets):
3250 Declare as functions.
3251
3252 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
3253 (calc-fit-bell-shaped-logistic-curve)
3254 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
3255 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
3256 (math-max-list): Declare as functions.
3257 (math-map-binop): New function.
3258 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
3259
3260 * calc/calc.el (calc-set-language, calc-edit-finish)
3261 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
3262 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
3263 (math-lessp, calc-embedded-finish-command)
3264 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
3265 (calc-push-list-in-macro, calc-replace-selections)
3266 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
3267 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
3268 (calc-embedded-stack-change, calc-refresh-evaltos)
3269 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
3270 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
3271 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
3272 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
3273 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
3274 (math-dimension-error, calc-incomplete-error, math-float-fancy)
3275 (math-neg-fancy, math-zerop, calc-add-fractions)
3276 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
3277 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
3278 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
3279 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
3280 (math-compose-expr, math-comp-width, math-composition-to-string)
3281 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
3282 (math-adjust-fraction, math-format-binary, math-format-radix)
3283 (math-group-float, math-mod, math-format-number-fancy)
3284 (math-format-bignum-fancy, math-read-number-fancy)
3285 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
3286 (calc-do-embedded-activate, math-do-defmath)
3287 (calc-load-everything): Declare as functions.
3288
3289 * calc/calc-ext.el (math-clip, math-round, math-simplify)
3290 (math-simplify-extended, math-simplify-units, calc-set-language)
3291 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
3292 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
3293 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
3294 (math-normalize-hms, math-normalize-mod, math-make-sdev)
3295 (math-make-intv, math-normalize-logical-op, math-possible-signs)
3296 (math-infinite-dir, math-calcFunc-to-var)
3297 (calc-embedded-evaluate-expr, math-known-nonzerop)
3298 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
3299 (math-format-date, math-vector-is-string, math-vector-to-string)
3300 (math-format-radix-float, math-compose-expr, math-abs)
3301 (math-format-bignum-binary, math-format-bignum-octal)
3302 (math-format-bignum-hex, math-format-bignum-radix)
3303 (math-compute-max-digits): Declare as functions.
3304 (math-provably-realp): Fix typo.
3305
3306 * calc/calc-forms.el (calendar-current-time-zone)
3307 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
3308 functions.
3309
3310 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
3311
3312 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
3313 Declare as functions.
3314
3315 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
3316 (math-posp, math-compare, math-bignum, math-compare-bignum):
3317 Declare as functions.
3318
3319 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
3320 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
3321 (calc-explain-why, calc-clear-command-flag)
3322 (calc-roll-down-with-selections, calc-roll-up-with-selections)
3323 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
3324 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
3325 (math-trunc-special, math-trunc-fancy, math-floor-special)
3326 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
3327 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
3328 (math-pow-zero, math-pow-fancy): Declare as functions.
3329
3330 * calc/calc-mode.el (calc-embedded-save-original-modes):
3331 Declare as a function.
3332
3333 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
3334 Declare as functions.
3335 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
3336 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
3337 Replace `mapcar*' by `math-map-binop'.
3338 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
3339
3340 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
3341 (math-read-expr-level): Declare as functions.
3342
3343 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
3344
3345 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3346
3347 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
3348 end-of-defun-function is called consistently, even for negative
3349 arguments.
3350 (end-of-defun-function): Default to forward-sexp.
3351
3352 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
3353
3354 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3355
3356 2007-11-26 Glenn Morris <rgm@gnu.org>
3357
3358 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
3359 than :suffix.
3360
3361 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
3362
3363 2007-11-26 Simon Josefsson <simon@josefsson.org>
3364
3365 * net/imap.el: Move from ../gnus.
3366
3367 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
3368
3369 * doc-view.el (doc-view-mode-p): New function.
3370
3371 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
3372
3373 * mail/mspools.el (rmail-get-new-mail):
3374 * mail/reporter.el (mail-position-on-field, mail-text):
3375 * mail/rmail.el (mail-position-on-field, mail-text-start)
3376 (rmail-update-summary):
3377 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
3378 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
3379 * mail/rmailout.el (rmail-update-summary):
3380 * mail/rmailsort.el (rmail-update-summary):
3381 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
3382 (dired-view-file):
3383 * mail/uce.el (mail-strip-quoted-names):
3384 * mail/undigest.el (rmail-update-summary):
3385 * mail/unrmail.el (mail-strip-quoted-names):
3386 * ediff.el (diff-latest-backup-file): Declare as functions.
3387
3388 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
3389 (kill-to-end-of-line):
3390 * obsolete/rnews.el (news-set-minor-modes):
3391 Remove non working functions.
3392
3393 2007-11-25 Glenn Morris <rgm@gnu.org>
3394
3395 * eshell/esh-maint.el (top-level): Use require with NOERROR for
3396 pcomplete. Don't mess with load-path.
3397
3398 * eshell/eshell.el (eshell-report-bug-address): Remove.
3399 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
3400
3401 2007-11-24 Glenn Morris <rgm@gnu.org>
3402
3403 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
3404 (appt-disp-window): Don't require electric.
3405 Simplify minibuffer-avoidance code.
3406 (appt-select-lowest-window): Avoid minibuffer.
3407
3408 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
3409 (esh-mode): Require it.
3410 (esh-util): Use require rather than featurep and load.
3411 (eshell): No need to test if eshell-mode is bound; remove obsolete
3412 reference to eshell-auto.
3413 (eshell-command, eshell-command-result): Don't require esh-mode
3414 now that the file does.
3415 (top-level): Move provide statement to the end of the file.
3416 Re-order and update commentary.
3417
3418 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
3419
3420 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
3421 (vc-annotate-toggle-annotation-visibility): New command.
3422 (vc-annotate-mode-map): Bind "V" to it.
3423 (vc-annotate-mode-menu): Add entry for it.
3424 (vc-annotate-get-time-set-line-props): New func.
3425 (vc-annotate-display-autoscale)
3426 (vc-annotate-display-difference): Use it.
3427
3428 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
3429 Also, match one space at end of annotation text, after last paren.
3430
3431 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
3432
3433 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
3434 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
3435 `tramp-completion-mode'.
3436
3437 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
3438
3439 * vc-git.el (vc-git-show-log-entry): New func.
3440
3441 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
3442 (vc-git-state): Use vc-git--call.
3443 (vc-git-registered, vc-git-working-revision)
3444 (vc-git-previous-revision, vc-git-next-revision)
3445 (vc-git--run-command-string, vc-git-symbolic-commit):
3446 Use vc-git--out-ok.
3447
3448 2007-11-24 Glenn Morris <rgm@gnu.org>
3449
3450 * emacs-lisp/byte-run.el (declare-function): Doc fix.
3451
3452 2007-11-24 Kenichi Handa <handa@m17n.org>
3453
3454 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
3455
3456 2007-11-23 David Kastrup <dak@gnu.org>
3457
3458 * server.el (server-process-filter): Use `command-line-args-left'.
3459
3460 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3461
3462 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
3463
3464 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
3465
3466 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
3467 buffer if the parent buffer is in vc-dired-mode.
3468
3469 2007-11-23 Mark A. Hershberger <mah@everybody.org>
3470
3471 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
3472
3473 2007-11-23 Juri Linkov <juri@jurta.org>
3474
3475 * dired.el (dired-read-dir-and-switches): For C-x d, set the
3476 value for M-n to the visited file name of the current buffer.
3477 Use minibuffer-with-setup-hook to set minibuffer-default to
3478 buffer-file-name inside read-file-name.
3479
3480 * man.el (Man-getpage-in-background): Don't disregard user option
3481 `Man-width' on non-window systems. Remove test for `window-system'
3482 around setting envvar "COLUMNS" depending on the value of `Man-width'.
3483
3484 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
3485 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
3486 of "--color=always".
3487
3488 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3489
3490 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
3491 beginning-of-defun-function.
3492
3493 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
3494
3495 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
3496
3497 2007-11-22 Glenn Morris <rgm@gnu.org>
3498
3499 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
3500
3501 * emacs-lisp/check-declare.el (check-declare-locate): New function.
3502 (check-declare-scan): Use check-declare-locate.
3503 (check-declare-verify): No longer adjust fnfile, now
3504 check-declare-locate does it.
3505
3506 * emacs-lisp/byte-run.el (declare-function): Doc fix.
3507
3508 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3509
3510 * subr.el (posn-col-row): Make the `default-value' use explicit.
3511
3512 * window.el (balance-windows): Remove unused var `counter'.
3513 (bw-balance-sub): Remove unused var `lastchild'.
3514 (split-window-vertically): Remove unused var `switch'.
3515 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
3516
3517 * emacs-lisp/bytecomp.el
3518 (byte-compile-file-form-custom-declare-variable): Simplify.
3519
3520 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
3521
3522 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
3523 Set `show-trailing-whitespace' to nil.
3524
3525 * dired.el (make-symbolic-link):
3526 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
3527 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
3528 * dired-x.el (make-symbolic-link):
3529 * frame.el (x-initialize-window-system):
3530 * menu-bar.el (x-menu-bar-open):
3531 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
3532 (x-store-cut-buffer-internal):
3533 * wdired.el (make-symbolic-link):
3534 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
3535 (x-send-client-message):
3536 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
3537
3538 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3539
3540 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
3541
3542 2007-11-22 Glenn Morris <rgm@gnu.org>
3543
3544 * dos-fns.el (int86):
3545 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
3546
3547 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
3548
3549 * calendar/holidays.el (holiday-list): Add autoload cookie.
3550
3551 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
3552 files relative to src/ directory.
3553 (check-declare-verify): Handle .c files. Warn if could not find
3554 an arglist to check.
3555
3556 * emacs-lisp/byte-run.el (declare-function): Doc fix.
3557
3558 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
3559
3560 * replace.el (occur-mode-map): Add a major mode menu with entries
3561 for all occur operations.
3562
3563 * international/titdic-cnv.el (dos-8+3-filename):
3564 * obsolete/fast-lock.el (msdos-long-file-names):
3565 * frame.el (msdos-mouse-p):
3566 * files.el (msdos-long-file-names, w32-long-file-name):
3567 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3568 (mac-resume-apple-event, mac-font-panel-mode)
3569 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3570 (mac-clear-font-name-table):
3571 * term/pc-win.el (msdos-remember-default-colors)
3572 (w16-set-clipboard-data, w16-get-clipboard-data):
3573 * term/w32-win.el (w32-send-sys-command, w32-select-font)
3574 (set-message-beep):
3575 * net/browse-url.el (w32-shell-execute):
3576 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3577 (w32-get-locale-info, w32-get-valid-locale-ids)
3578 (w32-set-clipboard-data):
3579 * dos-fns.el (int86, msdos-long-file-names):
3580 * dos-w32.el (default-printer-name): Declare as functions.
3581
3582 2007-11-21 Jason Rumney <jasonr@gnu.org>
3583
3584 * emacs-lisp/byte-run.el (declare-function): Return nil.
3585
3586 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3587
3588 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
3589
3590 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3591
3592 * ps-print.el (ps-lpr-switches): Docstring fix.
3593 (ps-string-list): New fun.
3594 (ps-do-despool): Code fix.
3595
3596 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
3597
3598 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
3599
3600 2007-11-21 Glenn Morris <rgm@gnu.org>
3601
3602 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
3603 for now. Handle define-minor-mode, and defalias (with no argument
3604 checking).
3605
3606 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3607
3608 * frame.el (msdos-mouse-p):
3609 * files.el (msdos-long-file-names, w32-long-file-name):
3610 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3611 (mac-resume-apple-event, mac-font-panel-mode)
3612 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3613 (mac-clear-font-name-table):
3614 * term/pc-win.el (msdos-remember-default-colors)
3615 (w16-set-clipboard-data, w16-get-clipboard-data):
3616 * term/w32-win.el (w32-send-sys-command, w32-select-font)
3617 (set-message-beep):
3618 * net/browse-url.el (w32-shell-execute):
3619 * dos-fns.el (int86, msdos-long-file-names):
3620 * dos-w32.el (default-printer-name): Undo previous change.
3621
3622 2007-11-21 Eli Zaretskii <eliz@gnu.org>
3623
3624 * international/mule-cmds.el (set-locale-environment):
3625 Set default-file-name-coding-system _after_ keyboard and terminal
3626 coding systems. This fixes last change.
3627
3628 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
3629 one space after "Subject:".
3630
3631 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3632
3633 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
3634 in order to determine if there's a conflict.
3635
3636 2007-11-21 Richard Stallman <rms@gnu.org>
3637
3638 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
3639
3640 * reposition.el (reposition-window):
3641 Binding C-M-l moved to bindings.el.
3642
3643 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
3644
3645 * add-log.el (add-change-log-entry-other-window):
3646 Key binding C-x 4 a moved to bindings.el.
3647
3648 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
3649 from filecache.el.
3650
3651 * filecache.el: Minibuffer map bindings moved to bindings.el.
3652
3653 2007-11-21 Jason Rumney <jasonr@gnu.org>
3654
3655 * international/mule-cmds.el (set-locale-environment):
3656 Set default-file-name-coding-system from system defaults on Windows.
3657
3658 2007-11-21 Jason Rumney <jasonr@gnu.org>
3659
3660 * term/w32console.el: New term init file for w32 console.
3661
3662 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
3663 (x-setup-function-keys): Likewise, replacing top-level key definitions.
3664 (w32-tty-standard-colors): Move to term/w32console.el.
3665
3666 * term/w32-win.el (x-setup-function-keys): Remove.
3667
3668 * term/tty-colors.el (tty-register-default-colors): Remove special
3669 case for w32.
3670
3671 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3672
3673 * frame.el (msdos-mouse-p):
3674 * generic-x.el (w32-shell-name):
3675 * files.el (msdos-long-file-names, w32-long-file-name)
3676 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
3677 (dos-8+3-filename, vms-read-directory, view-mode-disable):
3678 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
3679 (mac-resume-apple-event, mac-font-panel-mode)
3680 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
3681 (mac-clear-font-name-table):
3682 * term/pc-win.el (msdos-remember-default-colors)
3683 (w16-set-clipboard-data, w16-get-clipboard-data):
3684 * term/w32-win.el (w32-send-sys-command, w32-select-font)
3685 (set-message-beep):
3686 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
3687 (w32-get-locale-info, w32-get-valid-locale-ids)
3688 (w32-set-clipboard-data):
3689 * help-fns.el (ad-get-advice-info):
3690 * font-lock.el (fast-lock-after-fontify-buffer)
3691 (fast-lock-after-unfontify-buffer, fast-lock-mode)
3692 (lazy-lock-after-fontify-buffer)
3693 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
3694 * net/browse-url.el (w32-shell-execute):
3695 * dos-fns.el (int86, msdos-long-file-names):
3696 * dos-w32.el (default-printer-name): Declare as functions.
3697
3698 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
3699
3700 * textmodes/paragraphs.el (forward-sentence): Doc fix.
3701 Reported by Drew Adams <drew.adams@oracle.com>.
3702
3703 2007-11-20 Jason Rumney <jasonr@gnu.org>
3704
3705 * term/w32-win.el (x-setup-function-keys): Protect against
3706 multiple calls on the same terminal.
3707
3708 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3709
3710 * term/mac-win.el (x-setup-function-keys): Only setup
3711 local-function-key-map if it has not been setup already for the
3712 current frame. Move the suspend-emacs processing here.
3713
3714 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
3715
3716 * progmodes/grep.el (xargs-program): New variable.
3717 (grep-compute-defaults): Use it.
3718 (grep-default-command): Doc fix.
3719 (grep, lgrep, rgrep): Reflow docstrings.
3720
3721 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3722
3723 * vc.el (vc-find-revision): Set the parent buffer.
3724 Use when instead of if.
3725
3726 * progmodes/python.el (info-lookup-maybe-add-help):
3727 * progmodes/ps-mode.el (doc-view-minor-mode):
3728 * mail/emacsbug.el (Info-menu, Info-goto-node):
3729 * emulation/viper-keym.el (viper-ex)
3730 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
3731 * emulation/viper-cmd.el (widget-type, widget-button-press)
3732 (viper-set-hooks):
3733 * emacs-lisp/tcover-unsafep.el (unsafep-function):
3734 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
3735 (ses-load, ses-vector-delete, ses-create-header-string)
3736 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
3737 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
3738
3739 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3740
3741 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
3742
3743 2007-11-20 Glenn Morris <rgm@gnu.org>
3744
3745 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
3746 for end of function-name. Handle define-derived-mode.
3747
3748 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3749
3750 * progmodes/idlw-help.el: Require browse-url unconditionally, it
3751 is available by default.
3752 (idlwave-help-browse-url-available): Change default to t.
3753
3754 * emulation/edt.el (defgroup, defcustom): Remove definition.
3755 (eval-when-compile): Remove.
3756 (c-mark-function):
3757 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
3758 * textmodes/fill.el (comment-search-forward)
3759 (comment-string-strip):
3760 * progmodes/prolog.el (comint-mode, comint-send-string)
3761 (comint-send-region, comint-send-eof):
3762 * progmodes/dcl-mode.el (imenu-default-create-index-function):
3763 * emulation/viper-util.el (viper-forward-Word):
3764 * emulation/vi.el (c-mark-function):
3765 * emulation/edt-vt100.el (vt100-wide-mode):
3766 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
3767
3768 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
3769
3770 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3771 Still some tuning in case of an echoing shell.
3772 (tramp-send-command): Connection property "remote-echo" is not
3773 persistent; cache key is the process therefore.
3774
3775 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
3776
3777 * replace.el (map-query-replace-regexp): Doc fix (revert part of
3778 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
3779
3780 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
3781
3782 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
3783 * play/yow.el (doctor-ret-or-read):
3784 * vc-hooks.el (vc-dired-resynch-file):
3785 * vc-hg.el (log-view-get-marked):
3786 * smerge-mode.el (ediff-cleanup-mess):
3787 * pcvs.el (vc-editable-p, vc-checkout):
3788 * pcomplete.el (comint-bol):
3789 * informat.el (texinfo-format-refill):
3790 * ido.el (tramp-tramp-file-p):
3791 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
3792 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
3793 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
3794 functions.
3795
3796 * textmodes/ispell.el (ispell-int-char): Make it a defalias
3797 instead of fset.
3798 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
3799
3800 * ido.el (ido-file-internal): Move with-no-warnings to include the
3801 ffap-string-at-point call.
3802
3803 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
3804
3805 * vc-hg.el (vc-hg-revision-table): Fix last change.
3806
3807 2007-11-19 Martin Rudalics <rudalics@gmx.at>
3808
3809 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
3810 clipboard-yank when the buffer is read-only.
3811
3812 * cus-edit.el (custom-field-keymap): Move to other Custom mode
3813 keymaps such that it's before the definition of Custom-mode-menu.
3814 (Custom-mode-menu): Show it for custom-field-keymap too.
3815
3816 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
3817
3818 * progmodes/gdb-ui.el: Update commentary.
3819
3820 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
3821
3822 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
3823
3824 2007-11-19 Glenn Morris <rgm@gnu.org>
3825
3826 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
3827 does not exist, try adding `.el' extension. Also search for defsubsts.
3828
3829 * cus-edit.el (recentf-expand-file-name):
3830 * dired.el (dired-relist-entry):
3831 * subr.el (w32-shell-dos-semantics):
3832 * emacs-lisp/bytecomp.el (compilation-forget-errors):
3833 Declare as functions.
3834
3835 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3836
3837 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
3838 (prepare-abbrev-list-buffer): Use dolist.
3839 (clear-abbrev-table): Preserve properties.
3840
3841 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
3842
3843 * textmodes/texinfmt.el (texinfo-format-printindex):
3844 Collect combined indexes using texinfo-short-index-format-cmds-alist.
3845 Reported on <bug-texinfo@gnu.org>.
3846
3847 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
3848
3849 * net/tramp.el (tramp-completion-reread-directory-timeout):
3850 New defcustom.
3851 (tramp-handle-file-name-all-completions): Flush directory contents
3852 from cache regularly.
3853 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
3854 (tramp-open-connection-setup-interactive-shell):
3855 Call `tramp-cleanup-connection' via funcall.
3856
3857 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
3858 created when copying.
3859
3860 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
3861
3862 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
3863 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
3864 * eshell/esh-ext.el (eshell-external-command):
3865 * eshell/esh-cmd.el (require):
3866 * eshell/em-unix.el (eshell-plain-locate-behavior):
3867 * eshell/em-cmpl.el (eshell-cmpl-initialize):
3868 Replace eshell-under-xemacs-p with (featurep 'xemacs).
3869 * eshell/esh-mode.el (characterp, char-int): Remove unused
3870 conditional defaliases.
3871
3872 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
3873 Rename from event-matches-key-specifier-p, define unconditionally.
3874 (event-basic-type): Remove unused defalias.
3875 (pcomplete-show-completions):
3876 Use pcomplete-event-matches-key-specifier-p.
3877
3878 2007-11-17 Eli Zaretskii <eliz@gnu.org>
3879
3880 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
3881 when saving esh-groups.el.
3882
3883 2007-11-17 Martin Rudalics <rudalics@gmx.at>
3884
3885 * wid-edit.el (widget-default-complete):
3886 * progmodes/flymake.el (flymake-goto-file-and-line):
3887 Fix typo in (doc-)string.
3888
3889 2007-11-17 Glenn Morris <rgm@gnu.org>
3890
3891 * emacs-lisp/byte-run.el (declare-function): New macro.
3892 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
3893 New function, byte-hunk-handler for declare-function.
3894 (byte-compile-callargs-warn): Handle declared functions.
3895
3896 * emacs-lisp/check-declare.el: New file.
3897 * Makefile.in (check-declare): New target.
3898
3899 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
3900
3901 * subr.el (process-lines): Move here from ../admin/admin.el.
3902 * emacs-lisp/authors.el (authors-process-lines): Remove.
3903 (authors): Use process-lines rather than authors-process-lines.
3904
3905 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
3906 Remove these files.
3907
3908 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
3909
3910 * emacs-lisp/backquote.el (backquote):
3911 Improve argument/docstring consistency.
3912
3913 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
3914 (ring-length, ring-empty-p): Use c[ad]dr.
3915 (ring-plus1): Use `1+'.
3916 (ring-minus1): Use `zerop'.
3917 (ring-remove): Use c[ad]dr. Use `when'.
3918 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
3919 (ring-ref): Use `let', not `let*'.
3920 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
3921 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
3922 (ring-member): Simplify. Doc fix.
3923 (ring-convert-sequence-to-ring): Simplify.
3924
3925 2007-11-17 Juri Linkov <juri@jurta.org>
3926
3927 * dired-aux.el (dired-create-directory): Allow creating
3928 a directory of an arbitrary depth. Add a loop to find the topmost
3929 nonexistent parent dir `new', and call `dired-add-file' on it.
3930 Set the `PARENTS' arg of `make-directory' to t.
3931
3932 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3933
3934 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
3935 (math-build-parse-table): Get parse information from math-parse-table.
3936
3937 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3938
3939 * window.el (recenter-last-op): New var.
3940 (recenter-top-bottom): New command.
3941 (global-map): Bind it to C-l.
3942
3943 * abbrev.el (abbrev--write): Fix error in transcription from C.
3944
3945 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
3946 (pc-select-ensure-mark): Set mark-active to a special value instead.
3947 Rename from ensure-mark. Update call callers.
3948 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
3949 Rewrite. Update all callers.
3950 (pc-selection-mode): Remove redundant var declaration.
3951
3952 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
3953
3954 * doc-view.el (doc-view-search-backward, doc-view-search):
3955 Fix assignment to free variable bug.
3956
3957 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
3958
3959 * emulation/pc-select.el (pc-select-shifted-mark): New var.
3960 (ensure-mark): Set it.
3961 (maybe-deactivate-mark): New fun.
3962 Use it everywhere instead of (setq mark-active nil).
3963
3964 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3965
3966 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
3967 Add check for XEmacs.
3968
3969 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
3970
3971 * doc-view.el (doc-view-resolution): Add missing :group.
3972
3973 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
3974
3975 * subr.el (make-variable-frame-local):
3976 Fix typo in obsolescence declaration.
3977
3978 2007-11-16 Werner Lemberg <wl@gnu.org>
3979
3980 * files.el (set-auto-mode-1): Check second line for -*- if file
3981 starts with '\" (which is used by man pages to identify needed
3982 troff preprocessors).
3983
3984 2007-11-16 Glenn Morris <rgm@gnu.org>
3985
3986 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
3987
3988 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3989
3990 * calc/calc-lang.el (math-oper-table): Fix typo.
3991 Reduce precedence of "/" for TeX.
3992
3993 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
3994
3995 2007-11-16 Juri Linkov <juri@jurta.org>
3996
3997 * dired-aux.el (dired-read-shell-command-default): New function.
3998 (dired-read-shell-command): Use its return value for DEFAULT arg.
3999
4000 * replace.el (keep-lines-read-args, occur-read-primary-args):
4001 Use a list of default values for DEFAULT arg of read-from-minibuffer.
4002
4003 * man.el (Man-heading-regexp): Add 0-9.
4004 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
4005
4006 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4007
4008 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
4009 (doc-view-resolution): New custom var.
4010 (doc-view-pdf/ps->png): Use it.
4011 (doc-view-shrink-factor): New var.
4012 (doc-view-enlarge, doc-view-shrink): New commands.
4013 (doc-view-mode-map): Use them.
4014
4015 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
4016
4017 * ediff-wind.el (ediff-window-setup-function):
4018 * simple.el (normal-erase-is-backspace):
4019 * eshell/em-unix.el (eshell/info):
4020 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
4021 Fix typos in docstrings.
4022
4023 * emulation/cua-base.el (cua--keymaps-initialized):
4024 Rename from `cua--keymaps-initalized'. Callers changed.
4025 (cua-highlight-region-shift-only): Doc fix.
4026 (cua-paste-pop): Fix typo in docstring.
4027
4028 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4029
4030 * emulation/cua-base.el (cua--pre-command-handler-1):
4031 Use input-decode-map instead of function-key-map.
4032 Use event-modifiers now that it works reliably.
4033
4034 * vc.el (vc-diff-internal): Pop-to-buffer later.
4035
4036 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
4037
4038 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
4039 did not touch them.
4040
4041 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
4042
4043 * calc/calc-menu.el: New file.
4044 * calc/calc.el (calc-mode): Require calc-menu.
4045
4046 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
4047
4048 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
4049
4050 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
4051
4052 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
4053 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
4054 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
4055 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
4056 locations.
4057 (gdb-info-breakpoints-custom, gdb-assembler-custom)
4058 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
4059 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
4060
4061 2007-11-13 Noah Friedman <friedman@splode.com>
4062
4063 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
4064 bindings to remap when `calc-scan-for-dels' is non-nil.
4065
4066 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4067
4068 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
4069 constant forms.
4070 (byte-compile-nilconstp): New function.
4071 (byte-optimize-cond): Kill subsequent branches when a branch is
4072 know to be taken or not taken.
4073 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
4074
4075 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4076
4077 * vc.el (vc-register): Allow registering a file passed as a
4078 parameter instead of just the current buffer.
4079
4080 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
4081
4082 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4083 Check whether the output of "uname -sr" has been changed.
4084
4085 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4086
4087 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
4088 patterns from compilation-perl.el and compilation-weblint.el files.
4089
4090 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4091
4092 * progmodes/compilation-perl.el:
4093 * progmodes/compilation-weblint.el: Disable autoloads, they cause
4094 a bootstrap failure.
4095
4096 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
4097 instead of doing "cvs diff" in order to avoid accessing the repository.
4098
4099 2007-11-12 Kevin Ryde <user42@zip.com.au>
4100
4101 * progmodes/compilation-perl.el:
4102 * progmodes/compilation-weblint.el: New files.
4103
4104 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
4105
4106 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
4107 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
4108 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
4109 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
4110 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
4111 Rewrite in active voice.
4112
4113 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
4114
4115 * doc-view.el: Add comments about isearch support.
4116
4117 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4118
4119 * vc.el (vc-start-entry): Fix setting the in the case the function
4120 is called from vc-dired. Use when instead of if where appropriate.
4121
4122 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4123
4124 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
4125 to be a list.
4126 (ps-begin-job): Error if ps-lpr-switches is not a list.
4127
4128 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4129
4130 * faces.el (face-normalize-spec): Remove function.
4131 (frame-set-background-mode): Undo last change.
4132
4133 2007-11-10 Jason Rumney <jasonr@gnu.org>
4134
4135 * w32-fns.el: Sync charset names with setup-default-fontset.
4136 Append "-1" where second part missing.
4137
4138 2007-11-10 Juri Linkov <juri@jurta.org>
4139
4140 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
4141 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
4142
4143 * custom.el (custom-note-var-changed): Remove the `interactive'
4144 spec from this new non-interactive function.
4145
4146 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
4147
4148 * doc-view.el (doc-view-mode-map, doc-view-menu)
4149 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
4150 (doc-view-search-backward): New function.
4151 (doc-view-search): Query new regexp if prefix arg is given, else
4152 jump to next/previous match.
4153 (doc-view-mode): Handle compressed files.
4154 (jka-compr): Required for compressed files.
4155
4156 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4157
4158 * replace.el (query-replace-show-replacement): New defcustom.
4159 (perform-replace): Use `match-substitute-replacement' if
4160 `query-replace-show-replacement' is non-nil.
4161
4162 2007-11-10 David Kastrup <dak@gnu.org>
4163
4164 * subr.el (match-substitute-replacement): New function.
4165
4166 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
4167
4168 * files.el (auto-mode-alist): Select org-mode for files with the
4169 extension ".org".
4170
4171 2007-11-10 Martin Rudalics <rudalics@gmx.at>
4172
4173 * help.el (help-window, help-window-point-marker): New variables.
4174 (help-window-select): New option.
4175 (with-help-window): New macro for displaying help windows.
4176 (help-window-display-message, help-window-setup-finish)
4177 (help-window-setup): New functions used for setting up help windows.
4178 (print-help-return-message): Reset help-window to nil.
4179 (view-lossage): Use with-help-window instead of
4180 with-output-to-temp-buffer and move help-window-point-marker after
4181 inserted text.
4182 (describe-bindings, describe-key, describe-mode): Use
4183 with-help-window instead of with-output-to-temp-buffer.
4184
4185 * help-mode.el (help-mode): Set view-exit-action to bury the
4186 buffer instead of fiddling with windows. Simplify code.
4187 (help-mode-finish): When help-window eqs t set it to the selected
4188 window and have with-help-window set up view-return-to-alist.
4189 (help-buffer): Add autoload cookie.
4190
4191 * view.el (view-remove-frame-by-deleting): Change default value to t.
4192 Add autoload cookie.
4193 (view-exit-action, view-file, view-file-other-window)
4194 (view-file-other-frame, view-buffer, view-buffer-other-window)
4195 (view-buffer-other-frame): Rewrite doc strings.
4196 (view-return-to-alist-update): New function to remove stale entries
4197 from view-return-to-alist.
4198 (view-mode-enter): Rewrite doc string and simplify code.
4199 (view-mode-exit): Handle new case 'keep-frame. Don't reset
4200 view-exit-action to nil. Simplify code and rewrite doc string.
4201
4202 * apropos.el (apropos-describe-plist):
4203 * descr-text.el (describe-char):
4204 * disp-table.el (describe-display-table):
4205 * faces.el (list-faces-display, describe-face):
4206 * facemenu.el (list-colors-display):
4207 * help-fns.el (describe-function, describe-variable)
4208 (describe-syntax, describe-categories):
4209 Use with-help-window instead of with-output-to-temp-buffer.
4210
4211 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
4212
4213 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
4214 Optimize (featurep 'emacs) to t.
4215
4216 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
4217 New function.
4218 (byte-compile-maybe-guarded): Use it to also look for bound
4219 symbols inside `and' forms. Comment out non-working code that was
4220 trying to avoid warnings for XEmacs code.
4221
4222 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
4223
4224 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
4225 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
4226 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
4227 (vc-cvs-annotate-command):
4228 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
4229 is bound, it always is.
4230
4231 2007-11-10 Jason Rumney <jasonr@gnu.org>
4232
4233 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
4234 setup here from global scope.
4235
4236 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
4237
4238 * ido.el (ido-save-history): Save the history file in UTF-8, not
4239 the current filename coding system.
4240
4241 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4242
4243 * simple.el (interprogram-cut-function, interprogram-paste-function):
4244 Don't make them frame-local any more.
4245
4246 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
4247 Don't set interprogram-(cut|paste)-function on each frame.
4248
4249 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4250 Make them work in tty frames.
4251 (interprogram-cut-function, interprogram-paste-function):
4252 Set them globally.
4253
4254 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4255
4256 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
4257 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
4258 (iso-iso2duden-trans-tab): Add docstring.
4259
4260 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * abbrev.el (define-abbrev-table): Record the variable definition.
4263
4264 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
4265 New function.
4266
4267 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4268
4269 * ps-print.el: Clean the code for checking suitable Emacs version.
4270 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
4271 (ps-print-version): New version 6.8.1.
4272
4273 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4274
4275 * files.el (enable-local-variables): Doc fix.
4276
4277 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
4278
4279 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
4280
4281 2007-11-09 Sven Joachim <svenjoac@gmx.de>
4282
4283 * dired-aux.el (dired-copy-file-recursive):
4284 Preserve directory permissions.
4285
4286 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4287
4288 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
4289 (whitespace-unload-function): New-style unload function. When run,
4290 unintern `whitespace-unload-hook' and call `unload-feature' recursively
4291 to stop the old hook from messing with the unloading.
4292
4293 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4294
4295 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
4296 (elp-unset-master, elp-results): Fix typos.
4297 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
4298 Doc fixes.
4299
4300 * msb.el (msb--many-menus): Remove variable.
4301 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
4302 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
4303 (msb--toggle-menu-type): Fix typos in docstrings.
4304
4305 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
4306 (shadow-insert-var): Doc fixes.
4307 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
4308 Reflow docstrings.
4309 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
4310
4311 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4312
4313 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
4314 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
4315 Fix typos in autoload docstrings.
4316
4317 2007-11-09 Richard Stallman <rms@gnu.org>
4318
4319 * savehist.el (savehist-save): Obey savehist-ignored-variables.
4320
4321 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
4322
4323 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
4324 (gdb-var-update-handler-1): Use it.
4325
4326 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4327
4328 * loadhist.el (unload-feature): Remove erroneous check for the
4329 FEATURE-unload-function variable; check the existence of the
4330 function (that's what the docstring says, and it makes more sense).
4331
4332 * follow.el (follow-unload-function): Add docstring.
4333 (follow-unload-function): Remove variable.
4334
4335 * server.el (server-unload-function): Remove variable.
4336 (server-unload-function): Unbind `server-edit' from `C-x #'.
4337
4338 * ses.el (ses-unload-function): New function.
4339
4340 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
4341
4342 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
4343 (unsafep-progn, unsafep-let): Fix typos in docstrings.
4344
4345 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
4346 before use to avoid a warning in packages that require uniquify.
4347 (uniquify-unload-function): New function and var.
4348
4349 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
4350
4351 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
4352 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
4353 (ediff-current-diff-A, ediff-current-diff-B)
4354 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
4355 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
4356 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
4357 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
4358 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
4359 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
4360 (ediff-setup-windows-plain-merge)
4361 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
4362 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
4363 * ediff-util.el (ediff-setup-keymap, )
4364 (ediff-toggle-wide-display, ediff-toggle-multiframe)
4365 (ediff-toggle-use-toolbar, ediff-really-quit)
4366 (ediff-good-frame-under-mouse)
4367 (ediff-highlight-diff-in-one-buffer)
4368 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
4369 (ediff-make-bullet-proof-overlay):
4370 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
4371 (ediff-set-meta-overlay):
4372 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
4373 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
4374 ediff-emacs-p with their former definitions.
4375
4376 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
4377 (viper-has-face-support-p, viper-inactivate-input-method)
4378 (viper-activate-input-method)
4379 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
4380 * emulation/viper-mous.el (viper-multiclick-timeout)
4381 (viper-surrounding-word, viper-mouse-click-insert-word)
4382 (viper-mouse-click-search-word, viper-parse-mouse-key):
4383 * emulation/viper-macs.el (viper-char-array-to-macro):
4384 * emulation/viper.el (viper-go-away, viper-set-hooks)
4385 (viper-non-hook-settings):
4386 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
4387 (viper-get-saved-cursor-color-in-insert-mode)
4388 (viper-get-saved-cursor-color-in-emacs-mode)
4389 (viper-check-version, viper-get-visible-buffer-window)
4390 (viper-file-checked-in-p, viper-set-replace-overlay)
4391 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
4392 (viper-check-minibuffer-overlay, viper-read-key-sequence)
4393 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
4394 with their former definitions.
4395 (viper-eventify-list-xemacs): Only do work for XEmacs.
4396 (viper-set-unread-command-events): Only do work for Emacs.
4397 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
4398 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
4399 (viper-overlay-get, viper-overlay-put, viper-read-event)
4400 (viper-characterp, viper-int-to-char, viper-get-face)
4401 (viper-color-defined-p, viper-iconify): New defaliases replacing
4402 the old fsets.
4403
4404 * progmodes/fortran.el (comment-region-function)
4405 (uncomment-region-function): Pacify byte compiler.
4406
4407 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
4408
4409 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
4410
4411 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
4412 `process-environment'.
4413
4414 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
4415
4416 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
4417 match dir like "a...b".
4418
4419 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4420
4421 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
4422
4423 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
4424
4425 * net/tramp.el (tramp-handle-substitute-in-file-name):
4426 Don't expand the remote connection identification.
4427 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4428 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
4429 before calling stty.
4430
4431 * net/tramp-cache.el (tramp-cache-print)
4432 (tramp-dump-connection-properties): Fix docstring.
4433 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
4434
4435 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
4436
4437 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
4438 remote connection identification when setting connection property.
4439
4440 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
4441 "//" substitutes only in the local filename part.
4442
4443 2007-11-07 David Hansen <david.hansen@gmx.net>
4444
4445 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
4446
4447 2007-11-07 Glenn Morris <rgm@gnu.org>
4448
4449 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
4450 Remove superfluous concats. Move final set-buffer to
4451 non-emacs-specific code.
4452
4453 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
4454
4455 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
4456
4457 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
4458
4459 * eshell/esh-mode.el (eshell-output-filter):
4460 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
4461 Use `with-current-buffer'.
4462
4463 2007-11-07 Andreas Schwab <schwab@suse.de>
4464
4465 * server.el (server-start): Only register cleanup after server was
4466 started.
4467
4468 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
4469
4470 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
4471
4472 * net/tramp-cache (tramp-cache-print): Move down.
4473 (tramp-cache-list-connections): New defun.
4474
4475 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
4476
4477 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
4478
4479 * ido.el (ido-save-history): Write the history file in the current
4480 filename coding system, and add `coding' file-local variable.
4481
4482 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
4483
4484 * textmodes/org.el (org-table-formula-substitute-names):
4485 Remove forgotten temporary debugging code.
4486
4487 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
4488
4489 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
4490 the prompt.
4491
4492 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
4493
4494 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
4495
4496 2007-11-05 Simon Josefsson <simon@josefsson.org>
4497
4498 * net/tls.el (tls-end-of-info): Doc fix.
4499
4500 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
4501
4502 * international/utf-7.el (utf-7-imap): New coding system.
4503 (utf-7-imap-post-read-conversion): New function.
4504 (utf-7-imap-pre-write-conversion): New function.
4505
4506 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4507
4508 * abbrev.el (abbrev--write): Fix up typo.
4509
4510 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
4511
4512 * abbrev.el (define-abbrev-table): Doc fix.
4513
4514 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
4515
4516 * info.el (Info-revert-buffer-function): New func.
4517 (Info-mode): Arrange to use it for reverting.
4518 (Info-copy-current-node-name): Add space between filename and nodename.
4519
4520 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4521
4522 * abbrev.el (expand-abbrev): Move point back to expansion's end.
4523
4524 2007-11-04 Glenn Morris <rgm@gnu.org>
4525
4526 * net/tls.el: Don't require rx when compiling.
4527 (tls-end-of-info): Rewrite without using rx.
4528 (open-tls-stream): Use with-current-buffer.
4529
4530 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
4531
4532 * net/tls.el: Require rx when compiling.
4533 (tls-end-of-info): New variable.
4534 (open-tls-stream): Keep reading input until `tls-end-of-info' is
4535 matched.
4536
4537 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
4538
4539 * register.el (append-to-register, prepend-to-register):
4540 Don't signal error on empty register; use the text, instead.
4541
4542 2007-11-03 Michael Olson <mwolson@gnu.org>
4543
4544 * textmodes/remember.el (remember-buffer):
4545 Use define-obsolete-function-alias rather than defalias.
4546
4547 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4548
4549 * simple.el (bad-packages-alist): Anchor semantic regexp.
4550
4551 2007-11-03 Glenn Morris <rgm@gnu.org>
4552
4553 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
4554 if defined, for blank lines. Doc fix.
4555
4556 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
4557 (fortran-mode): Set values for comment-region-function,
4558 uncomment-region-function and comment-insert-comment-function.
4559 (fortran-uncomment-region): New function.
4560
4561 * textmodes/nroff-mode.el (nroff-mode):
4562 Set comment-insert-comment-function rather than indent-line-function.
4563 (nroff-indent-line-function): Remove.
4564 (nroff-insert-comment-function): New function.
4565
4566 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
4567
4568 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
4569
4570 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
4571
4572 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
4573
4574 * emulation/viper-cmd.el (viper-prev-destructive-command)
4575 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
4576 copy-sequence.
4577
4578 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
4579 Got rid of ediff-copy-list.
4580
4581 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
4582 use face-name.
4583 (ediff-test-utility, ediff-diff-mandatory-option)
4584 (ediff-reset-diff-options): Remove to simplify the mandatory option
4585 handling on Windows.
4586 (ediff-set-diff-options): Add.
4587 (ediff-diff-options): Set "--binary" option as default in some cases.
4588
4589 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
4590 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
4591 ediff-vc-working-revision. Require vc-hooks.
4592
4593 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
4594
4595 * files.el (hack-local-variables): Fix membership tests to avoid
4596 treating all variables as safe if `enable-local-variables' is
4597 set to :safe (CVE-2007-5795).
4598
4599 2007-11-02 Glenn Morris <rgm@gnu.org>
4600
4601 * newcomment.el (comment-indent): Let comment-insert-comment-function,
4602 if defined, do all the work of inserting a new comment.
4603
4604 * progmodes/etags.el (tags-table-mode): Disable undo.
4605
4606 * simple.el (bad-packages-alist): Revert previous change.
4607
4608 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
4609
4610 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
4611
4612 * obsolete/lselect.el: Do not warn about unknown functions.
4613
4614 2007-11-02 Michael Olson <mwolson@gnu.org>
4615
4616 * textmodes/remember.el (remember-buffer): Make this an alias of
4617 remember-finalize, because Org uses it.
4618
4619 2007-11-01 Michael Olson <mwolson@gnu.org>
4620
4621 * textmodes/remember.el: Improve documentation in heading.
4622 (remember-before-remember-hook): Turn into a customizable option.
4623 (remember): Document INITIAL argument.
4624 (remember-region): Remove autoload cookie. Improve docstring to
4625 mention that it is called from the *Remember* buffer, and does not
4626 have any functional overlap with the `remember' function.
4627 (remember-finalize): Remove autoload cookie. Rename from
4628 remember-buffer to emphasize that this does not have any
4629 functional overlap with the `remember' function.
4630 (remember-destroy): Remove autoload cookie.
4631 (remember-mode-map): Define and initialize in one step.
4632 (remember-mode): Improve docstring.
4633 (remember-annotation-functions): Default to just '(buffer-file-name),
4634 and don't try to take the default value from Planner.
4635
4636 2007-11-01 Glenn Morris <rgm@gnu.org>
4637
4638 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
4639
4640 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
4641
4642 * emacs-lisp/authors.el (authors-scan-change-log)
4643 (authors-scan-el): Don't enable local eval; enable only safe local
4644 variables, without querying.
4645
4646 * mail/footnote.el (footnote-numeric-regexp)
4647 (footnote-english-upper-regexp, footnote-english-lower-regexp)
4648 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
4649 Match multi-character footnotes.
4650
4651 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
4652 (nroff-indent-line-function): New function.
4653 (nroff-count-text-lines): Use nroff-forward-text-line rather than
4654 obsolete alias.
4655
4656 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
4657
4658 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
4659 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
4660 (rcirc-print): Only update the line count when not marking the
4661 line as omittable.
4662 (rcirc-log-write): Specify coding system when writing logfile.
4663 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
4664
4665 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
4666
4667 * printing.el (printing): Fix :version, printing.el was included
4668 for in emacs-22.1.
4669 (pr-path-style, pr-path-alist, pr-txt-name)
4670 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
4671 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
4672 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
4673 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
4674 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
4675 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
4676 (pr-setting-database, pr-visible-entry-list)
4677 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
4678 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
4679
4680 * ediff-util.el (ediff-nuke-selective-display): Move definition to
4681 top level, make it dependent on the emacs flavor.
4682
4683 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
4684 Test for XEmacs not for itimer.
4685
4686 * term/sun-mouse.el:
4687 * obsolete/sun-fns.el:
4688 * obsolete/sun-curs.el: Remove files.
4689
4690 * term/sun.el (select-previous-complex-command): Remove obsolete code.
4691
4692 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
4693
4694 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
4695 was given to concat.
4696
4697 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4698
4699 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
4700 used normally for goto-line. Change `g' to revert the buffer.
4701 Add redundant `r' binding for buffer-revert.
4702
4703 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
4704 (mail-abbrevs-setup): Use abbrev-expand-functions.
4705 (build-mail-abbrevs): Use with-temp-buffer.
4706 (define-mail-abbrev): Simplify.
4707 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
4708 Change it for use on abbrev-expand-functions.
4709 (mail-abbrev-complete-alias): Use with-syntax-table.
4710
4711 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
4712
4713 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
4714 directly. Fix bug in deleting temp file.
4715
4716 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
4719 Merge defvar and define-abbrev-table.
4720 (def-python-skeleton): Use :case-fixed and :enable-function.
4721 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
4722 Remove.
4723 (python-mode): Don't modify pre-abbrev-expand-hook.
4724
4725 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4726
4727 * ediff-util.el (ediff-file-checked-out-p)
4728 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
4729
4730 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4731
4732 * abbrev.el (abbrev-symbol): Correct let->let*.
4733 (abbrev--before-point): Only use abbrev-start-location if before point.
4734
4735 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
4736
4737 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
4738 (strokes-unload-hook): Remove function and variable.
4739 (strokes-unload-function): New-style unload function, adapted
4740 from `strokes-unload-hook'.
4741
4742 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
4743 (cl-unload-hook): Remove variable.
4744 (cl-unload-function): New-style unload function, adapted
4745 from `cl-cannot-unload'.
4746
4747 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
4748 (elp-unload-function): New-style unload function, adapted
4749 from `elp-unload-hook'.
4750
4751 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
4752
4753 * emacs-lisp/find-func.el (find-library): Use library at
4754 point as default interactive argument.
4755
4756 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
4757
4758 * shadowfile.el (shadow-join): Remove.
4759 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
4760 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
4761 (shadowfile-unload-hook): Remove function and variable.
4762 (shadowfile-unload-function): New-style unload function, adapted
4763 from `shadowfile-unload-hook'.
4764
4765 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
4766
4767 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
4768 only if it is bound.
4769
4770 * textmodes/reftex.el: Move autoloads for before all uses.
4771 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
4772 (reftex-delete-overlay): Move to the top level with the condition
4773 in the body.
4774
4775 * progmodes/simula.el: Use when instead of if.
4776
4777 * iimage.el (iimage-locate-file): Define unconditionally.
4778
4779 * mail/mailabbrev.el (mail-abbrev-next-line):
4780 * emulation/vip.el (vip-enlarge-region, vip-line)
4781 (vip-next-line-at-bol, vip-previous-line)
4782 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
4783 Wrap with-no-warnings around uses of next-line and previous-line.
4784
4785 * ediff.el (run-ediff-from-cvs-buffer):
4786 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
4787 Remove function not used by pcl-cvs anymore.
4788 (noninteractive, generic-sc-get-latest-rev)
4789 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
4790 Delete support for long obsolete generic-sc.el.
4791
4792 2007-10-31 Glenn Morris <rgm@gnu.org>
4793
4794 * cvs-status.el: No longer require pcvs when compiling.
4795
4796 * doc-view.el (doc-view-conversion-refresh-interval)
4797 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
4798 (doc-view-reset-slice): Doc fixes.
4799 (doc-view-menu): Remove deleted function doc-view-edit-doc.
4800
4801 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
4802
4803 * help-at-pt.el (help-at-pt-unload-hook): Remove.
4804 Timers are automatically canceled by `unload-feature'.
4805
4806 * delsel.el (delsel-unload-hook): Remove function and variable.
4807 (delsel-unload-function): New-style unload function, adapted
4808 from `delsel-unload-hook'.
4809
4810 * msb.el (msb-unload-hook): Remove function and variable.
4811 (msb-unload-function): New-style unload function, adapted from
4812 `msb-unload-hook'.
4813
4814 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
4815
4816 * desktop.el (uniquify-managed): Pacify byte compiler.
4817 (desktop-buffer-info): If the buffer name is managed by uniquify,
4818 save the base name, not the uniquified one.
4819 (desktop-create-buffer): Allow `rename-buffer' to generate a new
4820 name in case of conflict.
4821
4822 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4823
4824 * doc-view.el: Use expand-file-name rather than concat.
4825 (doc-view-cache-directory): Add the UID so multiple users won't clash.
4826 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
4827 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
4828 (doc-view-toggle-display): Use an overlay over the whole buffer so as
4829 not to have to touch the buffer's content.
4830 (doc-view-initiate-display): New function, extracted from doc-view-mode.
4831 (doc-view-mode): Use it. Don't mark as a special mode.
4832 Put the page numbers in the modeline.
4833 Set up the overlay. Hide the cursor. Run the mode hook.
4834 Use after-revert-hook rather than revert-buffer-function.
4835 (doc-view-search-internal): Fix typo.
4836 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
4837 image-cache flush.
4838 (doc-view-reconvert-doc): Don't reset the whole mode.
4839 (doc-view-make-safe-dir): New function.
4840 (doc-view-current-cache-dir): Use it.
4841
4842 2007-10-30 Jason Rumney <jasonr@gnu.org>
4843
4844 * time.el (display-time-world-list): Test for zoneinfo support.
4845
4846 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
4847
4848 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
4849
4850 * net/tramp-cache.el (tramp-flush-file-function): Check also
4851 `default-directory' if `buffer-file-name' does not return a
4852 string. Added to `eshell-pre-command-hook'.
4853
4854 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4855
4856 * doc-view.el (doc-view-current-doc): Remove.
4857 Replace all uses by buffer-file-name.
4858 (doc-view-menu): New menu.
4859 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
4860 unused var `doc'.
4861 (doc-view-sort): Simplify.
4862 (doc-view-buffer-message): Don't change buffer-modified-p.
4863 (doc-view-mode): Change it here instead.
4864 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
4865 Don't modify the global value of revert-buffer-function.
4866
4867 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
4868 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
4869 (image-toggle-display): Take overlays into account and don't assume
4870 point-min==1.
4871
4872 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
4873
4874 * vc.el (vc-annotate): Fix omission bug:
4875 Specify value for vc-sentinel-movepoint.
4876
4877 2007-10-30 Michael Olson <mwolson@gnu.org>
4878
4879 * textmodes/remember.el (remember-mode-hook)
4880 (remember-handler-functions, remember-annotation-functions):
4881 Add additional items as options, including some Org functions.
4882
4883 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
4884
4885 * doc-view.el: Remove cl-dependency.
4886 (doc-view-buffer-message): Mention new binding K.
4887 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
4888 instead of variable.
4889 (doc-view-current-cache-dir): Better cache dir naming.
4890 (doc-view-current-display): Remove variable.
4891 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
4892 (doc-view-kill-proc): Set converter process to nil.
4893 (doc-view-minor-mode): New minor mode.
4894 (doc-view-minor-mode-map): New keymap.
4895 (doc-view-mode): Remove text/image switching code. Use plain defun.
4896 (doc-view-mode-map): New binding K kills converter process.
4897 Remove C-c C-e binding.
4898 (doc-view-mode-text-map): Remove keymap.
4899 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
4900 d-v-display-maybe.
4901 (doc-view-previous-major-mode): New variable.
4902 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
4903 (doc-view-remove-if): New function.
4904 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
4905 (doc-view-toggle-display): Toggle modes instead of display styles.
4906 (doc-view-reconvert-doc): Adapt to new way of doing things.
4907
4908 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
4909
4910 2007-10-30 Glenn Morris <rgm@gnu.org>
4911
4912 * dirtrack.el (dirtrack-mode): Doc fix.
4913
4914 * shell.el (shell-dirtrack-verbose, shell-mode)
4915 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
4916
4917 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
4918 (byte-compile-enable-warning): Doc fix.
4919
4920 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
4921 suppress byte-opt warning.
4922
4923 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4924
4925 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
4926 (edt-gnu-emacs19-p): Remove.
4927 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
4928 (edt-xserver, edt-page-backward, edt-beginning-of-line)
4929 (edt-end-of-line-forward, edt-end-of-line-backward)
4930 (edt-one-word-forward, edt-one-word-backward, edt-character)
4931 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
4932 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4933 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
4934 (edt-define-key, edt-bottom-check, edt-sentence-forward)
4935 (edt-sentence-backward, edt-paragraph-forward)
4936 (edt-paragraph-backward, edt-restore-key, edt-window-top)
4937 (edt-window-bottom, edt-scroll-window-forward-line)
4938 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
4939 (edt-line-to-top-of-window, edt-paragraph-backward)
4940 (edt-restore-key, edt-window-top, edt-window-bottom)
4941 (edt-scroll-window-forward-line)
4942 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
4943 (edt-line-to-middle-of-window, edt-goto-percentage)
4944 (edt-display-the-time, edt-remember, edt-split-window)
4945 (edt-emulation-on, edt-emulation-off)
4946 (edt-default-emulation-setup, edt-user-emulation-setup)
4947 (edt-select-default-global-map, edt-select-user-global-map):
4948 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
4949 tests.
4950
4951 * textmodes/reftex-index.el (reftex-index-selection-or-word):
4952 Use feature test instead of boundp test so it can be resolved at
4953 compile time.
4954
4955 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
4956
4957 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4958
4959 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
4960 Update all users.
4961 (abbrev-get, abbrev-put): Simplify.
4962 (define-abbrev): Don't store the `force' value in the :system property.
4963 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
4964
4965 2007-10-30 Michael Olson <mwolson@gnu.org>
4966
4967 * desktop.el (desktop-minor-mode-table): Add line for ERC.
4968
4969 * textmodes/remember.el: New file that implements a mode for
4970 quickly jotting down things to remember.
4971
4972 * textmodes/remember-diary.el: A backend for remember.el that
4973 implements saving notes to a Diary file.
4974
4975 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
4976
4977 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
4978 Relocate in file.
4979 (allout-doublecheck-at-and-shallower): Increase to include
4980 slightly greater depths, since yank interaction is now ok.
4981 Also, elaborate the docstring to explain the situation.
4982 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
4983 instead of concat, so we accommodate key sequences expressed as
4984 vectors as well as strings and lists.
4985 (allout-flag-region, allout-hide-by-annotation): Make the
4986 hidden-text overlays 'front-advance.
4987 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
4988 (allout-aberrant-container-p, allout-on-current-heading-p)
4989 (allout-e-o-prefix-p, allout-next-heading)
4990 (allout-previous-heading, allout-goto-prefix)
4991 (allout-end-of-prefix, allout-next-sibling-leap)
4992 (allout-next-visible-heading, allout-auto-fill)
4993 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
4994 (allout-yank-processing, allout-resolve-xref)
4995 (allout-current-topic-collapsed-p, allout-hide-region-body)
4996 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
4997 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
4998 (count-trailing-whitespace-region): Preserve match data, so allout
4999 outline navigation doesn't disrupt other Emacs operations.
5000 (allout-beginning-of-line): Retreat to the beginning of the hidden
5001 text, so fields are respected (for submodes that care).
5002 (allout-end-of-line): Preserve mark activation status when jumping.
5003 (allout-open-topic): Account for opening after a child that
5004 contains a hidden trailing newline. Preserve match data.
5005 Run allout-structure-added-hook
5006 (allout-encrypt-decrypted): Preserve match data.
5007 (allout-toggle-current-subtree-exposure): Add new interactive
5008 function for toggle subtree exposure - suggested by tassilo.
5009 (move-beginning-of-line, move-end-of-line): Don't use
5010 line-move-invisible-p, it's obsolete - substitute the code, instead.
5011
5012 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
5013
5014 * textmodes/flyspell.el (message-signature-separator):
5015 * longlines.el (message-indent-citation-function): Pacify byte
5016 compiler.
5017
5018 * emacs-lisp/cl-loaddefs.el:
5019 * ldefs-boot.el: Regenerate.
5020
5021 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
5022 (.el.elc, compile, compile-always, compile-calc)
5023 ($(lisp)/progmodes/cc-mode.elc): Use it.
5024
5025 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
5026 Only do work for XEmacs.
5027 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
5028 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
5029 on XEmacs.
5030 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5031 (ps-x-color-name, ps-x-color-specifier-p)
5032 (ps-x-copy-coding-system, ps-x-device-class)
5033 (ps-x-extent-end-position, ps-x-extent-face)
5034 (ps-x-extent-priority, ps-x-extent-start-position)
5035 (ps-x-face-font-instance, ps-x-find-coding-system)
5036 (ps-x-font-instance-properties, ps-x-make-color-instance)
5037 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
5038 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
5039 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
5040 (ps-generate-postscript-with-faces): Delete defaliases.
5041 (ps-face-foreground-name, ps-face-background-name)
5042 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
5043 Move definitions to top level, make the body conditional on the Emacs
5044 flavor. Replace uses of deleted aliases and renamed functions.
5045 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
5046 of deleted aliases and renamed functions.
5047
5048 * calc/calc.el (calc-emacs-type-lucid): Remove.
5049 (calc-digit-map, calcDigit-start, calc-read-key)
5050 (calc-clear-unread-commands):
5051 * calc/calc-ext.el (calc-user-key-map): Replace uses of
5052 calc-emacs-type-lucid with (featurep 'xemacs)
5053
5054 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
5055 (featurep 'xemacs).
5056 (tpu-lucid-emacs19-p): Remove.
5057 (tpu-map-key): Make it a function instead of using fset. Inline
5058 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
5059 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
5060
5061 * ielm.el: Use featurep 'xemacs.
5062
5063 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
5064 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
5065 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
5066 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
5067 cperl-xemacs-p with (featurep 'xemacs).
5068 (font-lock-cache-position): Pacify byte compiler.
5069
5070 2007-10-29 Drew Adams <drew.adams@oracle.com>
5071
5072 * faces.el (read-color): New function.
5073 (face-at-point, foreground-color-at-point)
5074 (background-color-at-point): New functions.
5075
5076 2007-10-28 Richard Stallman <rms@gnu.org>
5077
5078 * net/browse-url.el (browse-url-text-xterm): Rename from
5079 browse-url-lynx-xterm and made generic.
5080 (browse-url-text-emacs): Likewise.
5081 (browse-url-text-browser): New variable.
5082 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
5083 (browse-url-text-input-field, browse-url-text-input-attempts)
5084 (browse-url-kde-program): Likewise.
5085
5086 2007-10-29 Glenn Morris <rgm@gnu.org>
5087
5088 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
5089 Use mapc rather than mapcar (reinstall change deleted without log
5090 entry 2007-10-22).
5091
5092 2007-10-29 Martin Rudalics <rudalics@gmx.at>
5093
5094 * wdired.el (wdired-next-line, wdired-previous-line):
5095 Use next-line and previous-line wrapped in with-no-warnings.
5096
5097 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
5098
5099 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
5100 (rcirc-recent-quit-alist): New function.
5101 (rcirc): Print a better message when there is only one connected server.
5102 (rcirc-complete-nick): Do not update the nick table here.
5103 (rcirc-mode-map): Add M-o.
5104 (rcirc-current-line): Add variable.
5105 (rcirc-mode): Setup variables for line based omit.
5106 (rcirc-edit-multiline): Strip text properties.
5107 (rcirc-omit-responses): Add NICK.
5108 (rcirc-omit-threshold): Add variable.
5109 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
5110 Add functions.
5111 (rcirc-print): Keep track of current line. Do not fill text if
5112 `rcirc-fill-flag' is null. Only omit text if the last activity
5113 from the sender is more than `rcirc-omit-threshold' lines ago.
5114 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
5115 numbers instead of time.
5116 (rcirc-channel-nicks): Sort by line numbers instead of time.
5117 (rcirc-omit-mode): Add `...' when omitting text and recenter.
5118 (rcirc-handler-JOIN): Restore the joiners linestamp.
5119 (rcirc-maybe-remember-nick-quit): Add function.
5120 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
5121
5122 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
5123
5124 * loadhist.el (unload-feature-special-hooks):
5125 Add `delete-frame-functions' and `suspend-tty-functions'.
5126
5127 * server.el (server-unload-function): Rename from `server-unload-hook'
5128 and adapt to new `unload-feature' functionality. Remove hook from
5129 `kill-buffer-hook' buffer-locally.
5130 (server-unload-hook): Remove.
5131 (server-unload-function): New var; replaces `server-unload-hook'.
5132
5133 2007-10-29 Glenn Morris <rgm@gnu.org>
5134
5135 * dirtrack.el (dirtrack-debug): Doc fix.
5136 (dirtrack-mode, dirtrack-debug-mode): New names for
5137 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
5138 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
5139 Make obsolete.
5140 (dirtrack-debug-message): Only print message if
5141 dirtrack-debug-mode is non-nil. Use with-current-buffer.
5142 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
5143 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
5144
5145 2007-10-28 Glenn Morris <rgm@gnu.org>
5146
5147 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
5148 (byte-compile-warnings-safe-p): Handle `not'.
5149 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
5150 (byte-compile-enable-warning): New functions.
5151 (byte-compile-eval-before-compile)
5152 (byte-compile-file-form-require): Use byte-compile-disable-warning.
5153 (byte-compile-close-variables): Locally bind byte-compile-warnings,
5154 but do not modify it.
5155 (byte-compile-eval, byte-compile-obsolete)
5156 (byte-compile-warn-about-unresolved-functions)
5157 (byte-compile-file-form-defvar)
5158 (byte-compile-file-form-custom-declare-variable)
5159 (byte-compile-file-form-require)
5160 (byte-compile-file-form-defmumble, byte-compile-lambda)
5161 (byte-compile-form, byte-compile-normal-call)
5162 (byte-compile-variable-ref, byte-compile-defvar)
5163 (byte-compile-make-variable-buffer-local):
5164 Use byte-compile-warning-enabled-p.
5165 * emacs-lisp/advice.el (ad-compile-function):
5166 Use byte-compile-disable-warning.
5167 * emacs-lisp/cl.el: Move local variables to end of file, and set
5168 byte-compile-warnings to `(not cl-functions)'.
5169 * emacs-lisp/cl-compat.el: Add a local variables section, and set
5170 byte-compile-warnings to `(not cl-functions)'.
5171 * emacs-lisp/cl-macs.el: Unify local variable section, and set
5172 byte-compile-warnings to `(not cl-functions)'.
5173 (cl-do-proclaim): Use byte-compile-disable-warning and
5174 byte-compile-enable-warning.
5175 * emacs-lisp/cl-seq.el: Unify local variable section, and set
5176 byte-compile-warnings to `(not cl-functions)'.
5177 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
5178 Use byte-compile-disable-warning.
5179
5180 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
5181
5182 * cus-edit.el (custom-browse-insert-prefix):
5183 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
5184
5185 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
5186
5187 * server.el (server-process-filter): Fix typo in docstring.
5188 (server-log): Reflow docstrings.
5189 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
5190 (server-goto-line-column): Use `when'.
5191
5192 2007-10-28 Juri Linkov <juri@jurta.org>
5193
5194 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
5195 when mouse is clicked on the isearch message.
5196 (isearch-resume): Call `isearch-update' at the end.
5197 Rename argument `search' to `string' to conform to the
5198 isearch terminology.
5199
5200 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5201
5202 Rewrite abbrev.c in Elisp.
5203 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
5204 (abbrev-table-get, abbrev-table-put, abbrev-get)
5205 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
5206 (define-abbrev, abbrev--check-chars, define-global-abbrev)
5207 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
5208 (abbrev-expansion, abbrev--before-point, expand-abbrev)
5209 (unexpand-abbrev, abbrev--write, abbrev--describe)
5210 (insert-abbrev-table-description, define-abbrev-table):
5211 New funs, largely transcribed from abbrev.c.
5212 (abbrev-with-wrapper-hook): New macro.
5213 (abbrev-table-name-list, global-abbrev-table)
5214 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
5215 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
5216 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
5217 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
5218 New vars, largely transcribed from abbrev.c.
5219 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
5220 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
5221 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
5222
5223 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5224
5225 * ps-print.el: Now detect if text foreground and background colors are
5226 equal and replace the foreground color by another color, so the text
5227 becomes visible. Doc fix.
5228 (ps-print-version): New version 6.8.
5229 (ps-default-fg, ps-default-bg): Docstring fix.
5230 (ps-postscript-code-directory): Fix default value code.
5231 (ps-fg-list, ps-fg-validate-p): New options.
5232 (ps-foreground-list): New var.
5233 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
5234
5235 2007-10-27 Glenn Morris <rgm@gnu.org>
5236
5237 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
5238 (shell-dirtrack-toggle): Mark as obsolete.
5239 (dirtrack-toggle, dirtrack-mode): No longer alias to
5240 shell-dirtrack-mode.
5241
5242 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
5243
5244 * calc/calc.el (math-standard-opers): Lower the precedence
5245 of negation.
5246 * calc/calc-lang.el (math-oper-table): Lower precedence of
5247 negation for C, TeX, and eqn.
5248
5249 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
5250
5251 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
5252
5253 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
5254
5255 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
5256 (desktop-not-loaded-hook): Fix :version tags.
5257
5258 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
5259
5260 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
5261 (tramp-get-remote-tmpdir): New defun.
5262 (tramp-make-tramp-temp-file): Use it.
5263 (tramp-local-call-process): New defun. Replace all calls of
5264 `call-process' by this when appropriate.
5265 (tramp-handle-write-region): Replace calls of `file-attributes' by
5266 `tramp-compat-file-attributes'.
5267 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5268 Make the first command a `tramp-send-command' call, with let-bind
5269 of `tramp-end-of-output'.
5270 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
5271 (tramp-load-report-modules, tramp-append-tramp-buffers):
5272 Move to tramp-cmds.el.
5273
5274 * net/tramp-fish.el (tramp-fish-handle-copy-file)
5275 (tramp-fish-do-copy-or-rename-file)
5276 (tramp-fish-do-copy-or-rename-file-directly):
5277 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5278 Add parameter PRESERVE-UID-GID.
5279
5280 2007-10-27 Eli Zaretskii <eliz@gnu.org>
5281
5282 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
5283 New defcustoms.
5284 (display-time-world-list): Use them as appropriate for the current
5285 value of `system-type'.
5286
5287 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5288
5289 * printing.el: Pacify byte compiler, that is, no compiler warnings.
5290 Move (again) some variable definitions before use, define some fun
5291 aliases, no code change.
5292 (pr-version): New version 6.9.2.
5293 (pr-path-style, pr-auto-region, pr-menu-char-height)
5294 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
5295 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
5296 via (defvar VAR).
5297 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
5298 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
5299 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
5300 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
5301 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
5302 (pr-menu-print-item, pr-ps-printer-menu-modified)
5303 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
5304 (pr-even-or-odd-alist): Vars definition moved.
5305
5306 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5307
5308 * emulation/pc-select.el (next-line-mark, next-line-nomark)
5309 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
5310 around uses of previous-line and next-line.
5311
5312 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
5313 New defvars.
5314
5315 * textmodes/css-mode.el (comment-continue):
5316 * net/browse-url.el (url-handler-regexp):
5317 * progmodes/idlw-help.el (idlwave-system-routines):
5318 Pacify byte-compiler.
5319
5320 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
5321 line-move-invisible-p with its former definition: invisible-p.
5322 line-move-invisible-p was removed on 2007-08-29.
5323
5324 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
5325
5326 * files.el (kill-emacs-query-functions): Doc fix;
5327 `save-buffers-kill-emacs' is no longer bound to a key.
5328
5329 2007-10-26 Richard Stallman <rms@gnu.org>
5330
5331 * isearch-multi.el (isearch-buffers-multi): New option.
5332 (isearch-buffers-search-fun): Test it.
5333
5334 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
5335 Put ps-run-clear on C-c C-l.
5336
5337 * newcomment.el (comment-styles): New style indent-or-triple.
5338 (comment-style): Make that the default.
5339 (comment-add defvar): Doc fix.
5340 (comment-add): Delete arg EXTRA.
5341 (comment-region-default): Open code call to comment-add.
5342 Handle indent-or-triple style which uses `multi-char' for INDENT.
5343
5344 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
5345
5346 * eshell/em-unix.el (nil-blank-string): Doc fix.
5347
5348 2007-10-26 John Wiegley <johnw@newartisans.com>
5349
5350 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
5351 function, ensure that the third argument is turned into a nil if
5352 the string is otherwise completely empty (either no characters, or
5353 all tabs/spaces). This fixes a bug from a user who found himself
5354 unable to customize `diff-switches' and still use Eshell's diff
5355 command.
5356
5357 2007-10-26 Glenn Morris <rgm@gnu.org>
5358
5359 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
5360 safe-local-variable property.
5361
5362 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
5363
5364 * net/browse-url.el (browse-url-browser-function): Delete grail.
5365 (browse-url-grail): Function and variable deleted.
5366 (browse-url-browser-function): Delete IXI Mosaic.
5367 (browse-url-default-browser): Don't try IXI Mosaic.
5368 (browse-url-iximosaic): Function deleted.
5369 (browse-url-browser-function): Delete MMM.
5370 (browse-url-default-browser): Don't try MMM.
5371 (browse-url-mmm): Function deleted.
5372
5373 2007-10-26 Drew Adams <drew.adams@oracle.com>
5374
5375 * custom.el (custom-note-var-changed): New function.
5376
5377 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
5378
5379 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
5380 use with the definition. Remove.
5381
5382 * add-log.el (change-log-start-entry-re): New defconst.
5383 (change-log-sortable-date-at): Use it.
5384 (change-log-beginning-of-defun, change-log-end-of-defun):
5385 New functions.
5386 (change-log-mode): Use them for beginning-of-defun-function and
5387 end-of-defun-function.
5388
5389 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
5390
5391 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
5392 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
5393 (ses-recalculate-cell): Deal with point being just beyond end of
5394 data area (why does this happen?)
5395 (ses-set-curcell): Ditto.
5396 (ses-column-letter): Handle columns beyond 702. Code written by
5397 Gareth Rees.
5398
5399 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
5400
5401 * textmodes/org.el (org-agenda-get-restriction-and-command):
5402 Use `mapc' instead of `mapcar'.
5403 (org-agenda-list): Numeric prefix argument can specify the number
5404 of days.
5405 (remember-register, remember-buffer): Prevent byte compiler from
5406 complaining.
5407 (org-todo): Save and restore match data.
5408 (org-no-warnings): New macro.
5409 (org-columns-eval): Use `org-no-warnings'.
5410
5411 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
5412
5413 * comint.el (comint-password-prompt-regexp):
5414 Handle `[sudo] password'-style prompt.
5415
5416 2007-10-25 Glenn Morris <rgm@gnu.org>
5417
5418 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
5419 (defcustom): Doc fix.
5420
5421 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
5422 Add `non_intrinsic'.
5423 (f90-constants-re): Add ieee modules.
5424 (f90-typedef-matcher, f90-typedec-matcher)
5425 (f90-imenu-type-matcher): New functions.
5426 (f90-font-lock-keywords-1): Give module procedures function-name face.
5427 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
5428 Add `use, intrinsic'.
5429 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
5430 Move start of `enum' blocks to separate entry.
5431 (f90-start-block-re): Fix `type', `abstract interface'.
5432 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
5433 derived types.
5434 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
5435 `elemental', change `enumerator'.
5436 (f90-no-block-limit): Fix `abstract interface'.
5437
5438 * progmodes/f90.el (f90-indented-comment-re)
5439 (f90-directive-comment-re, f90-break-delimiters):
5440 * progmodes/fortran.el (fortran-comment-line-start-skip)
5441 (fortran-directive-re):
5442 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
5443 as safe if they are strings.
5444
5445 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * startup.el (window-system): Remove. Don't make it frame-local.
5448
5449 2007-10-24 Richard Stallman <rms@gnu.org>
5450
5451 * savehist.el (savehist-save): Omit unreadable elements.
5452
5453 * loadhist.el (unload-function-defs-list): Rename from
5454 unload-function-features-list.
5455 (unload-feature-special-hooks, unload-feature): Doc fixes.
5456
5457 * indent.el (indent-to-left-margin): If point's in the indentation,
5458 move to the end of the indentation.
5459
5460 * cus-edit.el (customize-changed-options): Make arg optional.
5461
5462 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
5463
5464 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
5465
5466 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5467
5468 * textmodes/org-publish.el (org-publish-attachment): Re-install
5469 accidentally deleted change.
5470
5471 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5472
5473 * term/iris-ansi.el (iris-function-map): Move init into declaration.
5474
5475 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
5476
5477 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
5478 (Buffer-menu-mode-map): Initialize in the declaration.
5479 (Buffer-menu-mode): Define with `define-derived-mode'.
5480
5481 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
5482
5483 * textmodes/org.el (org-version): Change to 5.13e.
5484 (org-agenda-file-regexp): Fix typo in docstring.
5485 (org-add-planning-info): Fix bug in parenthesis settings.
5486 (org-scan-tags): Catch the case of indirect buffers with no filename.
5487 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
5488 Re-install switch to mapc, had been removed by accident.
5489 (org-columns-map): New binding `C-c C-o'.
5490 (org-columns-menu): Change menu text and added new entry.
5491 (org-columns-eval): Document the use of `next-line'.
5492 (org-columns-open-link): New function.
5493 (org-columns-follow-link): Remove function.
5494 (org-open-link-from-string): New function.
5495 (org-read-date-get-relative): Fix typo in docstring.
5496 (org-read-date-get-relative): Leading +/- is not optional.
5497 (org-agenda-get-restriction-and-command): Always resize window on
5498 first loop cycle.
5499 (org-agenda-open-link): Make sure the link abbreviations are
5500 present in the agenda buffer.
5501 (org-agenda-copy-local-variable): New function.
5502
5503 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
5506
5507 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5508
5509 * simple.el (reindent-then-newline-and-indent): Use a `move after
5510 insert' kind of marker in the save-excursion.
5511
5512 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5513
5514 * textmodes/css-mode.el: Require CL.
5515 (comment-continue): Declare.
5516
5517 * subr.el (make-variable-frame-localizable): Remove.
5518 (make-variable-frame-local): Mark obsolete.
5519
5520 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5521
5522 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
5523 of the subdirs is unreadable.
5524
5525 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
5526
5527 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
5528 when we are local.
5529
5530 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5531
5532 * progmodes/python.el (python-current-defun): Remove left-over
5533 assignment to `start'.
5534
5535 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
5536
5537 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
5538 than `mapcar'; return value is not used.
5539
5540 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5541
5542 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
5543 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
5544
5545 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
5546
5547 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
5548 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
5549
5550 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5551
5552 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
5553
5554 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
5555
5556 * emacs-lisp/advice.el (ad-make-advised-docstring):
5557 Add ad-advice-info text property to doc string.
5558
5559 2007-10-23 Glenn Morris <rgm@gnu.org>
5560
5561 * progmodes/f90.el (f90-do-indent, f90-if-indent)
5562 (f90-type-indent, f90-program-indent, f90-associate-indent)
5563 (f90-continuation-indent, f90-comment-region)
5564 (f90-beginning-ampersand, f90-smart-end)
5565 (f90-break-before-delimiters, f90-auto-keyword-case)
5566 (f90-leave-line-no, f90-mode-hook):
5567 Give an appropriate safe-local-variable property.
5568
5569 * progmodes/fortran.el (fortran-tab-mode-default)
5570 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
5571 (fortran-structure-indent, fortran-continuation-indent)
5572 (fortran-comment-indent, fortran-comment-line-extra-indent)
5573 (fortran-comment-line-start)
5574 (fortran-minimum-statement-indent-fixed)
5575 (fortran-minimum-statement-indent-tab)
5576 (fortran-comment-indent-char, fortran-line-number-indent)
5577 (fortran-check-all-num-for-matching-do)
5578 (fortran-blink-matching-if, fortran-continuation-string)
5579 (fortran-comment-region, fortran-electric-line-number)
5580 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
5581 (fortran-analyze-depth, fortran-break-before-delimiters):
5582 Give an appropriate safe-local-variable property.
5583
5584 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5585
5586 * printing.el: Move variable definitions before use.
5587 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
5588
5589 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
5592 (tpu-edt-off): Use it.
5593 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
5594 the global-map before adding it to global-map.
5595
5596 * menu-bar.el (global-buffers-menu-map): New var.
5597 (global-map, menu-bar-update-buffers): Use it.
5598 * msb.el (msb-menu-bar-update-buffers): Use it.
5599 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
5600 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
5601 Use with-current-buffer.
5602
5603 2007-10-22 Juri Linkov <juri@jurta.org>
5604
5605 * isearch-multi.el: New file.
5606
5607 * isearch.el (isearch-search-string): After finding the next
5608 occurrence switch to buffer isearch-buffers-current-buffer when
5609 isearch-buffers-next-buffer-function is non-nil and
5610 isearch-buffers-current-buffer is live.
5611
5612 * add-log.el (change-log-mode): Make and set buffer-local variable
5613 isearch-buffers-next-buffer-function to change-log-next-buffer.
5614 Call isearch-buffers-minor-mode.
5615 (change-log-next-buffer): New function.
5616
5617 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
5618
5619 * org-export-latex.el (org-export-latex-protect-string):
5620 Renaming of `org-latex-protect'.
5621 (org-export-latex-emphasis-alist): By default, don't protect
5622 any emphasis formatter from further conversion.
5623 (org-export-latex-tables): Honor column grouping for tables.
5624 (org-export-latex-title-command): New option.
5625 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
5626 export backslash character.
5627
5628 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
5629
5630 * textmodes/org.el (org-read-date-get-relative): New function.
5631 (org-agenda-file-regexp): New variable.
5632 (org-agenda-files): Allow directories in the variable.
5633 (org-agenda-get-restriction-and-command): New function.
5634 (org-agenda): Use `org-agenda-get-restriction-and-command'.
5635 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
5636 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
5637 New functions.
5638 (org-entry-add-to-multivalued-property)
5639 (org-entry-remove-from-multivalued-property)
5640 (org-entry-member-in-multivalued-property): New functions.
5641 (org-remember-apply-template): Catch C-g and make sure window
5642 configuration is restored.
5643 (org-agenda-open-link): Make it work with several links in the line.
5644 (org-drawers, org-set-regexps-and-options)
5645 (org-get-current-options): Add support for a DRAWERS in-buffer option.
5646 (org-agenda-window-frame-fractions): New option.
5647 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
5648 (org-columns-cleanup-item, org-find-entry-with-id)
5649 (org-insert-columns-dblock, org-listtable-to-string)
5650 (org-dblock-write:columnview, org-columns-capture-view)
5651 (org-edit-headline): New functions.
5652 (org-agenda-to-appt): Require calendar.
5653 (org-entry-get-with-inheritance): Widen for search.
5654 (org-columns-display-here): Don't mark buffer as modified when
5655 adding space characters to accomodate column overlays.
5656 (org-export-as-html): Better formatting of tags in the toc.
5657 (org-columns-display-here): Make the ITEM column as compact as possible.
5658 (org-remember-templates): Customization interface improved.
5659 (org-export-with-property-drawer): Variable removed.
5660 (org-export-with-drawers): New option.
5661 (org-complex-heading-regexp): New variable.
5662 (org-sort-entries): Rewrite using `sort-subr'.
5663 (org-set-property): More appropriate completion during interactive use.
5664 (org-sort-entries): Allow sorting by property.
5665 (org-additional-option-like-keywords): Add more values.
5666 (org-sort-entries-or-items): Rename from `org-sort-entries'.
5667
5668 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
5669
5670 * textmodes/org.el (org-get-date-from-calendar): New function.
5671 (org-at-timestamp-p, org-timestamp-change)
5672 (org-remember-templates): First element of each entry is now a
5673 name for the template.
5674 (org-store-log-note): Check for `org-note-abort'.
5675 (org-kill-note-or-show-branches): New command.
5676 (org-fontify-priorities): New option.
5677 (org-fontify-priorities): New function.
5678 (org-cut-subtree, org-copy-subtree): New argument N to
5679 act on N sequential subtrees.
5680 (org-paste-subtree): Fix the level at which a tree is pasted.
5681 (org-fit-agenda-window): Limitations on window size removed.
5682 (org-agenda-find-same-or-today-or-agenda): Rename from
5683 `org-agenda-find-today-or-agenda'.
5684 (org-scheduled-past-days): New option.
5685 (org-agenda-scheduled-leaders)
5686 (org-agenda-deadline-leaders): New options.
5687 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
5688 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
5689 (org-export-with-tags, org-export-plist-vars)
5690 (org-infile-export-plist): New "tags" option.
5691 (org-use-property-inheritance): New option.
5692 (org-cached-entry-get): Use `org-use-property-inheritance'.
5693 (org-remember-apply-template): Fix typo.
5694
5695 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
5696
5697 * net/tramp.el (tramp-find-shell)
5698 (tramp-open-connection-setup-interactive-shell): Improve sending
5699 initial commands.
5700 (tramp-action-terminal): Send debug message.
5701 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
5702 (tramp-barf-if-no-shell-prompt): Insert code of
5703 `tramp-wait-for-shell-prompt'.
5704
5705 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5706
5707 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
5708
5709 * term/vt200.el (terminal-init-vt200):
5710 * term/vt201.el (terminal-init-vt201):
5711 * term/vt220.el (terminal-init-vt220):
5712 * term/vt240.el (terminal-init-vt240):
5713 * term/vt300.el (terminal-init-vt300):
5714 * term/vt320.el (terminal-init-vt320):
5715 * term/vt400.el (terminal-init-vt400):
5716 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
5717
5718 * term/wyse50.el (wyse50-terminal-map): New var.
5719 (terminal-init-wyse50): Use it and input-decode-map.
5720 (enable-arrow-keys): Emasculate.
5721
5722 * term/tvi970.el (tvi970-terminal-map): New var.
5723 (terminal-init-tvi970): Use it and input-decode-map.
5724 (tvi970-keypad-numeric): Remove.
5725 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
5726
5727 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
5728 (terminal-init-sun): Use it and input-decode-map.
5729
5730 * term/news.el (terminal-init-news):
5731 * term/lk201.el (terminal-init-lk201):
5732 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
5733
5734 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
5735
5736 * complete.el (PC-expand-many-files): Remove.
5737 (PC-do-completion): Call file-expand-wildcards instead of
5738 PC-expand-many-files.
5739
5740 * net/tramp.el (tramp-handle-expand-many-files): Remove.
5741 (PC-expand-many-files): Remove advice.
5742
5743 2007-10-22 Glenn Morris <rgm@gnu.org>
5744
5745 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
5746 Add some support for Fortran 2003 syntax:
5747 (f90-type-indent): Now also applies to `enum'.
5748 (f90-associate-indent): New user option.
5749 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
5750 Add some F2003 keywords.
5751 (f90-constants-re): New constant.
5752 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
5753 Interface'.
5754 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
5755 `class'. Arguments for `type'/`class' may have spaces. Add a new
5756 element for functions with specified types. Add `end enum' and
5757 `select type'. Add `implicit enumerator' and `procedure'.
5758 Add `class default' and `type is', `class is'. Fix `go to' regexp.
5759 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
5760 (f90-font-lock-keywords-4): Add `f90-constants-re'.
5761 (f90-blocks-re): Add `enum' and `associate'.
5762 (f90-else-like-re): Add `class is', `type is', and `class default'.
5763 (f90-end-type-re): Add `enum'.
5764 (f90-end-associate-re, f90-typeis-re): New constants.
5765 (f90-end-block-re): Add `enum' and `associate'. Change from
5766 optional whitespace to end-of-word, to avoid `enumerator'.
5767 (f90-start-block-re): Add `select type', `abstract interface', and
5768 `enum'. Avoid `type is', and `type (sometype)'.
5769 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
5770 (f90-mode): Doc fix.
5771 (f90-looking-at-select-case): Doc fix. Add `select type'.
5772 (f90-looking-at-associate): New function.
5773 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
5774 Add `enum' and `abstract interface'.
5775 (f90-no-block-limit): Add `select type' and `abstract interface'.
5776 (f90-get-correct-indent, f90-calculate-indent)
5777 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
5778 (f90-indent-region, f90-match-end): Handle `associate' blocks.
5779
5780 2007-10-22 Martin Rudalics <rudalics@gmx.at>
5781
5782 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
5783 Use window-full-width-p.
5784
5785 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
5786
5787 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
5788
5789 * tooltip.el: Use featurep 'xemacs.
5790
5791 * printing.el: Move variable definitions before use, no code change.
5792
5793 2007-10-22 Juri Linkov <juri@jurta.org>
5794
5795 * simple.el (goto-history-element): Allow minibuffer-default to be
5796 a list of default values accessible by typing M-n in the minibuffer.
5797
5798 * dired-x.el (dired-guess-shell-command): Put all guesses to the
5799 minibuffer default value list instead of pushing them temporarily
5800 to the history list.
5801
5802 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5803
5804 * hexl.el (hexl-menu): New major mode menu.
5805
5806 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5807
5808 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
5809
5810 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5811
5812 * w32-fns.el (w32-quote-process-args):
5813 * dos-w32.el (print-region-function, lpr-headers-switches)
5814 (ps-print-region-function): Pacify byte-compiler.
5815
5816 * emulation/edt-mapper.el (function-key-map):
5817 (edt-map-key): Make it a function instead of using fset.
5818 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
5819 (edt-gnu-map-key, edt-lucid-map-key): Remove.
5820 (edt-x-emacs-p): Remove.
5821 (edt-emacs-variant, edt-window-system, edt-xserver):
5822 Use featurep 'xemacs.
5823
5824 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
5825 Replace eudc-xemacs-p with its definition.
5826 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
5827 (eudc-emacs-mule-p): Remove.
5828 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
5829 eudc-xemacs-p with feature tests.
5830
5831 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
5832 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
5833 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
5834 (eudc-bob-toggle-inline-display):
5835 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
5836 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
5837
5838 * net/eudcb-ph.el (eudc-ph-open-session):
5839 Replace eudc-xemacs-mule-p with its former definition.
5840
5841 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
5842 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
5843
5844 * progmodes/vera-mode.el (vera-xemacs): Remove.
5845 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
5846
5847 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
5848 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
5849 (vhdl-speedbar-initialize, vhdl-ps-print-init)
5850 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
5851 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
5852 with (featurep 'xemacs).
5853
5854 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
5855 (save-buffer-state-x):
5856 * obsolete/fast-lock.el (fast-lock-verbose):
5857 * emulation/viper-init.el (viper-xemacs-p)
5858 (viper-cond-compile-for-xemacs-or-emacs):
5859 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
5860 * ps-print.el (case-fold-search):
5861 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
5862 * calculator.el (calculator-help): Use featurep 'xemacs.
5863
5864 * progmodes/prolog.el: Undo previous change.
5865 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
5866
5867 * progmodes/dcl-mode.el:
5868 * play/yow.el:
5869 * calendar/todo-mode.el:
5870 * calendar/cal-hebrew.el:
5871 * vc-hg.el: Undo previous change.
5872
5873 * vms-patch.el: Likewise.
5874 (print-region-function): Pacify byte-compiler.
5875
5876 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
5877
5878 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
5879 preserve-uid-gid.
5880
5881 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
5882 compatibility. It is not used, though.
5883
5884 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
5885 Require tramp-cmds.el.
5886 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
5887 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
5888 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
5889 (tramp-do-copy-or-rename-file-out-of-band)
5890 (tramp-maybe-open-connection): Use `make-temp-name'. This is
5891 possible, because we don't need to create the temporary file, but
5892 we need a prefix for ssh, which has its own temporary file handling.
5893 (tramp-handle-delete-directory): Add "-f" to rmdir.
5894 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
5895 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
5896 a signal, in order to give the callee a chance to suppress.
5897 (tramp-handle-write-region): Set owner also in case of short
5898 track. Don't use compatibility calls for `write-region' anymore.
5899 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
5900 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
5901
5902 * net/tramp-cmds.el: New file.
5903
5904 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
5905 `tramp-clear-passwd'.
5906
5907 * net/trampver.el: Update release number.
5908
5909 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5910
5911 * progmodes/gud.el (gud-target-name): Move definition before use.
5912
5913 * progmodes/dcl-mode.el: Require imenu at compile time.
5914
5915 * progmodes/cc-engine.el (c-maybe-stale-found-type):
5916 Pacify byte-compiler.
5917
5918 * obsolete/fast-lock.el: Use featurep test instead of string-match.
5919
5920 * eshell/esh-mode.el (eshell-handle-ansi-color):
5921 Require ansi-color at compile time too.
5922
5923 * eshell/em-unix.el (eshell/info): Require info at compile time too.
5924
5925 * w32-fns.el: Require w32-vars.
5926
5927 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
5928 time too.
5929
5930 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * double.el ([ignore]): Use `ignore'.
5933 (double-setup): Inline into double-mode.
5934 (double-mode): Use define-minor-mode.
5935
5936 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5937
5938 * textmodes/reftex.el: Move require easymenu before first use.
5939 (reftex-info): Require info at compile too.
5940
5941 * textmodes/org-publish.el (org-publish-org-to-html)
5942 (org-publish-org-to): Require org at compile time too.
5943 (org-publish-attachment): Require at compile time too.
5944
5945 * term/tty-colors.el (w32-tty-standard-colors):
5946 Pacify byte-compiler.
5947
5948 * term/pc-win.el (frame-creation-function-alist): Add to this
5949 instead of setting frame-creation-function.
5950
5951 * play/blackbox.el (bb-up, bb-down): Use forward-line.
5952
5953 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
5954
5955 * calendar/todo-mode.el: Require calendar at compile time.
5956
5957 * calendar/cal-hebrew.el: Require holidays at compile time.
5958
5959 * w32-vars.el: Provide w32-vars.
5960
5961 * term/w32-win.el: Require w32-vars.
5962 (w32-color-map): Pacify byte-compiler.
5963
5964 * loadup.el: Load w32-vars before term/w32-win.
5965
5966 2007-10-20 Juri Linkov <juri@jurta.org>
5967
5968 * textmodes/fill.el (fill-paragraph): When the region is active,
5969 don't try other `or' branches regardless of the value returned by
5970 fill-region; just return t.
5971
5972 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
5973
5974 * vc.el (vc-do-command): Condition out a misleading message when
5975 running asynchronously.
5976 (vc-deduce-fileset): New argument enables using an unregistered
5977 visited file as a singleton fileset if nothing else is available.
5978 (vc-next-action): Restore file-registering behavior.
5979
5980 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
5981
5982 * calc/README: Add recent news.
5983
5984 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
5985
5986 * term/x-win.el (x-gtk-stock-map, icon-map-list)
5987 (x-gtk-map-stock): Delete duplicated definitions from merge.
5988
5989 * progmodes/compile.el (compilation-skip-to-next-location)
5990 (compilation-skip-threshold, compilation-skip-visited):
5991 Move definitions earlier.
5992
5993 * play/decipher.el (decipher-keypress):
5994 * play/zone.el (zone-fall-through-ws):
5995 * play/landmark.el (lm-move-down, lm-move-up):
5996 * play/handwrite.el (handwrite):
5997 * mail/mspools.el (mspools-visit-spool):
5998 * wdired.el (wdired-next-line, wdired-previous-line):
5999 * tar-mode.el (tar-subfile-save-buffer):
6000 * scroll-lock.el (scroll-lock-next-line)
6001 (scroll-lock-previous-line):
6002 * image-dired.el (image-dired-next-line)
6003 (image-dired-previous-line):
6004 * ediff-help.el (ediff-help-message-line-length):
6005 Use forward-line.
6006
6007 * smerge-mode.el (smerge-auto-refine):
6008 * diff-mode.el (diff-auto-refine): Add :group.
6009
6010 * play/yow.el: Require doctor at compile time.
6011
6012 * vmsproc.el: Provide vmsproc.
6013 (command-send-input): Use forward-line.
6014
6015 * vms-patch.el: Require ps-print and vmsproc at compile time.
6016
6017 * vc-mtn.el (log-view-message-re, log-view-file-re)
6018 (log-view-font-lock-keywords): Pacify byte-compiler.
6019
6020 * vc-hg.el: Require log-view at compile time.
6021
6022 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
6023
6024 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
6025
6026 2007-10-20 Glenn Morris <rgm@gnu.org>
6027
6028 * progmodes/f90.el (f90-font-lock-keywords-2)
6029 (f90-looking-at-type-like): Fix regexp typos.
6030
6031 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
6032
6033 * bs.el (bs--track-window-changes): Don't refresh the whole list.
6034 (bs-mode): Set mode-class property to special.
6035
6036 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6037
6038 * diff-mode.el (diff-auto-refine): New var.
6039 (diff-hunk): Use it.
6040 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
6041 (diff-refine-change): Rename from diff-fine-change. Change it.
6042 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
6043 (diff-refine-hunk): Rename from diff-fine-highlight.
6044
6045 2007-10-20 John Paul Wallington <jpw@pobox.com>
6046
6047 * help-fns.el (describe-variable-custom-version-info): New function
6048 to return variable's version or package version note.
6049 (describe-variable): Use it, display result.
6050
6051 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6052
6053 * smerge-mode.el (smerge-auto-refine): New var.
6054 (smerge-next, smerge-prev): Use it.
6055 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
6056
6057 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6058 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
6059
6060 * vc-bzr.el (vc-bzr-diff-tree):
6061 * vc-git.el (vc-git-diff-tree):
6062 * vc-hg.el (vc-hg-diff-tree):
6063 * vc-mcvs.el (vc-mcvs-diff-tree):
6064 * vc-mtn.el (vc-mtn-diff-tree):
6065 * vc-svn.el (vc-svn-diff-tree): Remove.
6066
6067 * vc-mtn.el (vc-mtn-revision-completion-table):
6068 * vc-cvs.el (vc-cvs-revision-completion-table):
6069 * vc-arch.el (vc-arch-revision-completion-table):
6070 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
6071 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
6072 Make it work when the arg is a list of files.
6073
6074 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6075
6076 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
6077 Also `revision-completion-table' now takes a list of files.
6078 (vc-deduce-fileset): Remove unused var `regexp'.
6079 Only obey allow-directory-wildcard in dired buffers.
6080 (vc-default-diff-tree): Remove.
6081 (vc-diff-added-files): New var.
6082 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
6083 (vc-version-diff): Revert from `vc-history-diff' to the original name.
6084 Remove the `backend' arg.
6085 (vc-contains-version-controlled-file): Remove.
6086 (vc-diff): Bring it closer to the version in Emacs-22.
6087 (vc-revert): Fix typo in let-binding.
6088 (vc-default-unregister): Remove.
6089 (vc-dired-buffers-for-dir): Remove N^2 behavior.
6090
6091 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6092
6093 * textmodes/two-column.el (2C-split, 2C-merge):
6094 * textmodes/bib-mode.el (bib-find-key, mark-bib):
6095 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
6096 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
6097 * progmodes/ada-xref.el (ada-get-all-references):
6098 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
6099 * emulation/vi.el (vi-previous-line-first-nonwhite)
6100 (vi-effective-range, vi-put-before):
6101 * emulation/edt.el (edt-next-line, edt-previous-line)
6102 (edt-paragraph-forward): Use forward-line.
6103
6104 * progmodes/etags.el (tags-apropos): Require apropos at compile
6105 time too.
6106
6107 * progmodes/prolog.el: Require comint when compiling.
6108 (inferior-prolog-flavor): Move defvar before use.
6109
6110 2007-10-19 Richard Stallman <rms@gnu.org>
6111
6112 * font-core.el (turn-on-font-lock-if-desired):
6113 Rename from `turn-on-font-lock-if-enabled'.
6114 Fully obey `font-lock-global-modes'.
6115
6116 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6117
6118 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
6119 which will not affect the behavior of things like forward-word.
6120 (diff-fine-highlight): Preserve point.
6121
6122 * doc-view.el (doc-view-mode-map): Use remapping.
6123 Don't rebind C-v, M-v to their default value.
6124 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
6125
6126 * smerge-mode.el: Add word-granularity refinement.
6127 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
6128 (smerge-refine-weight-hack): New vars.
6129 (smerge-refine-forward): New fun.
6130 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
6131 (smerge-refine-subst): Use them as well. Preserve point.
6132
6133 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
6134
6135 * follow.el (follow-unload-function): New function.
6136
6137 * loadhist.el (unload-function-features-list):
6138 Rename from `unload-hook-features-list'.
6139 (unload-hook-features-list): Add as obsolete alias.
6140 (unload-feature): Use `unload-function-features-list'
6141 and new FEATURE-unload-function.
6142
6143 2007-10-19 Glenn Morris <rgm@gnu.org>
6144
6145 * bindings.el (mouse-minor-mode-menu)
6146 (minor-mode-menu-from-indicator): Move to mouse.el.
6147 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
6148 Move here from bindings.el.
6149
6150 2007-10-19 Richard Stallman <rms@gnu.org>
6151
6152 * help-fns.el (describe-function-1): Don't use the advice origname
6153 if it has no function definition.
6154
6155 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
6156
6157 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
6158 Use `save-restriction' rather than `widen'.
6159
6160 2007-10-18 Richard Stallman <rms@gnu.org>
6161
6162 * time.el (display-time-world-time-format): Display day # not month #.
6163
6164 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
6165
6166 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
6167
6168 * doc-view.el: Remove version keyword.
6169 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
6170 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
6171 (doc-view-ghostscript-options): Improve custom type.
6172 (doc-view-cache-directory, doc-view-conversion-buffer)
6173 (doc-view-conversion-refresh-interval): Simplify custom type.
6174
6175 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
6176
6177 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
6178 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
6179 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
6180 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
6181 Remove superfluous messages.
6182 (doc-view-mode-map): Use the image-mode scrolling commands.
6183 Don't rebind C-x k.
6184
6185 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
6186
6187 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
6188 Add comment about "-dSAFER".
6189
6190 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6191
6192 * term/xterm.el: Don't require xt-mouse.
6193 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
6194 calling turn-on-xterm-mouse-tracking-on-terminal directly.
6195
6196 * xt-mouse.el: Don't change the global function-key-map anny more.
6197 (xterm-mouse-mode): Use terminal-init-xterm-hook.
6198 Don't use after-make-frame-functions now that term/xterm.el calls
6199 us directly.
6200 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6201 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
6202 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
6203 Setup input-decode-map and remember that xterm-mouse-mode was
6204 enabled in this terminal.
6205 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
6206 terminals where it has been enabled.
6207
6208 * faces.el (tty-create-frame-with-faces): Make sure not only
6209 tty-run-terminal-initialization but also set-locale-environment
6210 are run only once per terminal.
6211 (tty-run-terminal-initialization): Don't check if the terminal was
6212 already initted.
6213
6214 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
6215 not to remove keymaps that just happen to inherit from one of ours.
6216 When setting up our keymap, make sure it won't be accidentally
6217 modified by someone else.
6218
6219 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
6220
6221 * textmodes/artist.el (artist-previous-line, artist-next-line):
6222 * dired.el (dired-next-line, dired-previous-line):
6223 * progmodes/delphi.el (delphi-newline):
6224 * textmodes/org.el (org-columns-eval):
6225 Use forward-line.
6226
6227 * emerge.el (emerge-setup): Use insert-buffer-substring.
6228 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
6229
6230 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
6231
6232 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
6233 (adaptive-fill-function): Doc fix. Remove * from docstring.
6234
6235 2007-10-18 Tom Horsley <tom.horsley@att.net>
6236
6237 * simple.el (interprogram-paste-function): Doc fix.
6238 (current-kill): Accept list of strings as well
6239 as single string from `interprogram-paste-function'.
6240
6241 2007-10-18 Glenn Morris <rgm@gnu.org>
6242
6243 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
6244
6245 2007-10-18 Drew Adams <drew.adams@oracle.com>
6246
6247 * bindings.el (mode-line-minor-mode-keymap):
6248 Add mouse-minor-mode-menu on mouse-1.
6249 (mode-line-modes): Add mouse-1 to help-echo text.
6250 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
6251 New functions.
6252 (mode-line-minor-mode-help): Doc fix.
6253
6254 2007-10-17 Juri Linkov <juri@jurta.org>
6255
6256 * textmodes/fill.el (fill-paragraph-or-region): Remove function
6257 at the request of RMS.
6258 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
6259 arg `region'. Fix docstring. At the first `or' branch add call to
6260 `fill-region' if it the region is active in transient-mark-mode.
6261
6262 * bindings.el (esc-map): Bind M-q to fill-paragraph
6263 instead of fill-paragraph-or-region.
6264
6265 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
6266 with fill-paragraph.
6267
6268 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
6269 Fix docstring.
6270
6271 * indent.el (indent-for-tab-command): Change interactive spec from
6272 "P" to "p". Add check for interactive arg before indenting the
6273 active region.
6274
6275 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
6276 Regroup.
6277
6278 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
6279
6280 * emacs-lisp/find-func.el: Don't require loadhist.
6281
6282 * loadhist.el (feature-symbols, file-provides, file-requires)
6283 (file-set-intersect, file-dependents): Simplify.
6284 (unload-feature-special-hooks): Update list of special hooks.
6285
6286 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
6287
6288 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
6289 extensions since they can be viewed with doc-view.
6290
6291 * files.el (auto-mode-alist): Make doc-view-mode the default mode
6292 for pdf, ps and dvi files.
6293
6294 * doc-view.el: Make doc-view-mode the standard mode for viewing
6295 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
6296 text and image display. Add binding C-c C-e to switch to an
6297 editing mode.
6298 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
6299 avoid security problems when rendering files from untrusted sources.
6300
6301 2007-10-17 Aaron Hawley <aaronh@garden.org>
6302
6303 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
6304 position is not saved.
6305
6306 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
6307
6308 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
6309 (doc-view-ghostscript-options): Fix typo in doc string.
6310
6311 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6312
6313 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
6314 handling, so compilation-fake-loc works again.
6315
6316 * server.el (server-select-display): Nop if we do not support m-f-o-d.
6317 (server-process-filter): Revert last change.
6318
6319 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
6320 behavior unrelated to filesets.
6321
6322 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
6323
6324 * longlines.el (longlines-wrap-follows-window-size): Integer value
6325 specifies wrapping margin.
6326 (longlines-mode, longlines-window-change-function):
6327 Set window-specific wrapping margin based on the above.
6328
6329 2007-10-17 John Wiegley <johnw@newartisans.com>
6330
6331 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
6332
6333 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6334
6335 * server.el (server-process-filter): Only set display if X11 is
6336 supported.
6337
6338 2007-10-17 Glenn Morris <rgm@gnu.org>
6339
6340 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
6341 Tweak regexp to avoid stack overflow.
6342
6343 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6344
6345 * simple.el (reindent-then-newline-and-indent): Don't assume that
6346 indent-according-to-mode preserves point.
6347
6348 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
6349
6350 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
6351 (bs--nth-wrapper): Simplify.
6352 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
6353 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
6354 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
6355 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
6356 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
6357 (bs-configurations, bs-default-configuration)
6358 (bs-alternative-configuration, bs-cycle-configuration-name)
6359 (bs-string-show-always, bs-string-show-never, bs-string-current)
6360 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
6361 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
6362 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
6363 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
6364 (bs--window-config-coming-from): Revert 2006-11-09 change.
6365 (bs--restore-window-config): Keep the selected frame.
6366 (bs--track-window-changes, bs--remove-hooks): New functions.
6367 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
6368 (bs--create-header): Remove.
6369 (bs--create-header-line): New function, based on `bs--create-header'.
6370 (bs--show-header): Use `bs--create-header-line'.
6371 (bs--show-with-configuration): Revert 2006-11-09 change.
6372 Don't reuse window unless it is visible on the selected frame.
6373 Restore window configuration (possibly in a different frame)
6374 before creating any window.
6375
6376 2007-10-16 Glenn Morris <rgm@gnu.org>
6377
6378 * simple.el (blink-matching-open): Don't report false errors with
6379 the `$' syntax class.
6380
6381 2007-10-16 Richard Stallman <rms@gnu.org>
6382
6383 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
6384 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
6385 (ad-is-advised, ad-get-advice-info-field)
6386 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
6387
6388 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6389
6390 * vc-hooks.el (vc-workfile-version): Compatibility alias.
6391 (vc-default-working-revision): Compatibility for backends.
6392
6393 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
6394
6395 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
6396 (filesets-ormap, filesets-sort-case-sensitive-flag)
6397 (filesets-remake-shortcut, filesets-ingroup-collect-files):
6398 Fix typos in docstrings.
6399 (filesets-conditional-sort, filesets-find-or-display-file)
6400 (filesets-data-get-name, filesets-data-get-data)
6401 (filesets-data-set, filesets-cmd-query-replace-getargs)
6402 (filesets-ingroup-collect): Doc fixes.
6403
6404 2007-10-15 Sam Steingold <sds@gnu.org>
6405
6406 * mail/sendmail.el (sendmail-error-reporting-interactive)
6407 (sendmail-error-reporting-non-interactive): New variables for
6408 sendmail error reporting options to simplify support for imperfect
6409 sendmail emulators.
6410 (sendmail-send-it): Use them instead of list literals.
6411
6412 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
6413
6414 * help-fns.el: Revert previous change; it creates a
6415 dependency loop between advice.el and help-fns.el.
6416
6417 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
6418
6419 * help-fns.el: Require advice when compiling.
6420
6421 2007-10-14 Drew Adams <drew.adams@oracle.com>
6422
6423 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
6424 (ring-insert+extend, ring-remove+insert+extend, ring-member)
6425 (ring-next, ring-previous): New functions.
6426
6427 2007-10-14 Richard Stallman <rms@gnu.org>
6428
6429 * emacs-lisp/advice.el (documentation): Advice deleted.
6430 Doc for advised functions is now handled at C level.
6431 (ad-stop-advice, ad-start-advice): Don't enable or disable
6432 advice for `documentation'.
6433 (ad-advised-definition-docstring-regexp): Var deleted.
6434 (ad-make-advised-definition-docstring): Store orig name
6435 as text property of string.
6436 (ad-advised-definition-p): Check for text property of docstring.
6437
6438 * help-fns.el (describe-function-1): Find source of advised functions.
6439
6440 2007-10-14 Juri Linkov <juri@jurta.org>
6441
6442 * faces.el (describe-face): Allow handling a string as the face name.
6443
6444 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
6445 active region in transient-mark-mode.
6446 (ispell-region): Change messages displayed at the start and end of
6447 the spell-checking to be the same.
6448
6449 * startup.el (fancy-startup-tail): Say exactly what does the button
6450 dismiss ("Dismiss this startup screen"). Use text "Never show
6451 it again" for the checkbox after this button.
6452 (fancy-startup-screen, fancy-about-screen): Put point before the
6453 first link, so the user can quickly select links with the keyboard.
6454 (normal-mouse-startup-screen): Add more useful text describing how
6455 to follow a link.
6456
6457 2007-10-14 Glenn Morris <rgm@gnu.org>
6458
6459 * progmodes/etags.el (select-tags-table): Disable undo in the
6460 `*Tags Table List*' buffer.
6461
6462 2007-10-13 Eli Zaretskii <eliz@gnu.org>
6463
6464 * dired.el (dired-warn-writable): New face.
6465 (dired-warn-writable-face): New variable.
6466 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
6467 of dired-warning-face, for group- and world-writable files.
6468
6469 2007-10-13 Richard Stallman <rms@gnu.org>
6470
6471 * files.el (directory-abbrev-alist): Doc fix.
6472
6473 2007-10-13 Jari Aalto <jari.aalto@cante.net>
6474
6475 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
6476
6477 2007-10-12 Martin Rudalics <rudalics@gmx.at>
6478
6479 * frame.el (set-frame-configuration): Assign name parameter only
6480 if it has been set explicitly before.
6481
6482 2007-10-11 Tom Tromey <tromey@redhat.com>
6483
6484 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
6485 frame is visible.
6486
6487 2007-10-10 Richard Stallman <rms@gnu.org>
6488
6489 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
6490 in *Backtrace*.
6491
6492 * faces.el (face-font-selection-order): Doc fix.
6493
6494 * loadhist.el (unload-feature): Doc fix.
6495
6496 2007-10-13 Glenn Morris <rgm@gnu.org>
6497
6498 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
6499 (octave-re-search-forward-kw, octave-re-search-backward-kw):
6500 Add doc string, and an explicit COUNT argument.
6501 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
6502 `inc' to search functions.
6503
6504 * faces.el (face-spec-set): When FRAME is nil, set the default for
6505 new frames (restores pre-2007-09-17 behavior). Doc fix.
6506
6507 2007-10-13 John W. Eaton <jwe@octave.org>
6508
6509 * progmodes/octave-mod.el (octave-looking-at-kw)
6510 (octave-re-search-forward-kw, octave-re-search-backward-kw):
6511 New functions.
6512 (octave-in-defun-p, calculate-octave-indent)
6513 (octave-blink-matching-block-open, octave-beginning-of-defun)
6514 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
6515 to search for regexps that contain case-sensitive keywords.
6516 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
6517 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
6518
6519 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
6520
6521 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
6522 Do not use a single clause cond.
6523
6524 * cus-start.el (all): Use test that does not match the X11 version
6525 for mac.
6526
6527 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
6528
6529 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
6530 BROWSE buffer.
6531
6532 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
6533
6534 * cus-start.el (all): Undo previous change.
6535
6536 2007-10-13 Glenn Morris <rgm@gnu.org>
6537
6538 * woman.el (woman0-rename): Fix paren typo.
6539
6540 * mail/feedmail.el (feedmail-run-the-queue)
6541 (feedmail-look-at-queue-directory):
6542 * mail/reporter.el (reporter-dump-state):
6543 * net/eudc-hotlist.el (eudc-edit-hotlist):
6544 * net/eudc.el (eudc-display-records)
6545 (eudc-filter-duplicate-attributes)
6546 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
6547 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
6548 (eudc-bbdb-query-internal):
6549 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
6550 * net/socks.el (socks-build-auth-list):
6551 * progmodes/cc-cmds.el (top level):
6552 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
6553 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
6554 (cperl-write-tags, cperl-tags-treeify):
6555 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
6556 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
6557 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
6558 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
6559 (idlwave-toolbar-remove-everywhere):
6560 * progmodes/idlwave.el (idlwave-indent-line)
6561 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
6562 (idlwave-write-paths, idlwave-all-method-classes)
6563 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
6564 (idlwave-fix-keywords, idlwave-display-calling-sequence)
6565 (idlwave-complete-in-buffer):
6566 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
6567 (org-fast-tag-selection):
6568 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
6569 than mapcar.
6570
6571 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
6572
6573 * diff-mode.el (diff-fine-change): Add :group.
6574
6575 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
6576
6577 * cus-start.el (all): Use the same test as the 22.2 branch.
6578
6579 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6580
6581 * diff-mode.el (diff-current-defun): Force recomputation of
6582 change-log-default-name.
6583
6584 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
6585
6586 * startup.el (fancy-startup-screen): Remove an unnecessary newline
6587 and some leftover logic regarding dedicated frames. If showing
6588 concise startup screen, fit window to buffer.
6589 (command-line-1): If we will be using the splash screen, use
6590 find-file instead of find-file-other-window to find additional files.
6591 Comment out unused code for coping with the old sit-for behavior.
6592
6593 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6594
6595 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
6596 `meta' modifier consistently, rather than using sometimes meta
6597 sometimes alt.
6598
6599 2007-10-12 Martin Rudalics <rudalics@gmx.at>
6600
6601 * window.el (handle-select-window): Revert part of 2007-10-08
6602 change setting the input focus.
6603
6604 2007-10-12 Glenn Morris <rgm@gnu.org>
6605
6606 * startup.el (command-line): Do not read abbrev file in batch mode.
6607
6608 * emacs-lisp/byte-opt.el (top level):
6609 * mail/rmail.el (rmail-list-to-menu):
6610 * obsolete/hilit19.el (hilit-mode):
6611 * progmodes/cc-mode.el (c-postprocess-file-styles)
6612 (c-submit-bug-report):
6613 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
6614 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
6615 (reftex-access-parse-file):
6616 * textmodes/reftex-cite.el (reftex-do-citation)
6617 (reftex-insert-bib-matches):
6618 * textmodes/reftex-ref.el (reftex-offer-label-menu):
6619 * textmodes/reftex-sel.el (reftex-select-unmark):
6620 * textmodes/reftex-toc.el (reftex-toc-do-promote):
6621 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
6622
6623 * cus-edit.el (custom-variable-menu, custom-face-menu)
6624 (custom-group-menu): Check init-file-user rather than
6625 user-init-file, in case cus-edit is loaded by site-run-file.
6626
6627 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
6628
6629 * vc.el (vc-deduce-fileset): Delete unused code.
6630 (vc-next-action): Fix typos.
6631
6632 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
6633
6634 * bs.el (bs--mark-unmark): New function.
6635 (bs-mark-current, bs-unmark-current): Use it.
6636
6637 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
6638
6639 * vc.el (vc-diff):
6640 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
6641 temporarily disable the check for his edge case of
6642 vc-diff (stopping it from grinding when called from $HOME), as
6643 it's calling some brittle code in vc-hooks.el.
6644 (with-vc-properties): Fix evaluation time of a macro argument.
6645 * ediff-vers.el (ediff-vc-internal):
6646 * vc-hooks.el:
6647 * loaddefs.el: Follow up on VC terminology change.
6648
6649 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
6650
6651 * follow.el (follow-stop-intercept-process-output):
6652 Use `follow-call-process-filter' rather than `process-filter'.
6653 Simplify.
6654
6655 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
6656
6657 * vc-hooks.el (vc-registered): Robustify this function a bit
6658 against filenames with no directory component.
6659
6660 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6661
6662 * international/characters.el: Undo unwanted and unexplained change.
6663
6664 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6665
6666 * ps-print.el: Fix the usage of :foreground and :background face
6667 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
6668 (ps-print-version): New version 6.7.6.
6669 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
6670 Fix code.
6671 (ps-face-foreground-color-p, ps-face-background-color-p)
6672 (ps-face-color-p): New inline funs.
6673
6674 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
6675
6676 * textmodes/org.el (org-additional-option-like-keywords): New constant.
6677 (org-complete): Use `org-additional-option-like-keywords'.
6678 (org-parse-local-options): New function.
6679
6680 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
6681
6682 * textmodes/org.el (org-in-clocktable-p): New function.
6683 (org-clock-report): Only update the table at point, or insert a new one.
6684 (org-clock-goto): New function.
6685 (org-open-file): Use `start-process-shell-command' instead of
6686 `shell-command' with an ampersand.
6687 (org-deadline, org-schedule): New argument REMOVE to remove the
6688 date from the entry.
6689 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
6690 argument to `org-schedule' and `org-deadline'.
6691 (org-trim): Use the correct expressions for beginning and end of
6692 the string.
6693 (org-get-cleaned-entry): Trim the string before returning it.
6694 (org-clock-find-position): New function.
6695 (org-clock-into-drawer): New option.
6696 (org-agenda-tags-column): Rename from
6697 `org-agenda-align-tags-to-column'.
6698 (org-agenda-align-tags): Allow negative values for
6699 `org-agenda-tags-column'.
6700 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
6701 (org-agenda-to-appt): New optional argument FILTER.
6702 (org-completion-fallback-command): New variable.
6703 (org-complete): Use `org-completion-fallback-command'.
6704 (org-find-base-buffer-visiting): Catch the case that there is no
6705 buffer visiting the file.
6706 (org-property-or-variable-value): New function.
6707 (org-todo): Use `org-property-or-variable-value'
6708 (org-agenda-compact-blocks): New option.
6709 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
6710 (org-agenda-schedule, org-agenda-deadline):
6711 Call `org-agenda-show-new-time'.
6712 (org-agenda-show-new-time): New argument PREFIX.
6713 (org-colgroup-info-to-vline-list): Fix but that cause a
6714 shift in the vertical lines.
6715 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
6716 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
6717 (org-indent-item): No arg in call to `org-fix-bullet-type'.
6718 (org-fix-bullet-type): Remove argument.
6719 (org-read-date): Check for am/pm twice, to catch the end time.
6720 (org-goto-map): Use `suppress-keymap'.
6721 (org-remember-apply-template): Respect the dynamically scoped
6722 selection character.
6723
6724 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
6725
6726 * textmodes/org-export-latex.el (org-export-latex-protect-string):
6727 Renaming of `org-latex-protect'.
6728 (org-export-latex-emphasis-alist): By default, don't protect
6729 any emphasis formatter from further conversion.
6730 (org-export-latex-tables): Honor column grouping for tables.
6731 (org-export-latex-title-command): New option.
6732 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
6733 export backslash character.
6734
6735 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6736
6737 * frame.el (frame-inherited-parameters): Remove unused `environment'
6738 parameter, and let server.el add `client' when needed.
6739
6740 * server.el (server-create-tty-frame)
6741 (server-create-window-system-frame): Set frame-inherited-parameters.
6742
6743 * frame.el (frame-inherited-parameters): New var.
6744 (make-frame): Use it.
6745
6746 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
6747
6748 * env.el (let-environment): Remove. Unused.
6749 (read-envvar-name): Simplify.
6750 (setenv): Remove unused arg `frame'.
6751
6752 * help-fns.el (describe-variable): Add missing " " for multiline
6753 obsolescence info and missing EOL after global value.
6754
6755 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
6756
6757 * add-log.el:
6758 * ediff-vers.el:
6759 * log-view.el:
6760 * pcvs.el:
6761 * vc-arch.el:
6762 * vc-bzr.el:
6763 * vc-cvs.el:
6764 * vc.el:
6765 * vc-git.el:
6766 * vc-hg.el:
6767 * vc-hooks.el:
6768 * vc-mcvs.el:
6769 * vc-mtn.el:
6770 * vc-rcs.el:
6771 * vc-sccs.el:
6772 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
6773 {find,init,next,previous,annotate-*,log}-version ->
6774 {find,init,next,previous,annotate-*,log}-revision,
6775 annotate-focus-version -> annotate-working-revision, The term
6776 'focus' is gone. The term 'revision' is now used consistently
6777 everywhere that reference to a revision ID is intended, replacing
6778 older use of 'version'.
6779
6780 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
6781
6782 * follow.el: Change all instances of "Follow Mode" to "Follow
6783 mode" in docstrings and messages.
6784 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
6785
6786 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
6787
6788 * vc.el (vc-next-action): Rewrite completely; this principal
6789 entry point now operates on a current fileset selected either
6790 explicitly via VC-Dired or implicitly by visiting a file buffer,
6791 rather than always operating on the file of the current buffer as
6792 in older versions. Rewrite the rest of the mode to match.
6793 (with-vc-properties): Rewrite to operate on a file list.
6794 (with-vc-file): vc-checkin takes a file list argument now.
6795 (vc-post-command-functions): This hook now receives a file list.
6796 (vc-do-command): Take a either a file or a file list as argument.
6797 (vc-deduce-fileset): New function for deducing a file list to
6798 operate on.
6799 (vc-next-action-on-file, vc-next-action-dired): Remove.
6800 Merge into vc-next-action.
6801 (vc-register): Adapt to the fact that vc-start-entry now takes a
6802 file list.
6803 (vc-register-with): New function.
6804 (vc-start-entry): Take a file list argument rather than a
6805 file argument.
6806 (vc-checkout): Cope with vc-start-entry taking a file list.
6807 (vc-steal-lock): Cope with with-vc-properties taking a
6808 file list.
6809 (vc-checkin): Take a file list argument rather than a file argument.
6810 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
6811 (vc-diff-internal): Rewrite for filesets.
6812 (vc-diff-sentinel): New function, tests whether changes were
6813 written into a diff buffer.
6814 (vc-diff): Rewrite for filesets.
6815 (vc-version-diff): Rewrite for filesets.
6816 (vc-print-log): Take a fileset argument.
6817 (vc-revert): Revert the entire selected fileset, not just the
6818 current buffer.
6819 (vc-rollback): Roll back the entire selected fileset, if
6820 possible. No longer accepts a prefix argument.
6821 (vc-update): Merge new changes for the entire selected
6822 fileset, not just the current buffer.
6823 (vc-revert-file): Cope with with-vc-properties taking a file list.
6824 (vc-default-dired-state-info): Add + status suffix if the file is
6825 modified.
6826 (vc-annotate-warp-version): Use the new diff machinery.
6827 (vc-log-edit): Take a file list argument rather than a file argument.
6828
6829 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
6830
6831 Sync with Tramp 2.1.11.
6832
6833 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
6834 Pacify byte compiler.
6835
6836 * net/trampver.el: Update release number.
6837
6838 2007-10-09 Richard Stallman <rms@gnu.org>
6839
6840 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
6841
6842 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
6843
6844 * follow.el: Require easymenu.
6845 (follow-mode-hook, follow-mode): Doc fixes.
6846 (follow-mode-off-hook): Mark as obsolete.
6847
6848 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6849
6850 * window.el (mouse-autoselect-window-cancel): Don't cancel for
6851 select-window or select-frame events.
6852 (handle-select-window): When autoselecting window set input
6853 focus. Restructure.
6854
6855 * frame.el (focus-follows-mouse): Move to frame.c.
6856 * cus-start.el (all): Add focus-follows-mouse.
6857
6858 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
6859
6860 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
6861 activate font-locking in the *buffer-selection* buffer.
6862 (bs-show-sorted): Doc fix.
6863
6864 * bs.el (bs--get-marked-string, bs--get-modified-string)
6865 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
6866 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
6867 (bs--format-aux): Doc fix.
6868
6869 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6870
6871 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
6872
6873 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
6874
6875 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
6876 (gud-gdb): New function for old M-x gdb (text command mode).
6877 (gud-gdb-command-name, gdb): Move to...
6878
6879 * progmodes/gdb-ui.el: ...here and adapt doc string.
6880 (gud-gdba-command-name, gdba): Delete.
6881
6882 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
6883
6884 * bs.el: Don't defvar `font-lock-verbose'.
6885 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
6886 (bs--get-file-name): Fix typos in docstrings.
6887 (bs--show-header): Use `dolist' instead of `mapcar'.
6888 (bs-mode): Set `show-trailing-whitespace' to nil.
6889 (bs-buffer-sort-function, bs-mouse-select-other-frame)
6890 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
6891 Doc fixes.
6892
6893 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
6894
6895 * progmodes/gud.el (pdb): Specify file for gud-break.
6896
6897 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
6898
6899 * progmodes/gud.el (gdb): Make graphical mode the default and
6900 switch to text command mode if appropriate, i.e., reverse previous
6901 arrangement.
6902 (gud-gdb-marker-filter): Adapt for above change.
6903
6904 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
6905 gud-minor-mode and gud-marker-filter.
6906 (gdb-fullname-regexp): New variable.
6907 (gud-gdba-marker-filter): Use it to switch to text command
6908 mode if appropriate.
6909
6910 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
6911
6912 * progmodes/gud.el (gud-display-line): Find source buffer even when
6913 GUD buffer has its own frame.
6914
6915 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6916
6917 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
6918
6919 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6920
6921 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
6922
6923 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6924
6925 * allout.el (allout-before-change-handler): Replace got-char by
6926 goto-char.
6927
6928 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6929
6930 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
6931 Used to try and automatically enabled smerge-mode in the presence of
6932 conflicts and to call `svn resolved' when the conflicts are gone.
6933 (vc-svn-parse-status): Remember the svn-specific status.
6934
6935 2007-10-08 Eli Zaretskii <eliz@gnu.org>
6936
6937 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
6938 menu-bar-apropos-menu. All users changed.
6939 (menu-bar-help-menu): Change menu symbols to better match the text
6940 displayed by the menu.
6941
6942 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
6943
6944 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
6945 #, @, : and ^.
6946
6947 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
6948
6949 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
6950
6951 * log-view.el (log-view-mode-map): Likewise.
6952
6953 * diff-mode.el (diff-mode-shared-map): Likewise.
6954
6955 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
6956
6957 * files.el (file-name-sans-versions): Also allow `A-Z'.
6958
6959 * vc.el: Mention all supported VC backends.
6960
6961 2007-10-08 Richard Stallman <rms@gnu.org>
6962
6963 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
6964 neighbouring buttons.
6965
6966 2007-10-08 Andreas Schwab <schwab@suse.de>
6967
6968 * files.el (file-name-sans-versions): Also allow `_'.
6969
6970 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
6971
6972 * files.el (file-name-sans-versions): Allow - and a-z in version names.
6973
6974 * log-view.el (log-view-mode-map, log-view-mode-menu):
6975 Bind log-view-annotate-version.
6976 (log-view-beginning-of-defun, log-view-end-of-defun)
6977 (log-view-annotate-version): New functions.
6978 (log-view-mode): Use log-view-beginning-of-defun and
6979 log-view-end-of-defun.
6980
6981 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
6984
6985 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6986
6987 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
6988 neighbouring buttons.
6989
6990 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6991 Recognize gcc's use of "note" for informational messages.
6992
6993 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
6996 (css-mode): Update correspondingly.
6997
6998 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
6999
7000 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
7001 Signed-off-by, Acked-by and Merge.
7002
7003 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * ediff-init.el (ediff-verbose-p): This var is not a constant.
7006
7007 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7008
7009 * vc-mtn.el: New file.
7010
7011 * vc-hooks.el (vc-handled-backends): Add Mtn.
7012
7013 2007-10-08 Eli Zaretskii <eliz@gnu.org>
7014
7015 * files.el (find-file, find-file-other-window)
7016 (find-file-other-frame, find-file-existing, find-file-read-only)
7017 (find-file-read-only-other-window)
7018 (find-file-read-only-other-frame)
7019 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
7020
7021 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
7022
7023 * progmodes/gud.el (gdb-ready): New variable.
7024 (gdb): Set it to nil. Set gud-running to nil here...
7025 (gud-common-init): ...instead of here.
7026
7027 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
7028 Use gdb-ready. Discard input until GDB is ready to accept it.
7029
7030 2007-10-08 Martin Rudalics <rudalics@gmx.at>
7031
7032 * dired.el (dired-warning): Inherit from font-lock-warning-face to
7033 make it show up with eight colors.
7034
7035 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
7038 diffs are concatenated with no intervening line.
7039
7040 2007-10-08 Dave Love <fx@gnu.org>
7041
7042 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
7043 (python-font-lock-keywords): Update to the 2.5 version of the language.
7044 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
7045 (python-backspace): Only behave funny in code.
7046 (python-compilation-regexp-alist): Add PDB stack trace regexp.
7047 (inferior-python-mode): Add PDB prompt regexp.
7048 (python-fill-paragraph): Refine the fenced-string regexp.
7049 (python-find-imports): Handle imports spanning several lines.
7050 (python-mode): Add `class' to hideshow support.
7051
7052 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7055 Use add-log-buffer-file-name-function rather than binding
7056 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
7057 when `fi' is the ChangeLog file itself.
7058
7059 * outline.el (outline-flag-region): Use front-advance.
7060
7061 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
7062
7063 * progmodes/cperl-mode.el: Merge upstream 5.23.
7064 (cperl-where-am-i): Remove function.
7065 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
7066 (cperl-sniff-for-indent): De-invert [string] and [comment].
7067 When looking for label, skip s:m:y:tr.
7068 (cperl-indent-line): Likewise.
7069 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
7070 (cperl-windowed-init): Wrong `ps-print' handling.
7071 Both thanks to Chong Yidong.
7072 (cperl-look-at-leading-count): Could fail with unfinished RExen.
7073 (cperl-find-pods-heres): If the second part of s()[] is missing,
7074 don't try to highlight delimiters...
7075
7076 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7077
7078 * progmodes/compile.el (compilation-get-file-structure): Complete last
7079 change by also using spec-directory in the puthash.
7080
7081 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
7082
7083 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
7084 (vc-bzr-status): Fix shadowing of variable 'status'.
7085 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
7086 Use `expand-file-name' instead of `concat'.
7087 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
7088 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
7089
7090 2007-10-08 Jason Rumney <jasonr@gnu.org>
7091
7092 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
7093
7094 2007-10-08 Richard Stallman <rms@gnu.org>
7095
7096 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
7097 Add `safe-local-variable' property.
7098 (lisp-body-indent): Likewise.
7099
7100 2007-10-08 Richard Stallman <rms@gnu.org>
7101
7102 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
7103 Add doc string.
7104
7105 2007-10-08 Martin Rudalics <rudalics@gmx.at>
7106
7107 * files.el (backup-buffer-copy): Try to overwrite old backup first.
7108
7109 2007-10-08 Martin Rudalics <rudalics@gmx.at>
7110
7111 * repeat.el (repeat): Use last-repeatable-command instead of
7112 real-last-command. Run pre- and post-command hooks for
7113 self-insertion. Update doc-string.
7114
7115 2007-10-08 Alexandre Julliard <julliard@winehq.org>
7116
7117 * vc-git.el (vc-git-state): Call git-add --refresh to update the
7118 state of the file.
7119 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
7120 (vc-git-create-repo): Fix invalid command.
7121
7122 2007-10-08 Richard Stallman <rms@gnu.org>
7123
7124 * textmodes/flyspell.el (flyspell-mode):
7125 Catch errors in flyspell-mode-on.
7126
7127 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
7128
7129 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
7130
7131 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7132
7133 * international/encoded-kb.el (encoded-kbd-setup-display):
7134 Use input-decode-map rather than local-key-translation-map.
7135
7136 * term/rxvt.el (rxvt-alternatives-map): New map.
7137 (terminal-init-rxvt): Use it.
7138 Bind rxvt-function-map in input-decode-map.
7139
7140 * term/xterm.el (xterm-alternatives-map): New map.
7141 (terminal-init-xterm): Use it.
7142 Bind xterm-function-map in input-decode-map.
7143
7144 * term/x-win.el (x-alternatives-map): New var.
7145 (x-setup-function-keys): Use it.
7146
7147 * help-fns.el (describe-variable): Slightly change the layout of
7148 meta-info to separate it better from the docstring.
7149 Standardize insertion of extra empty lines in various circumstances.
7150
7151 * diff-mode.el (diff-hunk-style): New fun.
7152 (diff-end-of-hunk): Use it.
7153 (diff-context->unified): Use the new `apply' undo element,
7154 if applicable, so as to save undo-log space.
7155 (diff-fine-change): New face.
7156 (diff-fine-highlight-preproc): New function.
7157 (diff-fine-highlight): New command.
7158 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
7159
7160 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
7161 (smerge-refine-highlight-change): Add `props' argument.
7162 (smerge-refine-subst): New function holding most of smerge-refine.
7163 (smerge-refine): Use it.
7164
7165 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
7166
7167 * vc.el (vc-default-wash-log): Remove unused code, the
7168 log washers all live in the backends now.
7169 (vc-default-comment-history): Correct for the fact
7170 that wash-log is argumentless in the new API.
7171
7172 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
7173
7174 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
7175 (tramp-maybe-send-script): Apply `member' but `memq'.
7176 (tramp-advice-file-expand-wildcards): Simplify implementation.
7177
7178 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
7179
7180 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
7181
7182 * mb-depth.el (minibuf-depth-indicator-function): New variable.
7183 (minibuf-depth-setup-minibuffer): Use it.
7184
7185 2007-10-07 Glenn Morris <rgm@gnu.org>
7186
7187 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
7188 version numbers.
7189
7190 2007-10-06 Juri Linkov <juri@jurta.org>
7191
7192 * textmodes/fill.el (fill-paragraph-or-region): New function.
7193
7194 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
7195 instead of fill-paragraph.
7196
7197 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
7198 with fill-paragraph-or-region. Suspend command is now the same
7199 `suspend-frame' on window systems and on tty.
7200
7201 * image.el (image-type): Check if image-types is bound to not fail
7202 on tty.
7203
7204 * delsel.el (delete-selection-pre-hook):
7205 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
7206 is fbound to not fail on mouseless tty.
7207
7208 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
7209
7210 * net/tramp.el (top): Move loading of tramp-util.el and
7211 tramp-vc.el to tramp-compat.el.
7212 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
7213 temporary file if possible, in order to avoid a security hole.
7214 (tramp-do-copy-or-rename-file-out-of-band)
7215 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
7216 with DONT-CREATE, because the connection is not setup yet.
7217 (tramp-handle-process-file): Rewrite temporary file handling.
7218 (tramp-completion-mode): New defvar.
7219 (tramp-completion-mode-p): Use it.
7220
7221 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
7222
7223 * net/tramp-fish.el (tramp-fish-handle-process-file):
7224 Rewrite temporary file handling.
7225
7226 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
7227
7228 * vc.el: Workfile version -> focus version change. Port various
7229 comments from new VC to reduce the noise in the diff.
7230 Patch in the new vc-create-repo function to go with the
7231 header comment about it already present.
7232 There are no changes to existing logic in this patch.
7233 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
7234
7235 2007-10-06 Aaron Hawley <aaronh@garden.org>
7236
7237 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
7238
7239 2007-10-05 Chris Moore <dooglus@gmail.com>
7240
7241 * server.el (server-kill-new-buffers): Doc fix.
7242
7243 2007-10-05 John W. Eaton <jwe@octave.org>
7244
7245 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
7246 (octave-begin-keywords): Add "do".
7247 (octave-end-keywords): Remove "end".
7248 (octave-reserved-words): Add "end". Remove "all_va_args",
7249 "gplot", and 'gsplot".
7250 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
7251 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
7252 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
7253 "default_return_value", "define_all_return_values",
7254 "do_fortran_indexing", "empty_list_elements_ok",
7255 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
7256 "ok_to_lose_imaginary_part", "prefer_column_vectors",
7257 "prefer_zero_one_indexing", "propagate_empty_matrices",
7258 "resize_on_range_error", "treat_neg_dim_as_zero",
7259 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
7260 "warn_divide_by_zero", "warn_function_name_clash",
7261 "warn_missing_semicolon", "whitespace_in_literal_matrix".
7262 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
7263 "crash_dumps_octave_core", "sighup_dumps_octave_core",
7264 "sigterm_dumps_octave_core".
7265 (octave-block-match-alist): Remove "end" from block-end keywords.
7266 (octave-mode): Update ftp site address.
7267
7268 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7269
7270 * vc.el: Reorder functions, no code changes.
7271
7272 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
7273
7274 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
7275 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
7276 the cond clauses where needed.
7277 (tramp-handle-write-region): Rearrange code for proper handling of
7278 tmpfile.
7279
7280 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
7281
7282 * net/tramp.el:
7283 * net/tramp-fish.el:
7284 * net/tramp-ftp.el:
7285 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
7286 `tramp-compat-make-temp-file'.
7287
7288 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
7289
7290 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
7291
7292 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
7295 already uses a more recent copyright version than the "current" one.
7296
7297 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7298
7299 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
7300 (doc-view-insert-image): Minor aesthetical docstring changes.
7301
7302 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
7303
7304 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
7305 completing filename.
7306 (doc-view-search-internal): Docstring change.
7307
7308 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
7309
7310 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
7311 (tramp-file-name-handler-alist):
7312 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
7313 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
7314 used before, creates the file already, which is not desired.
7315 (tramp-do-copy-or-rename-file-directly): Simplify handling of
7316 temporary file.
7317 (tramp-handle-insert-file-contents): Assign the result in the
7318 short track case.
7319 (tramp-handle-insert-file-contents-literally): New defun.
7320 (tramp-completion-mode-p): Revert change from 2007-09-24.
7321 Checking for `return' etc as last character is not sufficient, for
7322 example in dired-mode when entering <g> (revert-buffer) or
7323 <s> (dired-sort).
7324
7325 * net/tramp-compat.el (top): Add also compatibility code for loading
7326 appropriate timer package.
7327 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
7328 order to avoid autoloading problems.
7329
7330 * net/tramp-fish.el:
7331 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
7332
7333 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
7334 where the second parameter of `copy-file' or `rename-file' is a
7335 remote file but not via ftp.
7336
7337 2007-10-02 Richard Stallman <rms@gnu.org>
7338
7339 * frame.el (cursor-in-non-selected-windows): Doc fix.
7340
7341 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
7342
7343 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
7344 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
7345
7346 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
7347
7348 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
7349 when `expt' doesn't give range errors.
7350
7351 2007-10-01 Markus Triska <markus.triska@gmx.at>
7352
7353 * calc/calc-math.el (math-smallest-emacs-expt):
7354 Make the computation more robust.
7355
7356 2007-09-30 David Kastrup <dak@gnu.org>
7357
7358 * startup.el (argv): Alias for `command-line-args-left' to use as
7359 `(pop argv)' inside of --eval command sequences. Allows for
7360 passing shell commands into Emacs verbatim without need for Lisp
7361 quoting.
7362
7363 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
7364 check only for changed size.
7365 (auto-revert-tail-handler): Get size from caller. If the file has
7366 shrunk, tail the whole file again (the file presumably has been
7367 rewritten).
7368
7369 * woman.el (woman-topic-all-completions, woman-mini-help):
7370 Fix fallout from 2007-09-07 introduction of `dolist' when the list
7371 actually was being manipulated in the loop.
7372 (woman-Cyg-to-Win, woman-pre-process-region)
7373 (woman-horizontal-escapes, woman-if-body, woman-unescape)
7374 (woman-strings, woman-special-characters, woman1-hc)
7375 (woman-change-fonts, woman-find-next-control-line):
7376 Use `match-beginning' rather than `match-string' when the result is
7377 just used as a flag.
7378
7379 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
7380
7381 * net/tramp-compat.el: New file.
7382
7383 * net/tramp.el:
7384 * net/tramp-fish.el:
7385 * net/tramp-smb.el:
7386 * net/tramp-uu.el:
7387 * net/trampver.el: Move compatibility code to tramp-compat.el.
7388 Apply `mapc' instead of `mapcar' when the code needs side effects
7389 only. Move utf-8 coding cookie to the second line.
7390
7391 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
7392
7393 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
7394 Improve custom type.
7395 (icon-map-list): Make it customizable. Document how to disable
7396 stock icons.
7397
7398 2007-09-30 Richard Stallman <rms@gnu.org>
7399
7400 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
7401
7402 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7403
7404 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
7405
7406 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7407
7408 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
7409 (t-mouse-mode): New compatibility alias.
7410
7411 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
7412
7413 * server.el (server-delete-client): Only delete the terminal if it
7414 is non-nil.
7415
7416 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
7417
7418 * net/tramp.el (with-file-property, with-connection-property):
7419 Highlight as keyword.
7420 (tramp-rfn-eshadow-setup-minibuffer)
7421 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7422 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
7423 (tramp-do-copy-or-rename-file-directly)
7424 (tramp-do-copy-or-rename-file-out-of-band)
7425 (tramp-handle-shell-command, tramp-get-debug-buffer)
7426 (tramp-send-command-and-read, tramp-equal-remote)
7427 (tramp-get-local-gid): Pacify byte-compiler.
7428 (tramp-handle-file-name-directory): Result shall not be expanded.
7429 (tramp-find-foreign-file-name-handler): Rewrite.
7430 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
7431
7432 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
7433
7434 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
7435 Apply `tramp-completion-mode-p'.
7436 (tramp-fish-handle-set-file-times)
7437 (tramp-fish-handle-executable-find)
7438 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
7439 (tramp-fish-retrieve-data): Pacify byte-compiler.
7440
7441 * net/tramp-gw.el (tramp-gw-basic-authentication):
7442 Call `tramp-read-passwd' with first parameter `nil'.
7443
7444 2007-09-28 Glenn Morris <rgm@gnu.org>
7445
7446 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
7447 than mapcar.
7448
7449 * textmodes/tex-mode.el (tex-suscript-height-ratio)
7450 (tex-suscript-height-minimum): New customizable variables.
7451 (tex-suscript-height): New function.
7452 (superscript, subscript): Set height using tex-suscript-height
7453 rather than fixing at 0.8.
7454 (tex-fontify-script, tex-font-script-display): Add :version tag.
7455
7456 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
7457
7458 * progmodes/python.el (python-eldoc-function): Doc fix.
7459
7460 2007-09-27 Glenn Morris <rgm@gnu.org>
7461
7462 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
7463 image if it is not in image-type-auto-detectable, or is there with
7464 a nil value.
7465
7466 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
7467
7468 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
7469 connection more robust.
7470
7471 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
7472
7473 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
7474 Deal with the case that special &keywords are at the beginning or
7475 end of the argument list. Also add some (incomplete) support for
7476 non-standard arglists.
7477
7478 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
7479
7480 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
7481 (eldoc-message-commands, eldoc-current-idle-delay)
7482 (eldoc-function-argstring-format): Fix typos in docstrings.
7483
7484 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
7485
7486 * calc/calc-units.el (calc-convert-units)
7487 (calc-convert-temperature): Remove unnecessary colons.
7488
7489 2007-09-26 Bastien Guerry <bzg@altern.org>
7490
7491 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
7492 New function.
7493 (org-export-latex-remove-from-headlines): Name changed because of typo.
7494 (org-export-latex-quotation-marks-convention): Option removed.
7495 (org-export-latex-make-preamble): Handle the DATE option.
7496 (org-export-latex-cleaned-string): Now the only cleaning function,
7497 synched up with org.el.
7498 (org-export-latex-lists, org-export-latex-parse-list)
7499 (org-export-list-to-latex): New functions.
7500
7501 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
7502
7503 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
7504 (org-outline-regexp): New constant.
7505 (org-remember-handler): Throw error when the target file is not in
7506 org-mode.
7507 (org-cleaned-string-for-export): No longer call
7508 `org-export-latex-cleaned-string' with an argument.
7509 (org-get-tags): Returns now a list, not a string.
7510 (org-get-tags-string): New function.
7511 (org-archive-subtree): No need to split return of `org-get-tags'.
7512 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
7513 instead of `org-get-tags'.
7514 (org-agenda-format-date): Rename from `org-agenda-date-format'.
7515 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
7516 (org-compatible-face): New argument INHERITS. Inherit from this
7517 face if possible.
7518 (org-level-1, org-level-2, org-level-3, org-level-4)
7519 (org-level-5, org-level-6, org-level-7, org-level-8)
7520 (org-special-keyword, org-drawer, org-column, org-warning)
7521 (org-archived, org-todo, org-done, org-headline-done, org-table)
7522 (org-formula, org-code, org-agenda-structure)
7523 (org-scheduled-today, org-scheduled-previously)
7524 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
7525 in the new way.
7526 (org-get-heading): New argument NO-TAGS.
7527 (org-fast-tag-selection-include-todo): Made defvar instead of
7528 defcustom, feature is not deprecated.
7529 (org-remember-store-without-prompt): New default value t.
7530 (org-todo-log-states): New variable.
7531 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
7532 Compute the log states.
7533 (org-goto-map): More commands copied from global map. Also bind
7534 `org-occur'.
7535 (org-goto): Made into a general lookup command.
7536 (org-get-location): Complete rewrite.
7537 (org-goto-exit-command): New variable.
7538 (org-goto-selected-point): New variable.
7539 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
7540 Set the new variables.
7541 (org-paste-subtree): Whitespace insertion strategy revised.
7542 (org-remember-apply-template): Protect v-A from the possibility
7543 that v-a might be nil.
7544 (org-remember-handler): Insertion rules revised.
7545 (org-todo): Respect org-todo-log-states.
7546 (org-up-heading-safe): New function.
7547 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
7548
7549 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
7550
7551 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
7552 region if in transient-mark-mode.
7553
7554 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
7555
7556 * calc/calc-ext.el (calc-init-extensions, calc-reset):
7557 * calc/calc-help.el (calc-full-help):
7558 * calc/calc-misc.el (another-calc):
7559 * calc/calc-store.el (calc-var-name-map):
7560 * calc/calc-stuff.el (calc-flush-caches):
7561 * calc/calc-units.el (math-build-units-table):
7562 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
7563 (calc-quit):
7564 * calendar/icalendar.el (icalendar--format-ical-event)
7565 (icalendar--convert-ical-to-diary):
7566 * emacs-lisp/authors.el (authors):
7567 * emacs-lisp/cust-print.el (custom-print-install)
7568 (custom-print-uninstall):
7569 * emacs-lisp/disass.el (disassemble-1):
7570 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7571 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
7572 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
7573 (elint-check-let-form, elint-check-condition-case-form)
7574 (elint-initialize):
7575 * emacs-lisp/elp.el (elp-results):
7576 * emacs-lisp/generic.el (generic-mode-internal):
7577 * emacs-lisp/re-builder.el (reb-delete-overlays):
7578 * emacs-lisp/regi.el (regi-interpret):
7579 * emacs-lisp/sregex.el (sregex--char-aux):
7580 * emulation/cua-rect.el (cua--deactivate-rectangle)
7581 (cua--highlight-rectangle, cua--rectangle-post-command):
7582 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
7583 * emulation/viper-macs.el (viper-describe-kbd-macros)
7584 (viper-describe-one-macro):
7585 * emulation/viper-util.el (viper-setup-master-buffer):
7586 * emulation/viper.el (set-viper-state-in-major-mode):
7587 * international/mule-diag.el (describe-current-coding-system):
7588 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
7589 * mail/emacsbug.el (report-emacs-bug):
7590 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
7591 * obsolete/hilit19.el (hilit-unhighlight-region)
7592 (hilit-set-mode-patterns):
7593 * play/solitaire.el (solitaire-check, solitaire-solve):
7594 * play/zone.el (zone-pgm-rotate):
7595 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
7596 * progmodes/ada-prj.el (ada-prj-display-page):
7597 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
7598 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
7599 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
7600 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
7601 * progmodes/sh-script.el (sh-make-vars-local)
7602 (sh-reset-indent-vars-to-global-values):
7603 * progmodes/sql.el (top):
7604 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
7605 * progmodes/xscheme.el (top):
7606 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
7607 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
7608 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
7609 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
7610 (artist-submit-bug-report):
7611 * textmodes/flyspell.el (flyspell-delay-commands)
7612 (flyspell-deplacement-commands):
7613 * textmodes/table.el (table--generate-source-epilogue, table-insert)
7614 (table--generate-source-cells-in-a-row, table--make-cell-map)
7615 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
7616
7617 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
7618
7619 * allout.el (produce-allout-mode-map, allout-process-exposed):
7620 * ansi-color.el (ansi-color-make-color-map):
7621 * autoinsert.el (auto-insert):
7622 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
7623 * dired-aux.el (dired-create-files):
7624 * dired.el (dired-restore-desktop-buffer):
7625 * ediff-diff.el (ediff-setup-fine-diff-regions):
7626 * ediff-mult.el (ediff-intersect-directories)
7627 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
7628 (ediff-redraw-registry-buffer):
7629 * ediff-ptch.el (ediff-fixup-patch-map):
7630 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
7631 (ediff-really-quit, ediff-clear-diff-vector):
7632 * emerge.el (emerge-really-quit):
7633 * ffap.el (ffap-replace-file-component):
7634 * filecache.el (file-cache-add-directory)
7635 (file-cache-add-directory-recursively)
7636 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
7637 (file-cache-delete-directory, file-cache-files-matching-internal)
7638 (file-cache-display):
7639 * files.el (cd):
7640 * find-lisp.el (find-lisp-insert-directory):
7641 * finder.el (finder-compile-keywords):
7642 * help.el (view-emacs-news):
7643 * hi-lock.el (hi-lock-write-interactive-patterns):
7644 * ido.el (ido-to-end, ido-set-matches-1):
7645 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
7646 (image-dired-mark-tagged-files):
7647 * jka-cmpr-hook.el (jka-compr-get-compression-info):
7648 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
7649 * ps-print.el (ps-background, ps-begin-file)
7650 (ps-build-reference-face-lists):
7651 * simple.el (clone-buffer):
7652 * startup.el (command-line):
7653 * tempo.el (tempo-insert-template, tempo-is-user-element)
7654 (tempo-forward-mark, tempo-backward-mark):
7655 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
7656
7657 2007-09-25 Glenn Morris <rgm@gnu.org>
7658
7659 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
7660
7661 * view.el (view-search-no-match-lines): Add a doc string.
7662 Rewrite to simplify and work better.
7663
7664 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
7665
7666 * progmodes/cc-mode.el (c-mode-base-map):
7667 Use c-indent-line-or-region instead of c-indent-line.
7668
7669 * indent.el (indent-for-tab-command): First check if the region is
7670 active.
7671
7672 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7673
7674 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
7675 whitespace-rescan-timer-time is 0.
7676
7677 2007-09-24 Karl Berry <karl@gnu.org>
7678
7679 * international/mule.el (coding-system-base): Fix doc string grammar.
7680
7681 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
7682
7683 * net/tramp.el (tramp-completion-mode-p): Rename from
7684 `tramp-completion-mode'. Revert logic, check `return', `newline'
7685 and such alike. Packages like Icicles tend to use other completion
7686 characters but `tab' and `space' only.
7687
7688 2007-09-24 Adam Hupp <adam@hupp.org>
7689
7690 * progmodes/python.el (run-python): Import emacs module without
7691 waiting; prevents lockup on error.
7692
7693 2007-09-23 Richard Stallman <rms@gnu.org>
7694
7695 * mail/sendmail.el (mail-bury): Delete the frame
7696 if this frame looks like it was made for this message.
7697
7698 * completion.el (completion-separator-self-insert-command)
7699 (completion-separator-self-insert-autofilling):
7700 If `self-insert-command' has been remapped, use the substitute.
7701
7702 * simple.el (copy-region-as-kill): Doc fix.
7703
7704 * textmodes/org.el (org-confirm-shell-link-function)
7705 (org-confirm-elisp-link-function): Doc fixes.
7706
7707 2007-09-23 Glenn Morris <rgm@gnu.org>
7708
7709 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
7710
7711 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
7712
7713 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
7714
7715 * term/tvi970.el (terminal-init-tvi970): Likewise.
7716
7717 * term/sun-mouse.el (print-mouse-format): Likewise.
7718
7719 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
7720 Use forward-line instead of previous-line and next-line.
7721
7722 2007-09-22 Juri Linkov <juri@jurta.org>
7723
7724 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
7725
7726 * tutorial.el (tutorial--default-keys): Update standard bindings:
7727 rename `iconify-or-deiconify-frame' to `suspend-frame',
7728 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
7729
7730 2007-09-22 Juri Linkov <juri@jurta.org>
7731
7732 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
7733 Add help-echo to external links and to links without description.
7734 (fancy-splash-insert): Use help-echo from the 3rd element of the
7735 link specification list, or "Follow this link" if it's nil. Doc fix.
7736
7737 2007-09-22 Juri Linkov <juri@jurta.org>
7738
7739 * startup.el (command-line): Rename `inhibit-startup-message' to
7740 `inhibit-startup-screen'.
7741 (fancy-about-text): Use shorter label for "Ordering Manuals".
7742 (fancy-startup-tail): Add optional arg `concise'. When `concise'
7743 is nil, display a line with "To start..." and 3 links to useful
7744 tasks. Display the "Dismiss" button and "Don't show this message
7745 again" only when concise is non-nil.
7746 (fancy-startup-screen): Call `fancy-startup-tail' with optional
7747 arg `concise'. If CONCISE is non-nil, display a concise version
7748 of the splash screen in another window. Otherwise, switch to the
7749 startup buffer in the same window.
7750 (startup-echo-area-message): Change displayed binding from
7751 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
7752 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
7753 the GNU system".
7754 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
7755 to "*GNU Emacs*".
7756 (display-about-screen): Don't check the existence of the buffer
7757 "*About GNU Emacs*".
7758 (display-splash-screen): Make alias to `display-startup-screen'.
7759 (command-line-1): Rename `inhibit-startup-message' to
7760 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
7761 started with command line options "-f", "-funcall", "-e", "-eval",
7762 "-execute", "-insert", "-find-file", "-file", "-visit".
7763 Inhibit startup screen when Emacs is started with a file name only
7764 on tty (i.e. don't inhibit it when started with a file name like
7765 "emacs FILE..." on a window system).
7766 (command-line-1): Simplify logic of displaying the startup screen:
7767 if file-count > 0, then display the concise version in another
7768 window, otherwise display full version in the same window.
7769
7770 * help.el (help-map): Bind C-h C-a to about-emacs.
7771 (help-for-help-internal): Add C-a description to C-h help text.
7772
7773 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
7774
7775 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
7776 (checkdoc-permit-comma-termination-flag): Autoload the
7777 safe-local-variable setting.
7778
7779 * bookmark.el (bookmark-xemacsp): Remove.
7780 (bookmark-make): Don't use bookmark-xemacsp,
7781 use (featurep 'xemacs) instead.
7782
7783 * speedbar.el (speedbar-frame-mode)
7784 (speedbar-frame-reposition-smartly)
7785 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
7786 (speedbar-check-vc): Remove use of non-existent variable
7787 dframe-xemacsp, use (featurep 'xemacs) instead.
7788
7789 * indent.el (indent-for-tab-command): Indent the region if
7790 transient-mark-mode and the region is active.
7791
7792 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
7793
7794 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
7795 add inferior-octave-directory-tracker to the buffer-local value
7796 of comint-input-filter-functions.
7797
7798 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
7799
7800 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
7801
7802 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
7803
7804 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
7805 on w32 frames.
7806
7807 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7808
7809 * startup.el (normal-top-level): Remove DISPLAY from
7810 process-environment to let it be computed dynamically in callproc.c.
7811
7812 * frame.el (frame-initialize, make-frame):
7813 * faces.el (tty-set-up-initial-frame-faces):
7814 * env.el (setenv): Don't set display-environment-variable.
7815
7816 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
7817 (server-create-tty-frame): Don't set unused `tty' property.
7818 Set `display' instead of display-environment-variable.
7819 (server-create-window-system-frame): No display-environment-variable.
7820
7821 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
7822
7823 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
7824 (rfn-eshadow-update-overlay-hook): New defvars.
7825 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
7826 Run the hooks.
7827
7828 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
7829 (tramp-rfn-eshadow-setup-minibuffer)
7830 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
7831 rfn-eshadow.el.
7832
7833 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
7834 timeout.
7835
7836 2007-09-21 Glenn Morris <rgm@gnu.org>
7837
7838 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
7839 * term/sun-mouse.el (suspend-emacstool): Remove.
7840 * term/sun.el: Remove emacstool-related code.
7841
7842 * emacs-lisp/bytecomp.el (byte-compile-warnings)
7843 (byte-compile-warnings-safe-p): Add `mapcar'.
7844 (byte-compile-warning-types): Add mapcar and make-local.
7845 (byte-compile-normal-call): Add option to suppress mapcar warning.
7846 (top-level): Use mapc rather than mapcar in eval-when-compile.
7847
7848 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
7849 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
7850 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
7851 Handle escaped parens.
7852 (latex-forward-sexp): Doc fix.
7853
7854 * eshell/esh-mode.el (eshell-output-filter-functions):
7855 Add eshell-postoutput-scroll-to-bottom.
7856
7857 * loadup.el: Remove termdev.
7858
7859 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
7860 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
7861
7862 2007-09-21 Markus Triska <markus.triska@gmx.at>
7863
7864 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
7865 `mapcar' is called for effect.
7866
7867 2007-09-21 Kevin Ryde <user42@zip.com.au>
7868
7869 * international/mule.el (sgml-html-meta-auto-coding-function):
7870 Bind `case-fold-search' to t.
7871
7872 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7873
7874 * termdev.el: Remove.
7875
7876 * frame.el (get-device-terminal): New function. Moved from termdev.el.
7877 (frames-on-display-list): Use it.
7878
7879 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
7880
7881 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
7882
7883 2007-09-20 Richard Stallman <rms@gnu.org>
7884
7885 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
7886
7887 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7888
7889 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
7890
7891 2007-09-20 Glenn Morris <rgm@gnu.org>
7892
7893 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
7894 motion functions, rather than hard-coding "\n\n".
7895 (tex-validate-region): Check for eobp, to speed up.
7896 (tex-next-unmatched-end): Doc fix.
7897
7898 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7899
7900 * files.el (auto-mode-alist): Use archive-mode for .rar files.
7901
7902 * international/mule.el (auto-coding-alist): Rar archives are binary.
7903
7904 * arc-mode.el: Add basic support for Rar.
7905 (archive-find-type): Recognize Rar's signature.
7906 (archive-desummarize): New fun.
7907 (archive-summarize): Use it to restore the buffer's data in case
7908 someone wants to switch to some other major mode.
7909 (archive-resummarize): Use it as well.
7910 (archive-rar-summarize, archive-rar-extract): New functions.
7911
7912 * filesets.el: Remove spurious * in docstrings.
7913 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
7914 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
7915 (filesets-ingroup-collect): Remove unused arg `depth'.
7916 (filesets-update): Remove unused arg `version'.
7917
7918 * finder.el (finder-compile-keywords): Fix up comment style.
7919 (finder-mouse-face-on-line): previous-line -> forward-line.
7920
7921 * recentf.el: Remove spurious * in docstrings.
7922 (recentf-save-list): Fix up comment style.
7923
7924 * progmodes/octave-mod.el: Remove spurious * in docstrings.
7925 (octave-mode-map): Move init into declaration and remove \t binding.
7926 (octave-mode-startup-message): Remove unused var.
7927 (octave-scan-blocks): Remove unused arg `from'.
7928 (octave-forward-block, octave-down-block, octave-up-block):
7929 Update callers.
7930
7931 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
7932 (meta-mode-map): Likewise and remove \t binding.
7933
7934 * net/snmp-mode.el: Remove spurious * in docstrings.
7935 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
7936 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
7937 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
7938 that completion accepts lists of strings.
7939 (snmp-mode-syntax-table): Move initialization into declaration.
7940 (snmp-mode-map): Likewise and remove \t binding.
7941 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
7942 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
7943 (snmp-indent-command): Remove.
7944
7945 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
7946 binding, so tab-always-indent works right.
7947
7948 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
7949
7950 * net/browse-url.el (browse-url-elinks-new-window): New function.
7951 (browse-url-elinks): Use browse-url-elinks-new-window.
7952 Accept optional second argument `new-window'. Fix typo in doc-string.
7953 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
7954 Improve error message.
7955
7956 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7957
7958 * net/browse-url.el (browse-url-url-encode-chars): Use the right
7959 parameter name in the function body.
7960 Reported by Johannes Weiner.
7961
7962 2007-09-19 Glenn Morris <rgm@gnu.org>
7963
7964 * net/socks.el (socks-open-network-stream): Signal an explicit
7965 error if the port associated with a service string can't be found.
7966
7967 * textmodes/tex-mode.el (tex-terminate-paragraph):
7968 Use backward-paragraph.
7969
7970 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7971
7972 * server.el (server-running-p): New function.
7973
7974 2007-09-18 Jason Rumney <jasonr@gnu.org>
7975
7976 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
7977 x-focus-frame.
7978
7979 * frame.el (select-frame-set-input-focus, select-frame-by-name):
7980 Use x-focus-frame for w32.
7981
7982 2007-09-17 David Kastrup <dak@gnu.org>
7983
7984 * textmodes/tex-mode.el (tex-verbatim-environments):
7985 Eliminate CL dependency.
7986
7987 2007-09-17 Richard Stallman <rms@gnu.org>
7988
7989 * newcomment.el (comment-add): New arg EXTRA.
7990 (comment-region-default): Pass EXTRA if not indenting lines.
7991
7992 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7993
7994 * net/browse-url.el (browse-url-url-encode-chars): New function.
7995 URL-encode some chars in a string.
7996 (browse-url-encode-url): Rewrite using the previous function.
7997 (browse-url-file-url): Use `browse-url-url-encode-chars'.
7998 (browse-url-elinks-sentinel): Fix typo.
7999 (browse-url-new-window-flag): Doc change.
8000
8001 2007-09-17 Glenn Morris <rgm@gnu.org>
8002
8003 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
8004 filename from `--file-line-error', if it is available.
8005
8006 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
8007
8008 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
8009 TeX `--file-line-error' format.
8010
8011 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8012
8013 * xt-mouse.el: Delete add-hook calls that were moved to
8014 xterm-mouse-mode.
8015 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
8016 does not work.
8017
8018 2007-09-17 Richard Stallman <rms@gnu.org>
8019
8020 * cus-face.el (custom-theme-set-faces): Undo previous change.
8021
8022 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
8023
8024 2007-09-17 Glenn Morris <rgm@gnu.org>
8025
8026 * textmodes/tex-mode.el (tex-region): Simplify previous change,
8027 handling the case where the region is not in `tex-main-file'.
8028 (tex-region-1): Delete.
8029 (tex-region-header): New function, doing the header part of the
8030 old tex-region-1.
8031
8032 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8033
8034 * simple.el (newline): Simplify use of prefix-numeric-value.
8035 (line-move-partial): Remove unused var `ppos'.
8036 (line-move-1): Replace 9999 with most-positive-fixnum.
8037 (move-end-of-line): Use more efficient single-property search.
8038 (move-beginning-of-line): Remove unused var `start'.
8039 (blink-matching-open): Restructure in a more functional style.
8040
8041 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8042
8043 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
8044
8045 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8046
8047 * server.el (server-clients): Only keep procs, no properties any more.
8048 (server-client): Remove.
8049 (server-client-get, server-client-set): Remove, replace all callers by
8050 process-get and process-put resp.
8051 (server-clients-with, server-add-client, server-delete-client)
8052 (server-create-tty-frame, server-create-window-system-frame)
8053 (server-process-filter, server-execute, server-visit-files)
8054 (server-buffer-done, server-kill-buffer-query-function)
8055 (server-kill-emacs-query-function, server-switch-buffer)
8056 (server-save-buffers-kill-terminal): Update accordingly.
8057
8058 * server.el (server-with-environment): Simplify.
8059 (server-select-display, server-unselect-display): Re-add functions that
8060 seem to have been lost in the multi-tty merge.
8061 (server-eval-and-print, server-create-tty-frame)
8062 (server-create-window-system-frame, server-goto-toplevel)
8063 (server-execute, server-return-error): New functions extracted from
8064 server-process-filter.
8065 (server-execute-continuation): New functions.
8066 (server-process-filter): Restructure so that all arguments are analysed
8067 first and then acted upon in a subsequent stage. This way
8068 server-goto-toplevel can be executed later, when we know if
8069 it's necessary.
8070 Remove the "-version" and "-version-good" support.
8071
8072 2007-09-16 Drew Adams <drew.adams@oracle.com>
8073
8074 * cus-edit.el (custom-face-edit-activate): Doc fix.
8075
8076 2007-09-16 Glenn Morris <rgm@gnu.org>
8077
8078 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
8079 Following cal-bahai renaming, update all instances of
8080 list-bahai-diary-entries to diary-bahai-list-entries,
8081 mark-bahai-diary-entries to diary-bahai-mark-entries,
8082 calendar-goto-bahai-date to calendar-bahai-goto-date,
8083 insert-bahai-diary-entry to diary-bahai-insert-entry,
8084 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
8085 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
8086 calendar-print-bahai-date to calendar-bahai-print-date.
8087
8088 * textmodes/tex-mode.el (tex-region): Handle the case where the
8089 region is not in `tex-main-file'. Move the old code that applies
8090 to both cases...
8091 (tex-region-1): ...to this new function.
8092
8093 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8094
8095 * vc.el (vc-process-sentinel): New function.
8096 (vc-exec-after): Use it instead of using ugly hackish analysis and
8097 construction of Elisp code.
8098 (vc-sentinel-movepoint): New dynamically scoped var.
8099 (vc-print-log, vc-annotate): Set it to move the user's point.
8100
8101 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
8102 inhibit-modification-hooks.
8103
8104 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
8105 (calendar-bahai-print-date, calendar-bahai-goto-date)
8106 (diary-bahai-list-entries, diary-bahai-insert-entry):
8107 New names to clean up the namespace a bit more.
8108 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
8109
8110 2007-09-15 Glenn Morris <rgm@gnu.org>
8111
8112 * calendar/holidays.el (holiday-list): Rename it back to
8113 `list-holidays', but leave `holiday-list' as an alias.
8114
8115 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
8116 custom group.
8117
8118 * textmodes/css-mode.el (css): New custom group.
8119 (css-electrick-keys, css-selector, css-property)
8120 (css-indent-offset): Specify custom group.
8121
8122 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8123
8124 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
8125 (cvs-execute-single-file): Use process-file.
8126 (cvs-run-process): Use start-file-process.
8127
8128 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8129
8130 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
8131 level. Remove the hooks when turning off the mode.
8132
8133 * term/xterm.el: Require xt-mouse at compile time.
8134 (terminal-init-xterm): Turn on xterm mouse tracking for this
8135 terminal if xterm-mouse-mode is enabled.
8136
8137 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8138
8139 * term/xterm.el (xterm-function-map): Replace bindings that were
8140 deleted by the merge.
8141
8142 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
8143
8144 * play/bubbles.el (bubbles-version): Bump value to "0.5".
8145 (bubbles-mode-map): Move define-key statements here.
8146 (bubbles-game-theme-menu): Ditto.
8147 (bubbles-graphics-theme-menu): Ditto.
8148 (bubbles-menu): Ditto.
8149 (bubbles-mode): Initialize buffer-undo-list, redisplay.
8150 (bubbles--initialize): Reset buffer-undo-list, redisplay.
8151 (bubbles-plop): Set buffer-undo-list, redisplay.
8152 (bubbles-undo): Reset buffer-undo-list, redisplay.
8153 (bubbles--show-images): Take care of missing text properties.
8154
8155 2007-09-14 Glenn Morris <rgm@gnu.org>
8156
8157 * startup.el (fancy-startup-text, fancy-about-text): Fix face
8158 quoting.
8159
8160 * calendar/cal-hebrew.el, calendar/cal-menu.el
8161 * calendar/calendar.el, calendar/diary-lib.el
8162 * calendar/holidays.el: Rename all instances of
8163 list-calendar-holidays callers to calendar-list-holidays,
8164 list-holidays to holiday-list, check-calendar-holidays to
8165 calendar-check-holidays, mark-calendar-holidays to
8166 calendar-mark-holidays, and filter-visible-calendar-holidays to
8167 holiday-filter-visible-calendar.
8168
8169 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8170
8171 * term/xterm.el (xterm-function-map): Add C-M- bindings.
8172
8173 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
8174
8175 * play/bubbles.el (bubbles--initialize-images): Fix bug:
8176 Use transparent background for empty cells in graphics mode.
8177
8178 2007-09-13 Jari Aalto <jari.aalto@cante.net>
8179
8180 * man.el (Man-default-man-entry): At end of line, continue looking
8181 to the next line for possible end of hyphenated command.
8182
8183 2007-09-13 Chris Moore <dooglus@gmail.com>
8184
8185 * shell.el (shell-resync-dirs): Don't move the cursor relative to
8186 the command being edited.
8187
8188 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
8189
8190 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
8191
8192 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
8193
8194 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
8195 C-M-S- keys.
8196
8197 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
8198
8199 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8200
8201 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
8202 New argument `filename-p' to use one set of confusing chars or another.
8203 (browse-url-file-url): Use the argument.
8204 Suggested by Johannes Weiner.
8205
8206 2007-09-12 Romain Francoise <romain@orebokech.com>
8207
8208 * cus-start.el (all): Revert 2007-09-08 change.
8209
8210 2007-09-12 Aaron Hawley <aaronh@garden.org>
8211
8212 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
8213 extract .Z files, since it is more common than uncompress.
8214
8215 2007-09-12 Glenn Morris <rgm@gnu.org>
8216
8217 * textmodes/org-publish.el (org-publish-org-to-html): Remove
8218 duplicate function definition.
8219
8220 2007-09-10 Chris Moore <dooglus@gmail.com>
8221
8222 * diff-mode.el (diff-sanity-check-hunk):
8223 Also accept single-line hunks.
8224
8225 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
8226
8227 * startup.el (startup-screen-inhibit-startup-screen)
8228 (pure-space-overflow-message): New vars.
8229 (fancy-splash-insert): Allow functions for face and link specs.
8230 (fancy-splash-head): Remove unused arg. Move splash text...
8231 (fancy-startup-text, fancy-about-text): ...here.
8232 (fancy-startup-tail): Rename from fancy-splash-tail.
8233 (fancy-startup-screen, fancy-about-screen): Split off from
8234 fancy-splash-screens.
8235 (display-startup-screen): New function.
8236 (display-about-screen): Rename from display-splash-screen.
8237 (command-line-1): Use concise startup screen if necessary.
8238
8239 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
8240
8241 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
8242 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
8243
8244 2007-09-10 Dave Love <fx@gnu.org>
8245
8246 * outline.el (outline-4, outline-5, outline-7):
8247 Move font-lock-builtin-face down from 4 to 7 to better keep the
8248 progression of color brightness, and to better match Org-mode's faces.
8249
8250 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8251
8252 * progmodes/meta-mode.el (meta-font-lock-keywords)
8253 (font-lock-match-meta-declaration-item-and-skip-to-next)
8254 (meta-comment-indent, meta-indent-previous-line)
8255 (meta-indent-unfinished-line, meta-beginning-of-defun)
8256 (meta-end-of-defun, meta-common-initialization): Handle \f.
8257 (meta-indent-unfinished-line): Do not handle a `%' in a string as
8258 a comment-start.
8259
8260 * files.el (file-modes-char-to-who, file-modes-char-to-right)
8261 (file-modes-rights-to-number): Auxiliary functions for symbolic to
8262 numeric notation of file modes.
8263 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
8264 numeric value.
8265 (read-file-modes): New. Read either an octal value of a file mode or a
8266 symbolic value, and return its numeric value.
8267
8268 * dired-aux.el (dired-do-chmod): Change to use the built-in
8269 `set-file-modes' and the previous symbolic mode parsing functions.
8270
8271 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8272
8273 * textmodes/texinfo.el: Remove spurious * in docstrings.
8274 (texinfo-mode-syntax-table, texinfo-mode-map):
8275 Initialize in the declaration.
8276
8277 * tmm.el: Remove spurious * in docstrings.
8278 (tmm-prompt): Use with-current-buffer.
8279
8280 * vcursor.el: Remove spurious * in docstrings.
8281 (vcursor-map): Initialize in the declaration.
8282 (vcursor-use-vcursor-map): Use define-minor-mode.
8283 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
8284
8285 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
8286 Initialize in the declaration.
8287 (widget-minor-mode): Use define-minor-mode.
8288
8289 * woman.el (woman-mode-map, woman-syntax-table):
8290 Initialize in the declaration.
8291
8292 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
8293
8294 * doc-view.el: New file.
8295
8296 2007-09-09 Juri Linkov <juri@jurta.org>
8297
8298 * Makefile.in (update-authors): Add etc/ to AUTHORS.
8299
8300 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
8301
8302 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
8303 to "Startup screen". Fix docstring.
8304 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
8305 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
8306 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
8307 (initial-scratch-message): Fix docstring.
8308 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
8309 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
8310 Add link to "Customize Startup" and set interval between links to
8311 5 spaces.
8312 (fancy-about-text): Add links "Authors" and "Contributing".
8313 (fancy-splash-head): Add text "Welcome to " on the startup screen,
8314 and "This is " on the about screen. Add link to
8315 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
8316 For the about screen move emacs version to the header from
8317 `fancy-splash-tail' (as it's done already for normal about screen).
8318 (fancy-splash-tail): Insert emacs version only for startup screen.
8319 (normal-splash-screen): Remove duplicate empty lines.
8320 (normal-about-screen): Add links "Authors" and "Contributing".
8321
8322 * menu-bar.el (menu-bar-help-menu):
8323 Move "About Emacs" and "About GNU" to the end of the Help menu.
8324 Move "Emacs Psychotherapist" after "Send Bug Report...".
8325 Move "External Packages" after "Find Emacs Packages".
8326
8327 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
8328
8329 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
8330 they are useless with the byte compiler.
8331 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
8332 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
8333 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
8334 (tramp-file-name-real-host, tramp-file-name-port)
8335 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
8336 defuns.
8337
8338 * net/tramp-cache.el (top): Improve error message when
8339 `tramp-persistency-file-name' is corrupted.
8340
8341 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
8342
8343 * textmodes/org.el (org-re): Also replace the :alpha: class.
8344 (org-todo-tag-alist): Variable removed.
8345 (org-todo-key-alist, org-todo-key-trigger): New variables.
8346 (org-use-fast-todo-selection): New option.
8347 (org-log-done): Docstring fixed.
8348 (org-deadline-warning-days): New default value 14.
8349 (org-edit-timestamp-down-means-later): New option.
8350 (org-tag-alist): Docstring fixed.
8351 (org-fast-tag-selection-include-todo): New option.
8352 (org-export-language-setup): New languages added.
8353 (org-set-regexps-and-options): Compute the new variables.
8354 (org-paste-subtree): Cleaning up.
8355 (org-remember-apply-template): New escape %A.
8356 (org-todo): Call fast TODO selection.
8357 (org-fast-todo-selection): New function.
8358 (org-add-log-note): Allow prefix for abort exit.
8359 (org-at-property-p, org-entry-properties)
8360 (org-columns-get-autowidth-alist): Use :alpha: class.
8361 (org-get-wdays): New function.
8362 (org-agenda-remove-date): New variable.
8363 (org-agenda-get-deadlines): Use `org-get-wdays'.
8364 (org-agenda-get-deadlines): Reverse ee before returning.
8365 (org-format-agenda-item): New argument REMOVE-RE.
8366 (org-agenda-convert-date): Baha'i calendar added.
8367 (org-infile-export-plist): Also find DATE line.
8368 (org-get-min-level): New function.
8369 (org-export-as-html, org-export-as-ascii): Use the date format.
8370 (org-shiftup, org-shiftdown): Use.
8371 `org-edit-timestamp-down-means-later'.
8372 (org-assign-fast-keys): New function.
8373
8374 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
8375
8376 * cus-start.el (all): Add prefer-window-split-horizontally from
8377 window.c.
8378
8379 2007-09-08 Eli Zaretskii <eliz@gnu.org>
8380
8381 * net/browse-url.el (browse-url-galeon): Fix last change.
8382 (top-level): Require cl when compiling.
8383
8384 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
8385
8386 * textmodes/org-export-latex.el: arch-tag restored.
8387
8388 * textmodes/org-publish.el: arch-tag restored.
8389
8390 2007-09-08 Masatake YAMATO <jet@gyve.org>
8391
8392 * progmodes/which-func.el (which-func-modes): Add diff-mode.
8393
8394 * progmodes/cc-langs.el: Support new keywords added to
8395 objective-c frontend of gcc.
8396 (c-simple-stmt-kwds): Add @throw.
8397 (c-block-stmt-2-kwds): Add @synchronized.
8398 (c-block-stmt-1-kwds): Add @finally and @try.
8399
8400 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
8401
8402 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
8403 (org-agenda-after-show-hook): New variable.
8404 (org-columns-compile-format)
8405 (org-columns-get-autowidth-alist, org-buffer-property-keys)
8406 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
8407 property names.
8408 (org-get-wdays): New function.
8409
8410 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8411
8412 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
8413
8414 * term/xterm.el (xterm-function-map): Initialize in the declaration.
8415
8416 * vc-arch.el (vc-arch-checkin): Fix typo.
8417
8418 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
8419
8420 * cus-face.el (custom-theme-set-faces): Set face attributes
8421 locally for each frame.
8422
8423 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8424
8425 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
8426 via font-lock-defaults.
8427
8428 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
8429 derived-mode-p.
8430
8431 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
8432
8433 * progmodes/autoconf.el (autoconf-definition-regexp):
8434 Handle optional square brackets around definition name.
8435
8436 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
8437
8438 * net/browse-url.el (browse-url-browser-function): Add elinks.
8439 (browse-url-elinks-wrapper): New option.
8440 (browse-url-encode-url, browse-url-elinks)
8441 (browse-url-elinks-sentinel): New functions.
8442 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
8443 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
8444 Use new function browse-url-encode-url.
8445
8446 2007-09-07 Glenn Morris <rgm@gnu.org>
8447
8448 * version.el (emacs-version): Revert 2007-08-29 change: no need to
8449 say if multi-tty is present.
8450
8451 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8452
8453 * cus-start.el (split-window-preferred-function): Add custom info.
8454
8455 * calendar/holidays.el (holiday-list, calendar-check-holidays)
8456 (calendar-mark-holidays, calendar-list-holidays)
8457 (holiday-filter-visible-calendar): New names to clean up namespace.
8458 (filter-visible-calendar-holidays, list-calendar-holidays)
8459 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
8460 Add compatibility aliases.
8461 (calendar-check-holidays, calendar-mark-holidays)
8462 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
8463 (holiday-sexp): Replace append with list.
8464 (holiday-filter-visible-calendar): Replace append with push.
8465
8466 * woman.el: Remove spurious * in docstrings.
8467 (woman-mini-help, woman-non-underline-faces, woman0-rename)
8468 (woman-topic-all-completions-merge, woman-file-name-all-completions)
8469 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
8470 (woman-write-directory-cache, woman-display-extended-fonts)
8471 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
8472 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
8473 (woman-mode): Use inhibit-read-only.
8474 (woman-negative-vertical-space): Use dotimes.
8475 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
8476
8477 2007-09-06 Romain Francoise <romain@orebokech.com>
8478
8479 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
8480 (vc-bzr-workfile-version): Use it.
8481
8482 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
8483
8484 * complete.el (PC-do-completion): Don't try to treat
8485 empty string as an abbreviation.
8486
8487 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8488
8489 * help-fns.el (describe-variable): Keep doc's text properties.
8490
8491 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
8492
8493 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
8494 instead of a file.
8495
8496 2007-09-06 Glenn Morris <rgm@gnu.org>
8497
8498 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
8499 (checkdoc-minor-mode): Allow user to specify lighter via
8500 checkdoc-minor-mode-string.
8501
8502 2007-09-05 Richard Stallman <rms@gnu.org>
8503
8504 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
8505 Several items removed, simplified, or put on one line.
8506 (fancy-about-text): Add substantial contents, part of startup text.
8507 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
8508 (normal-splash-screen): Call normal-mouse-startup-screen,
8509 normal-no-mouse-startup-screen, or normal-about-screen.
8510 (normal-mouse-startup-screen): New fn, broken out, shortened.
8511 (normal-no-mouse-startup-screen): New fn, broken out.
8512 (normal-about-screen): New function, contents all new.
8513
8514 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8515
8516 * emacs-lisp/rx.el (rx): Fix typo in docstring.
8517
8518 2007-09-05 Glenn Morris <rgm@gnu.org>
8519
8520 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
8521 is bound.
8522
8523 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8524
8525 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
8526 in doc string.
8527
8528 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8529
8530 * server.el (server-start, server-unload-hook): Undo previous change.
8531
8532 * xt-mouse.el: Undo previous change.
8533
8534 2007-09-04 Juri Linkov <juri@jurta.org>
8535
8536 * startup.el (fancy-about-text): New variable.
8537 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
8538 (fancy-current-text, fancy-splash-stop-time)
8539 (fancy-splash-outer-buffer): Remove variables.
8540 (fancy-splash-head, fancy-splash-tail): Add new optional argument
8541 `startup' and use it to conditionally display different texts for
8542 Startup and About screens. Don't display Help commands on the About
8543 screen.
8544 (fancy-splash-screens-1): Remove function and move its content to
8545 `fancy-splash-screens' to the part that dislpays the About screen.
8546 (exit-splash-screen): Don't treat specially exiting from
8547 alternating screens.
8548 (fancy-splash-screens): Rename argument `static' to `startup'.
8549 Fix docstring. Remove code for displaying alternating screens.
8550 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
8551 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
8552 for `inhibit-read-only'.
8553 (normal-splash-screen): Rename argument `static' to `startup'.
8554 Fix docstring. Use argument `startup' to conditionally display
8555 different texts for Startup and About screens. Don't display Help
8556 commands on the About screen. Remove `unwind-protect' `sit-for'
8557 delay and `kill-buffer' after it.
8558 (display-startup-echo-area-message): Remove call to
8559 `use-fancy-splash-screens-p' because image.el is preloaded and
8560 doesn't display "Loading image... done".
8561 (display-splash-screen): Rename argument `static' to `startup'.
8562 Fix docstring.
8563
8564 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8565
8566 * server.el (server-start, server-unload-hook):
8567 suspend-tty-functions has been renamed to suspend-tty-hook.
8568
8569 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
8570 resume-tty-hook.
8571
8572 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
8573
8574 * loadup.el: Fix merge problem, only load "button" once.
8575
8576 2007-09-03 Glenn Morris <rgm@gnu.org>
8577
8578 * vc-svn.el (vc-svn-print-log): If there is only one file, use
8579 "Working file:" as the prefix, for the sake of
8580 log-view-current-file.
8581
8582 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
8583
8584 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
8585 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
8586 if the selected frames is in
8587 xterm-modify-other-keys-terminal-list.
8588 (xterm-turn-off-modify-other-keys): Add an optional frame
8589 parameter. Only turn off modify-other-keys if FRAME is in
8590 xterm-modify-other-keys-terminal-list.
8591 (xterm-remove-modify-other-keys): New function.
8592 (terminal-init-xterm): Use it. Deal with delete-frame hook.
8593 Add the selected frame to xterm-modify-other-keys-terminal-list.
8594
8595 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8596
8597 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
8598 (icon-map-list): New variable.
8599 (x-gtk-map-stock): Use icon-map-list.
8600
8601 2007-09-02 Romain Francoise <romain@orebokech.com>
8602
8603 * log-view.el (log-view-current-file): Balance parens.
8604
8605 2007-09-02 Glenn Morris <rgm@gnu.org>
8606
8607 * comint.el (comint-mode): Don't set scroll-conservatively.
8608
8609 * eshell/em-unix.el (eshell/time): Stringify and flatten the
8610 non-command arguments.
8611
8612 * log-view.el (log-view-current-file): Give a more explicit error
8613 if log-view-file-re fails to find a match.
8614
8615 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
8616
8617 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8618 Fix bug: Don't expand top-level file name more than once.
8619 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
8620
8621 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8622
8623 * server.el (server-process-filter): Don't display the splash screen.
8624 It's annoying enough on the initial screen and becomes positively
8625 obnoxious here.
8626
8627 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8628
8629 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
8630 Change naming to use "avl-tree--" for internal functions.
8631
8632 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
8633
8634 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
8635 the merge.
8636 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
8637 (provide): Move to the end of file.
8638
8639 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
8640
8641 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8642
8643 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
8644 New variable. List of exceptions for the duplicated word rule.
8645 (flyspell-mark-duplications-flag): Mention it.
8646 (flyspell-word): Treat it.
8647
8648 * files.el (create-file-buffer): If the filename sans directory starts
8649 with spaces, remove them.
8650
8651 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8652
8653 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
8654 (x-gtk-map-stock): Use two directory elements when matching
8655 file name.
8656
8657 2007-08-31 James Wright <james@chumsley.org>
8658
8659 * eshell/em-unix.el (eshell/info): New function.
8660
8661 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8662
8663 * frame.el (frame-initialize, make-frame):
8664 * server.el (server-process-filter):
8665 * faces.el (tty-set-up-initial-frame-faces): Don't set
8666 term-environment-variable since it's not used any more.
8667
8668 * env.el (setenv): Don't treat $TERM specially.
8669
8670 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
8671 stated otherwise, subprocesses do not send back escape sequences
8672 corresponding to the terminal from which Emacs was started.
8673
8674 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
8675
8676 * calculator.el: Require cl for compilation.
8677
8678 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
8679
8680 * outline.el (outline-font-lock-levels): Comment out unused var.
8681 (outline-font-lock-face): Wrap around face list to handle any
8682 nesting depth gracefully.
8683
8684 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
8685
8686 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
8687 `set-file-times'.
8688
8689 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
8690
8691 * textmodes/org.el (org-export-visible): Fix drawers before export.
8692 (org-do-sort): Allow sorting by priority.
8693 (org-agenda-files): Ignore non-existing files.
8694 (org-agenda-skip-unavailable-files): New variable.
8695 (org-ellipsis): All a face as value.
8696 (org-mode): Interprete the face value of `org-ellipsis'.
8697 (org-archive-save-context-info): New option.
8698 (org-archive-subtree): Store context info in archived entry.
8699 (org-fast-tag-selection-can-set-todo-state): New variable.
8700 (org-fast-tag-selection): Allow setting TODO states through this
8701 interface.
8702 (org-cycle): Docstring updated.
8703 (org-todo-keyword-faces): New option.
8704 (org-get-todo-face): New function.
8705 (org-set-font-lock-defaults, org-agenda-highlight-todo):
8706 Use `org-get-todo-face'.
8707 (org-switch-to-buffer-other-window): New function.
8708 (org-table-edit-field, org-table-show-reference)
8709 (org-table-edit-formulas, org-add-log-note)
8710 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
8711 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
8712 `switch-to-buffer-other-window' to make sure that the temporary
8713 windows show up on the current frame.
8714 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
8715 (org-get-entries-from-diary, org-replace-region-by-html):
8716 Don't allow pop-up frames.
8717 (org-agenda-get-deadlines, org-agenda-get-scheduled):
8718 Fix problems with time-of-day.
8719 (org-export-get-title-from-subtree): New function.
8720 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
8721 with listing items that are DONE.
8722 (org-change-tag-in-region): New command.
8723 (org-agenda-skip-scheduled-if-done)
8724 (org-agenda-skip-deadline-if-done): Docstring clarified.
8725 (org-mode): Hide drawers on startup.
8726 (org-get-todo-face): New function.
8727 (org-todo-keyword-faces): New option.
8728 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
8729 (org-remove-keyword-keys): New function.
8730
8731 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
8732
8733 * progmodes/grep.el (grep-find-ignored-directories):
8734 Add monotone _MTN bookkeeping directory in workspaces.
8735 Add RCS control directory. List items in alphabetical order.
8736
8737 * progmodes/grep.el (grep-files-aliases): Add cc alias.
8738 Sort items in alphabetical order. Fix parens.
8739
8740 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8741
8742 * vc-hg.el (vc-hg-extra-menu-map): New variable.
8743 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
8744 (vc-hg-pull): New functions.
8745 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
8746
8747 * term/mac-win.el: Don't require url, only autoloaded url
8748 functions are used in this file.
8749
8750 2007-08-29 Andreas Schwab <schwab@suse.de>
8751
8752 * shell.el (shell): Return correct value from interactive spec.
8753
8754 2007-08-29 Glenn Morris <rgm@gnu.org>
8755
8756 * version.el (emacs-version): Increase to 23.0.50.
8757
8758 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8759
8760 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
8761
8762 2007-08-29 Juri Linkov <juri@jurta.org>
8763
8764 * loadup.el: Add "button" loading after "faces" and move "startup"
8765 to load after "button".
8766
8767 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8768
8769 * loadup.el: Load term/mac-win on a Mac using Carbon.
8770
8771 * term/mac-win.el: Provide mac-win.
8772 (mac-initialized): New variable.
8773 (mac-initialize-window-system): New function. Move global setup here.
8774 (handle-args-function-alist, frame-creation-function-alist):
8775 (window-system-initialization-alist): Add mac entries.
8776 (x-setup-function-keys): New function containing all the
8777 top level function key definitions.
8778
8779 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
8780
8781 * env.el (read-envvar-name): Don't consider the environment frame param.
8782
8783 * env.el (setenv):
8784 * frame.el (frame-initialize, make-frame):
8785 * faces.el (tty-set-up-initial-frame-faces):
8786 * server.el (server-process-filter): Set
8787 display-environment-variable and term-environment-variable.
8788
8789 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
8790
8791 2007-08-29 Jason Rumney <jasonr@gnu.org>
8792
8793 * loadup.el: Only load term/x-win when X is compiled in.
8794 Load term/w32-win and dependencies on windows-nt.
8795
8796 * term/w32-win.el: Reorder to match x-win.el more closely.
8797 Provide w32-win. Don't throw error when global window-system not w32.
8798 (internal-face-interactive): Remove obsolete function.
8799 (x-setup-function-keys): Use local-function-key-map.
8800 (w32-initialized): New variable.
8801 (w32-initialize-window-system): Set it.
8802 Move more global setup here.
8803 (x-setup-function-keys): New function.
8804 (w32-initialize-window-system): Move non function key global setup here.
8805 (x-cut-buffer-max): Remove.
8806 (w32-initialize-window-system): New function.
8807 (handle-args-function-alist, frame-creation-function-alist):
8808 (window-system-initialization-alist): Add w32 entries.
8809
8810 2007-08-29 David Kastrup <dak@gnu.org>
8811
8812 * env.el (getenv): Pass frame to getenv-internal.
8813
8814 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8815
8816 * version.el (emacs-version): Show if multi-tty is present.
8817
8818 * loadup.el: Delay loading env; mule-conf gets confused by cl
8819 during bootstrap. Also load termdev and term/x-win.
8820
8821 * bindings.el (mode-line-client): New variable.
8822 (help-echo): Add it to the default mode-line format.
8823
8824 * cus-start.el: Remove bogus window-system reference from GTK test.
8825
8826 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
8827 (ebrowse-electric-position-mode-map):
8828 * ebuff-menu.el (electric-buffer-menu-mode-map):
8829 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
8830 not `suspend-emacs'.
8831
8832 * ediff-wind.el (ediff-setup-windows-automatic): New function.
8833 (ediff-window-setup-function): Use it as default.
8834
8835 * files.el (save-buffers-kill-terminal): New function.
8836 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
8837
8838 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
8839 and `with-selected-frame'.
8840
8841 * help-fns.el (describe-variable): Describe frame-local variables
8842 correctly.
8843
8844 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
8845 display support.
8846 (normal-erase-is-backspace-setup-frame): New function.
8847
8848 * subr.el (with-selected-frame): New function.
8849 (read-quoted-char): Use terminal-local binding of
8850 local-function-key-map instead of function-key-map.
8851
8852 * talk.el (talk): New function.
8853 (talk-handle-delete-frame): New function.
8854 (talk-add-display): Open a new frame only if FRAME was not a frame.
8855
8856 * termdev.el: New file.
8857
8858 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
8859 * term/x-win.el: Don't bind f10.
8860 * tmm.el: Remove autoload binding for f10.
8861
8862 * international/encoded-kb.el (encoded-kbd-setup-display): Use
8863 `set-input-meta-mode'. Fix broken condition before set-input-mode.
8864 Store the saved input method as a terminal parameter. Add keymap
8865 parameter. Use it instead of changing key-translation-map directly.
8866 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
8867 Remove.
8868 (encoded-kbd-setup-display): New function.
8869
8870 * international/mule-cmds.el (set-locale-environment): Fix getenv
8871 call. Use save-buffers-kill-terminal. Ignore window-system; always
8872 set the keyboard coding system. Add DISPLAY parameter.
8873 (set-display-table-and-terminal-coding-system): Add DISPLAY
8874 parameter. Pass it to set-terminal-coding-system.
8875
8876 * international/mule.el (keyboard-coding-system): Test for
8877 encoded-kbd-setup-display, not encoded-kbd-mode.
8878 (set-terminal-coding-system, set-keyboard-coding-system): Add
8879 DISPLAY parameter.
8880 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
8881
8882 * term/README: Update.
8883
8884 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
8885
8886 * term/x-win.el (x-setup-function-keys): New function. Move
8887 function-key-map tweaks here. Protect against multiple calls on
8888 the same terminal. Use terminal-local binding of
8889 local-function-key-map instead of function-key-map.
8890 (x-initialize-window-system): Make a copy of pure list. Pass a
8891 frame getenv.
8892
8893 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
8894 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
8895 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
8896 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
8897 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
8898 local-function-key-map instead of function-key-map.
8899
8900 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
8901 `substitute-key-definition' and `define-key' calls against
8902 multiple execution. Use terminal-local binding of
8903 local-function-key-map instead of function-key-map. Pass a frame
8904 to getenv.
8905
8906 * edmacro.el (edmacro-format-keys):
8907 * emulation/cua-base.el (cua--pre-command-handler):
8908 * isearch.el (isearch-other-meta-char):
8909 * xt-mouse.el: Use terminal-local binding of
8910 local-function-key-map instead of function-key-map.
8911
8912 * fringe.el (set-fringe-mode): Simplify and fix using
8913 `modify-all-frames-parameters'.
8914 * scroll-bar.el (set-scroll-bar-mode): Ditto.
8915 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
8916 check before calling `tool-bar-setup'.
8917 (tool-bar-setup): New variable.
8918 (tool-bar-setup): Use it to guard against multiple calls. Add
8919 optional frame parameter, and select that frame before adding items.
8920 (toggle-tool-bar-mode-from-frame): New function.
8921
8922 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
8923 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
8924 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
8925 "Tool-bar" toggles to reflect the state of the current frame.
8926 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
8927
8928 * env.el: Require cl for byte compilation (for `block' and `return').
8929 (environment, setenv-internal): New functions.
8930 (let-environment): New macro.
8931 (setenv, getenv): Add optional terminal parameter. Update docs.
8932 (setenv): Use setenv-internal. Always set process-environment.
8933 Handle `local-environment-variables'.
8934 (read-envvar-name, setenv, getenv): Use frame parameters
8935 to store the local environment, not terminal parameters. Include
8936 `process-environment' as well.
8937
8938 * faces.el (tty-run-terminal-initialization): New function.
8939 (tty-create-frame-with-faces): Use it. Set up faces and
8940 background mode only after the terminal has been initialized.
8941 Call terminal-init-*. Don't load the initialization file more
8942 than once. Call set-locale-environment.
8943 (frame-set-background-mode): Handle the 'background-mode terminal
8944 parameter.
8945 (tty-find-type): New function.
8946 (x-create-frame-with-faces): Remove bogus check for
8947 first frame. Call `tool-bar-setup'. Don't make frame visible
8948 until we are done setting up all its parameters. Call
8949 x-setup-function-keys.
8950
8951 * frame.el (make-frame): Always inherit 'environment and 'client
8952 parameters. Set up the 'environment frame parameter, when needed.
8953 Also inherit 'client parameter. Don't override explicitly
8954 specified values with inherited ones. Add 'terminal frame
8955 parameter. Append window-system-default-frame-alist to parameters
8956 before calling frame-creation-function.
8957 (frame-initialize): Copy the environment from the initial frame.
8958 (window-system-default-frame-alist): Enhance doc string.
8959 (frame-notice-user-settings): Don't put 'tool-bar-lines in
8960 `default-frame-alist' when initial frame is on a tty.
8961 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
8962 Remove specified parameters from `window-system-default-frame-alist'.
8963 (make-frame-on-tty, framep-on-display, suspend-frame):
8964 Extend doc string, update parameter names.
8965 (frames-on-display-list): Use terminal-id to get the display id.
8966 (frame-notice-user-settings): Extend to apply
8967 settings in `window-system-default-frame-alist' as well.
8968 (terminal-id, terminal-parameters, terminal-parameter)
8969 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
8970 (delete-frame-functions): Add to `delete-frame-functions' hook.
8971 (blink-cursor-mode): Adapt blink-cursor-mode default
8972 value from startup.el.
8973 (make-frame-on-display): Protect condition on x-initialized when
8974 x-win.el is not loaded. Update doc.
8975 (suspend-frame): Use display-controlling-tty-p to decide between
8976 suspend-emacs and suspend-tty.
8977 (frames-on-display-list): Update for display ids.
8978 (framep-on-display): Ditto.
8979 (suspend-frame): Use display-name, not frame-tty-name.
8980 (selected-terminal): New function.
8981
8982 * server.el: Use `device' instead of `display' or `display-id' in
8983 variable and client parameter names.
8984 (server-select-display): Remove (unused).
8985 (server-tty-live-p, server-handle-delete-tty): Remove.
8986 (server-unquote-arg, server-quote-arg, server-buffer-clients):
8987 Update docs.
8988 (server-getenv-from, server-with-environment, server-send-string)
8989 (server-save-buffers-kill-terminal): New functions.
8990 (server-delete-client): Handle quits in kill-buffer. Don't kill
8991 modified buffers. Add extra logging. Delete frames after
8992 deleting the tty. Clear 'client parameter before deleting a frame.
8993 Use delete-display, not delete-tty.
8994 (server-visit-files): Don't set `server-existing-buffer' if the
8995 buffer already has other clients. Return list of buffers
8996 created. Update doc. Don't set client-record when nowait.
8997 (server-handle-delete-frame): Delete the client if this was its
8998 last frame. Check that the frame is alive. Remove bogus comment.
8999 Add note on possible race condition. Delete tty clients, if needed.
9000 (server-handle-suspend-tty): Use server-send-string. Kill the
9001 client in case of errors from process-send-string. Use the display
9002 parameter.
9003 (server-unload-hook): Remove obsolete delete-tty hook.
9004 (server-start): Ask before restarting if the old server still has
9005 clients. Add feedback messages. Remove obsolete delete-tty hook.
9006 (server-process-filter): Use server-send-string. Accept `-dir'
9007 command. Switch to *scratch* immediately after creating the frame,
9008 before evaluating any -evals. Protect `display-splash-screen'
9009 call in a condition-case. Explain why. Call
9010 `display-startup-echo-area-message' before
9011 `display-splash-screen'. Don't display the splash screen when no
9012 frame was created. Show the Emacs splash screen and startup echo
9013 area message. Display the *scratch* buffer by default. Store the
9014 local environment in a frame (not terminal) parameter. Do not try
9015 to decode environment strings. Fix reference to the 'display
9016 frame parameter. Change syntax of environment variables. Put
9017 environment into terminal parameters, not client parameters. Use
9018 a dummy client with --no-wait's X frames. In `-position LINE'
9019 handler, don't ruin the request string until the line number is
9020 extracted. Log opened files. Handle -current-frame command.
9021 Don't create frames when it is given. Don't bind X frames to the
9022 client when we are in -no-wait mode. Set locale environment
9023 variables from client while creating tty frames. Disable call to
9024 configure-display-for-locale. When processing -position command,
9025 don't change the request string until the parameters are
9026 extracted. Don't try to create an X frame when Emacs does not
9027 support it. Improve logging. Temporarily set ncurses-related
9028 environment variables to those of the client while creating a new
9029 tty frame. Select buffers opened by nowait clients, don't leave
9030 them buried under others. Set the display parameter, and use it
9031 when appropriate.
9032
9033 * startup.el (display-startup-echo-area-message): Handle
9034 `inhibit-startup-echo-area-message' here.
9035 (command-line-1): Moved from here.
9036 (fancy-splash-screens): Use `overriding-local-map' instead of
9037 `overriding-terminal-local-map' for now; the latter doesn't work
9038 right, it looses keypresses to another terminal. Use
9039 `overriding-terminal-local-map' to set up keymap. Install a
9040 `delete-frame-functions' hook to catch `delete-frame' events.
9041 Ignore `select-window' events to cope better with
9042 `focus-follows-mouse'. Don't switch back to the original buffer
9043 if the splash frame has been killed. Restore previous buffer, even
9044 if it's *scratch*.
9045 (normal-splash-screen): Don't let-bind `mode-line-format'; it
9046 changes the global binding - setq it instead. Use
9047 `save-buffers-kill-terminal'.
9048 (display-splash-screen): Don't do anything if the splash screen is
9049 already displayed elsewhere.
9050 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
9051 (command-line): Replace duplicated code with a call to
9052 tty-run-terminal-initialization. Don't load the terminal
9053 initialization file more than once. Remove call to nonexistent
9054 function `set-locale-translation-file-name'.
9055
9056 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
9057 parameters.
9058 (xterm-mouse-position-function, xterm-mouse-event): Update.
9059 (xterm-mouse-mode): Don't depend on current value of window-system.
9060 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
9061 Update for multi-tty.
9062 (turn-on-xterm-mouse-tracking-on-terminal)
9063 (turn-off-xterm-mouse-tracking-on-terminal)
9064 (xterm-mouse-handle-delete-frame): New functions.
9065 (delete-frame-functions, after-make-frame-functions)
9066 (suspend-tty-functions, resume-tty-functions): Install extra hooks
9067 for multi-tty.
9068
9069 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9070
9071 * simple.el (invisible-p): Remove: implemented in C now.
9072 (line-move-invisible-p): Remove obsolete alias.
9073
9074 2007-08-28 Juri Linkov <juri@jurta.org>
9075
9076 * image-mode.el (image-type): New variable.
9077 (image-mode): Set default major mode name to "Image[text]".
9078 (image-minor-mode): Change LIGHTER to display image-type in the
9079 mode line.
9080 (image-minor-mode): Set default image-type to "text".
9081 (image-toggle-display): After switching to text mode, set
9082 image-type to "text" and major mode name to "Image[text]".
9083 After switching to image mode, set image-type to actual image
9084 type, and add image type to major mode name. Let-bind the same
9085 variable names as arguments of `image-type' and `create-image'.
9086 Bind `type' to the result of `image-type' and use it as arg
9087 of `create-image' to not determine the image type twice.
9088
9089 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
9090
9091 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
9092 (tramp-set-file-uid-gid, tramp-get-local-uid)
9093 (tramp-get-local-gid): New defuns.
9094 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
9095 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
9096 Improve fast track.
9097 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
9098 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
9099 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
9100 (tramp-handle-write-region): Improve fast track.
9101 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
9102 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
9103 be nil.
9104
9105 2007-08-28 Ivan Kanis <apple@kanis.eu>
9106
9107 * time.el: New feature to display several time zones in a buffer.
9108 (display-time-world-mode, display-time-world-display)
9109 (display-time-world, display-time-world-timer): New functions.
9110 (display-time-world-list, display-time-world-time-format)
9111 (display-time-world-buffer-name, display-time-world-timer-enable)
9112 (display-time-world-timer-second, display-time-world-mode-map):
9113 New variables.
9114
9115 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9116
9117 * term/x-win.el (x-gtk-stock-map): New variable.
9118 (x-gtk-map-stock): New function.
9119
9120 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
9121 prev/next-node.
9122
9123 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
9124
9125 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
9126
9127 2007-08-28 Glenn Morris <rgm@gnu.org>
9128
9129 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
9130
9131 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
9132
9133 * progmodes/modula2.el (m2-definition, m2-module):
9134 Don't use previous-line. Reported by T. V. Raman.
9135
9136 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9137
9138 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
9139 argument to tool-bar-mode call.
9140
9141 2007-08-27 Glenn Morris <rgm@gnu.org>
9142
9143 * diff-mode.el (diff-find-file-name): Only accept regular files,
9144 to rule out /dev/null, directories, etc.
9145
9146 * vc-svn.el (vc-svn-diff): If the repository version of all the
9147 files is the same as the specified OLDVERS, do a local diff.
9148
9149 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9150
9151 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
9152 of buffers in uniquify-managed.
9153
9154 * simple.el (invisible-p): Rename from text-invisible-p.
9155 Update callers.
9156
9157 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
9160 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
9161 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
9162 (cperl-etags-goto-tag-location): Use new style backquotes.
9163
9164 * net/browse-url.el: Remove spurious * in custom docstrings.
9165 (browse-url-filename-alist): Use new-style backquote.
9166
9167 * emacs-lisp/backquote.el (backquote-unquote-symbol)
9168 (backquote-splice-symbol): Clarify they're not new-style unquotes.
9169
9170 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
9171 (\,@): Backslash the , and ,@ which are not new-style unquotes.
9172
9173 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
9174
9175 * net/socks.el (socks-username/password-auth-filter):
9176 Remove unused vars `state' and `desired-len'.
9177 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
9178 (socks-wait-for-state-change): Use new-style backquotes.
9179
9180 * pcvs.el (cvs-mode-status): Fix long-standing typo.
9181
9182 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
9183 backquotes after each `read' rather than once per buffer.
9184
9185 * dframe.el: Remove spurious * in custom docstrings.
9186 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
9187 (dframe-xemacs20p): Remove, inline at the sole use point.
9188 (defface): Don't defvar the face, don't use old-style backquote.
9189 (defcustom): Don't use old-style backquote.
9190 (dframe-frame-parameter, dframe-mouse-event-p):
9191 Make it obvious that it's always defined.
9192 (dframe-popup-kludge): New function to replace
9193 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
9194 (dframe-frame-mode, dframe-set-timer-internal)
9195 (dframe-mouse-set-point): Remove use of with-no-warnings from
9196 XEmacs-specific code.
9197 (dframe-set-timer-internal): Fix very old bug with
9198 post-command-idle-hook.
9199
9200 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
9201
9202 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
9203
9204 * emacs-lisp/avl-tree.el: New file.
9205
9206 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9207
9208 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
9209 was used.
9210
9211 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
9212
9213 * complete.el (PC-do-completion): Make RET accept a non-unique but
9214 complete expansion again.
9215
9216 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
9217
9218 * eshell/esh-opt.el (eshell-eval-using-options):
9219 Add debug declaration.
9220
9221 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9222
9223 * log-view.el (log-view-toggle-mark-entry): Add docstring.
9224 (log-view-get-marked): Likewise.
9225
9226 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
9227 (vc-delete-automatic-version-backups): Likewise.
9228
9229 * vc.el (vc-dired-buffers-for-dir): Likewise.
9230
9231 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
9232
9233 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
9234 safe-local-variable setting.
9235 * progmodes/perl-mode.el (perl-indent-level): Likewise.
9236
9237 * log-view.el (log-view-marked-list): Delete variable.
9238 (log-view-mode): Don't use it.
9239 (log-view-toggle-mark-entry): Likewise, simplify.
9240 (log-view-current-tag): Don't return properties.
9241 (log-view-get-marked): New function.
9242
9243 2007-08-25 Alexandre Julliard <julliard@winehq.org>
9244
9245 * vc-git.el (vc-git-mode-line-string): New function.
9246
9247 2007-08-25 Alan Mackenzie <acm@muc.de>
9248
9249 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
9250 new language variable.
9251
9252 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
9253 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
9254 "extern" etc., rather than BOI. Fix addition of spurious
9255 syntactic-symbol 'defun-block-intro, replacing it with
9256 'innamespace, etc.
9257
9258 2007-08-25 Juri Linkov <juri@jurta.org>
9259
9260 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
9261
9262 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
9263 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
9264 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
9265
9266 * image.el (image-type-header-regexps): Use more complex regexp for svg.
9267 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
9268 (image-type-auto-detectable): Add (svg . maybe).
9269
9270 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
9271 to treat it like .tgz.
9272
9273 * calendar/cal-bahai.el: Add file coding cookie.
9274
9275 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
9276
9277 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
9278 Don't behave differently when executed via M-x. Add doc string.
9279
9280 * sort.el (sort-fold-case, sort-numeric-base): Mark as
9281 safe-local-variable.
9282
9283 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
9284
9285 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
9286 the default value.
9287 (math-calendar-tzinfo): New variable.
9288 (math-get-calendar-tzinfo): New function.
9289 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
9290 to get information when zone is nil.
9291
9292 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
9293
9294 * log-view.el (log-view-toggle-mark-entry): New function.
9295 (log-view-mode-map): Bind it.
9296 (log-view-marked-list): New variable.
9297 (log-view-mode): Make it local.
9298
9299 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
9300
9301 * play/zone.el (zone-pgm-rat-race): New func.
9302 (zone-programs): Add `zone-pgm-rat-race'.
9303
9304 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9305
9306 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
9307 a list.
9308
9309 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
9310
9311 * progmodes/hideshow.el (hs-match-data): Delete alias.
9312 (hs-hide-block-at-point, hs-find-block-beginning)
9313 (hs-show-block): Use `match-data' directly.
9314
9315 2007-08-24 Martin Rudalics <rudalics@gmx.at>
9316
9317 * format.el (format-alist): Fix typo in doc-string.
9318
9319 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
9320
9321 * net/tramp.el (tramp-local-host-p): New defun.
9322 (tramp-handle-file-local-copy, tramp-handle-write-region):
9323 Implement fast track when being on the local host.
9324 (tramp-file-name-handler): Don't set "started" property. It shall
9325 be reserved for the "ftp" method.
9326 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
9327
9328 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
9329 (tramp-ftp-file-name-handler): Set "started" property.
9330
9331 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
9332
9333 * files.el (backup-buffer-copy): Don't wrap delete in
9334 condition-case, only try to delete if file exists.
9335
9336 2007-08-24 Glenn Morris <rgm@gnu.org>
9337
9338 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
9339
9340 * startup.el (tutorial-directory): Set with eval-at-startup so it
9341 gets the right value in an installed Emacs.
9342
9343 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9344
9345 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
9346 (eldoc-highlight-function-argument): Use it.
9347
9348 2007-08-23 Masatake YAMATO <jet@gyve.org>
9349
9350 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
9351 name of parameters in document body.
9352
9353 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9354
9355 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
9356 (byte-compile-output-as-comment): Use with-current-buffer rather than
9357 a weird set-buffer&prog1 combination.
9358
9359 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
9360 test so as to optimise cases where the `progn's result is constant.
9361
9362 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9363
9364 * locate.el (locate-get-file-positions):
9365 Use line-beginning-position and line-end-position.
9366
9367 2007-08-23 John Wiegley <johnw@newartisans.com>
9368
9369 * calendar/cal-bahai.el: Added in the diacriticals that were
9370 missing for many of the month names.
9371
9372 2007-08-22 Jason Rumney <jasonr@gnu.org>
9373
9374 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
9375
9376 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
9377
9378 * image-mode.el (image-minor-mode): Use image-mode-text-map.
9379
9380 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
9381
9382 * dabbrev.el (dabbrev--progress-reporter): New variable.
9383 (dabbrev--scanning-message): Delete func.
9384 (dabbrev--find-expansion): Use a progress reporter
9385 instead of dabbrev--scanning-message.
9386
9387 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
9388
9389 * comint.el (comint-exec-1): Raise an error if
9390 `start-file-process' does not return a process object.
9391
9392 * shell.el (shell): Prompt for `default-directory' if it is a
9393 remote file name, and if called with a prefix arg.
9394
9395 2007-08-22 Sam Steingold <sds@gnu.org>
9396
9397 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
9398
9399 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
9400
9401 * textmodes/org-export-latex.el: New file.
9402
9403 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
9404
9405 * textmodes/org.el (org-agenda-skip): Allow a form for
9406 `org-agenda-skip-function'.
9407 (org-agenda-redo): Re-use local settings.
9408 (org-agenda): Store local settings.
9409 (org-agenda-deadline-faces): New option.
9410 (org-agenda-deadline-face): New function.
9411 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
9412 entries on their due date.
9413 (org-agenda-get-timestamps): No longer handle the due dates of
9414 schedules and deadline items.
9415 (org-insert-link-global, org-open-at-point-global): New commands.
9416 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
9417 :for-ascii parameter.
9418 (org-skip-comments): Function removed.
9419 (org-cleaned-string-for-export): Handle special table lines.
9420 (org-global-properties): New option.
9421 (org-entry-get-with-inheritance): Check global properties.
9422 (org-local-properties): New variable.
9423 (org-set-regexps-and-options): Find the #+PROPERTY line.
9424 (org-link-types): Change type into variable (was constant).
9425 (org-make-link-regexps): New function.
9426 (org-link-re-with-space, org-link-re-with-space2)
9427 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
9428 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
9429 these regular expressions happens now in the function
9430 `org-make-link-regexps'.
9431 (org-store-link): Call the functions in
9432 `org-store-link-functions'.
9433 (org-add-link-type): New function.
9434 (org-store-link-functions): New variable.
9435 (org-activate-tags): Force matches to be in headlines.
9436 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
9437 (org-columns-display-here): Make sure this works in a narrowed
9438 buffer by checking for point-min.
9439 (org-columns-display-here): Make the rest of the line intangible,
9440 so that point never can be there.
9441 (org-cleaned-string-for-export): Use `with-current-buffer'.
9442 (org-replace-region-by-html): Use `with-current-buffer'.
9443 (org-unfontify-region, org-do-occur, org-columns-display-here)
9444 (org-columns-remove-overlays, org-columns-quit)
9445 (org-columns-edit-value, org-columns-next-allowed-value)
9446 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
9447 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
9448 (org-agenda-todo, org-agenda-change-all-lines)
9449 (org-agenda-align-tags, org-agenda-priority)
9450 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
9451 (org-agenda-show-new-time, org-cleaned-string-for-export)
9452 (org-export-grab-title-from-buffer)
9453 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
9454 instead of `buffer-read-only'.
9455 (org-export-as-html): Set `coding-system-for-write'.
9456 (org-remember-store-without-prompt): New option.
9457 (org-archive-subtree): Fixed bug with modifying TODO keyword.
9458 (org-beginning-of-line): Also treat C-a special in items.
9459 (org-table-convert-refs-to-rc): Fixed problem with column
9460 reference after "..".
9461 (org-columns-compute): Don't mark buffer modified because of text
9462 properties.
9463 (org-batch-store-agenda-views): Use the variable
9464 `default-directory', not the function.
9465 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
9466 (org-clock-out-when-done): New option.
9467 (org-html-entities): Added HTML entities for smileys.
9468
9469 2007-08-22 Glenn Morris <rgm@gnu.org>
9470
9471 * image.el (create-image): Doc fix.
9472
9473 * startup.el (tutorial-directory): New constant.
9474 (fancy-splash-text): Tutorials now in tutorial-directory.
9475 * tutorial.el (help-with-tutorial): Tutorials now in
9476 tutorial-directory.
9477
9478 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
9479
9480 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
9481 otherwise.
9482 (tramp-get-remote-path): New defun. Replace occurrences of
9483 `tramp-default-remote-path' by this function.
9484 (tramp-set-remote-path): Move most of the code to
9485 `tramp-get-remote-path'.
9486 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
9487 existing directories, this is done already in
9488 `tramp-get-remote-path'.
9489
9490 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
9491
9492 * image-file.el (image-file-name-extensions): Add "svg".
9493 * image.el (image-type-header-regexps): Add svg entry.
9494
9495 2007-08-22 Glenn Morris <rgm@gnu.org>
9496
9497 * files.el (backup-buffer-copy): Check backup directory is
9498 writable, to avoid infloop deleting old backup.
9499
9500 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
9501 movemail related variables.
9502 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
9503 will now be set before this is called.
9504
9505 2007-08-21 Juri Linkov <juri@jurta.org>
9506
9507 * delsel.el (delete-selection-pre-hook):
9508 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
9509 instead of checking last-command.
9510
9511 2007-08-21 Juri Linkov <juri@jurta.org>
9512
9513 * loadup.el: Preload "button".
9514
9515 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9516
9517 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9518 Add previous-line and next-line.
9519
9520 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
9521 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
9522
9523 * vc-hooks.el (vc-menu-entry): New var.
9524 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
9525 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
9526 (vc-menu-map): Declare and initialize in one step.
9527 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
9528
9529 * menu-bar.el (vc-menu-map): Don't setup any more.
9530 Instead, just create the proper spot in the menu.
9531
9532 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9533
9534 * smerge-mode.el (smerge-resolve): New arg `safe'.
9535 (smerge-resolve-all, smerge-batch-resolve): New function.
9536 (smerge-refine): Make sure `diff' returns the expected result.
9537 (smerge-parsep-re): New const.
9538 (smerge-mode): Use it to adjust paragraph-separate.
9539
9540 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9541 Correctly match / regexp matchers as first char on a line when
9542 fontifying only that line.
9543
9544 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
9545
9546 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9547
9548 * vc-bzr.el: Don't fiddle with vc-handled-backend.
9549 (vc-bzr-registered): Don't redundantly protect against
9550 file-error. Actually use the format-specific code.
9551 (vc-bzr-buffer-nonblank-p): Remove.
9552 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
9553
9554 2007-08-20 Juri Linkov <juri@jurta.org>
9555
9556 * startup.el (fancy-splash-text): Change multiple tabs into one
9557 tab. Remove "Useful File menu items" section (with "Exit Emacs"
9558 and "Recover Crashed Session").
9559 (fancy-splash-screens): Set tab-width to 22.
9560 (normal-splash-screen): Replace literal tabs with \t and
9561 fix whitespace. Remove "Useful File menu items" section (with
9562 "Exit Emacs" and "Recover Crashed Session").
9563
9564 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
9565
9566 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
9567 extracted from `eval-last-sexp-1'.
9568 (eval-last-sexp-1): Call `preceding-sexp'.
9569
9570 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
9571
9572 * vc-rcs.el (vc-rcs-annotate-command):
9573 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
9574 Add back :vc-annotate-prefix propertization.
9575
9576 2007-08-20 Andreas Schwab <schwab@suse.de>
9577
9578 * mail/rmail.el (rmail-autodetect): Doc fix.
9579
9580 2007-08-19 Juri Linkov <juri@jurta.org>
9581
9582 * startup.el (normal-splash-screen): Add more links.
9583
9584 2007-08-19 Juri Linkov <juri@jurta.org>
9585
9586 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
9587 because it's common to both types of splash screen: fancy and normal.
9588 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
9589 (exit-splash-screen): Rename from `fancy-splash-quit'.
9590 Use `quit-window' instead of `kill-buffer'.
9591 (fancy-splash-head): Use make-button to insert GNU image link.
9592 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
9593 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
9594 (normal-splash-screen): Put "Browse manuals" on the same line with
9595 "Emacs manual". Remove descriptions from "Useful tasks" and put
9596 all links in two columns on two lines.
9597
9598 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
9599
9600 * emulation/viper.el (viper-remove-hooks): Remove some additional
9601 viper hooks when the user calls viper-go-away.
9602 (viper-go-away): Restore the default of default-major-mode.
9603 Save the value of default-major-mode before vaperization.
9604
9605 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
9606
9607 * emulation/viper-ex.el: Replace error "" with "Viper bell".
9608
9609 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
9610 buffer for which file is created.
9611
9612 2007-08-19 Glenn Morris <rgm@gnu.org>
9613
9614 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
9615 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
9616 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
9617 shadow files messing up the compilation.
9618
9619 2007-08-18 Glenn Morris <rgm@gnu.org>
9620
9621 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
9622 string. Also apply eldoc-argument-case in the help-split-fundoc
9623 case. Adapt for changed behavior of eldoc-function-argstring,
9624 eldoc-function-argstring-format, and
9625 eldoc-highlight-function-argument.
9626 (eldoc-highlight-function-argument): Handle nil INDEX argument,
9627 just call eldoc-docstring-format-sym-doc in that case.
9628 (eldoc-function-argstring): Change the behavior. Now it converts
9629 an argument list to a string.
9630 (eldoc-function-argstring-format): Change the behavior. Now it
9631 applies `eldoc-argument-case' to a string.
9632
9633 * progmodes/scheme.el (scheme-mode-variables): Set
9634 font-lock-comment-start-skip.
9635
9636 2007-08-18 Martin Rudalics <rudalics@gmx.at>
9637
9638 * progmodes/ada-mode.el (ada-create-syntax-table): Move
9639 set-syntax-table from here to ...
9640 (ada-mode): ... here. Do not change global value of
9641 comment-multi-line. Call new function
9642 ada-initialize-syntax-table-properties and add new function
9643 ada-handle-syntax-table-properties to font-lock-mode-hook.
9644 (ada-deactivate-properties, ada-initialize-properties): Replace
9645 by new functions ...
9646 (ada-handle-syntax-table-properties)
9647 (ada-initialize-syntax-table-properties)
9648 (ada-set-syntax-table-properties): ... to set up syntax-table
9649 properties uniformly, independently from whether font-lock-mode
9650 is enabled or not. Handle read-only buffers and do not change
9651 undo-list when setting syntax-table properties.
9652 (ada-after-change-function): Use ada-set-syntax-table-properties.
9653
9654 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9655
9656 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
9657 (meta-indent-current-nesting): Use a computation of the nesting
9658 instead.
9659 (meta-indent-current-indentation): Indentation is given according
9660 to nesting and if the previous line was finished or not.
9661 (meta-indent-unfinished-line): Tell if the current line ends with
9662 a finished expression.
9663 (meta-indent-looking-at-code): Like `looking-at', but checks if
9664 the point is in a string before.
9665 (meta-indent-level-count): Use it. Don't count parenthesis as it's
9666 done in the nesting function.
9667 (meta-indent-in-string-p): Tell if the current point is in a
9668 string.
9669 (meta-indent-calculate): Treat b-o-b as a special case. Use the
9670 previous functions.
9671
9672 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
9673
9674 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
9675 (copyright-update-year, copyright-update)
9676 (copyright-fix-years): Use it.
9677
9678 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
9679
9680 * emacs-lisp/copyright.el (copyright-update-year):
9681 Fix bug: Handle nil copyright-limit.
9682
9683 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
9684
9685 * calc/calc-units.el (math-standard-units): Give exact
9686 conversion for tsp.
9687
9688 * calc/calc.el (math-bignum-digit-length): Compute the
9689 appropriate value.
9690
9691 * calc/calc-bin.el (math-bignum-logb-digit-size)
9692 (math-bignum-digit-power-of-two):
9693 * calc/calc-comb.el (math-small-factorial-table):
9694 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
9695 (math-approx-gamma-const):
9696 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
9697 (math-besY1, math-bernoulli-b-cache):
9698 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9699 Remove `eval-when-compile's.
9700
9701 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9702
9703 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
9704 (cperl-find-pods-heres): Fix an error when typing expressions like
9705 `s{a}{b}'.
9706
9707 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9708
9709 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
9710 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
9711 a special case (there's no build number).
9712
9713 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
9714
9715 * completion.el (symbol-under-point, symbol-before-point)
9716 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
9717
9718 2007-08-17 Glenn Morris <rgm@gnu.org>
9719
9720 * progmodes/compile.el (compilation-get-file-structure): Make use
9721 of the directory part when checking for an existing entry, to
9722 handle files with same basename in different directories.
9723
9724 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
9725
9726 * calc/calc.el (calc-language-alist): Add texinfo-mode.
9727
9728 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9729
9730 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
9731 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
9732 (ps-paragraph-spacing): Docstring fix.
9733
9734 2007-08-16 Glenn Morris <rgm@gnu.org>
9735
9736 * ps-print.el (ps-font-size): Doc fix.
9737
9738 2007-08-16 Richard Stallman <rms@gnu.org>
9739
9740 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
9741
9742 2007-08-15 Juri Linkov <juri@jurta.org>
9743
9744 * startup.el (initialization): Change parent group from `internal'
9745 to `environment'.
9746 (initial-buffer-choice): New variable.
9747 (command-line): Revert 2007-07-02 change that sets
9748 buffer-offer-save in *scratch* and enables auto-save in it.
9749 (fancy-splash-text): Add links to existing items. Add new items
9750 with links for useful tasks. Move information about Control-g to
9751 fancy-splash-head. Move "Emacs Guided Tour" to the end.
9752 (fancy-splash-keymap): New variable.
9753 (fancy-splash-last-input-event): Remove variable.
9754 (fancy-splash-insert): Add processing of `:link' element.
9755 (fancy-splash-head): Replace "Type Control-l to begin editing"
9756 with "Type `q' to exit".
9757 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
9758 (fancy-splash-default-action, fancy-splash-special-event-action):
9759 Remove functions.
9760 (fancy-splash-quit): New function.
9761 (fancy-splash-screens): Rename input arg from `hide-on-input' to
9762 `static' and reverse the condition of its usage. Don't preserve
9763 original values of `minor-mode-map-alist',
9764 `emulation-mode-map-alists', `special-event-map'.
9765 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
9766 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
9767 Remove processing of special events. Use local key map
9768 `fancy-splash-keymap'. Set buffer to read-only.
9769 (normal-splash-screen): Rename input arg from `hide-on-input' to
9770 `static' and reverse the condition of its usage.
9771 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
9772 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
9773 Add links to existing items. Add new items with links for useful
9774 tasks. Use local key map `fancy-splash-keymap'.
9775 (display-splash-screen): Rename input arg from `hide-on-input' to
9776 `static'.
9777 (about-emacs): Add alias to display-splash-screen.
9778 (command-line-1): Use `initial-buffer-choice'.
9779
9780 * menu-bar.el (menu-bar-help-menu):
9781 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
9782 item to about-emacs instead of display-splash-screen.
9783
9784 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
9785
9786 * calc/calc-units.el (math-standard-units): Update values.
9787 Put in exact, rational values when possible.
9788 (math-unit-prefixes): Replace floats with powers of ten.
9789 (math-standard-units-systems): Replace floats with integers.
9790 (math-make-unit-string): Remove extra spaces in output.
9791
9792 2007-08-15 Glenn Morris <rgm@gnu.org>
9793
9794 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
9795 sloppier, for the sake of GNU Mailman.
9796 (rmail-digest-rfc1153): Initialize `result' correctly.
9797
9798 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9799
9800 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
9801 in the mail title. Suggested by Reiner Steib.
9802
9803 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
9804
9805 * calc/calc-aent.el (calc-do-quick-calc): Add binary
9806 representation of integers to the list of outputs.
9807
9808 2007-08-14 Glenn Morris <rgm@gnu.org>
9809
9810 * simple.el (bad-packages-alist): New constant.
9811 (bad-package-check): New function. Together, these two add elements
9812 to `after-load-alist' to check for problematic external packages.
9813 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
9814
9815 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
9816
9817 * calc/calc-units.el (math-get-standard-units)
9818 (math-get-units, math-make-unit-string)
9819 (math-get-default-units, math-put-default-units): New functions.
9820 (math-default-units-table): New variable.
9821 (calc-convert-units, calc-convert-temperature): Add machinery
9822 to supply default values.
9823
9824 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
9825
9826 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
9827 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
9828 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
9829 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
9830
9831 * emulation/tpu-extras.el: Remove spurious * in docstrings.
9832 Put its autoloads into tpu-edt.el rather than loaddefs.el.
9833 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
9834 Make into a proper minor-mode.
9835 (tpu-backward-char, tpu-next-line, tpu-previous-line)
9836 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
9837 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
9838 (tpu-set-cursor-free, tpu-set-cursor-bound):
9839 Delegate to tpu-cursor-free-mode.
9840 (tpu-next-line, tpu-previous-line, tpu-forward-line)
9841 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
9842 Use line-move or forward-line instead of next-line-internal.
9843
9844 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
9845
9846 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
9847
9848 2007-08-12 Richard Stallman <rms@gnu.org>
9849
9850 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
9851 (cvs-execute-single-file): Use new name split-string-and-unquote.
9852 (cvs-header-msg): Use new name combine-and-quote-strings.
9853
9854 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
9855
9856 * progmodes/gud.el (gud-common-init): Use new name
9857 split-string-and-unquote.
9858
9859 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
9860 in javac regexp.
9861
9862 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
9863 combine-and-quote-strings and split-string-and-unquote.
9864
9865 * subr.el (combine-and-quote-strings): Rename from strings->string.
9866 (split-string-and-unquote): Rename from string->strings.
9867
9868 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9869
9870 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
9871 to buffer-local settings.
9872
9873 * emacs-lisp/backquote.el (backquote-delay-process): New function.
9874 (backquote-process): Add internal arg `level'. Use the two to
9875 correctly handle nested backquotes.
9876
9877 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
9878
9879 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
9880 (vc-bzr-state-words): Add "kind changed" state word.
9881 (vc-bzr-status): New function. Return Bzr idea of file status,
9882 which is different from VC's.
9883 (vc-bzr-state): Use vc-bzr-status.
9884 (vc-workfile-unchanged-p): Use vc-bzr-status.
9885 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
9886 (vc-dired-state): Process "kind changed" state word.
9887
9888 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9889
9890 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
9891
9892 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
9893 Move from vc-default-find-file-not-found-hook.
9894
9895 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9896
9897 * man.el: Remove spurious * in docstrings.
9898 Merge defvars and toplevel setq-defaults.
9899 (Man-highlight-references0): Limit=nil rather than point-max.
9900 (Man-mode-map): Move initialization into the declaration.
9901 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
9902 (Man-view-header-file): Use expand-file-name rather than concat.
9903 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
9904
9905 * man.el (Man-next-section): Make sure we do not move backward.
9906
9907 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9908
9909 * files.el (auto-mode-alist): Use the purecopied text (duh!).
9910
9911 2007-08-08 Glenn Morris <rgm@gnu.org>
9912
9913 * Replace `iff' in doc-strings and comments.
9914
9915 2007-08-08 Martin Rudalics <rudalics@gmx.at>
9916
9917 * dired.el (dired-pop-to-buffer):
9918 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9919 * calendar/calendar.el (generate-calendar-window):
9920 * progmodes/compile.el (compilation-set-window-height):
9921 * textmodes/two-column.el (2C-two-columns, 2C-merge):
9922 Use window-full-width-p instead of comparing frame-width and
9923 window-width.
9924
9925 * progmodes/compile.el (compilation-find-buffer): Remove extra
9926 argument in call to compilation-buffer-internal-p.
9927
9928 2007-08-07 Tom Tromey <tromey@redhat.com>
9929
9930 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
9931 Add safe-local-variable property.
9932
9933 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
9934
9935 * image-mode.el (image-toggle-display): Use image-refresh.
9936
9937 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
9938
9939 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
9940 unofficial version.
9941 (vc-bzr-command): Remove redundant setting of process-connection-type.
9942 (vc-bzr-admin-checkout-format-file): Add autoload.
9943 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
9944 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
9945 (vc-bzr-registered): Compare dirstate format tag with known good
9946 value, abort parsing if match fails. Warn user in docstring.
9947 (vc-bzr-workfile-version): Case for different Bzr branch formats.
9948 See bzrlib/branch.py in Bzr sources.
9949 (vc-bzr-diff): First argument FILES may be a string rather than a list.
9950 (vc-bzr-shell-command): Remove in favor of
9951 vc-bzr-command-discarding-stderr.
9952 (vc-bzr-command-discarding-stderr): New function.
9953
9954 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
9955
9956 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
9957 program, and return nil.
9958 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
9959 (vc-bzr-state): Look for path names relative to the repository
9960 root after status keyword.
9961 (vc-bzr-file-name-relative): New function.
9962 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
9963 depend on it.
9964 (vc-bzr-admin-dirname, ...-checkout-format-file)
9965 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
9966 files that we now parse directly for speed.
9967 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
9968 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
9969 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
9970 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
9971 Bzr warnings, so we must discard it.
9972 (vc-bzr-workfile-version): Speedup counting lines from
9973 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
9974 if that file doesn't exist.
9975 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
9976 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
9977 to `vc-directory-exclusion-list'.
9978 (vc-bzr-shell-command): New function.
9979
9980 2007-08-06 Tom Tromey <tromey@redhat.com>
9981
9982 * diff-mode.el (diff-unified->context, diff-reverse-direction)
9983 (diff-fixup-modifs): Typo in docstring.
9984
9985 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9986
9987 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
9988 count-screen-lines.
9989 (tpu-edt-off): Disable relevant pieces of advice.
9990
9991 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
9992 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
9993 (newline, newline-and-indent, do-auto-fill): Use advice instead of
9994 redefining the function.
9995 (tpu-set-scroll-margins): Activate the pieces of advice.
9996
9997 2007-08-06 Martin Rudalics <rudalics@gmx.at>
9998
9999 * help.el (resize-temp-buffer-window): Use window-full-width-p
10000 instead of comparing frame-width and window-width.
10001
10002 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
10003
10004 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
10005 optional quotes around files in NEED-UPDATE . REMOVED case.
10006
10007 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
10008 (ada-treat-cmd-string): Improve error message.
10009 (ada-do-file-completion): Call `ada-require-project-file', so
10010 project variables are set properly.
10011 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
10012 (ada-gnatfind-buffer-name): New constant.
10013 (ada-find-any-references): Use new constant. Set buffer name
10014 properly in compilation-start. Toggle read-only properly.
10015 (ada-find-in-src-path): Fix spelling error in docstring.
10016
10017 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
10018 by zero error.
10019
10020 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10021
10022 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
10023
10024 2007-08-12 Richard Stallman <rms@gnu.org>
10025
10026 * progmodes/sh-script.el (sh): Delete group `unix'.
10027
10028 * progmodes/gud.el (gud): Change to group `processes'.
10029
10030 2007-08-11 Glenn Morris <rgm@gnu.org>
10031
10032 * progmodes/compile.el (compilation-buffer-name): Don't check
10033 compilation-arguments. It is superfluous, and the variable isn't
10034 even set when this function is called.
10035
10036 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10037
10038 * term/mac-win.el (mac-ae-reopen-application): New function.
10039 (mac-apple-event-map): Bind "reopen application" Apple event to it.
10040
10041 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10042
10043 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
10044 take tex-font-script-display into account.
10045 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
10046 cell to a list of 2 elements to simplify the unfontify code.
10047
10048 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10049
10050 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
10051 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
10052 ps-print-color-p is neither nil nor black-white. Reported by Christian
10053 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
10054
10055 2007-08-08 Andreas Schwab <schwab@suse.de>
10056
10057 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
10058 self-insert-command, not self-insert.
10059
10060 2007-08-08 Glenn Morris <rgm@gnu.org>
10061
10062 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
10063 argument optional, for backwards compatibility, and only highlight
10064 args when present. Fix symbol name typo (doc/args).
10065
10066 * help-mode.el (help-make-xrefs): Search for symbol constituents,
10067 rather than just `-'.
10068
10069 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
10070
10071 * calc/calc-units.el (calc-convert-temperature):
10072 Use `/' to create fractions.
10073
10074 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
10075
10076 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
10077 global matching.
10078 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
10079 ERROR-BUFFER more robust. Display output.
10080 (tramp-file-name-handler): Add a connection property when we found
10081 a foreign file name handler. This allows backends like ftp to
10082 profit also from usr/host name completion based on connection
10083 cache.
10084 (tramp-send-command-and-read): Search for trash after the regexp
10085 until eol only. In XEmacs, there is a problem with \n.
10086
10087 * net/tramp-cache.el (top): Read persistent connection history
10088 when cache is empty.
10089
10090 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
10091
10092 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
10093 resulting output.
10094
10095 2007-08-07 Sam Steingold <sds@gnu.org>
10096
10097 * progmodes/compile.el (compilation-start): Pass nil as startfile
10098 to comint-exec.
10099
10100 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
10101
10102 * longlines.el (longlines-decoded): New variable.
10103 (longlines-mode): Avoid encoding or decoding the buffer twice.
10104
10105 2007-08-07 Martin Rudalics <rudalics@gmx.at>
10106
10107 * format.el (format-insert-file): Make sure that at most one undo
10108 entry is recorded for the insertion. Inhibit point-motion and
10109 modification hooks around call to insert-file-contents.
10110
10111 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10112
10113 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
10114 Select the buffer's window before moving point.
10115
10116 2007-08-07 Richard Stallman <rms@gnu.org>
10117
10118 * term.el (term): Remove parent group `unix'.
10119
10120 * simple.el (default-indent-new-line): New function.
10121 It calls comment-line-break-function if there are comments.
10122 (do-auto-fill): Use that.
10123
10124 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
10125
10126 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
10127 (PC-do-completion): Add "acronym completion" for symbols and
10128 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
10129
10130 2007-08-06 Sam Steingold <sds@gnu.org>
10131
10132 * mouse.el (mouse-buffer-menu): Pass mode-name through
10133 format-mode-line because it may be a list,
10134 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
10135
10136 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
10137
10138 * printing.el (pr-update-menus): Docstring fix.
10139
10140 2007-08-06 Jason Rumney <jasonr@gnu.org>
10141
10142 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
10143
10144 * vc-hooks.el (vc-call): Add doc string.
10145
10146 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
10147
10148 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
10149 process-filter.
10150
10151 2007-08-06 Kenichi Handa <handa@m17n.org>
10152
10153 * international/quail.el: Wrap (require 'help-mode) by
10154 eval-when-compile.
10155 (quail-help-init): New function.
10156 (quail-help): Call quail-help-init.
10157 (quail-store-decode-map-key): Change it to a function.
10158
10159 2007-08-05 Jason Rumney <jasonr@gnu.org>
10160
10161 * vc.el (vc-rollback): Add norevert argument back.
10162 (vc-revert-buffer): Add back as obsolete alias.
10163
10164 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
10165
10166 * term.el: Honor term-default-fg-color and term-default-bg-color
10167 settings when modifying term-current-face.
10168 (term-default-fg-color, term-default-bg-color): Initialize from
10169 default term-current-face.
10170 (term-mode, term-reset-terminal): Set term-current-face with
10171 term-default-fg-color and term-default-bg-color.
10172 (term-handle-colors-array): term-current-face has term-default-fg-color
10173 and term-default-bg-color after reset escape sequence.
10174 (term-handle-colors-array): Set term-current-color with
10175 term-default-fg/bg-color instead of ansi-term-color-vector when the
10176 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
10177
10178 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
10179
10180 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
10181 (math-nlfit-givens): Let bind free variables.
10182
10183 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
10184
10185 * printing.el: Require lpr and ps-print when loading printing package.
10186 Reported by Glenn Morris <rgm@gnu.org>.
10187
10188 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
10189
10190 * files.el (set-auto-mode): Handle also remote files wrt
10191 `auto-mode-alist'.
10192
10193 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
10194
10195 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
10196 curves and plotting.
10197
10198 * calc/calc-nlfit.el: New file.
10199
10200 2007-08-04 Glenn Morris <rgm@gnu.org>
10201
10202 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
10203 zero, not nil, when the library is first loaded. Check for a file
10204 that has been modified on disk.
10205
10206 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
10207 Remove duplicate defvar preventing initialization.
10208 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
10209
10210 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10211
10212 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
10213 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
10214 may match up to 4 lines.
10215 (diff-beginning-of-file-and-junk): Rewrite.
10216
10217 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10218
10219 * printing.el: Evaluate require only during compilation.
10220 (pr-version): New version 6.9.1.
10221 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
10222 (pr-global-menubar): Fix code.
10223
10224 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
10225
10226 * term.el (term-erase-in-display): Fix case when point is not at
10227 the beginning of the line.
10228
10229 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
10230
10231 * calc/calc-ext.el (math-get-value, math-get-sdev)
10232 (math-contains-sdev): New functions.
10233
10234 * calc/calc-graph.el (calc-graph-format-data)
10235 (calc-graph-add-curve): Check for error forms.
10236 (calc-graph-set-styles): Add option for error forms.
10237
10238 2007-08-03 Miles Bader <miles@gnu.org>
10239
10240 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
10241 backend names for new backends to `Git', `Hg', and `Bzr'.
10242 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
10243 not `HG'.
10244 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
10245 name, not `GIT'.
10246 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
10247 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
10248
10249 2007-08-03 Richard Stallman <rms@gnu.org>
10250
10251 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
10252 to update deleted flag.
10253
10254 * cus-edit.el (customize-apropos, customize-apropos-options)
10255 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
10256
10257 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
10258
10259 * startup.el (fancy-splash-head, startup-echo-area-message):
10260 Change message text.
10261
10262 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
10263 All callers use line-move.
10264
10265 * progmodes/compile.el (compilation-find-buffer): Return current
10266 buffer immediately if suitable.
10267 (compile, compilation-buffer-name, compilation-start): Doc fixes.
10268
10269 2007-08-03 Daiki Ueno <ueno@unixuser.org>
10270
10271 * faces.el (face-normalize-spec): New function.
10272 (frame-set-background-mode): Normalize face-spec before calling
10273 face-spec-match-p.
10274
10275 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10276
10277 * server.el (server-window): Add switch-to-buffer-other-frame option.
10278
10279 2007-08-03 Glenn Morris <rgm@gnu.org>
10280
10281 * cus-edit.el (customize-apropos): Make the error message indicate
10282 what kind of thing the user was trying to customize.
10283
10284 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
10285
10286 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
10287 Fix off-by-one error in previous change.
10288
10289 2007-08-03 Drew Adams <drew.adams@oracle.com>
10290
10291 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
10292 Make buffer writable.
10293
10294 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
10295
10296 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
10297 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
10298 Use native Emacs functions, when appropriate.
10299
10300 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
10301 Stefan Monnier <monnier@iro.umontreal.ca>
10302
10303 * vc.el: Document new VC operation `extra-menu'.
10304
10305 * vc-hooks.el (vc-default-extra-menu): New function.
10306
10307 * menu-bar.el (menu-bar-vc-filter): New function.
10308 (menu-bar-tools-menu): Use it as a filter.
10309
10310 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
10311
10312 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
10313
10314 2007-08-01 Glenn Morris <rgm@gnu.org>
10315
10316 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
10317 strings.
10318 (fortran-tab-mode-default): Remove needless autoload.
10319 (fortran-tab-mode-string): Add help-echo and mouse properties, and
10320 mark as risky.
10321 (fortran-line-length): New buffer-local variable, safe if integer.
10322 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
10323 Change from variables to constants.
10324 (fortran-font-lock-syntactic-keywords): Delete as a variable,
10325 replace with a new function definition.
10326 (fortran-mode): Use fortran-line-length, and
10327 fortran-font-lock-syntactic-keywords as a function. Add a
10328 hack-local-variables-hook function.
10329 (fortran-line-length, fortran-hack-local-variables): New functions.
10330 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
10331 Use fortran-line-length rather than 72.
10332 (fortran-window-create-momentarily): Doc fix.
10333
10334 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
10335
10336 * cus-edit.el (custom-group-value-create, custom-goto-parent):
10337 Fix parent groups link.
10338
10339 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
10340
10341 * progmodes/python.el (python-current-defun): Adjust to never fall
10342 into infinite loop.
10343
10344 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
10345
10346 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
10347
10348 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
10349
10350 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
10351 (copyright-fix-years, copyright): Correctly handle the case where
10352 copyright-limit is nil.
10353
10354 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
10355
10356 * progmodes/python.el (run-python): Fix path separator under w32.
10357
10358 2007-07-30 Richard Stallman <rms@gnu.org>
10359
10360 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10361 Treat non-break space as whitespace in Lisp.
10362
10363 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
10364
10365 * vc.el (vc-dired-hook): Use inhibit-read-only.
10366
10367 * progmodes/compile.el (compilation-forget-errors):
10368 Reset compilation-auto-jump-to-next.
10369
10370 2007-07-30 Michael Olson <mwolson@gnu.org>
10371
10372 * cus-edit.el (custom-group-save): Fix void function definition
10373 error. Thanks to Zhang Wei for the report.
10374
10375 * ps-print.el: Check in trivial changes to the autoloads section
10376 caused by the build process. These autoloads really ought to be
10377 placed in a separate file, methinks.
10378
10379 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
10380
10381 * calendar/calendar.el (calendar-mode): Make sure
10382 displayed-(month|year) are set.
10383 (calendar-basic-setup): Display buffer before adjusting window sizes.
10384 (generate-calendar-window): Use inhibit-read-only. Simplify.
10385 Generate buffer and set displayed-month and displayed-year before
10386 calling update-calendar-mode-line.
10387
10388 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
10389
10390 * net/tramp.el:
10391 * net/tramp-uu.el:
10392 * net/trampver.el: Use utf-8 encoding with coding cookie.
10393
10394 * net/tramp-cache.el:
10395 * net/tramp-fish.el:
10396 * net/tramp-ftp.el:
10397 * net/tramp-gw.el:
10398 * net/tramp-smb.el: Remove coding cookie.
10399
10400 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
10401 Flush buffer file-name's file property.
10402 (tramp-handle-file-remote-p): The first parameter is FILENAME.
10403
10404 * net/trampver.el: Update release number.
10405
10406 2007-07-29 Juri Linkov <juri@jurta.org>
10407
10408 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
10409 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
10410 when major-mode is not dired-mode.
10411 (dired-toggle-read-only): New function.
10412 (dired-recursive-deletes): Remove obsolete comments about old
10413 default value.
10414 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
10415
10416 * wdired.el (wdired-exit): New function.
10417 (wdired-mode-map): Bind C-x C-q to wdired-exit.
10418
10419 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 * cus-edit.el (customize-read-group): New fun.
10422 (customize-group-other-window, customize-face-other-window):
10423 Prompt before delegating to customize-(group|face).
10424 Bind pop-up-windows rather than use the other-window argument.
10425 (customize-group, customize-face): Prompt from the interactive spec.
10426 Remove args `prompt-for-group' and `other-window'.
10427
10428 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
10429 (ad-body-forms, ad-advised-interactive-form): Revert this part of
10430 last change.
10431
10432 2007-07-28 Masatake YAMATO <jet@gyve.org>
10433
10434 * vc.el (vc-dired-mode): Add a menu for VC related operation.
10435 Use backend name as the menu label. Suggested by David Kastrup.
10436
10437 2007-07-28 Alan Mackenzie <acm@muc.de>
10438
10439 Fix problem with modes derived from CC Mode:
10440 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
10441 macro to cc-langs.
10442 (c-init-language-vars-for): Remove call to above macro.
10443 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
10444 been moved to here.
10445 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
10446
10447 2007-07-28 Eli Zaretskii <eliz@gnu.org>
10448
10449 * net/trampver.el: Fix the `coding' cookie.
10450
10451 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10452
10453 * vc-git.el (vc-git-print-log): Support both the old single file
10454 interface and the new one.
10455
10456 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
10457
10458 * bindings.el (mode-line-remote): Use updated %@ construct.
10459
10460 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
10461
10462 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
10463 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
10464 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
10465 (diary-list-bahai-entries, diary-bahai-mark-entries)
10466 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
10467 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
10468 New names to clean up namespace.
10469 (list-bahai-diary-entries, mark-bahai-diary-entries)
10470 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
10471 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
10472 Add compatibility aliases.
10473
10474 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
10475
10476 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
10477 (calendar-scroll-left-three-months)
10478 (calendar-scroll-right-three-months): Clean up namespace.
10479 (scroll-calendar-left, scroll-calendar-right)
10480 (scroll-calendar-left-three-months)
10481 (scroll-calendar-right-three-months): Add compatibility aliases.
10482
10483 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
10484 Behave like mouse-scroll-calendar-* when used from the mouse.
10485
10486 * calendar/cal-menu.el (cal-menu-scroll-menu)
10487 (cal-menu-global-mouse-menu):
10488 * calendar/calendar.el (calendar-mode-map):
10489 Use new calendar-scroll-* names.
10490 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
10491 Remove. Use calendar-scroll-* directly instead.
10492
10493 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
10496 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
10497 (ad-make-advised-definition, ad-cache-id-verification-code):
10498 Use commandp and interactive-form instead.
10499
10500 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
10501
10502 * vc-git.el: Relicense to GPLv3 or later.
10503 (vc-directory-exclusion-list, vc-handled-backends): Remove.
10504
10505 * vc-hooks.el (vc-handled-backends): Add GIT.
10506
10507 * vc.el (vc-directory-exclusion-list): Add .git.
10508
10509 2007-07-26 Alexandre Julliard <julliard@winehq.org>
10510
10511 * vc-git.el (vc-git-revision-table)
10512 (vc-git-revision-completion-table): New functions.
10513
10514 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10515
10516 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
10517 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
10518 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
10519 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
10520 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
10521 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
10522 New command actions for EPS header and EPS footer.
10523
10524 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
10525 footer. Fix some problems with one-or-more, zero-or-more and
10526 alternative constructions generation. Some log messages
10527 implementation. Doc fix.
10528 (ebnf-version): New version 4.4.
10529 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
10530 (ebnf-eps-footer, ebnf-log): New options.
10531 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
10532 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
10533 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
10534 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
10535 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
10536 (ebnf-style-custom-list, ebnf-style-database): Put new values.
10537 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
10538 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
10539 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
10540 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
10541 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
10542 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
10543 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
10544 (ebnf-non-terminal-dimension, ebnf-special-dimension)
10545 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
10546 (ebnf-except-dimension, ebnf-alternative-dimension)
10547 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
10548 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
10549 message fun.
10550 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
10551 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
10552 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
10553 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
10554 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
10555 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
10556 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
10557 compatibility with Emacs 20 & 21.
10558 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
10559 (ebnf-eps-file-alist, ebnf-basic-width-extra)
10560 (ebnf-basic-empty-height): New vars.
10561 (ebnf-prologue): Fix PostScript code.
10562 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
10563 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
10564 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
10565 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
10566
10567 2007-07-25 Glenn Morris <rgm@gnu.org>
10568
10569 * Relicense all FSF files to GPLv3 or later.
10570
10571 * COPYING: Switch to GPLv3.
10572
10573 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10574
10575 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
10576 Replace it with another one which disables undo before calling
10577 erase-buffer and then turns it back on if needed.
10578
10579 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10580
10581 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
10582
10583 2007-07-24 Glenn Morris <rgm@gnu.org>
10584
10585 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10586 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10587 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10588 (cal-tex-cursor-week, cal-tex-cursor-week2)
10589 (cal-tex-cursor-week-iso, cal-tex-week-hours)
10590 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10591 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10592 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10593
10594 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10595
10596 * calendar/calendar.el (calendar-mode-map): Move initialization
10597 into declaration. Add menu bindings (used to be done in cal-menu).
10598 (calendar-mode): Don't add an activate-menubar-hook.
10599
10600 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
10601 modify calendar-mode-map), use easy-menu, and make sure that C-h k
10602 can be used on the menu entries.
10603 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
10604 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
10605 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
10606 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
10607 (calendar-flatten, cal-menu-update): Remove.
10608 (calendar-mouse-insert-hebrew-diary-entry)
10609 (calendar-mouse-insert-islamic-diary-entry)
10610 (calendar-mouse-insert-bahai-diary-entry):
10611 Remove (fold into cal-menu-diary-menu).
10612 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
10613 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
10614 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
10615 (calendar-mouse-view-diary-entries): Minor simplifications.
10616 (calendar-event-to-date): Use with-current-buffer.
10617
10618 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
10619
10620 * add-log.el (change-log-redate): Remove (not needed anymore and
10621 doesn't appear to work).
10622
10623 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10624
10625 * frame.el: Use mapc and dolist instead of mapcar where possible.
10626 (close-display-connection): New command.
10627
10628 2007-07-25 Alexandre Julliard <julliard@winehq.org>
10629
10630 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
10631 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
10632
10633 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10634
10635 * ps-print.el (ps-multibyte-buffer): Docstring fix.
10636
10637 * ps-mule.el: Doc fix.
10638 (ps-multibyte-buffer, ps-mule-font-info-database-default)
10639 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
10640
10641 2007-07-25 Glenn Morris <rgm@gnu.org>
10642
10643 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
10644 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
10645 (cal-tex-daily-end, cal-tex-hook)
10646 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
10647 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
10648 (cal-tex-cursor-week-iso, cal-tex-week-hours)
10649 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10650 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
10651 (cal-tex-day-prefix, cal-tex-day-name-format)
10652 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
10653 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
10654 (cal-tex-LaTeX-subst-list): Change from variables to constants.
10655 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
10656 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
10657 etc, rather than \bf.
10658 (cal-tex-mini-calendar): Fix typos in previous change.
10659 (cal-tex-latexify-list): Remove inner let binding.
10660 (cal-tex-end-document, cal-tex-banner): Use multi-line
10661 cal-tex-comment.
10662 (cal-tex-comment): Handle embedded newlines.
10663 (cal-tex-LaTeXify-string): Use substring-no-properties.
10664
10665 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
10666
10667 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10668 Add support for the Maden build tool.
10669
10670 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
10671
10672 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
10673
10674 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10675
10676 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
10677
10678 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10679
10680 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
10681 C-x C-q.
10682
10683 * vc-git.el (vc-git-print-log): Fix previous change.
10684
10685 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10686
10687 * window.el (save-selected-window): Minor optimization.
10688 (bw-adjust-window): If operation failed, try with a smaller delta.
10689 (window-fixed-size-p): New function.
10690 (window-area-factor): New var.
10691 (balance-windows-area): New command.
10692
10693 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
10694 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
10695 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
10696 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
10697 (ps-mule-begin-job): Use dolist.
10698
10699 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
10700
10701 * subr.el (start-file-process-shell-command)
10702 (process-file-shell-command): New defuns.
10703
10704 * progmodes/compile.el (compilation-start):
10705 Apply `start-file-process-shell-command'.
10706
10707 2007-07-24 Alexandre Julliard <julliard@winehq.org>
10708
10709 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
10710
10711 2007-07-24 Alan Mackenzie <acm@muc.de>
10712
10713 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
10714 Initialise byte-compile-unresolved-functions before rather than
10715 after a compilation.
10716 (byte-compile-unresolved-functions): Amplify doc string.
10717
10718 2007-07-24 Glenn Morris <rgm@gnu.org>
10719
10720 * startup.el (normal-splash-screen): Use `emacs-copyright'.
10721
10722 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
10723 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
10724 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10725 (cal-tex-cursor-week, cal-tex-cursor-week2)
10726 (cal-tex-cursor-week-iso, cal-tex-week-hours)
10727 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
10728 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10729 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
10730
10731 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
10732 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
10733 (cal-tex-day-name-format, cal-tex-cal-one-month)
10734 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
10735 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
10736 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
10737 (cal-tex-list-holidays, cal-tex-cursor-year)
10738 (cal-tex-cursor-year-landscape, cal-tex-year)
10739 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
10740 (cal-tex-cursor-month, cal-tex-insert-days)
10741 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
10742 (cal-tex-first-blank-p, cal-tex-cursor-week)
10743 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10744 (cal-tex-week-hours, cal-tex-cursor-week-monday)
10745 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
10746 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
10747 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
10748 (cal-tex-latexify-list, cal-tex-previous-month)
10749 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
10750 modernization, including using dotimes rather than
10751 calendar-for-loop.
10752 (cal-tex-LaTeX-subst-list): Remove `@'.
10753 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
10754 Use \textit and \textbf rather than \em and \it.
10755
10756 * calendar/cal-bahai.el (list-bahai-diary-entries)
10757 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
10758 * calendar/cal-islam.el (list-islamic-diary-entries)
10759 * calendar/calendar.el (generate-calendar, generate-calendar-month)
10760 * calendar/diary-lib.el (diary-list-entries)
10761 (mark-calendar-date-pattern): Use `dotimes' rather than
10762 `calendar-for-loop'.
10763
10764 * calendar/calendar.el (calendar-for-loop): Doc fix.
10765
10766 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
10767
10768 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
10769 underlying file is uptodate.
10770
10771 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
10772
10773 * replace.el (perform-replace): Use isearch-no-upper-case-p.
10774
10775 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
10776
10777 * vc-hooks.el (vc-mode-line-map): New const.
10778 (vc-mode-line): Use it.
10779
10780 2007-07-23 Alexandre Julliard <julliard@winehq.org>
10781
10782 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
10783 (vc-git-unregister): New functions.
10784 (vc-git-find-version): Use the result of ls-files as a parameter
10785 for cat-file.
10786
10787 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
10788
10789 * net/tramp.el (tramp-perl-file-attributes)
10790 (tramp-perl-directory-files-and-attributes)
10791 (tramp-handle-file-attributes-with-stat)
10792 (tramp-handle-directory-files-and-attributes-with-stat)
10793 (tramp-convert-file-attributes): Handle huge file sizes.
10794
10795 2007-07-23 Juri Linkov <juri@jurta.org>
10796
10797 * isearch.el (isearch-message-function): New variable.
10798 (isearch-update, isearch-search): Use it.
10799
10800 * simple.el (goto-history-element): New function created from
10801 next-history-element.
10802 (next-history-element): Most code moved to goto-history-element.
10803 Call goto-history-element with (- minibuffer-history-position n).
10804 (previous-history-element): Call goto-history-element with (+
10805 minibuffer-history-position n).
10806 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
10807 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
10808 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
10809 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
10810 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
10811 (minibuffer-history-isearch-pop-state): New functions.
10812
10813 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
10814
10815 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
10816 Also, if FILE is a list, return non-nil if any of its elements
10817 should stay local. Update docstring.
10818
10819 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
10820
10821 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
10822 change by reverting a small part.
10823
10824 2007-07-23 Richard Stallman <rms@gnu.org>
10825
10826 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
10827
10828 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10829
10830 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
10831 handling it. Use vc-git-command.
10832 (vc-git-find-version, vc-git-diff-tree): New functions.
10833 (vc-git-revert): Use vc-git-command.
10834 (vc-git--run-command): Delete.
10835
10836 2007-07-23 Alexandre Julliard <julliard@winehq.org>
10837
10838 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
10839
10840 2007-07-20 Kenichi Handa <handa@m17n.org>
10841
10842 * international/utf-8.el (utf-8-post-read-conversion):
10843 Temporarily bind utf-8-compose-scripts to nil while running
10844 *-compose-region functions.
10845
10846 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10847
10848 * vc-git.el: Update status.
10849 (vc-directory-exclusion-list): Use eval-after-load.
10850
10851 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
10852
10853 * bindings.el (mode-line-remote): New variable.
10854 (help-echo): Add to default values of mode-line-format.
10855
10856 * files.el: Mark mode-line-remote as risky.
10857
10858 2007-07-22 Juri Linkov <juri@jurta.org>
10859
10860 * isearch.el (isearch-edit-string): Save old point and
10861 isearch-other-end to old-point and old-other-end before reading
10862 the search string from minibuffer. After exiting minibuffer set
10863 point to old-other-end if point and the search direction is the
10864 same as before reading the search string.
10865 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
10866 to isearch-other-end. Instead of isearch-search-and-update call
10867 three functions isearch-search, isearch-push-state and isearch-update.
10868
10869 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10870
10871 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
10872 deal with multiple file arguments.
10873 (vc-git-print-log): Deal with multiple file arguments.
10874
10875 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10876
10877 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
10878 diff-refine-hunk. Adjust users.
10879 (diff-unified-hunk-p, diff-splittable-p): New functions.
10880 (diff-mode-menu): Use it to disable Split when it doesn't work.
10881
10882 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10883
10884 * diff-mode.el (diff-mode-menu): New entries.
10885
10886 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10887
10888 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
10889 if applicable, so as to save undo-log space.
10890
10891 * diff-mode.el (diff-find-file-name): Add arg `batch'.
10892
10893 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
10894 (diff-file-kill): Use it.
10895 (diff-beginning-of-hunk): Add arg `try-harder' using it.
10896 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
10897 Use it so they find the hunk even when we're in the file header.
10898
10899 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10900
10901 * vc-git.el (vc-git-revision-granularity, vc-git-root)
10902 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
10903 (vc-git-create-repo): New functions.
10904 (vc-git-registered): New autoloaded function definition.
10905 (vc-git-registered): Use vc-git-root.
10906 (vc-git-responsible-p): New defalias.
10907 (vc-git-annotate-extract-revision-at-line): Uncomment.
10908 (vc-git-print-log): Add the file name to the log.
10909 (vc-git-log-view-mode): New derived mode.
10910 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
10911
10912 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
10913
10914 * progmodes/grep.el (grep-compute-defaults): Keep default values.
10915
10916 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
10917
10918 * textmodes/reftex.el (reftex-access-parse-file): Create parse
10919 file in a way that does not interfere with recentf mode.
10920 (reftex-access-parse-file): Do not risk destroying an existing
10921 buffer.
10922
10923 2007-07-22 Alexandre Julliard <julliard@winehq.org>
10924
10925 * vc-git.el: New file.
10926
10927 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10928
10929 * textmodes/tex-mode.el (tex-font-script-display): Change default.
10930
10931 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10932
10933 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
10934 for branches and new files.
10935
10936 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
10937 local-map handling ...
10938 (vc-mode-line): ... here. Improve handling of help-echo.
10939
10940 * vc.el (mode-line-string): Document help-echo usage.
10941
10942 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
10943
10944 Sync with Tramp 2.1.10.
10945
10946 * net/tramp.el (tramp-get-ls-command): Fix typo.
10947
10948 * net/trampver.el: Update release number.
10949
10950 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10951
10952 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
10953
10954 * term/x-win.el (x-handle-no-bitmap-icon): New function.
10955
10956 2007-07-22 Martin Rudalics <rudalics@gmx.at>
10957
10958 * add-log.el (change-log-fill-parenthesized-list): New function.
10959 (change-log-indent): Call change-log-fill-parenthesized-list.
10960 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
10961 Have lines with leading asterisk start a paragraph.
10962
10963 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10964
10965 * calc/calc-math.el (math-emacs-precision)
10966 (math-largest-emacs-expt, math-smallest-emacs-expt):
10967 New variables.
10968 (math-use-emacs-fn): New function.
10969 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
10970 appropriate.
10971
10972 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
10973
10974 * image-dired.el (image-dired-sane-db-file): New func.
10975 (image-dired-write-tags, image-dired-remove-tag)
10976 (image-dired-list-tags, image-dired-write-comments)
10977 (image-dired-get-comment, image-dired-mark-tagged-files)
10978 (image-dired-create-gallery-lists): Call new func.
10979 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
10980
10981 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10982
10983 * vc-hg.el (vc-hg-dir-state): Fix loop.
10984 (vc-hg-print-log): Fix expected return value for vc-hg-command.
10985 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
10986 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
10987 (vc-hg-revert): Likewise.
10988 (vc-hg-revision-table, vc-hg-revision-completion-table): New
10989 functions.
10990
10991 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10992
10993 * add-log.el (change-log-resolve-conflict): Don't lose data if the
10994 merge fails.
10995
10996 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10997
10998 * progmodes/compile.el (compilation-auto-jump-to-first-error):
10999 Add group and version.
11000
11001 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11002
11003 * add-log.el (add-log-file-name): Use file-relative-name.
11004 (add-change-log-entry): Delay reading
11005 add-log-(full-name|mailing-address) to after we've switched to the
11006 ChangeLog buffer so we get the right value.
11007 (add-change-log-entry, add-log-current-defun, change-log-merge):
11008 Use derived-mode-p rather than checking major-mode directly.
11009
11010 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
11011 name for buffer-file-name if it refers to a directory.
11012
11013 * vc-arch.el (vc-arch-diff): Fix last change.
11014
11015 * progmodes/compile.el (compilation-start): Remember the original
11016 directory in a buffer-local compilation-directory.
11017 (compile): Set the global value of compilation-directory.
11018 (recompile): Use compilation-directory even in the compilation buffer.
11019
11020 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11021
11022 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
11023
11024 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11025
11026 * ps-print.el: Problem with foreground and background color when
11027 printing a buffer with and without faces. Reported by Christian
11028 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
11029 (ps-print-version): New version 6.7.5.
11030 (ps-default-fg): Change default value to nil, so black color is used
11031 when a face does not specify a foreground color.
11032 (ps-default-bg): Change default value to nil, so white color is used
11033 for background color.
11034 (ps-begin-job): Fix code.
11035
11036 2007-07-20 Eli Zaretskii <eliz@gnu.org>
11037
11038 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
11039 in $(INSTALL_DIR)/lisp/ if they already exist.
11040
11041 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
11042
11043 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
11044 in $(INSTALL_DIR)/lisp/ if they already exist.
11045
11046 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11047
11048 * progmodes/vera-mode.el (vera-re-search-forward)
11049 (vera-re-search-backward): Remove use of store-match-data.
11050 (vera-mode-map): Move initialization into declaration.
11051
11052 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
11053 (flymake-find-buildfile): Use locate-dominating-file.
11054
11055 * vc.el (vc-delistify): Use mapconcat.
11056 (vc-do-command): Minor simplification.
11057 (vc-expand-dirs): Use push.
11058
11059 * vc-mcvs.el (vc-mcvs-create-repo):
11060 * vc-cvs.el (vc-cvs-create-repo): Remove.
11061
11062 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
11063 directory and the root as well.
11064
11065 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11066
11067 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
11068 instead of a file.
11069
11070 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
11071 (vc-hg-registered): Replace if with when.
11072 (vc-hg-state): Deal with nonexistent files and handle removed files.
11073 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
11074 (vc-hg-checkout): Re-enable.
11075 (vc-hg-create-repo): Fix typos.
11076 (vc-hg-print-log): Fix for multiple files.
11077 (vc-hg-workfile-unchanged-p): New function.
11078
11079 * vc.el: Fix typo.
11080 (vc-print-log): Fix call to print-log.
11081 (vc-default-comment-history): Likewise.
11082 (vc-directory-exclusion-list): Add .hg and .bzr.
11083 (vc-diff-internal): Pass a list instead of a file.
11084
11085 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
11086
11087 * vc-bzr.el (vc-bzr-create-repo): New function.
11088
11089 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11090
11091 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
11092 `file' from which to start the search.
11093
11094 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
11095
11096 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
11097 having a single file argument to having a list of files as the
11098 first argument.
11099
11100 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11101
11102 * files.el (locate-dominating-file): New function.
11103
11104 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
11105
11106 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
11107 (grep-compute-defaults): Use it.
11108
11109 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11110
11111 * uniquify.el: Docstring fixes.
11112
11113 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
11114
11115 * vc.el (revision-granularity, create-repo): Document new vc
11116 backend properties.
11117 (vc-rollback): Renamed from vc-cancel-version. Update references.
11118 Pass a list instead of a file.
11119 (vc-revert): Renamed from vc-revert-buffer. Update references.
11120 (vc-delistify, vc-expand-dirs): New functions.
11121 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
11122 of files instead of a single file.
11123 (vc-position-context, vc-resync-window, vc-diff-internal)
11124 (vc-print-log): Pass a list instead of a file.
11125
11126 * vc-hooks.el (vc-stay-local-p, vc-backend)
11127 (vc-backend-subdirectory-name): Work on a file list, not a single
11128 file.
11129 (vc-workfile-version): Update docstring.
11130 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
11131 vc-revert instead of vc-revert-buffer.
11132 (vc-prefix-map): Likewise. Bind vc-update.
11133
11134 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
11135 (vc-svn-wash-log): New functions.
11136 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
11137 (vc-svn-command): Deal with a list of files, not a single file.
11138
11139 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
11140 (vc-rcs-wash-log): New functions.
11141 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
11142 Deal with a list of files, not a single file.
11143 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
11144
11145 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
11146 functions.
11147 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
11148 list of files, not a single file.
11149
11150 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
11151 New functions.
11152 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
11153 (vc-mcvs-diff): Deal with a list of files, not a single file.
11154
11155 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
11156 functions.
11157 (vc-hg-print-log): Deal with a list of files, not a single file.
11158 (vc-hg-diff-tree): New function, replace defalias with the same
11159 name.
11160 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
11161 FILES to denote that it is a file list, not a single file.
11162
11163 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
11164 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
11165 a single file.
11166 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
11167 that it is a file list, not a single file.
11168 (vc-cvs-diff): Likewise. Simplify.
11169
11170 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
11171 Deal with a list of files, not a single file.
11172
11173 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
11174 (vc-bzr-print-log): Update FILE parameter name to denote that it
11175 is a file list, not a single file.
11176 (vc-bzr-diff): Likewise. Use the car of files.
11177
11178 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
11179
11180 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
11181 (follow-delete-other-windows-and-split, follow-recenter)
11182 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
11183 (follow-redisplay, follow-estimate-first-window-start)
11184 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
11185 Fix typos in docstrings.
11186
11187 2007-07-18 Martin Rudalics <rudalics@gmx.at>
11188
11189 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
11190 avoid that filling introduces lines with a single asterisk.
11191
11192 * kmacro.el (kmacro-end-macro): When ignoring empty macro
11193 avoid incorrect kmacro-ring-empty-p messages.
11194 Reported by Michael Schierl <schierlm@gmx.de>.
11195
11196 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
11197
11198 * vc.el: Add more info about the vc-registered function.
11199
11200 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
11201
11202 * files.el (file-remote-p): Introduce optional parameter
11203 IDENTIFICATION.
11204
11205 * recentf.el (recentf-keep-default-predicate): Adapt call of
11206 `file-remote-p'.
11207
11208 * progmodes/grep.el (grep-probe): Use `process-file'.
11209 (grep-compute-defaults): Handle variables host specific.
11210
11211 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
11212 parameter IDENTIFICATION.
11213
11214 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
11215 parameter IDENTIFICATION.
11216 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
11217 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11218 Add entry for `set-file-times'.
11219 (tramp-do-copy-or-rename-file-via-buffer)
11220 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
11221 (tramp-handle-unhandled-file-name-directory): Rewrite.
11222 (tramp-convert-file-attributes): Add error handling when inode is
11223 extraordinary big.
11224 (tramp-get-inode): Change parameter from FILE to VEC.
11225 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
11226 is nil. This is according to the specification. Goto (point-max)
11227 when ready.
11228 (tramp-handle-shell-command): Rewrite completely, using
11229 `process-file' and `start-file-process'.
11230 (tramp-methods, tramp-find-shell)
11231 (tramp-open-connection-setup-interactive-shell)
11232 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
11233 var. Reported by Steve Youngs <steve@sxemacs.org>.
11234
11235 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
11236 entry for `set-file-times'. Rename `start-process' into
11237 `start-file-process'. Remove `call-process' entry.
11238 (tramp-fish-handle-set-file-times): New defun.
11239 (tramp-fish-handle-executable-find): Use `process-file'.
11240 (tramp-fish-handle-process-file): New defun. Replaces
11241 `tramp-fish-handle-call-process'.
11242 (tramp-fish-do-copy-or-rename-file-directly): Use
11243 `set-file-times'.
11244 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
11245
11246 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
11247 `tramp-get-inode' parameter.
11248
11249 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11250
11251 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
11252 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
11253 nowadays, and by the time Emacs-23 comes out, nobody will even remember
11254 it has ever existed.
11255
11256 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
11257
11258 * vc.el: Undo previous change.
11259
11260 2007-07-16 Eli Zaretskii <eliz@gnu.org>
11261
11262 * makefile.w32-in (clean): Don't delete *~.
11263
11264 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11265
11266 * textmodes/tex-mode.el (tex-verbatim-environments):
11267 Add safe-local-variable property.
11268 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
11269 when starting font-lock rather than when loading tex-mode.el.
11270
11271 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
11272 whole $( rather than just the $. Rename from sh-quoted-subshell.
11273 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
11274
11275 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
11276
11277 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
11278 bookmark-alist. Instead, if not sorting, simply return it.
11279 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
11280 for its return value, not for its side effect.
11281
11282 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
11283 case of alignment under a constant symbol, find and consider
11284 the sexp actually at indentation to be the "last sexp".
11285
11286 2007-07-16 Drew Adams <drew.adams@oracle.com>
11287
11288 * mouse.el (mouse-yank-secondary): Better error message if no
11289 secondary selection.
11290
11291 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11292
11293 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
11294
11295 * term/xterm.el (xterm-turn-on-modify-other-keys)
11296 (xterm-turn-off-modify-other-keys): New functions.
11297 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
11298 terminal supports it.
11299
11300 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
11301
11302 * bookmark.el (bookmark-show-all-annotations):
11303 Make sure each inserted annotation ends with newline.
11304
11305 2007-07-15 Richard Stallman <rms@gnu.org>
11306
11307 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
11308
11309 * tutorial.el (tutorial--find-changed-keys):
11310 Handle C-x specially like ESC.
11311
11312 2007-07-15 Aaron Hawley <aaronh@garden.org>
11313
11314 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
11315
11316 2007-07-15 Juri Linkov <juri@jurta.org>
11317
11318 * delsel.el (delete-selection-pre-hook):
11319 * emulation/cua-base.el (cua-paste): Before a yank command,
11320 check also whether last-command is one of mouse-save-then-kill,
11321 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
11322
11323 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
11324
11325 * recentf.el (recentf-keep-default-predicate): New defun.
11326 (recentf-keep): Use it as initial value.
11327
11328 2007-07-15 Karl Fogel <kfogel@red-bean.com>
11329
11330 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
11331 thus restoring bookmark bindings to three slots under C-x r. See
11332 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
11333
11334 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
11335
11336 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
11337
11338 2007-07-15 Jason Rumney <jasonr@gnu.org>
11339
11340 * w32-fns.el (set-default-process-coding-system): Use dos line ends
11341 for input to cmdproxy on all versions of Windows.
11342 Use dos line ends for input to plink.
11343
11344 * comint.el (comint-simple-send): Concat newline before sending.
11345 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
11346
11347 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11348
11349 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
11350 safe-local-variable setting.
11351
11352 2007-07-14 David Kastrup <dak@gnu.org>
11353
11354 * emacs-lisp/advice.el (defadvice): Doc fix.
11355
11356 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
11357
11358 * subr.el (when, unless): Doc fix.
11359
11360 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11361
11362 * replace.el (match): Use yellow1 instead of yellow.
11363
11364 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
11365 red.
11366
11367 * pcvs-info.el (cvs-unknown): Likewise.
11368
11369 2007-07-13 Eli Zaretskii <eliz@gnu.org>
11370
11371 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
11372 (install): Use them to copy all *.el files before *.elc.
11373
11374 2007-07-13 Drew Adams <drew.adams@oracle.com>
11375
11376 * bookmark.el (bookmark-jump-other-window): New function.
11377 (bookmark-map): Bind it to "o".
11378
11379 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
11380 and its thread contains discussion about this change.
11381 The original patch was slightly tweaked by Karl Fogel
11382 <kfogel@red-bean.com> before committing.
11383
11384 2007-07-13 Karl Fogel <kfogel@red-bean.com>
11385
11386 * bookmark.el: Shorten some comments to fit within 80 lines.
11387
11388 2007-07-13 Karl Fogel <kfogel@red-bean.com>
11389
11390 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
11391 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
11392 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
11393 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
11394
11395 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
11396
11397 * textmodes/org.el: Bug fixes.
11398 (org-end-of-line): Move to end of line if in headline without tags.
11399
11400 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11401
11402 * vc-hooks.el: Remove spurious * in docstrings.
11403 (vc-handled-backends): Add BZR.
11404
11405 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
11406
11407 2007-07-12 Davis Herring <herring@lanl.gov>
11408
11409 * desktop.el (desktop-buffer-info, desktop-save):
11410 Use `desktop-dirname' instead of `dirname'.
11411
11412 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
11413
11414 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
11415
11416 * progmodes/python.el (python-which-func-length-limit): New var.
11417 (python-which-func): New function.
11418 (python-current-defun): Add optional `length-limit' and try to fit
11419 computed function name to that length.
11420 (python-mode): Hook `python-which-func' up.
11421
11422 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
11423
11424 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
11425
11426 * comint.el (comint-dynamic-complete-as-filename):
11427 Use read-file-name-completion-ignore-case.
11428
11429 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
11430
11431 * comint.el (comint-dynamic-list-filename-completions):
11432 Use read-file-name-completion-ignore-case.
11433
11434 * vc-cvs.el: Require CL.
11435 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
11436 New functions to provide completion of revision names.
11437
11438 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
11439 (vc-cvs-annotate-first-line-re): New const.
11440 (vc-cvs-annotate-process-filter): New fun.
11441 (vc-cvs-annotate-command): Use them and run the command asynchronously.
11442
11443 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
11444
11445 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
11446 (eldoc-print-current-symbol-info): Adjust for changed helper
11447 function signatures.
11448 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
11449 `eldoc-highlight-function-argument'.
11450 (eldoc-highlight-function-argument): New function.
11451 (eldoc-get-var-docstring): Format documentation with
11452 `font-lock-variable-name-face'.
11453 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
11454 where suited.
11455 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
11456 (eldoc-beginning-of-sexp): Return number of skipped sexps.
11457
11458 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
11459
11460 * progmodes/compile.el (compilation-start): `start-process' must
11461 still be redefined when calling `start-process-shell-command'.
11462
11463 * progmodes/gud.el (gud-file-name): When `default-directory' is a
11464 remote file name, prepend its remote part to the filename.
11465 (gud-common-init): When `default-directory' is a remote file name,
11466 make the filename relative to it.
11467 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
11468
11469 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
11470
11471 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
11472 mouse binding and a tooltip.
11473
11474 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11475
11476 * menu-bar.el (vc-menu-map): New defalias.
11477
11478 2007-07-10 Richard Stallman <rms@gnu.org>
11479
11480 * emacs-lisp/lisp-mode.el (eval-defun):
11481 Explain special handling of `defface'.
11482
11483 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
11484
11485 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
11486
11487 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
11488
11489 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11490
11491 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
11492
11493 * vc-arch.el (vc-arch-complete): Remove.
11494 (vc-arch-revision-completion-table): Use complete-with-action.
11495
11496 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
11497 (complete-with-action): New function.
11498 (dynamic-completion-table): Use it.
11499
11500 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
11501
11502 * comint.el (make-comint, make-comint-in-buffer)
11503 (comint-exec-1): Replace `start-process' by `start-file-process'.
11504
11505 * progmodes/compile.el (compilation-start): Revert redefining
11506 `start-process'.
11507
11508 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11509
11510 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
11511 with EOLs when generating MD5 checksums.
11512
11513 * follow.el: Don't change the global map from the follow-mode-map
11514 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
11515 XEmacs code.
11516 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
11517 since `follow-mode' should be used instead for that.
11518
11519 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
11520 (easy-menu-do-define): Use it.
11521 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
11522
11523 * progmodes/compile.el (compilation-auto-jump-to-first-error)
11524 (compilation-auto-jump-to-next): New vars.
11525 (compilation-auto-jump): New function.
11526 (compilation-error-properties): Use them to jump to first error.
11527 (compilation-start): Set the var if requested.
11528
11529 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
11530 duplicates without also removing entries from other directories.
11531
11532 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
11533
11534 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
11535 Remember span as default.
11536 (org-columns-edit-value): Rename from `org-column-edit'.
11537 (org-columns-display-here-title): Rename from
11538 `org-overlay-columns-title'.
11539 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
11540 (org-columns-get-autowidth-alist): Rename from
11541 `org-get-columns-autowidth-alist'.
11542 (org-columns-display-here): Rename from `org-overlay-columns'.
11543 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
11544 (org-columns-quit): Rename from `org-column-quit'.
11545 (org-columns-show-value): Rename from `org-column-show-value'.
11546 (org-columns-content, org-columns-widen)
11547 (org-columns-next-allowed-value)
11548 (org-columns-edit-allowed, org-columns-store-format)
11549 (org-columns-uncompile-format, org-columns-redo)
11550 (org-columns-edit-attributes, org-delete-property)
11551 (org-set-property, org-columns-update)
11552 (org-columns-compute, org-columns-eval)
11553 (org-columns-not-in-agenda, org-columns-compute-all)
11554 (org-property-next-allowed-value)
11555 (org-columns-compile-format)
11556 (org-fill-paragraph-experimental)
11557 (org-string-to-number, org-property-action)
11558 (org-columns-move-left, org-columns-new)
11559 (org-column-number-to-string)
11560 (org-property-previous-allowed-value)
11561 (org-at-property-p, org-columns-delete)
11562 (org-columns-previous-allowed-value)
11563 (org-columns-move-right, org-columns-narrow)
11564 (org-property-get-allowed-values)
11565 (org-verify-version, org-column-string-to-number)
11566 (org-delete-property-globally): New functions.
11567 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
11568 (org-columns-overlays): Rename from `org-column-overlays'.
11569 (org-columns-map): Rename from `org-column-map'.
11570 (org-columns-current-maxwidths): Rename from
11571 `org-current-columns-maxwidths'.
11572 (org-columns-begin-marker, org-columns-current-fmt-compiled)
11573 (org-previous-header-line-format)
11574 (org-columns-inhibit-recalculation)
11575 (org-columns-top-level-marker): New variables.
11576 (org-columns-default-format): Rename from `org-default-columns-format'.
11577 (org-property-re): New constant.
11578
11579 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
11580
11581 * subr.el (looking-at-p, string-match-p): New functions.
11582
11583 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
11584
11585 * textmodes/tex-mode.el (tex-fontify-script)
11586 (tex-font-script-display): New variables to make display of
11587 superscripts and subscripts customizable.
11588 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
11589
11590 2007-07-09 Richard Stallman <rms@gnu.org>
11591
11592 * isearch.el (isearch-edit-string): Call to isearch-push-state
11593 after the search.
11594
11595 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11596
11597 * window.el (fit-window-to-buffer): Remove setting of window-min-height
11598 to 1 as enlarge-window uses the value to resize/shrink windows other
11599 than WINDOW if needed.
11600
11601 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
11602
11603 * cus-start.el (file-coding-system-alist): Fix custom type.
11604
11605 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
11606
11607 * longlines.el (longlines-wrap-region): Avoid marking buffer as
11608 modified.
11609 (longlines-auto-wrap, longlines-window-change-function):
11610 Remove unnecessary calls to set-buffer-modified-p.
11611
11612 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
11613
11614 * cus-start.el (file-coding-system-alist): Fix custom type.
11615
11616 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11617
11618 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
11619 (vc-cvs-checkout): Remove last arg now unused; simplify.
11620
11621 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
11622
11623 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
11624
11625 * net/tramp.el:
11626 * net/tramp-ftp.el:
11627 * net/tramp-smb.el:
11628 * net/tramp-uu.el:
11629 * net/trampver.el: Migrate to Tramp 2.1.
11630
11631 * net/tramp-cache.el:
11632 * net/tramp-fish.el:
11633 * net/tramp-gw.el: New Tramp packages.
11634
11635 * net/tramp-util.el:
11636 * net/tramp-vc.el: Removed.
11637
11638 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
11639 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
11640
11641 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
11642
11643 * progmodes/compile.el (compilation-start): Redefine
11644 `start-process' temporarily when `default-directory' is remote.
11645 Remove case of synchronous compilation, this won't happen ever.
11646 (compilation-setup): Make local variable `comint-file-name-prefix'
11647 for remote compilation.
11648
11649 2007-07-08 Martin Rudalics <rudalics@gmx.at>
11650
11651 * novice.el (disabled-command-function): Fit window to buffer to
11652 make last line visible.
11653 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11654
11655 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
11656 when handling the terminating event.
11657
11658 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
11659
11660 * calc/calc.el (math-read-number-simple): Remove leading 0s.
11661 (math-bignum-digit-length): Change to optimal value.
11662
11663 * calc/calc-bin.el (math-bignum-logb-digit-size)
11664 (math-bignum-digit-power-of-two): Evaluate when compiled.
11665
11666 * calc/calc-comb.el (math-small-factorial-table)
11667 (math-init-random-base, math-prime-test): Remove unnecessary calls
11668 to `math-read-number-simple'.
11669
11670 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
11671 (math-approx-gamma-const): Add docstrings.
11672
11673 * calc/calc-forms.el (math-julian-date-beginning)
11674 (math-julian-date-beginning-int): New constants.
11675 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
11676 Use the new constants.
11677
11678 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
11679
11680 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
11681 Add docstrings.
11682
11683 2007-07-07 Tom Tromey <tromey@redhat.com>
11684
11685 * vc.el (vc-annotate): Jump to line and output message only after the
11686 process is really all done.
11687
11688 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11689
11690 * vc.el (vc-exec-after): Don't move point from the sentinel.
11691 Forcefully read all the remaining text in the pipe upon process exit.
11692 (vc-annotate-display-autoscale, vc-annotate-lines):
11693 Don't stop at the first unrecognized line.
11694 (vc-annotate-display-select): Run autoscale after the process is done
11695 since it depends on the whole result.
11696
11697 2007-07-07 Eli Zaretskii <eliz@gnu.org>
11698
11699 * term/w32-win.el (menu-bar-open): New function.
11700 Bind <f10> to it.
11701
11702 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
11703
11704 * simple.el (start-file-process): New defun.
11705
11706 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11707
11708 * files.el (find-file-confirm-nonexistent-file): Rename from
11709 find-file-confirm-inexistent-file. Update users.
11710
11711 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
11712 format of autoload block where the file's time-stamp is replaced by its
11713 MD5 checksum.
11714 (autoload-generate-file-autoloads): Use MD5 checksum instead of
11715 time-stamp for secondary autoloads files.
11716 (update-directory-autoloads): Remove duplicate entries.
11717 Use time-less-p for time-stamps, as done in autoload-find-destination.
11718
11719 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
11720
11721 * calc/calc.el (math-read-number): Replace number by variable.
11722 (math-read-number-simple): Properly parse small integers.
11723
11724 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
11725
11726 * vc.el: Fix doc for the checkout function.
11727
11728 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
11729
11730 * vc-hg.el (vc-hg-root): New function.
11731 (vc-hg-registered): Use it.
11732 (vc-hg-diff-tree): New defalias.
11733 (vc-hg-responsible-p): Likewise.
11734 (vc-hg-checkout): Comment out, not needed.
11735 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
11736 (vc-hg-find-version, vc-hg-next-version): New functions.
11737
11738 2007-07-06 Andreas Schwab <schwab@suse.de>
11739
11740 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
11741 dynamic bindings around the evaluation of the expression.
11742 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
11743
11744 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11745
11746 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
11747 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
11748 Use run-hooks rather than run-mode-hooks.
11749
11750 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
11751
11752 * calc/calc-comb.el (math-random-digit): Rename to
11753 `math-random-three-digit-number'.
11754 (math-random-digits): Don't depend on representation of integer.
11755
11756 * calc/calc-bin.el (math-bignum-logb-digit-size)
11757 (math-bignum-digit-power-of-two): New constants.
11758 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
11759 (math-not-bignum, math-clip-bignum): Use the constants
11760 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
11761 instead of their values.
11762 (math-clip): Use math-small-integer-size instead of its value.
11763
11764 * calc/calc.el (math-add-bignum): Replace number by constant.
11765
11766 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
11767
11768 * wid-edit.el (widget-documentation-string-value-create):
11769 Insert indentation spaces.
11770
11771 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
11772
11773 * emacs-lisp/byte-opt.el: Revert last change.
11774
11775 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
11776
11777 * vc-hooks.el (vc-handled-backends): Add HG.
11778
11779 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
11780
11781 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11782
11783 * complete.el (PC-do-complete-and-exit): Add support for the new
11784 `confirm-only' confirmation mode.
11785
11786 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
11787
11788 * cus-edit.el (custom-commands): New variable.
11789 (custom-tool-bar-map): New variable. Initialize using
11790 `custom-commands'.
11791 (custom-mode): Use `custom-tool-bar-map'.
11792 (custom-buffer-create-internal): Insert action buttons only if
11793 tool bar is not used. Use `custom-commands'.
11794 (Custom-help, custom-command-apply): New function.
11795 (custom-command-apply, Custom-set, Custom-save)
11796 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
11797 Use `custom-command-apply' instead of duplicating code.
11798 (customize-group-other-window): Call `customize-group' instead of
11799 duplicating code.
11800 (customize-face-other-window): Call `customize-face' instead of
11801 duplicating code.
11802 (customize-group, customize-face): Add optional args for opening
11803 in another window.
11804 (custom-variable-tag): Don't inherit `variable-pitch' face.
11805 (custom-group-tag): Inherit `variable-pitch' face.
11806 (custom-variable-value-create): Set documentation indentation.
11807 (custom-group-value-create): Make group name a link, instead of
11808 using an extra "go to group" button.
11809 (custom-prompt-variable, custom-group-set, custom-group-save)
11810 (custom-group-reset-current, custom-group-reset-saved)
11811 (custom-group-reset-standard): Minor cleanup.
11812
11813 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
11814
11815 * Makefile.in (bootstrap-prepare): When copying from
11816 ldefs-boot.el, make sure loaddefs.el is writeable.
11817
11818 (bootstrap-prepare): Make $(lisp)/ps-print.el
11819 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
11820
11821 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
11822
11823 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
11824 only caller, and delete.
11825 (vc-hg-state): Deal with exceptions and only parse the output on
11826 successful return.
11827 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
11828 caller, and delete.
11829 (vc-hg-workfile-version): Deal with exceptions and only parse the
11830 output on successful return.
11831 (vc-hg-revert): New function.
11832
11833 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
11834
11835 * calculator.el (calculator-expt): Use more cases to determine
11836 the value.
11837
11838 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
11839
11840 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
11841 file names.
11842
11843 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11844
11845 * calculator.el (calculator-expt, calculator-integer-p):
11846 New functions.
11847 (calculator-fact): Check to see if the factorial will be too
11848 large before computing it.
11849 (calculator-initial-operators): Use `calculator-expt' to
11850 compute "^".
11851 (calculator-mode): Mention that results which are too large
11852 will return inf.
11853 * calc/calc-comb.el (math-small-factorial-table): Replace list
11854 by vector.
11855
11856 2007-07-03 David Kastrup <dak@gnu.org>
11857
11858 * shell.el: On request of the authors, remove their addresses for
11859 the sake of bug reports, and add the developer list address as
11860 maintainer information.
11861
11862 2007-07-03 Richard Stallman <rms@gnu.org>
11863
11864 * files.el (make-directory): Doc fix.
11865 (find-file-confirm-inexistent-file): Make it a defcustom.
11866 Make nil the default.
11867
11868 2007-07-02 Richard Stallman <rms@gnu.org>
11869
11870 * startup.el (command-line): Set buffer-offer-save in *scratch*
11871 and enable auto-save in it.
11872
11873 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
11874
11875 * textmodes/org.el (orgstruct-mode-map): New variable.
11876 (orgstruct-mode): New minor mode.
11877 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
11878 (orgstruct-make-binding, org-context-p, org-get-local-variables)
11879 (org-run-like-in-org-mode): New functions.
11880 (org-cycle-list-bullet): New command.
11881 (org-special-properties, org-property-start-re)
11882 (org-property-end-re): New constants.
11883 (org-with-point-at): New macro.
11884 (org-get-property-block, org-entry-properties, org-entry-get)
11885 (org-entry-delete, org-entry-get-with-inheritance)
11886 (org-entry-put, org-buffer-property-keys): New functions.
11887 (org-insert-property-drawer): New command.
11888 (org-entry-property-inherited-from): New variable.
11889 (org-column): New face.
11890 (org-column-overlays, org-current-columns-fmt)
11891 (org-current-columns-maxwidths, org-column-map): New variables.
11892 (org-column-menu): New menu.
11893 (org-new-column-overlay, org-overlay-columns)
11894 (org-overlay-columns-title, org-remove-column-overlays)
11895 (org-column-show-value, org-column-quit, org-column-edit):
11896 New functions.
11897 (org-columns, org-agenda-columns): New commands.
11898 (org-get-columns-autowidth-alist): New functions.
11899 (org-properties): New customize group.
11900 (org-default-columns-format): New option.
11901 (org-priority): Realign tags after changing priority.
11902 (org-preserve-lc): New macro.
11903 (org-update-checkbox-count): Catch case when there is no headline.
11904 (org-agenda-quit): Remove any column overlays.
11905 (org-beginning-of-item-list): Fixed bug when non-item line is
11906 indented too deep.
11907 (org-cached-props): New variable.
11908 (org-cached-entry-get): New function.
11909 (org-make-tags-matcher): Handle property matches.
11910 (org-table-recalculate): Swap evaluation order: Field formula
11911 first, then column formulas, but don't allow them to overwrite the
11912 field formulas.
11913 (org-table-eval-formula): New argument untouchable.
11914 (org-table-put-field-property): New function.
11915
11916 2007-07-02 Martin Rudalics <rudalics@gmx.at>
11917
11918 * help-mode.el (help-make-xrefs): Skip spaces too when
11919 skipping tabs.
11920
11921 * ffap.el (dired-at-point-prompter): Improve prompt in
11922 list-directory case.
11923
11924 2007-07-01 Richard Stallman <rms@gnu.org>
11925
11926 * files.el (find-file-visit-truename): Fix safe-local-variable value.
11927
11928 2007-07-01 Richard Stallman <rms@gnu.org>
11929
11930 * cus-start.el (max-mini-window-height): Added.
11931
11932 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
11933
11934 * complete.el (partial-completion-mode): Remove advice of
11935 read-file-name-internal.
11936 (PC-do-completion): Rebind minibuffer-completion-table.
11937 (PC-read-file-name-internal): New function doing what
11938 read-file-name-internal advice did.
11939
11940 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
11941
11942 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
11943 property on a few symbols.
11944 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
11945 (byte-optimize-lapcode): Remove bindings that are not referenced
11946 and certainly will not effect through dynamic scoping.
11947
11948 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 * files.el (find-file-confirm-inexistent-file): New var.
11951 (find-file, find-file-other-window, find-file-other-frame)
11952 (find-file-read-only, find-file-read-only-other-window)
11953 (find-file-read-only-other-frame): Use it.
11954
11955 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11956
11957 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
11958
11959 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
11960
11961 * generic-x.el (generic-define-mswindows-modes)
11962 (generic-define-unix-modes, apache-log-generic-mode)
11963 (bat-generic-mode-keymap, java-manifest-generic-mode)
11964 (show-tabs-generic-mode): Fix typos in docstrings.
11965
11966 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
11967
11968 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
11969 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
11970 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
11971 (rcirc-print): Never ignore messages from ourself.
11972
11973 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11974
11975 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
11976 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
11977
11978 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11979
11980 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
11981 replace-regexp-in-string.
11982
11983 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
11984
11985 * emacs-lisp/cl.el: Set edebug and indentation before loading
11986 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
11987
11988 2007-06-28 Andreas Schwab <schwab@suse.de>
11989
11990 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
11991 $(lisp)/subdirs.el.
11992
11993 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
11994
11995 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
11996 the speedbar frame if nil; that deletes the current frame or
11997 causes an error if it is the only frame.
11998 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
11999
12000 2007-06-28 Kevin Ryde <user42@zip.com.au>
12001
12002 * textmodes/nroff-mode.el: Groff \# comments.
12003 (nroff-mode-syntax-table): \# comment intro,
12004 plain # as punct per global table.
12005 (nroff-font-lock-keywords): Add # as a single char escape.
12006 (nroff-mode): In comment-start-skip, match \#.
12007
12008 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
12009
12010 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
12011 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
12012 point-min == 1.
12013
12014 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
12015
12016 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
12017 Rename and move to...
12018
12019 * subr.el (strings->string, string->strings): ...here.
12020
12021 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
12022 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
12023
12024 * progmodes/gud.el (gud-common-init): Call string->strings instead
12025 of split-string.
12026
12027 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
12028
12029 * dired-aux.el: Remove `dired-call-process'.
12030 (dired-check-process): Call `process-file'.
12031
12032 * wdired.el (wdired-do-perm-changes): Call `process-file'.
12033
12034 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
12035 `ange-ftp-process-file'.
12036
12037 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12038
12039 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
12040
12041 * emacs-lisp/cl-extra.el:
12042 * emacs-lisp/cl-seq.el:
12043 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
12044 Add autoload cookies on all defs autoloaded manually in cl.el.
12045
12046 * emacs-lisp/cl-loaddefs.el: New file.
12047
12048 * textmodes/texinfmt.el (texinfo-raisesections-alist)
12049 (texinfo-lowersections-alist): Merge definition and declaration.
12050 (texinfo-start-of-header, texinfo-end-of-header): Remove.
12051 (texinfo-format-syntax-table): Merge init into declaration.
12052 (texinfo-format-parse-line-args, texinfo-format-parse-args)
12053 (texinfo-format-parse-defun-args, texinfo-format-node)
12054 (texinfo-push-stack, texinfo-multitable-widths)
12055 (texinfo-define-info-enclosure, texinfo-alias)
12056 (texinfo-format-defindex, batch-texinfo-format): Use push.
12057 (texinfo-footnote-number): Remove duplicate declaration.
12058
12059 * ps-print.el: Update with auto-generated autoloads.
12060
12061 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
12062
12063 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12064
12065 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
12066 relative to current dir for file-local settings.
12067 (autoload-generate-file-autoloads): Add `outfile' arg.
12068 (update-directory-autoloads): Use it to directly call
12069 autoload-generate-file-autoloads instead of going through
12070 update-file-autoloads so we avoid redundant searches and so we can know
12071 the set of buffers changed so we can save them all.
12072
12073 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
12074 rather than throwing `up-to-date'.
12075 (autoload-generate-file-autoloads): Adjust correspondingly.
12076 (update-file-autoloads): Be careful to let-bind
12077 autoload-modified-buffers and adjust to new calling conventions.
12078 (autoload-modified-buffers): Make it a dynamically scoped var.
12079 (update-directory-autoloads): Use file-relative-name instead of
12080 autoload-trim-file-name.
12081 (autoload-insert-section-header): Don't use autoload-trim-file-name
12082 since the file is already relative now.
12083 (autoload-trim-file-name): Remove.
12084
12085 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
12086 (vc-arch-complete, vc-arch--version-completion-table)
12087 (vc-arch-revision-completion-table): New functions to provide
12088 completion of revision names.
12089 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
12090 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
12091 to let the user trim the revlib.
12092
12093 * vc.el: Add new VC operation `revision-completion-table'.
12094 (vc-default-revision-completion-table): New function.
12095 (vc-version-diff, vc-version-other-window): Use it to provide
12096 completion of revision names if the backend provides it.
12097
12098 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
12099
12100 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
12101 of newer .svn/entries.
12102
12103 2007-06-25 David Kastrup <dak@gnu.org>
12104
12105 * calc/calc-poly.el (math-padded-polynomial)
12106 (math-partial-fractions): Add some function comments.
12107
12108 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12109
12110 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12111 Make `outbuf' optional.
12112 (update-file-autoloads): Use it.
12113
12114 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12115
12116 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
12117 (autoload-find-destination): Keep it uptodate.
12118 (autoload-save-buffers): New fun.
12119 (update-file-autoloads): Use it. Re-add the "up to date" message.
12120
12121 * emacs-lisp/autoload.el: Refactor for upcoming changes.
12122 (autoload-find-destination): New function extracted from
12123 update-file-autoloads.
12124 (update-file-autoloads): Use it.
12125 (autoload-generate-file-autoloads): New function extracted from
12126 generate-file-autoloads. Use file-relative-name. Delay computation of
12127 output-start to the first cookie. Remove done-any, replaced by
12128 output-start.
12129 (generate-file-autoloads): Use it.
12130
12131 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
12132
12133 * calc/calc-comb.el (math-init-random-base, math-prime-test):
12134 Use math-read-number-simple to insert constants.
12135 (math-prime-test): Redo calculation of sum.
12136
12137 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
12138
12139 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
12140 math-scale-bignum-3.
12141 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
12142 math-bignum-digit-size.
12143 (math-isqrt-small): Add another possible initial guess.
12144
12145 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12146
12147 * textmodes/bibtex.el (bibtex-entry-format): New options
12148 `whitespace', `braces', and `string'.
12149 (bibtex-field-braces-alist, bibtex-field-strings-alist)
12150 (bibtex-field-braces-opt, bibtex-field-strings-opt)
12151 (bibtex-cite-matcher-alist): New variables.
12152 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
12153 (bibtex-flash-head): Use blink-matching-delay.
12154 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
12155 (bibtex-format-entry, bibtex-reformat): Handle new options of
12156 bibtex-entry-format.
12157 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
12158 New functions.
12159 (bibtex-complete-internal): Do not display messages while
12160 minibuffer is used. Do not leave around a completions buffer
12161 that is out of date.
12162 (bibtex-copy-summary-as-kill): New optional arg.
12163 (bibtex-font-lock-url): New optional arg no-button.
12164 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
12165 (bibtex-url): Allow multiple URLs per entry.
12166
12167 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12168
12169 * emacs-lisp/autoload.el (autoload-generated-file): New function.
12170 (update-file-autoloads, update-directory-autoloads): Use it.
12171 (autoload-file-load-name): New function.
12172 (generate-file-autoloads, update-file-autoloads): Use it.
12173 (autoload-find-file): Accept non-absolute argument. Set default-dir.
12174 (generate-file-autoloads): If the autoloaded form is malformed,
12175 indicate the problem with a warning instead of aborting.
12176
12177 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
12178
12179 * simple.el (next-error-recenter): Accept `(4)' as well;
12180 also, specify `integer' instead of `number'.
12181
12182 2007-06-23 Eli Zaretskii <eliz@gnu.org>
12183
12184 * ls-lisp.el (insert-directory): If an invalid regexp error is
12185 thrown, try using FILE as a literal file name, not a wildcard.
12186
12187 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
12188
12189 * ruler-mode.el (ruler-mode): Prevent clobbering the original
12190 `header-line-format' when reentering ruler mode.
12191
12192 2007-06-23 Eli Zaretskii <eliz@gnu.org>
12193
12194 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
12195 FILE exists as a file.
12196
12197 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
12198
12199 * calc/calc.el (math-bignum-digit-length)
12200 (math-bignum-digit-size, math-small-integer-size):
12201 New constants.
12202 (math-normalize, math-bignum-big, math-make-float)
12203 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
12204 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
12205 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
12206 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
12207 (math-quotient, math-div-bignum, math-div-bignum-digit)
12208 (math-div-bignum-part, math-format-bignum-decimal)
12209 (math-read-bignum): Use math-bignum-digit-length,
12210 math-bignum-digit-size and math-small-integer-size.
12211
12212 * calc/calc-ext.el (math-fixnum-big): Use the variable
12213 math-bignum-digit-size.
12214
12215 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12216
12217 * log-view.el (log-view-mode-menu): New menu.
12218
12219 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12220
12221 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
12222 differently.
12223
12224 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
12225 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
12226
12227 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
12228
12229 * vc-hg.el (vc-hg-print-log): Insert the file name.
12230 (vc-hg-log-view-mode): Fontify the file name.
12231
12232 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
12233
12234 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
12235 (calcFunc-julian): Fix incorrect number used in calculations.
12236
12237 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
12238
12239 * simple.el (next-error-recenter): New defcustom.
12240 (next-error, next-error-internal): Recenter if specified,
12241 immediately prior to running `next-error-hook'.
12242
12243 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
12244 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
12245
12246 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
12247
12248 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
12249
12250 * calc/calc-comb.el (math-small-factorial-table): New variable.
12251 (calcFunc-fact): Use `math-small-factorial-table'.
12252
12253 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
12254 initial values.
12255 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
12256 New variables to use in caches.
12257
12258 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
12259 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
12260
12261 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
12262 (math-bernoulli-b-cache): Use math-read-number-simple to insert
12263 bignums.
12264
12265 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
12266 New variables to use in caches.
12267
12268 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
12269
12270 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
12271
12272 * vc-hg.el (vc-hg-log-view-mode): New mode.
12273
12274 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
12275
12276 * calc/calc.el (math-read-number-simple): New function.
12277
12278 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12279
12280 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
12281 (vera-font-lock-match-item): Fix doc string.
12282 (vera-in-comment-p): Remove unused function.
12283 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
12284 use `syntax-ppss'.
12285 (vera-forward-syntactic-ws): Fix argument order.
12286 (vera-prepare-search): Use `with-syntax-table'.
12287 (vera-indent-line): Fix doc string.
12288 (vera-electric-tab): Fix doc string.
12289 (vera-expand-abbrev): Define alias instead of using `fset'.
12290 (vera-comment-uncomment-region): Use `comment-start-skip'.
12291
12292 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
12293
12294 * textmodes/org.el (org-export-with-footnotes): New option.
12295 (org-export-as-html): Fix replacement bug for XEmacs.
12296 (org-agenda-default-appointment-duration): New option.
12297
12298 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
12299
12300 * vc-hg.el: Add to do items.
12301 (vc-hg-diff): Add support for comparing different revisions.
12302 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
12303 (vc-hg-annotate-extract-revision-at-line)
12304 (vc-hg-previous-version, vc-hg-checkin): New functions.
12305 (vc-hg-annotate-re): New constant.
12306
12307 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
12308
12309 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
12310
12311 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12312
12313 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
12314 buffer-local value of log-view-*-re if applicable.
12315
12316 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
12317 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
12318 (vc-bzr-command*): Remove both (incompatible) versions.
12319 (vc-bzr-do-command*): Remove.
12320 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
12321 Remove by folding into its only caller vc-bzr-command.
12322 (vc-bzr-command): Always set the environment, even when ineffective.
12323 (vc-bzr-version): Minor fix up.
12324 (vc-bzr-admin-dirname): New var.
12325 (vc-bzr-bzr-dir): Remove.
12326 (vc-bzr-root-dir): New fun.
12327 (vc-bzr-registered): Use it. Add an autoloaded version.
12328 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
12329 (vc-bzr-view-log-function): Remove.
12330 (vc-bzr-log-view-mode): New major mode to replace it.
12331 (vc-bzr-print-log): Only activate the old hack if needed.
12332
12333 * vc.el (vc-default-log-view-mode): New function.
12334 (vc-print-log): Add new `log-view-mode' VC operation.
12335
12336 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
12337
12338 * ido.el (ido-find-file-in-dir): Don't signal an error for
12339 empty directories.
12340
12341 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
12342
12343 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
12344 directory where the desktop file was found, as the docstring says.
12345 (desktop-kill): Use `read-directory-name'.
12346
12347 2007-06-20 Alan Mackenzie <acm@muc.de>
12348
12349 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
12350 When removing lines, also remove the \n. Correction of patch of
12351 2007-04-21.
12352
12353 2007-06-20 Martin Rudalics <rudalics@gmx.at>
12354
12355 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
12356 event is not a cons cell. Do not unread drag-mouse-1 events.
12357 Select right window in check whether space was stolen from
12358 window above.
12359
12360 * help-mode.el (help-make-xrefs): Adjust position of new forward
12361 button.
12362
12363 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
12364
12365 * vc-bzr.el (vc-bzr-with-process-environment)
12366 (vc-bzr-std-process-invocation): New macros.
12367 (vc-bzr-command, vc-bzr-command*): Use them.
12368 (vc-bzr-with-c-locale): Remove.
12369 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
12370 (vc-bzr-buffer-nonblank-p): New function.
12371 (vc-bzr-state-words): New const.
12372 (vc-bzr-state): Look for `bzr status' keywords in output.
12373 Display everything else as a warning message to the user.
12374 Fix status report with bzr >= 0.15.
12375
12376 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
12377
12378 * vc-hg.el (vc-hg-global-switches): Simplify.
12379 (vc-hg-state): Handle more states.
12380 (vc-hg-diff): Fix doc-string.
12381 (vc-hg-register): New function.
12382 (vc-hg-checkout): Likewise.
12383
12384 2007-06-20 Reto Zimmermann <reto@gnu.org>
12385
12386 * progmodes/vera-mode.el: New file.
12387
12388 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
12389
12390 * calc/calc.el (calc-multiplication-has-precendence):
12391 New variable.
12392 (math-standard-ops, math-standard-ops-p, math-expr-ops):
12393 New functions.
12394 (math-expr-opers): Define using math-standard-ops rather than
12395 math-standard-opers.
12396 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
12397 equal the function math-standard-ops rather than the variable
12398 math-standard-opers.
12399 (calc-algebraic-entry): Let math-expr-opers equal
12400 math-standard-ops or math-expr-ops, as appropriate.
12401 (math-expr-read-level, math-read-factor): Let math-expr-opers
12402 equal math-expr-ops.
12403 * calc/calc-embed.el (calc-embedded-finish-edit):
12404 Let math-expr-opers equal the function math-standard-ops
12405 rather than the variable math-standard-opers.
12406 * calc/calc-ext.el (math-read-plain-expr)
12407 (math-format-flat-expr-fancy): Let math-expr-opers equal the
12408 function math-standard-ops rather than the variable
12409 math-standard-opers.
12410 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
12411 Let math-expr-opers equal the function math-standard-ops rather
12412 than the variable math-standard-opers.
12413 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
12414 equal the function math-standard-ops rather than the variable
12415 math-standard-opers.
12416 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
12417 equal the function math-standard-ops rather than the variable
12418 math-standard-opers.
12419 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
12420 math-expr-ops.
12421
12422 2007-06-19 Ivan Kanis <apple@kanis.eu>
12423
12424 * vc-hg.el: New file.
12425
12426 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12427
12428 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
12429 with font-lock-multiline.
12430
12431 2007-06-17 Glenn Morris <rgm@gnu.org>
12432
12433 * lpr.el (lpr-page-header-switches): Move %s to separate element
12434 for correct quoting. Doc fix.
12435
12436 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12437
12438 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
12439 than setting sgml-xml-mode.
12440 (sgml-mode, html-mode): Set sgml-xml-mode.
12441 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
12442 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
12443 (sgml-electric-tag-pair-before-change-function)
12444 (sgml-electric-tag-pair-flush-overlays): New functions.
12445 (sgml-electric-tag-pair-mode): New minor mode.
12446 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
12447 (sgml-calculate-indent): Use assoc-string.
12448
12449 2007-06-16 Karl Fogel <kfogel@red-bean.com>
12450
12451 * thingatpt.el (thing-at-point-email-regexp): Don't require two
12452 chars before the "@" in an email address. Andreas Roehler noticed
12453 this problem.
12454
12455 2007-06-15 Karl Fogel <kfogel@red-bean.com>
12456
12457 * thingatpt.el: Add support for email addresses (`email').
12458 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
12459 (thing-at-point-email-regexp): New variable.
12460 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
12461 properties on this symbol, with lambda forms for values.
12462
12463 2007-06-15 Masatake YAMATO <jet@gyve.org>
12464
12465 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
12466
12467 * vc.el (vc-dired-hook): Check the backend returned from
12468 `vc-responsible-backend' can really handle `subdir'.
12469
12470 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
12471
12472 * wid-edit.el (widget-add-documentation-string-button):
12473 Fix handling of documentation indent.
12474
12475 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
12476
12477 * mb-depth.el: New file.
12478
12479 2007-06-15 Masatake YAMATO <jet@gyve.org>
12480
12481 * vc.el (vc-dired-mode): Show backend name as part of mode name.
12482
12483 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
12484
12485 * wid-edit.el (widget-default-create): Move ?h handling here...
12486 (widget-default-format-handler): ...from here.
12487 (widget-docstring, widget-add-documentation-string-button): New funs.
12488 (documentation-string): Add :visibility-widget property.
12489 (widget-documentation-string-value-create): Use it.
12490
12491 * cus-edit.el (custom-split-regexp-maybe): Simplify.
12492 (custom-buffer-create-internal): Simplify message.
12493 (custom-variable-tag): Reduce height to normal.
12494 (custom-variable-value-create, custom-face-value-create)
12495 (custom-visibility): New widget.
12496 (custom-visibility): New face.
12497 (custom-group-value-create):
12498 Call widget-add-documentation-string-button, using `custom-visibility'.
12499
12500 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12501
12502 * emacs-lisp/bytecomp.el (byte-compile-current-group)
12503 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
12504 change. Apparently the "warning even if the group is implicit" is
12505 a feature rather than a bug.
12506
12507 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
12508
12509 * emulation/viper.el (viper-describe-key-ad)
12510 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
12511 Compile them conditionally.
12512 (viper-version): Belated version change.
12513
12514 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
12515
12516 * follow.el (follow-all-followers, follow-generic-filter):
12517 * pcomplete.el (pcomplete-restore-windows):
12518 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
12519 (x-dnd-drop-data):
12520 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
12521 * progmodes/python.el (python-complete-symbol):
12522 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
12523
12524 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
12525
12526 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
12527 around bright and dim regexps. Make sure bright and dim matches
12528 use word anchors. Send text through rcirc-markup functions.
12529 (rcirc-url-regexp): Add single quote character.
12530 (rcirc-connect): Write logs to disk on auto-save-hook.
12531 Make server a non-optional argument.
12532 (rcirc-log-alist): New variable.
12533 (rcirc-log-directory): Make customizable.
12534 (rcirc-log-flag): New customizable variable.
12535 (rcirc-log): New function.
12536 (rcirc-print): Use above function.
12537 (rcirc-log-write): New function.
12538 (rcirc-generate-new-buffer-name): Strip text properties.
12539 (rcirc-switch-to-buffer-function): Remove variable.
12540 (rcirc-last-non-irc-buffer): Remove variable.
12541 (rcirc-non-irc-buffer): Add function.
12542 (rcirc-next-active-buffer): Use above function.
12543 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
12544 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
12545 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
12546 (rcirc-omit-mode): Add minor-mode.
12547 (rcirc-mode-map): Change C-c C-o binding.
12548 (rcirc-mode): Clear mode-line-process. Use a custom
12549 fill-paragraph-function. Set up buffer-invisibility-spec.
12550 (rcirc-response-formats): Remove timestamp code.
12551 (rcirc-omit-responses): Add variable.
12552 (rcirc-print): Don't put the overlay arrow on potentially omitted
12553 lines. Log line to disk. Record activity for private messages
12554 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
12555 (rcirc-jump-to-first-unread-line): Print message if there is no
12556 unread text.
12557 (rcirc-clear-unread): New function.
12558 (rcirc-markup-text-functions): Add variable.
12559 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
12560 (rcirc-debug): Don't mess with window configuration.
12561 (rcirc-send-message): Send message before printing locally.
12562 Add SILENT argument, do not print message if non-nil.
12563 (rcirc-visible-buffers): New function and variable.
12564 (rcirc-window-configuration-change-1): Add function.
12565 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
12566 server buffer.
12567 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
12568 (rcirc-fill-paragraph): Add function.
12569 (rcirc-record-activity, rcirc-window-configuration-change-1):
12570 Only update the activity string if it has actually changed.
12571 (rcirc-update-activity-string): Remove padding characters from the
12572 mode-line string.
12573 (rcirc-disconnect-buffer): New function to be called when a
12574 channel is parted or the user quits.
12575 (rcirc-server-name): Warn when the server-name hasn't been set.
12576 (rcirc-window-configuration-change): Postpone work until
12577 post-command-hook.
12578 (rcirc-window-configuration-change-1): Update mode-line and
12579 overlay arrows here.
12580 (rcirc-authenticate): Fixc hanserv identification.
12581 (rcirc-default-server): Remove variable.
12582 (rcirc): Connect according to rcirc-connections.
12583 (rcirc-connections): Add variable.
12584 (rcirc-startup-channels-alist): Remove variable.
12585 (rcirc-startup-channels): Remove function.
12586
12587 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12588
12589 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
12590
12591 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
12592
12593 * term/xterm.el (terminal-init-xterm): Escape parens in character
12594 constants.
12595
12596 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12597
12598 * progmodes/sh-script.el: Remove unneeded * from docstrings.
12599 Use [:alpha:] and [:alnum:] where applicable.
12600 (sh-quoted-subshell): Rewrite to correctly
12601 handle nested mixes of `...' and $(...).
12602 (sh-apply-quoted-subshell): Remove.
12603 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
12604
12605 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
12606
12607 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
12608
12609 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
12610 previous change.
12611
12612 2007-06-12 Tom Tromey <tromey@redhat.com>
12613
12614 * subr.el (user-emacs-directory): New defconst.
12615 * cmuscheme.el (scheme-start-file):
12616 * shell.el (shell):
12617 * completion.el (save-completions-file-name):
12618 * custom.el (custom-theme-directory):
12619 * term/x-win.el (emacs-session-filename):
12620 * filesets.el (filesets-menu-cache-file):
12621 * thumbs.el (thumbs-thumbsdir):
12622 * server.el (server-auth-dir):
12623 * image-dired.el (image-dired-dir):
12624 (image-dired-db-file):
12625 (image-dired-temp-image-file):
12626 (image-dired-gallery-dir):
12627 (image-dired-temp-rotate-image-file):
12628 * play/gamegrid.el (gamegrid-user-score-file-directory):
12629 * savehist.el (savehist-file):
12630 * tutorial.el (tutorial--saved-dir):
12631 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
12632
12633 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
12634
12635 * scroll-lock.el (scroll-lock-mode): Doc fix.
12636
12637 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
12638
12639 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
12640
12641 * ediff-init.el: Doc strings.
12642
12643 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12644
12645 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
12646 (byte-compile-file): Bind it.
12647 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
12648 group argument is provided implicitly.
12649 (byte-compile-format-warn, byte-compile-from-buffer)
12650 (byte-compile-insert-header): Don't hardcode point-min==1.
12651 (byte-compile-file-form-require): Remove unused var old-load-list.
12652 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
12653
12654 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
12655
12656 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
12657 Display error messages.
12658 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
12659 Get rid of cl.el dependencies.
12660
12661 * emulation/viper-init.el (viper-suppress-input-method-change-message):
12662 New variable.
12663 (viper-activate-input-method-action)
12664 (viper-inactivate-input-method-action):
12665 Use viper-suppress-input-method-change-message.
12666
12667 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
12668 for C-s, C-r.
12669
12670 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
12671 Use viper-replace-overlay-cursor-color instead of
12672 viper-replace-overlay-cursor-color.
12673 (viper-sit-for-short): Use sit-for with 3 arguments.
12674
12675 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
12676 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
12677 to gud-mode.
12678
12679 * ediff-mult.el (ediff-meta-buffer-brief-message)
12680 (ediff-meta-buffer-verbose-message): New variables.
12681 (ediff-meta-buffer-message): Variable deleted.
12682 (ediff-verbose-help-enabled): New variable.
12683 (ediff-toggle-verbose-help-meta-buffer): New function.
12684 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
12685 message options.
12686
12687 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
12688 (ediff-fixup-patch-map): Improve heuristic.
12689
12690 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12691
12692 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
12693 (log-view-font-lock-keywords): Simplify.
12694 (log-view-current-file, log-view-current-tag): Simplify.
12695
12696 2007-06-12 Sam Steingold <sds@gnu.org>
12697
12698 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
12699
12700 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
12701
12702 * desktop.el (desktop-load-locked-desktop): New option.
12703 (desktop-read): Use it.
12704 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
12705 Use `when'.
12706
12707 2007-06-12 Davis Herring <herring@lanl.gov>
12708
12709 * desktop.el (desktop-save-mode-off): New function.
12710 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
12711 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
12712 (desktop-claim-lock, desktop-release-lock): New functions.
12713 (desktop-kill): Tell `desktop-save' that this is the last save.
12714 Release the lock afterwards.
12715 (desktop-buffer-info): New function.
12716 (desktop-save): Use it. Run `desktop-save-hook' where the doc
12717 says to. Detect conflicts, and manage the lock.
12718 (desktop-read): Detect conflicts. Manage the lock.
12719
12720 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12721
12722 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
12723
12724 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
12725 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
12726 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
12727 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
12728 keysyms rather than byte sequences.
12729 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
12730
12731 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12732
12733 * font-lock.el (font-lock-add-keywords): In case font-lock was only
12734 half-activated, forcefully activate it completely.
12735
12736 2007-06-11 Richard Stallman <rms@gnu.org>
12737
12738 * cus-edit.el (custom-variable-type): Doc fix.
12739
12740 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12741
12742 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
12743 (sh-font-lock-flush-syntax-ppss-cache): New functions.
12744 (sh-font-lock-syntactic-keywords): Use them to distinguish the
12745 different possible cases for \'.
12746
12747 * complete.el (PC-bindings): Don't bind things already bound in the
12748 parent keymap.
12749
12750 * textmodes/bibtex-style.el: New file.
12751
12752 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
12753
12754 * vc-bzr.el: New file.
12755
12756 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12757
12758 * vc-svn.el (vc-svn-program): New var.
12759 (vc-svn-command): Use it.
12760
12761 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
12762
12763 * server.el (server-switch-buffer): Remove redundant check.
12764
12765 2007-06-10 Martin Rudalics <rudalics@gmx.at>
12766
12767 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12768 Match against file-name-nondirectory.
12769 Fix text on user customization variables.
12770 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
12771
12772 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
12773
12774 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
12775
12776 2007-06-09 Davis Herring <herring@lanl.gov>
12777
12778 * desktop.el (desktop-minor-mode-table): Doc fix.
12779
12780 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12781
12782 * textmodes/css-mode.el (css-navigation-syntax-table):
12783 Use set-char-table-range so it also works in the unicode branch.
12784
12785 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
12786
12787 * help-mode.el (help-xref-forward-stack)
12788 (help-xref-stack-forward-item, help-forward-label): New variables.
12789 (help-forward): New button type.
12790 (help-setup-xref): Initialise help-xref-forward-stack.
12791 (help-make-xrefs): Add forward button, if appropriate.
12792 (help-xref-go-back): Push item on forward stack.
12793 (help-xref-go-forward, help-go-forward): New functions.
12794
12795 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
12796
12797 * dired.el (dired-mode-map): Remove spurious separator.
12798
12799 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
12800
12801 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
12802
12803 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12804 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
12805
12806 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
12807
12808 * textmodes/org.el: Version number fixed.
12809
12810 2007-06-07 Glenn Morris <rgm@gnu.org>
12811
12812 * version.el (emacs-copyright): New constant.
12813 * startup.el (fancy-splash-tail): Use emacs-copyright.
12814 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
12815
12816 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
12817 `make-local'.
12818 (byte-compile-warnings-safe-p): Add `make-local'.
12819 (byte-compile-make-variable-buffer-local):
12820 Allow byte-compile-warnings to suppress this warning.
12821
12822 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
12823 format of "menu" description.
12824 (tutorial--find-changed-keys): Describe the specific menu a
12825 command is in.
12826
12827 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
12828 Rewrite compatibility functions to silence byte-compiler.
12829
12830 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
12831
12832 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
12833 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
12834
12835 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
12836
12837 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
12838
12839 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
12840
12841 * progmodes/ebrowse.el (ebrowse-member-table):
12842 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
12843 (org-batch-agenda-csv): Fix typos in docstrings.
12844
12845 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
12846
12847 * international/mule-cmds.el (toggle-enable-multibyte-characters)
12848 (sort-coding-systems, search-unencodable-char): Doc fixes.
12849 (coding-system-change-eol-conversion, set-default-coding-systems)
12850 (prefer-coding-system, find-multibyte-characters, princ-list)
12851 (leim-list-entry-regexp, set-input-method, locale-language-names)
12852 (input-method-exit-on-first-char, exit-language-environment-hook)
12853 (locale-charset-language-names): Fix typos in docstrings.
12854
12855 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
12856
12857 * pgg.el (pgg-sign-region, pgg-sign):
12858 * ses.el (ses-call-printer):
12859 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
12860 * textmodes/org.el (org-cycle): Fix typos in docstrings.
12861
12862 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
12863
12864 * textmodes/org.el (org-export-region-as-html)
12865 (org-replace-region-by-html, org-number-to-letters)
12866 (org-table-fedit-finish, org-normalize-color)
12867 (org-table-fedit-ref-right, org-date-to-gregorian)
12868 (org-table-fedit-move, org-table-convert-refs-to-rc)
12869 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
12870 (org-write-agenda, org-colgroup-info-to-vline-list)
12871 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
12872 (org-indent-line-function, org-export-as-html-to-buffer)
12873 (org-store-agenda-views, org-update-mode-line)
12874 (org-find-if, org-delete-all)
12875 (org-table-fedit-convert-buffer, org-emphasize)
12876 (org-uniquify, org-table-fedit-lisp-indent)
12877 (org-table-fedit-scroll, org-get-todo-sequence-head)
12878 (org-table-fedit-scroll-down, org-table-fedit-line-down)
12879 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
12880 (org-table-fedit-toggle-coordinates, org-dvipng-color)
12881 (org-table-fedit-line-up, org-table-fedit-ref-down)
12882 (org-table-formula-from-user, org-mode-flyspell-verify)
12883 (org-cycle-show-empty-lines, org-ctrl-c-ret)
12884 (org-table-formula-to-user, org-diary-to-ical-string)
12885 (orgtbl-export, org-table-fedit-post-command)
12886 (org-closed-in-range, org-shiftcontrolright)
12887 (org-table-convert-refs-to-an, org-table-hline-and-move)
12888 (org-table-formula-less-p, org-format-table-ascii)
12889 (org-agenda-get-sexps, org-shift-refpart)
12890 (org-diary-sexp-entry, org-time-string-to-absolute)
12891 (org-table-show-reference, org-letters-to-number)
12892 (org-fix-agenda-info, org-table-fedit-ref-up)
12893 (org-table-fedit-shift-reference, org-table-fedit-abort)
12894 (org-closest-date, org-shiftcontrolleft)
12895 (org-at-heading-or-item-p, org-rematch-and-replace)
12896 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
12897 New functions.
12898 (org-table-edit-scroll-down, org-finish-edit-formulas)
12899 (org-table-edit-next-field, org-abort-edit-formulas)
12900 (org-font-lock-level, org-export-find-first-heading-line)
12901 (org-table-edit-line-down, org-table-edit-backward-field)
12902 (org-edit-formula-lisp-indent, org-table-edit-move)
12903 (org-check-log-option, org-this-word)
12904 (org-table-edit-line-up, org-table-edit-formulas-post-command)
12905 (org-agenda-file-to-end, org-expand-file-name)
12906 (org-fake-empty-table-line, org-table-edit-scroll)
12907 (org-toggle-log-option, org-show-reference): Function removed.
12908 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
12909 New defsubsts.
12910 (org-unmodified, org-batch-store-agenda-views)
12911 (org-batch-agenda-csv): New macro.
12912 (org-agenda-export): New customization group.
12913 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
12914 (org-highest-priority, org-agenda-exporter-settings)
12915 (org-log-done-with-time, org-replace-disputed-keys)
12916 (org-format-latex-header, org-export-table-header-tags)
12917 (org-cycle-separator-lines, org-export-table-data-tags)
12918 (org-icalendar-include-sexps)
12919 (org-empty-line-terminates-plain-lists)
12920 (org-log-repeat, org-special-ctrl-a)
12921 (org-table-use-standard-references, org-disputed-keys)
12922 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
12923 (org-agenda-export-html-style): New option.
12924 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
12925 (org-CUA-compatible): Option removed.
12926 (org-agenda-structure, org-sexp-date): New face.
12927 (org-todo-keywords-for-agenda, org-not-done-keywords)
12928 (org-planning-or-clock-line-re, org-agenda-name)
12929 (org-table-colgroup-info, org-todo-sets)
12930 (constants-unit-system, org-clock-mode-line-entry)
12931 (org-mode-line-timer, org-table-current-begin-pos)
12932 (org-todo-keywords-1, org-mode-line-string)
12933 (org-table-clean-did-remove-column, org-table-fedit-map)
12934 (org-clock-heading, org-table-buffer-is-an)
12935 (org-agenda-info, org-done-keywords)
12936 (org-done-keywords-for-agenda, org-todo-heads)
12937 (org-todo-kwd-alist, org-clock-start-time): New variable.
12938 (org-todo-kwd-priority-p, org-edit-formulas-map)
12939 (org-repeat-re, org-todo-kwd-max-priority)
12940 (org-version, org-done-string)
12941 (org-table-clean-did-remove-column-1, org-disputed-keys):
12942 Remove variables.
12943 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
12944 (org-ts-lengths): Constant removed.
12945 (org-follow-gnus-link): Don't ask how many articles to read.
12946 (org-export-find-first-export-line): Rename from
12947 `org-export-find-first-heading'.
12948 Use `org-export-skip-text-before-1st-heading'.
12949 (org-table-fedit-post-command): Rename from
12950 `org-table-edit-formulas-post-command'.
12951 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
12952 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
12953 (org-table-fedit-lisp-indent): Rename from
12954 `org-edit-formula-lisp-indent'.
12955 (org-table-show-reference): Rename from `org-show-reference'.
12956 (org-table-store-formulas): Use `org-table-formula-less-p'.
12957 (org-table-edit-formulas): Position cursor to current field equation.
12958 (org-update-checkbox-count, org-hide-archived-subtrees)
12959 (org-timestamp-up-day, org-timestamp-down-day)
12960 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
12961 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
12962 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
12963 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
12964 Let `org-on-heading-p' also check for invisible heading.
12965 (org-read-date): Match am/pm times.
12966 (org-eval-in-calendar): Fix default date in prompt.
12967
12968 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
12969
12970 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
12971 "ChangeLog.a" entries, giving the latter lower priority.
12972
12973 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
12974
12975 * faces.el (face-id): If the argument is a face alias,
12976 return the ID of the target face.
12977
12978 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
12979
12980 * net/socks.el (top): Remove unnecessary copyright line.
12981
12982 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
12983
12984 * longlines.el (longlines-auto-wrap): Handle argument correctly.
12985
12986 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
12987
12988 * net/socks.el: New file, taken from w3 repository.
12989 (top): Update Copyright. Don't load cl.el.
12990 (all): Replace `case' by `cond', `string-to-int' by
12991 `string-to-number', and `process-kill-without-query' by
12992 `set-process-query-on-exit-flag'.
12993 (socks-char-int): Remove defalias and all occurrences.
12994
12995 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
12996
12997 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
12998 Fix typos in docstrings.
12999 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
13000 (compilation-finish-function): Fix typo in obsolescence declaration.
13001
13002 2007-06-03 Sam Steingold <sds@gnu.org>
13003
13004 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
13005 handle unending automatic recompilation of changed files (`omake -P').
13006 (compilation-loop): VISITED is now 5th CDR.
13007 (compilation-next-error-function): Set TIMESTAMP.
13008
13009 2007-06-03 Sam Steingold <sds@gnu.org>
13010
13011 * files.el (kill-buffer-ask): New function.
13012 (kill-some-buffers): Use it.
13013 (kill-matching-buffers): New user command.
13014
13015 2007-06-01 David Kastrup <dak@gnu.org>
13016
13017 * dired.el (dired-recursive-deletes, dired-recursive-copies):
13018 Change default to `top'.
13019
13020 2007-05-31 Richard Stallman <rms@gnu.org>
13021
13022 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
13023
13024 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13025
13026 * textmodes/css-mode.el: New file.
13027
13028 2007-05-30 Michael Olson <mwolson@gnu.org>
13029
13030 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
13031 died and we are trying to send a signal to it. The program using
13032 tq.el should periodically check to see whether the process has
13033 died and react appropriately -- this is not the responsibility of
13034 tq.el, and is consistent with the rest of the tq.el source code.
13035
13036 2007-05-29 Martin Rudalics <rudalics@gmx.at>
13037
13038 * textmodes/table.el (table--point-entered-cell-function)
13039 (table--point-left-cell-function):
13040 Bind `inhibit-point-motion-hooks' to t.
13041
13042 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
13043
13044 * emacs-lisp/rx.el (rx): Doc fix.
13045
13046 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
13047
13048 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
13049
13050 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
13051
13052 Sync with Tramp 2.0.56.
13053
13054 * net/tramp.el:
13055 * net/tramp-ftp.el:
13056 * net/tramp-smb.el:
13057 * net/tramp-util.el:
13058 * net/tramp-vc.el:
13059 Don't load cl.el, because that pollutes the namespace. Replace cl
13060 macros by their implementations where necessary. Requested by
13061 Richard Stallman <rms@gnu.org>.
13062
13063 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
13064 doesn't exist.
13065 (with-parsed-tramp-file-name): Protect debug spec during compilation.
13066 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
13067 (tramp-file-name-p, tramp-file-name-multi-method)
13068 (tramp-file-name-method, tramp-file-name-user)
13069 (tramp-file-name-host, tramp-file-name-localname): New defuns,
13070 replacing defstruct `tramp-file-name'.
13071 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
13072 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
13073 Apply `vector' instead of `make-tramp-file-name'.
13074 (tramp-handle-make-auto-save-file-name):
13075 Apply `tramp-temporary-file-directory' for compatibility reasons.
13076 (tramp-completion-mode): Use `natnump' instead of `wholenump'
13077 because of XEmacs.
13078 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
13079 started.
13080
13081 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
13082
13083 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
13084
13085 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
13086
13087 * log-edit.el (log-edit-changelog-paragraph): Return point-max
13088 as the end of the ChangeLog paragraph when it ends without a line
13089 termination.
13090
13091 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
13092
13093 * net/webjump.el (webjump-sample-sites):
13094 Add simple Wikipedia query.
13095
13096 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13097
13098 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
13099 compatibility code.
13100
13101 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
13102 (copyright-update-year): Use it.
13103
13104 * edmacro.el (edmacro-format-keys): Use current-active-maps.
13105
13106 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
13107 Add indentation and debugging info. Fix up comment convention.
13108
13109 * cus-dep.el (custom-make-dependencies): Simplify.
13110
13111 * composite.el (compose-region, decompose-region):
13112 Use inhibit-read-only and restore-buffer-modified-p.
13113
13114 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
13115 (xterm-mouse-event): Use it.
13116
13117 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
13118
13119 * bs.el (bs-cycle-previous): Don't modify the cycle list until
13120 `switch-to-buffer' has returned succesfully.
13121 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
13122 window is dedicated (it could iconify the frame).
13123
13124 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
13125
13126 * vc-hooks.el (vc-find-root): Fix file attribute test.
13127
13128 2007-05-24 Richard Stallman <rms@gnu.org>
13129
13130 * textmodes/flyspell.el (flyspell-correct-word-before-point):
13131 Don't let opoint be nil.
13132 (flyspell-emacs-popup): Explicit error if no dialogs.
13133
13134 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
13135
13136 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
13137 (image-next-line, image-previous-line, image-scroll-up)
13138 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
13139 New functions.
13140 (image-mode-map): Remap motion commands.
13141 (image-mode-text-map): New keymap for viewing images as text.
13142 (image-mode): Use image-mode-map.
13143 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
13144
13145 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13146
13147 * textmodes/fill.el (canonically-space-region): Make the second arg
13148 a marker if it's not already the case.
13149
13150 2007-05-23 Eli Zaretskii <eliz@gnu.org>
13151
13152 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
13153 (tar-get-descriptor): Handle type 55, an extended pax header.
13154
13155 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13156
13157 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
13158 to confuse outline-minor-mode.
13159
13160 2007-05-23 Eli Zaretskii <eliz@gnu.org>
13161
13162 * tar-mode.el (tar-file-name-handler): New function.
13163 (tar-extract): Bind file-name-handler-alist to it to force
13164 find-buffer-file-type-coding-system behave as if the file being
13165 extracted existed. Use last-coding-system-used to force
13166 buffer-file-coding-system to what decode-coding-region actually
13167 used to decode the file.
13168
13169 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
13170
13171 * progmodes/compile.el (compilation-handle-exit):
13172 `compilation-finish-function' may change the current buffer.
13173
13174 2007-05-22 Richard Stallman <rms@gnu.org>
13175
13176 * files.el (set-auto-mode): Doc fix.
13177
13178 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13179
13180 * help-fns.el (find-source-lisp-file): New function.
13181 (describe-function-1): Use find-source-lisp-file to find source
13182 file in compile tree.
13183
13184 2007-05-22 Eli Zaretskii <eliz@gnu.org>
13185
13186 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
13187
13188 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
13189
13190 * emacs-lisp/easy-mmode.el (define-minor-mode)
13191 (easy-mmode-define-navigation): Fix typos in docstrings.
13192
13193 2007-05-22 Glenn Morris <rgm@gnu.org>
13194
13195 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
13196
13197 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
13198
13199 * mail/mail-extr.el (mail-extract-address-components):
13200 Recognize non-ASCII characters except for NBSP as words.
13201
13202 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
13203
13204 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
13205 (rcirc-print): Handle `window-width'.
13206 (rcirc-buffer-maximum-lines): Doc fix.
13207
13208 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
13209
13210 * image-mode.el (image-toggle-display): Don't clear image cache.
13211 Only use filename in image spec if the file is readable.
13212 Call image-refresh.
13213
13214 * image.el (image-type-from-file-name, image-type): Simplify.
13215 (image-type-auto-detected-p): Don't scan auto-mode-alist.
13216
13217 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
13218 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
13219
13220 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
13221
13222 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
13223 is an error.
13224
13225 * term/linux.el (terminal-init-linux): Don't signal an error
13226 if gpm isn't running.
13227
13228 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
13229
13230 * t-mouse.el: Reduce to a minor-mode macro call.
13231 (t-mouse-mode): Remove the lighter.
13232
13233 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
13234
13235 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
13236
13237 * files.el (auto-mode-alist): Change the regexp so that
13238 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
13239
13240 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
13241
13242 * Version 22.1 released.
13243
13244 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
13245
13246 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
13247 changes.
13248
13249 2007-05-19 Kevin Ryde <user42@zip.com.au>
13250
13251 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
13252
13253 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
13254
13255 * textmodes/sgml-mode.el: Revert last change.
13256
13257 2007-05-18 Richard Stallman <rms@gnu.org>
13258
13259 * simple.el (push-mark): Doc fix.
13260
13261 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
13262
13263 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
13264 tpu-global-map.
13265 (tpu-original-global-map): Variable deleted.
13266 (tpu-control-keys-map): New keymap variable.
13267 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
13268 setting keymapping directly.
13269 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
13270 tpu-global-map.
13271 (tpu-edt-on): Activate the tpu-global-map.
13272 (tpu-edt-off): Deactivate the tpu-global-map.
13273
13274 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
13275
13276 * textmodes/ispell.el (ispell-get-word): Return markers
13277 for start and end positions.
13278 (ispell-word): Assume END is a marker.
13279
13280 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13281
13282 * printing.el: Group together all XEmacs/Emacs definitions.
13283 (pr-version): New version 6.9.
13284 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
13285 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
13286 (pr-menu-bind): Fix code.
13287 (pr-e-frame-char-height, pr-e-frame-char-width)
13288 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
13289 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
13290 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
13291 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
13292 (pr-x-event-y-pixel): Aliases eliminated.
13293 (pr-xemacs-global-menubar): Macro moved.
13294 (current-menubar, current-mouse-event, zmacs-region-stays)
13295 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
13296 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
13297 Vars moved.
13298 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
13299 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
13300 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
13301 (pr-menu-set-utility-title, pr-even-or-odd-pages)
13302 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
13303 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
13304 moved.
13305
13306 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
13307
13308 * textmodes/sgml-mode.el (sgml-tag):
13309 Fix bug: Call sgml-transformation-function.
13310
13311 2007-05-17 Martin Rudalics <rudalics@gmx.at>
13312
13313 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
13314 modified flag of buffer. Use `inhibit-modification-hooks'.
13315
13316 2007-05-16 Richard Stallman <rms@gnu.org>
13317
13318 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
13319
13320 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13321
13322 * files.el (magic-mode-alist, magic-fallback-mode-alist):
13323 Move the *ml, Postscript, and XmCD entries to the fallback part.
13324
13325 * files.el (magic-fallback-mode-alist):
13326 Rename from file-start-mode-alist.
13327
13328 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
13329
13330 * progmodes/compile.el (compilation-handle-exit): Quote first
13331 argument of `run-hook-with-args'.
13332
13333 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
13334
13335 * buff-menu.el (Buffer-menu-sort-column):
13336 * dabbrev.el (dabbrev-upcase-means-case-search):
13337 * dired.el (dired-recursive-deletes, dired-recursive-copies):
13338 * info.el (Info-current-subfile):
13339 * ls-lisp.el (ls-lisp-verbosity):
13340 * msb.el (msb-menu-cond):
13341 * pcvs.el (cvs-dired-use-hook):
13342 * simple.el (set-mark-command-repeat-pop):
13343 * time.el (display-time-24hr-format, display-time-mail-file):
13344 Doc fixes.
13345
13346 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
13347 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
13348
13349 * view.el (view-inhibit-help-message): Fix typo in docstring.
13350 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
13351
13352 2007-05-16 Martin Rudalics <rudalics@gmx.at>
13353
13354 * textmodes/ispell.el (ispell-start-process): Defend against bad
13355 default-directory.
13356
13357 2007-05-14 Eli Zaretskii <eliz@gnu.org>
13358
13359 * mail/rmail.el (rmail-convert-to-babyl-format): Check
13360 content-transfer-encoding _last_, because it's its position that
13361 we need as value of base64-header-field-end.
13362
13363 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
13364
13365 * files.el (mode-require-final-newline, require-final-newline)
13366 (enable-local-variables, enable-local-eval): Doc fixes.
13367
13368 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13369
13370 * ps-print.el: Use default color when foreground or background color
13371 are unspecified. Reported by Leo <sdl.web@gmail.com>.
13372 (ps-print-version): New version 6.7.4.
13373 (ps-rgb-color): New argument. Use default color when color is
13374 unspecified.
13375 (ps-begin-job): Fix code.
13376
13377 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
13378
13379 * longlines.el (longlines-mode): Make longlines-auto-wrap
13380 buffer-local. Add hooks unconditionally.
13381 (longlines-auto-wrap): Toggle wrapping.
13382 (longlines-after-change-function)
13383 (longlines-post-command-function): Check longlines-auto-wrap.
13384
13385 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
13386
13387 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
13388 (xterm-mouse-translate): Use it.
13389
13390 2007-05-10 Richard Stallman <rms@gnu.org>
13391
13392 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
13393 (iso-cvt-write-only): Likewise.
13394
13395 * emacs-lisp/easy-mmode.el (define-minor-mode):
13396 Fix generated doc string.
13397
13398 * startup.el (fancy-splash-text): Add URL of guided tour.
13399 Adjust horizontal and vertical whitespace.
13400
13401 * progmodes/compile.el (compilation-handle-exit):
13402 Use run-hook-with-args to run compilation-finish-functions.
13403
13404 * files.el (file-start-mode-alist): New variable.
13405 (magic-mode-regexp-match-limit): Doc fix.
13406 (set-auto-mode): Handle file-start-mode-alist.
13407 A little cleanup of structure.
13408
13409 * dabbrev.el (dabbrev-eliminate-newlines):
13410 Renamed from dabbrev--eliminate-newlines. All uses changed.
13411
13412 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
13413
13414 * man.el (Man-next-section): Don't consider the last line of the page
13415 as being part of any section.
13416
13417 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
13418
13419 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
13420 can take any number of values.
13421
13422 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13423
13424 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
13425 to the list of citation commands.
13426
13427 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13428
13429 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
13430
13431 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
13432
13433 * progmodes/python.el (python-font-lock-keywords)
13434 (python-open-block-statement-p, python-mode): Add support for the new
13435 "with" keyword.
13436
13437 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13438
13439 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
13440 the exact opposite of diff-goto-source.
13441
13442 * emacs-lisp/advice.el (ad-special-forms): Remove.
13443 (ad-special-form-p): Use subr-arity.
13444
13445 * newcomment.el (comment-search-forward): Make sure we search forward.
13446 (comment-enter-backward): Try and distinguish the non-matching case at
13447 EOB from the non-matching case with a missing comment-end-skip for
13448 a 2-char comment ender.
13449 (comment-choose-indent): New function extracted from comment-indent.
13450 Improve the alignment algorithm.
13451 (comment-indent): Use it.
13452
13453 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
13454 XML style Processing Instructions.
13455 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
13456 (sgml-calculate-indent): Handle `pi' context.
13457
13458 * vc.el: Ensure that update-changelog issues an error when used with
13459 a backend that does not implement it.
13460 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
13461 Remove `backend' argument. Use expand-file-name.
13462 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
13463
13464 * progmodes/python.el (python-end-of-block): Revert last change.
13465 (python-end-of-statement): Make sure we move *forward*.
13466
13467 2007-05-08 Richard Stallman <rms@gnu.org>
13468
13469 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13470 Don't include non-self-insert commands in the exception for `-'.
13471
13472 2007-05-08 David Reitter <david.reitter@gmail.com>
13473
13474 * progmodes/python.el (python-guess-indent): Check non-nullness
13475 before comparing indent against the 2..8 interval.
13476
13477 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13478
13479 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
13480 available.
13481
13482 2007-05-06 Richard Stallman <rms@gnu.org>
13483
13484 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
13485
13486 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13487
13488 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
13489 rather than storing their value in the revert-buffer function.
13490
13491 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
13492
13493 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
13494 when disabling t-mouse-mode.
13495
13496 2007-05-01 Davis Herring <herring@lanl.gov>
13497
13498 * calendar/timeclock.el: Update version number.
13499 (timeclock-modeline-display): Mention timeclock-use-display-time
13500 in explanatory message.
13501 (timeclock-in): Fix non-interactive workday specifications.
13502 (timeclock-log): Don't kill the log buffer if it already existed.
13503 Suppress warnings when finding the log. Don't check for a nil
13504 project twice. Run hooks after killing the buffer (if applicable).
13505 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
13506 was geometric). All uses changed.
13507 (timeclock-generate-report): Support prefix argument.
13508
13509 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
13510
13511 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
13512 disconnections.
13513
13514 2007-05-01 Romain Francoise <romain@orebokech.com>
13515
13516 * dired-x.el: Revert 2007-04-06 change.
13517
13518 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
13519
13520 * find-dired.el (find-dired-filter): Propertize all text down to eob.
13521
13522 2007-04-29 Richard Stallman <rms@gnu.org>
13523
13524 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
13525
13526 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13527
13528 * progmodes/cc-mode.el (c-before-change): Use point-min rather
13529 than 1.
13530
13531 2007-04-28 Richard Stallman <rms@gnu.org>
13532
13533 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
13534
13535 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
13536
13537 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
13538 don't put stop on toolbar.
13539
13540 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13541
13542 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
13543
13544 2007-04-28 Eli Zaretskii <eliz@gnu.org>
13545
13546 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
13547 instead of $(lisp)/mh-e.
13548
13549 2007-04-28 Glenn Morris <rgm@gnu.org>
13550
13551 * image-dired.el (image-dired-cmd-create-thumbnail-options)
13552 (image-dired-cmd-create-temp-image-options): Replace option
13553 +profile "*" with -strip.
13554
13555 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
13556
13557 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13558 Use window-start and window-end.
13559
13560 2007-04-27 Andreas Schwab <schwab@suse.de>
13561
13562 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
13563
13564 2007-04-27 Eli Zaretskii <eliz@gnu.org>
13565
13566 * textmodes/fill.el (fill-paragraph): Doc fix.
13567
13568 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
13569
13570 * locate.el (locate-in-alternate-database): Doc fix.
13571
13572 2007-04-26 Glenn Morris <rgm@gnu.org>
13573
13574 * button.el (button): Use underline if supported, else fall back
13575 to color.
13576
13577 * version.el (emacs-version): Increase to 22.1.50.
13578
13579 2007-04-25 Richard Stallman <rms@gnu.org>
13580
13581 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
13582
13583 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
13584
13585 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
13586 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
13587 pushing mark.
13588 (idlwave-current-routine): Don't push mark.
13589
13590 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
13591
13592 * image-dired.el (image-dired-display-image): Derive image-type from
13593 filename rather than assuming jpeg, in case no resizing was needed.
13594
13595 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13596
13597 * custom.el (defface): Doc fix.
13598
13599 See ChangeLog.12 for earlier changes.
13600
13601 ;; Local Variables:
13602 ;; coding: iso-2022-7bit
13603 ;; add-log-time-zone-rule: t
13604 ;; End:
13605
13606 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
13607
13608 This file is part of GNU Emacs.
13609
13610 GNU Emacs is free software; you can redistribute it and/or modify
13611 it under the terms of the GNU General Public License as published by
13612 the Free Software Foundation; either version 3, or (at your option)
13613 any later version.
13614
13615 GNU Emacs is distributed in the hope that it will be useful,
13616 but WITHOUT ANY WARRANTY; without even the implied warranty of
13617 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13618 GNU General Public License for more details.
13619
13620 You should have received a copy of the GNU General Public License
13621 along with GNU Emacs; see the file COPYING. If not, write to the
13622 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
13623 Boston, MA 02110-1301, USA.
13624
13625 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af