(gdb-create-define-alist): Don't create a
[bpt/emacs.git] / lisp / ChangeLog
1 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
4 list of #defines for remote files.
5 (gdb-source-info): Only show main if it has been found.
6
7 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8
9 * term/ns-win.el: Require CL; fix up comment style; reindent.
10 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
11 (ns-save-preferences): Use `case'.
12 (ns-initialize-window-system): Use `dolist'.
13
14 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
15
16 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
17 windowing is used.
18 * term/ns-win.el (ns-extended-platform-support-mode):
19 Correct/improve documentation.
20
21 2008-07-16 Glenn Morris <rgm@gnu.org>
22
23 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
24 Simply require 'cl (see comment in cl-compat.el).
25 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
26 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
27 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
28 directly rather by subterfuge. Provide cl before loading cl-macs.
29
30 * paths.el (rmail-spool-directory): Remove settings for systems that are
31 no longer supported.
32
33 * frame.el (ns-initialize-window-system): Declare for compiler.
34
35 * term/ns-win.el: Add numerous declarations for compiler.
36 (ns-pop-up-frames): Move definition before use. Doc fix.
37
38 * emacs-lisp/check-declare.el (check-declare-locate)
39 (check-declare-verify): Handle .m files.
40
41 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
42
43 * ns-carbon-compat.el: New file: user-visible compatibility of
44 NeXTstep port with Carbon port.
45 * ns-grabenv.el: New file: functionality useful on OS X platform to
46 expose environment variables inside Emacs started from icon.
47 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
48 * cus-edit.el
49 * cus-face.el
50 * disp-table.el
51 * faces.el
52 * info.el
53 * mouse.el
54 * mwheel.el
55 * simple.el: Add ns to window systems treated as GUIs.
56 * facemenu.el (facemenu-read-color): Don't require a name match under
57 NS, to allow numeric color entry.
58 * frame.el (make-frame-on-display): Follow code for 'x in initializing
59 'ns window system if need be.
60 (various): Add 'ns as described above.
61 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
62 ns-windowing is active.
63 * startup.el (command-line-ns-option-alist): New constant to handle NS
64 windowing system specific command line args analogous to how they are
65 handled for X windows.
66 (command-line-1): Use the above where appropriate.
67 * version.el: Add NS port version.
68 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
69 Darwin (usually OS X) systems.
70 (woman-use-own-frame): Include 'ns in list of GUI window systems.
71 * emulation/viper-util.el (ns-display-color-p)
72 (ns-color-defined-p): Remove these (caustically-commented) outdated
73 compensations for a port that was never itself integrated until now.
74 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
75 for NS window system.
76 * international/mule-cmds.el: Add 'ns to list of special-cased window
77 systems (probably most of these, x/w32/mac/ns could be changed to
78 window-system non-nil).
79 * term/ns-win.el: New file: lisp-side support for NS windowing system.
80
81 2008-07-14 Jason Rumney <jasonr@gnu.org>
82
83 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
84 (x-handle-numeric-switch, x-handle-initial-switch)
85 (x-handle-xrm-switch, x-handle-args, x-handle-display)
86 (xw-defined-colors, w32-initialize-window-system):
87 Avoid use of cl pop and push macros.
88
89 2008-07-14 Martin Rudalics <rudalics@gmx.at>
90
91 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
92 error when change-log-search-file-name returns nil.
93
94 2008-07-13 Martin Rudalics <rudalics@gmx.at>
95
96 * add-log.el (change-log-search-file-name): Use match-string-no-properties.
97 (change-log-search-tag-name-1, change-log-search-tag-name)
98 (change-log-goto-source-1, change-log-goto-source): New functions.
99 (change-log-tag-re, change-log-find-head, change-log-find-tail):
100 New variables.
101 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
102
103 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
104
105 * calc-help.el (calc-describe-key): Add angles to special key
106 descriptions.
107
108 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
109
110 * calc-help.el (calc-describe-thing): Use `re-search-forward' to
111 search for regexp.
112
113 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
114
115 * simple.el (line-move-visual): Handle null pixel position
116 gracefully.
117
118 2008-07-11 Jason Rumney <jasonr@gnu.org>
119
120 * files.el (file-truename): Get truename of ancestors if file does
121 not exist on Windows.
122
123 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
124
125 * simple.el (line-move-visual): Obey goal-column and no-error arg.
126 (track-eol, temporary-goal-column, previous-line, next-line):
127 Update docstring.
128 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
129 to nil.
130
131 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
132
133 * simple.el (line-move-visual): New var.
134 (line-move-visual): New function.
135 (line-move): Call line-move-visual.
136
137 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
138
139 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
140 pattern and add patterns for C++ header files.
141
142 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
143
144 * window.el (truncated-partial-width-window-p): New function.
145
146 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap
147 option.
148
149 * faces.el (x-create-frame-with-faces): Don't pass parameters that
150 are set later to x-create-frame.
151 (face-set-after-frame-default): Apply X resources for non-default
152 faces.
153
154 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
155
156 * faces.el (face-set-after-frame-default): Simplify. Don't apply
157 frame-specific X resource settings. Set faces using a list of
158 frame parameters explicitly passed to the calling
159 function (e.g. make-frame).
160 (x-create-frame-with-faces, tty-create-frame-with-faces): Supply
161 explicit frame parameter list to face-set-after-frame-default.
162
163 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
164
165 * net/browse-url.el (browse-url-default-browser):
166 Fix argument list in lambda.
167
168 2008-07-07 Ulf Jasper <ulf@web.de>
169
170 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
171 from url-retrieve.
172 (newsticker--sentinel-work): Fixed xerror typo.
173
174 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
175
176 * vc-dir.el (vc-dir-refresh): Only update files.
177
178 * vc-git.el (vc-git--ls-files-state): Remove unused function.
179
180 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
181
182 2008-07-06 John Paul Wallington <jpw@pobox.com>
183
184 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
185
186 2008-07-05 Alexandre Julliard <julliard@winehq.org>
187
188 * vc-git.el (vc-git-registered): Return true for removed files.
189 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
190 all the files instead of one per file.
191 (vc-git-previous-revision): Add support for project-wide previous
192 revision when specified file is nil.
193
194 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
195
196 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
197
198 * vc-dir.el (vc-dir-find-child-files): New function.
199 (vc-dir-resync-directory-files): New function.
200 (vc-dir-recompute-file-state): New function, broken out of ...
201 (vc-dir-resynch-file): ... here. Also deal with directories.
202 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
203 (vc-resynch-buffer): Use it.
204
205 * vc-hg.el (vc-hg-registered): Do not set vc-state.
206
207 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
208
209 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
210
211 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
212 if it's not part of gdb-ui, e.g, at start.
213
214 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
215 filenames in stack trace (text command mode).
216
217 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
220
221 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
222 Use syntax-ppss on a position *before* the char we want to change.
223
224 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
225
226 * vc-dir.el (vc-dir-query-replace-regexp): New function.
227 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
228 (vc-dir-mode-map): Likewise.
229
230 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
231
232 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
233 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
234 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
235 Remove spurious * in defcustom docstrings.
236
237 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
238 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
239 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
240 (default-justification): Remove spurious * in defcustom docstrings.
241
242 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
243 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
244 (rst-compare-decorations, rst-default-indent, rst-update-section)
245 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
246 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
247 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
248 Fix typos in docstrings.
249 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
250 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
251 (rst-get-decorations-around, rst-section-tree-point)
252 (rst-font-lock-adornment-point): Reflow docstrings.
253 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
254 Doc fixes.
255 (rst-re-enumerations): Comment out.
256
257 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
258 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
259 (nxml-unicode-block-char-name-set):
260 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
261 * nxml/rng-nxml.el (rng-set-state-after):
262 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
263
264 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
265 (rng-c-parse-annotation-body):
266 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
267
268 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
269 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
270 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
271 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
272 Fix typos in docstrings.
273 (nxml-attribute-indent): Reflow docstring.
274 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
275 (nxml-default-buffer-file-coding-system): Doc fixes.
276
277 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
278 (nxml-ns-set-prefix): Fix typos in docstrings.
279 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
280 Reflow docstring.
281 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
282
283 * nxml/nxml-outln.el (nxml-hide-all-text-content)
284 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
285 (nxml-hide-direct-text-content, nxml-hide-subheadings)
286 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
287 (nxml-outline-display-rest, nxml-outline-set-overlay)
288 (nxml-section-tag-forward, nxml-section-tag-backward)
289 (nxml-back-to-section-start): Fix typos in docstrings.
290
291 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
292 Doc fixes.
293
294 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
295 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
296 (nxml-scan-after-change): Fix typo in docstring.
297
298 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
299 (rng-name-class-possible-names): Doc fixes.
300 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
301 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
302 Fix typos in docstrings.
303 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
304 Reflow docstrings.
305
306 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
307 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
308
309 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
310 (rng-xsd-convert-date-time): Reflow docstrings.
311 (rng-xsd-compile): Fix typo in docstring.
312
313 * nxml/rng-loc.el (rng-current-schema-file-name)
314 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
315 Doc fixes.
316 (rng-set-schema-file): Fix typo in docstring.
317
318 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
319 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
320 Fix typos in docstrings.
321 (rng-message-overlay, rng-conditional-up-to-date-start)
322 (rng-conditional-up-to-date-end): Doc fixes.
323 (rng-next-error, rng-previous-error): Reflow docstrings.
324
325 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
326 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
327 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
328 (xmltok-merge-attributes): Fix typos in docstrings.
329 (xmltok-make-attribute, xmltok-forward-special)
330 (xmltok-get-declared-encoding-position): Reflow docstrings.
331
332 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
333 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
334 Fix typos in docstrings.
335
336 2008-07-02 John Paul Wallington <jpw@pobox.com>
337
338 * ibuffer.el (ibuffer-buffer-file-name):
339 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
340 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
341
342 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
343
344 * files.el (backup-extract-version): Handle versioned directories.
345 (trash-directory): New variable.
346 (move-file-to-trash): New function.
347
348 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
349
350 2008-07-02 Magnus Henoch <mange@freemail.hu>
351
352 * vc-git.el (vc-git-annotate-command): Use proper option for
353 specifying revision.
354
355 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
356
357 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
358 if available.
359
360 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
361
362 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
363
364 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
365 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
366
367 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
368
369 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
370
371 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
372 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
373 (gdb-var-list-children-regexp, gdb-var-update-regexp)
374 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
375 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
376 (gdb-stack-list-locals-regexp): Future proof regexps better.
377
378 2008-06-30 Juri Linkov <juri@jurta.org>
379
380 * faces.el (face-name-history): New variable.
381 (make-face, make-empty-face): Replace interactive spec "S"
382 with `read-from-minibuffer' where `read' arg is t and
383 `hist' arg is `face-name-history'.
384 (read-face-name): Set `hist' arg of `completing-read-multiple'
385 to `face-name-history'.
386 (list-faces-display): Use `read-regexp' instead of `read-string'
387 to read regexp.
388
389 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
390 to `regexp-history'.
391 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
392 make it an obsolete alias to it.
393 (hi-lock-face-defaults): New variable renamed from
394 `hi-lock-face-history'.
395 (hi-lock-line-face-buffer, hi-lock-face-buffer)
396 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
397 `read-from-minibuffer'. Doc fix.
398 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
399 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
400 Set `hist' arg of `completing-read' to `face-name-history'.
401 Put a list of default faces to `default' arg instead of `hist' arg.
402
403 * bindings.el (abbrev-map, narrow-map): New variables.
404 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
405 Rebind related commands to these new maps.
406 (ctl-x-r-map): New variable for rectangle, register and bookmark
407 keys. Move rectangle keybindings to rect.el and register
408 keybindings to register.el.
409 (next-buffer, previous-buffer): Remove C-x prefix and move
410 keybindings to ctl-x-map.
411
412 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
413 to the new map `ctl-x-r-map' in autoload cookies.
414
415 * expand.el: Rebind two global `C-x a' keys "n", "p"
416 to the new map `abbrev-map' in autoload cookies.
417
418 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
419
420 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
421
422 2008-06-30 Miles Bader <miles@gnu.org>
423
424 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
425 after processing an escape sequence.
426
427 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
428
429 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
430 from 2008-06-28. It does not work on W32.
431
432 2008-06-29 Juri Linkov <juri@jurta.org>
433
434 * replace.el (read-regexp): New function.
435 (keep-lines-read-args, occur-read-primary-args):
436 Call `read-regexp' instead of code moved to new function.
437 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
438 from the end of prompt.
439 (replace-re-search-function): Doc fix.
440
441 2008-06-29 Kenichi Handa <handa@m17n.org>
442
443 * descr-text.el (describe-char-display): Always return a string.
444 (describe-char-padded-string): New function.
445 (describe-char): Adjusted for the change of
446 describe-char-display. Use describe-char-padded-string.
447
448 2008-06-29 Andreas Schwab <schwab@suse.de>
449
450 * vc-dir.el (vc-dir): Make backend argument optional and use
451 vc-responsible-backend when nil. Interactively pass nil for
452 backend instead of using the backend of what happens to be
453 default-directory at the time of the call.
454
455 * find-dired.el (find-dired-filter): Preserve point.
456
457 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
458
459 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
460 (sasl-find-mechanism, sasl-next-step):
461 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
462 (sasl-ntlm-response): Fix typos in docstrings.
463
464 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
465
466 * international/mule-cmds.el (view-hello-file): Doc fix.
467
468 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
469
470 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
471 (set-face-attribute, face-set-after-frame-default)): Don't use it.
472
473 2008-06-28 John Paul Wallington <jpw@pobox.com>
474
475 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
476
477 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
478
479 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
480 (tramp-convert-file-attributes): Convert symlinks only when
481 returned from `tramp-handle-file-attributes-with-stat'.
482
483 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
484 `substitute-in-file-name' when unloading.
485 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
486
487 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
488
489 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
490 (vc-string-prefix-p): Move function ...
491 * vc.el (vc-string-prefix-p): ... here.
492
493 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
494
495 * vc-dir.el (vc-dir): Complete only directory names.
496
497 2008-06-27 Jason Rumney <jasonr@gnu.org>
498
499 * w32-fns.el (top-level): Unconditionally define all charsets.
500
501 2008-06-27 Alan Mackenzie <acm@muc.de>
502
503 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
504 the CC Mode specific functions; this is no longer needed, since
505 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
506
507 * progmodes/cc-defs.el (c-emacs-features): New feature
508 'argumentative-bod-function.
509
510 2008-06-27 John Paul Wallington <jpw@pobox.com>
511
512 * chistory.el (list-command-history): Use `bound-and-true-p'.
513 (command-history-map): Define within defvar. Add docstring.
514
515 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
516
517 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
518 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
519 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
520 (image-type-from-buffer): Use `looking-at-p'.
521
522 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
523
524 * ibuf-ext.el (diff-sentinel): Declare.
525
526 2008-06-27 Glenn Morris <rgm@gnu.org>
527
528 * calendar/lunar.el (calendar-lunar-phases): Rename from
529 calendar-phases-of-moon. Keep old name as alias, update callers.
530 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
531 (diary-lunar-phases): Rename from diary-phases-of-moon.
532 Keep old name as alias.
533 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
534 (cal-menu-global-mouse-menu): Update for lunar name changes.
535 * calendar/calendar.el (calendar-mode-map): Update for name change.
536 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
537
538 2008-06-26 Glenn Morris <rgm@gnu.org>
539
540 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
541 argument `nolocation'.
542 (calendar-sunrise-sunset-month): New function.
543 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
544 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
545 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
546 * calendar/calendar.el (solar-sunrises-buffer): New constant.
547 (calendar-mode-map): Use cal-menu-sunmoon-menu.
548 (calendar-buffer-list): Add solar-sunrises-buffer.
549
550 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
551
552 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
553
554 * cus-start.el: Add customization types for word-wrap and
555 shift-select-mode.
556
557 2008-06-26 John Paul Wallington <jpw@pobox.com>
558
559 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
560 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
561 (ibuffer-mark-on-buffer): Don't display message when removing marks.
562 (ibuffer-mark-by-mode): Use `buffer-local-value'.
563
564 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
565
566 * vc-dir.el (tool-bar): Require.
567
568 * vc.el (ewoc, tool-bar): Do not require.
569
570 2008-06-26 Kenichi Handa <handa@m17n.org>
571
572 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
573 characters.
574
575 * composite.el (terminal-composition-base-character-p): New function.
576 (terminal-composition-function):
577 Use terminal-composition-base-character-p. Include the base character
578 in the composition.
579 (auto-compose-chars): Don't check font-object for terminal display.
580
581 2008-06-26 Glenn Morris <rgm@gnu.org>
582
583 * doc-view.el (bookmark-make-record-default):
584 * image-mode.el (bookmark-make-record-default): Fix declaration.
585
586 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
587 Add default :value for sexp type.
588 (calendar-month-edges): New variable.
589 (calendar-month-edges): New function.
590 (calendar-recompute-layout-variables): Set calendar-month-edges.
591 (calendar-intermonth-header, calendar-intermonth-text): New options.
592 (calendar-insert-at-column): New function.
593 (calendar-generate-month): Use calendar-insert-at-column.
594 Handle intermonth text. Add 'date property.
595 (calendar-column-to-month): Remove function.
596 (calendar-column-to-segment): New function.
597 (calendar-cursor-to-date): Use calendar-column-to-segment.
598 Check 'date property.
599
600 * calendar/calendar.el (calendar-print-other-dates):
601 Handle mouse events.
602 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
603 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
604
605 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
606 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
607 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
608
609 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
610 Use calendar-column-to-segment, calendar-month-edges, and
611 the 'date property to handle intermonth text.
612
613 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
614
615 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
616 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
617 Add doc strings.
618 (cal-menu-context-mouse-menu): Add some :keys.
619 (calendar-check-holidays): Declare rather than autoloading.
620 (diary-show-holidays-flag): Remove unneeded declaration.
621
622 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
623 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
624 event-start is nil.
625
626 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
627
628 * minibuffer.el (completion-basic-try-completion): Use the text after
629 point to constrain the completion candidates.
630 (completion-basic-all-completions): Adjust accordingly.
631
632 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
633
634 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
635 courier.
636
637 * faces.el (set-face-attribute): Doc fix.
638
639 2008-06-25 Juri Linkov <juri@jurta.org>
640
641 * bindings.el (goto-map): New variable. Rebind goto-related
642 commands to this `M-g' prefix keymap.
643 (search-map): New variable for `M-s' prefix keymap.
644 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
645 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
646 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
647 `M-shw' to `hi-lock-write-interactive-patterns'.
648
649 * isearch.el (isearch-mode-map): Bind `M-s h r' to
650 `isearch-highlight-regexp'.
651 (isearch-highlight-regexp): New function.
652
653 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
654
655 * info.el (Info-bookmark-make-record):
656 Use bookmark-make-record-default.
657 (Info-bookmark-jump): Use bookmark-default-handler.
658
659 * image-mode.el (image-bookmark-make-record):
660 Use bookmark-make-record-default.
661 (image-bookmark-jump): Use bookmark-default-handler.
662
663 * doc-view.el (doc-view-bookmark-make-record):
664 Use bookmark-make-record-default.
665 (doc-view-bookmark-jump): Use bookmark-default-handler.
666
667 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
668 used until now in bookmark.el's code.
669 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
670 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
671 used until now in bookmark.el's code.
672 (bookmark-set-filename): Remove special code, moved to its only caller.
673 (bookmark-store): Use the newer format.
674 (bookmark-make-record-default): Add arg `point-only'.
675 Rename from bookmark-make-record-for-text-file.
676 (bookmark--jump-via): New function.
677 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
678 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
679 Use it.
680 (bookmark-jump-noselect, bookmark-default-handler):
681 Don't return an alist, instead return the data implicitly by changing
682 current buffer and point. Signal an error if the file doesn't exist.
683
684 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
685 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
686
687 * bs.el: Use with-current-buffer. Simplify.
688 (bs-toggle-readonly): Avoid vc-toggle-read-only.
689
690 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
691 is bound before using it.
692
693 2008-06-25 Kenichi Handa <handa@m17n.org>
694
695 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
696
697 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
698
699 * vc-hg.el:
700 * vc-git.el: Require vc-dir when compiling.
701
702 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
703 vc-dir-marked-only-files. Change the return value.
704 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
705 Change the return value.
706 (vc-dir-deduce-fileset): New function broken out from ...
707 * vc.el (vc-deduce-fileset): ... here and ...
708 (vc-deduce-fileset): ... here.
709
710 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
711 (vc-svn-parse-status): Do not set the vc-backend property.
712
713 2008-06-25 Andreas Schwab <schwab@suse.de>
714
715 * faces.el (face-font-family-alternatives, variable-pitch):
716 Use "Sans Serif", not "Sans-Serif".
717
718 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
719
720 * faces.el (face-font-family-alternatives, variable-pitch):
721 Change "Sans" to the canonical name "Sans-Serif".
722
723 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
724
725 * calc/calc.el (calc-mode-map): Add extra keybindings to
726 `calc-missing-key'.
727 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
728 `kill-ring-save'.
729
730 2008-06-24 Miles Bader <miles@gnu.org>
731
732 * mouse.el (mouse-appearance-menu): Don't do anything if the user
733 pops up the menu but doesn't select anything.
734
735 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
736
737 * add-log.el (add-change-log-entry): Add new arg to force each new
738 entry to be on a new line.
739 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
740
741 * vc-dir.el (vc-client-object): Remove.
742 (vc-dir-prepare-status-buffer): Take a backend as an argument and
743 use it when looking for a buffer.
744 (vc-dir): Add a backend argument. Set revert-buffer-function.
745 Don't create a client object. Move bindings ...
746 (vc-dir-menu-map, vc-dir-mode-map): ... here.
747 (vc-dir-revert-buffer-function): New function.
748 (vc-generic-status-printer): Rename to ...
749 (vc-dir-status-printer): ... this.
750 (vc-generic-state, vc-generic-status-fileinfo-extra)
751 (vc-dir-extra-menu, vc-make-backend-object): Remove.
752 (vc-default-status-printer): Use a different face for
753 directories. Don't display any text for directories in the state
754 column. Add tooltips.
755
756 * vc.el (Todo): Update.
757
758 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
759 * vc-rcs.el (vc-annotate-convert-time):
760 * vc-mtn.el (vc-annotate-convert-time):
761 * vc-git.el (vc-annotate-convert-time):
762 * vc-cvs.el (vc-annotate-convert-time):
763 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
764
765 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
766
767 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
768 instead of using view-mode.
769
770 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
771
772 * Makefile.in (distclean): Don't delete *.elc and autogen files.
773
774 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
775
776 * vc.el:
777 * vc-hooks.el:
778 * vc-dispatcher.el: Move vc-dir variables and functions ...
779 * vc-dir.el: ... here. New file.
780 * Makefile.in (ELCFILES): Add vc-dir.elc.
781
782 * vc.el: Move vc-annotate variables and functions ...
783 * vc-annotate.el: ... here. New file.
784 * Makefile.in (ELCFILES): Add vc-annotate.elc.
785
786 * vc-dav.el: Move here from url/vc-dav.el.
787 (Todo): Note work needed to make this backend functional.
788
789 * Makefile.in (ELCFILES): Update vc-dav.el location.
790
791 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
794
795 2008-06-21 John Paul Wallington <jpw@pobox.com>
796
797 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
798
799 * textmodes/rst.el (rst-mode): Put docstring in right place.
800
801 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
802
803 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
804 size for legibility.
805
806 * faces.el (fixed-pitch): Use "Monospace" family.
807 (variable-pitch): Use "Sans" family.
808 (face-font-family-alternatives): Define alternatives for "Sans"
809 and "Monospace".
810
811 2008-06-21 Glenn Morris <rgm@gnu.org>
812
813 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
814 Require 'cl when compiling.
815
816 * emacs-lisp/debug.el (help-xref-interned): Declare.
817
818 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
819 Evaluate definition when compiling.
820
821 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
822 rather than mouse-1.
823 (bug-reference-url-format): Autoload safe if string.
824 (bug-reference-bug-regexp): Make space after "bug" optional.
825
826 * Makefile.in (all): Explicitly pass EMACS to sub-make,
827 for some non-GNU makes.
828
829 * cus-dep.el (custom-dependencies-no-scan-regexp):
830 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
831
832 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
833 increments.
834
835 * calendar/calendar.el: Factor out the magic numbers controlling the
836 calendar layout.
837 (calendar-month-digit-width, calendar-month-width)
838 (calendar-right-margin): New variables.
839 (calendar-recompute-layout-variables, calendar-set-layout-variable):
840 New functions.
841 (calendar-left-margin, calendar-intermonth-spacing)
842 (calendar-column-width, calendar-day-header-width)
843 (calendar-day-digit-width): New options.
844 (calendar-first-date-row): New constant.
845 (calendar-move-to-column, calendar-ensure-newline): New functions,
846 replacing calendar-insert-indented.
847 (calendar-insert-indented): Remove function.
848 (calendar-generate-month): Use calendar-move-to-column and
849 calendar-ensure-newline. Use layout variables.
850 (calendar-generate, calendar-update-mode-line)
851 (calendar-font-lock-keywords): Use layout variables.
852 (calendar-column-to-month): New function.
853 (calendar-cursor-to-date): Use calendar-column-to-month.
854 Use layout variables.
855 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
856 Use layout variables. Use calendar-column-to-month.
857 (calendar-cursor-to-visible-date): Use layout variables.
858
859 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
860
861 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
862 (all): Run compile-last.
863 (compile-onefile): New target.
864 (compile-first): Simplify.
865 (compile-last): Don't treat COMPILE_FIRST specially.
866 (COMPILE_FIRST): List the elc files rather than the el files.
867 (ELCFILES): Update.
868
869 2008-06-21 Ulf Jasper <ulf@web.de>
870
871 * net/newst-treeview.el: Remove dead code.
872 (newsticker--window-config): Remove.
873 (newsticker-treeview-quit): Do not save window config.
874 (newsticker-treeview): Do not try to restore window config.
875 (newsticker-groups, newsticker--treeview-list-sort-by-column)
876 (newsticker--treeview-list-new-items)
877 (newsticker--treeview-list-immortal-items)
878 (newsticker--treeview-list-obsolete-items)
879 (newsticker--treeview-list-all-items)
880 (newsticker--treeview-list-feed-items): Fix documentation.
881
882 2008-06-21 Miles Bader <miles@gnu.org>
883
884 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
885
886 2008-06-21 Alan Mackenzie <acm@muc.de>
887
888 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
889 infinite loop on invalid syntax.
890
891 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * textmodes/rst.el: Run rst-define-level-faces when loading.
894 (rst-mode): Don't set the font-lock-multiline var.
895 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
896 Set the font-lock-multiline property by hand.
897
898 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
899
900 * Makefile.in (emacs-deps): Remove.
901 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
902 (all): Use them.
903 (autogen-clean): Remove.
904
905 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
906
907 * Makefile.in (all): New target.
908 (bootstrap-prepare): Remove.
909
910 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
911 the .elc file to batch-byte-compile.
912
913 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
914 set-keymap-parents if set-keymap-parent doesn't exist.
915
916 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
917 Allow more than one space before the |.
918
919 * textmodes/rst.el: Fix up docstring conventions.
920 Move vars to before their first use.
921 (rst-mode): Don't mess with font-lock-support-mode.
922 (rst-suggest-new-decoration, rst-adjust-decoration):
923 Avoid CL's copy-list.
924 (rst-delete-entire-line): Use line-beginning-position.
925 (rst-position): New fun.
926 (rst-straighten-decorations): Use it instead of CL's position.
927 (rst-straighten-bullets-region): Avoid CL's mapcar*.
928 (rst-toc-mode): Use define-derived-mode.
929 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
930 Remove unused var `in-par'. Use `point' rather than `point-marker'.
931 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
932 (rst-replace-lines): Simplify.
933 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
934
935 * simple.el (special-mode-map): New var.
936 (special-mode): New major mode.
937
938 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
939
940 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
941 log-view-file-re.
942
943 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
944 (vc-switch-backend): Simplify.
945 (Todo): Remove solved items.
946
947 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
948 the vc-backend property.
949
950 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
951
952 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
953 Bind inhibit-read-only since the buffer is always read-only.
954
955 2008-06-20 Ulf Jasper <ulf@web.de>
956
957 * net/newst-treeview.el (newsticker-treeview-own-frame):
958 Change default value to nil.
959 (newsticker--treeview-list-add-item)
960 (newsticker--treeview-propertize-tag): Show item title in tooltip.
961
962 2008-06-20 Martin Blais <blais@furius.ca>
963 Stefan Merten <smerten@oekonux.de>
964 David Goodger <goodger@python.org>
965
966 * textmodes/rst.el: New file.
967
968 2008-06-20 Sam Steingold <sds@gnu.org>
969
970 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
971 remove DIRECTORY entries.
972
973 2008-06-20 Eli Zaretskii <eliz@gnu.org>
974
975 * makefile.w32-in (distclean): Depend on `clean'.
976 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
977 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
978 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
979 empty cus-load.el with `echo', and include "Local Variables"
980 section to prevent the empty file from being compiled.
981 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
982 that generate an empty cus-load.el.
983
984 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
985
986 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
987 Don't copy ldefs-boot.el over loaddefs.el.
988 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
989 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
990 to loaddefs.el; they are not needed now. Add coding cookie.
991
992 2008-06-20 Miles Bader <miles@gnu.org>
993
994 * face-remap.el (face-remap-add-relative, face-remap-set-base):
995 Strip unnecessary list levels from SPECS.
996 (buffer-face-set, buffer-face-toggle):
997 Change argument from FACE to &rest SPECS, and strip unnecessary
998 list levels from SPECS.
999 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
1000
1001 2008-06-20 Jason Rumney <jasonr@gnu.org>
1002
1003 * international/fontset.el (setup-default-fontset): Specify script
1004 for latin use of iso10646-1. Fix use of lang tags.
1005
1006 2008-06-19 Miles Bader <miles@gnu.org>
1007
1008 * face-remap.el (text-scale-increase): Start from zero if
1009 text-scale-mode isn't enabled.
1010
1011 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
1014 frame parameters after setting up the `default' face.
1015
1016 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 * faces.el (face-set-after-frame-default): Don't exclude `default'.
1019
1020 2008-06-18 Glenn Morris <rgm@gnu.org>
1021
1022 * mouse.el (buffer-face-mode-invoke): Declare.
1023
1024 * Makefile.in (ELCFILES): Add org/org-id.elc.
1025
1026 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
1027 * calendar/cal-menu.el (cal-menu-holidays-menu):
1028 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
1029 (cal-menu-today-holidays): Remove function.
1030
1031 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
1032 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
1033 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
1034 Remove unused functions.
1035 (calendar-mouse-view-diary-entries): Use format rather than concat.
1036
1037 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
1038 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1039 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
1040
1041 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
1042 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1043 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
1044 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
1045 cal-menu-event-to-date.
1046
1047 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
1048 Handle mouse events.
1049 * calendar/cal-tex.el (cal-tex-cursor-year)
1050 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1051 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1052 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1053 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
1054 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
1055 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
1056 (cal-tex-cursor-month): Mark N as optional.
1057 * calendar/cal-menu.el (calendar-mouse-tex-day)
1058 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
1059 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
1060 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
1061 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
1062 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
1063 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
1064 Remove functions.
1065 (cal-menu-context-mouse-menu): Replace the above functions with the
1066 cal-tex versions. Add HTML submenu.
1067
1068 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
1069
1070 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
1071 text command mode.
1072 (gdb): Explain that gud-gdb is needed for text command mode.
1073
1074 2008-06-17 Martin Rudalics <rudalics@gmx.at>
1075
1076 * window.el (split-height-threshold): Remove spurious extra line.
1077
1078 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1079
1080 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
1081 (calendar-set-mark):
1082 * calendar/diary-lib.el (diary-insert-entry):
1083 * calendar/solar.el (calendar-sunrise-sunset): Use it.
1084 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
1085 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
1086 (cal-menu-context-mouse-menu): Use calendar-set-mark,
1087 diary-insert-entry, and calendar-sunrise-sunset instead.
1088
1089 * vc.el (vc-deduce-fileset): Add arg `only-files'.
1090 (vc-next-action): Pass the new arg.
1091 (vc-register): Don't use `only-files'.
1092 Don't set `backup-inhibited' in the current buffer.
1093
1094 2008-06-17 Miles Bader <miles@gnu.org>
1095
1096 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
1097
1098 * face-remap.el (buffer-face-mode-face)
1099 (buffer-face-mode-remapping): New variables.
1100 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
1101 (buffer-face-mode-invoke): New functions.
1102 (variable-pitch-mode-remapping): Variable removed.
1103 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
1104
1105 * face-remap.el (internal-lisp-face-attributes): New variable.
1106 (face-attrs-more-relative-p, face-remap-order): New functions.
1107 (face-remap-add-relative): Use `face-remap-order'.
1108
1109 2008-06-17 Glenn Morris <rgm@gnu.org>
1110
1111 * mouse.el (x-select-font): Declare.
1112
1113 * calendar/calendar.el (calendar-move-hook):
1114 Add calendar-update-mode-line as an option.
1115 (calendar-date-echo-text): New user option.
1116 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
1117 (calendar-insert-indented): Simplify newline insertion.
1118 (calendar-describe-mode): Remove unused function.
1119 (calendar-mode-line-entry): New function.
1120 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
1121 Mark as risky.
1122 (calendar-mouse-other-month): Remove function.
1123 (calendar-other-month): Handle mouse events.
1124 (calendar-goto-info-node): Call fit-window-to-buffer.
1125 (calendar-mode): Use define-derived-mode. Doc fix.
1126 (calendar-update-mode-line): Tweak whitespace.
1127
1128 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1129
1130 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
1131 (vc-dir-marked-only-files): vc-string-prefix-p.
1132
1133 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
1134
1135 * progmodes/gdb-ui.el (gdb-memory-set-address)
1136 (gdb-memory-set-repeat-count): Allow keyboard bindings.
1137 (gdb-memory-mode-map): Bind above functions respectively
1138 to 'S' and 'N'.
1139
1140 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
1141
1142 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
1143
1144 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
1145
1146 * log-view.el (vc-diff-internal): Declare for compiler.
1147
1148 * vc-bzr.el (log-view-per-file-logs):
1149 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
1150
1151 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
1152
1153 * mouse.el (mouse-appearance-menu-map): New var.
1154 (mouse-appearance-menu): New function.
1155 Bind it to S-down-mouse-1.
1156
1157 2008-06-15 Juri Linkov <juri@jurta.org>
1158
1159 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
1160 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
1161 as the second element.
1162 (Info-build-toc): Add PARENT element extracted from the Up pointer.
1163 Don't print progress messages.
1164 (Info-toc-nodes): New variable and function.
1165 (Info-index-nodes): Optimize non-string file name case.
1166 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
1167 (Info-insert-breadcrumbs): Use the cached document structure instead
1168 of visiting all ancestor nodes. Remove the initial `>'.
1169
1170 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1171
1172 * log-view.el (log-view-diff-changeset): New function.
1173 (log-view-mode-map, log-view-mode-menu): Bind it.
1174 (log-view-per-file-logs, log-view-vc-fileset)
1175 (log-view-vc-backend): New variables.
1176 (log-view-find-revision, log-view-modify-change-comment)
1177 (log-view-annotate-version): Throw an error if the log is for more
1178 than one file and we can't find the current file. Get the current
1179 file from log-view-vc-fileset if necessary.
1180 (log-view-diff): Get the current file from log-view-vc-fileset if
1181 necessary.
1182
1183 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
1184
1185 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
1186 (vc-hg-log-view-mode): Declare for compiler.
1187 (vc-hg-log-view-mode): Set log-view-per-file-logs and
1188 log-view-file-re.
1189 (vc-hg-diff): If no file is passed, use default-directory for cwd.
1190
1191 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
1192
1193 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
1194
1195 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
1196
1197 * net/tramp.el (tramp-handle-start-file-process):
1198 Clear modification time of the connection buffer.
1199 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
1200 (tramp-open-connection-setup-interactive-shell): Flush cache, and
1201 restart `tramp-maybe-open-connection' when the remote system has
1202 been changed. Throw 'uname-changed event.
1203 (tramp-maybe-open-connection): Catch it.
1204
1205 * net/tramp-cmds.el (tramp-cleanup-all-connections):
1206 Reset `tramp-locked'.
1207
1208 2008-06-15 Ulf Jasper <ulf@web.de>
1209
1210 * net/newst-treeview.el (newsticker--treeview-list-update)
1211 (newsticker--treeview-item-update)
1212 (newsticker--treeview-tree-update)
1213 (newsticker-treeview-jump, newsticker-group-add-group)
1214 (newsticker-group-move-feed, newsticker-group-delete-group):
1215 Remove window dedication.
1216 (newsticker--group-manage-orphan-feeds): Handle ill-valued
1217 newsticker-groups.
1218 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
1219
1220 2008-06-15 Andreas Schwab <schwab@suse.de>
1221
1222 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
1223 when parsing CVS/Repository.
1224
1225 * wdired.el (wdired-search-and-rename): Fix undocumented change.
1226
1227 2008-06-15 Ulf Jasper <ulf@web.de>
1228
1229 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
1230 (newsticker-extra-face, newsticker-enclosure-face): Moved to
1231 net/newst-reader.el.
1232
1233 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
1234 (newsticker-extra-face, newsticker-enclosure-face): Moved from
1235 net/newst-reader.el.
1236
1237 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1238
1239 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
1240 Catch and recover from case when the bytes we thought we were reading
1241 turn out to be something else entirely, such as latin-1 chars from
1242 quail. See bug#396.
1243
1244 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1245
1246 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
1247 (vc-register): Call the backend function only once, instead of
1248 once for each file.
1249 (vc-next-action): Update call to vc-register.
1250 (vc-dir-register): Remove function.
1251 (vc-dir): Bind vc-register instead of vc-dir-register.
1252
1253 2008-06-14 Glenn Morris <rgm@gnu.org>
1254
1255 * Makefile.in (ELCFILES): Add net/newst-*.el.
1256
1257 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1258
1259 * wdired.el (wdired-do-renames): New function.
1260 (wdired-finish-edit): Use it to.
1261 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
1262
1263 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1264
1265 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
1266
1267 2008-06-14 Martin Rudalics <rudalics@gmx.at>
1268
1269 * window.el (window--even-window-heights): Even window heights
1270 only if the selected window is higher than WINDOW.
1271 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1272
1273 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1274
1275 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
1276
1277 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1278
1279 * term/linux.el (terminal-init-linux): Load t-mouse.
1280
1281 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1282 Drew Adams <drew.adams@oracle.com>
1283
1284 * info.el (Info-breadcrumbs-depth): New var.
1285 (Info-insert-breadcrumbs): New function.
1286 (Info-fontify-node): Use it.
1287 (Info-mode-map): Move initialization into declaration.
1288
1289 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
1290
1291 Rename net/newsticker-*.el to net/newst-*.el.
1292 * net/newst-backend.el: Rename from net/newsticker-backend.el.
1293 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
1294 * net/newst-reader.el: Rename from net/newsticker-reader.el.
1295 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
1296 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
1297 * net/newsticker-backend.el: Rename to net/newst-backend.el.
1298 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
1299 * net/newsticker-reader.el: Rename to net/newst-reader.el.
1300 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
1301 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
1302
1303 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1304
1305 * progmodes/compile.el (compilation-start): Don't disable undo in
1306 comint buffer. Don't override the comint-filter with our own.
1307 (compilation-filter): Change point's insertion-type.
1308
1309 * comint.el (comint-output-filter): Use copy-marker.
1310
1311 2008-06-13 David Reitter <david.reitter@gmail.com>
1312
1313 * textmodes/flyspell.el (mail-mode-flyspell-verify):
1314 Check message-signature-separator exists before using it.
1315
1316 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
1317
1318 * vc.el (vc-delete-file): Bind default-directory before calling
1319 the backend.
1320 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
1321 (vc-annotate-show-diff-revision-at-line-internal): ... here.
1322 New function.
1323 (vc-annotate-show-changeset-diff-revision-at-line): New function.
1324 (vc-annotate-mode-menu): Bind it.
1325
1326 2008-06-13 Jason Rumney <jasonr@gnu.org>
1327
1328 * term/w32-win.el (mouse-set-font): Remove overridden function.
1329 (w32-select-font): Declare as obsolete alias for x-select-font.
1330
1331 2008-06-13 Daniel Engeler <engeler@gmail.com>
1332
1333 These changes add serial port access.
1334 * term.el (term-update-mode-line): Modify.
1335 (serial-port-is-file-p, serial-nice-speed-history)
1336 (serial-no-speed, serial-mode-line-speed-menu)
1337 (serial-mode-line-config-menu): New variables and constants.
1338 (serial-name-history, serial-speed-history)
1339 (serial-supported-or-barf, serial-read-name, serial-read-speed)
1340 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
1341 (serial-mode-line-speed-menu, serial-update-speed-menu)
1342 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
1343 (serial-update-config-menu): New functions.
1344
1345 2008-06-13 Glenn Morris <rgm@gnu.org>
1346
1347 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
1348
1349 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
1350
1351 2008-06-13 Kenichi Handa <handa@m17n.org>
1352
1353 * cus-face.el (custom-face-attributes): Add :foundry.
1354
1355 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
1356 (face-x-resources): Add :foundry.
1357 (face-valid-attribute-values): Likewise.
1358 (face-attribute-name-alist): Likewise.
1359 (describe-face): Likewise.
1360
1361 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1362
1363 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
1364
1365 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
1366
1367 * longlines.el (longlines-search-forward, longlines-search-backward)
1368 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
1369
1370 2008-06-12 Sam Steingold <sds@gnu.org>
1371
1372 * vc.el (vc-rename-file): DTRT when the destination is a directory
1373 name and the source is a file.
1374
1375 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
1376
1377 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
1378
1379 2008-06-12 Glenn Morris <rgm@gnu.org>
1380
1381 * progmodes/f90.el (f90-beginning-of-subprogram)
1382 (f90-end-of-subprogram): Only give a message when interactive.
1383
1384 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
1385
1386 * progmodes/cperl-mode.el (cperl-info-on-command):
1387 Use display-pixel-height rather than x-display-pixel-height.
1388
1389 * mail/rmailedit.el (rmail-cease-edit):
1390 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
1391
1392 * emulation/edt.el (edt-xserver):
1393 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
1394
1395 * emulation/edt-mapper.el: Drop test for Emacs < 19.
1396
1397 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
1398 Evaluate definitions when compiling. Reverse tests.
1399
1400 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
1401 use unless.
1402
1403 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
1404
1405 * textmodes/artist.el (x-pointer-shape):
1406 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
1407 (x-open-connection, x-server-max-request-size, x-get-resource):
1408 * term/w32console.el (x-setup-function-keys):
1409 * term/w32-win.el (x-parse-geometry, x-resource-name)
1410 (generate-fontset-menu, image-library-alist, x-open-connection)
1411 (setup-default-fontset, set-fontset-font, setup-default-fontset)
1412 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
1413 (x-get-resource):
1414 * term/mac-win.el (x-parse-geometry, x-resource-name)
1415 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
1416 (new-fontset, x-display-list, x-open-connection, x-get-resource):
1417 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
1418 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
1419 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
1420 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
1421 (tooltip-identifier-from-point, define-fringe-bitmap):
1422 * play/gamegrid.el (image-size):
1423 * play/bubbles.el (image-size):
1424 * mail/emacsbug.el (x-server-vendor, x-server-version):
1425 * international/mule-util.el (internal-char-font):
1426 * international/mule-diag.el (font-info, query-fontset, fontset-info)
1427 (fontset-alias-alist, fontset-list, fontset-plain-name):
1428 * international/mule-cmds.el (x-server-vendor, x-server-version):
1429 * international/fontset.el (font-encoding-charset-alist)
1430 (otf-script-alist, new-fontset, set-fontset-font)
1431 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
1432 (fontset-list, query-fontset, x-get-resource):
1433 * emulation/edt.el (x-server-vendor):
1434 * emulation/edt-mapper.el (x-server-vendor):
1435 * emacs-lisp/map-ynp.el (x-popup-dialog):
1436 * emacs-lisp/lmenu.el (x-popup-dialog):
1437 * x-dnd.el (x-window-property, x-change-window-property)
1438 (x-get-selection-internal):
1439 * woman.el (x-list-fonts):
1440 * w32-fns.el (x-server-version):
1441 * tooltip.el (x-show-tip, x-hide-tip):
1442 * tool-bar.el (image-mask-p):
1443 * thumbs.el (image-size):
1444 * term.el (overflow-newline-into-fringe):
1445 * subr.el (scroll-bar-scale):
1446 * startup.el (x-get-resource, tool-bar-mode, image-size):
1447 * select.el (x-get-selection-internal, x-own-selection-internal)
1448 (x-disown-selection-internal):
1449 * mouse.el (generate-fontset-menu):
1450 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
1451 * image.el (image-library-alist):
1452 * image-mode.el (image-size, image-refresh):
1453 * image-dired.el (clear-image-cache):
1454 * gs.el (x-display-mm-width, x-display-pixel-width)
1455 (x-display-mm-height, x-display-pixel-height)
1456 (x-change-window-property, x-display-grayscale-p, x-window-property):
1457 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
1458 (x-focus-frame, x-list-fonts, x-display-screens)
1459 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
1460 (x-display-mm-width, x-display-backing-store, x-display-save-under)
1461 (x-display-planes, x-display-color-cells, x-display-visual-class):
1462 * faces.el (internal-face-x-get-resource)
1463 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
1464 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
1465 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
1466 (x-parse-geometry, x-create-frame, x-setup-function-keys)
1467 (tool-bar-setup):
1468 * doc-view.el (clear-image-cache, image-size, tooltip-show):
1469 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
1470 * dframe.el (x-display-pixel-width, x-display-pixel-height):
1471 * descr-text.el (internal-char-font):
1472 Define for compiler, for builds without X.
1473
1474 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1475
1476 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
1477
1478 2008-06-11 Glenn Morris <rgm@gnu.org>
1479
1480 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
1481 before trying to move there.
1482 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
1483 is non-nil, indent most terminating statements like loop body.
1484
1485 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
1486 Gregorian date, and add it, not the local date, to diary-entries-list.
1487 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
1488
1489 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1490
1491 * progmodes/compile.el (compilation-filter): Fix up last change.
1492
1493 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
1494
1495 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
1496 (gpm-mouse-mode): Make it into a proper global minor mode.
1497
1498 * files.el (save-some-buffers-action-alist): Only use recursive-edit
1499 if the user enabled recursive-minibuffers.
1500
1501 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1502 Add support for scroll-other-window.
1503
1504 2008-06-11 Jason Rumney <jasonr@gnu.org>
1505
1506 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
1507 Use tmm-menubar if menu is disabled in this frame.
1508
1509 * menu-bar.el (menu-bar-open): Determine how to open menu bar
1510 from frame type, per documentation. Add w32 case.
1511
1512 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1513
1514 * minibuffer.el (completion--merge-suffix): New function.
1515 (completion-basic-try-completion): Use it.
1516 (completion-pcm--find-all-completions): Add argument `filter'.
1517 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
1518 New functions.
1519 (completion-pcm-try-completion): Use them.
1520
1521 * xt-mouse.el (turn-on-xterm-mouse-tracking)
1522 (turn-off-xterm-mouse-tracking): Use terminal-list.
1523
1524 * cus-start.el (underline-minimum-offset): Rename from
1525 x-underline-minimum-display-offset.
1526
1527 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
1528
1529 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
1530
1531 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
1532
1533 * mouse.el (mouse-select-font): New function.
1534
1535 * faces.el (face-spec-recalc): When the face is set using
1536 Customize, avoid recalculating it twice.
1537
1538 * menu-bar.el (menu-set-font): New function. Bind "Set Default
1539 Font" menu item to it. Apply selected font to all frames, and
1540 make it savable.
1541 (menu-bar-options-save): Save `default' font if changed.
1542
1543 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * ffap.el (ffap-string-at-point-mode-alist):
1546 Use alpha rather than lower.
1547
1548 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
1549
1550 * subr.el (momentary-string-display): Use an overlay.
1551
1552 * progmodes/compile.el (compilation-mode):
1553 Set window-point-insertion-type.
1554 (compilation-filter): Don't use insert-before-markers any more.
1555 * emacs-lisp/trace.el (trace-make-advice):
1556 Set window-point-insertion-type in the trace buffer.
1557 * startup.el (normal-top-level): Set window-point-insertion-type in
1558 *Messages*.
1559 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
1560 (telnet-filter): Don't use insert-before-markers any more.
1561 * comint.el (comint-mode): Set window-point-insertion-type.
1562 (comint-output-filter): Don't use insert-before-markers any more.
1563 * button.el (make-text-button): Allow `start' to be a string.
1564
1565 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
1566
1567 * emacs-lisp/autoload.el (autoload-rubric):
1568 Fix coding cookie not to force Unix EOL.
1569
1570 2008-06-10 Martin Rudalics <rudalics@gmx.at>
1571
1572 * window.el (window--splittable-p, window--try-to-split-window):
1573 Don't use with-selected-window to avoid messing up get-lru-window.
1574 Reported by David Hansen <david.hansen@gmx.net>.
1575
1576 2008-06-10 Glenn Morris <rgm@gnu.org>
1577
1578 * subr.el (locate-library): Doc fix.
1579
1580 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
1581 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
1582 Check tool-bar-map is bound, for non-X builds.
1583
1584 * net/newsticker-reader.el (newsticker--next-item-image)
1585 (newsticker--previous-item-image, newsticker--previous-feed-image)
1586 (newsticker--next-feed-image, newsticker--mark-read-image)
1587 (ewsticker--mark-immortal-image, newsticker--narrow-image)
1588 (newsticker--get-all-image, newsticker--update-image)
1589 (newsticker--browse-image): Check xpm images are available.
1590 (newsticker--mark-read-image, newsticker--mark-immortal-image)
1591 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
1592
1593 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
1594 (newsticker--plainview-tool-bar-map, newsticker-mode):
1595 Check tool-bar-map is bound, for non-X builds.
1596 (w3m-toggle-inline-image): Declare.
1597
1598 * net/newsticker-backend.el (tool-bar-map): Don't declare.
1599
1600 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
1601
1602 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
1603 (finder-compile-keywords): Move let to where needed.
1604 (finder-mouse-face-on-line): Go back one more line if needed.
1605 (finder-list-matches): Use cadr.
1606 (finder-goto-xref): New function.
1607 (finder-commentary): Add buttons to jump to foo.el libraries.
1608
1609 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1610
1611 * apropos.el (apropos-function, apropos-macro, apropos-command)
1612 (apropos-variable, apropos-face, apropos-group, apropos-widget)
1613 (apropos-plist): Add apropos-short-label property.
1614 (apropos-multi-type): New variables.
1615 (apropos-command, apropos-value): Set it.
1616 (apropos-compact-layout): New custom.
1617 (apropos-print, apropos-print-doc): Use it.
1618 (apropos-print): Truncate lines.
1619
1620 2008-06-09 Kenichi Handa <handa@m17n.org>
1621
1622 * international/fontset.el (font-encoding-alist):
1623 Add an entry for "ascii-0".
1624
1625 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
1626
1627 * language/hanja-util.el (hanja-init-load): Show the message only
1628 when loading a table.
1629
1630 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
1631
1632 * net/newsticker-treeview.el (newsticker-treeview):
1633 * net/newsticker-plainview.el (newsticker-plainview):
1634 Add autoload cookie.
1635
1636 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
1637
1638 * net/newsticker.el: Split up into newsticker-backend, -ticker,
1639 -reader, -plainview, and -treeview.
1640 (newsticker-version): Change to 1.99.
1641
1642 * net/newsticker-backend.el: New. Move backend functionality from
1643 newsticker.el to newsticker-backend.el.
1644 (newsticker--download-logos): New.
1645 (newsticker--sentinel-callback): New.
1646 (newsticker--set-customvar): Remove. Split up into specific
1647 functions related to retrieval, ticker, buffer, and display.
1648 (newsticker--set-customvar-retrieval): New. Extracted from
1649 `newsticker--set-customvar'.
1650 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
1651 (newsticker-url-list-defaults):
1652 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
1653 (newsticker-url-list): Doc changed. URL can be a function.
1654 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
1655 (newsticker-retrieval-method): New.
1656 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
1657 (newsticker-retrieval-interval):
1658 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
1659 (newsticker-desc-comp-max): Change :group.
1660 (newsticker--cache): Doc changed.
1661 (newsticker--guid-to-string): New.
1662 (newsticker--guid): Use `newsticker--guid-to-string'.
1663 (newsticker--real-feed-name): New.
1664 (newsticker--start-feed): New. Extracted from `newsticker-start'.
1665 (newsticker-start): Use `insert-file-contents' for reading cache.
1666 Use `newsticker--start-feed'.
1667 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
1668 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
1669 Use `newsticker--stop-feed'.
1670 (newsticker-save-item): New.
1671 (newsticker--get-news-by-funcall): New.
1672 (newsticker-get-news): Handle new retrieval methods.
1673 (newsticker--sentinel): Use `newsticker--sentinel-work'.
1674 (newsticker--sentinel-work): New. Extracted from
1675 `newsticker--sentinel'. Use `newsticker--download-logos',
1676 `newsticker--sentinel-callback'.
1677 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
1678 (newsticker--parse-atom-1.0): Fix link determination.
1679 (newsticker--parse-rss-0.91): Fix time determination.
1680 (newsticker--parse-rss-0.92): Fix time determination.
1681 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
1682 (newsticker--parse-generic-feed): New arg order in
1683 `newsticker--cache-add'.
1684 (newsticker--parse-generic-items): Fix for multiple items.
1685 New arg order in `newsticker--cache-add'.
1686 (newsticker--forget-preformatted): Check whether
1687 `newsticker--buffer-set-uptodate' is fbound.
1688 (newsticker--decode-iso8601-date): Handle fractions of seconds.
1689 (newsticker--decode-rfc822-date): Partial timezone handling.
1690 (newsticker--cache-contains): Fix guid problem.
1691 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
1692 (newsticker--cache-save): New.
1693 (newsticker--cache-update): Use temp buffer.
1694 (newsticker--stat-num-items): Allow multiple AGE args.
1695 (newsticker--stat-num-items-total): New.
1696 (newsticker--opml-import-outlines): New.
1697 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
1698 (newsticker--do-run-auto-mark-filter): Doc changed.
1699 (newsticker-retrieve-random-message): New.
1700
1701 * net/newsticker-ticker.el: New. Move ticker functionality from
1702 net/newsticker.el to net/newsticker-ticker.el.
1703 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
1704 `newsticker--ticker-timer'.
1705 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
1706 to `newsticker--ticker-timer'.
1707 (newsticker--set-customvar-ticker): New. Extracted from
1708 `newsticker--set-customvar'.
1709 (newsticker-ticker-interval): Rename `newsticker-display-interval'
1710 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
1711 for :set. Change :group.
1712 (newsticker-scroll-smoothly): Doc changed. Change :group.
1713 (newsticker-hide-immortal-items-in-echo-area)
1714 (newsticker-hide-old-items-in-echo-area)
1715 (newsticker-hide-obsolete-items-in-echo-area):
1716 Use `newsticker--set-customvar-ticker for :set. Change :group.
1717 (newsticker-start-ticker): Rename `newsticker--display-timer' to
1718 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
1719 to `newsticker-ticker-interval'.
1720 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
1721 `newsticker--ticker-timer'.
1722
1723 * net/newsticker-reader.el: New. Move reader functionality from
1724 net/newsticker.el to net/newsticker-reader.el.
1725 (newsticker--set-customvar-formatting): New. Extracted from
1726 `newsticker--set-customvar'.
1727 (newsticker-reader, newsticker-frontend): New.
1728 (newsticker-enable-logo-manipulations): Change :group.
1729 (newsticker-justification): Use `newsticker--set-customvar-formatting'
1730 for :set. Change :group.
1731 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
1732 for :set. Change :group.
1733 (newsticker-html-renderer): Doc changed.
1734 Use `newsticker--set-customvar-formatting' for :set. Change :group.
1735 (newsticker-date-format):
1736 Use `newsticker--set-customvar-formatting' for :set. Change :group.
1737 (newsticker--insert-enclosure):
1738 Rename `newsticker--buffer-insert-enclosure' to
1739 `newsticker--insert-enclosure'. Add keymap arg.
1740 (newsticker--print-extra-elements):
1741 Rename `newsticker--buffer-print-extra-elements' to
1742 `newsticker--print-extra-elements'. Add keymap arg.
1743 (newsticker--do-print-extra-element):
1744 Rename `newsticker--buffer-do-print-extra-element' to
1745 `newsticker--do-print-extra-element'. Add keymap arg.
1746 (newsticker-show-news): Use `newsticker-frontend'.
1747
1748 * net/newsticker-plainview.el: New. Move plainview functionality
1749 from net/newsticker.el to net/newsticker-reader.el.
1750 (newsticker-plainview): New.
1751 (newsticker--set-customvar-sorting): New. Extracted from
1752 `newsticker--set-customvar'.
1753 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
1754 for :set. Changed :group.
1755 (newsticker-heading-format, newsticker-item-format)
1756 (newsticker-desc-format, newsticker-statistics-format):
1757 Use `newsticker--set-customvar-formatting for :set. Change :group.
1758 (newsticker-faces): Change :group.
1759 (newsticker-default-face): Enable again.
1760 (newsticker-hide-old-items-in-newsticker-buffer)
1761 (newsticker-show-descriptions-of-new-items):
1762 Use `newsticker--set-customvar-buffer' for :set. Change :group.
1763 (newsticker-show-all-news-elements): Change :group.
1764 (newsticker-plainview-hooks): New.
1765 (newsticker-select-item-hook, newsticker-select-feed-hook)
1766 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
1767 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
1768 to `newsticker--plainview-tool-bar-map'.
1769 (newsticker--url-keymap): Add mouse-1 binding.
1770 (newsticker-plainview): New.
1771 (newsticker-mark-all-items-of-feed-as-read): Change doc.
1772 (newsticker--buffer-do-insert-text): Use renamed
1773 newsticker--[buffer-]insert-enclosure and
1774 newsticker--[buffer-]print-extra-elements.
1775 (newsticker--buffer-set-faces): Use newsticker-default-face.
1776
1777 * net/newsticker-treeview.el: New.
1778
1779 2008-06-08 Andreas Schwab <schwab@suse.de>
1780
1781 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
1782
1783 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
1784
1785 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
1786 empty line.
1787
1788 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
1789
1790 2008-06-08 Martin Rudalics <rudalics@gmx.at>
1791
1792 * window.el (split-height-threshold, split-width-threshold):
1793 Add choice nil.
1794 (split-window-preferred-function): Allow either nil or a function.
1795 (window--splittable-p, window--try-to-split-window):
1796 Handle changed option values.
1797
1798 (window--frame-usable-p): Handle nil argument.
1799
1800 (display-buffer): Call get-lru-window when pop-up-windows is nil
1801 and window can't be split.
1802
1803 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
1804
1805 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
1806
1807 * net/tramp.el (top): Quote feature names. Remove
1808 `tramp-rfn-eshadow-setup-minibuffer' from
1809 `rfn-eshadow-setup-minibuffer-hook' when unloading.
1810 (tramp-read-passwd): There is only one call to
1811 `auth-source-user-or-password' needed. Pacify byte compiler.
1812
1813 2008-06-08 Andreas Schwab <schwab@suse.de>
1814
1815 * window.el (display-buffer): Use lru window if current window
1816 cannot be split.
1817
1818 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1819
1820 * apropos.el (apropos-library): New command and new button.
1821 (apropos-library-button): New function.
1822
1823 * apropos.el: Remove spurious * in docstrings.
1824 (apropos-label-face): Use variable pitch.
1825 (apropos-print): Use dolist and with-current-buffer.
1826 (apropos-print-doc): Use when.
1827
1828 * window.el (special-display-p, display-buffer):
1829 Fix up C->Elisp transcription error.
1830
1831 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1832
1833 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
1834 (byte-compile-file): Initialize it.
1835 (byte-compile-nogroup-warn): Keep track of the current group.
1836
1837 2008-06-08 Glenn Morris <rgm@gnu.org>
1838
1839 * Makefile.in (compile, compile-always, bootstrap-prepare):
1840 Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
1841
1842 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
1843
1844 * language/hanja-util.el (hanja-init-load): Use a char-table for
1845 hanja-table.
1846 (hangul-to-hanja-char): Adjust for the above change.
1847
1848 2008-06-07 Glenn Morris <rgm@gnu.org>
1849
1850 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
1851 lm-keywords.
1852
1853 * mail/sendmail.el (mail-interactive): Add :version.
1854
1855 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
1856 obsolete alias.
1857
1858 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
1859 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
1860 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
1861 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
1862 * eshell/esh-util.el, international/mule-cmds.el:
1863 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
1864 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
1865 Remove unnecessary eval-when-compiles and eval-and-compiles.
1866
1867 * Makefile.in (bootstrap-clean): Run autogen-clean.
1868 (maintainer-clean): No need to run autogen-clean now it is included in
1869 bootstrap-clean.
1870
1871 2008-06-06 Miles Bader <miles@gnu.org>
1872
1873 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
1874
1875 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
1876
1877 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
1878 longlines mode.
1879
1880 * replace.el (replace-search-function)
1881 (replace-re-search-function): New vars.
1882 (perform-replace): Use them.
1883
1884 * longlines.el (longlines-re-search-forward): New function.
1885 (longlines-mode): Bind replace-search-function and
1886 replace-re-search-function, to ensure that replacement commands
1887 treat newlines as spaces.
1888 (longlines-show-effect): Default to a pilcrow sign.
1889
1890 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1891
1892 * help.el (function-called-at-point):
1893 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
1894 even when calling find-tag-default.
1895
1896 2008-06-06 Daniel Colascione <danc@merrillpress.com>
1897
1898 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
1899 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
1900 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
1901 (nxml-fontify-buffer, nxml-do-fontify):
1902 Remove obsolete variables and functions.
1903 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
1904 (nxml-degrade, nxml-after-change, nxml-after-change1)
1905 (nxml-extend-region, nxml-extend-after-change-region)
1906 (nxml-extend-after-change-region1, nxml-fontify-matcher)
1907 (nxml-toggle-char-ref-extra-display): Use font-lock, and
1908 font-lock-extend-region-functions in particular, to fontify
1909 nxml-mode buffers.
1910 (nxml-debug-region): New debugging helper function.
1911
1912 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
1913 (nxml-scan-after-change, nxml-move-tag-backwards):
1914 Adapt for font-lock changes.
1915
1916 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
1917 (nxml-debug-set-inside, nxml-debug-clear-inside):
1918 New debugging functions.
1919 (nxml-with-degradation-on-error): New helper macro.
1920
1921 2008-06-06 Martin Rudalics <rudalics@gmx.at>
1922
1923 * window.el (display-buffer): Remove dead call to get-lru-window.
1924
1925 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1926
1927 * mail/sendmail.el (mail-interactive): Change default.
1928
1929 2008-06-05 John Paul Wallington <jpw@pobox.com>
1930
1931 * bindings.el (completion-ignored-extensions):
1932 Add .p64fsl, .d64fsl, and .dx64fsl.
1933
1934 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1935
1936 * ffap.el (ffap-prompter): Don't use the region.
1937
1938 2008-06-05 Sam Steingold <sds@gnu.org>
1939
1940 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
1941 subdirectory to be registered.
1942
1943 2008-06-05 Martin Rudalics <rudalics@gmx.at>
1944
1945 * window.el (display-buffer-function, special-display-p)
1946 (special-display-buffer-names, special-display-regexps)
1947 (special-display-function, same-window-p, same-window-buffer-names)
1948 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
1949 (pop-up-frame-function, pop-up-windows, even-window-heights)
1950 (split-window-preferred-function, split-height-threshold)
1951 (window--display-buffer-1, display-buffer, pop-to-buffer):
1952 Move from window.c and buffer.c.
1953 (window--splittable-p, window--try-to-split-window)
1954 (window--frame-usable-p, window--display-buffer-2)
1955 (window--even-window-heights): New functions.
1956 (split-width-threshold): New option.
1957 (split-window-preferred-horizontally): Remove.
1958
1959 * cus-start.el: Remove corresponding declarations.
1960
1961 2008-06-05 Sam Steingold <sds@gnu.org>
1962
1963 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
1964 an error on modified buffers.
1965
1966 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1967
1968 * progmodes/etags.el (tags-verify-table): Be careful to use and update
1969 tags-file-name and tags-table-list from the right buffer.
1970 (tags-table-check-computed-list, tags-table-extend-computed-list)
1971 (find-tag-noselect): Use with-current-buffer.
1972
1973 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
1974 Use print-circle.
1975
1976 * minibuffer.el (minibuffer-local-must-match-filename-map):
1977 Declare obsolete alias for the old name.
1978
1979 * abbrev.el (unexpand-abbrev): Better preserve markers.
1980
1981 2008-06-05 Glenn Morris <rgm@gnu.org>
1982
1983 * emacs-lisp/autoload.el (autoload-rubric): New function,
1984 extracted from autoload-ensure-default-file.
1985 (autoload-ensure-default-file): Use autoload-rubric.
1986
1987 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
1988 (custom-dependencies-no-scan-regexp): New variable.
1989 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
1990 Don't scan files matching custom-dependencies-no-scan-regexp.
1991 Disable undo in the output buffer. Remove kept-new-versions wackiness.
1992
1993 * finder.el (finder-headmark): Initialize and add doc string.
1994 (generated-finder-keywords-file): Doc fix.
1995 (finder-no-scan-regexp): New variable.
1996 (finder-compile-keywords): Use a single let binding.
1997 Disable undo in the output buffer. Use autoload-rubric.
1998 Use mapc rather than mapcar. Don't scan files matching
1999 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
2000 rather than concat. Use directory-files to do regexp matching.
2001 No need to require jka-compr.
2002 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
2003 (finder-list-matches): Disable undo.
2004 (finder-commentary): Use let rather than let*. Disable undo.
2005 (finder-current-item): Use zerop.
2006 (finder-mode): Use define-derived-mode.
2007 (finder-exit): Doc fix. Use dolist.
2008
2009 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
2010 (custom-deps): Don't require $(lisp)/cus-load.el.
2011 (custom-deps, finder-data): Don't depend on autoloads.
2012 Should not be needed now, and doing so was causing make install to
2013 re-dump emacs post-bootstrap.
2014 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
2015 mid-build forces some things to be rebuilt.
2016
2017 2008-06-05 Miles Bader <miles@gnu.org>
2018
2019 * face-remap.el
2020 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
2021 (face-remap-remove-relative): Renamed from
2022 `remove-relative-face-remapping'.
2023 (face-remap-reset-base): Renamed from
2024 `set-default-base-face-remapping'.
2025 (face-remap-set-base): Renamed from `set-base-face-remapping'.
2026 (text-scale-increase): Renamed from `increase-buffer-face-height'.
2027 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
2028 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
2029
2030 * face-remap.el (variable-pitch-mode): Autoload.
2031
2032 2008-06-04 Sam Steingold <sds@gnu.org>
2033
2034 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
2035 Generate extra status headers for a Mercurial tree.
2036
2037 2008-06-04 John Paul Wallington <jpw@pobox.com>
2038
2039 * echistory.el (electric-history-map): Define within defvar.
2040 Add docstring.
2041
2042 * font-lock.el (font-lock-turn-off-thing-lock)
2043 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
2044 Use `bound-and-true-p'.
2045 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
2046 Doc fixes.
2047
2048 * international/ccl.el (define-ccl-program): Add `doc-string'
2049 declaration.
2050
2051 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
2052
2053 * face-remap.el (variable-pitch-mode): Reflow docstrings.
2054 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
2055
2056 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
2057
2058 * emacs-lisp/rx.el (rx): Doc fix.
2059
2060 2008-06-04 Markus Triska <markus.triska@gmx.at>
2061
2062 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
2063
2064 2008-06-04 Miles Bader <miles@gnu.org>
2065
2066 * face-remap.el (adjust-buffer-face-height): New function.
2067 Add autoloaded keybindings in ctl-x-map.
2068 (increase-buffer-face-height, decrease-buffer-face-height):
2069 Simplify interactive spec to just "p". Remove autoloaded keybindings.
2070
2071 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
2072
2073 * simple.el (line-move-1): If we did not move as far as desired,
2074 ensure that point-left and point-entered hooks are called.
2075
2076 2008-06-03 Sam Steingold <sds@gnu.org>
2077
2078 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
2079
2080 2008-06-03 John Paul Wallington <jpw@pobox.com>
2081
2082 * progmodes/make-mode.el (makefile-cleanup-continuations)
2083 (makefile-warn-suspicious-lines, makefile-warn-continuations):
2084 Use `derived-mode-p'.
2085
2086 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2087
2088 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
2089 (ELCFILES): Update.
2090
2091 2008-06-03 Miles Bader <miles@gnu.org>
2092
2093 * face-remap.el: New file.
2094 * Makefile.in (ELCFILES): Add face-remap.elc.
2095
2096 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2097
2098 * progmodes/flymake.el (flymake-process-filter): Make sure the source
2099 buffer isn't dead.
2100
2101 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
2102 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
2103 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
2104 * obsolete/auto-show.el, obsolete/hscroll.el:
2105 Remove packages that were obsolete in Emacs-20, or that were obsolete
2106 in Emacs-21 and do not contain any more code.
2107
2108 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
2109 vc-client-mode is not set.
2110
2111 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
2112 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
2113
2114 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
2115 yet a bit more clever at distinguishing / from /.
2116
2117 2008-06-03 Kenichi Handa <handa@m17n.org>
2118
2119 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
2120
2121 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
2122
2123 * language/hanja-util.el: New file.
2124
2125 2008-06-03 Glenn Morris <rgm@gnu.org>
2126
2127 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
2128 Check that end-of-word follows "type".
2129
2130 2008-06-02 Daiki Ueno <ueno@unixuser.org>
2131
2132 * epa-file.el (epa-file-write-region): Write the entire buffer
2133 content if START is nil.
2134
2135 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
2136
2137 * select.el (x-get-selection): Fix typo.
2138
2139 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
2140
2141 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
2142 (describe-char): Use `looking-at-p', `string-match-p' when possible.
2143
2144 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2145
2146 * tar-mode.el (tar-header-block-summarize): Ensure one space around
2147 user&group.
2148
2149 2008-05-31 John Paul Wallington <jpw@pobox.com>
2150
2151 * help-fns.el (describe-variable-custom-version-info):
2152 Handle dotted `package-version' info.
2153
2154 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
2155
2156 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
2157
2158 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
2159
2160 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
2161 names and improve support for unregistered files.
2162
2163 2008-05-31 Glenn Morris <rgm@gnu.org>
2164
2165 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
2166 Remove shell variable `elc'. Split tests to hopefully be more portable.
2167 Fix `sel' assignment.
2168
2169 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
2170
2171 * minibuffer.el (completion-table-dynamic): Doc fix.
2172
2173 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
2176 Try and return `unregistered' when applicable.
2177
2178 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2179 Don't encourage naming variables with "-flag".
2180
2181 2008-05-30 Glenn Morris <rgm@gnu.org>
2182
2183 * Makefile.in (update-elclist): Hide the warning when it does not apply,
2184 make it milder when it does.
2185 (autogen-clean): New target.
2186 (maintainer-clean): Use autogen-clean.
2187
2188 * calendar/diary-lib.el (diary-display-function): New name for
2189 diary-display-hook. Keep old name as obsolete alias. Doc fix.
2190 Change custom type and version.
2191 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
2192 (diary-fancy-display): Doc fixes.
2193 (diary-list-entries, diary-include-other-diary-files)
2194 (diary-mail-entries):
2195 Use diary-display-function rather than diary-display-hook.
2196
2197 * calendar/appt.el (appt-check): Use diary-display-function rather than
2198 diary-display-hook.
2199 * calendar/cal-x.el (calendar-dedicate-diary): Update for
2200 diary-display-function replacing diary-display-hook.
2201 * org/org-agenda.el (org-get-entries-from-diary): Also set
2202 diary-display-function.
2203
2204 * calendar/cal-html.el (cal-html-list-diary-entries):
2205 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2206 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
2207 argument of diary-list-entries rather than setting diary-display-hook.
2208
2209 2008-05-30 Kenichi Handa <handa@m17n.org>
2210
2211 * international/mule-conf.el (utf-8-with-signature): Renamed from
2212 utf-8-sig.
2213 (utf-8-auto): Adjusted for the above change.
2214
2215 * international/mule-diag.el (describe-font): Don't check fontset
2216 here, and just call font-info. Get the default font by from the
2217 default face.
2218
2219 2008-05-29 Kenichi Handa <handa@m17n.org>
2220
2221 * international/mule-conf.el (utf-8-sig, utf-8-auto):
2222 New coding systems.
2223
2224 * international/mule.el (define-coding-system): Accept :bom for utf-8.
2225
2226 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
2227
2228 * international/utf-7.el (utf-7-encode): Use the right escape char
2229 depending on imap/nonimap encoding.
2230
2231 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2232
2233 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
2234
2235 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
2236
2237 * icomplete.el (icomplete-prospects-height): Add :group.
2238
2239 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * icomplete.el (icomplete-prospects-length): Make obsolete.
2242 (icomplete-prospects-height): New var.
2243 (icomplete-completions): Use it.
2244
2245 2008-05-29 David Kastrup <dak@gnu.org>
2246
2247 * autoinsert.el (auto-insert): Add :link.
2248
2249 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 * tar-mode.el (tar-header): New field `header-start'.
2252 (tar-header-block-tokenize): Set it when useful.
2253 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
2254 (tar-header-data-end): New function.
2255 (tar-summarize-buffer): Use it.
2256 (tar-next-line): Fix goal column for long usernames.
2257 (tar-expunge-internal): Use header-start.
2258 (tar-rename-entry): Handle ustar-style long names.
2259 (tar-alter-one-field): Add optional `descriptor' argument.
2260 (tar-subfile-save-buffer): Use it.
2261
2262 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2263
2264 * tar-mode.el (tar-header): New field `header-start'.
2265 (tar-header-block-tokenize): Set header-start for longlink entries.
2266 (tar-expunge-internal): Use header-start to expunge longlink entries.
2267
2268 * files.el (hack-local-variables): Don't signal an error if the local
2269 variable section is not properly terminated.
2270
2271 * emacs-lisp/easymenu.el (easy-menu-convert-item)
2272 (easy-menu-convert-item-1): Move the duplicate-generation outside of
2273 the caching so it also works for identical entries.
2274
2275 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
2276 (tar-mode): Use write-region-annotate-functions rather than
2277 write-contents-functions.
2278 (tar-extract): Remove unused var `pos'.
2279 (tar-subfile-save-buffer): Remove unused var `following-descs'.
2280 (tar-mode-write-file): Remove.
2281 (tar-write-region-annotate): New function.
2282
2283 * progmodes/flymake.el (flymake-save-buffer-in-file):
2284 * shadowfile.el (shadow-copy-file):
2285 * arc-mode.el (archive-*-write-file-member):
2286 * files.el (diff-buffer-with-file):
2287 * subr.el (with-temp-file): Pass nil to write-region.
2288 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
2289
2290 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
2291 the custom.
2292
2293 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
2294 to write-region.
2295
2296 2008-05-28 Glenn Morris <rgm@gnu.org>
2297
2298 * Makefile.in (update-elclist): Work around non-portability of "\"
2299 in various implementations of echo.
2300
2301 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2302
2303 * international/mule-diag.el (describe-current-coding-system):
2304 Don't assume selection-coding-system is always defined.
2305
2306 * tar-mode.el: Use defstruct and markers.
2307 (tar-setf): Remove.
2308 (tar-header): Use defstruct. Add `data-start' field.
2309 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
2310 (tar-desc-data-start): Remove (now called tar-header-data-start).
2311 (tar-roundup-512): New fun.
2312 (tar-header-block-tokenize): Receive a buffer position rather than
2313 a string. Handle @longLink here, be more careful about it.
2314 Create a marker for data-start.
2315 (tar-summarize-buffer): Don't handle @LongLink here any more.
2316 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
2317 data-start on the following entries any more.
2318 (tar-chown-entry, tar-chgrp-entry): Use read-number.
2319
2320 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
2321 (tar-header-offset): Remove.
2322 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
2323 Not permanent any more.
2324 (tar-data-buffer): New var.
2325 (tar-data-swapped-p, tar-change-major-mode-hook)
2326 (tar-mode-kill-buffer-hook): New funs.
2327 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
2328 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
2329 (tar-clear-modification-flags, tar-alter-one-field)
2330 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
2331 Change accordingly.
2332
2333 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
2334
2335 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
2336 (vc-dir-resynch-file): ... this. Update callers.
2337 Use vc-string-prefix-p. Ignore directory args.
2338 (vc-string-prefix-p): CSE.
2339 (vc-resynch-buffer): Restore conditional.
2340
2341 * vc-hooks.el (vc-after-save): Improve test.
2342 (vc-mode-line): Fix indentation.
2343
2344 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
2345
2346 * calendar/parse-time.el (parse-time-months)
2347 (parse-time-weekdays): Add long-form month and day names.
2348
2349 2008-05-27 Glenn Morris <rgm@gnu.org>
2350
2351 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
2352
2353 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2354
2355 * vc-dispatcher.el (vc-string-prefix-p): New function.
2356 (vc-dir-parent-marked-p): Use it.
2357
2358 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
2359
2360 * vc.el (Problems): Remove fixed issues.
2361 (vc-expand-dirs): Avoid returning directories.
2362 (vc-dir): Fix C-x v v binding.
2363 (vc-make-backend-object): Fix name.
2364 (vc-dir-show-fileentry): Fix docstring.
2365 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
2366 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
2367 Reset the state for directories.
2368 (vc-dir-headers): Align labels.
2369 (vc-default-status-printer): Do no call prettify-state-info.
2370 (vc-deduce-fileset): Replace implementation with one based on a
2371 working older version.
2372 (vc-next-action): Use the new form of vc-deduce-fileset.
2373 Fix dealing with unregistered files.
2374
2375 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
2376 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
2377 (vc-dir-child-files): New function.
2378 (vc-dir-node-directory): New function.
2379 (vc-dir-update, vc-dir-parent-marked-p)
2380 (vc-dir-children-marked-p, vc-dir-mark-all-files)
2381 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
2382
2383 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
2384
2385 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
2388 (diff-font-lock-keywords, diff-context->unified)
2389 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
2390 (diff-hunk-text, diff-find-source-location): Use it.
2391 (diff-post-command-hook): Let the user edit the hunk headers.
2392
2393 2008-05-26 Andreas Schwab <schwab@suse.de>
2394
2395 * vc.el (vc-default-prettify-state-info): Fix formatting of an
2396 unknown state.
2397
2398 * tar-mode.el (tar-summarize-buffer): Comment fix.
2399
2400 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2401
2402 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
2403
2404 2008-05-26 Glenn Morris <rgm@gnu.org>
2405
2406 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
2407
2408 2008-05-25 John Paul Wallington <jpw@pobox.com>
2409
2410 * proced.el (proced-next-line, proced-previous-line):
2411 Avoid calling `next-line' and `previous-line' from Lisp code.
2412
2413 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
2414
2415 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
2416 Use diary-ordinal-suffix.
2417
2418 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
2419
2420 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
2421 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
2422 (edebug-save-displayed-buffer-points, edebug-initial-mode)
2423 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
2424 (edebug-print-length, edebug-print-level, edebug-print-circle)
2425 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
2426 (edebug-global-break-condition, edebug-sit-for-seconds):
2427 Remove spurious * from defcustom docstrings.
2428 (edebug-unwrap*, edebug-signal, edebug-eval-display):
2429 Improve argument/docstring consistency.
2430 (edebug-test-coverage, edebug-gensym, edebug-read)
2431 (edebug-top-level-nonstop, edebug-eval-result-list)
2432 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
2433 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
2434 (edebug-display-freq-count): Reflow docstrings.
2435 (edebug-restore-status): Doc fix.
2436
2437 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2438
2439 * proced.el (proced-header-line): Use the :align-to 0 feature
2440 rather than computing the corresponding position manually.
2441 (proced-update): Don't hardcode point-min==1.
2442
2443 2008-05-24 Alan Mackenzie <acm@muc.de>
2444
2445 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
2446 if c-file-style is set to a non-string.
2447
2448 (c-neutralize-CPP-line): Surround by `save-excursion'.
2449 (c-neutralize-syntax-in-CPP): Optimize for speed.
2450
2451 2008-05-24 Glenn Morris <rgm@gnu.org>
2452
2453 * Makefile.in (update-elclist): New target, to update ELCFILES.
2454 (bootstrap-after): Run update-elclist.
2455
2456 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
2457
2458 * icalendar.el (icalendar-version): Increase to "0.19".
2459 (icalendar--date-style): New function.
2460 (icalendar--datetime-to-diary-date): Doc fix.
2461 Use icalendar--date-style.
2462 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
2463 (icalendar--convert-yearly-to-ical)
2464 (icalendar--convert-recurring-to-diary): Handle iso date style,
2465 use icalendar-date-style.
2466
2467 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
2468
2469 * vc.el (vc-delete-file): Make sure the buffer is deleted and
2470 vc-dir buffers are updated.
2471
2472 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2473
2474 * vc.el (vc-delete-file): Don't try to resynch the buffer.
2475
2476 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
2477
2478 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
2479 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
2480 (reftex-extra-bindings): Use it.
2481
2482 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
2483 away from the user-reserved keys.
2484
2485 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
2486 New vars.
2487 (ada-create-keymap): Use them.
2488
2489 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2490
2491 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
2492 a properly-grouped regexp.
2493
2494 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
2495
2496 * progmodes/cap-words.el (capitalized-words-mode):
2497 Fix typos in docstring.
2498
2499 2008-05-23 Kenichi Handa <handa@m17n.org>
2500
2501 * international/mule-conf.el: Don't define the charset `emacs'
2502 here, just put :docstring, :short-name, and :long-name.
2503
2504 2008-05-22 Kenichi Handa <handa@m17n.org>
2505
2506 * international/mule-diag.el (font-show-log): Limit each listing
2507 to 20 items.
2508
2509 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
2510
2511 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
2512 (gdb-annotation-rules): New entry for "thread-changed".
2513 (gdb-thread-changed): New function.
2514
2515 2008-05-23 Glenn Morris <rgm@gnu.org>
2516
2517 * Makefile.in (SOURCES): Remove, unused.
2518 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
2519 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
2520 Exclude more '*loaddefs' files.
2521 (compile-always): Simplify '.elc' deletion.
2522
2523 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2524
2525 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
2526 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
2527
2528 * minibuffer.el (completion-boundaries): Change calling
2529 convention, so `string' has the same semantics as in
2530 try-completion and all-completions.
2531 (completion-table-with-context, completion--embedded-envvar-table)
2532 (completion--file-name-table)
2533 (completion-pcm--find-all-completions): Adjust code accordingly.
2534
2535 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
2536
2537 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
2538 prune image-mode-winprops-alist, preventing it from growing
2539 indefinitely.
2540 (image-mode-reapply-winprops): Use it.
2541
2542 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
2543
2544 * net/netrc.el (netrc-machine): Always match if the port is not given.
2545
2546 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2547
2548 * minibuffer.el (completion-pcm--find-all-completions):
2549 Don't add pseudo-completions.
2550
2551 * icomplete.el (icomplete-eoinput): Remove.
2552 (icomplete-overlay): New var to replace it.
2553 (icomplete-tidy): Rewrite.
2554 (icomplete-exhibit): Use an overlay.
2555 (icomplete-completions): Use completion-all-sorted-completions.
2556 Obey completion-ignore-case.
2557
2558 * files.el (locate-dominating-file): Accept non-existing argument.
2559 (project-find-settings-file): Rewrite, using locate-dominating-file.
2560
2561 2008-05-22 Kenichi Handa <handa@m17n.org>
2562
2563 * faces.el (font-weight-table, font-slant-table, font-width-table):
2564 Delete them. Don't call internal-set-font-style-table.
2565
2566 * international/mule-diag.el (font-show-log): New function.
2567
2568 * international/fontset.el (script-representative-chars): Add more
2569 chars for latin. Add data for symbol.
2570 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
2571
2572 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2573
2574 * minibuffer.el (completion-all-sorted-completions): New var.
2575 (completion--flush-all-sorted-completions)
2576 (completion-all-sorted-completions): New functions.
2577 (minibuffer-force-complete): New command.
2578
2579 2008-05-21 Glenn Morris <rgm@gnu.org>
2580
2581 * files.el (c-postprocess-file-styles): Declare for compiler.
2582
2583 * Makefile.in: Allow for parallel byte-compiling.
2584 (ELCFILES): New variable.
2585 (.el.elc): Remove prerequisites from suffix rule. Print a message.
2586 (compile-first, compile-main, compile-last): New targets.
2587 (compile-always): Simplify - delete .elc files, then `make compile'.
2588
2589 * Makefile.in (compile-calc): Use glob rather than find.
2590 ($(lisp)/progmodes/cc-mode.elc): Use $@.
2591
2592 * eshell/esh-module.el: No need for cl when compiling.
2593
2594 * eshell/eshell.el (eshell-defgroup): New alias.
2595 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2596 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2597 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2598 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2599 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2600 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
2601 Autoload the custom group. Set generated-autoload-file.
2602 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
2603 for eshell-defgroup.
2604 * eshell/esh-module.el (eshell-load-defgroups): Remove.
2605 Require esh-groups rather than loading it.
2606
2607 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2608
2609 * proced.el (proced-header-line): New variable and new function.
2610 (proced-mode): Set header-line-format.
2611 (proced-update): Set proced-header-line.
2612 (proced-send-signal): Use proced-header-line.
2613
2614 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * macros.el (insert-kbd-macro): Use prin1-char.
2617
2618 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2619
2620 * minibuffer.el (completion-boundaries): New function.
2621 (completion--some): Delay errors.
2622 (complete-with-action, completion-table-with-context):
2623 Handle `boundaries' case.
2624 (completion--try-word-completion): Avoid partial-completion
2625 when the user hasn't entered anything yet.
2626 (minibuffer-local-map, minibuffer-local-filename-completion-map)
2627 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
2628 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
2629 Setup default keybindings.
2630 (completion--embedded-envvar-re): New var.
2631 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
2632 (completion--file-name-table): Handle `boundaries' case.
2633 (completion-pcm--pattern->regex): Avoid pathological backtracking.
2634 (completion-pcm--all-completions): Add a `prefix' arg.
2635 (completion-pcm--find-all-completions): New function.
2636 (completion-pcm-all-completions, completion-pcm-try-completion):
2637 Use it.
2638
2639 * icomplete.el (icomplete-completions): Don't use `predicate' with
2640 a table of a different type than `candidates'.
2641
2642 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2643
2644 * proced.el (proced-goal-column): Rename from proced-procname-column.
2645 (proced-goal-header-re): Rename from proced-procname-column-regexp.
2646 (proced-move-to-goal-column): Rename from proced-move-to-procname.
2647 (proced-header-face, proced-header-regexp): Remove.
2648 (proced-font-lock-keywords): Remove proced-header-face.
2649 (proced-header-alist, proced-sorting-schemes-re): New variables.
2650 (proced): Rename Proced buffer to *Proced*.
2651 (proced-next-line, proced-previous-line): New commands.
2652 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
2653 (proced-hide-processes): Do not treat first line as special.
2654 (proced-header-space): New function.
2655 (proced-update): Use header-line-format.
2656 Initialize proced-header-alist and proced-sorting-schemes-re.
2657 Set proced-goal-column. Include proced-command in mode-name.
2658 (proced-send-signal): Use header-line-format for *Marked
2659 Processes* buffer.
2660 (proced-sort): Restrict minibuffer completion to applicable
2661 sorting schemes.
2662 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
2663
2664 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2665
2666 * icomplete.el (icomplete-simple-completing-p):
2667 Allow icomplete-with-completion-tables to say "use it everywhere".
2668 (icomplete-completions): Obey completion-styles. Try to accommodate
2669 partial-completion style.
2670
2671 2008-05-20 Michael Olson <mwolson@gnu.org>
2672
2673 * files.el (project-find-settings-file): Change concat to
2674 expand-file-name.
2675
2676 2008-05-19 Tom Tromey <tromey@redhat.com>
2677
2678 * files.el (normal-mode): Call hack-project-variables.
2679 (hack-local-variables-confirm): Add 'project' argument.
2680 (hack-local-variables-apply): New function.
2681 (hack-local-variables): Use it.
2682 (project-class-alist, project-directory-alist): New variables.
2683 (project-get-alist): New function.
2684 (project-collect-bindings-from-alist)
2685 (project-collect-binding-list, set-directory-project)
2686 (project-find-settings-file, project-define-from-project-file)
2687 (hack-project-variables): New functions.
2688
2689 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2690
2691 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
2692
2693 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
2694
2695 * faces.el (font-weight-table): Fix typo in docstring.
2696
2697 2008-05-18 David Hull <david@snap.com> (tiny change)
2698
2699 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
2700 (vc-hg-annotate-command): Allow white space before version number.
2701
2702 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2703
2704 * calc/calc-yank.el (calc-register-alist): New variable.
2705 (calc-set-register, calc-get-register, calc-copy-to-register)
2706 (calc-insert-register, calc-add-to-register, calc-append-to-register)
2707 (calc-prepend-to-register): New functions.
2708
2709 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
2710 `calc-copy-to-register' and `calc-insert-register'.
2711 Autoload new register functions.
2712
2713 * calc/calc-help.el (calc-r-prefix-help): Add help for register
2714 functions.
2715
2716 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
2717
2718 * vc.el (Todo): Add known problems.
2719 (vc-dir-backend): New variable.
2720 (vc-dir): Set it.
2721 (vc-make-backend-object, vc-generic-status-printer)
2722 (vc-generic-state, vc-generic-status-fileinfo-extra)
2723 (vc-dir-extra-menu): Use it.
2724 (vc-generic-dir-headers): Remove, unused.
2725
2726 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
2727 vc-dir-prev-directory for consistency with vc-dir-previous-line.
2728 (vc-dir-mode-map): Fix bindings.
2729
2730 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
2731
2732 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2733
2734 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
2735 operated on.
2736 (calc-kill-region): Kill entire lines.
2737
2738 2008-05-17 Glenn Morris <rgm@gnu.org>
2739
2740 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
2741 simplify initial value.
2742 (defezimage): Drop support for Emacs without defimage, use a featurep
2743 test rather than fboundp when defining, drop with-no-warnings.
2744 (ezimage-insert-over-text): Move featurep test inside
2745 add-text-properties.
2746
2747 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
2748
2749 * net/tramp.el (top-level): Load auth-source when compiling.
2750
2751 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
2752
2753 2008-05-17 Andreas Schwab <schwab@suse.de>
2754
2755 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
2756
2757 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
2758
2759 * vc.el (vc-annotate-show-diff-revision-at-line): Change
2760 vc-diff-internal arg to match what vc-deduce-fileseset returns now.
2761
2762 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2763
2764 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
2765
2766 2008-05-17 Jim Meyering <meyering@redhat.com>
2767
2768 * ido.el (ido-save-history): Do not emit a trailing newline at the
2769 end of the ido history file.
2770
2771 2008-05-16 John Paul Wallington <jpw@pobox.com>
2772
2773 * vc-dispatcher.el (top-level): Revert previous change: require cl
2774 when compiling.
2775
2776 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2777
2778 * vc.el (vc-default-status-printer)
2779 (vc-default-prettify-state-info): Enhance the state prettyprinter
2780 to deal better with unknown states and indirect through it when
2781 painting vc-dir buffers.
2782
2783 2008-05-16 John Paul Wallington <jpw@pobox.com>
2784
2785 * vc-dispatcher.el (top-level): Don't require cl when compiling.
2786 (vc-dir-mode-map): Fix backquote.
2787 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
2788
2789 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
2790
2791 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
2792 Reported by Glenn Morris <rgm@gnu.org>.
2793
2794 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2795
2796 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
2797 the end of the file, it was good work at one time but has been
2798 stale since 1995 and may now be actively misleading.
2799 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
2800 CVS repository and module (assumptions for the latter a bit iffy).
2801 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
2802 SVN repository.
2803
2804 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
2805
2806 * vc-rcs.el (vc-rcs-create-tag):
2807 * vc-sccs.el (vc-sccs-create-tag):
2808 Fix typo in error message and pass backend arg.
2809
2810 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
2811
2812 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
2813
2814 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
2815
2816 * net/tramp.el: Load auth-source library.
2817 (tramp-read-passwd): Use it for password, not login.
2818
2819 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
2820
2821 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
2822 (ses-print-cell): Use string-width, truncate-string-to-width,
2823 delete-region rather than length, substring, delete-char.
2824 (ses-setup): Set inhibit-point-motion-hooks to t.
2825 Calculate position by actually moving point rather than just using
2826 unibyte character length.
2827 (ses-mode): Set indent-tabs-mode to nil.
2828 (ses-center): Use string-width rather than length.
2829
2830 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
2831
2832 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
2833 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
2834 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
2835 vc-*-create-tag and vc-*-retrieve-tag respectively.
2836
2837 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
2838 unneeded defalias.
2839
2840 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
2841
2842 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
2843 about buffer names.
2844
2845 2008-05-15 Glenn Morris <rgm@gnu.org>
2846
2847 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
2848
2849 * org/org-exp.el (org-infojs-options-inbuffer-template):
2850 Fix declaration.
2851
2852 * progmodes/cc-mode.el (declare-function): Add compat definition.
2853 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
2854
2855 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
2856
2857 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
2858 list to a cons so the caller can get back both expanded and
2859 unexpanded filesets.
2860 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
2861 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
2862 Change handling of selection-set returns as required.
2863
2864 2008-05-15 John Paul Wallington <jpw@pobox.com>
2865
2866 * add-log.el (top-level): Don't require cl when compiling.
2867
2868 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
2869 (archive-*-extract): Use `zerop'.
2870 (archive-*-write-file-member): Use `or', use `zerop'.
2871
2872 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
2873
2874 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
2875 (ibuffer-mark-interactive, ibuffer-set-mark)
2876 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
2877 (ibuffer-map-lines, ibuffer-switch-format)
2878 (ibuffer-update-title-and-summary)
2879 (ibuffer-redisplay-engine): Use it.
2880
2881 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
2882 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
2883 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
2884 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
2885 (ibuffer-mark-read-only-buffers)
2886 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
2887
2888 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
2889 (define-ibuffer-column, define-ibuffer-sorter)
2890 (define-ibuffer-op, define-ibuffer-filter): Add declarations
2891 containing indentation specs, replacing equivalent top-level
2892 forms that set `lisp-indent-function' properties.
2893 (define-ibuffer-op): Use `derived-mode-p'.
2894 (define-ibuffer-filter): Remove redundant `concat' call.
2895
2896 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
2897
2898 * net/tramp.el (tramp-echo-mark): Update docstring.
2899 (tramp-echo-mark-marker): New defconst.
2900 (tramp-check-for-regexp): Use it.
2901
2902 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
2903
2904 * vc.el (vc-deduce-fileset): Do the right thing when visting a
2905 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
2906 as parent.
2907
2908 2008-05-14 John Paul Wallington <jpw@pobox.com>
2909
2910 * international/mule.el (convert-define-charset-argument):
2911 Remove period from end of error message.
2912 (coding-system-mnemonic): Doc fix.
2913 (ctext-pre-write-conversion): Doc fix.
2914
2915 2008-05-14 Simon Marshall <simon@gnu.org>
2916
2917 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
2918 from its default value and give it the risky-local-variable
2919 property (CVE-2008-2142).
2920
2921 2008-05-14 Kenichi Handa <handa@m17n.org>
2922
2923 * language/korean.el ("Korean"): Set `iso639-language'
2924 property to `ko'.
2925
2926 * language/japanese.el ("Japanese"): Set `iso639-language'
2927 property to `ja'.
2928
2929 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2930 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
2931 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
2932
2933 * international/mule-cmds.el (set-language-environment):
2934 Set current-iso639-language.
2935
2936 * international/fontset.el (setup-default-fontset): For kana, han,
2937 hangul, and cjk-misc, move an entry with font-spec at the end.
2938 (generate-fontset-menu): Exclue fontset-auto* from the list.
2939
2940 * composite.el (compose-chars-after): Assume that WINDOW is always
2941 non-nil.
2942
2943 * faces.el (font-weight-table, font-slant-table)
2944 (font-swidth-table): Declare them by defconst. Change the format
2945 of elements. Call internal-set-font-style-table after their
2946 declaration.
2947 (face-valid-attribute-values): Call font-family-list. Get values
2948 for width, weight, and slant from font-xxx-table.
2949
2950 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
2951
2952 2008-05-13 John Paul Wallington <jpw@pobox.com>
2953
2954 * ibuffer.el (ibuffer-buffer-file-name): New function.
2955 (define-ibuffer-column filename): Use it.
2956
2957 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
2958
2959 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
2960
2961 * talk.el (talk): Simplify. Pass display arg to talk-add-display
2962 as a string.
2963 (talk-add-display): Simplify. Accept only string args.
2964
2965 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2966
2967 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
2968
2969 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2970
2971 * Makefile.in (bootstrap-prepare): Don't chmod files.
2972 (autoloads): Do it here instead, where it's actually needed.
2973
2974 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
2975
2976 * tool-bar.el (tool-bar-make-keymap): Account for the optional
2977 KEY-BINDING-DATA field in menu-item list.
2978
2979 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2980
2981 * dired.el (dired-read-dir-and-switches): Move things about to use less
2982 recursion during macroexpansion.
2983
2984 * dired.el (dired-read-dir-and-switches): Use read-file-name.
2985
2986 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
2987 completion-ignored-extension directories if there's something else.
2988 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
2989 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
2990 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
2991 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
2992 buffer-read-only -> inhibit-read-only.
2993
2994 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
2995
2996 * vc.el (vc-expand-dirs): Stop this function from tossing out
2997 explicitly specified files.
2998
2999 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3000
3001 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
3002 to `insert'.
3003
3004 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
3005
3006 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
3007 cons. Use vc-annotate-backend.
3008 (with-vc-file, edit-vc-file): Remove unused macros.
3009
3010 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
3011
3012 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
3013 (smtpmail-try-auth-methods): Use it.
3014
3015 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3016
3017 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
3018 (setf (nthcdr ..) ..) doesn't require CL at runtime.
3019
3020 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
3021
3022 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
3023
3024 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3025
3026 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
3027 (vc-bzr-revision-completion-table): Use process-file.
3028 (vc-bzr-working-revision): Pass relative file names.
3029
3030 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
3031
3032 2008-05-11 Juri Linkov <juri@jurta.org>
3033
3034 * wid-edit.el (widget-image-directory): Change default image data
3035 subdirectory from "custom" to "images/custom".
3036
3037 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
3038 before recursive call to `Info-next-preorder' to not add
3039 intermediate nodes to the history.
3040
3041 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
3042
3043 * emulation/cua-base.el: Put isearch-scroll property
3044 on cua-scroll-up and cua-scroll-down.
3045
3046 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
3047
3048 * vc-hooks.el (vc-recompute-state): Remove (dead code).
3049
3050 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
3051
3052 * vc-dispatcher.el (ewoc): Require.
3053 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
3054
3055 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
3056
3057 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
3058
3059 * term/w32-win.el (x-colors):
3060 * term/mac-win.el (x-colors):
3061 * term/x-win.el (x-colors): Re-order colors.
3062
3063 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
3064
3065 * smerge-mode.el (smerge-command-prefix): Fix custom type.
3066
3067 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
3068
3069 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
3070 New functions implementing motion to next and previous directory.
3071
3072 * vc-arch.el (vc-arch-command):
3073 * vc-bzr.el (vc-bzr-command):
3074 * vc-cvs.el (vc-cvs-command):
3075 * vc-dispatcher.el (vc-do-command):
3076 * vc-git.el (vc-git-command):
3077 * vc-hg.el (vc-hg-command):
3078 * vc-mcvs.el (vc-mvcs-command):
3079 * vc-mtn.el (vc-mtn-command):
3080 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
3081 (vc-sccs-workfile-unchanged-p):
3082 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
3083 * vc-rcs.el (all methods): Remove assumption about what a nil
3084 argument to vc-do-command means. This means no buffer name needs
3085 to be hardcoded into the dispatcher layer, and it's better to be
3086 explicit anyway.
3087
3088 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
3089
3090 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
3091
3092 * vc.el: Update todo.
3093
3094 * vc-sccs.el (vc-sccs-dir-status):
3095 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
3096 backends and returning up to date files.
3097
3098 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
3099
3100 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
3101
3102 * vc.el (vc-dir):
3103 * vc-hooks.el: Tweak the VC directory bindings. These are now
3104 documented in the manual.
3105
3106 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
3107 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
3108 (vc-dispatcher-selection-set): Allow callers to pass in an
3109 observer flag that says no buffer sync is required.
3110 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
3111 Use the observer flag.
3112
3113 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
3114
3115 * simple.el (start-file-process): Clarify docstring.
3116
3117 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
3118
3119 * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
3120 Remove stub implementations of, and references to, wash-log.
3121 * vc-rcs.el (vc-rcs-comment-history):
3122 * vc-cvs.el (vc-cvs-comment-history):
3123 Inline the code that used to be wash-log.
3124
3125 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
3126 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
3127 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
3128 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
3129 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
3130 (vc-rcs-print-log): Grok directories.
3131
3132 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3133
3134 * vc.el (vc-mark-resolved): Add `backend' argument.
3135 (vc-next-action): Pass it the backend.
3136 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
3137 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
3138 (vc-default-comment-history, vc-default-create-snapshot)
3139 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
3140 (vc-annotate-revision-previous-to-line)
3141 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
3142 * vc-svn.el (vc-svn-checkout):
3143 * vc-mcvs.el (vc-mcvs-checkout):
3144 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
3145 (vc-working-revision, vc-before-save, vc-mode-line):
3146 Prefer vc-call-backend to vc-call so as not to recompute the backend.
3147
3148 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
3149 state to be consistent since it's often an unwarranted restriction.
3150 Don't return the state either.
3151 (vc-next-action): Check that the state is consistent.
3152 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
3153 (vc-rollback, vc-update): Adapt to new return value of
3154 vc-deduce-fileset.
3155
3156 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
3157 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
3158 (vc-dispatcher-in-fileset-p): New fun.
3159 (vc-dispatcher-selection-set): Use it to properly handle directories.
3160
3161 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
3162
3163 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
3164 (vc-update): Remove unused let bindings.
3165
3166 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
3167
3168 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
3169 (vc-diff, vc-revert, vc-rollback, vc-update):
3170 * vc-dispatcher.el (vc-dispatcher-selection-set):
3171 Get rid of 4 special cases in fileset selection. This involved
3172 changing the return value of (vc-deduce-fileset) so that it passes
3173 back a deduced state as well as a deduced back end.
3174
3175 2008-05-08 Sam Steingold <sds@gnu.org>
3176
3177 * progmodes/compile.el (compilation-minor-mode-map)
3178 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
3179 * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
3180 to `compilation-minor-mode-map' (instead of an explicit `cons').
3181
3182 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
3183
3184 * org/org.el (org-modules, org-format-latex-options):
3185 * org/org-archive.el (org-archive-stamp-time)
3186 (org-archive-save-context-info):
3187 * org/org-faces.el (org-hide):
3188 * org/org-irc.el (org-irc-parse-link):
3189 * org/org-macs.el (org-call-with-arg, org-autoload):
3190 * org/org-mew.el (org-mew-store-link):
3191 * org/org-remember.el (org-remember-store-without-prompt)
3192 (org-remember-templates): Fix typos in docstrings.
3193
3194 * org/org-info.el (org-info-store-link): Remove leftover docstring.
3195
3196 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
3197 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
3198 (org-bbdb-anniv-split): Fix typos in docstrings.
3199
3200 * org/org-publish.el (org-publish-project-alist): Doc fixes.
3201 (org-publish-use-timestamps-flag): Reflow docstring.
3202 (org-publish-files-alist): Fix typos in docstring.
3203
3204 2008-05-07 Sam Steingold <sds@gnu.org>
3205
3206 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
3207 appears to be too aggressive with window removal.
3208
3209 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
3210
3211 * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
3212 as pragma keywords.
3213 (verilog-pretty-expr): Support lining up assignments which include
3214 part selects.
3215 (verilog-mode): More portable check for the availability of
3216 hideshow support.
3217 (verilog-do-indent): Remove special indent for declarations inside
3218 a parenthetical list. The code is ill-advised, and doesn't work
3219 given the new user defined types.
3220 (verilog-set-auto-endcomments): Enhance function automatic
3221 endcomment to support functions that return user defined types.
3222 (verilog-mode): Add code to tell which-function-mode minor mode
3223 that Verilog supports this feature.
3224
3225 2008-05-08 Eli Zaretskii <eliz@gnu.org>
3226
3227 * epa-file.el: Require epa-hook.
3228
3229 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
3230
3231 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
3232 file-names clashes on 8+3 filesystems. Provide epa-hook.
3233
3234 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
3235 file-names clashes on 8+3 filesystems.
3236
3237 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
3238
3239 * org/org.el (org-read-date-get-relative): Interpret lone
3240 weekday abbreviation as relative to today.
3241
3242 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
3243
3244 * abbrev.el (define-abbrev-table):
3245 * composite.el (toggle-auto-composition):
3246 * json.el (json-alist-p, json-plist-p):
3247 * minibuffer.el (completion-table-with-predicate):
3248 * ps-mule.el (ps-mule-external-libraries):
3249 * emacs-lisp/advice.el (ad-special-form-p):
3250 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3251 * eshell/em-smart.el (eshell-review-quick-commands):
3252 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
3253 (python-skip-out, python-check-comint-prompt):
3254 Don't use `iff' in docstrings.
3255
3256 * international/robin.el (robin-package-alist): Fix typo in docstring.
3257 (robin-current-package-name): Doc fix.
3258 (robin-activate): Don't use `iff' in docstring.
3259
3260 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
3261
3262 * vc.el, vc-dispatcher.el: VC-Dired support removed.
3263 The code uses a ewoc-based implementation now.
3264 * vc-hooks.el: Support for Meta-CVS has been removed.
3265
3266 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3267
3268 * tool-bar.el: Choose images dynamically.
3269 (tool-bar-make-keymap, tool-bar-find-image): New function.
3270 (tool-bar-find-image-cache): New var.
3271 (tool-bar-local-item, tool-bar-local-item-from-menu):
3272 Don't select the image yet, do it later in tool-bar-make-keymap.
3273
3274 2008-05-07 Andreas Schwab <schwab@suse.de>
3275
3276 * window.el: Require 'cl when compiling.
3277
3278 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3279
3280 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
3281
3282 2008-05-07 Glenn Morris <rgm@gnu.org>
3283
3284 * subr.el (ignore-errors): Move here from cl-macs.el.
3285 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
3286
3287 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
3288 oddness.
3289
3290 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
3291
3292 * vc-hooks.el (vc-find-file-hook):
3293 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
3294 further from vc.el.
3295 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
3296
3297 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
3298
3299 * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
3300 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
3301 (verilog-auto-inout, verilog-auto-inout-module)
3302 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
3303 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
3304 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
3305 (verilog-auto-sense-sigs, verilog-auto-tieoff)
3306 (verilog-auto-unused, verilog-auto-wire)
3307 (verilog-decls-get-assigns, verilog-decls-get-consts)
3308 (verilog-decls-get-gparams, verilog-decls-get-inouts)
3309 (verilog-decls-get-inputs, verilog-decls-get-outputs)
3310 (verilog-decls-get-ports, verilog-decls-get-regs)
3311 (verilog-decls-get-signals, verilog-decls-get-wires)
3312 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
3313 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
3314 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
3315 (verilog-inject-sense, verilog-library-filenames)
3316 (verilog-mode-release-date, verilog-mode-version)
3317 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
3318 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
3319 (verilog-modi-get-assigns, verilog-modi-get-consts)
3320 (verilog-modi-get-gparams, verilog-modi-get-inouts)
3321 (verilog-modi-get-inputs, verilog-modi-get-outputs)
3322 (verilog-modi-get-ports, verilog-modi-get-regs)
3323 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
3324 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
3325 (verilog-modi-get-wires, verilog-preserve-cache)
3326 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
3327 (verilog-read-sub-decls, verilog-read-sub-decls-line)
3328 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
3329 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
3330 Add caching of additional state, and rework signal extraction
3331 routines to improve AUTO expansion performance by 300%++.
3332
3333 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
3334
3335 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3336 Tweak Open Watcom regexp to distinguish between errors and warnings.
3337
3338 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3339
3340 * dired.el (dired-read-dir-and-switches): Fix up last change.
3341
3342 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
3343
3344 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
3345 out of this function, move it to vc-dispatcher-selection-set.
3346
3347 2008-05-05 Sam Steingold <sds@gnu.org>
3348
3349 * window.el (delete-other-windows-vertically): New function.
3350
3351 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3353 * dired.el (dired-read-dir-and-switches):
3354 Obey read-file-name-completion-ignore-case.
3355
3356 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
3357
3358 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3359 Add regexp for Open Watcom compiler output.
3360
3361 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
3362
3363 * progmodes/python.el (python-block-pairs): Align finally with except.
3364
3365 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3366
3367 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
3368
3369 2008-05-05 Tom Tromey <tromey@redhat.com>
3370
3371 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
3372 looking at conflict marker.
3373
3374 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3375
3376 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
3377 client-mode -> vc-client-object, and guess `funcall' was meant.
3378 (vc-dir-mode): Rename client-mode -> vc-client-mode.
3379
3380 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
3381
3382 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
3383 (dbus-debug): Move declarations outside eval-when-compile.
3384
3385 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3386
3387 * proced.el (proced-command-alist): Fix system-type values.
3388 Fix defcustom.
3389 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
3390 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
3391 (proced-sort-start, proced-sort, proced-sort-time): New commands.
3392 (proced-update): Use proced-sorting-scheme. Update modeline.
3393 (proced-send-signal): Use nreverse.
3394 (proced-sorting-scheme-p): New function.
3395
3396 2008-05-04 Andreas Schwab <schwab@suse.de>
3397
3398 * vc.el: Require dired when compiling.
3399
3400 * minibuffer.el (completion--insert-strings): Don't delete past bol.
3401
3402 2008-05-03 Glenn Morris <rgm@gnu.org>
3403
3404 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
3405 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
3406 Simplify compilation requirements.
3407 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
3408 declarations.
3409
3410 2008-05-03 Dave Love <fx@gnu.org>
3411
3412 * progmodes/python.el (python-beginning-of-statement):
3413 Loop at least once (fixes 2008-02-21 change).
3414
3415 2008-05-03 Eli Zaretskii <eliz@gnu.org>
3416
3417 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
3418 instead of `length' for comparing length of user and group names.
3419
3420 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
3421
3422 * vc-dispatcher.el: New file, separates out the UI and command
3423 execution machinery from VCS-specific logic left in vc.el.
3424 The separation is not yet completely clean, but it's a good start.
3425 * vc.el: This file is about 1700 lines shorter now.
3426 Remove obsolete logentry-check from the backend API.
3427 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
3428 implementation of the logentry-check method, and it guarded against
3429 a log length limit that has probably been obsolete for 15 years (!).
3430
3431 2008-05-02 Sam Steingold <sds@gnu.org>
3432
3433 * progmodes/compile.el (compilation-start): Move setting of
3434 compilation-directory after (funcall mode) as that resets local
3435 variables, this fixes recompile in grep buffers.
3436 * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
3437
3438 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
3439
3440 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
3441 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
3442 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
3443 has one of these and that all are called in compatible ways.
3444 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
3445 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
3446 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
3447 backend has one of these.
3448
3449 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3450
3451 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
3452 initialization into define-abbrev-table. Use :regexp.
3453 (octave-mode-syntax-table): Don't set word syntax for `.
3454
3455 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
3456 than only value.
3457
3458 * dired.el (dired-read-dir-and-switches):
3459 Set minibuffer-completing-file-name and call substitute-in-file-name.
3460 (dired-format-columns-of-files): Use completion--insert-strings.
3461
3462 * minibuffer.el (completion-hilit-commonality): Revert last change:
3463 the leftover code was actually useful.
3464 (completion--insert-strings): Use string-width rather than length.
3465
3466 2008-05-02 Sam Steingold <sds@gnu.org>
3467
3468 * vc.el (vc-dir-mode-map): Enable mouse bindings.
3469 (vc-at-event): New macro: run the body at the even location.
3470 (vc-dir-menu, vc-dir-toggle-mark): Use it.
3471 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
3472 * subr.el (mouse-event-p): Check if the event is mouse-related.
3473
3474 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
3475
3476 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
3477 Don't throw error if no file is found.
3478
3479 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
3480
3481 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
3482 (vc-default-state-heuristic): Doc fix.
3483
3484 2008-05-02 Richard Sharman <rsharman@pobox.com>
3485
3486 * hilit-chg.el (highlight-changes-mode): Remove references to
3487 hooks that no longer exist. Because define-minor-mode is used the
3488 hook highlight-changes-mode-hook exists and can do what both the
3489 old hooks used to do. The documentation at the top of the file
3490 was updated to demonstrate this.
3491 (highlight-changes-mode): Remove commented out call to a hook
3492 function that is no longer there.
3493 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
3494
3495 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
3496
3497 * vc.el (vc-default-dired-state-info): Change name of primitive
3498 to prettify-state-info, in preparation for ripping out dired mode.
3499 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
3500 to prettify-state-info, in preparation for ripping out dired mode.
3501 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
3502 tries this on a version-controlled buffer. It will do useless or
3503 actively bad things on any version control system newer than RCS.
3504 * vc-hooks.el (vc-dired-resynch-file):
3505 * vc.el (vc-dired-resynch-file): Change name of primitive to
3506 vc-directory-resynch-file, preparing to remove dired.
3507
3508 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3509
3510 * vc-rcs.el (vc-rcs-state): Fix typos.
3511
3512 * vc.el (vc-register): Change argument order so that the prefix
3513 argument is assigned correctly.
3514 (vc-next-action, vc-dir-register): Update for the above change.
3515
3516 2008-05-01 Juri Linkov <juri@jurta.org>
3517
3518 * replace.el (occur-read-primary-args): Set default to the car of
3519 regexp-history and display it in the prompt, but don't add to the
3520 list of minibuffer defaults. Bind history-add-new-input to nil to
3521 not add automatically `default'. For empty input return `default'.
3522 Otherwise, add `input' to regexp-history and return it.
3523 (occur-1): Signal an error for the empty regexp.
3524
3525 * progmodes/compile.el (compilation-auto-jump):
3526 Set window point to `pos' explicitly.
3527
3528 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
3529
3530 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
3531 when appropriate.
3532 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
3533 we report the 'unregistered state reliably.
3534 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
3535 we report the 'unregistered state reliably.
3536 * vc-git.el (vc-git-state): Call vc-git-unregistered so
3537 we report the 'unregistered state reliably.
3538 * vc-hooks (vc-state): Document that vc-unregistered is
3539 now expected to be returned reliably.
3540 * vc.el (vc-default-dired-state): Change needs-patch state to
3541 needs-update, since the name now shows up in dir-status listings
3542 and was somewhat misleading.
3543 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
3544 immediately after removing the file.
3545 * vc.el (vc-next-action): More informative messages when a fileset
3546 is in a mixed state or files are missing.
3547
3548 2008-05-01 Sam Steingold <sds@gnu.org>
3549
3550 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
3551
3552 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3553
3554 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
3555
3556 2008-05-01 Daiki Ueno <ueno@unixuser.org>
3557
3558 * epa-file-hook.el: New file split from epa-file.el.
3559 * epa-file.el: Require 'epa-file-hook.
3560 (epa-file-handler): Add autoload cookie.
3561 * loadup.el: Load epa-file-hook.
3562 * startup.el (command-line): Eval the body of auto-encryption-mode.
3563
3564 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3565
3566 * vc.el (vc-dir-mode-map): Don't bind "r".
3567
3568 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
3569 (vc-hg-status-printer): New function.
3570 (vc-hg-after-dir-status): Deal with copied and renamed files.
3571 (vc-hg-dir-status): Add flag to show copied files.
3572
3573 2008-05-01 John Paul Wallington <jpw@pobox.com>
3574
3575 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
3576 (ibuffer-do-sort-by-recency): Reverse sorting order if last
3577 sorting mode was recency.
3578
3579 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
3580 reverse sorting order if last sorting mode was the sorter's.
3581
3582 2008-05-01 Jason Rumney <jasonr@gnu.org>
3583
3584 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
3585
3586 2008-04-30 John Paul Wallington <jpw@pobox.com>
3587
3588 * ibuffer.el (define-ibuffer-column filename): When the major mode
3589 is `vc-dir-mode' show the buffer's default directory.
3590
3591 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
3592 major mode is `vc-dir-mode' use the buffer's default directory.
3593
3594 2008-04-30 Sam Steingold <sds@gnu.org>
3595
3596 * vc.el (vc-dir-delete-file): Add.
3597 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
3598 (vc-delete-file): Do not barf when the file has been already deleted.
3599
3600 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
3601
3602 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
3603
3604 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
3605
3606 * progmodes/octave-mod.el (octave-help): New function.
3607 * progmodes/octave-hlp.el: Delete.
3608 * info-look.el (octave-mode): Add operator index.
3609
3610 * vc.el (vc-checkout): Typo.
3611
3612 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
3613
3614 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
3615 Add "..." in the appropriate places.
3616
3617 * epa.el (epa-key-list-mode-map): Add more menu entries.
3618 Add "..." in the appropriate places.
3619
3620 * dired.el (dired-mode-map): Add :help.
3621
3622 * vc.el (vc-deduce-fileset): Add new parameter.
3623 (vc-dir-marked-only-files): New function.
3624 (vc-next-action): Don't ignore directories, look at the files
3625 inside them.
3626 (vc-dir-mode): Document how the mark/unmark commands work.
3627
3628 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
3629
3630 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3631 Rule out trailing spaces in file and directory names as well.
3632
3633 * minibuffer.el (completion--do-completion): Move point even if the
3634 completion makes no change.
3635 (completion-pcm-try-completion): Fix computation of new point.
3636
3637 2008-04-30 David Hansen <david.hansen@gmx.net>
3638
3639 * dired.el: Require 'cl.
3640
3641 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
3642
3643 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
3644 hollow if not in innermost frame.
3645
3646 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3647
3648 Make `checkout-model' apply to filesets.
3649 * vc-hooks.el (vc-checkout-model): Rewrite.
3650 (vc-before-save, vc-after-save): Adjust callers accordingly.
3651 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
3652 (vc-transfer-file): Adjust callers accordingly.
3653 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
3654 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
3655 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
3656 instead of vc-checkout-model.
3657 * vc-mcvs.el (vc-mcvs-revert):
3658 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
3659 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
3660 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
3661 * vc-svn.el (vc-svn-checkout-model):
3662 * vc-hg.el (vc-hg-checkout-model):
3663 * vc-git.el (vc-git-checkout-model):
3664 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
3665
3666 * dired.el (dired-read-dir-and-switches): Replace last change with
3667 a new approach that mixes read-file-name and read-directory-name.
3668
3669 * files.el (read-buffer-to-switch):
3670 Avoid making assumptions about `other-buffer'.
3671
3672 2008-04-29 Sam Steingold <sds@gnu.org>
3673
3674 * vc.el (vc-dir-mode-hook): Add normal hook.
3675 (vc-dir-mode): Run it.
3676
3677 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
3678
3679 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
3680 Always split windows.
3681 (gdb-speedbar-timer-fn): Only raise frame after user input.
3682 (gdb-same-frame): Reverse initial value.
3683 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
3684
3685 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
3686 gdb-speedbar-timer-fn.
3687
3688 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
3691
3692 2008-04-29 Daiki Ueno <ueno@unixuser.org>
3693
3694 * epa.el (epa-key-list-mode-map): Add menu.
3695 (epa-delete-keys, epa-import-keys): Fix typo.
3696
3697 2008-04-29 Glenn Morris <rgm@gnu.org>
3698
3699 * find-cmd.el (top-level): Does not need cl when compiling.
3700
3701 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
3702
3703 * find-cmd.el: New file.
3704
3705 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3706
3707 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
3708 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
3709 (completion-pcm--hilit-commonality): New function.
3710 (completion-pcm-all-completions): Use it.
3711
3712 * minibuffer.el (completion-common-substring): Mark obsolete.
3713 (completions-first-difference, completions-common-part):
3714 Move from simple.el.
3715 (completion-hilit-commonality): New fun.
3716 (display-completion-list, completion-emacs21-all-completions)
3717 (completion-emacs22-all-completions): Use it.
3718 * simple.el (completions-first-difference, completions-common-part):
3719 Move to minibuffer.el.
3720 (choose-completion-string): Use field functions and minibufferp.
3721 (completion-setup-function): Don't set completions faces.
3722
3723 2008-04-29 Glenn Morris <rgm@gnu.org>
3724
3725 * calendar/calendar.el (calendar-nth-named-absday)
3726 (calendar-nth-named-day):
3727 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
3728 * calendar/holidays.el (holiday-float): Doc fixes.
3729
3730 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
3731 the `full' case.
3732
3733 * org/org-agenda.el (calendar-iso-from-absolute):
3734 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
3735 Fix declarations.
3736
3737 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
3738
3739 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
3740 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
3741 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
3742 (gdb-assembler-custom): Be careful not to match other addresses.
3743
3744 2008-04-29 Jason Rumney <jasonr@gnu.org>
3745
3746 * battery.el (battery-status-function): Use w32-battery-status
3747 on Windows.
3748 (battery-echo-area-format): Make apm format the general case.
3749 (battery-mode-line-format): Merge apm and pmset formats as the
3750 general case.
3751
3752 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
3753
3754 * progmodes/gdb-ui.el (gdb-info-stack-custom):
3755 Use gud-tool-bar-item-visible-no-fringe.
3756 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
3757 is already visible in frame. Remove optional size parameter
3758 and add optional frame parameter.
3759
3760 * progmodes/gud.el (gud-display-line): Only consider visible
3761 frames when looking for source buffer.
3762
3763 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
3764
3765 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
3766 argument to get-char-property, in case the current buffer hasn't
3767 been assigned to that window yet.
3768 (doc-view-display): Default to selected window if the current
3769 buffer hasn't been assigned to a window yet.
3770
3771 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
3772
3773 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
3774
3775 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
3776
3777 * net/tramp.el (tramp-mode): New defcustom.
3778 (tramp-file-name-handler, tramp-completion-file-name-handler):
3779 Use it.
3780 (tramp-replace-environment-variables): Handle "$$".
3781
3782 2008-04-28 Sam Steingold <sds@gnu.org>
3783
3784 * vc-hg.el (vc-hg-rename-file): Fix argument order.
3785
3786 2008-04-28 Bastien Guerry <bzg@altern.org>
3787
3788 * whitespace.el (whitespace-trailing): Fix typo.
3789
3790 2008-04-28 Sam Steingold <sds@gnu.org>
3791
3792 * textmodes/remember.el (diary-make-entry): Update the autoload.
3793
3794 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3795
3796 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
3797 all-completions.
3798
3799 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
3800
3801 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
3802
3803 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
3804
3805 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
3806 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
3807 (vc-dir-mark-file): Add an optional argument.
3808 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
3809
3810 2008-04-27 Daiki Ueno <ueno@unixuser.org>
3811
3812 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
3813 rather than obsolete alias find-file-hooks.
3814 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
3815 Use find-file-hook rather than obsolete alias find-file-hooks.
3816 Add to find-file-not-found-functions.
3817 (epa-file-handler): Put 'safe-magic and 'operations properties.
3818
3819 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
3820 (epa-menu-items): Remove.
3821
3822 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
3823 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
3824 (epa-dired-mode, epa-global-dired-mode): Remove.
3825
3826 * dired.el (dired-mode-map): Bind encryption/decryption commands.
3827
3828 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
3829
3830 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
3831
3832 2008-04-27 Glenn Morris <rgm@gnu.org>
3833
3834 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
3835 Remove un-needed local `orig-list'. Replace cl `copy-list'.
3836
3837 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
3838
3839 * org/org.el (org-html-level-start): Always have id's in HTML.
3840 (org-export-as-html): Use `org-link-protocols' to
3841 retrieve the export form of the link.
3842 (org-add-link-type): Final parameter renamed from PUBLISH.
3843 Better documentation of how it is to be used. Avoid double entries for
3844 the same link type.
3845 (org-add-link-props): New function.
3846 (org-modules-loaded): New variable.
3847 (org-load-modules-maybe, org-set-modules): New function.
3848 (org-modules): New option.
3849 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
3850 (orgtbl-mode, org-store-link, org-insert-link-global)
3851 (org-open-at-point): Call `org-load-modules-maybe'.
3852 (org-search-view): Add more text properties.
3853 (org-agenda-schedule, org-agenda-deadline): Allow also in
3854 search-type agendas.
3855 (org-search-view): Order of arguments has been changed.
3856 Interpret prefix-arg as TODO-ONLY.
3857 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
3858 Take new argument order of `org-search-view' into account.
3859 (org-todo-only): New variable.
3860 (org-search-syntax-table): New variable and function.
3861 (org-search-view): Do the search with the special syntax table.
3862 (define-obsolete-function-alias): Make work with XEmacs.
3863 (org-add-planning-info): Use old date as default when modifying an
3864 existing deadline or scheduled item.
3865 (org-agenda-compute-time-span): Make argument N optional.
3866 (org-agenda-format-date-aligned): Require `cal-iso'.
3867 (org-agenda-list): Include week into agenda heading, don't
3868 list it at each date (only on Mondays).
3869 (org-read-date-analyze): Define local variable `iso-date'.
3870 (org-agenda-format-date-aligned): Remove dependency on
3871 `calendar-time-from-absolute'.
3872 (org-remember-apply-template, org-go-to-remember-target):
3873 Interpret filenames relative to `org-directory'.
3874 (org-complete): Silently fail when trying to complete
3875 keywords that don't have a default value.
3876 (org-get-current-options): Add a #+DATE: option.
3877 (org-additional-option-like-keywords): Remove "DATE:" from the
3878 list of additional keywords.
3879 (org-export-as-html): Remove (current-time) as unnecessary second
3880 argument of `format-time-string'.
3881 (org-clock-find-position): Handle special case at end of buffer.
3882 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
3883 `org-agenda-change-time-span'.
3884 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
3885 `org-agenda-change-time-span'.
3886 (org-agenda-month-view): New argument MONTH, pass it on to
3887 `org-agenda-change-time-span'.
3888 (org-agenda-year-view): New argument YEAR, pass it on to
3889 `org-agenda-change-time-span'.
3890 (org-agenda-change-time-span): New optional argument N, pass it on
3891 to `org-agenda-compute-time-span'.
3892 (org-agenda-compute-time-span): New argument N, interpret it by
3893 changing the starting day.
3894 (org-small-year-to-year): New function.
3895 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
3896 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
3897 into the future, and that the shift is at least one interval, never 0.
3898 (org-update-checkbox-count): Fix bug with checkbox counting.
3899 (org-add-note): New command.
3900 (org-add-log-setup): Rename from `org-add-log-maybe'.
3901 (org-log-note-headings): New entry for plain notes (i.e. notes not
3902 related to state changes or clocking).
3903 (org-get-org-file): Check for availability of `remember-data-file'.
3904 (org-cached-entry-get): Allow a regexp value for
3905 `org-use-property-inheritance'.
3906 (org-use-property-inheritance): Allow regexp value. Fix bug in
3907 customization type.
3908 (org-use-tag-inheritance): Allow a list and a regexp value for
3909 this variable.
3910 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
3911 (org-entry-get): Respect value `selective' for the INHERIT argument.
3912 (org-tag-inherit-p, org-property-inherit-p): New functions.
3913 (org-agenda-format-date-aligned): Allow 10 characters for
3914 weekday, to acomodate German locale.
3915 (org-add-archive-files): New function.
3916 (org-agenda-files): New argument `ext', to get archive files as well.
3917 (org-tbl-menu): Protect the use of variables that
3918 are only available when org-table.el gets loaded.
3919 (org-read-agenda-file-list): Error if `org-agenda-files' is a
3920 single directory.
3921 (org-open-file): Allow a batch process to trigger
3922 waiting after executing a system command.
3923 (org-store-link): Link to headline when there is not
3924 target and no region in an org-mode buffer when creating a link.
3925 (org-link-types-re): New variable.
3926 (org-make-link-regexps): Compute `org-link-types-re'.
3927 (org-make-link-description-function): New option.
3928 (org-agenda-date, org-agenda-date-weekend): New faces.
3929 (org-archive-sibling-heading): New option.
3930 (org-archive-to-archive-sibling): New function.
3931 (org-iswitchb): New command.
3932 (org-buffer-list): New function.
3933 (org-agenda-columns): Also try the #+COLUMNS line in
3934 the buffer associated with the entry at point (or with the first
3935 entry in the agenda view).
3936 (org-modules): Add entry for org-bibtex.el.
3937 (org-completion-fallback-command): Move into `org-completion' group.
3938 (org-clock-heading-function): Move to `org-progress' group.
3939 (org-auto-repeat-maybe): Make sure that a note can
3940 be enforces if `org-log-repeat' is `note'.
3941 (org-modules): Allow additional symbols for external packages.
3942 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
3943 (org-clock-goto): Hide drawers after showing an
3944 entry with `org-clock-goto'.
3945 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
3946 Try also a clocktable block shift.
3947 (org-clocktable-try-shift): New function.
3948 (org-columns-hscoll-title): New function.
3949 (org-columns-previous-hscroll): New variable.
3950 (org-columns-full-header-line-format): New variable.
3951 (org-columns-display-here-title, org-columns-remove-overlays):
3952 Install `org-columns-hscoll-title' in post-command-hook.
3953
3954 * org/org.el: Split into many small files.
3955
3956 * org/org-agenda.el: New file, split off from org.el.
3957
3958 * org/org-archive.el: New file, split off from org.el.
3959
3960 * org/org-bbdb.el: New file.
3961
3962 * org/org-bibtex.el: New file, split off from org.el.
3963
3964 * org/org-clock.el: New file, split off from org.el.
3965
3966 * org/org-colview.el: New file, split off from org.el.
3967
3968 * org/org-compat.el: New file, split off from org.el.
3969
3970 * org/org-exp.el: New file, split off from org.el.
3971
3972 * org/org-faces.el: New file, split off from org.el.
3973
3974 * org/org-gnus.el: New file, split off from org.el.
3975
3976 * org/org-info.el: New file, split off from org.el.
3977
3978 * org/org-infojs.el: New file.
3979
3980 * org/org-irc.el: New file.
3981
3982 * org/org-macs.el: New file, split off from org.el.
3983
3984 * org/org-mew.el: New file.
3985
3986 * org/org-mhe.el: New file, split off from org.el.
3987
3988 * org/org-publish.el: New file, split off from org.el.
3989
3990 * org/org-remember.el: New file, split off from org.el.
3991
3992 * org/org-rmail.el: New file, split off from org.el.
3993
3994 * org/org-table.el: New file, split off from org.el.
3995
3996 * org/org-vm.el: New file, split off from org.el.
3997
3998 * org/org-wl.el: New file, split off from org.el.
3999
4000 2008-04-27 Jason Riedy <jason@acm.org>
4001
4002 * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
4003 parameter that supresses lines that evaluate to NIL.
4004 (orgtbl-get-fmt): New inline function for
4005 picking apart formats that may be lists.
4006 (orgtbl-apply-fmt): New inline function for applying formats that
4007 may be functions.
4008 (orgtbl-eval-str): New inline function for strings that may be
4009 functions.
4010 (orgtbl-format-line, orgtbl-to-generic): Use and document.
4011 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
4012 (*orgtbl-llfmt*, *orgtbl-llstart*)
4013 (*orgtbl-llend*): Dynamic variables for last-line formatting.
4014 (orgtbl-format-section): Shift formatting to support detecting the
4015 last line and formatting it specially.
4016 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
4017 formats unless overridden.
4018 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
4019 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
4020 bound variables to hold the input collection of lines and output
4021 formatted text.
4022 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
4023 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
4024 format parameters.
4025 (orgtbl-format-line): New function encapsulating formatting for a
4026 single line.
4027 (orgtbl-format-section): Similar for each section. Rebinding the
4028 dynamic vars customizes the formatting for each section.
4029 (orgtbl-to-generic): Use orgtbl-format-line and
4030 orgtbl-format-section.
4031 (org-get-param): Now unused, so delete.
4032 (orgtbl-gather-send-defs): New function to
4033 gather all the SEND definitions before a table.
4034 (orgtbl-send-replace-tbl): New function to find the RECEIVE
4035 corresponding to the current name.
4036 (orgtbl-send-table): Use the previous two functions and implement
4037 multiple destinations for each table.
4038
4039 * doc/org.texi (A LaTeX example): Note that fmt may be a
4040 one-argument function, and efmt may be a two-argument function.
4041 (Radio tables): Document multiple destinations.
4042
4043 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
4044
4045 * org/org-agenda.el (org-add-to-diary-list): New function.
4046 (org-prefix-has-effort): New variable.
4047 (org-sort-agenda-noeffort-is-high): New option.
4048 (org-agenda-columns-show-summaries)
4049 (org-agenda-columns-compute-summary-properties): New options.
4050 (org-format-agenda-item): Compute the duration of the item.
4051 (org-agenda-weekend-days): New variable.
4052 (org-agenda-list, org-timeline): Use the proper faces for dates in
4053 the agenda and timeline buffers.
4054 (org-agenda-archive-to-archive-sibling): New command.
4055 (org-agenda-start-with-clockreport-mode): New option.
4056 (org-agenda-clockreport-parameter-plist): New option.
4057 (org-agenda-clocktable-mode): New variable.
4058 (org-agenda-deadline-leaders): Allow a function value for the
4059 deadline leader.
4060 (org-agenda-get-deadlines): Deal with new function value.
4061
4062 * lisp/org-clock.el (org-clock): New customization group.
4063 (org-clock-into-drawer, org-clock-out-when-done)
4064 (org-clock-in-switch-to-state, org-clock-heading-function):
4065 Move into the new group.
4066 (org-clock-out-remove-zero-time-clocks): New option.
4067 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
4068 (org-dblock-write:clocktable): Allow a Lisp form for the scope
4069 parameter.
4070 (org-dblock-write:clocktable): Fix bug with total time calculation.
4071 (org-dblock-write:clocktable): Request the unrestricted list of files.
4072 (org-get-clocktable): New function.
4073 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
4074 be strings but also integers (an absolute day number) and lists (m d y).
4075
4076 * org/org-colview.el (org-columns-next-allowed-value)
4077 (org-columns-edit-value): Limit the effort for updating in the
4078 agenda to recomputing a single file.
4079 (org-columns-compute): Only write property value if it has changed.
4080 This avoids raising the buffer-change-flag unnecessarily.
4081 (org-agenda-colview-summarize)
4082 (org-agenda-colview-compute): New functions.
4083 (org-agenda-columns): Call `org-agenda-colview-summarize'.
4084
4085 * org/org-exp.el (org-export-run-in-background): New option.
4086 (org-export-icalendar): Allow a batch process to trigger waiting
4087 after executing a system command.
4088 (org-export-preprocess-string): Rename from
4089 `org-cleaned-string-for-export'.
4090 (org-export-html-style): Made target class look like normal text.
4091 (org-export-as-html): Make use of the better proprocessing in
4092 `org-cleaned-string-for-export'.
4093 (org-cleaned-string-for-export): Better treatment of heuristic
4094 targets, many more internal links will now work in HTML export.
4095 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
4096 (org-export-inbuffer-options-extra): New variable.
4097 (org-export-options-filters): New hook.
4098 (org-infile-export-plist): Find also the settings keywords in
4099 `org-export-inbuffer-options-extra'.
4100 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
4101 multiple #+INFOJS_OPT lines.
4102 (org-export-html-handle-js-options): New function.
4103 (org-export-html-infojs-setup): New option.
4104 (org-export-as-html): Call `org-export-html-handle-js-options'.
4105 Add autoload to all entry points.
4106 (org-skip-comments): Function removed.
4107
4108 * org/org-table.el (org-table-make-reference): Extra parenthesis
4109 around single fields, to make sure that algebraic formulas get
4110 correctly interpreted by calc.
4111 (org-table-current-column): No longer interactive.
4112
4113 * org/org-export-latex.el (org-export-latex-preprocess):
4114 Rename from `org-export-latex-cleaned-string'.
4115
4116 2008-04-27 Bastien Guerry <bzg@altern.org>
4117
4118 * org/org-publish.el (org-publish-get-base-files-1): New function.
4119 (org-publish-get-base-files): Use it.
4120 (org-publish-temp-files): New variable.
4121 Don't require 'dired-aux anymore.
4122 (org-publish-initial-buffer): New variable.
4123 (org-publish-org-to, org-publish): Use it.
4124 (org-publish-get-base-files-1): Bug fix: get
4125 the proper list of files when recursing thru a directory.
4126 (org-publish-get-base-files): Use the :exclude property to skip
4127 both files and directories.
4128
4129 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
4130
4131 * net/tramp.el (tramp-handle-make-symbolic-link)
4132 (tramp-handle-file-name-directory)
4133 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
4134 (tramp-do-copy-or-rename-file-directly)
4135 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
4136 (tramp-handle-substitute-in-file-name)
4137 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4138 * net/tramp-cache.el (tramp-get-file-property)
4139 (tramp-set-file-property, tramp-flush-file-property)
4140 (tramp-flush-directory-property)
4141 * net/tramp-compat.el (tramp-compat-make-temp-file)
4142 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
4143 Disable `file-name-handler-alist' when handling localname.
4144 It could have a remote file syntax, like a VMS file name.
4145
4146 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4147
4148 * whitespace.el: New version 11.1.
4149 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
4150 enclosed by \\( and \\)$. Docstring fix.
4151 (whitespace-trailing-regexp): Fun removed.
4152 (whitespace-report-list): Const initialization fix.
4153 (whitespace-color-on): Code fix.
4154
4155 2008-04-27 Andreas Schwab <schwab@suse.de>
4156
4157 * Makefile.el: Unbreak bootstrap.
4158
4159 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
4160
4161 * net/tramp.el (tramp-replace-environment-variables): New defun.
4162 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
4163 Use it.
4164
4165 2008-04-27 Glenn Morris <rgm@gnu.org>
4166
4167 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
4168
4169 * calculator.el (calculator-expt): Replace cl function `oddp'.
4170
4171 2008-04-27 Johan Bockgård <bojohan@gnu.org>
4172
4173 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
4174 Simplify. Collect `defun' and `autoload' entries.
4175 Avoid modifying load-history.
4176
4177 2008-04-26 Glenn Morris <rgm@gnu.org>
4178
4179 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
4180
4181 * simple.el (quoted-insert, zap-to-char): Revert previous change.
4182
4183 2008-04-26 John Paul Wallington <jpw@pobox.com>
4184
4185 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
4186 `hexl-mode-old-eldoc-documentation-function'.
4187 (hexl-mode-exit): Restore it.
4188 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
4189
4190 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
4191
4192 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
4193
4194 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
4195 (completion-pcm--all-completions): Doc fix.
4196 (completion-styles-alist, completion-all-completions):
4197 Fix typos in docstrings.
4198
4199 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4200
4201 * whitespace.el: There is now only one variable (whitespace-style) to
4202 specify which kind of blank is visualized. Doc and docstring fix.
4203 New version 11.0.
4204 (whitespace-style): New option, replace whitespace-style-mark and
4205 whitespace-style-color.
4206 (whitespace-style-mark, whitespace-style-color): Options removed.
4207 (whitespace-hspace, whitespace-tab, whitespace-newline)
4208 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
4209 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
4210 (whitespace-hspace-regexp, whitespace-space-regexp)
4211 (whitespace-tab-regexp, whitespace-trailing-regexp)
4212 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
4213 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
4214 (whitespace-space-after-tab-regexp, whitespace-line-column)
4215 (whitespace-display-mappings, whitespace-report): Docstring fix.
4216 (whitespace-color-value-list, whitespace-mark-value-list)
4217 (whitespace-active-color, whitespace-active-mark)
4218 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
4219 (whitespace-style-value-list, whitespace-active-style)
4220 (whitespace-toggle-style): New vars.
4221 (whitespace-toggle-option-alist, whitespace-help-text):
4222 Var initialization and docstring fix.
4223 (whitespace-toggle-options, global-whitespace-toggle-options)
4224 (whitespace-cleanup, whitespace-cleanup-region)
4225 (whitespace-report-region, whitespace-interactive-char)
4226 (whitespace-toggle-list): Docstring and code fix.
4227 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
4228 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
4229 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
4230 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
4231
4232 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4233
4234 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
4235 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
4236 (diff-sanity-check-hunk): Adjust code accordingly.
4237
4238 2008-04-26 Glenn Morris <rgm@gnu.org>
4239
4240 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
4241
4242 * forms-d2.dat: Move to ../etc.
4243 * forms-d2.el (forms-file): Adapt for above change.
4244
4245 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
4246 `translation-table-for-input'.
4247
4248 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
4249 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
4250
4251 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
4252 to punctuation now it's not needed for abbrevs.
4253 (fortran-mode-abbrev-table): Remove defvar, make use of new
4254 define-abbrev-table :regexp feature.
4255
4256 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
4257 insert, now that translation-table-for-input is not needed.
4258
4259 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
4260
4261 * emacs-lisp/pp.el (pp-display-expression): New function,
4262 extracted from pp-eval-expression.
4263 (pp-eval-expression): Use pp-display-expression.
4264 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
4265 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
4266 (pp-eval-last-sexp): Use pp-last-sexp.
4267
4268 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4269
4270 * abbrev.el (define-abbrev-table): Apply props even if the table
4271 exists already.
4272
4273 * minibuffer.el (completion-table-with-context): Fix `pred' for the
4274 various kinds of completion tables.
4275 (completion-emacs22-try-completion): Place cursor after the /, as was
4276 done in Emacs-22's minibuffer-complete-word.
4277 Fix bug reported by David Hansen <david.hansen@gmx.net>.
4278 (completion-emacs22-try-completion): Merge all mergable text rather
4279 than just /.
4280 (completion-pcm--delim-wild-regex): New var.
4281 (completion-pcm-word-delimiters): New custom.
4282 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
4283 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
4284 (completion-pcm--all-completions, completion-pcm-all-completions)
4285 (completion-pcm--merge-completions, completion-pcm--pattern->string)
4286 (completion-pcm-try-completion): New functions.
4287 (completion-styles-alist): Add them.
4288 (completion-styles): Add it to the default.
4289
4290 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
4291
4292 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
4293 (gdb-var-create-handler): ...until here when there are values.
4294 (gdb-post-prompt): Don't do -var-update with no watch expressions.
4295 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
4296
4297 2008-04-25 Eli Zaretskii <eliz@gnu.org>
4298
4299 * ls-lisp.el (ls-lisp-format): Fix last change.
4300 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
4301 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
4302 (ls-lisp-filesize-f-fmt): New defvars.
4303 (ls-lisp-insert-directory): Dynamically compute format specifiers
4304 for displaying UID, GID, and file size, and store them in the
4305 above variables.
4306 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
4307 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
4308 instead of constant format strings.
4309 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
4310 ls-lisp-filesize-d-fmt instead of constant format strings.
4311
4312 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
4313
4314 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
4315 value of addresses rather than (partial) string value.
4316 (gdb-frame-handler): Change regexp according to above change.
4317 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
4318 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
4319 (gdb-assembler-mode): Disable undo in these buffers.
4320
4321 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
4322
4323 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
4324 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
4325
4326 2008-04-24 Sam Steingold <sds@gnu.org>
4327
4328 * textmodes/remember.el (remember-diary-extract-entries): Use
4329 diary-make-entry instead of the obsolete make-diary-entry.
4330
4331 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4332
4333 * subr.el (translation-table-for-input): Mark as obsolete.
4334
4335 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
4336
4337 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
4338
4339 * textmodes/ispell.el (ispell-dictionary-alist-1)
4340 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
4341 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
4342 (ispell-dictionary-alist-6): Remove.
4343 (ispell-dictionary-base-alist): New var, merges the above.
4344 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
4345 Use it.
4346 (ispell-dictionary-alist): Default to nil. Remove autoload.
4347 (ispell-local-dictionary-alist): Remove autoload.
4348
4349 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
4350 (f90-mode-abbrev-table): Use the new :regexp feature.
4351 Merge defvar and mapc into define-abbrev-table.
4352 (f90-imenu-type-matcher): Remove unused `l'.
4353 (f90-imenu-generic-expression): Remove unused `not-ib'.
4354 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
4355 (f90-change-keywords): Use restore-buffer-modified-p.
4356
4357 2008-04-24 Glenn Morris <rgm@gnu.org>
4358
4359 * net/goto-addr.el (goto-address-prog-mode):
4360 * progmodes/bug-reference.el (bug-reference-prog-mode):
4361 Define for compiler.
4362
4363 * minibuffer.el (x-file-dialog): Declare as function.
4364
4365 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
4366 dframe-update-speed rather than obsolete alias speedbar-update-speed.
4367
4368 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
4369 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
4370 work with easymenu. Add :keys where needed.
4371
4372 * calendar/cal-move.el (calendar-scroll-left): Handle case when
4373 event-start is nil.
4374
4375 * calendar/calendar.el (calendar-mode-map): Fix typo.
4376
4377 2008-04-24 Tom Tromey <tromey@redhat.com>
4378
4379 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4380 Document keywords. Add :suppress.
4381 * pcvs-defs.el (cvs-mode-map): Use :suppress.
4382
4383 * net/goto-addr.el (goto-address-unfontify): New function.
4384 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
4385 (goto-address-fontify-region, goto-address-mode)
4386 (goto-address-prog-mode): New functions.
4387
4388 * progmodes/bug-reference.el: New file.
4389
4390 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4391
4392 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
4393
4394 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4395
4396 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
4397 macros within lambdas.
4398
4399 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4400
4401 * minibuffer.el (completion-try-completion): Add `point' argument.
4402 Change return value.
4403 (completion-all-completions): Add `point' argument.
4404 (minibuffer-completion-help): Pass the new `point' argument.
4405 (completion--do-completion): Pass the whole field to try-completion.
4406 (completion--try-word-completion): Rewrite, making fewer assumptions.
4407 (completion-emacs21-try-completion, completion-emacs21-all-completions)
4408 (completion-emacs22-try-completion, completion-emacs22-all-completions)
4409 (completion-basic-try-completion, completion-basic-all-completions):
4410 New functions.
4411 (completion-styles-alist): Use them.
4412
4413 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
4414
4415 * ispell.el (ispell-set-spellchecker-params): New function to make sure
4416 right params and dictionary alists are used after spellchecker changes.
4417 (ispell-aspell-dictionary-alist, ispell-last-program-name)
4418 (ispell-initialize-spellchecker-hook): New variables and hook.
4419 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
4420 (ispell-maybe-find-aspell-dictionaries): Remove.
4421 Calls replaced by (ispell-set-spellchecker-params) calls.
4422 (ispell-have-aspell-dictionaries): Remove.
4423 * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
4424 ispell-set-spellchecker-params.
4425
4426 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4427
4428 * complete.el (PC-do-completion): Be more robust in the presence of
4429 unexpected values in minibuffer-completion-predicate.
4430
4431 * minibuffer.el (read-file-name): Don't let-bind default-directory.
4432 Only abbreviate default-filename if it's a file.
4433
4434 * minibuffer.el (read-file-name-function, read-file-name-predicate)
4435 (read-file-name-completion-ignore-case, insert-default-directory):
4436 New vars, moved from fileio.c.
4437 (read-file-name): New fun, moved from fileio.c.
4438 * cus-start.el: Remove insert-default-directory and
4439 read-file-name-completion-ignore-case.
4440
4441 2008-04-23 Magnus Henoch <mange@freemail.hu>
4442
4443 * tar-mode.el (tar-untar-buffer): If the entry has directory
4444 link type, extract it as a directory even if its file name doesn't
4445 end with a slash. Fixes extraction of NetBSD tar archives.
4446
4447 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4448
4449 * server.el (server-start): Also don't get confused by CRs since we
4450 don't quote them.
4451
4452 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
4453
4454 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
4455 (gdb-set-gud-minor-mode-existing-buffers)
4456 (gdb-info-breakpoints-custom, gdb-get-location)
4457 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
4458 Previously gdb-create-define-alist wasn't always run and added to
4459 after-save-hook.
4460
4461 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
4462
4463 2008-04-23 Kevin Ryde <user42@zip.com.au>
4464
4465 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
4466 comments like unindented ones.
4467
4468 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4469
4470 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
4471 parameter origins.
4472
4473 2008-04-23 Kevin Ryde <user42@zip.com.au>
4474
4475 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4476 Bind print-level to ensure output forms aren't truncated if
4477 print-level is set to eval-expression-print-level when going via
4478 eval-defun and friends, or has been otherwise fiddled with.
4479
4480 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4481
4482 * progmodes/cc-mode.el (c-basic-common-init): Don't set
4483 font-lock-extend-after-change-region-function globally.
4484
4485 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
4486
4487 * speedbar.el (speedbar-use-tool-tips-flag)
4488 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
4489 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
4490 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
4491 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
4492 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
4493 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
4494 (speedbar-separator-face): Fix typos in docstrings.
4495 (speedbar-stealthy-function-list, speedbar-verbosity-level)
4496 (speedbar-supported-extension-expressions, speedbar-update-current-file)
4497 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
4498 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
4499 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
4500 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
4501 (speedbar-check-vc-this-line, speedbar-files-line-directory)
4502 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
4503 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
4504 (speedbar-recenter): Doc fixes.
4505 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
4506 declaration and remove redundant info in docstring.
4507
4508 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4509
4510 * vc-git.el (vc-git-status-printer): Deal with directories.
4511
4512 * vc.el (vc-next-action): Look at more than the first file to
4513 determine the state.
4514
4515 2008-04-23 Glenn Morris <rgm@gnu.org>
4516
4517 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
4518 timers. Doc fix.
4519 (dframe-update-speed): Drop support for XEmacs < 20.
4520 (dframe-frame-mode): Drop support for Emacs < 20.
4521 (dframe-set-timer-internal): Drop support for Emacs without timers.
4522 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
4523
4524 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
4525 versions. Add doc-string. Mark as obsolete.
4526
4527 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
4528
4529 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
4530 rather than using an Emacs version test.
4531
4532 * tree-widget.el (tree-widget-image-enable): Use display-images-p
4533 rather than an Emacs version test.
4534
4535 * calendar/cal-china.el (holiday-chinese-qingming)
4536 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
4537 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
4538 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
4539
4540 * calendar/cal-islam.el (holiday-islamic): Doc fix.
4541
4542 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
4543 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
4544 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
4545
4546 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
4547
4548 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
4549 (gdb-previous-frame-pc-address): ...to this.
4550 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
4551 of "info frame" with Gdb 6.4+.
4552 (gdb-stack-list-frames-regexp): New regexp.
4553 (gdb-frame-handler-1): Parse output of -stack-info-frame.
4554
4555 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
4556
4557 * tar-mode.el (tar-prefix-offset): New constant.
4558 (tar-header-block-tokenize): Support paths with long names
4559 which use the "ustar" standard.
4560
4561 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
4562
4563 * image-dired.el (image-dired-track-original-file)
4564 (image-dired-modify-mark-on-thumb-original-file):
4565 Use `dired-goto-file' instead of `search-forward'. This solves
4566 a bug with finding files where the file name is a subset of other
4567 file names. Doc fix.
4568
4569 2008-04-22 Juri Linkov <juri@jurta.org>
4570
4571 * menu-bar.el (buffers-menu-max-size): Move its definition down to
4572 the "Buffers Menu" section. Change group name `mouse' to `menu'.
4573 (yank-menu-length): Change group name `mouse' to `menu'.
4574 (buffers-menu-buffer-name-length): New user option.
4575 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
4576 instead of the hard-coded number 27.
4577
4578 2008-04-22 Juri Linkov <juri@jurta.org>
4579
4580 * isearch.el (eval-when-compile): Require `help-macro'.
4581 (isearch-help-for-help-internal): Isearch specific Help screen
4582 created by `make-help-screen'.
4583 (isearch-help-map): New variable that binds "b", "k", "m" to
4584 isearch-specific commands, and binds other keys to
4585 isearch-other-control-char, thus allowing other Help keys to
4586 exit isearch mode and execute their global definitions.
4587 (isearch-help-for-help, isearch-describe-bindings)
4588 (isearch-describe-key, isearch-describe-mode): New commands.
4589 (isearch-mode-help): Define alias to isearch-describe-mode
4590 and remove its old function definition.
4591 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
4592 Remove old comments because this issue is settled now.
4593 (isearch-forward): Describe three new Help commands in the docstring.
4594 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
4595 leave the single sentence at the first line of the docstring,
4596 and prepend the word "function" before `isearch-forward'
4597 to make the Help link to the function instead of variable.
4598
4599 2008-04-22 Juri Linkov <juri@jurta.org>
4600
4601 * isearch.el (isearch-success-function): New variable with default
4602 to `isearch-success-function-default'.
4603 (isearch-search): Call a function from `isearch-success-function'
4604 instead of calling the hard-coded `isearch-range-invisible'.
4605 (isearch-success-function-default): New function that calls
4606 `isearch-range-invisible' and inverts its return value.
4607
4608 * info.el (Info-search): In two similar places that skip
4609 undesired search matches move code to Info-search-success-function,
4610 and call `isearch-success-function' instead.
4611 (Info-search-success-function): New function copied from code
4612 in Info-search. Replace isearch-range-invisible with
4613 text-property-not-all that checks for 'invisible and 'display
4614 properties to skip partially invisible matches (whose display
4615 properties were set by Info-fontify-node).
4616 (Info-mode): Set buffer-local isearch-success-function
4617 to Info-search-success-function.
4618
4619 2008-04-22 Juri Linkov <juri@jurta.org>
4620
4621 * minibuffer.el (internal-complete-buffer-except): New function.
4622
4623 * files.el (read-buffer-to-switch): New function.
4624 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
4625 Change interactive spec to call read-buffer-to-switch instead of
4626 using the letter "B".
4627
4628 * simple.el (minibuffer-default-add-shell-commands): New function.
4629 Use declare-function for mailcap-file-default-commands from "mailcap".
4630 (shell-command): Set local minibuffer-default-add-function to
4631 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
4632 before calling read-shell-command. Set 4th arg default-value of
4633 read-shell-command to relative buffer-file-name in file buffers.
4634
4635 * dired-aux.el (dired-read-shell-command-default): Move it to
4636 gnus/mailcap.el and change its name to more general name
4637 mailcap-file-default-commands.
4638 (minibuffer-default-add-dired-shell-commands): New function.
4639 Use declare-function for mailcap-file-default-commands from "mailcap".
4640 (dired-read-shell-command): Set local minibuffer-default-add-function
4641 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
4642 before calling read-shell-command. Remove dired-read-shell-command-default
4643 from the default value arg because default values are not set in
4644 minibuffer-default-add-dired-shell-commands. Doc fix.
4645
4646 * dired-x.el (dired-smart-shell-command): Sync arguments and
4647 interactive spec with changes in `shell-command'.
4648 Use dired-get-filename to get the dired file name at point
4649 as the default value in dired mode.
4650
4651 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
4652
4653 * info.el (Info-complete-menu-item): Add missing parenthesis.
4654
4655 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * info.el (Info-complete-menu-item): Save point.
4658
4659 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
4660
4661 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
4662
4663 2008-04-22 Andreas Schwab <schwab@suse.de>
4664
4665 * Makefile.in (emacs-deps): Define.
4666 Use it instead of $(lisp)/subdirs.el.
4667
4668 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
4669
4670 * vc.el (vc-next-action): Do not consider directories when
4671 checking for state compatibility.
4672 (vc-transfer-file): Use when not if.
4673 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
4674 (vc-dir-mark-file): Use them.
4675 (vc-deduce-fileset): Also return the backend.
4676 (vc-diff-internal): Take as argument the value returned by
4677 vc-deduce-fileset instead of just the fileset.
4678 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
4679 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
4680 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
4681
4682 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
4683
4684 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
4685 set-window-vscroll but image-scroll-down. Fixes a bug where a
4686 command following SPC scrolled up again.
4687
4688 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
4689
4690 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
4691 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
4692 (gud-watch): Add "$" prefix when in registers buffer.
4693
4694 2008-04-22 Glenn Morris <rgm@gnu.org>
4695
4696 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
4697
4698 * whitespace.el (whitespace-display-table)
4699 (whitespace-display-table-was-local): Move definitions before use.
4700
4701 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
4702 (copyright-limit): Respect copyright-at-end-flag.
4703 (copyright-re-search, copyright-start-point)
4704 (copyright-offset-too-large-p): New functions.
4705 (copyright-update-year): Use copyright-re-search.
4706 (copyright-update, copyright-fix-years): Use copyright-start-point,
4707 and copyright-re-search.
4708 (copyright): Use copyright-offset-too-large-p.
4709 * add-log.el (change-log-mode): Set copyright-at-end-flag.
4710
4711 * add-log.el (top-level): Require 'cl when compiling.
4712
4713 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4714
4715 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
4716 Treat minibuffer-completion-predicate as a predicate.
4717
4718 * minibuffer.el (completion--file-name-table): Accept both the old
4719 `dir' arg or the new `pred' arg.
4720
4721 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
4722 `predicate' argument to pass non-predicate data.
4723 (ffap-read-url-internal, ffap-read-file-or-url-internal):
4724 Use second arg as proper predicate.
4725
4726 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
4727 (vc-bzr-revision-completion-table): Use completion-table-with-context
4728 instead.
4729
4730 * simple.el (choose-completion-string): Use minibuffer-completion-table.
4731
4732 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
4733
4734 * term.el (term-emulate-terminal): Perform redisplay after the
4735 process filter has finished running.
4736
4737 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
4740
4741 * minibuffer.el (completion-try-completion): Change magic symbol
4742 property name. Rename from minibuffer-try-completion.
4743 (completion-all-completions): Rename from minibuffer-all-completions.
4744 Remove hide-spaces argument.
4745 (completion--do-completion): Rename from minibuffer--do-completion.
4746 (minibuffer-complete-and-exit): Call just try-completion rather than
4747 completion-try-completion to fix up the case.
4748 (completion--try-word-completion): Try to add space or hyphen before
4749 making `string' a prefix of `completion'.
4750 (completion--insert-strings): Rename from minibuffer--insert-strings.
4751
4752 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
4753
4754 * net/tls.el (tls-program): Add -ign_eof argument to call the
4755 openssl commands.
4756 (tls-checktrust): Ditto.
4757
4758 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
4759
4760 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
4761
4762 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
4763 (vc-check-master-templates, vc-file-not-found-hook)
4764 (vc-kill-buffer-hook):
4765 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
4766 (vc-find-position-by-context, vc-buffer-context)
4767 (vc-restore-buffer-context, vc-responsible-backend)
4768 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
4769 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
4770 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
4771 (vc-version-diff, vc-diff, vc-insert-headers)
4772 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
4773 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
4774 (vc-revert, vc-rollback, vc-version-backup-file)
4775 (vc-rename-master, vc-delete-file, vc-rename-file)
4776 (vc-branch-part, vc-default-retrieve-snapshot)
4777 (vc-annotate-display-autoscale, vc-annotate-display-select)
4778 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
4779 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
4780 (vc-dir-update): Handle directories.
4781 (vc-default-status-printer): Simplify.
4782
4783 * progmodes/asm-mode.el (asm-mode-map):
4784 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
4785
4786 * progmodes/m4-mode.el (m4-mode-map): Add menu.
4787
4788 2008-04-21 Kenichi Handa <handa@m17n.org>
4789
4790 * select.el (xselect-convert-to-string): Send a C_STRING only if
4791 the polymorphic target TEXT is requested.
4792
4793 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
4794
4795 * minibuffer.el (completion-setup-hook, display-completion-list)
4796 (completion--file-name-table): Fix typos in docstrings.
4797 (completion-table-dynamic): Fix typo, and reflow docstring.
4798
4799 2008-04-20 Andreas Schwab <schwab@suse.de>
4800
4801 * server.el (server-switch-buffer): Also consider clients in the
4802 selected frame.
4803
4804 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
4805
4806 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
4807 Select window clicked on first.
4808 (gdb): Display thread number in mode-line.
4809 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
4810 (gdb-breakpoints-header): New variable.
4811 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
4812
4813 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4814
4815 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
4816 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
4817 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
4818 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
4819 (vc-sccs-print-log): Use it.
4820
4821 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
4822
4823 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
4824 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
4825
4826 * tooltip.el (tooltip-previous-message): New var.
4827 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
4828 the C code (avoid overwriting a minibuffer, restore previous echo
4829 message, ...).
4830 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
4831 Simplify.
4832
4833 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
4834
4835 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
4836 (gdb-init-1): Initialise it.
4837 (gdb-annotation-rules): New entry for "new-thread".
4838 (gdb-thread-identification): New function to customize
4839 mode-line-buffer-identification.
4840 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
4841 (gdb-assembler-mode): Use it.
4842 (gdb-threads-mode): Force "info threads" onto queue.
4843
4844 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4845
4846 * files.el (locate-file-completion-table): Rename from
4847 locate-file-completion and make it use `pred' in the normal way.
4848 (locate-file-completion): New compatibility wrapper.
4849 (load-library): Use locate-file-completion-table.
4850 * finder.el (finder-commentary):
4851 * subr.el (locate-library):
4852 * emacs-lisp/find-func.el (find-library): Likewise.
4853 * info.el: Use with-current-buffer and inhibit-read-only.
4854 (Info-read-node-name-2): Change to use `predicate' in the normal way.
4855 (Info-read-node-name-1): Adjust uses accordingly.
4856
4857 * minibuffer.el (completion-table-with-context): Add support for `pred'.
4858 (completion-table-with-terminator): Don't use complete-with-action
4859 since we have to distinguish all three cases anyway.
4860 (completion-table-with-predicate): New function.
4861 (dynamic-completion-table): Add obsolete alias.
4862
4863 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
4864
4865 2008-04-18 Sam Steingold <sds@gnu.org>
4866
4867 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
4868 Use quit-window instead of bury-buffer.
4869
4870 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4871
4872 * minibuffer.el (completion-table-with-terminator): Fix last fix.
4873
4874 2008-04-18 Andreas Schwab <schwab@suse.de>
4875
4876 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4877 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4878 Depend on $(lisp)/subdirs.el.
4879
4880 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
4881
4882 * descr-text.el (describe-char-after):
4883 Use `define-obsolete-function-alias'.
4884
4885 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
4886
4887 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
4888
4889 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
4890 Remove redundant obsolescence info in docstring.
4891
4892 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
4893 (vc-header-alist): Add WHEN to obsolescence declaration.
4894 (vc-state): Fix typo in docstring.
4895
4896 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
4897 Use `define-obsolete-variable-alias'.
4898
4899 * emulation/tpu-edt.el (tpu-have-ispell):
4900 * international/codepage.el (codepage-setup):
4901 Fix typo in obsolescence declaration.
4902
4903 * international/mule.el (char-coding-system-table):
4904 Remove redundant obsolescence info in docstring.
4905 (charset-list, generic-char-p, set-char-table-default):
4906 Fix typos in obsolescence decarations.
4907
4908 * international/mule-diag.el (non-iso-charset-alist):
4909 Fix typo in obsolescence declaration.
4910 (decode-codepage-char): Remove redundant obsolescence info in docstring.
4911
4912 * font-core.el (font-lock-defaults-alist):
4913 * font-lock.el (font-lock-reference-face):
4914 * frame.el (screen-height, screen-width, set-screen-width)
4915 (set-screen-height):
4916 * hilit-chg.el (highlight-changes-initial-state):
4917 * isearch.el (isearch-return-char):
4918 * log-edit.el (cvs-commit-buffer-require-final-newline)
4919 (cvs-changelog-full-paragraphs):
4920 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
4921 (mouse-popup-menubar-stuff):
4922 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
4923 (mouse-wheel-click-button):
4924 * outline.el (outline-visible):
4925 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
4926 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
4927 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
4928 * progmodes/compile.el (compile-internal):
4929 Add WHEN to obsolescence declarations.
4930
4931 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4932
4933 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
4934 is not better anyway.
4935
4936 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4937
4938 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
4939 properly.
4940
4941 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4942
4943 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
4944 (python-use-skeletons): Remove, unused.
4945 (python-skeletons): Remove. Use the abbrev table instead.
4946 (python-mode-abbrev-table): Fix regexp;
4947 add enable-function and case-fixed.
4948 (def-python-skeleton): Simplify.
4949 (python-expand-template): Use the abbrev-table and abbrev-insert.
4950 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
4951 Remove.
4952 (python-mode): Don't set pre-abbrev-expand-hook.
4953
4954 * skeleton.el: Set coding-tag.
4955
4956 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
4957 (expand-abbrev): Use it.
4958 (abbrev-table-menu): New function.
4959
4960 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
4961
4962 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
4963
4964 2008-04-17 Sam Steingold <sds@gnu.org>
4965
4966 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
4967 idiosyncratic bury-buffer/delete-window logic.
4968
4969 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
4970
4971 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
4972 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
4973
4974 2008-04-17 Kenichi Handa <handa@m17n.org>
4975
4976 * international/characters.el: Don't make the width of U+00AD to 0.
4977
4978 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
4979
4980 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
4981 (gdb, gdb-starting, gdb-frames-mode): Use it.
4982 (gdb-invalidate-frames): Advise to call "info stack" only if
4983 execution has occurred.
4984 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
4985 selected frame if no execution has occurred.
4986 (gdb-frames-force-update): New interactive function.
4987 (gdb-frames-mode-map): Bind it to "F".
4988
4989 2008-04-17 Michael Olson <mwolson@gnu.org>
4990
4991 * textmodes/remember.el (remember-version): Release Remember 2.0.
4992
4993 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
4994
4995 * textmodes/artist.el:
4996 * progmodes/vhdl-mode.el:
4997 * progmodes/verilog-mode.el:
4998 * progmodes/vera-mode.el:
4999 * progmodes/simula.el:
5000 * progmodes/ps-mode.el:
5001 * progmodes/cmacexp.el:
5002 * obsolete/hilit19.el:
5003 * emulation/viper.el:
5004 * ediff.el: Cleanup the bug-report email addresses and make sure the
5005 maintainer is still willing to handle bug reports.
5006
5007 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5008
5009 * vc.el (vc-dir-kill-query): Fix thinko.
5010
5011 2008-04-16 Glenn Morris <rgm@gnu.org>
5012
5013 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
5014 by diary-sexp-entry.
5015
5016 2008-04-16 Markus Triska <markus.triska@gmx.at>
5017
5018 * proced.el (proced-command-alist): Add support for darwin.
5019
5020 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5021
5022 * proced.el (proced-mode): Redefine as just the major-mode.
5023 (proced): Separate it from proced-mode.
5024
5025 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
5026
5027 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5028
5029 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
5030 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
5031 `tab-width' setting from user. New version 10.0. Doc and docstring
5032 fix.
5033 (whitespace-style, whitespace-chars): Remove options.
5034 (whitespace-style-mark): New option, replace whitespace-style deleted
5035 option. Fix docstring.
5036 (whitespace-style-color): New option, replace whitespace-chars deleted
5037 option. Fix docstring.
5038 (whitespace-space, whitespace-hspace, whitespace-tab)
5039 (whitespace-newline, whitespace-trailing, whitespace-line)
5040 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
5041 (whitespace-space-after-tab, whitespace-hspace-regexp)
5042 (whitespace-space-regexp, whitespace-tab-regexp)
5043 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
5044 (whitespace-empty-at-eob-regexp, whitespace-line-column)
5045 (whitespace-toggle-option-alist): Fix docstring.
5046 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
5047 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
5048 docstring and initialization.
5049 (global-whitespace-mode): Autoloaded global minor mode.
5050 (whitespace-chars-value-list, whitespace-style-value-list)
5051 (whitespace-active-chars, whitespace-active-style)
5052 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
5053 (whitespace-color-value-list): New var, replace
5054 whitespace-chars-value-list removed var.
5055 (whitespace-mark-value-list): New var, replace
5056 whitespace-style-value-list removed var.
5057 (whitespace-active-color): New var, replace whitespace-active-chars
5058 removed var.
5059 (whitespace-active-mark): New var, replace whitespace-active-style
5060 removed var.
5061 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
5062 removed var.
5063 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
5064 removed var.
5065 (whitespace-toggle-option-alist, whitespace-report-list)
5066 (whitespace-report-text, whitespace-help-text): Fix initialization.
5067 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
5068 (whitespace-toggle-options, global-whitespace-toggle-options)
5069 (whitespace-cleanup-region, whitespace-report-region)
5070 (whitespace-interactive-char): Fix docstring and code.
5071 (whitespace-cleanup, whitespace-report): Fix docstring.
5072 (whitespace-replace-spaces-by-tabs): Remove fun.
5073 (whitespace-replace-action): New fun, replace
5074 whitespace-replace-spaces-by-tabs removed fun.
5075 (whitespace-regexp, whitespace-indentation-regexp)
5076 (whitespace-space-after-tab-regexp, whitespace-insert-value)
5077 (whitespace-kill-buffer): New funs.
5078 (whitespace-insert-option-mark, whitespace-help-on)
5079 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
5080 (whitespace-color-on, whitespace-color-off)
5081 (whitespace-display-char-on): Fix code.
5082
5083 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5084
5085 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
5086 (mouse-throw-magnifier-with-mouse-movement): Remove.
5087 (mouse-throw-magnifier-base): New const.
5088 (mouse-drag-scroll-delta): New fun.
5089 (mouse-drag-throw): Use it.
5090
5091 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
5092
5093 * international/uni-bidi.el, international/uni-category.el:
5094 * international/uni-combining.el, international/uni-comment.el:
5095 * international/uni-decimal.el, international/uni-decomposition.el:
5096 * international/uni-digit.el, international/uni-lowercase.el:
5097 * international/uni-mirrored.el, international/uni-name.el:
5098 * international/uni-numeric.el, international/uni-old-name.el:
5099 * international/uni-titlecase.el, international/uni-uppercase.el:
5100 * international/charprop.el: Regenerate.
5101
5102 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
5103
5104 * vc.el (vc-status-fileinfo): Add new member directoryp.
5105 (vc-default-status-printer): Print directories.
5106 (vc-status-update): Sort files before subdirectories.
5107
5108 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
5109 Add alternative implementation based on "cvs update".
5110
5111 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
5112
5113 * doc-view.el: Changed requirements section to tell that only one
5114 of dvipdf or dvipdfm is needed.
5115 (doc-view-already-converted-p): Fix bug that forced reconversion
5116 if doc was already converted.
5117
5118 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5119
5120 * minibuffer.el (minibuffer-message):
5121 Make sure we can put-text-property.
5122
5123 * emacs-lisp/crm.el: Complete rewrite.
5124
5125 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
5126 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
5127 case of an error in display-completion-list.
5128
5129 * filecache.el (file-cache-completions-keymap): Move init from
5130 file-cache-completion-setup-function into declaration.
5131 (file-cache-minibuffer-complete): Simplify.
5132 (file-cache-completion-setup-function): Use standard-output,
5133 preserve current-buffer.
5134
5135 * vc.el (vc-status-update): Fix typo.
5136 (vc-status-update): Set needs-update.
5137 (vc-status-refresh): η-reduce.
5138
5139 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
5140
5141 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
5142 to image-eol.
5143
5144 2008-04-14 Alexandre Julliard <julliard@winehq.org>
5145
5146 * vc.el (vc-status-update): Undo the previous revert.
5147
5148 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5149
5150 * minibuffer.el (completion-table-with-terminator): Those completions
5151 are never valid w.r.t test-completion.
5152 (completion--file-name-table):
5153 Check completion-all-completions-with-base-size.
5154
5155 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
5156
5157 * doc-view.el (doc-view-dvipdf-program): New variable.
5158 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
5159 (doc-view-mode-p): Check for doc-view-dvipdf-program as
5160 alternative for doc-view-dvipdfm-program.
5161 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
5162
5163 * doc-view.el (doc-view-start-process): Don't set
5164 default-directory to "~/" if the current value is valid.
5165 This broke PS files that run other files in the same directory.
5166
5167 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
5168
5169 * vc.el (vc-status-kill-query): New function.
5170 (vc-status-mode): Add it to kill-buffer-query-functions.
5171 (vc-status-show-fileentry): New function.
5172 (vc-status-menu-map): Bind it. Bind vc-next-action.
5173
5174 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5175
5176 * minibuffer.el (minibuffer-message): Put cursor at the right place.
5177
5178 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5179
5180 * proced.el (proced-send-signal): Fix error recognition.
5181
5182 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5183
5184 * proced.el (proced-command-alist): Remove sort column.
5185 (proced-command, proced-procname-column):
5186 Use make-variable-buffer-local.
5187 (proced-signal-function): Rename from proced-kill-program.
5188 Allow for elisp symbols and string values representing system calls.
5189 (proced-marker-regexp, proced-success-message): New functions.
5190 (proced): Use defalias. Add autoload cookie.
5191 (proced-unmark-backward, proced-toggle-marks)
5192 (proced-hide-processes): New commands.
5193 (proced-do-mark): Simplify code.
5194 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
5195 (proced-update): Remove sorting.
5196 (proced-send-signal): Display number of processes to operate on.
5197 Allow for system calls or elisp functions to send signals.
5198 Check if signal was sent successfully.
5199
5200 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5201
5202 * minibuffer.el (completion-all-completion-with-base-size): New var.
5203 (completion--some): New function.
5204 (completion-table-with-context, completion--file-name-table):
5205 Return the base-size if requested.
5206 (completion-table-in-turn): Generalize to multiple arguments.
5207 (complete-in-turn): Compatibility alias.
5208 (completion-styles-alist): New var.
5209 (completion-styles): New customization.
5210 (minibuffer-try-completion, minibuffer-all-completions):
5211 New functions.
5212 (minibuffer--do-completion, minibuffer-complete-and-exit)
5213 (minibuffer-try-word-completion): Use them.
5214 (display-completion-list, minibuffer-completion-help): Use them.
5215 Handle all-completions's new base-size info to set completion-base-size.
5216 * info.el (Info-read-node-name-1): Use completion-table-with-context,
5217 completion-table-with-terminator and complete-with-action.
5218 Remove the now obsolete completion-base-size-function property.
5219 * simple.el (completion-list-mode-map): Move init into declaration.
5220 (completion-list-mode): Use define-derived-mode.
5221 (completion-setup-function): Use any completion-base-size that may
5222 have been set before. Remove handling of completion-base-size-function.
5223 * loadup.el: Move abbrev.el up earlier.
5224
5225 2008-04-13 Alexandre Julliard <julliard@winehq.org>
5226
5227 * vc-git.el (vc-git-after-dir-status-stage)
5228 (vc-git-dir-status-goto-stage): New functions.
5229 (vc-git-after-dir-status-stage1)
5230 (vc-git-after-dir-status-stage1-empty-db)
5231 (vc-git-after-dir-status-stage2): Remove, functionality moved
5232 into the new generic stage functions.
5233 (vc-git-dir-status-files): New function.
5234
5235 * vc.el (vc-status-update): Revert an incorrect rewrite.
5236 Add some comments.
5237 (vc-status-refresh-files): New function.
5238 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
5239 state of up-to-date files.
5240 (vc-default-dir-status-files): New function.
5241
5242 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
5243
5244 * minibuffer.el (completion--embedded-envvar-table)
5245 (read-file-name-internal): Fix typos in 2008-04-11 change.
5246
5247 * faces.el (read-face-name): Use `completion-table-in-turn',
5248 not `complete-in-turn'.
5249
5250 2008-04-13 Andreas Schwab <schwab@suse.de>
5251
5252 * progmodes/etags.el: Require 'cl when compiling.
5253
5254 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
5255
5256 * progmodes/gud.el (gud-menu-map): Expand tooltip.
5257
5258 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
5259 (menu): Add/expand menu tooltips.
5260
5261 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5262
5263 * progmodes/sh-script.el (sh-show-indent): Fix typo.
5264 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
5265
5266 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
5267 considered registered.
5268
5269 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5270
5271 * emacs-lisp/copyright.el (copyright-update-directory): New command.
5272
5273 * ediff-wind.el (ediff-split-window-function)
5274 (ediff-merge-split-window-function): Improve custom type.
5275
5276 2008-04-12 Eli Zaretskii <eliz@gnu.org>
5277
5278 * loadup.el ("minibuffer"): Move after "faces".
5279
5280 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 * progmodes/hideif.el (hif-factor): Handle unary minus.
5283
5284 2008-04-12 Glenn Morris <rgm@gnu.org>
5285
5286 * calendar/cal-china.el (chinese-calendar-time-zone):
5287 Mark obsolete name as risky too.
5288
5289 * calendar/calendar.el (calendar-faces): New custom group.
5290 (calendar-today, diary, holiday): Doc fix.
5291 Move to calendar-faces group.
5292 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
5293 (diary-button): Doc fix. Move to calendar-faces group.
5294
5295 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5296 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
5297 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
5298 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
5299 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
5300 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
5301 not in dumped files before the associated defcustom.
5302
5303 2008-04-11 Johan Bockgård <bojohan@gnu.org>
5304
5305 * minibuffer.el (lazy-completion-table): Fix debug spec.
5306
5307 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5308
5309 * minibuffer.el (complete-with-action, lazy-completion-table):
5310 Move from subr.el.
5311 (apply-partially, completion-table-dynamic)
5312 (completion-table-with-context, completion-table-with-terminator)
5313 (completion-table-in-turn): New funs.
5314 (completion--make-envvar-table, completion--embedded-envvar-table):
5315 New funs.
5316 (read-file-name-internal): Use them.
5317 (completion-setup-hook): Move from simple.el.
5318 * subr.el (complete-with-action, lazy-completion-table):
5319 * simple.el (completion-setup-hook): Move to minibuffer.el.
5320
5321 2008-04-11 Glenn Morris <rgm@gnu.org>
5322
5323 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
5324
5325 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5326
5327 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
5328
5329 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
5330
5331 * textmodes/fill.el (fill-forward-paragraph-function): New var.
5332 (fill-forward-paragraph): New fun.
5333 (fill-paragraph, fill-region): Use it.
5334
5335 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
5336 (vc-status-create-fileinfo): Make `extra' optional.
5337 (vc-status-busy): New fun.
5338 (vc-status-menu-map): Use it.
5339 (vc-status-crt-marked): Remove.
5340 (vc-status-update): Rename from vc-status-add-entries.
5341 Add argument so as to prevent addition of entries. Rewrite.
5342 (vc-update-vc-status-buffer): Remove.
5343 (vc-status-refresh): Don't remove old entries, set them to
5344 up-to-date instead. Also do it after the update is complete.
5345 (vc-status-marked-files): η-reduce.
5346
5347 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
5348 for non-dialogs.
5349
5350 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
5351
5352 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
5353
5354 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
5355
5356 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
5357 to t and don't truncate msg.
5358
5359 2008-04-11 Glenn Morris <rgm@gnu.org>
5360
5361 * calendar/calendar.el (diary, holidays):
5362 Move custom groups to other files.
5363 (holiday-general-holidays, holiday-oriental-holidays)
5364 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
5365 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
5366 (holiday-hebrew-holidays, holiday-christian-holidays)
5367 (holiday-islamic-holidays, holiday-bahai-holidays)
5368 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
5369 * calendar/diary-lib.el: Move custom group here from calendar.el.
5370 * calendar/holidays-lib.el: Move custom group and variables here
5371 from calendar.el.
5372
5373 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
5374
5375 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5376 Fix custom group.
5377 (calendar-current-time-zone-cache): Autoload riskiness.
5378
5379 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
5380
5381 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
5382
5383 * woman.el (woman2-TH): Use string-equal instead of string-match.
5384
5385 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5386
5387 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
5388 (smerge-resolve): Merge the "2-way refinement" case with one half of
5389 the "mere whitespace" resolution.
5390
5391 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
5392
5393 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
5394
5395 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
5396
5397 * subr.el (assoc-ignore-case, assoc-ignore-representation):
5398 Add WHEN to obsolescence declaration.
5399
5400 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
5401
5402 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
5403
5404 * vc-hooks.el (vc-state): Add new state `conflict'.
5405 (vc-after-save): Use when not if.
5406 (vc-default-mode-line-string): Deal with the conflict state.
5407 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
5408
5409 * vc.el (vc-editable-p, vc-default-status-printer)
5410 (vc-next-action): Deal with the conflict state.
5411 (vc-mark-resolved): New function.
5412 (vc-status-mode): Fix mode name.
5413 (vc-default-comment-history): Use when not if.
5414 (Todo): Add new entries, remove old ones.
5415
5416 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
5417 (vc-cvs-parse-status, vc-cvs-after-dir-status):
5418 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
5419 Detect the conflict state.
5420
5421 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
5422
5423 2008-04-10 Glenn Morris <rgm@gnu.org>
5424
5425 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
5426 Respect truncate-partial-width-windows in non-full windows,
5427 with regards to :toggle and :enable state.
5428
5429 * simple.el (toggle-truncate-lines): Doc fix.
5430
5431 * Makefile.in (MH_E_DIR): New variable.
5432 (MH_E_SRC): Restore variable removed 2008-03-13.
5433 (mh-loaddefs.el): Depend on $MH_E_SRC.
5434 (CAL_DIR, CAL_SRC): New variables.
5435 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
5436 Depend on CAL_SRC.
5437
5438 * calendar/calendar.el (calendar, diary): Add :prefix.
5439 (holidays): Change :prefix.
5440 (calendar-today, holiday, calendar-holiday-marker)
5441 (european-calendar-style): Change custom groups.
5442
5443 * calendar/calendar.el (diary-hook, diary-display-hook):
5444 Move to diary-lib.el.
5445 * calendar/diary-lib.el (diary-hook, diary-display-hook):
5446 Move here from calendar.el.
5447 * calendar/appt.el: Require diary-lib rather than calendar.
5448 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
5449
5450 * calendar/appt.el (appt): Add :prefix.
5451
5452 * calendar/diary-lib.el (diary-hook): Doc fix.
5453 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
5454
5455 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5456
5457 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
5458 New functions.
5459
5460 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
5461 the arg to recursive calls.
5462
5463 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
5464
5465 * minibuffer.el (completion-auto-help): Fix typo.
5466
5467 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
5470
5471 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
5472
5473 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
5474 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
5475
5476 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5477
5478 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
5479
5480 * minibuffer.el (minibuffer): Move group from cus-edit.el.
5481 (completion-auto-help): Move from C code.
5482 (minibuffer--maybe-completion-help): Remove.
5483 (minibuffer--bitset): New function.
5484 (minibuffer--do-completion): Rename from minibuffer-do-completion.
5485 Renumber a bit. Really complete on string *before* point.
5486 Add argument used for word-completion.
5487 Join trailing / in completion with following text, as done in
5488 minibuffer-complete-word.
5489 Handle new value `lazy' for completion-auto-help.
5490 (minibuffer-try-word-completion): New function extracted from
5491 minibuffer-complete-word.
5492 (minibuffer-complete-word): Use minibuffer--do-completion.
5493 (minibuffer--insert-strings): Rename from
5494 minibuffer-complete-insert-strings.
5495 (exit-minibuffer): Fix typo.
5496 * cus-edit.el (minibuffer): Move group to minibuffer.el.
5497 * cus-start.el: Remove completion-auto-help.
5498
5499 2008-04-09 Alexandre Julliard <julliard@winehq.org>
5500
5501 * vc.el (vc-status-add-entries): New function.
5502 (vc-status-add-entry): Remove.
5503 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
5504 Use vc-status-add-entries.
5505
5506 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
5507 order.
5508
5509 2008-04-09 Jason Rumney <jasonr@gnu.org>
5510
5511 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
5512 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
5513 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
5514 (AUTOGENEL): New variable.
5515 (distclean, maintainer-clean): New targets.
5516
5517 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
5518
5519 * emacs-lisp/regexp-opt.el (regexp-opt):
5520 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
5521
5522 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
5523
5524 * nxml/nxml-mode.el (nxml-cleanup): New function.
5525 (nxml-mode): Add it to change-major-mode-hook.
5526
5527 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
5528
5529 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
5530
5531 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
5532
5533 * calc/.cvsignore: New file.
5534
5535 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
5536
5537 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
5538
5539 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
5540 show-help-function when turning tooltip off.
5541 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
5542 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
5543
5544 2008-04-09 Alan Mackenzie <acm@muc.de>
5545
5546 * font-lock.el (font-lock-extend-after-change-region-function):
5547 Make it buffer local.
5548
5549 2008-04-09 Glenn Morris <rgm@gnu.org>
5550
5551 * calendar/calendar.el (diary-file, european-calendar-style):
5552 Remove autoload cookies.
5553
5554 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5555
5556 * outline.el (outline-mode-menu-bar-map):
5557 * log-view.el (log-view-mode-menu):
5558 * log-edit.el (log-edit-menu): Add :help.
5559
5560 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
5561
5562 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5563 Use substring-no-properties for correct handling of unibyte strings.
5564
5565 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5566
5567 * add-log.el (change-log-next-buffer): Handle the case where version<
5568 signals an error.
5569
5570 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
5571 mouse-major-mode-menu.
5572 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
5573 (mouse-major-mode-menu, mouse-popup-menubar)
5574 (mouse-popup-menubar-stuff): Use them.
5575 (C-down-mouse-3): Bind to a dynamic map rather than to
5576 mouse-popup-menubar-stuff.
5577
5578 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
5579 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
5580
5581 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5582
5583 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
5584 file:// access method.
5585
5586 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * minibuffer.el: New file.
5589 * loadup.el: Load it.
5590
5591 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5592
5593 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
5594 rather than subdirs.el. It introduces an ugly circular dependency, tho.
5595
5596 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
5597 (calc-mode-map, calc-digit-map, calc-dispatch-map):
5598 Move initialization into declaration.
5599 * calc/calc-yank.el:
5600 * calc/calc-misc.el:
5601 * calc/calc-embed.el:
5602 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
5603
5604 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
5605
5606 * ps-samp.el (ps-add-printer, ps-remove-printer)
5607 (ps-make-dynamic-printer-menu): New functions.
5608
5609 * net/zeroconf.el: New file.
5610
5611 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5612
5613 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
5614
5615 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5616
5617 * vc-rcs.el (vc-rcs-modify-change-comment):
5618 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
5619
5620 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
5621
5622 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
5623
5624 * international/mule-cmds.el (set-locale-environment): Don't warn if
5625 coding system doesn't agree with system locale (this reverts changes
5626 by Dave Love, dated 2002-10-27 and 2002-10-09).
5627
5628 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5629 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
5630
5631 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
5632
5633 2008-04-08 Glenn Morris <rgm@gnu.org>
5634
5635 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
5636 * textmodes/remember.el (remember-diary-convert-entry):
5637 Require calendar.
5638
5639 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
5640 diary-file, since it is the default for make-diary-entry anyway.
5641
5642 * calendar/cal-menu.el (cal-menu-event-to-date):
5643 Rename calendar-event-to-date. Update callers.
5644 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
5645 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
5646 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
5647 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
5648 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
5649 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
5650 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
5651 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
5652 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
5653 (calendar-mouse-tex-month-landscape):
5654 Rename cal-tex-mouse-month-landscape.
5655 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
5656 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
5657 (calendar-mouse-tex-year-landscape):
5658 Rename cal-tex-mouse-year-landscape.
5659 (cal-menu-context-mouse-menu): Update for above name changes.
5660
5661 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5662 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5663 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
5664 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
5665 * calendar/holidays.el: Replace int-to-string with number-to-string.
5666
5667 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
5668
5669 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
5670 region if point moves.
5671
5672 2008-04-08 Kenichi Handa <handa@m17n.org>
5673
5674 * faces.el (font-slant-table): Change numeric values for `r',
5675 `roman', and `normal'.
5676
5677 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
5678
5679 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
5680
5681 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
5682
5683 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
5684 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
5685
5686 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
5687
5688 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
5689 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
5690
5691 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5692
5693 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
5694
5695 2008-04-07 Sam Steingold <sds@gnu.org>
5696
5697 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
5698 Add helper functions.
5699 (lisp-do-defun): Extract the common part of lisp-eval-defun and
5700 lisp-compile-defun; DEFVAR forms reset the variables to the init
5701 values, just like in emacs-lisp mode eval-defun.
5702 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
5703 (lisp-compile-region): Use lisp-compile-string.
5704
5705 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5706
5707 * subr.el (combine-and-quote-strings): Also quote strings that contain
5708 the separator.
5709
5710 * pcvs-util.el (cvs-map): Avoid recursion :-(
5711
5712 2008-04-07 Glenn Morris <rgm@gnu.org>
5713
5714 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
5715
5716 * calendar.el (diary-view-entries-initially-flag): Rename
5717 view-diary-entries-initially. Keep old name as alias, update users.
5718 (calendar-mark-diary-entries-flag): Rename
5719 mark-diary-entries-in-calendar. Keep old name as alias, update users.
5720 (calendar-view-holidays-initially-flag): Rename
5721 view-calendar-holidays-initially. Keep old name as alias, update users.
5722 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
5723 Keep old name as alias, update users.
5724 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
5725 Keep old name as alias, update users.
5726 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
5727 Keep old name as alias, update users.
5728 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
5729 Keep old name as alias, update users.
5730 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
5731 (diary-american-date-forms): Rename american-date-diary-pattern.
5732 Keep old name as alias, update users.
5733 (diary-european-date-forms): Rename european-date-diary-pattern.
5734 Keep old name as alias, update users.
5735 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
5736 Keep old name as alias, update users.
5737 (calendar-european-date-display-form): Rename
5738 european-calendar-display-form. Keep old name as alias, update users.
5739 (calendar-american-date-display-form): Rename
5740 european-calendar-display-form. Keep old name as alias, update users.
5741 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
5742 Keep old name as alias, update users.
5743 (holiday-general-holidays): Rename general-holidays.
5744 Keep old name as alias, update users.
5745 (holiday-oriental-holidays): Rename oriental-holidays.
5746 Keep old name as alias, update users.
5747 (holiday-local-holidays): Rename local-holidays.
5748 Keep old name as alias, update users.
5749 (holiday-other-holidays): Rename other-holidays.
5750 Keep old name as alias, update users.
5751 (holiday-hebrew-holidays): Rename hebrew-holidays.
5752 Keep old name as alias, update users.
5753 (holiday-christian-holidays): Rename christian-holidays.
5754 Keep old name as alias, update users.
5755 (holiday-islamic-holidays): Rename islamic-holidays.
5756 Keep old name as alias, update users.
5757 (holiday-bahai-holidays): Rename bahai-holidays.
5758 Keep old name as alias, update users.
5759 (holiday-solar-holidays): Rename solar-holidays.
5760 Keep old name as alias, update users.
5761 (diary-fancy-buffer): Rename fancy-diary-buffer.
5762 Keep old name as alias, update users.
5763 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
5764 Update users.
5765 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
5766 Update users.
5767 (calendar-increment-month): Rename increment-calendar-month.
5768 Keep old name as alias, update callers.
5769 (calendar-increment-month-cons): Rename old calendar-increment-month.
5770 Update callers.
5771 (calendar-extract-month): Rename extract-calendar-month.
5772 Keep old name as alias, update callers.
5773 (calendar-extract-day): Rename extract-calendar-day.
5774 Keep old name as alias, update callers.
5775 (calendar-extract-year): Rename extract-calendar-year.
5776 Keep old name as alias, update callers.
5777 (calendar-generate-window): Rename generate-calendar-window.
5778 Update callers.
5779 (calendar-generate): Rename generate-calendar. Update callers.
5780 (calendar-generate-month): Rename generate-calendar-month.
5781 Update callers.
5782 (calendar-redraw): Rename redraw-calendar. Update callers.
5783 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
5784 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
5785 Update callers.
5786 (calendar-update-mode-line): Rename update-calendar-mode-line.
5787 Update callers.
5788 (calendar-exit): Rename exit-calendar. Keep old name as alias,
5789 update callers.
5790 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
5791 Keep old name as alias, update callers.
5792 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5793 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
5794 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
5795 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
5796 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
5797 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
5798 * calendar/solar.el: Update for calendar.el name changes.
5799 * org/org.el (org-agenda-format-date-aligned)
5800 (org-agenda-execute-calendar-command): Access date elements directly
5801 rather than using calendar functions.
5802 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
5803 Also set calendar-view-diary-initially-flag,
5804 calendar-view-holidays-initially-flag.
5805 (org-get-entries-from-diary): Also set diary-fancy-buffer.
5806 (org-agenda-execute-calendar-command): No need to set displayed-day.
5807
5808 2008-04-06 Alan Mackenzie <acm@muc.de>
5809
5810 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
5811 typo in the doc string.
5812
5813 * progmodes/cc-mode.el (c-basic-common-init):
5814 Set font-lock-extend-after-change-region-function.
5815 (c-extend-after-change-region): New function, used in
5816 font-lock-extend-after-change-region-function, thus superseding
5817 advice on the Font Lock after change functions.
5818 (c-advise-fl-for-region): Remove this macro.
5819
5820 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5821
5822 * textmodes/flyspell.el (flyspell-duplicate-distance):
5823 Improve custom type.
5824
5825 2008-04-06 Glenn Morris <rgm@gnu.org>
5826
5827 * calendar/diary-lib.el (diary-sexp-entry-symbol):
5828 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
5829 (diary-list-entries-hook): Rename list-diary-entries-hook.
5830 Keep old name as alias, update users.
5831 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
5832 Keep old name as alias, update users.
5833 (diary-nongregorian-listing-hook): Rename
5834 nongregorian-diary-listing-hook. Keep old name as alias, update users.
5835 (diary-nongregorian-marking-hook): Rename
5836 nongregorian-diary-marking-hook. Keep old name as alias, update users.
5837 (diary-print-entries-hook): Rename print-diary-entries-hook.
5838 Keep old name as alias, update users.
5839 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
5840 Keep old name as alias, update users.
5841 (diary-number-of-entries): Rename number-of-diary-entries.
5842 Keep old name as alias, update users.
5843 (view-diary-entries, list-diary-entries, show-all-diary-entries):
5844 Give version of obsolescence.
5845 (diary-view-other-diary-entries): Rename view-other-diary-entries.
5846 Keep old name as alias, update callers.
5847 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
5848 update callers.
5849 (diary-include-other-diary-files): Rename include-other-diary-files.
5850 Keep old name as alias, update callers.
5851 (diary-simple-display): Rename simple-diary-display.
5852 Keep old name as alias, update callers.
5853 (diary-fancy-display): Rename fancy-diary-display.
5854 Keep old name as alias, update callers.
5855 (diary-print-entries): Rename print-diary-entries.
5856 Keep old name as alias, update callers.
5857 (diary-marking-entries-flag): Rename marking-diary-entries.
5858 Update users.
5859 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
5860 (diary-mark-entries): Rename mark-diary-entries.
5861 Keep old name as alias, update callers.
5862 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
5863 Keep old name as alias, update callers.
5864 (diary-mark-included-diary-files): Rename mark-included-diary-files.
5865 Keep old name as alias, update callers.
5866 (calendar-mark-days-named): Rename mark-calendar-days-named.
5867 Keep old name as alias, update callers.
5868 (calendar-mark-month): Rename mark-calendar-month.
5869 Keep old name as alias, update callers.
5870 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
5871 Keep old name as alias, update callers.
5872 (diary-sort-entries): Rename sort-diary-entries.
5873 Keep old name as alias, update callers.
5874 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
5875 Keep old name as alias, update callers.
5876 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
5877 update callers.
5878 (diary-insert-entry): Rename insert-diary-entry.
5879 Keep old name as alias.
5880 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
5881 Keep old name as alias.
5882 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
5883 Keep old name as alias.
5884 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
5885 Keep old name as alias.
5886 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
5887 Keep old name as alias.
5888 (diary-insert-block-entry): Rename insert-block-diary-entry.
5889 Keep old name as alias.
5890 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
5891 Keep old name as alias.
5892 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
5893 Keep old name as alias, update users.
5894 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
5895 Keep old name as alias, update callers.
5896 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5897 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
5898 * calendar/icalendar.el: Update for diary-lib name changes.
5899
5900 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
5901
5902 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
5903
5904 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
5905 for copy, move, and link operations.
5906
5907 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
5908
5909 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
5910 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
5911
5912 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
5913 'require' statements with 1-argument ones (wrapped in if's).
5914 For compatibility with the current stable version of XEmacs.
5915
5916 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
5917
5918 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
5919
5920 2008-04-06 Jason Rumney <jasonr@gnu.org>
5921
5922 * language/burmese.el ("Burmese"): Make sample text consistent with
5923 language name.
5924
5925 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
5926
5927 * progmodes/gdb-ui.el (gdb): New group.
5928 (gdb-debug-log-max, gdb-enable-debug)
5929 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
5930 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
5931 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
5932 (gdb-show-changed-values, gdb-max-children)
5933 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
5934 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
5935 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
5936 (gdb-memory-unit): Move to new group from GUD group.
5937 (menu): Allow customization from GDB-UI menu-item.
5938
5939 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
5940
5941 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
5942
5943 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5944
5945 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
5946 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5947 Revision numbers can include ".".
5948
5949 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
5950 "+" lines not accounted for by counting "-" and context lines.
5951
5952 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5953
5954 * term/mac-win.el (mac-service-open-file): Use file URL instead of
5955 file name string.
5956
5957 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5958
5959 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
5960 (vc-bzr-annotate-time): Accept space used to preserve alignment.
5961
5962 2008-04-05 Richard Stallman <rms@gnu.org>
5963
5964 * emacs-lisp/advice.el (defadvice): Add usage pattern.
5965
5966 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
5967
5968 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
5969 thread in [h-e-w]).
5970
5971 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
5972
5973 * files.el (abort-if-file-too-large): Fix typo in docstring.
5974
5975 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5976
5977 * subr.el (functionp): Return nil for special forms.
5978
5979 2008-04-05 Glenn Morris <rgm@gnu.org>
5980
5981 * emacs-lisp/autoload.el (autoload-ensure-default-file):
5982 Provide a feature.
5983 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
5984 Require loaddef file rather than loading it.
5985 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
5986 autoload-ensure-default-file provides a feature.
5987
5988 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
5989 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
5990 (compile, compile-always, recompile): Use $LOADDEFS.
5991 (cal-autoloads): Remove.
5992
5993 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
5994 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
5995
5996 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
5997 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
5998
5999 * calendar/calendar.el (diary-hebrew-entry-symbol):
6000 Rename hebrew-diary-entry-symbol. Keep old name as alias.
6001 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
6002 Keep old name as alias.
6003 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
6004 Keep old name as alias.
6005 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
6006 to diary-bahai-entry-symbol.
6007 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
6008 to diary-hebrew-entry-symbol.
6009 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
6010 to diary-islamic-entry-symbol.
6011 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
6012
6013 * calendar/solar.el (diary-sabbath-candles-minutes)
6014 (diary-sabbath-candles): Move to cal-hebrew.
6015 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
6016 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
6017 Doc fix. Keep old name as alias.
6018 (diary-hebrew-sabbath-candles): Simplify.
6019 (solar-setup, solar-sunrise-sunset, calendar-latitude)
6020 (calendar-longitude, calendar-time-zone): Declare for compiler.
6021 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
6022 rename.
6023
6024 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
6025 Rename coptic-calendar-month-name-array. Update callers.
6026 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
6027 (calendar-coptic-name): Rename coptic-name. Update callers.
6028 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
6029 Update callers.
6030 (calendar-coptic-last-day-of-month):
6031 Rename coptic-calendar-last-day-of-month. Update callers.
6032 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
6033 Keep old name as alias, update callers.
6034 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
6035 Keep old name as alias, update callers.
6036 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
6037 Keep old name as alias.
6038 (calendar-ethiopic-month-name-array):
6039 Rename ethiopic-calendar-month-name-array. Update callers.
6040 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
6041 Update callers.
6042 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
6043 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
6044 Keep old name as alias, update callers.
6045 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
6046 Keep old name as alias, update callers.
6047 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
6048 Keep old name as alias.
6049
6050 * calendar/cal-french.el (calendar-french-epoch):
6051 Rename french-calendar-epoch. Update callers.
6052 (calendar-french-month-name-array): Rename variable and function
6053 french-calendar-month-name-array. Update callers.
6054 (calendar-french-multibyte-month-name-array):
6055 Rename french-calendar-multibyte-month-name-array. Update callers.
6056 (calendar-french-day-name-array): Rename variable and function
6057 french-calendar-day-name-array. Update callers.
6058 (calendar-french-special-days-array): Rename variable and function
6059 french-calendar-special-days-array. Update callers.
6060 (calendar-french-multibyte-special-days-array):
6061 Rename french-calendar-multibyte-special-days-array. Update callers.
6062 (calendar-french-accents-p): Rename french-calendar-accents.
6063 Update callers.
6064 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
6065 Update callers.
6066 (calendar-french-last-day-of-month):
6067 Rename french-calendar-last-day-of-month. Update callers.
6068 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
6069 Keep old name as alias, update callers.
6070 (calendar-french-print-date): Rename calendar-print-french-date.
6071 Keep old name as alias, update callers.
6072 (calendar-french-goto-date): Rename calendar-goto-french-date.
6073 Keep old name as alias.
6074
6075 * calendar/cal-menu.el, calendar/calendar.el:
6076 Update for Coptic and French name changes.
6077
6078 * calendar/cal-china.el (calendar-chinese): Rename custom group
6079 from chinese-calendar. Update users.
6080 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
6081 Keep old name as alias, update users.
6082 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
6083 Keep old name as alias.
6084 (calendar-chinese-daylight-time-offset):
6085 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
6086 update users.
6087 (calendar-chinese-standard-time-zone-name):
6088 Rename chinese-calendar-standard-time-zone-name.
6089 Keep old name as alias, update users.
6090 (calendar-chinese-daylight-saving-start):
6091 Rename chinese-calendar-daylight-savings-starts.
6092 Keep old name as alias, update users.
6093 (calendar-chinese-daylight-saving-end):
6094 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
6095 update users.
6096 (calendar-chinese-daylight-saving-start-time):
6097 Rename chinese-calendar-daylight-savings-starts-time.
6098 Keep old name as alias, update users.
6099 (calendar-chinese-daylight-saving-end-time):
6100 Rename chinese-calendar-daylight-savings-ends-time.
6101 Keep old name as alias, update users.
6102 (calendar-chinese-celestial-stem): Rename
6103 calendar-chinese-celestial-stem. Keep old name as alias, update users.
6104 (calendar-chinese-terrestrial-branch):
6105 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
6106 update users.
6107 (calendar-chinese-zodiac-sign-on-or-after):
6108 Rename chinese-zodiac-sign-on-or-after. Update callers.
6109 (calendar-chinese-new-moon-on-or-after):
6110 Rename chinese-new-moon-on-or-after. Update callers.
6111 (calendar-chinese-month-list): Rename chinese-month-list.
6112 Update callers.
6113 (calendar-chinese-number-months): Rename number-chinese-months.
6114 Update callers.
6115 (calendar-chinese-compute-year): Rename compute-chinese-year.
6116 Update callers.
6117 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
6118 (calendar-chinese-year): Rename chinese-year. Update callers.
6119 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
6120 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
6121 Keep old name as alias, update callers.
6122 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
6123 Keep old name as alias, update callers.
6124 (calendar-chinese-months-to-alist):
6125 Rename make-chinese-month-assoc-list. Update callers.
6126 (calendar-chinese-months): Rename chinese-months. Update callers.
6127 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
6128 Keep old name as alias, update callers.
6129
6130 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
6131 Rename hebrew-calendar-leap-year-p. Update callers.
6132 (calendar-hebrew-last-month-of-year):
6133 Rename hebrew-calendar-last-month-of-year. Update callers.
6134 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
6135 Update callers.
6136 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
6137 Update callers.
6138 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
6139 Update callers.
6140 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
6141 Update callers.
6142 (calendar-hebrew-last-day-of-month):
6143 Rename hebrew-calendar-last-day-of-month. Update callers.
6144 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
6145 Keep old name as alias, update callers.
6146 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
6147 Keep old name as alias, update callers.
6148 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
6149 Keep old name as alias, update callers.
6150 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
6151 Keep old name as alias.
6152 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
6153 Keep old name as alias.
6154 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
6155 Keep old name as alias.
6156 (holiday-hebrew-passover): Rename holiday-passover-etc.
6157 Keep old name as alias.
6158 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
6159 Keep old name as alias, update callers.
6160 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
6161 Keep old name as alias.
6162 (calendar-hebrew-mark-date-pattern):
6163 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
6164 update callers.
6165 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
6166 Keep old name as alias.
6167 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
6168 Keep old name as alias.
6169 (diary-hebrew-insert-monthly-entry):
6170 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
6171 (diary-hebrew-insert-yearly-entry):
6172 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
6173 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
6174 Keep old name as alias.
6175 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
6176 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
6177 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
6178 Keep old name as alias.
6179 (calendar-hebrew-parashiot-names):
6180 Rename hebrew-calendar-parashiot-names. Update callers.
6181 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
6182 (calendar-hebrew-year-Saturday-incomplete-Sunday):
6183 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
6184 (calendar-hebrew-year-Saturday-complete-Tuesday):
6185 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
6186 (calendar-hebrew-year-Monday-incomplete-Tuesday):
6187 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
6188 (calendar-hebrew-year-Monday-complete-Thursday):
6189 Rename hebrew-calendar-year-Monday-complete-Thursday.
6190 (calendar-hebrew-year-Tuesday-regular-Thursday):
6191 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
6192 (calendar-hebrew-year-Thursday-regular-Saturday):
6193 Rename hebrew-calendar-year-Thursday-regular-Saturday.
6194 (calendar-hebrew-year-Thursday-complete-Sunday):
6195 Rename hebrew-calendar-year-Thursday-complete-Sunday.
6196 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
6197 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
6198 (calendar-hebrew-year-Saturday-complete-Thursday):
6199 Rename hebrew-calendar-year-Saturday-complete-Thursday.
6200 (calendar-hebrew-year-Monday-incomplete-Thursday):
6201 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
6202 (calendar-hebrew-year-Monday-complete-Saturday):
6203 Rename hebrew-calendar-year-Monday-complete-Saturday.
6204 (calendar-hebrew-year-Tuesday-regular-Saturday):
6205 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
6206 (calendar-hebrew-year-Thursday-incomplete-Sunday):
6207 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
6208 (calendar-hebrew-year-Thursday-complete-Tuesday):
6209 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
6210 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
6211 Update for above name changes of constants.
6212
6213 * calendar/cal-menu.el, calendar/calendar.el:
6214 Update for chinese and hebrew name changes.
6215 * calendar/diary-lib.el: Update for hebrew name changes.
6216
6217 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6218
6219 * subr.el (keymap-canonicalize): Correct thinko.
6220
6221 * server.el: Undo part of the multi-tty change, which is only
6222 needed if server.el is preloaded, and broke server-running-p.
6223 (server-socket-dir): Initialize in the defvar, as before.
6224 (server-start): Remove initialization of server-socket-dir.
6225
6226 2008-04-05 Eli Zaretskii <eliz@gnu.org>
6227
6228 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
6229 3-member cons cells.
6230
6231 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
6232
6233 * cus-face.el (custom-face-attributes): Handle roman slant.
6234
6235 * faces.el (default): Ensure the face-defface-spec property is set.
6236
6237 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
6238
6239 * files.el (abort-if-file-too-large): New function.
6240 (find-file-noselect, insert-file-1): Use it.
6241
6242 2008-04-05 Reto Zimmermann <reto@gnu.org>
6243
6244 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
6245 Replace C-c[a-zA-Z] key bindings.
6246
6247 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6248
6249 * progmodes/hideif.el (hif-token-alist): New var.
6250 (hif-token-regexp, hif-tokenize): Use it.
6251 (hif-mathify-binop): New macro.
6252 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
6253 (hif-greater-equal, hif-less-equal): Use it.
6254 (hif-logior, hif-logand): New functions.
6255 (hif-math): Accept | and & as well.
6256
6257 * progmodes/etags.el: Fix problem with completion for buffer-local
6258 tables. Reported by Radey Shouman <shouman@comcast.net>.
6259 (tags-complete-tag): Remove.
6260 (tags-lazy-completion-table): New function to replace it.
6261 (find-tag-tag, complete-tag): Update users.
6262
6263 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
6264
6265 * vc-rcs.el (vc-rcs-dir-status):
6266 * vc-sccs.el (vc-sccs-dir-status): New function.
6267
6268 * outline.el (outline-mode-menu-bar-map):
6269 * term.el (terminal-signal-menu): Add :help.
6270
6271 * net/eudc.el (eudc-mode-map): Declare and define in one step.
6272 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
6273
6274 * emacs-lisp/re-builder.el (reb-mode-map):
6275 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
6276
6277 * diff-mode.el (diff-file-junk-re): Recognize the git format for
6278 new files, deleted files and for changing permissions.
6279 (diff-mode): Set beginning-of-defun-function and
6280 end-of-defun-function.
6281
6282 * vc-bzr.el (vc-bzr-state): Use when instead of if.
6283
6284 * vc.el (vc-default-status-fileinfo-extra): New function.
6285 (vc-status-mark-buffer-changed): Use it.
6286 (vc-update-vc-status-buffer): Allow for partial updates.
6287
6288 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6289
6290 * net/tramp.el (after-init-hook): Don't wrap a lambda around
6291 tramp-register-completion-file-name-handler.
6292
6293 * subr.el (keymap-canonicalize): New function.
6294 * mouse.el (mouse-menu-non-singleton): Use it.
6295 (mouse-major-mode-menu): Remove hack made unnecessary.
6296
6297 * simple.el (set-fill-column): Prompt rather than error by default.
6298
6299 2008-04-04 Andreas Schwab <schwab@suse.de>
6300
6301 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
6302 Reset new-rules after each round.
6303
6304 * Makefile.in (cal-autoloads): New target.
6305 (compile, compile-always, recompile): Depend on it.
6306 ($(lisp)/calendar/cal-loaddefs.el)
6307 ($(lisp)/calendar/diary-loaddefs.el)
6308 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
6309
6310 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
6311
6312 * ediff*.el: Replace load with require in eval-when-compile.
6313
6314 * ediff-hook: Delete all invocations of (autoload ...).
6315
6316 * ediff-util.el (ediff-setup): Make window-min-height a local variable
6317 in ediff control window, and set its min height to 2.
6318 (ediff-setup-control-buffer): Dedicate the control window.
6319 (ediff-toggle-multiframe): Undedicate control window.
6320 Work directly with ediff-setup-windows-multiframe and
6321 ediff-setup-windows-plain.
6322
6323 * ediff-wind (ediff-choose-window-setup-function-automatically):
6324 New function.
6325 (ediff-window-setup-function): Change initialization.
6326 (ediff-setup-windows-automatic): Delete.
6327 (ediff-setup-windows-plain-merge): Make control window dedicated.
6328 (ediff-destroy-control-frame): Do not skip frames if working in a
6329 single frame.
6330
6331 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
6332 eval-when-compile.
6333
6334 * emulation/viper-util.el: Move provide's forward, prevent recursion in
6335 eval-when-compile.
6336
6337 2008-04-04 Glenn Morris <rgm@gnu.org>
6338
6339 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
6340 calendar-absolute-from-bahai. Update callers, keep old name as alias.
6341
6342 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
6343 Rename islamic-calendar-leap-year-p. Update callers.
6344 (calendar-islamic-last-day-of-month):
6345 Rename islamic-calendar-last-day-of-month. Update callers.
6346 (calendar-islamic-day-number):
6347 Rename islamic-calendar-day-number. Update callers.
6348 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
6349 Update callers, keep old name as alias.
6350 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
6351 Update callers, keep old name as alias.
6352 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
6353 Keep old name as alias.
6354 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
6355 Update callers, keep old name as alias.
6356 (calendar-islamic-mark-date-pattern):
6357 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
6358 name as alias.
6359 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
6360 Keep old name as alias.
6361 (diary-islamic-insert-monthly-entry):
6362 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
6363 (diary-islamic-insert-yearly-entry):
6364 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
6365
6366 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
6367 calendar-absolute-from-iso. Update callers, keep old name as alias.
6368 (calendar-iso-print-date): Rename calendar-print-iso-date.
6369 Update callers, keep old name as alias.
6370 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
6371 Keep old name as alias.
6372 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
6373 Keep old name as alias.
6374
6375 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
6376 calendar-absolute-from-julian. Update callers, keep old name as alias.
6377 (calendar-julian-print-date): Rename calendar-print-julian-date.
6378 Update callers, keep old name as alias.
6379 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
6380 Update callers, keep old name as alias.
6381 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
6382 Update callers, keep old name as alias.
6383 (calendar-astro-print-day-number):
6384 Rename calendar-print-astro-day-number. Update callers, keep old
6385 name as alias.
6386 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
6387 Update callers, keep old name as alias.
6388
6389 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
6390 Rename calendar-string-to-mayan-long-count. Update callers.
6391 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
6392 Update callers, keep old name as alias.
6393 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
6394 Update callers.
6395 (calendar-mayan-read-tzolkin-date):
6396 Rename calendar-read-mayan-tzolkin-date. Update callers.
6397 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
6398 Keep old name as alias.
6399 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
6400 Keep old name as alias.
6401 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
6402 Keep old name as alias.
6403 (calendar-mayan-previous-tzolkin-date):
6404 Rename calendar-previous-tzolkin-date. Keep old name as alias.
6405 (calendar-mayan-next-round-date):
6406 Rename calendar-next-calendar-round-date. Keep old name as alias.
6407 (calendar-mayan-previous-round-date):
6408 Rename calendar-previous-calendar-round-date. Keep old name as alias.
6409 (calendar-mayan-long-count-to-absolute): Rename
6410 calendar-absolute-from-mayan-long-count. Keep old name as alias.
6411 (calendar-mayan-goto-long-count-date):
6412 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
6413
6414 * calendar/cal-persia.el (calendar-persian-month-name-array):
6415 Rename persian-calendar-month-name-array. Update callers.
6416 (calendar-persian-epoch): Rename persian-calendar-epoch.
6417 Update callers.
6418 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
6419 Update callers.
6420 (calendar-persian-last-day-of-month):
6421 Rename persian-calendar-last-day-of-month. Update callers.
6422 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
6423 Update callers, keep old name as alias.
6424 (calendar-persian-print-date): Rename calendar-print-persian-date.
6425 Update callers, keep old name as alias.
6426 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
6427 Keep old name as alias.
6428
6429 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
6430 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
6431 * calendar/solar.el: Update for cal-julian name changes.
6432
6433 * calendar/cal-dst.el: Update for persian name changes.
6434
6435 * calendar/cal-menu.el, calendar/calendar.el:
6436 Update for islamic, iso, julian, mayan, persian name changes.
6437
6438 * calendar/diary-lib.el: Update for islamic name changes.
6439
6440 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
6441 Rename all-hebrew-calendar-holidays. Update callers, keep old name
6442 as alias.
6443 (calendar-christian-all-holidays-flag):
6444 Rename all-christian-calendar-holidays. Update callers, keep old
6445 name as alias.
6446 (calendar-islamic-all-holidays-flag):
6447 Rename all-islamic-calendar-holidays. Update callers, keep old
6448 name as alias.
6449 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
6450 Update callers, keep old name as alias.
6451 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
6452 Update for the above name changes.
6453
6454 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
6455
6456 * hilit-chg.el (global-highlight-changes-mode)
6457 (highlight-changes-passive-string, highlight-changes-active-string):
6458 Mark as obsolete since 23.1, not 22.1.
6459
6460 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
6461
6462 * hilit-chg.el (highlight-changes-visibility-initial-state)
6463 (hilit-chg-update, highlight-changes-mode-turn-on):
6464 Fix typos in docstrings.
6465
6466 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
6467
6468 * newcomment.el (comment-enter-backward): Be careful to restore
6469 position changed during narrowing.
6470
6471 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
6472
6473 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6474 Recognize `sub ($$)'.
6475
6476 2008-04-03 Richard Sharman <rsharman@pobox.com>
6477
6478 * hilit-chg.el (highlight-changes-mode): Rename from
6479 highlight-changes; no longer uses sub-modes active and passive;
6480 implemented by define-minor-mode.
6481 (highlight-changes-toggle-visibility): New function, to replace
6482 the old passive/active submodes of global-highlight-changes-mode;
6483 implemented by define-minor-mode.
6484 (global-highlight-changes-mode): Rename from global-highlight-changes;
6485 rewrite using define-globalized-minor-mode.
6486 (hilit-chg-major-mode-hook, hilit-chg-check-global)
6487 (hilit-chg-post-command-hook, hilit-chg-check-global)
6488 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
6489 to use of define-globalized-minor-mode.
6490 (highlight-changes-global-initial-state): Change to be boolean.
6491 (highlight-changes-visible-string, highlight-changes-invisible-string):
6492 Rename from highlight-changes-active-string and
6493 highlight-changes-passive-string.
6494 (hilit-chg-update, hilit-chg-set): Use them.
6495 (global-highlight-changes-mode): Rename from global-highlight-changes.
6496 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
6497 docstring.
6498 (hilit-chg-hide-changes): Rewrite to use dolist.
6499 (hilit-chg-set-face-on-change, hilit-chg-update)
6500 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
6501 variable instead of testing highlight-changes-mode.
6502 (highlight-markup-buffers): Add require ediff-util; argument on calls
6503 to highlight-changes-mode changed.
6504 (highlight-compare-with-file): Fix problems with interactive
6505 call giving invalid default file.
6506
6507 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
6508
6509 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
6510 Fix in disassembly buffer (regression in 22.2).
6511
6512 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
6513
6514 * emulation/viper-macs.el (viper-read-fast-keysequence):
6515 Use viper-read-event instead of viper-read-key.
6516
6517 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
6518
6519 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
6520 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
6521 let-statements.
6522
6523 * emulation/viper-ex.el, emulation/viper-macs.el:
6524 * emulation/viper-mous.el:
6525 Replace load with require in eval-when-compile.
6526
6527 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6528
6529 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
6530
6531 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
6532 (archive-try-jka-compr): New function.
6533 (archive-set-buffer-as-visiting-file): Use it.
6534
6535 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
6536
6537 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
6538
6539 * simple.el (handle-shift-selection): New arg.
6540
6541 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
6544
6545 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
6546
6547 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
6548
6549 * shell.el (shell-dynamic-complete-filename): New fun.
6550 (shell-dynamic-complete-functions): Use it.
6551
6552 * help-fns.el (describe-variable): Undo 2008-02-25 change.
6553
6554 2008-04-03 Kenichi Handa <handa@m17n.org>
6555
6556 * international/fontset.el (create-fontset-from-x-resource):
6557 Handle the error of X resource more gracefully.
6558
6559 * international/latin1-disp.el (latin1-display): Don't use make-char.
6560 Fix the argument to set-char-table-range.
6561 (latin1-display-identities): Don't use make-char.
6562 (latin1-display-reset): Use map-charset-chars instead of directly
6563 calling standard-display-default.
6564 (latin1-display-check-font): Don't use make-char.
6565 (latin1-display-setup): Likewise.
6566 (latin1-display-ucs-per-lynx): Likewise.
6567
6568 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6569
6570 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
6571 name the fields, to make the code clearer.
6572 Rewrite all `aset' and `aref' using the defined accessors.
6573 (timer--time): New pseudo-field.
6574 (timer-set-time, timer-set-idle-time, timer-inc-time)
6575 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
6576 (timer--time-less-p): New function.
6577 (timer--activate): New function, extracted from timer-activate.
6578 (timer-activate-when-idle, timer-activate): Use it.
6579 (cancel-function-timers): Use dolist.
6580
6581 2008-04-03 Glenn Morris <rgm@gnu.org>
6582
6583 * add-log.el (c-beginning-of-defun, c-end-of-defun):
6584 Remove declarations; no longer used.
6585 (c-cpp-define-name, c-defun-name): Declare as functions.
6586
6587 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
6588 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
6589
6590 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
6591 (holiday-passover-etc, holiday-hanukkah): Doc fix.
6592 Add optional argument. Simplify.
6593 (holiday-tisha-b-av-etc): Use memq rather than unless.
6594 (holiday-julian): Autoload it.
6595 (holiday-hebrew-misc): New function.
6596
6597 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
6598
6599 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
6600 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
6601 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
6602 all-hebrew-calendar-holidays.
6603 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
6604 Simplify using new functions.
6605 (calendar-holidays): Doc fix.
6606 (generate-calendar-window): Use bound-and-true-p.
6607
6608 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
6609
6610 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
6611 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
6612 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
6613 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
6614
6615 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
6616
6617 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6618
6619 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
6620
6621 * vc-bzr.el (vc-bzr-checkout): Simplify.
6622
6623 * image-mode.el (image-mode-fit-frame): New command.
6624
6625 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
6626 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
6627 (keyboard-escape-quit): Check region-active-p i.s.o
6628 transient-mark-mode.
6629
6630 2008-04-02 Simon Josefsson <simon@josefsson.org>
6631
6632 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
6633 (imap-message-copyuid-1): Use it.
6634 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
6635 J. Williams in
6636 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6637
6638 2008-04-02 Alan Mackenzie <acm@muc.de>
6639
6640 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
6641 New optimised functions to get the name of the current defun/macro.
6642
6643 * add-log.el (add-log-current-defun): Move the functionality which
6644 gets the current function name for C like modes to cc-cmds.el,
6645 thus optimising for speed.
6646
6647 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
6648
6649 * simple.el (deactivate-mark): When the mark is temporarily
6650 active, restore the original value of transient-mark-mode.
6651 (set-mark-command): First deactivate the mark if was temporarily active.
6652 (exchange-point-and-mark): Reactivate the mark if it was
6653 temporarily active.
6654 (handle-shift-selection): New fun.
6655 (transient-mark-mode): Move var documentation here from buffer.c.
6656 (next-line, previous-line, backward-word, move-end-of-line)
6657 (move-beginning-of-line, forward-to-indentation)
6658 (backward-to-indentation, back-to-indentation)
6659 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
6660
6661 * mouse.el (mouse-set-region-1): Save the old value of
6662 transient-mark-mode.
6663 (mouse-drag-track): Ignore the now-obsolete value `identity' for
6664 transient-mark-mode.
6665
6666 * textmodes/paragraphs.el (forward-paragraph)
6667 (backward-paragraph, forward-sentence, backward-sentence): Add ^
6668 interactive spec.
6669
6670 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
6671
6672 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
6673
6674 * net/tramp.el (tramp-make-tramp-temp-file):
6675 Use `tramp-drop-volume-letter' for the local file name part.
6676
6677 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6678
6679 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
6680 Add menu entries corresponding to all the key bindings.
6681
6682 * emacs-lisp/debug.el (debugger-mode-map):
6683 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
6684 (conf-align-assignments): Only work on the region if it is active.
6685 (conf-quote-normal): Use when instead of if. Remove redundant test.
6686
6687 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6688 for tracing and re-builder.
6689
6690 2008-04-02 Glenn Morris <rgm@gnu.org>
6691
6692 * calendar/appt.el (appt-disp-window-function): Doc fix.
6693 (appt-display-message): Move beep before display.
6694 (appt-check): Make interactive. Reduce the number of lets.
6695 Use string-equal to compare mode-line strings.
6696 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
6697 read-only.
6698 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
6699 (appt-delete): Simplify.
6700
6701 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
6702
6703 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
6704
6705 * calendar/cal-hebrew.el (list-yahrzeit-dates):
6706 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
6707 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
6708
6709 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
6710 (calendar-holiday-marker, mark-visible-calendar-date):
6711 * calendar/diary-lib.el (fancy-diary-display):
6712 Check for font-lock-mode before using faces.
6713
6714 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
6715 (calendar-gregorian-from-absolute): Reduce the number of lets.
6716 (hebrew-holidays-4, generate-calendar-window): Simplify.
6717 (calendar-for-loop): Make obsolete.
6718 (calendar-nth-named-day): Doc fix.
6719
6720 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
6721 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
6722 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
6723 Reduce the number of lets.
6724 (mark-sexp-diary-entries, calendar-mark-complex):
6725 Expand calendar-for-loops.
6726
6727 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
6728
6729 * find-dired.el (find-dired-filter): Fix last patch to handle
6730 multi-line process input. Pad link numbers too.
6731
6732 2008-04-01 Jari Aalto <jari.aalto@cante.net>
6733
6734 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
6735
6736 2008-04-01 Jason Rumney <jasonr@gnu.org>
6737
6738 * international/characters.el (script-list): Add phonetic script,
6739 covering IPA (previously Latin), Phonetic Extensions and
6740 Phonetic Extensions Supplement (both previously unassigned).
6741
6742 * international/fontset.el (setup-default-fontset): Use unicode fonts
6743 that cover bopomofo script for bopomofo.
6744 Likewise for braille and mathematical.
6745 Use unicode scripts that cover the phonetic script for IPA.
6746
6747 2008-04-01 Johan Bockgård <bojohan@gnu.org>
6748
6749 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
6750 return the assigned value.
6751
6752 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6753
6754 * abbrev.el (abbrev-mode): Use define-minor-mode.
6755
6756 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
6757 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
6758 Use map-keymap.
6759 (minor-mode-menu-from-indicator): Use it. Simplify.
6760
6761 * bindings.el (mode-line-mode-menu): Move before (new) first use.
6762 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
6763 Bind the key directly to the menu.
6764 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
6765
6766 2008-04-01 Daiki Ueno <ueno@unixuser.org>
6767
6768 * epa.el (epa-decrypt-region): Explain the reason why this
6769 function should not be used in Lisp programs.
6770 (epa-decrypt-armor-in-region): Ditto.
6771 (epa-verify-region): Ditto.
6772 (epa-verify-cleartext-in-region): Ditto.
6773 (epa-sign-region): Ditto.
6774 (epa-encrypt-region): Ditto.
6775
6776 * epg.el (epg-start-receive-keys): Fix typo in docstring.
6777
6778 * epa.el (epa-select-keys): Show menu even if there is no key in
6779 GnuPG's keyring.
6780
6781 2008-04-01 Glenn Morris <rgm@gnu.org>
6782
6783 * calendar/calendar.el (calendar-make-temp-face): New function.
6784 (mark-visible-calendar-date):
6785 * calendar/diary-lib.el (fancy-diary-display): Use it.
6786
6787 * vc-hooks.el (vc-responsible-backend): Declare as function.
6788
6789 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
6790 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
6791 * calendar/cal-julian.el (holiday-julian): Use it.
6792
6793 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
6794 (calendar-hebrew-date-is-visible-p): Extract some common code into
6795 separate function.
6796 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
6797
6798 * calendar/cal-menu.el (cal-menu-holidays-menu):
6799 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
6800 rather than obsolete alias.
6801
6802 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
6803 for mark characters.
6804 (calendar-unmark): Unmark by removing all overlays, rather than
6805 redrawing.
6806 (calendar-starred-day): Remove.
6807 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
6808 (calendar-cursor-to-date): No need for special star handling now
6809 using overlays.
6810 (calendar-star-date): Use overlays.
6811
6812 * calendar/cal-french.el (calendar-goto-french-date):
6813 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
6814 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
6815 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
6816 * calendar/cal-persia.el (calendar-persian-date-string):
6817 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6818 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
6819 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
6820 * calendar/solar.el (solar-equinoxes-solstices):
6821 Reduce nesting of some lets.
6822
6823 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
6824 (calendar-goto-mayan-long-count-date): Simplify.
6825
6826 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
6827 Simplify by using mapcar.
6828 (calendar-list-holidays): Return holiday-list.
6829 (list-holidays): Use let rather than let*. Remove un-needed locals
6830 `d', `never'.
6831 (calendar-check-holidays): Return result from dolist.
6832 (holiday-float): Use a single let*. Simplify if-and to and.
6833 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
6834 single let*.
6835
6836 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
6837
6838 * calc/calc.el: Autoload `calc-yank'.
6839 (calc-mode-map): Add keybindings for `calc-yank'.
6840 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
6841 assignments for `calc-yank'.
6842
6843 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
6844
6845 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
6846 (vc-status-mark-buffer-changed): Handle the extra field.
6847
6848 * vc-bzr.el (vc-bzr-after-dir-status):
6849 * vc-cvs.el (vc-cvs-after-dir-status):
6850 * vc-hg.el (vc-hg-after-dir-status):
6851 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
6852
6853 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6854
6855 * doc-view.el: Compute displayed pages first (in PDF).
6856 (doc-view-current-converter-processes): Rename from
6857 doc-view-current-converter-process. Update users.
6858 (doc-view-sentinel): Test buffer's liveness.
6859 (doc-view-pdf/ps->png-sentinel): Remove.
6860 (doc-view-start-process): New function.
6861 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
6862 (doc-view-ps->pdf): Use it.
6863 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
6864 New functions.
6865 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
6866 (doc-view-mode): Kill the processes when leaving the mode.
6867
6868 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
6869
6870 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
6871 Use `byte-compile-warning-types'. Add docstring.
6872
6873 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6874
6875 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
6876 (smerge-resolve): Add various resolution heuristics.
6877
6878 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
6879 in 3-way conflicts.
6880
6881 2008-03-31 Glenn Morris <rgm@gnu.org>
6882
6883 * calendar/cal-bahai.el (diary-bahai-mark-entries):
6884 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
6885 * calendar/cal-islam.el (mark-islamic-diary-entries):
6886 Fix argument order in call to diary-mark-entries-1.
6887
6888 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
6889 pre-Bahai dates.
6890 (holiday-bahai): Use an algorithm actually relevant to this calendar
6891 system.
6892
6893 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
6894
6895 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
6896 Use and.
6897
6898 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
6899 in the last fortnight in Julian October.
6900
6901 * calendar/calendar.el (increment-calendar-month): Optionally handle
6902 systems without 12 months per year.
6903
6904 (calendar-date-is-visible-p): Doc fix. Simplify.
6905
6906 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
6907 from dolist.
6908
6909 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
6910
6911 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
6912 (hi-lock-unload-function): New function.
6913
6914 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
6915
6916 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
6917 overwriting when NEWNAME is a local file.
6918
6919 * net/trampver.el: Update release number.
6920
6921 2008-03-30 Alexandre Julliard <julliard@winehq.org>
6922
6923 * vc-git.el: Make vc-status display information about copies,
6924 renames and permission changes.
6925 (vc-git-extra-fileinfo): New defstruct.
6926 (vc-git-escape-file-name, vc-git-file-type-as-string)
6927 (vc-git-rename-as-string, vc-git-permissions-as-string)
6928 (vc-git-status-printer): New functions.
6929 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
6930 (vc-git-after-dir-status-stage1): Look for copies, renames and
6931 permission changes.
6932 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
6933 (vc-git-dir-status): Ask for staged files and renames.
6934
6935 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
6936
6937 * vc.el: Allow backends to display backend specific information in
6938 the vc-status listing.
6939 (vc-status-fileinfo): Add a field for backend specific information.
6940 (vc-status-printer): Rename to ...
6941 (vc-default-status-printer): ... this.
6942 (vc-status-printer): New function.
6943 (vc-update-vc-status-buffer): Set the backend specific file info
6944 if provided.
6945
6946 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
6947
6948 * textmodes/remember.el (remember-diary-convert-entry): Revert last
6949 change (ill-conceived).
6950
6951 2008-03-29 Glenn Morris <rgm@gnu.org>
6952
6953 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
6954 * calendar/cal-julian.el (holiday-julian): Simplify.
6955
6956 * calendar/holidays.el (list-holidays): Use or.
6957
6958 2008-03-29 Juri Linkov <juri@jurta.org>
6959
6960 * window.el (split-window-preferred-horizontally): New function.
6961
6962 * cus-start.el (split-window-preferred-function):
6963 Set choice for "vertically" to nil instead of split-window.
6964 Set choice for "horizontally" to split-window-preferred-horizontally
6965 instead of lambda.
6966
6967 2008-03-29 Juri Linkov <juri@jurta.org>
6968
6969 * simple.el (minibuffer-default-add-function): New variable with
6970 the default to minibuffer-default-add-completions.
6971 (minibuffer-default-add-done): New variable. Make it buffer-local.
6972 (minibuffer-default-add-completions): New function.
6973 (goto-history-element): Set minibuffer-default-add-done to t and
6974 call a function in minibuffer-default-add-function when the
6975 specified absolute history position is greater than the length of
6976 the minibuffer-default list and minibuffer-default-add-done is nil.
6977 Change "^End of history; no next item$" to "^End of defaults;
6978 no next item$".
6979
6980 * bindings.el (debug-ignored-errors): Change "^End of history;
6981 no next item$" to "^End of defaults; no next item$".
6982
6983 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6984
6985 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
6986
6987 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
6988 to with-no-warnings.
6989
6990 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
6991
6992 Sync with Tramp 2.1.13.
6993
6994 * net/tramp-ftp.el: Require 'cl when byte-compiling.
6995
6996 * net/trampver.el: Update release number.
6997
6998 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
6999
7000 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
7001 the current backend.
7002
7003 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
7004 (vc-status-refresh): Create a temporary buffer and call the
7005 `dir-status' backend function from that buffer.
7006
7007 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
7008 (vc-bzr-after-dir-status): Don't kill the buffer.
7009
7010 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
7011 (vc-cvs-after-dir-status): Don't kill the buffer.
7012
7013 * vc-git.el (vc-git-dir-status): Don't create a buffer.
7014 (vc-git-after-dir-status-stage2): Don't kill the buffer.
7015
7016 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
7017 (vc-hg-after-dir-status): Don't kill the buffer.
7018
7019 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
7020 (vc-svn-after-dir-status): Don't kill the buffer.
7021
7022 2008-03-29 Glenn Morris <rgm@gnu.org>
7023
7024 * calendar/calendar.el (diary-file, american-date-diary-pattern)
7025 (european-date-diary-pattern, european-calendar-display-form)
7026 (american-calendar-display-form, diary-display-hook): Doc fixes.
7027 (european-calendar-style): Doc fix. Use calendar-set-date-style for
7028 custom :set. Mark as obsolete.
7029 (calendar-date-style, iso-date-diary-pattern)
7030 (iso-calendar-display-form): New user variables.
7031 (diary-date-forms, calendar-date-display-form): Set using
7032 calendar-date-style. Doc fix.
7033 (calendar-set-date-style): New command.
7034 (european-calendar, american-calendar): Use calendar-set-date-style.
7035 Mark as obsolete.
7036
7037 * calendar/diary-lib.el (number): Move declaration where needed.
7038 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
7039 (diary-make-date): New function.
7040 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
7041 Use diary-make-date.
7042 (diary-date-display-form, diary-insert-entry-1): New functions.
7043 (insert-monthly-diary-entry, insert-yearly-diary-entry):
7044 Use diary-insert-entry-1.
7045 (insert-anniversary-diary-entry, insert-block-diary-entry)
7046 (insert-cyclic-diary-entry): Use diary-date-display-form.
7047
7048 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
7049 Autoload diary-insert-entry-1.
7050 * calendar/cal-bahai.el (diary-bahai-insert-entry)
7051 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
7052 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
7053 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
7054 * calendar/cal-islam.el (insert-islamic-diary-entry)
7055 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
7056 Use diary-insert-entry-1.
7057
7058 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
7059 (diary-yahrzeit): Doc fix. Use diary-make-date.
7060
7061 * calendar/icalendar.el (icalendar--datetime-to-american-date):
7062 New name for icalendar--datetime-to-noneuropean-date. Make old name
7063 obsolete alias.
7064 (icalendar--datetime-to-iso-date): New function.
7065 (icalendar--datetime-to-diary-date): Doc fix. Respect
7066 calendar-date-style if bound.
7067
7068 * textmodes/remember.el (remember-diary-convert-entry):
7069 Respect calendar-date-style if bound.
7070
7071 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7072
7073 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
7074 (xterm-mouse-handle-delete-frame): Delete.
7075
7076 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
7077 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
7078 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
7079 in xterm-modify-other-keys-terminal-list.
7080
7081 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
7082 are conflicts.
7083
7084 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
7085
7086 * vc.el (vc-update): Check if the buffer is unsaved only if it
7087 actually exists.
7088 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
7089 vc-print-log.
7090
7091 2008-03-28 Magnus Henoch <mange@freemail.hu>
7092
7093 * net/dns.el (dns-write): Use set-buffer-multibyte.
7094
7095 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7096
7097 * vc-bzr.el (vc-bzr-sha1): New fun.
7098 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
7099 (vc-bzr-registered): Use it.
7100
7101 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
7102
7103 * vc.el (vc-status-kill-dir-status-process): Simplify.
7104 (vc-status-refresh): Make sure the buffer is live.
7105 (ring): Don't require it, not used.
7106
7107 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
7108
7109 * progmodes/verilog-mode.el (verilog-auto-inout-module):
7110 Add optional regular expression to AUTOINOUTMODULE.
7111 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
7112 (verilog-auto-inst-param, verilog-auto-reg)
7113 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
7114 (verilog-auto-output-every, verilog-auto-input)
7115 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
7116 (verilog-auto-unused, verilog-auto): Update documentation to use
7117 more obvious instance module names versus cell names.
7118
7119 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
7120
7121 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
7122 kill if a process is running.
7123
7124 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
7125
7126 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
7127
7128 * vc.el: Add new backend function 'status-extra-headers.
7129 (vc-default-status-extra-headers): New function.
7130 (vc-status-headers): Call 'status-extra-headers. Add colors.
7131
7132 * vc-git.el (vc-git-status-extra-headers): New function.
7133
7134 2008-03-28 Glenn Morris <rgm@gnu.org>
7135
7136 * calendar/cal-menu.el (cal-menu-holidays-menu)
7137 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
7138 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
7139 holiday-list is optional.
7140 (calendar-mouse-holidays): Remove un-needed local `l'.
7141
7142 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
7143 Remove un-needed local `date'.
7144 (calendar-cursor-to-visible-date): Use let rather than let*.
7145 Remove un-needed local `first-of-month-weekday'.
7146
7147 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
7148
7149 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
7150 Doc fixes.
7151 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
7152 (diary-header-line-flag, diary-header-line-format): Declare.
7153 (diary-pull-attrs): Check for multiple matches.
7154 (diary-list-entries-2): Simplify finding start of date.
7155 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
7156 pop-up-frames.
7157 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
7158 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
7159
7160 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
7161
7162 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
7163
7164 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
7165
7166 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7167
7168 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
7169
7170 * image-mode.el (image-mode-reapply-winprops): Fix last change.
7171
7172 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
7173
7174 * international/mule-conf.el (define-iso-single-byte-charset):
7175 Don't make latin-iso8859-* supplementary.
7176 (#'set-charset-priority): Don't change the priority of charsets
7177 `unicode' and `emacs'.
7178
7179 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
7182 temp buffer.
7183
7184 2008-03-27 Glenn Morris <rgm@gnu.org>
7185
7186 * calendar/cal-bahai.el (diary-bahai-list-entries):
7187 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
7188 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
7189
7190 * calendar/calendar.el (diary-file): Doc fix.
7191
7192 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
7193 (list-diary-entries-hook, mark-diary-entries-hook)
7194 (include-other-diary-files, diary-mail-entries)
7195 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
7196 (diary-set-header): New function.
7197 (diary-header-line-flag, diary-header-line-format):
7198 Use diary-set-header for custom :set function.
7199 (diary-set-maybe-redraw): Use symbol-value rather than eval.
7200 (diary-attrtype-convert): Use intern-soft rather than read.
7201 (diary-display-no-entries): New function.
7202 (simple-diary-display, fancy-diary-display): Use it.
7203 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
7204 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
7205
7206 * calendar/holidays.el (list-holidays): Doc fix.
7207
7208 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
7209
7210 * calc/calc-store.el (calc-read-var-name-history): New variable.
7211 (calc-read-var-name): Use `calc-read-var-name-history'.
7212
7213 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7214
7215 * image-mode.el (image-mode-reapply-winprops): Simplify now that
7216 window-configuration-change-hook works buffer-locally.
7217
7218 2008-03-26 Johan Bockgård <bojohan@gnu.org>
7219
7220 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
7221 for Emacs Lisp, not Lisp.
7222
7223 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
7224
7225 * help-fns.el (describe-function-1, describe-variable):
7226 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
7227
7228 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
7229 replacement is provided, don't print "use nil instead".
7230
7231 2008-03-26 Johan Bockgård <bojohan@gnu.org>
7232
7233 * complete.el (PC-do-completion): Use regexp-quote.
7234
7235 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
7236
7237 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
7238 Detect missing files.
7239
7240 * vc-git.el (vc-git-extra-menu-map): New key map.
7241 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
7242 New functions.
7243
7244 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
7245 and 'missing files.
7246
7247 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7248
7249 * calendar/holidays.el (list-holidays): Make Y2 optional.
7250
7251 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
7252 buffers shown to the user.
7253 (appt-disp-window): Disable undo explicitly now that the leading space
7254 is gone.
7255
7256 * simple.el (activate-mark): New function.
7257 (set-mark-command): Use it with region-active-p to clean up the code.
7258 (exchange-point-and-mark): Invert the meaning of C-u when
7259 transient-mark-mode is active.
7260
7261 * dired-aux.el (dired-create-files): Use dolist.
7262
7263 * bindings.el (mode-line-change-eol): Use with-selected-window.
7264
7265 * apropos.el (apropos-command): Include macros.
7266
7267 2008-03-26 Glenn Morris <rgm@gnu.org>
7268
7269 * calendar/cal-bahai.el: Require calendar, not cal-julian.
7270 (calendar-bahai-epoch): Doc fix.
7271
7272 * calendar/cal-china.el: Explicitly require calendar.
7273
7274 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
7275 Require calendar rather than cal-julian.
7276 Autoload calendar-absolute-from-julian.
7277 * calendar/cal-coptic.el (coptic-calendar-epoch):
7278 * calendar/cal-islam.el (calendar-islamic-epoch):
7279 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
7280
7281 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
7282
7283 * calendar/cal-dst.el: Don't require cal-persia.
7284 (calendar-absolute-from-persian): Autoload it.
7285 (dst-adjust-time): Doc fix.
7286
7287 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
7288 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
7289 calendar.
7290
7291 * calendar/cal-menu.el: Require calendar rather than declaring
7292 functions.
7293 * calendar/calendar.el: Provide calendar before requiring cal-menu.
7294
7295 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
7296 calendar-after-frame-setup-hooks. Update callers, make old name an
7297 obsolete alias. Doc fix.
7298 (calendar-frame-1): Doc fix.
7299
7300 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
7301
7302 * calendar/calendar.el (oriental-holidays, solar-holidays):
7303 * calendar/holidays.el (list-holidays): Assume atan always bound.
7304
7305 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
7306 Explicitly require calendar, not cal-julian.
7307 * calendar/lunar.el: Explicitly require cal-dst.
7308
7309 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7310
7311 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
7312
7313 * help-fns.el (describe-function-1, describe-variable): If no
7314 replacement is provided, don't print "use nil instead".
7315
7316 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7317
7318 * proced.el: New file.
7319
7320 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
7321
7322 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
7323
7324 2008-03-25 Juri Linkov <juri@jurta.org>
7325
7326 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
7327 in battery-mode-line-format.
7328
7329 * bindings.el (minibuffer-local-map): For the command
7330 file-cache-minibuffer-complete replace keymap minibuffer-local-map
7331 with map which is already locally bound to minibuffer-local-map.
7332
7333 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7334
7335 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
7336 Remove `sort-first' argument.
7337
7338 * subr.el (redisplay-end-trigger-functions)
7339 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
7340 (process-filter-multibyte-p, set-process-filter-multibyte):
7341 Mark as obsolete.
7342
7343 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
7344
7345 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
7346 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
7347 use the LOCAL arg of `add-hook'.
7348 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
7349 Remove spurious * from defcustom docstrings.
7350 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
7351 Fix typos in messages.
7352 (reb-mode-buffer-p): New function.
7353 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
7354 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
7355 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
7356 Use `unless', `when'.
7357 (re-builder-unload-function): New function.
7358
7359 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
7360
7361 * vc-hooks.el (vc-state): Add documentation for 'missing.
7362
7363 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
7364
7365 * progmodes/verilog-mode.el (verilog-auto-output)
7366 (verilog-auto-input, verilog-auto-inout, verilog-auto)
7367 (verilog-delete-auto): Add optional regular expression to
7368 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
7369 (verilog-signals-matching-regexp): New internal function for
7370 signal matching.
7371
7372 2008-03-25 Johan Bockgård <bojohan@gnu.org>
7373
7374 * info.el (Info-isearch-search): Always return point.
7375
7376 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7377
7378 * diff-mode.el (diff-remembered-defdir): New var.
7379 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
7380
7381 2008-03-25 Glenn Morris <rgm@gnu.org>
7382
7383 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
7384 calendar-bahai-prompt-for-date. Update callers, make old name an
7385 obsolete alias. Doc fix.
7386 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
7387 coptic-prompt-for-date. Update callers, make old name an
7388 obsolete alias. Doc fix.
7389 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
7390 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
7391 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
7392 calendar-islamic-prompt-for-date. Update callers. Doc fix.
7393 * calendar/cal-iso.el (calendar-iso-read-date): New name for
7394 calendar-iso-read-args. Update callers, make old name an obsolete
7395 alias.
7396 * calendar/cal-persia.el (calendar-persian-read-date): New name for
7397 persian-prompt-for-date. Update callers, make old name an
7398 obsolete alias. Doc fix. Move definition before use.
7399
7400 * calendar/cal-x.el (diary-frame-parameters)
7401 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
7402 (calendar-frame-1): Doc fixes.
7403 (make-fancy-diary-buffer): Remove declaration.
7404 (calendar-dedicate-diary): Replace call to deleted function
7405 make-fancy-diary-buffer.
7406 (calendar-frame-setup): New function.
7407 (calendar-one-frame-setup, calendar-only-one-frame-setup)
7408 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
7409 work, and mark as obsolete.
7410 (special-display-buffer-names): Don't mess with this; it's not our
7411 business.
7412 (cal-x-load-hook): Defvar it, and mark as obsolete.
7413
7414 * calendar/calendar.el (calendar-remove-frame-by-deleting):
7415 Default to t. Add to 'calendar group.
7416 (calendar): Doc fix. Use calendar-frame-setup.
7417 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
7418 (generate-calendar-window): Doc fix.
7419
7420 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
7423
7424 2008-03-24 Drew Adams <drew.adams@oracle.com>
7425
7426 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
7427 New variables.
7428 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
7429 (finder-exit): Ignore errors rather than avoiding them.
7430 Kill *Finder-package* buffer also.
7431
7432 2008-03-24 Andreas Schwab <schwab@suse.de>
7433
7434 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
7435
7436 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
7437
7438 * vc-hg.el (vc-hg-after-dir-status):
7439 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
7440
7441 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
7442 Detect removed files.
7443
7444 * vc.el (vc-status-printer): Use a different face for missing files.
7445 (vc-status-hide-up-to-date): Rename from
7446 vc-status-remove-up-to-date. Update all callers.
7447 (vc-status-mode-map): Bind C-m.
7448
7449 2008-03-24 Alexandre Julliard <julliard@winehq.org>
7450
7451 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
7452 code ...
7453 (vc-git--state-code): ... to this new function.
7454 (vc-git-state): Use it.
7455
7456 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
7457
7458 * textmodes/remember.el (remember-mail-date)
7459 (remember-store-in-mailbox): Write date and From line in such a
7460 way that Mutt can read it.
7461
7462 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
7463
7464 * simple.el (transient-mark-mode): Turn on by default.
7465
7466 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
7467
7468 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
7469 'unregistered for unregistered files.
7470
7471 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
7472
7473 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
7474
7475 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
7476 subdirectories.
7477
7478 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
7479 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
7480 Add :enable for vc-status-refresh.
7481 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
7482 (vc-status-tool-bar-map): Add binding for
7483 vc-status-kill-dir-status-process.
7484 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
7485 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
7486 Reset vc-status-process-buffer.
7487 (vc-status-refresh): Don't run two refreshes at a time.
7488 (vc-status): If the buffer is already in vc-status-mode only refresh.
7489 (vc-status-mark-buffer-changed): Add an optional file parameter.
7490 (vc-resynch-buffer): Use it.
7491 (vc-delete-file): Expand the file name before using it.
7492 Be careful to not create a new buffer with the old file contents.
7493 Update the VC state after performing the operation.
7494
7495 2008-03-23 Andreas Schwab <schwab@suse.de>
7496
7497 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
7498 Fix radio button condition.
7499 [box]: Likewise.
7500 [customize]: Add radio button.
7501
7502 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
7503
7504 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
7505 (calc-user-parse-tables, calc-gnuplot-default-device)
7506 (calc-gnuplot-default-output, calc-gnuplot-print-device)
7507 (calc-gnuplot-print-output, calc-gnuplot-geometry)
7508 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
7509 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
7510 (calc-undo-list, calc-redo-list, calc-main-buffer)
7511 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
7512 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
7513 (calc-said-hello, calc-executing-macro, calc-any-selections)
7514 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
7515 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
7516 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
7517 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
7518 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
7519 (calc-create-buffer, calc-quit): Add docstrings.
7520
7521 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
7522
7523 * makefile.w32-in (WINS_ALMOST): Add org.
7524
7525 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
7526
7527 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
7528 New functions to implement vc-status support.
7529
7530 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
7531
7532 * vc.el (vc-status-prepare-status-buffer): New function.
7533 (vc-status): Use it.
7534
7535 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
7536 appropriate.
7537
7538 2008-03-22 Alexandre Julliard <julliard@winehq.org>
7539
7540 * vc-git.el (vc-git--empty-db-p)
7541 (vc-git-after-dir-status-stage1-empty-db): New functions.
7542 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
7543 Add support for empty repositories.
7544
7545 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
7546
7547 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7548 Allow "^" in a version name.
7549
7550 * vc-mtn.el (vc-mtn-state): Support the added state.
7551
7552 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
7553
7554 * org: New directory for Org-mode.
7555
7556 * org/org-export-latex.el: Moved from lisp/texmodes.
7557
7558 * org/org-irc.el: Moved from lisp/texmodes.
7559
7560 * org/org-mac-message.el: Moved from lisp/texmodes.
7561
7562 * org/org-mouse.el: Moved from lisp/texmodes.
7563
7564 * org/org-publish.el: Moved from lisp/texmodes.
7565
7566 2008-03-21 Juri Linkov <juri@jurta.org>
7567
7568 * comint.el (comint-dynamic-simple-complete):
7569 Use variable `stub' for the second arg `common-substring'
7570 of `comint-dynamic-list-completions'.
7571 (comint-dynamic-list-filename-completions):
7572 Use variable `filenondir' for the second arg `common-substring'
7573 of `comint-dynamic-list-completions'.
7574 (comint-dynamic-list-completions): Add new optional arg
7575 `common-substring'. Add `common-substring' as the second arg of
7576 the call to `display-completion-list'. Doc fix.
7577
7578 * comint.el (comint-dynamic-complete-as-filename)
7579 (comint-dynamic-list-filename-completions)
7580 (comint-dynamic-simple-complete): Use `minibuffer-message'
7581 to display message "No completions of %s" when a command
7582 is called in the minibuffer.
7583 (comint-dynamic-simple-complete): Don't display other
7584 completion messages when a command is called in the minibuffer.
7585 (comint-dynamic-list-completions): Use `minibuffer-message'
7586 to display message " [Type space to flush ...]" when a command
7587 is called in the minibuffer.
7588
7589 * shell.el (shell-dynamic-complete-command)
7590 (shell-dynamic-complete-environment-variable): Don't display
7591 completion messages when command is called in the minibuffer.
7592
7593 * emacs-lisp/lisp.el (lisp-complete-symbol):
7594 Use `minibuffer-message' to display message "No completions of %s"
7595 when this command is called in the minibuffer.
7596
7597 * bindings.el (standard-mode-line-modes): Put special help-echo
7598 tooltip on recursive edit %[ %] mode-line constructs.
7599
7600 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
7601 "^No dynamic expansion for .* found$" to allow error messages like
7602 "No dynamic expansion for \"%s\" found in this-buffer".
7603
7604 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
7605
7606 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
7607 "psftp".
7608
7609 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7610
7611 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
7612 * vc.el (vc-default-dired-state-info): Use just "modified".
7613 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
7614 (vc-cvs-mode-line-string): Make use of the better default.
7615 (vc-cvs-parse-entry): Use the new `added'.
7616 (vc-cvs-dired-state-info): Remove.
7617 * vc-svn.el (vc-svn-dired-state-info): Remove.
7618 * vc-hg.el (vc-hg-dired-state-info): Remove.
7619 * vc-git.el (vc-git-dired-state-info): Remove.
7620
7621 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
7622
7623 * vc-git.el (vc-git-status-result): New variable.
7624 (vc-git-dir-status): Split out ...
7625 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
7626 ... these new functions and work asynchronously.
7627
7628 2008-03-21 Alexandre Julliard <julliard@winehq.org>
7629
7630 * vc-git.el (vc-git-after-dir-status): Remove.
7631 (vc-git-dired-state-info): Reimplement.
7632
7633 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
7634
7635 * replace.el (occur-mode-map): Add :help.
7636
7637 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
7638 for disassemble.
7639
7640 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
7641 the 'added state.
7642 (vc-status-remove-up-to-date): New function.
7643 (vc-status-mode-map, vc-status-menu-map): Bind it.
7644 (vc-status-printer): Use a different face up-to-date files.
7645 (vc-resynch-buffer): Update the vc-status buffer if it exists.
7646 (Todo): Remove solved entries.
7647
7648 * vc-hg.el (vc-hg-state):
7649 * vc-git.el (vc-git-state):
7650 * vc-cvs.el (vc-cvs-parse-status):
7651 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
7652 state.
7653
7654 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7655
7656 * progmodes/compile.el (compile):
7657 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
7658
7659 * simple.el (minibuffer-local-shell-command-map): New var.
7660 (minibuffer-complete-shell-command, read-shell-command): New funs.
7661 (shell-command, shell-command-on-region): Use them.
7662
7663 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7664
7665 * vc.el (vc-status-mark-buffer-changed): New function to implement
7666 updating of the *vc-status* buffer when a buffer is saved.
7667 (vc-status-mode): Use it for after-change-hook.
7668 (vc-add-to-vc-status-buffer): Rename to ...
7669 (vc-status-add-entry): ... this.
7670 (Todo): Add new entry.
7671
7672 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7673
7674 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
7675
7676 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
7677
7678 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
7679 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
7680 Remove spurious * from defcustom docstrings.
7681 (icomplete-compute-delay): Fix docstring and remove spurious *.
7682 (icomplete-delay-completions-threshold): Fix typo in docstring and
7683 remove spurious *.
7684 (icomplete-completions): While collecting the list of prospective
7685 candidates, don't overshoot `icomplete-prospects-length'.
7686
7687 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7688
7689 * textmodes/refbib.el:
7690 * textmodes/reftex.el:
7691 * textmodes/reftex-global.el:
7692 * textmodes/reftex-vars.el:
7693 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
7694 compiler pacifying defvars.
7695 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
7696 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
7697 not needed.
7698
7699 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
7700
7701 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
7702 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
7703 (verilog-customize, verilog-font-customize)
7704 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
7705 (verilog-mode): Update documentation strings to match tool tips.
7706 (verilog-auto-search-do, verilog-auto-re-search-do)
7707 (verilog-skip-forward-comment-or-string): Fix verilog-auto
7708 expansion when a .* appears inside a string.
7709 (verilog-re-search-forward, verilog-re-search-backward):
7710 Add comment to recall how this works.
7711 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
7712
7713 2008-03-20 Glenn Morris <rgm@gnu.org>
7714
7715 * calendar/calendar.el (calendar-other-dates): New function.
7716 (calendar-print-other-dates): Use calendar-other-dates.
7717 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
7718 the declarations it replaces.
7719 (calendar-mouse-print-dates): Use calendar-other-dates.
7720
7721 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
7722 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
7723 (calendar-absolute-from-bahai): Fix the leap-year case.
7724 (calendar-bahai-from-absolute): Re-use the Gregorian month.
7725 (calendar-bahai-date-string, calendar-bahai-print-date):
7726 Handle pre-Bahai dates.
7727
7728 * calendar/cal-china.el (chinese-calendar-celestial-stem)
7729 (chinese-calendar-terrestrial-branch): Make defcustoms.
7730
7731 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
7732 (calendar-mouse-view-diary-entries): Use or.
7733 (calendar-mouse-chinese-date): Remove unused command.
7734 (cal-menu-load-hook): Mark as obsolete.
7735
7736 * calendar/solar.el (calendar-location-name, calendar-latitude)
7737 (calendar-longitude, solar-arctan, sunrise-sunset)
7738 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
7739
7740 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
7741
7742 * calc/calc.el: Remove outdated comments.
7743 (defcalcmodevar, calc-mode-var-list-restore-default-values)
7744 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
7745 Add docstrings.
7746
7747 2008-03-19 Jason Rumney <jasonr@gnu.org>
7748
7749 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
7750
7751 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
7752
7753 * net/tls.el (open-tls-stream): Reindent.
7754
7755 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
7756
7757 * net/tramp.el (tramp-let-maybe): Removed.
7758 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
7759 It does not exist under XEmacs.
7760 (tramp-handle-file-truename, tramp-handle-expand-file-name)
7761 (tramp-completion-file-name-handler): Let-bind
7762 `directory-sep-char'.
7763
7764 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
7765 `directory-sep-char'.
7766
7767 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7768
7769 * help-fns.el (describe-function-1): Don't signal "missing arglist"
7770 for autoloaded keymaps.
7771
7772 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
7773 (electric-verilog-terminate-line, verilog-in-struct-region-p)
7774 (verilog-backward-ws&directives, verilog-forward-ws&directives)
7775 (verilog-in-comment-p, verilog-in-star-comment-p)
7776 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
7777 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
7778 (verilog-skip-forward-comment-or-string, verilog-in-paren)
7779 (verilog-skip-forward-comment-p): Use it.
7780
7781 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
7782
7783 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
7784 (org-remember-templates, org-time-stamp-rounding-minutes)
7785 (org-back-over-empty-lines, org-find-base-buffer-visiting)
7786 (org-columns-new): Fix typos in docstrings.
7787
7788 2008-03-19 Glenn Morris <rgm@gnu.org>
7789
7790 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
7791 (tramp-handle-shell-command): Use condition-case rather than
7792 ignore-errors.
7793
7794 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7795
7796 * diff-mode.el (diff-header): Make the color louder.
7797 (diff-refine-change): Tone the color down.
7798
7799 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
7800
7801 * descr-text.el (describe-char): When `describe-char-unidata-list'
7802 is set to show all properties, list them in the right order.
7803
7804 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7805
7806 * international/mule.el (load-with-code-conversion): Avoid setting
7807 default-enable-multibyte-characters.
7808
7809 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
7810
7811 * vc.el (vc-annotate-background): Fix custom type.
7812
7813 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7814
7815 * descr-text.el (describe-char-unidata-list): Allow specifying
7816 just all properties.
7817 (describe-char): Handle that new value.
7818
7819 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
7820
7821 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
7822
7823 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
7824 instead of file name extension to make docs with uncommon
7825 extensions work.
7826
7827 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
7828
7829 * doc-view.el (require): Require cl at compile time because
7830 `assert' needs it.
7831
7832 2008-03-18 Glenn Morris <rgm@gnu.org>
7833
7834 * calendar/calendar.el (initial-calendar-window-hook)
7835 (today-visible-calendar-hook): Doc fixes.
7836
7837 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
7838
7839 * net/tramp.el (tramp-root-regexp): Simplify.
7840 (tramp-completion-file-name-regexp-separate): Don't insist on
7841 leading "[". This prevents method or user or host completion.
7842 (tramp-let-maybe): Autoload it.
7843 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
7844 is an alias for `identity'.
7845 (tramp-handle-write-region): Protect `last-coding-system-used'
7846 over the trailing statements.
7847 (tramp-completion-file-name-handler-post-function): Remove.
7848 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
7849 instead of calling `tramp-drop-volume-letter'.
7850
7851 * net/tramp.el:
7852 * net/tramp-uu.el:
7853 * net/trampver.el: Move coding cookie at the end.
7854
7855 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7856
7857 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
7858 elements which may be something else than characters.
7859
7860 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
7861
7862 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
7863 New functions to implement vc-status support.
7864
7865 * vc.el (vc-default-extra-status-menu)
7866 (vc-add-to-vc-status-buffer): New functions.
7867
7868 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7869 for eldoc and ielm.
7870
7871 2008-03-17 Glenn Morris <rgm@gnu.org>
7872
7873 * calendar/cal-x.el (diary-frame-parameters)
7874 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
7875 Fix custom type; add options.
7876 (calendar-frame, diary-frame): Doc fixes.
7877 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
7878 new functions.
7879 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
7880 Use calendar-frame-1 and calendar-dedicate-diary.
7881 (calendar-one-frame-setup): Also handle only-one-frame case.
7882 (calendar-only-one-frame-setup): Doc fix. Just call
7883 calendar-one-frame-setup.
7884
7885 * calendar/diary-lib.el: Re-order some definitions before their use.
7886 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
7887 (diary-list-entries): Doc fixes.
7888 (make-fancy-diary-display): Remove function.
7889
7890 * calendar/calendar.el (calendar-today-marker)
7891 (initial-calendar-window-hook, today-visible-calendar-hook)
7892 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
7893 (calendar-star-date, calendar-mark-today): Doc fixes.
7894 (today-visible-calendar-hook): Add options.
7895 (calendar-in-read-only-buffer): New macro.
7896 (calendar-basic-setup): Adapt for change in calendar-read-date.
7897 Place holiday let inside if.
7898 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
7899 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
7900 (calendar-print-other-dates): Use one let rather than many.
7901
7902 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
7903 (calendar-print-other-dates):
7904 * calendar/cal-hebrew.el (list-yahrzeit-dates):
7905 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
7906 * calendar/holidays.el (calendar-list-holidays, list-holidays)
7907 (calendar-cursor-holidays):
7908 * calendar/lunar.el (calendar-phases-of-moon): Use
7909 calendar-in-read-only-buffer to replace previous code and disable undo.
7910
7911 2008-03-16 Juri Linkov <juri@jurta.org>
7912
7913 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
7914 and regexp-search-ring-yank-pointer for the HISTPOS argument of
7915 read-from-minibuffer to provide the correct initial minibuffer
7916 history position in isearch-edit-string when it is called from
7917 isearch-ring-adjust.
7918
7919 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
7920 to check if the current buffer is the minibuffer, and in this case
7921 call abort-recursive-edit to kill the minibuffer. Doc fix.
7922 (kill-this-buffer-enabled-p): Allow this function to return non-nil
7923 when the current buffer is the minibuffer.
7924
7925 * simple.el (goto-line): Leave mark at previous position. Doc fix.
7926
7927 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
7928
7929 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
7930 Use non-nil PARENTS attribute of make-directory instead of
7931 explicitly checking existence the current cache directory.
7932
7933 2008-03-16 Daiki Ueno <ueno@unixuser.org>
7934
7935 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
7936 M-x epa-file-select-keys.
7937
7938 2008-03-16 Kenichi Handa <handa@m17n.org>
7939
7940 * international/mule.el (auto-coding-alist):
7941 Use no-conversion-multibyte for archive files.
7942
7943 2008-03-16 Glenn Morris <rgm@gnu.org>
7944
7945 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
7946 New functions.
7947 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
7948 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
7949 Use calendar-mark-1.
7950 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
7951 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
7952 Use calendar-mark-complex.
7953 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
7954 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
7955 Use calendar-mark-1.
7956
7957 * calendar/calendar.el (calendar-mod): Remove.
7958 * calendar/cal-china.el (calendar-chinese-from-absolute)
7959 (calendar-chinese-date-string): Expand calendar-mod calls.
7960 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
7961 Expand calendar-mod calls.
7962
7963 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
7964 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
7965 (diary-bahai-insert-yearly-entry): Use let rather than let*.
7966 Move obsolete aliases after the functions that replaced them.
7967
7968 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
7969 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
7970 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
7971 Use let rather than let*.
7972 (calendar-hebrew-prompt-for-date): New function.
7973 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
7974 (holiday-tisha-b-av-etc): Use unless, let.
7975
7976 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
7977 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
7978
7979 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
7980
7981 * calendar/calendar.el (calendar-for-loop): Add indent spec.
7982
7983 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
7984 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
7985 than concat.
7986 (diary): Remove un-needed let.
7987 (view-other-diary-entries): Rename argument.
7988 (diary-list-entries-2): New function.
7989 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
7990 (print-diary-entries): Use unless.
7991 (diary-mark-entries-1): Change argument order, make all but
7992 markfunc optional. Handle the standard (Gregorian) case.
7993 Use match-string-no-properties. Handle marks.
7994 (mark-diary-entries): Use diary-mark-entries-1.
7995 (diary-font-lock-keywords-1): New macro.
7996 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
7997
7998 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
7999
8000 * icalendar.el (icalendar-version): Increase to 0.18.
8001 (icalendar-export-hidden-diary-entries): New variable.
8002 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
8003 In case of error, insert full error-val.
8004 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
8005 Use calendar-day-of-week. Return the day number.
8006 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
8007
8008 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
8009
8010 * icalendar.el (icalendar-recurring-start-year): New variable.
8011 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
8012 (icalendar-export-region): Ignore hidden diary entries.
8013 (icalendar--convert-ordinary-to-ical): Fix case where event
8014 spans across midnight boundary.
8015 (icalendar-first-weekday-of-year): New function.
8016 (icalendar--convert-weekly-to-ical): Allow user-selectable start
8017 year for recurring events (Mozilla calendars do not propagate
8018 recurring events forever, so year 2000 start date was not working).
8019 (icalendar--convert-yearly-to-ical): Remove extra spaces in
8020 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
8021
8022 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
8023
8024 * net/tramp.el (tramp-root-regexp): New defconst.
8025 (tramp-completion-file-name-regexp-unified)
8026 (tramp-completion-file-name-regexp-separate)
8027 (tramp-completion-file-name-regexp-url): Use it.
8028 (tramp-do-copy-or-rename-file-via-buffer):
8029 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
8030 t for `insert-file-contents-literally'.
8031 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
8032 Autoload it.
8033 (tramp-completion-file-name-handler-post-function): New defconst.
8034 (tramp-completion-file-name-handler): Use it.
8035 (tramp-maybe-open-connection): Update calls to
8036 `tramp-flush-connection-property' for removed 2nd argument.
8037
8038 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8039
8040 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
8041 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
8042 New functions.
8043
8044 2008-03-15 Glenn Morris <rgm@gnu.org>
8045
8046 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
8047 New functions.
8048 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
8049 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
8050 (diary-list-entries-1, diary-mark-entries-1): Autoload.
8051 (diary-bahai-list-entries): Use diary-list-entries-1.
8052 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
8053 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
8054 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
8055 (diary-list-entries-1, diary-mark-entries-1): Autoload.
8056 (list-hebrew-diary-entries): Use diary-list-entries-1.
8057 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
8058 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
8059 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
8060 (diary-list-entries-1, diary-mark-entries-1): Autoload.
8061 (list-islamic-diary-entries): Use diary-list-entries-1.
8062 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
8063
8064 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
8065
8066 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
8067
8068 * calendar/cal-china.el (number-chinese-months)
8069 (calendar-chinese-from-absolute): Use nth, caar.
8070
8071 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
8072
8073 * calendar/cal-french.el (french-calendar-accents): Doc fix.
8074
8075 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
8076 (calendar-hebrew-month-name-array-leap-year)
8077 (hebrew-calendar-parashiot-names): Make constants.
8078 (diary-parasha): Move definition after constants it uses.
8079
8080 * calendar/cal-html.el (cal-html-insert-link-yearpage)
8081 (cal-html-htmlify-list): Doc fix.
8082 (cal-html-htmlify-entry): Use nth.
8083
8084 * calendar/cal-islam.el (calendar-islamic-month-name-array)
8085 (calendar-islamic-epoch): Make constants.
8086 (calendar-islamic-epoch): Doc fix.
8087
8088 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
8089
8090 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
8091 (cal-tex-month-name): Doc fix.
8092 (cal-tex-last-blank-p): Use zerop.
8093
8094 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
8095 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
8096 (calendar-cursor-to-date): Doc fix.
8097 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
8098 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
8099 (calendar-day-number): Use when.
8100 (generate-calendar-month): Use dotimes.
8101 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
8102 (calendar-set-mark): Reverse conditional.
8103 (calendar-make-alist): Move definition before use.
8104
8105 * calendar/diary-lib.el (diary-face-attrs)
8106 (diary-glob-file-regexp-prefix, diary-selective-display)
8107 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
8108 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
8109 (diary-anniversary, diary-cyclic)
8110 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
8111 (diary-header-line-format): Change wording.
8112 (diary-list-entries): Set `date-start' in let.
8113 (include-other-diary-files, mark-included-diary-files): Use format.
8114 (simple-diary-display, fancy-diary-display): Use cadr, unless.
8115 (mark-diary-entries): Use 1+.
8116 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
8117 (mark-calendar-month): Use dotimes.
8118
8119 * calendar/holidays.el (displayed-month, displayed-year):
8120 Move declarations where needed.
8121 (calendar-list-holidays): Doc fix.
8122
8123 * calendar/parse-time.el (parse-time-string): Simplify.
8124
8125 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
8126 Make constants.
8127 (solar-sunrise-sunset): Rename some local variables for clarity.
8128 (sunrise-sunset): Use zerop.
8129 (solar-mean-equinoxes/solstices): Doc fix.
8130
8131 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
8132 Use nth.
8133 (timeclock-completing-read, timeclock-generate-report): Use zerop.
8134 (timeclock-mean, timeclock-generate-report): Use dolist.
8135
8136 * calendar/todo-mode.el (todo-add-category): Simplify.
8137 (todo-more-important-p, todo-delete-item, todo-file-item):
8138 Use unless, when.
8139 (todo-top-priorities): Use zerop.
8140
8141 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
8142
8143 * buff-menu.el (list-buffers-noselect): Display buffer name in
8144 tooltip instead of mouse binding when it doesn't fit in the list.
8145
8146 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
8147
8148 * faces.el (xw-defined-colors):
8149 * simple.el (widget-convert, shell-mode): Declare as functions
8150 instead of autoloading.
8151
8152 * abbrev.el:
8153 * button.el:
8154 * cus-face.el:
8155 * ediff-hook.el:
8156 * emacs-lisp/backquote.el:
8157 * emacs-lisp/timer.el:
8158 * facemenu.el:
8159 * faces.el:
8160 * menu-bar.el:
8161 * simple.el:
8162 * subr.el:
8163 * textmodes/fill.el:
8164 * textmodes/paragraphs.el: Remove autoloads, redundant when the
8165 files are preloaded.
8166
8167 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
8168
8169 * desktop.el (desktop-create-buffer): Don't catch errors if
8170 debug-on-error is set.
8171
8172 2008-03-14 Eli Zaretskii <eliz@gnu.org>
8173
8174 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
8175 ($(lisp)/calendar/diary-loaddefs.el)
8176 ($(lisp)/calendar/hol-loaddefs.el): New targets.
8177 (LOADDEFS): New macro.
8178 (autoloads): Depend on $(LOADDEFS).
8179
8180 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
8181
8182 * font-lock.el (featurep): Remove test, not useful anymore.
8183 (facemenu-keymap): Move key binding ...
8184 * facemenu.el (facemenu-keymap): ... here.
8185
8186 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
8187 for each file in the list.
8188 (vc-bzr-log-view-mode): Recognize the file marker.
8189
8190 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8191 for checkdoc and profiling.
8192
8193 2008-03-14 Bastien Guerry <bzg@altern.org>
8194
8195 * textmodes/flyspell.el (nxml-mode): Add the right
8196 `flyspell-mode-predicate'.
8197
8198 * wid-edit.el (link): Use 'mouse-face for :follow-link.
8199
8200 2008-03-14 Glenn Morris <rgm@gnu.org>
8201
8202 * calendar/solar.el: Reorder so that functions are defined before use.
8203 (displayed-month, displayed-year): Move declarations where needed.
8204 (solar-get-number): Move definition before use. Use unless.
8205 (solar-equatorial-coordinates): Simplify.
8206 (solar-sunrise-and-sunset): Use let rather than let*.
8207 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
8208
8209 * startup.el (command-line-1): Rename -internal-script back to
8210 -scriptload (reverts previous change).
8211
8212 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
8213 (calendar-bahai-leap-base): Add doc strings.
8214 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
8215 Move definition before use.
8216 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
8217 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
8218 variables outside the loop. Use dolist.
8219 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
8220
8221 * calendar/cal-china.el: Re-order so that functions are defined before
8222 use.
8223 (displayed-month, displayed-year): Move declarations where needed.
8224 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
8225 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
8226 Add doc strings.
8227 (chinese-year-cache): Recenter on 2010. Doc fix.
8228 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
8229 Doc fix. Simplify.
8230 (chinese-year-cache-init): New function.
8231 (compute-chinese-year, holiday-chinese-new-year)
8232 (calendar-chinese-date-string, calendar-goto-chinese-date)
8233 (make-chinese-month-assoc-list): Use cadr, nth.
8234 (chinese-months): Remove un-needed let.
8235
8236 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
8237 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
8238 (coptic-prompt-for-date): Move definition before use.
8239
8240 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
8241 (calendar-dst-find-data, calendar-daylight-time-offset)
8242 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
8243 (calendar-daylight-savings-starts-time)
8244 (calendar-daylight-savings-ends-time): Use cadr, nth.
8245
8246 * calendar/cal-french.el (french-calendar-epoch)
8247 (calendar-goto-french-date): Doc fix.
8248 (french-calendar-month-name-array)
8249 (french-calendar-multibyte-month-name-array)
8250 (french-calendar-day-name-array, french-calendar-special-days-array):
8251 Add doc strings.
8252
8253 * calendar/cal-hebrew.el (displayed-month, displayed-year)
8254 (original-date): Move declarations where needed.
8255 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
8256 Doc fix.
8257 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
8258 constant variables outside the loop. Use dolist.
8259
8260 * calendar/cal-islam.el (displayed-month, displayed-year)
8261 (original-date): Move declarations where needed.
8262 (islamic-calendar-day-number): Remove unused local variable `day'.
8263 (calendar-goto-islamic-date): Doc fix.
8264 (holiday-islamic): Use unless.
8265 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
8266 constant variables outside the loop. Use dolist.
8267 (mark-islamic-calendar-date-pattern): Move definition before use.
8268 Use unless.
8269 (mark-islamic-diary-entries): Doc fix.
8270 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
8271 (insert-yearly-islamic-diary-entry): Use let rather than let*.
8272
8273 * calendar/cal-julian.el (calendar-absolute-from-julian):
8274 Move definition before use. Remove un-needed local `day'.
8275 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
8276
8277 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
8278 (calendar-mayan-tzolkin-names-array): Add doc strings.
8279 (calendar-mayan-long-count-from-absolute): Use a single let.
8280 (calendar-string-to-mayan-long-count): Simplify.
8281 (calendar-next-haab-date, calendar-previous-haab-date)
8282 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
8283 (calendar-previous-calendar-round-date)
8284 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
8285 Doc fix.
8286 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
8287 (calendar-mayan-date-string, calendar-print-mayan-date)
8288 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
8289 (calendar-mayan-long-count-common-era): Move definitions before use.
8290
8291 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
8292 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
8293 Doc fix.
8294 (calendar-mouse-goto-date): Move definition before use.
8295
8296 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
8297 Move definition before use.
8298 (calendar-cursor-to-visible-date): Move definition before use.
8299 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
8300 and place inside the conditional.
8301 (calendar-forward-day): Simplify.
8302 (calendar-end-of-month): Use unless.
8303 (calendar-goto-day-of-year): Doc fix.
8304 Relocate obsolete aliases after their replacements.
8305
8306 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
8307
8308 * calendar/diary-lib.el (mark-diary-entries): Move some constant
8309 variables outside the diary-date-forms loop.
8310
8311 * calendar/calendar.el (diary-file): Doc fix.
8312 (calendar-buffer-list): Return buffers rather than strings (fixes
8313 previous change).
8314 (hebrew-holidays-4): Fix typo.
8315
8316 * calendar/holidays.el (displayed-month, displayed-year):
8317 Move declarations where needed.
8318 (calendar-holiday-list, calendar-list-holidays)
8319 (holiday-filter-visible-calendar): Move definitions before use.
8320 (list-holidays): Use cadr.
8321 Relocate obsolete aliases after their replacements.
8322
8323 * calendar/lunar.el (date, displayed-month, displayed-year):
8324 Move declarations where needed.
8325 (lunar-phase-list): Move definition after functions it uses.
8326 (calendar-phases-of-moon, diary-phases-of-moon)
8327 (lunar-new-moon-on-or-after): Use cadr, nth.
8328 (lunar-new-moon-on-or-after): Doc fix.
8329
8330 * textmodes/org-irc.el (top-level): CL not required when compiling.
8331 (org-irc-visit-erc): Replace runtime CL functions.
8332
8333 * textmodes/org-publish.el (declare-function): Add compatibility stub.
8334 (org-publish-delete-dups): Declare as function.
8335
8336 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
8337
8338 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
8339 (vc-bzr-show-log-entry): Make regexp match more cases.
8340 (vc-diff-switches-list): Remove autoload, not needed.
8341
8342 2008-03-14 Juri Linkov <juri@jurta.org>
8343
8344 * isearch.el (isearch-edit-string): Remove one call to
8345 `isearch-push-state' not to push an inconsistent state,
8346 but keep another correct call to `isearch-push-state'.
8347 (isearch-ring-adjust): Call `isearch-push-state' only when
8348 `search-ring-update' is non-nil since `isearch-edit-string'
8349 already pushes its state.
8350 (isearch-message): Improve matching the failed part by checking
8351 if the original message starts with the last successful message.
8352
8353 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
8354 (dired-perm-write): Rename from `dired-warn-writable'.
8355 Change parent face from `font-lock-warning-face' to
8356 `font-lock-comment-delimiter-face'.
8357 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
8358 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
8359 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
8360 with `dired-perm-write-face'.
8361
8362 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
8363
8364 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
8365 Create cache dir only if it doesn't already exist.
8366
8367 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8368
8369 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
8370 of \ and '.
8371
8372 2008-03-13 Johan Bockgård <bojohan@gnu.org>
8373
8374 * net/browse-url.el (browse-url-text-xterm):
8375 Unquote browse-url-text-browser.
8376
8377 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
8378
8379 * textmodes/org-mouse.el: Version number change.
8380
8381 * textmodes/org-publish.el (org-publish-expand-components):
8382 Remove null projects from the list of components.
8383 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
8384 Remove unused retrieval of the :publishing-directory property.
8385 (org-publish-file): Bugfix: when using a relative directory as the
8386 publishing directory, convert it to a directory filename.
8387 (org-publish-project): New alias.
8388 (org-publish-get-files): Protect against empty p.
8389 (org-publish-file): Send an error when file is not part of any project.
8390 (org-publish-file): Offer to refresh the list of files in known
8391 project when the current file is not part of any project.
8392 (org-publish-before-export-hook)
8393 (org-publish-after-export-hook): New hooks.
8394 (org-publish-org-to): Use new hooks and kill buffers.
8395 (org-publish-file): Remove the code for killing buffers.
8396 (org-publish-initialize-files-alist): Use interactive.
8397 (org-publish-file): If the publishing function creates a new
8398 buffer, kill it after publishing.
8399 (org-publish-timestamp-filename): Protect ":" in file name path
8400 under windows.
8401
8402 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
8403 change that killed the LaTeX buffer.
8404
8405 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
8406 in the decision tree.
8407 (org-select-remember-template): Clean the code.
8408 (org-prepare-dblock): Add the extra :content parameter.
8409 (org-write-agenda): New output type ".ics" files.
8410 (org-write-agenda): Call `org-icalendar-verify-function', both for
8411 time stamps and for TODO entries.
8412 (org-agenda-collect-markers, org-create-marker-find-array)
8413 (org-check-agenda-marker-table): New functions.
8414 (org-agenda-marker-table): New variable.
8415 (org-export-as-html): Revert the change that killed the html
8416 buffer. Side effects first need to be studied carefully.
8417 (org-get-tags-at): Fix the structure of the condition-case statement.
8418 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
8419 (org-timestamp-change): Fix regulear expressions to swallow the
8420 extra character for repeat-shift control.
8421 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
8422 (org-get-legal-level): Alias to `org-get-valid-level'.
8423 (org-dblock-write:clocktable): Add a :link parameter, linking
8424 headlines to their location in the Org agenda files.
8425 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
8426 throwing an error when getting tags before headlines.
8427 (org-timestamp-change, org-modify-ts-extra)
8428 (org-ts-regexp1): Fix timestamp editing.
8429 (org-agenda-custom-commands-local-options): New constant.
8430 (org-agenda-custom-commands):
8431 Use `org-agenda-custom-commands-local-options' to improve customize
8432 type. "htmlize": Removed hack to fix face problem with htmlize,
8433 it no longer seem necessary.
8434 (org-follow-link-hook): New hook.
8435 (org-agenda-custom-commands): Add "Component" as a tag for each
8436 item in a command serie.
8437 (org-open-at-point): Run `org-follow-link-hook'.
8438 (org-agenda-schedule): Bugfix: don't display marker type when it
8439 is nil.
8440 (org-store-link): org-irc required.
8441 (org-set-regexps-and-options): Parse the new logging options.
8442 (org-extract-log-state-settings): New function.
8443 (org-todo): Handle the new ways of recording state change stuff.
8444 (org-local-logging): New function.
8445 (org-columns-open-link): Fix bug with opening link in column view.
8446 (org-local-logging): New function.
8447 (org-todo): Make sure that LOGGING properties are honoured.
8448 (org-todo-keywords): Improve docstring.
8449 (org-startup-options): Cleanup startup options.
8450 (org-set-regexps-and-options): Process the "!" markers.
8451 (org-todo): Respect the new logging stuff.
8452 (org-log-note-how): New variable.
8453 (org-add-log-maybe): New parameter HOW that defines how logging
8454 should be done and also overrides PURPOSE. Add a docstring.
8455 (org-add-log-note): Check if we really need to ask for a note.
8456 (org-get-current-options): Digest the new keyword.
8457 (org-agenda-reset-markers): Rename from
8458 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
8459 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
8460 function, without force argument.
8461 (org-buffer-property-keys): Bind local variables s and p.
8462 (org-make-tags-matcher): Allow "" to match an empty or
8463 non-existent property value.
8464 (org-export-as-html): Join unsorted lists when they directly
8465 follow each other. Such lists may be created by headlines that
8466 are converted to lists.
8467 (org-nofm-to-completion): New function.
8468 (org-export-as-html): Use :html-extension instead of
8469 org-export-html-extension.
8470 (org-store-link): Support for links from `rmail-summary-mode'.
8471 (org-columns-new, org-complete, org-set-property): Set the
8472 `include-columns' argument in the call to
8473 `org-buffer-property-keys'.
8474 (org-buffer-property-keys): New argument `include-columns', to
8475 include properties expected by any of the COLUMS formats in the
8476 current buffer.
8477 (org-cleaned-string-for-export): Get rid of drawers first, so that
8478 they will be removed also in the text before the first headline.
8479 (org-clock-report): Show the clocktable when found.
8480 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
8481 (org-version): With prefix argument, insert `org-version' at point.
8482 (org-agenda-goto): Recenter the window after finding the target
8483 location, to make sure the correct position will be displayed.
8484 (org-agenda-get-deadlines): Don't scale priority with the warning
8485 period.
8486 (org-insert-heading): Don't break line in the middle of the line.
8487 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
8488 be 0.
8489 (org-update-checkbox-count): Revamp to deal with hierarchical
8490 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
8491 (org-remove-timestamp-with-keyword): New function.
8492 (org-schedule, org-deadline):
8493 Use `org-remove-timestamp-with-keyword' to make sure all such time
8494 stamps are removed.
8495 (org-mode): Support for `align'.
8496 (org-agenda-get-deadlines): Make sure priorities increase as the
8497 due date approaches and is passed.
8498 (org-remember-apply-template): Fix problem with tags that
8499 contain "_" or "@".
8500 (org-make-link-regexps): Improve the regular expression for plain links.
8501 (org-agenda-get-closed): List each clocking entry.
8502 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
8503 (org-special-ctrl-k): New option.
8504 (org-kill-line): New function.
8505 (org-archive-all-done): Fix incorrect number of stars in regexp.
8506 (org-refile-get-location): New function.
8507 (org-refile-goto-last-stored): New function.
8508 (org-global-tags-completion-table): Add the value of org-tag-alist
8509 in each buffer, to make sure that also unused tags will be
8510 available for completion.
8511 (org-columns-edit-value)
8512 (org-columns-next-allowed-value): Only update if not in agenda.
8513 (org-clocktable-steps): New function.
8514 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
8515 (org-archive-subtree): Add the outline tree context as a property.
8516 (org-closest-date): New optional argument `prefer'.
8517 (org-goto-auto-isearch): New option.
8518 (org-goto-map, org-get-location): Implement auto-isearch.
8519 (org-goto-local-auto-isearch-map): New variable.
8520 (org-goto-local-search-forward-headings)
8521 (org-goto-local-auto-isearch): New functions.
8522
8523 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
8524
8525 * textmodes/org-irc.el: New file.
8526
8527 2008-03-13 John Wiegley <johnw@gnu.org>
8528
8529 * textmodes/org-mac-message.el: New file.
8530
8531 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
8532
8533 * font-lock.el (font-lock-comment-face): Set the foreground for
8534 the light background 8 colors case.
8535
8536 2008-03-13 Glenn Morris <rgm@gnu.org>
8537
8538 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
8539 generate-autoload-cookie patterns.
8540
8541 * startup.el (command-line-1): Rename -scriptload to -internal-script.
8542
8543 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
8544 (MH_E_SRC): Remove variable.
8545 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
8546 Simplify file header. Use $@ for generated-autoload-file.
8547
8548 * Makefile.in (LOADDEFS): New variable.
8549 (AUTOGENEL): Use $LOADDEFS.
8550 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
8551 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
8552 ($(lisp)/calendar/hol-loaddefs.el): New targets.
8553 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
8554 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
8555 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
8556 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
8557 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
8558 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
8559 Add calendar-specific autoload cookies, and remove any setting of
8560 generated-autoload-file.
8561 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
8562 * calendar/diary-lib.el: Replace explicit autoloads with reading of
8563 diary-loaddefs.
8564 * calendar/holidays.el: Replace explicit autoloads with reading of
8565 hol-loaddefs.
8566
8567 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
8568 (calendar-buffer-list): Simplify.
8569 (generate-calendar-window): Use calendar-mark-holidays rather than
8570 obsolete alias.
8571
8572 * calendar/cal-hebrew.el (list-yahrzeit-dates):
8573 Use cal-hebrew-yahrzeit-buffer.
8574
8575 * calendar/cal-x.el (calendar-only-one-frame-setup)
8576 (calendar-two-frame-setup): Doc fixes.
8577 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
8578
8579 * calendar/appt.el (appt-mode-string): Mark as risky.
8580 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
8581
8582 * calendar/cal-html.el (diary-list-entries):
8583 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
8584 (calendar-iso-from-absolute): Fix autoloads.
8585
8586 * calendar/cal-iso.el (calendar-absolute-from-iso)
8587 (calendar-iso-read-args): Simplify.
8588 (calendar-iso-date-string, calendar-iso-read-args)
8589 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
8590
8591 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
8592 (displayed-month, displayed-year): Move declarations where needed.
8593 (calendar-print-astro-day-number): Doc fix.
8594
8595 * calendar/cal-persia.el (persian-calendar-month-name-array)
8596 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
8597 (persian-prompt-for-date): Remove local variable `today'.
8598
8599 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
8600
8601 * calendar/solar.el (solar-moment, solar-exact-local-noon)
8602 (solar-sunrise-sunset, solar-sunrise-sunset-string)
8603 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
8604 (diary-sabbath-candles, solar-equinoxes/solstices)
8605 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
8606 (solar-time-equation, solar-date-to-et): Simplify.
8607
8608 * mail/supercite.el: Remove the `function' in `(function (lambda'.
8609 Replace `(car (cdr' with cadr'.
8610
8611 * progmodes/f90.el (f90-font-lock-n): New function.
8612 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
8613 Use f90-font-lock-n.
8614 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
8615
8616 * progmodes/f90.el (f90-mode-abbrev-table):
8617 * progmodes/fortran.el (fortran-mode-abbrev-table):
8618 Use newer form of define-abbrev, where supported. No need to bind
8619 abbrevs-changed for system abbrevs.
8620
8621 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8622
8623 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
8624 delete-frame-functions.
8625
8626 * bookmark.el (Info-current-node): Remove.
8627
8628 2008-03-12 Juri Linkov <juri@jurta.org>
8629
8630 * help.el (describe-project): Remove defaliases for view-todo and
8631 describe-project that are now unnecessary after the merge from
8632 emacs--rel--22 that added define-obsolete-function-alias.
8633
8634 * startup.el (inhibit-startup-screen): Revert incomplete
8635 2008-03-10 merge from emacs--rel--22 that partly reverted
8636 2008-02-28 change that added initial message to *scratch* buffer
8637 regardless of the value of `inhibit-startup-screen'.
8638 Now keep this change in the trunk, but not in the 22 branch.
8639
8640 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8641
8642 * international/quail.el (quail-setup-completion-buf, quail-help):
8643 * mail/binhex.el (binhex-decode-region-internal):
8644 * mail/uudecode.el (uudecode-decode-region-internal):
8645 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8646 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8647 setting default-enable-multibyte-characters.
8648
8649 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
8650
8651 * comint.el: Fix up indentation and comment style. Remove `function'.
8652
8653 * international/mule-cmds.el (reset-language-environment)
8654 (set-language-environment-nonascii-translation):
8655 Don't set-unibyte-charset.
8656
8657 * doc-view.el: Remove all cb-args, use closures instead.
8658 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
8659 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
8660 doing an incorrect check). Update all callers to use the new name.
8661 (doc-view-doc->txt): Add missing `txt' argument.
8662
8663 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
8664
8665 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
8666 md5 sum calculation to single-byte.
8667
8668 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8669
8670 * doc-view.el (doc-view-new-window-function): Add assertion.
8671 (doc-view-doc-type): New var.
8672 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
8673 (doc-view-intersection): New fun.
8674 (doc-view-mode): Use it to set the new var.
8675
8676 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
8677
8678 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
8679 (doc-view-already-converted-p): New functions.
8680 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
8681 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
8682 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
8683 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
8684 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
8685 (doc-view-convert-current-doc): Don't hardwire the functions the
8686 sentinels call. Now they're provided by two args CALLBACK and
8687 CB-ARGS to the functions.
8688 (doc-view-search): Use doc-view-doc->txt.
8689 (doc-view-initiate-display): Use doc-view-already-converted-p.
8690 Mention new binding C-c C-t if doc-view-mode doesn't work.
8691
8692 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
8693
8694 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
8695
8696 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8699 Mark " outside of tags as punctuation.
8700
8701 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
8702
8703 * menu-bar.el (minibuffer-local-map): Use the same command for the
8704 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
8705 Prefer RET over C-j for exit-minibuffer.
8706
8707 * files.el (display-buffer-other-frame): Eliminate problematic code.
8708
8709 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
8710 (menu-bar-select-buffer): Remove.
8711 (menu-bar-select-frame): Make non-interactive and take a frame arg.
8712 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
8713
8714 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
8715
8716 * icomplete.el (icomplete-completions): Remove obsolete code.
8717
8718 * net/net-utils.el (iwconfig-program-options): Doc fix.
8719 (net-utils-run-program, run-network-program): Define as functions.
8720
8721 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
8722
8723 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
8724
8725 2008-03-11 Glenn Morris <rgm@gnu.org>
8726
8727 * faces.el (mode-line-emphasis): New face.
8728 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
8729
8730 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
8731
8732 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
8733
8734 * simple.el (set-mark-command): Doc fix.
8735
8736 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8737
8738 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
8739
8740 * emacs-lisp/autoload.el (autoload-find-destination):
8741 Don't force raw-text.
8742
8743 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
8744 * calendar/cal-loaddefs.el: Don't version control.
8745
8746 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
8747
8748 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
8749 entries and add :help to the existing ones.
8750
8751 2008-03-10 Glenn Morris <rgm@gnu.org>
8752
8753 * calendar/cal-hebrew.el (date, entry, number): Move declarations
8754 to where they are needed.
8755
8756 * calendar/calendar.el (diary-file, hebrew-holidays-1)
8757 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
8758 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
8759 (calendar-version): Doc fixes.
8760 (calendar-absolute-from-gregorian): Use zerop.
8761 (calendar-mode-line-format): Make it a defcustom.
8762
8763 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
8764 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
8765 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
8766 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
8767 (mark-included-diary-files, mark-calendar-days-named)
8768 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
8769 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
8770 (insert-monthly-diary-entry, insert-yearly-diary-entry)
8771 (insert-anniversary-diary-entry, insert-block-diary-entry)
8772 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
8773 (diary-font-lock-sexps): Doc fixes.
8774 (diary-remind-message, mark-calendar-month): Use zerop.
8775 (diary-attrtype-convert, diary-pull-attrs): Simplify.
8776 (diary-list-entries): Revert let to let* (previous change).
8777
8778 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
8779
8780 2008-03-10 Kim F. Storm <storm@cua.dk>
8781
8782 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
8783 function aliases for the old names.
8784
8785 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
8786
8787 * iswitchb.el (iswitchb-use-faces): Doc fix.
8788 (iswitchb-buffer-ignore, iswitchb-read-buffer):
8789 Fix typos in docstrings.
8790
8791 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
8792
8793 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
8794 Fix typo.
8795 (verilog-type-font-keywords): Reindent.
8796
8797 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
8798
8799 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
8800 grouping-keyword regular expression.
8801 (verilog-font-lock-keywords): Allow users to toggle special
8802 highlight of grouping-keywords.
8803 (verilog-highlight-grouping-keywords): The toggle for special
8804 highlighting of grouping keywords.
8805
8806 2008-03-10 Juri Linkov <juri@jurta.org>
8807
8808 * startup.el: Revert 2008-02-28 change that adds initial message
8809 to *scratch* buffer regardless of the value of
8810 `inhibit-startup-screen'.
8811
8812 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
8813
8814 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
8815 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
8816 * progmodes/verilog-mode.el (verilog-mode):
8817 * net/socks.el (socks):
8818 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
8819
8820 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
8821
8822 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
8823 (doc-view-bookmark-make-record): Use them.
8824 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
8825 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
8826
8827 * bookmark.el (bookmark-make-record-function): Change expected return
8828 value to include a suggested bookmark name.
8829 (bookmark-make): Split into bookmark-make-record and bookmark-store.
8830 Fix reversed `overwrite' semantics.
8831 (bookmark-set): Call bookmark-make-record before prompting the user.
8832 Then pass the result to bookmark-store later on.
8833 (bookmark-make-name-function): Remove.
8834 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
8835 * info.el (bookmark-make-name-function): Remove.
8836 (Info-mode): Don't set it.
8837 (Info-bookmark-make-name): Remove.
8838 (Info-bookmark-make-record): Use Info-current-node as suggested default
8839 bookmark name.
8840
8841 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
8842 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
8843 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
8844 (bookmark-annotation-buffer, bookmark-annotation-file)
8845 (bookmark-annotation-point, bookmark-send-annotation)
8846 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
8847 (bookmark-edit-annotation-text-func): Rename from
8848 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
8849 (bookmark-edit-annotation-mode-map): Move initialization into
8850 declaration.
8851
8852 * bookmark.el: Remove spurious * in docstrings.
8853 (bookmark-minibuffer-read-name-map): New var.
8854 (bookmark-set): Use it. Also pass the default value as it should.
8855 (bookmark-send-edited-annotation): Take no chances with text properties.
8856 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
8857 (bookmark-insert-buffer-name): Remove.
8858 (bookmark-buffer-file-name): Signal an error rather than returning nil.
8859
8860 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
8861
8862 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
8863
8864 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
8865
8866 * diff-mode.el (diff-mode-menu): Add :help.
8867
8868 2008-03-09 Glenn Morris <rgm@gnu.org>
8869
8870 * calendar/calendar.el (general-holidays, oriental-holidays)
8871 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
8872 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
8873 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
8874 (calendar-holidays): Restore autoload cookies, because people are
8875 used to using these variables without loading calendar.el.
8876
8877 * calendar/cal-islam.el (diary-islamic-date): Move to end.
8878 (date, number): Declare where needed.
8879
8880 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
8881 (list-sexp-diary-entries): Doc fixes.
8882 (diary-list-entries): Doc fix. Remove free variable `entry'.
8883 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
8884 Simplify setting of `date-holiday-list'.
8885 (mark-diary-entries): Remove free variable `entry'.
8886 (diary-list-entries, include-other-diary-files, fancy-diary-display):
8887 Use let where let* is not needed.
8888
8889 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
8890
8891 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
8892 make-record function, instead paste it in afterwards.
8893 (bookmark-make-record-for-text-file):
8894 * doc-view.el (doc-view-bookmark-make-record):
8895 * info.el (Info-bookmark-make-record): Don't mess with annotations.
8896
8897 2008-03-08 Glenn Morris <rgm@gnu.org>
8898
8899 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
8900
8901 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
8902
8903 * calendar/diary-lib.el (diary-list-entries)
8904 (include-other-diary-files, mark-diary-entries)
8905 (mark-sexp-diary-entries, mark-included-diary-files)
8906 (diary-entry-time, list-sexp-diary-entries): Remove the special
8907 handling of ^M that dates back to the use of selective-display.
8908 (simple-diary-display): Obey setting of pop-up-frames.
8909 (body, entry): Remove unnecessary declarations.
8910
8911 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
8912 (bookmark-get-annotation, bookmark-set-annotation)
8913 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8914 (bookmark-set-position, bookmark-get-front-context-string)
8915 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8916 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
8917 * info.el (Info-bookmark-make-record): Don't bother recording point.
8918 (bookmark-get-filename, bookmark-get-front-context-string)
8919 (bookmark-get-rear-context-string, bookmark-get-position):
8920 Don't declare any more.
8921 (bookmark-get-info-node): Remove.
8922 (bookmark-prop-get): Declare.
8923 (Info-bookmark-jump): Use it.
8924
8925 2008-03-08 Johan Bockgård <bojohan@gnu.org>
8926
8927 * subr.el (while-no-input): Don't splice BODY directly into the
8928 `or' form.
8929
8930 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
8931
8932 * diff-mode.el (diff-ignore-whitespace-hunk):
8933 Bind inhibit-read-only before trying to change the buffer.
8934
8935 2008-03-08 Glenn Morris <rgm@gnu.org>
8936
8937 * calendar/appt.el (appt): Move custom group here from calendar.el.
8938 (appt-disp-window, appt-convert-time): Doc fixes.
8939
8940 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
8941 (calendar-bahai-mark-date-pattern):
8942 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
8943 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
8944 * calendar/cal-julian.el (calendar-absolute-from-julian):
8945 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
8946
8947 * calendar/cal-china.el (chinese-calendar): Move custom group here from
8948 calendar.el.
8949 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
8950 Make constants.
8951 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
8952 (chinese-calendar-daylight-savings-starts)
8953 (chinese-calendar-daylight-savings-ends)
8954 (chinese-calendar-daylight-savings-starts-time)
8955 (chinese-calendar-daylight-savings-ends-time)
8956 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
8957 Doc fixes.
8958
8959 * calendar/cal-coptic.el (coptic-name): Add doc string.
8960
8961 * calendar/cal-french.el (french-calendar-month-name-array)
8962 (french-calendar-day-name-array, french-calendar-special-days-array):
8963 Add doc strings.
8964
8965 * calendar/cal-bahai.el (diary-bahai-mark-entries)
8966 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
8967 (diary-bahai-insert-yearly-entry):
8968 * calendar/cal-dst.el (calendar-next-time-zone-transition)
8969 (calendar-time-zone):
8970 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
8971 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
8972 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
8973 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
8974 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
8975 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
8976 (list-islamic-diary-entries, mark-islamic-diary-entries)
8977 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
8978 (insert-yearly-islamic-diary-entry):
8979 * calendar/cal-iso.el (calendar-iso-read-args):
8980 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
8981 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
8982 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
8983 (calendar-next-calendar-round-date)
8984 (calendar-mayan-long-count-common-era):
8985 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
8986 (cal-menu-x-popup-menu, calendar-mouse-holidays)
8987 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
8988 (calendar-mouse-goto-date):
8989 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
8990 * calendar/holidays.el (holidays):
8991 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
8992 * calendar/time-date.el (date-to-time, time-subtract, time-add)
8993 (safe-date-to-time): Doc fixes.
8994
8995 * calendar/cal-persia.el (persian-calendar-month-name-array)
8996 (persian-calendar-epoch): Make constants.
8997
8998 * calendar/cal-tex.el (calendar-tex): Move custom group here from
8999 calendar.el.
9000
9001 * calendar/cal-x.el (diary-frame-parameters)
9002 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
9003 (calendar-after-frame-setup-hooks): Make defcustoms.
9004 (calendar-one-frame-setup, calendar-only-one-frame-setup)
9005 (calendar-two-frame-setup): Doc fix.
9006
9007 * calendar/cal-loaddefs.el: New file.
9008
9009 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
9010 * calendar/cal-french.el, calendar/cal-html.el:
9011 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
9012 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
9013 * calendar/cal-tex.el, calendar/cal-x.el:
9014 Unquote lambda functions. Add autoload cookies to functions formerly
9015 autoloaded in calendar.el. Set `generated-autoload-file' to
9016 "cal-loaddefs.el".
9017
9018 * calendar/calendar.el: Move many autoloads to separate file,
9019 cal-loaddefs.el. Move defcustoms to start and re-order.
9020 (calendar-month-name-array, calendar-starred-day): No need to
9021 declare for compiler.
9022 (cal-loaddefs): Require it.
9023 (appt, chinese-calendar, calendar-tex): Move custom groups to the
9024 appropriate file.
9025 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
9026 Reverse logic.
9027 (diary-face, diary-file-name-prefix-function, diary-include-string)
9028 (diary-glob-file-regexp-prefix, diary-face-attrs)
9029 (diary-file-name-prefix, sexp-diary-entry-symbol)
9030 (print-diary-entries-hook, list-diary-entries-hook)
9031 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
9032 (nongregorian-diary-marking-hook, diary-list-include-blanks):
9033 Move to diary-lib.
9034 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
9035 (all-bahai-calendar-holidays): Doc fix.
9036 (calendar-insert-indented): Doc fix. Use when rather than if.
9037 (exit-calendar): Use mapc rather than mapcar.
9038 (calendar-cursor-to-date): Use zerop.
9039 (calendar-mark-ring): Add doc-string.
9040 (calendar-starred-day): Defvar it.
9041 (calendar-mode): Make calendar-starred-day local.
9042 (calendar-star-date): No need to make calendar-starred-day local.
9043
9044 * calendar/diary-lib.el: Move defcustoms to start.
9045 (diary-include-string, diary-list-include-blanks)
9046 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
9047 (diary-file-name-prefix, diary-file-name-prefix-function)
9048 (sexp-diary-entry-symbol, list-diary-entries-hook)
9049 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
9050 (nongregorian-diary-marking-hook, print-diary-entries-hook):
9051 Move here from calendar.el.
9052 (diary-file-name-prefix-function): Use 'identity.
9053 (diary-face): Make it a defcustom, and mark as obsolete.
9054 (top-level): No need to require cal-hebrew, cal-islam when compiling.
9055 (calendar-hebrew-month-name-array-leap-year)
9056 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
9057 Define for compiler.
9058 (diary-font-lock-keywords): Use format rather than concat.
9059 Add bahai-diary-entry-symbol.
9060
9061 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
9062 * calendar/solar.el: Unquote lambda functions.
9063
9064 * calendar/solar.el (calendar-location-name, calendar-latitude)
9065 (calendar-longitude, solar-setup, solar-sin-degrees)
9066 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
9067 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
9068 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
9069 (solar-exact-local-noon, solar-julian-ut-centuries)
9070 (solar-ephemeris-time, solar-date-next-longitude)
9071 (solar-horizontal-coordinates, solar-equatorial-coordinates)
9072 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
9073 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
9074 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
9075 Doc fixes.
9076 (solar-horizontal-coordinates, solar-equatorial-coordinates)
9077 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
9078 (solar-ecliptic-coordinates): Use unless.
9079 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
9080 Use or.
9081
9082 * calendar/timeclock.el: Add doc-strings to all functions.
9083 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
9084 (timeclock-entry-list-length, timeclock-entry-list-projects)
9085 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
9086
9087 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
9088
9089 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
9090 (org-get-entries-from-diary): Require diary-lib.
9091
9092 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
9093
9094 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
9095 Pacify byte-compiler.
9096
9097 2008-03-07 Alan Mackenzie <acm@muc.de>
9098
9099 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
9100 paren/bracket pairs parsed, to solve performance problem.
9101
9102 2008-03-07 Bastien Guerry <bzg@altern.org>
9103
9104 * bookmark.el (bookmark-set): Don't check for
9105 `bookmark-make-name-function' since `bookmark-buffer-file-name'
9106 already takes care of this.
9107 (bookmark-buffer-name, bookmark-buffer-file-name):
9108 Remove Info-mode specific code.
9109
9110 * info.el (bookmark-get-info-node): Define this function in
9111 info.el, not in bookmark.el.
9112 (Info-mode): Set `bookmark-make-name-function' to
9113 `Info-bookmark-make-name' locally.
9114 (Info-bookmark-make-name): New function.
9115
9116 * bookmark.el (bookmark-make-name-function): New variable.
9117
9118 2008-03-07 Karl Fogel <kfogel@red-bean.com>
9119
9120 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
9121 buffer-local, not `bookmark-make-cell-function' (the old name).
9122
9123 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
9124
9125 * doc-view.el (doc-view-bookmark-make-record):
9126 * image-mode.el (image-bookmark-make-record):
9127 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
9128
9129 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
9130
9131 * vc.el (vc-status-menu-map-filter): Return orig-binding if
9132 boundp 'vc-ignore-menu-filter.
9133 (vc-status-tool-bar-map): Make it defvar.
9134 (vc-status-mode): vc-status-tool-bar-map now variable.
9135 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
9136
9137 2008-03-07 Karl Fogel <kfogel@red-bean.com>
9138
9139 Give a better name to part of the bookmark interface.
9140
9141 This was originally a much larger change, but halfway through I
9142 updated and discovered that Stefan Monnier had done the rest.
9143 It looks like he anticipated the new name too, because he used
9144 `the-record' instead of `the-cell' for some internal variable names.
9145
9146 * bookmark.el (bookmark-make-record-function): Was
9147 `bookmark-make-cell-function'.
9148 (bookmark-make, bookmark-send-annotation): Update for above.
9149 (bookmark-make-record-for-text-file):
9150 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
9151
9152 * info.el: Adjust accordingly.
9153 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
9154
9155 * image-mode.el: Adjust accordingly.
9156 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
9157
9158 * doc-view.el: Adjust accordingly.
9159 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
9160
9161 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
9162
9163 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
9164 Move initialization into declaration.
9165 (bookmark-get-info-node, bookmark-set-info-node): Remove.
9166 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
9167 (bookmark-info-current-node): Remove.
9168 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
9169 Add relocation fallback. Set bookmark-current-bookmark.
9170 (bookmark-default-handler): Rename from bookmark-jump-noselect.
9171 Remove relocation fallback. Don't set bookmark-current-bookmark.
9172 (bookmark-set): Let it be used even if there's no buffer-file-name
9173 as long as there is a bookmark-make-cell-function.
9174 * info.el (Info-bookmark-jump): Remove relocation fallback.
9175 Don't set bookmark-current-bookmark.
9176
9177 2008-03-07 Glenn Morris <rgm@gnu.org>
9178
9179 * calendar/appt.el (appt-issue-message)
9180 (appt-message-warning-time, appt-audible, appt-visible)
9181 (appt-msg-window, appt-display-mode-line, appt-display-duration)
9182 (appt-display-diary): Remove autoload cookies.
9183
9184 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
9185 Remove leading `*' from defcustom doc-strings.
9186
9187 * calendar/cal-dst.el (calendar-dst): New custom group.
9188 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
9189 (calendar-time-zone, calendar-daylight-time-offset)
9190 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
9191 (calendar-daylight-savings-starts-time)
9192 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
9193 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
9194 Move to start.
9195
9196 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
9197
9198 * calendar/calendar.el (calendar-version): Use emacs-version and
9199 make it obsolete. Move to end.
9200 (calendar-offset, view-diary-entries-initially)
9201 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
9202 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
9203 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
9204 (all-bahai-calendar-holidays, calendar-load-hook)
9205 (initial-calendar-window-hook, today-visible-calendar-hook)
9206 (today-invisible-calendar-hook, calendar-move-hook)
9207 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
9208 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
9209 (diary-include-string, sexp-diary-entry-symbol)
9210 (abbreviated-calendar-year, american-date-diary-pattern)
9211 (european-date-diary-pattern, european-calendar-display-form)
9212 (american-calendar-display-form, print-diary-entries-hook)
9213 (list-diary-entries-hook, diary-hook, diary-display-hook)
9214 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
9215 (nongregorian-diary-marking-hook, diary-list-include-blanks)
9216 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
9217 (local-holidays, other-holidays, hebrew-holidays-1)
9218 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
9219 (hebrew-holidays, christian-holidays, islamic-holidays)
9220 (bahai-holidays, solar-holidays, calendar-setup)
9221 (calendar-week-start-day): Remove autoload cookies.
9222 (diary-glob-file-regexp-prefix): Doc fix.
9223 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
9224 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
9225 (calendar-week-start-day, calendar-debug-sexp): Move to start.
9226
9227 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
9228 (calendar-time-display-form, calendar-latitude)
9229 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
9230 cookies.
9231 (calendar-latitude, calendar-longitude): Move functions after
9232 variables.
9233 (diary-sabbath-candles-minutes): Move to start.
9234 (solar-setup): Use or rather than if.
9235 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
9236 Remove condition-case.
9237 (solar-atn2): Use zerop.
9238 (solar-equinoxes-solstices): Doc fix.
9239
9240 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
9241 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
9242
9243 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
9244 (calendar-longitude, calendar-latitude, calendar-location-name):
9245 Declare for compiler.
9246
9247 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
9248
9249 * arc-mode.el (archive-ar-file-header-re): New const.
9250 (archive-ar-summarize, archive-ar-extract): New funs.
9251 (archive-find-type): Recognize ar archives.
9252
9253 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
9254 New functions.
9255
9256 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
9257
9258 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
9259
9260 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9261 Replace :enable (mark-active) with :enable mark-active.
9262
9263 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
9264
9265 * vms-patch.el (make-legal-file-name): New obsolete alias.
9266 (make-valid-file-name): Rename from `make-legal-file-name'.
9267 (make-auto-save-file-name): Use it.
9268
9269 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
9270 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
9271 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
9272
9273 * textmodes/org.el (org-export-html-style): Doc fix.
9274 (org-get-legal-level): New obsolete alias.
9275 (org-get-valid-level): Rename from `org-get-legal-level'.
9276 (org-promote, org-demote, org-archive-subtree)
9277 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
9278
9279 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
9280
9281 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
9282
9283 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
9284 (vc-status-toggle-mark): New functions.
9285 (vc-status-mode): Set tool bar map.
9286
9287 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
9288
9289 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
9290 Reported by Drew Adams <drew.adams@oracle.com>.
9291
9292 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
9293
9294 * subr.el (read-quoted-char): Resolve modifers of the character
9295 event.
9296
9297 * comint.el (comint-exec-1): Don't change the coding-system for
9298 decoding to dos-like EOL.
9299 (comint-carriage-motion): Fully rewrite.
9300
9301 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
9302
9303 * epg.el (epg-context-include-certs): Reflow docstring.
9304 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
9305 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
9306 (epg-context-set-signers, epg-context-set-sig-notations)
9307 (epg-make-import-status, epg-make-import-result)
9308 (epg-start-delete-keys): Fix typos in docstrings.
9309 (epg-start-sign-keys, epg-sign-keys):
9310 Fix typos in obsolescence declarations.
9311
9312 * iswitchb.el: Don't check for `cadr' and `last'.
9313 (iswitchb-define-mode-map, iswitchb-default-keybindings):
9314 Add obsolescence declaration and remove redundant info from docstring.
9315 (iswitchb-set-common-completion, iswitchb-set-matches)
9316 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
9317 (recentf-list, most-len, most-is-exact):
9318 Don't wrap defvars within `eval-when-compile'.
9319
9320 2008-03-05 Glenn Morris <rgm@gnu.org>
9321
9322 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
9323 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
9324 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
9325 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
9326 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
9327
9328 * ediff-hook.el (ediff-window-setup-function): Don't autoload
9329 declaration for compiler.
9330 (ediff-xemacs-init-menus): Use when rather than if.
9331
9332 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
9333 if+and to just and.
9334 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
9335 (ediff-delete-overlay): Move the XEmacs test inside the definition.
9336
9337 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
9338
9339 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
9340 test inside XEmacs test.
9341 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
9342 since it was doing nothing on Emacs.
9343 (ediff-make-bullet-proof-overlay): Use when rather than if.
9344
9345 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
9346 (ediff-setup-control-frame): Remove
9347 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
9348 a (featurep 'xemacs) test.
9349
9350 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
9351
9352 * calc/calc-ext.el (calc-extended-command-history): New variable.
9353 (calc-exectute-extended-command): Use `calc-extended-command-history'.
9354
9355 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
9356
9357 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
9358 (standard-mode-line-position): Add mouse-face.
9359
9360 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
9361 * progmodes/grep.el (grep-mode-map): Add :help.
9362
9363 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
9364 initialize in one step. Add :help. Use :enable to activate menu
9365 items. Show the key binding for edebug-defun.
9366 (lisp-interaction-mode-map): Add a menu.
9367
9368 * term.el (term-mode-map): Define and initialize in one step.
9369
9370 * ediff-init.el (ediff-color-display-p): Simplify.
9371 (Xor): Remove unused function.
9372 (ediff-with-syntax-table): Simplify for Emacs.
9373
9374 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
9375 menu-bar being loaded, it always is.
9376
9377 2008-03-05 Glenn Morris <rgm@gnu.org>
9378
9379 * textmodes/tex-mode.el (tex-mode): Suppress warning about
9380 multiple definitions when compiling.
9381
9382 2008-03-04 Alan Mackenzie <acm@muc.de>
9383
9384 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
9385
9386 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
9387 doc-string, "c-old-LEN" -> "c-old-END".
9388
9389 2008-03-04 Jason Rumney <jasonr@gnu.org>
9390
9391 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
9392 namespaces.
9393
9394 2008-03-04 Glenn Morris <rgm@gnu.org>
9395
9396 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
9397
9398 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
9399 than mapcar.
9400
9401 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9404 (byte-compile-nilconstp): Can't use recursion in a defsubst.
9405
9406 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
9407 so that M-q can fill comments.
9408 (tex-executable-exists-p, tex-compile): Extend with special syntax for
9409 commands implemented in elisp.
9410 (tex-compile-commands): Add an entry to use doc-view for pdf files.
9411 (tex-format-cmd): New function.
9412 (tex-compile): Use it to let the user specify default arguments.
9413 (tex-cmd-bibtex-args): New var.
9414 (tex-cmd-doc-view): New function.
9415
9416 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
9417
9418 * faces.el (face-spec-set): Fix typos in docstring.
9419
9420 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
9421
9422 * bindings.el (mode-line-column-line-number-mode-map): New variable.
9423 (standard-mode-line-position): Use it to add a menu for toggling
9424 column number and line number display.
9425
9426 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9427
9428 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9429 Remove optimization that was working around the form-code-walker bug.
9430
9431 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9432 Walk into the body of lambdas after byte-compile-unfold-lambda.
9433
9434 2008-03-03 Glenn Morris <rgm@gnu.org>
9435
9436 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
9437 value, if set, over frame value.
9438
9439 * simple.el (transient-mark-mode): Don't turn on by default.
9440
9441 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
9442 accidentally removed by the 2007-12-05 merge from Gnus.
9443
9444 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
9445
9446 * progmodes/compile.el (compilation-menu-map): Add menu entries
9447 for useful options.
9448
9449 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
9450 Glenn Morris <rgm@gnu.org>
9451
9452 * emacs-lisp/bytecomp.el (byte-recompile-directory)
9453 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
9454 Give a `bytecomp-' prefix to local variables with common names.
9455
9456 2008-03-01 Glenn Morris <rgm@gnu.org>
9457
9458 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
9459 code commented out 2007-11-10.
9460
9461 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
9462
9463 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
9464 Delete macro.
9465 * emulation/viper-cmd.el, emulation/viper-ex.el:
9466 * emulation/viper-init.el, emulation/viper-keym.el:
9467 * emulation/viper-mous.el, emulation/viper-util.el:
9468 * emulation/viper.el:
9469 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
9470 featurep test.
9471
9472 Replace obselete frame-local variables with frame-parameters.
9473 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
9474 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
9475 (viper-vi-state-cursor-color): Only call make-variable-frame-local
9476 on XEmacs.
9477 * emulation/viper-util.el (viper-frame-value): New macro.
9478 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
9479 (viper-R-state-post-command-sentinel)
9480 (viper-replace-state-post-command-sentinel)
9481 (viper-change-state-to-insert, viper-change-state-to-emacs):
9482 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
9483 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
9484 (viper-get-saved-cursor-color-in-insert-mode)
9485 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
9486 Use viper-frame-value for viper-replace-overlay-cursor-color,
9487 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
9488 viper-vi-state-cursor-color values.
9489
9490 * emulation/viper-cmd.el (zmacs-region-stays):
9491 * emulation/viper-util.el (zmacs-region-stays): No need to define
9492 for compiler.
9493
9494 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
9495 mapcar on Emacs.
9496
9497 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
9498 on XEmacs.
9499
9500 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
9501 rather than if.
9502
9503 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9504
9505 * whitespace.el: New version 9.3. As the glyph code generation was
9506 fixed, it is possible now to use character code above ?\x1FFFF in the
9507 display table. Fix `whitespace-indentation-regexp' to not include an
9508 extra ending character. Reported by Michael Welsh Duggan
9509 <mwd@cert.org>. Added hook actions when buffer is written or killed as
9510 the original whitespace package had. Suggested by Eric Cooper
9511 <ecc@cmu.edu>. Doc fix.
9512 (whitespace-action): New option.
9513 (whitespace-display-mappings): Changed default newline visualization to
9514 display downwards arrow, as the glyph code generation was fixed.
9515 (whitespace-unload-function): Assure that all local whitespace mode is
9516 turned off.
9517 (whitespace-global-modes): Fix type customization.
9518 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
9519 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
9520 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
9521 Fix code.
9522 (whitespace-buffer): Command removed.
9523 (whitespace-trailing-regexp, whitespace-mark-x)
9524 (whitespace-display-window, whitespace-action-when-on)
9525 (whitespace-add-local-hook, whitespace-remove-local-hook)
9526 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
9527 (whitespace-action): New funs.
9528 (whitespace-report-list, whitespace-report-text)
9529 (whitespace-report-buffer-name): New consts.
9530 (whitespace-report, whitespace-report-region): New commands.
9531
9532 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
9533
9534 * disp-table.el (make-glyph-code): Don't test the result of
9535 `face-id', which already signals an error for invalid faces.
9536 (glyph-face): Simplify.
9537
9538 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
9539 running `desktop-not-loaded-hook' to allow modifying it.
9540 Don't show warning message if `desktop-dirname' was modified.
9541
9542 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
9545 we still expect more lines.
9546
9547 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
9548 comment-paragraph filling if the commark doesn't match
9549 comment-start-skip.
9550
9551 2008-03-01 Daiki Ueno <ueno@unixuser.org>
9552
9553 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
9554 the `imap' variant.
9555
9556 2008-03-01 Jason Rumney <jasonr@gnu.org>
9557
9558 * files.el (make-auto-save-file-name): Encode more characters in
9559 non-file buffer names. Use url-encoding.
9560
9561 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
9562
9563 * net/net-utils.el (ftp-program): Fix typo in docstring.
9564 (ifconfig-program-options, netstat-program-options)
9565 (arp-program-options, route-program-options, nslookup-program-options)
9566 (ftp-program-options, smbclient-program-options)
9567 (dns-lookup-program-options, arp, route): Doc fixes.
9568
9569 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
9570 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
9571 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
9572 Fix typos in docstrings.
9573 (gdb-pending-triggers): Reflow docstring.
9574 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
9575
9576 2008-03-01 Alan Mackenzie <acm@muc.de>
9577
9578 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
9579 typing "#" at EOB.
9580
9581 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
9582
9583 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
9584
9585 2008-02-29 Kim F. Storm <storm@cua.dk>
9586
9587 * emulation/cua-base.el (cua-remap-control-v)
9588 (cua-remap-control-z): New defcustoms.
9589 (cua-mode): Add them to set-after property.
9590 (cua--init-keymaps): Use them.
9591 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
9592
9593 * help.el (view-emacs-todo): Rename from view-todo.
9594 (describe-gnu-project): Rename from describe-project. Users changed.
9595 (view-help-file): New helper function.
9596 (describe-distribution, describe-copying, describe-gnu-project)
9597 (view-todo, view-order-manuals, view-emacs-problems): Use it.
9598 (view-emacs-debugging, view-external-packages): New commands.
9599 (help-map): Move describe-distribution to C-h C-o (ordering).
9600 Move view-emacs-problems to C-h C-p (problems).
9601 Bind view-emacs-debugging to C-h C-d (debugging).
9602 Bind view-external-packages to C-h C-e (extras).
9603 (help-for-help-internal): Cleanup and align descriptions.
9604 Remove command names to reduce clutter.
9605
9606 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
9607
9608 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
9609 and quieter face (not a warning).
9610
9611 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
9612
9613 * vc.el (vc-status-crt-marked): New variable.
9614 (vc-status-mode): Make it local.
9615 (vc-status-refresh): Use it to save the marked files.
9616 (vc-update-vc-status-buffer): Use it to restore the marked files.
9617
9618 * vc-svn.el (vc-svn-after-dir-status):
9619 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
9620
9621 2008-02-29 Glenn Morris <rgm@gnu.org>
9622
9623 * allout.el (allout-topic-encryption-bullet)
9624 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
9625 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
9626 from 22.0 to 22.1.
9627
9628 * net/imap.el (imap-ping-server):
9629 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
9630 Change defcustom :version from 23.0 to 23.1.
9631
9632 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
9633
9634 * desktop.el (desktop-save): Save the buffer name if the
9635 uniquified base name is empty.
9636
9637 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
9638
9639 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
9640 correctly when user has "set print address off".
9641
9642 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
9643
9644 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
9645 version number of the next major Emacs release, not 23.0.
9646
9647 * longlines.el (longlines-unload-function): New function.
9648
9649 2008-02-28 Juri Linkov <juri@jurta.org>
9650
9651 * startup.el (normal-splash-screen): Add argument `concise'.
9652 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
9653 to the created buffer. If `concise' is non-nil, call
9654 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
9655 (display-startup-screen): Add argument `concise' to the call to
9656 `normal-splash-screen'.
9657
9658 2008-02-28 Kim F. Storm <storm@cua.dk>
9659
9660 * startup.el (startup-echo-area-message): Check for about-emacs.
9661
9662 2008-02-28 Juri Linkov <juri@jurta.org>
9663
9664 * startup.el: Always add initial message to *scratch* buffer if
9665 `initial-scratch-message' is non-nil regardless of the value of
9666 `inhibit-startup-screen'.
9667 (inhibit-startup-screen, initial-scratch-message): Doc fix.
9668 (command-line-1): Move code that inserts `initial-scratch-message'
9669 up before the if-form that checks for `inhibit-startup-screen'.
9670 Suggested by Jonathan Rockway <jon@jrock.us>.
9671
9672 2008-02-28 Juri Linkov <juri@jurta.org>
9673
9674 * cus-edit.el (custom-mode-map, custom-mode-link-map):
9675 Rename `custom-mode' to `Custom-mode' in docstrings.
9676 (custom-buffer-create-internal, customize-browse):
9677 Rename `custom-mode' to `Custom-mode'.
9678 (custom-mode-hook): Rename to `Custom-mode-hook'.
9679 (Custom-mode-hook): Renamed from `custom-mode-hook'.
9680 (custom-mode): Rename to `Custom-mode'.
9681 (Custom-mode): Renamed from `custom-mode'. Doc fix.
9682 (custom-mode): Add backward-compatible non-interactive variant of
9683 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
9684 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
9685
9686 * info-look.el: Rename `custom-mode' to `Custom-mode'.
9687
9688 * emulation/viper.el (viper-emacs-state-mode-list):
9689 Rename `custom-mode' to `Custom-mode'.
9690
9691 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
9692 Capitalize "Tagged Files".
9693 (minibuffer-local-map): Add menu items for next/previous
9694 history elements and isearch history forward/backward.
9695
9696 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
9697 `hs-isearch-open' with t instead of `comment' in :selected
9698 for "Code and Comment blocks" menu item.
9699
9700 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9701
9702 * uniquify.el (uniquify-buffer-base-name): Undo last change.
9703 Should be done in desktop.el instead.
9704
9705 2008-02-28 Glenn Morris <rgm@gnu.org>
9706
9707 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
9708
9709 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
9710
9711 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
9712 (Info-menu, Info-goto-node): Remove declarations.
9713 (report-emacs-bug-info): Use info rather than Info-goto-node.
9714
9715 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
9716 (idlwave-convert-xml-system-routine-info): Don't require xml.
9717 (idlwave-show-commentary, idlwave-shell-show-commentary):
9718 Don't require finder.
9719 (idlwave-info): Don't require info. Use info rather than
9720 Info-goto-node.
9721
9722 * textmodes/org.el (Info-goto-node): Remove declaration.
9723 (org-info): Use info rather than Info-goto-node.
9724
9725 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
9726 (reftex-info): Don't require info. Use info rather than Info-goto-node.
9727
9728 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
9729
9730 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
9731 the menu.
9732
9733 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
9734 (vc-finish-logentry): Check for vc-status-mode, not only for
9735 vc-dired-mode.
9736
9737 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
9738
9739 * isearch.el (isearch-printing-char): Don't check
9740 keyboard-coding-system.
9741 Call isearch-process-search-multibyte-characters only when
9742 current-input-method is non-nil.
9743
9744 2008-02-27 Kim F. Storm <storm@cua.dk>
9745
9746 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
9747 (glyph-char, glyph-face): Handle cons encoding.
9748
9749 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
9750
9751 * uniquify.el (uniquify-buffer-base-name): If the base name is an
9752 empty string, return nil to allow the caller to default to the
9753 buffer name. Reported by Martin Fischer <parozusa@web.de>.
9754
9755 * tool-bar.el (tool-bar-setup): Doc fix.
9756
9757 * mail/supercite.el (sc-describe):
9758 Fix typos in obsolescence declaration.
9759
9760 2008-02-27 Glenn Morris <rgm@gnu.org>
9761
9762 * autoinsert.el (auto-insert-alist): Change permission text to
9763 match FSF's GPLv3 form.
9764
9765 * mail/supercite.el (sc-cite-original): Doc fix.
9766 (sc-version): Make obsolete.
9767 (sc-describe): Show the SC info page. Make obsolete.
9768
9769 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9770
9771 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
9772 when using transient-mark-mode.
9773 (default-indicate-unused-lines): Remove unused var.
9774
9775 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
9776
9777 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
9778 and previous.
9779
9780 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
9781
9782 2008-02-26 Glenn Morris <rgm@gnu.org>
9783
9784 * net/net-utils.el (top-level): Don't require comint when compiling.
9785 (nslookup-font-lock-keywords): Don't require font-lock.
9786 Use font-lock faces rather than variables.
9787 (nslookup, ftp, smbclient, network-service-connection):
9788 Don't require comint.
9789 (comint-prompt-regexp, comint-input-autoexpand)
9790 (comint-input-ring): Declare for compiler.
9791 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
9792 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
9793
9794 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
9795 doc-string.
9796
9797 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9798
9799 * doc-view.el (doc-view-current-page): Add a `win' argument.
9800
9801 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
9802
9803 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
9804 Demote it to plain defvar.
9805 (doc-view-conversion-refresh-interval): Reduce interval.
9806 (doc-view-goto-page): Allow moving to pages not yet rendered.
9807 (doc-view-goto-page): Construct a file name rather than extracting it
9808 from doc-view-current-files.
9809 (doc-view-kill-proc): Ignore errors from kill-process.
9810 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
9811 (doc-view-insert-image): Use appropriate text if the page hasn't been
9812 rendered yet. Adjust scrolling so the text is displayed.
9813 (doc-view-display): Detect not just that a page is available, but also
9814 that it wasn't available before, so as to avoid refreshing all pages
9815 repeatedly.
9816 (doc-view-mode): Make doc-view-cache-directory if needed.
9817
9818 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9819
9820 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
9821 toggle-read-only.
9822
9823 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
9824 refering to a missing required field with the OPT prefix.
9825 Make unwindform more robust.
9826
9827 * textmodes/bibtex.el: Remove support for hideshow minor mode as
9828 it duplicates the bibtex support in progmodes/hideshow.el.
9829 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
9830 entries that do not start at the beginning of a line.
9831
9832 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
9833
9834 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
9835
9836 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
9837
9838 * help-fns.el (describe-variable): Add phrases about
9839 initialization file with and without customization;
9840 use new button type help-info-variable.
9841
9842 * help-mode.el (help-info-variable):
9843 New button able to read Info files for help-fns.el.
9844
9845 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
9846
9847 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
9848 (grep-mode): Use grep-mode-tool-bar-map.
9849
9850 * progmodes/compile.el (tool-bar): Require tool-bar.
9851 (compilation-mode-tool-bar-map): New variable.
9852 (compilation-mode): Use compilation-mode-tool-bar-map.
9853
9854 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
9855
9856 2008-02-25 Glenn Morris <rgm@gnu.org>
9857
9858 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
9859
9860 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
9861
9862 * diff-mode.el (diff-file-junk-re): New const.
9863 (diff-beginning-of-file-and-junk): Use it.
9864 (diff-file-kill): Make sure we were really inside a file diff.
9865
9866 * diff-mode.el: Make it more robust in the presence of empty context
9867 lines in unified hunks.
9868 (diff-valid-unified-empty-line): New var.
9869 (diff-unified->context, diff-sanity-check-hunk): Obey it.
9870 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
9871 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
9872 (diff-hunk-header-re-unified): New const.
9873 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
9874 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
9875 (diff-sanity-check-hunk): Use it.
9876
9877 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
9878 Index: line, don't search backward for the previous one.
9879
9880 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
9881
9882 * international/fontset.el (setup-default-fontset): Add non-OTF
9883 lao font for lao script.
9884
9885 * language/tibetan.el: Register tibetan-composition-function in
9886 composition-function-table.
9887
9888 * language/tibet-util.el (tibetan-composition-function):
9889 Adjust for the new calling way (argument changed). Try font-shape-text
9890 if possible.
9891
9892 * language/lao.el: Register lao-composition-function in
9893 composition-function-table.
9894
9895 * language/lao-util.el (lao-composition-function): Adjust for the new
9896 calling way (argument changed). Try font-shape-text if possible.
9897
9898 2008-02-25 Jason Rumney <jasonr@gnu.org>
9899
9900 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
9901
9902 2008-02-25 Juri Linkov <juri@jurta.org>
9903
9904 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
9905 background, "red4" for a dark background, "red" for 16 and
9906 8 colors, "grey" for grayscale, and inverse video otherwise.
9907 Add :version tag.
9908 (isearch-message): Keep the original isearch-message intact, and
9909 add text properties to it where necessary. Add `isearch-error' to
9910 the condition that checks if isearch is unsuccessful.
9911
9912 2008-02-24 Juri Linkov <juri@jurta.org>
9913
9914 * progmodes/compile.el (compilation-handle-exit):
9915 Use compilation-error face instead of font-lock-warning-face.
9916 Display the same message in the minibuffer as is inserted
9917 at the end of the compilation buffer.
9918
9919 2008-02-24 Glenn Morris <rgm@gnu.org>
9920
9921 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
9922 multiple file case.
9923
9924 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
9925
9926 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
9927 multiple file case. Use a single `let' rather than two.
9928
9929 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
9930
9931 * progmodes/compile.el (compilation-start): Specify a face for
9932 mode-line-process.
9933 (compilation-handle-exit): Specify a face and a tooltip for
9934 mode-line-process.
9935
9936 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9937
9938 * hilit-chg.el: Remove spurious * in defcustom docstrings.
9939 (hilit-chg-make-ov): Simplify.
9940 (hilit-chg-fixup): Use remove-overlays.
9941 (hilit-chg-set-face-on-change): Remove redundant call to
9942 `remove-text-properties'.
9943
9944 * dired.el (dired-mark-prompt): Don't count/display the t element.
9945 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
9946
9947 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
9948
9949 * progmodes/verilog-mode.el (eval-when-compile): Don't define
9950 add-submenu.
9951 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
9952 Remove. Move contents to the only use ...
9953 (verilog-menu): ... here.
9954 (verilog-statement-menu): Remove. Move contents to the only use ...
9955 (verilog-stmt-menu): ... here.
9956 (verilog-mark-defun): Simply call mark-defun for emacs.
9957 (occur-pos-list): Declare for byte compiler.
9958 (mode-popup-menu): Don't defvar.
9959 (verilog-add-statement-menu): Remove.
9960 (verilog-mode-hook): Don't add verilog-add-statement-menu.
9961 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
9962
9963 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
9964
9965 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
9966 conditional.
9967 (verilog-font-grouping-keywords-face): Make the begin..end
9968 keywords standout more than other verilog keywords.
9969 (verilog-type-font-keywords): Move the begin..end out of this list
9970 to facilitate making them to (potentially) stand out more.
9971 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
9972 function & task blocks.
9973 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
9974 initial, function & task blocks.
9975 (verilog-forward-sexp): Handle the new "disable fork" statement of
9976 IEEE-1800 Verilog.
9977 (verilog-beg-block-re-ordered): Handle the new "disable fork"
9978 statement of IEEE-1800 Verilog.
9979 (verilog-calc-1): Handle the new "disable fork" statement of
9980 IEEE-1800 Verilog.
9981 (verilog-disable-fork-re): Add const to help handle the new
9982 "disable fork" statement of IEEE-1800 Verilog.
9983 (verilog-declaration-core-re): Add port directions by themselves,
9984 with no qualification, as base item of a declaration.
9985 (verilog-pretty-declarations): Add new flag to ask it to refrain
9986 from printing to the message buffer.
9987 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
9988 printing to the message buffer. Improve handling of the many
9989 types of expression line up.
9990 (verilog-just-one-space): Remove printing of an empty message.
9991 (verilog-get-lineup-indent): Rework to support the better handling
9992 of expression lineup for verilog-pretty-expr.
9993 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
9994
9995 2008-02-24 Alan Mackenzie <acm@muc.de>
9996
9997 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
9998 yesterday's commit.
9999
10000 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
10001
10002 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
10003 to mouse-set-point in buffers that aren't associated with files.
10004
10005 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
10006
10007 2008-02-24 Alan Mackenzie <acm@muc.de>
10008
10009 Set of changes so that "obtrusive" syntactic elements in a
10010 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
10011 unmatched paren) don't interact syntactically with stuff outside
10012 the CPP line.
10013
10014 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
10015 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
10016 off-by-one bug.
10017 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
10018 a bit of refactoring.
10019 (c-awk-extend-and-syntax-tablify-region): Takes some of the
10020 functionality of c-awk-advise-fl-for-awk-region, which has been
10021 refactored away.
10022
10023 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
10024 (c-clear-char-property-with-value): New function and macro which
10025 remove text-properties `equal' to a supplied value.
10026
10027 * progmodes/cc-engine.el: Comment about text properties amended.
10028
10029 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
10030 parens around "error\\|warning".
10031
10032 * progmodes/cc-langs.el (c-get-state-before-change-function)
10033 (c-before-font-lock-function, c-anchored-cpp-prefix):
10034 New language variables.
10035 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
10036
10037 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
10038 syntax-table text properties.
10039 (c-common-init): Call language specific before/after-change
10040 functions at mode initialisation.
10041 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
10042 (c-extend-region-for-CPP, c-neutralize-CPP-line)
10043 (c-neutralize-syntax-in-CPP): New functions.
10044 (c-before-change, c-after-change): Call the new language specific
10045 change functions defined in cc-langs.el.
10046 (c-advise-fl-for-region): New macro.
10047 (awk-mode): Remove AWK specific stuff which has been refactored
10048 into language independent stuff.
10049
10050 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
10051
10052 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
10053 (gdb): (Re)set gdb-flush-pending-output to nil here...
10054 (gdb-init-1): ...instead of here (before gdb-prompt).
10055
10056 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10057
10058 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
10059 Recognize ''' just like any other char-constant.
10060
10061 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10062
10063 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
10064 careful enough. Detect the uid-change all within the main loop.
10065
10066 2008-02-24 Stefan Monnier <monnier@pastel.home>
10067
10068 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
10069
10070 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10071
10072 * hilit-chg.el (highlight-save-buffer-state): New macro.
10073 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
10074 (hilit-chg-clear): Use it to preserve the modified-p flag.
10075 (highlight-changes-rotate-faces): Don't mess with the undo-list.
10076
10077 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10078
10079 * font-lock.el (font-lock-set-defaults): Unset previously set variables
10080 when needed.
10081
10082 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
10083
10084 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
10085 from gnus-button-url-regexp.
10086
10087 2008-02-24 Eli Zaretskii <eliz@gnu.org>
10088
10089 * progmodes/compile.el (compilation-next-error): Doc fix.
10090 (compilation-find-file): Doc fix.
10091
10092 2008-02-24 Glenn Morris <rgm@gnu.org>
10093
10094 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
10095 Add obsolete aliases to the old names.
10096
10097 2008-02-24 Richard Stallman <rms@gnu.org>
10098
10099 * net/net-utils.el (ifconfig): Rename from ipconfig.
10100 (ipconfig): Alias to ifconfig.
10101 (ifconfig-program): Rename from ipconfig-program.
10102 (ifconfig-program-options): Rename from ipconfig-program-options.
10103
10104 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
10105
10106 * progmodes/verilog-mode.el (verilog-declaration-core-re):
10107 Add port directions by themselves, with no qualification, as base
10108 item of a declaration.
10109 (verilog-pretty-declarations): Add new flag that inhibits printing
10110 to the message buffer.
10111 (verilog-pretty-expr): Add new flag that inhibits printing to the
10112 message buffer. Improve handling of the many types of expression
10113 line up.
10114 (verilog-just-one-space): Don't print an empty message.
10115 (verilog-get-lineup-indent): Rework to support the better handling
10116 of expression lineup for verilog-pretty-expr.
10117 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
10118 (verilog-mode-version, verilog-mode-release-date): Update.
10119
10120 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10121
10122 * subr.el (cancel-change-group): Don't move point.
10123
10124 2008-02-23 Markus Triska <markus.triska@gmx.at>
10125
10126 * linum.el (linum-after-config): Update all visible windows.
10127
10128 2008-02-23 Glenn Morris <rgm@gnu.org>
10129
10130 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
10131 Add :help for Solitaire and Tetris.
10132
10133 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
10134
10135 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
10136 (smtpmail-code-conv-from): Doc fix. Fix custom type.
10137 (smtpmail-queue-index-file): Make it a defcustom.
10138 (smtpmail-queue-index): Delete.
10139 (smtpmail-send-it, smtpmail-send-queued-mail):
10140 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
10141 smtpmail-queue-index.
10142
10143 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
10144 Add :version.
10145
10146 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
10147
10148 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
10149 New variables.
10150 (iwconfig): New function.
10151
10152 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
10153
10154 * vc.el (vc-find-revision): Make vc-parent-buffer local before
10155 setting it.
10156 (vc-status-menu-map): Do not define using easy-menu.
10157 (vc-status-menu-map): New defalias.
10158 (vc-status-mode-map): Hook up the menu.
10159 (top-level): Update TODO.
10160
10161 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
10162
10163 * vc-bzr.el (vc-bzr-init-version): Rename to ...
10164 (vc-bzr-init-revision): ... this.
10165
10166 2008-02-23 Jason Rumney <jasonr@gnu.org>
10167
10168 * makefile.w32-in (WINS_ALMOST): Remove term.
10169 (WINS): Add term here.
10170 (custom-deps, finder-data): Use WINS_ALMOST.
10171
10172 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
10173
10174 * faces.el (font-weight-table): Fix value of `semi-light'.
10175
10176 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
10177
10178 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
10179 Make those tables bijective.
10180
10181 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
10182
10183 Finish pdbtrack integration cleanup, settling missing-functions
10184 byte compiler warnings appropriately.
10185
10186 * progmodes/python.el (python-point): Remove this - beginning-of-line
10187 was all that was necessary for `python-pdbtrack-overlay-arrow'.
10188 (python-end-of-def-or-class, python-beginning-of-def-or-class)
10189 (python-goto-initial-line): Drop these - they were only needed for
10190 python-point.
10191 (python-comint-output-filter-function): Use condition-case and
10192 beginning-of-line directly, instead of python-mode.el functions
10193 which require all sorts of baggage.
10194 (point-safe): Unnecessary - we're using condition-case directly,
10195 instead.
10196 (python-execute-file): Include for python-shell, which I'm leaving
10197 in keeping despite it being unnecessary for pdb tracking.
10198
10199 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
10200
10201 * progmodes/scheme.el (scheme-font-lock-keywords-2):
10202 Add SRFI 11 support.
10203 (let-values, let*-values): Specify scheme-indent-function.
10204
10205 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
10206
10207 * vc.el (vc-exec-after): Move setting mode-line-process in the
10208 busy case ...
10209 (vc-set-mode-line-busy-indicator): ... in this new function.
10210 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
10211 (vc-update-vc-status-buffer): Reset mode-line-process.
10212 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
10213 mark/unmark all the files with the same state as the current one.
10214 With a prefix argument mark/unmark all files.
10215 (vc-status-mode-menu): Adjust strings.
10216 (vc-update-vc-status-buffer): Only do something when the argument
10217 is not nil.
10218 (vc-status-kill-dir-status-process): New function.
10219 (vc-status-mode-map): Bind it.
10220 (vc-status-process-buffer): New variable.
10221 (vc-status-mode): Make it local.
10222 (vc-status-refresh): Set it.
10223
10224 * vc-hg.el (vc-hg-dir-status):
10225 * vc-git.el (vc-git-dir-status):
10226 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
10227 command is run.
10228
10229 2008-02-22 Glenn Morris <rgm@gnu.org>
10230
10231 * json.el (top-level): No need to require thingatpt.
10232 (json-read-keyword): Use thing-at-point rather than word-at-point.
10233
10234 * time.el (top-level): No need to require time-date when compiling.
10235
10236 * emacs-lisp/copyright.el (copyright-update-year):
10237 Fix subexpression numbering for the case when years are split over
10238 lines, and for the replace case.
10239
10240 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
10241 (tpu-caar, tpu-cadr): Delete functions.
10242 (zmacs-regions): No need to declare for compiler.
10243 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
10244 (tpu-spell-check): Rewrite, and handle mark after point.
10245 (tpu-special-insert): Use or rather than if.
10246
10247 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
10248 rather than spell-region.
10249
10250 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
10251 warnings about spell-region.
10252
10253 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
10254
10255 * ldefs-boot.el: Regenerated.
10256
10257 * loadup.el: Don't load language/devanagari, language/kannada,
10258 language/malayalam, and language/tamil. Load language/sinhala.
10259
10260 * language/indian.el (indian-font-foundry)
10261 (indian-script-language-alist, indian-font-char-index-table)
10262 (indian-font-char, indian-font-char-range, indian-script-table)
10263 (indian-default-script, indian-composable-pattern): Delete them.
10264 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
10265 language environments moved to here.
10266 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
10267 New language environments.
10268
10269 * language/devanagari.el, language/devan-util.el,
10270 * language/kannada.el, language/knd-util.el, language/malayalam.el,
10271 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
10272 Delete them.
10273
10274 * language/sinhala.el: New file.
10275
10276 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
10277
10278 Update Nick Robert's port of pdb tracking from python-mode.el.
10279
10280 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
10281 Clarify docstring.
10282 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
10283 tracking is happening.
10284 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
10285 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
10286 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
10287 Tracking is plugged in to all comint buffers once python.el is loaded.
10288 (python-pdbtrack-overlay-arrow): Toggle activation of
10289 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
10290 (python-pdbtrack-track-stack-file): Use new
10291 `python-pdbtrack-get-source-buffer' for more flexible access to
10292 debugging source files.
10293 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
10294 according to pdb stack trace, optionally using new
10295 `python-pdbtrack-grub-for-buffer' if file is not locally available.
10296 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
10297 named buffer, or having function with indicated name.
10298 (python-shell): Remove comint-output-filter-functions hook
10299 addition, it's being done elsewhere. Wrap long line.
10300
10301 2008-02-21 Michael Olson <mwolson@gnu.org>
10302
10303 * json.el: Replace XEmacs compatibility code to get rid of
10304 compiler warnings.
10305
10306 * time.el: Fix compiler warning.
10307
10308 2008-02-21 Edward O'Connor <ted@oconnor.cx>
10309
10310 * json.el: New file (JavaScript Object Notation parser / generator).
10311
10312 2008-02-21 Dave Love <fx@gnu.org>
10313
10314 * progmodes/sym-comp.el: New file.
10315
10316 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
10317 Require sym-comp. Add Python buffer to same-window-buffer-names.
10318 Fixup whitespaces.
10319 (python-font-lock-keywords): Add highlighting for Python builtins.
10320 (python-font-lock-syntactic-keywords): Rewrite.
10321 (python-quote-syntax): Use syntax-ppss-context instead of parsing
10322 ppss directly.
10323 (python-mode-map): Add binding for python-find-function.
10324 (python-calculate-indentation): Clean up the logic.
10325 (python-beginning-of-defun): Explicitly set return value.
10326 (python-beginning-of-statement): Stop looping if we get stuck
10327 going backwards.
10328 (python-next-statement): Stop looping if we somehow end up inside
10329 a string while advancing.
10330 (python-preoutput-continuation, python-version-checked): New vars.
10331 (python-check-version): New function.
10332 (run-python): Set default command to python-command instead of
10333 python-python-command.
10334 (run-python): Use python-check-version. Give PYTHONPATH
10335 precedence over data-directory in the process environment.
10336 Load function definitions in python process after.
10337 (python-check-comint-prompt): New function.
10338 (python-send-command, python-send-receive): Use it.
10339 (python-complete-symbol, python-try-complete): Functions deleted.
10340 Use symbol-complete instead of python-complete-symbol throughout.
10341 (python-fill-paragraph): Further refine the fenced-string regexp.
10342 (def-python-skeleton): Expand to the original abbrev instead if in
10343 a comment or string. Tweak skeletons for `if', `while', `for',
10344 `try/except', `try/finally', `name'.
10345 (python-pea-hook, python-abbrev-pc-hook): New functions.
10346 (python-abbrev-syntax-table): New var.
10347 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
10348 Use symbol-completion-try-complete for hippie expansion.
10349 Turn on font lock unconditionally.
10350 (python-mode-hook): Defcustom it. No need to use make-local
10351 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
10352 option, since it's buffer-local.
10353
10354 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
10355
10356 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
10357
10358 2008-02-21 Drew Adams <drew.adams@oracle.com>
10359
10360 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
10361 "Turn off" and a "Help" entry when the minor mode has no menu.
10362
10363 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
10364
10365 * vc.el (vc-status-mark, vc-status-unmark): New functions.
10366 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
10367 vc-status-mark-file and vc-status-unmark-file.
10368 (vc-status-mark-unmark): New function.
10369 (vc-status-previous-line, vc-status-next-line): No longer interactive.
10370
10371 2008-02-21 Glenn Morris <rgm@gnu.org>
10372
10373 * composite.el (encode-composition-rule): Fix typo in error message.
10374 (composition-function-table, auto-composition-mode): Doc fixes.
10375
10376 * subr.el (sit-for): Fix obsolete form for nil second argument.
10377
10378 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
10379 (spell-string): Make obsolete, in favor of ispell.
10380
10381 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
10382
10383 * language/devanagari.el: Don't setup composition-function-table
10384 here.
10385 ("Devanagari"): Change charset, coding-system, coding-priority to
10386 Unicode-based ones. Don't require the feature devan-util.
10387
10388 * composite.el (compose-chars-after): Fix arguments for a function
10389 in composition-function-table.
10390 (auto-compose-region): Likewise.
10391
10392 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
10393 for Ethiopic.
10394 (ps-mule-plot-string): Ignore glyph-string based compositions.
10395
10396 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
10397
10398 * doc-view.el: Allow different windows to show different pages.
10399 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
10400 (doc-view-current-image, doc-view-current-overlay): Remove variables,
10401 add them back as macros instead, using image-mode-winprops instead.
10402 Update all users of those variables.
10403 (doc-view-new-window-function): New function to create a new overlay
10404 for each new window.
10405 (doc-view-mode): Use it and image-mode-setup-winprops.
10406 (doc-view-clone-buffer-hook): Rewrite accordingly.
10407
10408 * image-mode.el: Extend [hv]scroll support to per-window properties.
10409 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
10410 (image-mode-winprops-alist): New var to replace them.
10411 (image-mode-new-window-functions): New hook.
10412 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
10413 New funs.
10414 (image-set-window-vscroll, image-set-window-hscroll): Use them.
10415 Remove the `window' argument, update callers.
10416 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
10417 Use the new functions.
10418 (image-mode-reapply-winprops): New fun.
10419 (image-mode): Use it.
10420
10421 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
10422
10423 * calc/calc-math.el (math-sin-raw): Add optional argument
10424 to keep track of original argument.
10425 (math-cos-raw): Use optional argument when calling math-sin-raw.
10426 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
10427 with close to original precision.
10428
10429 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10430
10431 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
10432 args in calls of sit-for.
10433
10434 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
10435
10436 * vc-svn.el (vc-svn-program): Fix typo in docstring.
10437 (vc-svn-checkin): Fix typo in error message.
10438
10439 * help-mode.el: Require easymenu when compiling.
10440
10441 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
10442
10443 * help-mode.el (help-mode-menu): New menu.
10444
10445 2008-02-20 Glenn Morris <rgm@gnu.org>
10446
10447 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
10448 on Windows.
10449
10450 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
10451
10452 * ps-mule.el (ps-mule-encode-region): Return a single string.
10453 (ps-mule-plot-string): Adjust for the above change.
10454 (ps-mule-encode-header-string): Likewise.
10455
10456 * international/latin1-disp.el (latin1-display): Don't use
10457 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
10458 standard-display-table.
10459 (latin1-display-identities): Adjust for the change of what is
10460 returned by (get-language-info charset 'charset).
10461
10462 * international/mule-util.el (char-displayable-p): Fix for Latin-1
10463 characters and terminal case.
10464
10465 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
10466
10467 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
10468
10469 * progmodes/python.el: Also require comint when loading.
10470 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
10471 Replace python-shell with run-python on menu bar.
10472 (python-shell-map): New map.
10473 (python-default-interpreter, python-python-command-args)
10474 (python-jython-command-args, python-pdbtrack-do-tracking-p):
10475 New options.
10476 (python-which-shell, python-which-args, python-which-bufname):
10477 New buffer local variables.
10478 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
10479
10480 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
10481 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
10482 New constants.
10483
10484 Pdbtrack features:
10485
10486 (python-point, python-end-of-def-or-class)
10487 (python-beginning-of-def-or-class, python-goto-initial-line)
10488 (python-comint-output-filter-function)
10489 (python-pdbtrack-overlay-arrow)
10490 (python-pdbtrack-track-stack-file, python-toggle-shells)
10491 (python-shell, python-pdbtrack-toggle-stack-tracking)
10492 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
10493 New functions.
10494
10495 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10496
10497 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
10498 when the argument is nil.
10499
10500 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
10501
10502 * vc.el (dir-status): Add a brief description.
10503
10504 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
10505
10506 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
10507 If non-nil, reverse the sense of the check.
10508
10509 * vc-rcs.el (vc-rcs-root): New func.
10510 * vc-cvs.el (vc-cvs-root): New func.
10511 * vc-svn.el (vc-svn-root): New func.
10512 * vc-sccs.el (vc-sccs-root): New func.
10513
10514 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
10515
10516 * language/japan-util.el (setup-japanese-environment-internal):
10517 Call use-cjk-char-width-table.
10518
10519 * language/japanese.el ("Japanese"): Set exit-function to
10520 use-default-char-width-table.
10521
10522 * international/characters.el: Delete occurrences of non-Unicode
10523 tibetan and ethiopic characters.
10524 (cjk-char-width-table): New variable.
10525 (use-cjk-char-width-table, use-default-char-width-table):
10526 New functions.
10527
10528 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
10529
10530 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
10531 (vc-status-mode-menu): Add a :filter.
10532 (vc-status-printer): Add faces.
10533
10534 * vc-hg.el (vc-hg-extra-status-menu): New function.
10535 (vc-hg-dir-status): Clean up the buffer before using it.
10536
10537 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
10538
10539 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
10540 (gdb): Initialize it here instead.
10541
10542 * files.el (locate-dominating-file): Fix thinko in last change.
10543 Reported by Bruce Stephens <bruce.stephens@isode.com>.
10544
10545 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
10546
10547 * vc.el (vc-status-mode-menu): New menu for vc-status.
10548
10549 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
10550
10551 * progmodes/verilog-mode.el (customize): Fix typo in error message.
10552 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
10553 (verilog-mode-auto, verilog-indent-level-module)
10554 (verilog-minimum-comment-distance, verilog-library-flags)
10555 (verilog-library-directories, verilog-library-files)
10556 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
10557 (verilog-xemacs-menu, verilog-set-compile-command)
10558 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
10559 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
10560 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
10561 (verilog-batch-inject-auto, verilog-batch-indent)
10562 (verilog-continued-line, verilog-type-keywords)
10563 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
10564 (verilog-read-inst-pins, verilog-read-arg-pins)
10565 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
10566 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
10567 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
10568 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
10569 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
10570 (verilog-mode-version, verilog-mode-release-date)
10571 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
10572 (verilog-simulator, verilog-compiler)
10573 (verilog-auto-sense-defines-constant, verilog-company)
10574 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
10575 Fix typos in docstrings.
10576 (verilog-set-auto-endcomments, verilog-calculate-indent)
10577 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
10578 Reflow docstrings.
10579 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
10580 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
10581 (electric-verilog-forward-sexp, verilog-in-case-region-p)
10582 (verilog-in-struct-region-p, verilog-in-generate-region-p)
10583 (verilog-leap-to-head, verilog-current-indent-level)
10584 (verilog-case-indent-level, verilog-cpp-keywords)
10585 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
10586 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
10587 (verilog-signals-not-in, verilog-symbol-detick-text)
10588 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
10589 (verilog-forward-close-paren, verilog-backward-open-paren)
10590 (verilog-backward-open-bracket): Doc fixes.
10591
10592 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
10593 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
10594 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
10595 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
10596 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
10597 Fix typos in docstrings.
10598
10599 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
10600
10601 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
10602
10603 * info.el (Info-read-node-name): Removed unused `default' arg.
10604
10605 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
10606
10607 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
10608
10609 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10610
10611 * image-mode.el (image-get-display-property): New fun.
10612 (image-forward-hscroll, image-next-line, image-eol, image-eob)
10613 (image-mode, image-minor-mode, image-toggle-display-text)
10614 (image-toggle-display): Use it.
10615
10616 2008-02-18 Jason Rumney <jasonr@gnu.org>
10617
10618 * international/mule.el (xml-find-file-coding-system): Don't warn
10619 about utf-16 with BOM.
10620
10621 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
10622
10623 * international/mule.el (sgml-xml-auto-coding-function): Detect and
10624 warn if file encoding is not utf-8 and encoding not specified.
10625 (xml-find-file-coding-system): New function.
10626 * international/mule-conf.el (file-coding-system-alist): Use it.
10627
10628 2008-02-17 Glenn Morris <rgm@gnu.org>
10629
10630 * international/mule-cmds.el (set-locale-environment):
10631 Pass `frame' to getenv for LC_MESSAGES.
10632
10633 2008-02-17 Juri Linkov <juri@jurta.org>
10634
10635 * time.el (emacs-init-time): Use format instead of format-seconds.
10636
10637 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10638
10639 * textmodes/bibtex.el (bibtex-search-entry): Rename from
10640 bibtex-find-entry. Add autoload cookie.
10641 (bibtex-find-entry): Alias for bibtex-search-entry.
10642 (bibtex-search-crossref): Rename from bibtex-find-crossref.
10643 (bibtex-find-crossref): Alias for bibtex-search-crossref.
10644 (bibtex-clean-entry): atomic-change-group removed.
10645 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
10646 to locate buffer location where error occurred.
10647 Make error messages more specific.
10648 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
10649
10650 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
10651
10652 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
10653 top level.
10654
10655 * simple.el (transient-mark-mode): Add an :init-value.
10656
10657 * startup.el (command-line): Use custom-reevaluate-setting for
10658 transient-mark-mode.
10659
10660 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
10661
10662 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
10663
10664 2008-02-16 Juri Linkov <juri@jurta.org>
10665
10666 * startup.el (after-init-time): New variable.
10667 (command-line): Set `after-init-time' to the current time.
10668
10669 * time.el (emacs-init-time): New function.
10670
10671 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
10672
10673 * files.el (locate-dominating-file): Remove initial loop because it's
10674 not careful enough. Detect the uid-change all within the main loop.
10675
10676 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
10677
10678 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
10679
10680 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
10681
10682 * vc.el (vc-annotate): Add new argument.
10683 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
10684
10685 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
10686 Move make-variable-buffer-local code after the corresponding defvar.
10687 (hs-minor-mode-map): Define and initialize in one step.
10688 (hs-minor-mode): Change from defun to define-minor-mode.
10689
10690 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
10691
10692 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
10693 (gdb-ready): Move declaration...
10694
10695 * progmodes/gdb-ui.el (gdb-ready): ...to here.
10696 (gdb-early-user-input): New variable.
10697 (gdb): Reset gdb-flush-pending-output to nil and set
10698 comint-input-sender here (before gdb-prompt), instead of...
10699 (gdb-init-1): ...here.
10700 (gdb-send): If Emacs is not ready, defer user input to...
10701 (gdb-prompt): ...here.
10702
10703 2008-02-16 Glenn Morris <rgm@gnu.org>
10704
10705 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
10706
10707 * startup.el (emacs-startup-time): Rename to `before-init-time'.
10708 (before-init-time): New name for `emacs-startup-time'.
10709 (command-line): Use before-init-time rather than emacs-startup-time.
10710 * time.el (emacs-uptime): Use before-init-time rather than
10711 emacs-startup-time.
10712
10713 * composite.el (composition-function-table): Doc fix.
10714
10715 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
10716 in favor of `%z' specifier.
10717 (emacs-uptime): Move to time.el.
10718 * time.el (emacs-uptime): Move here from time-date.el. Add optional
10719 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
10720 argument of format-seconds.
10721
10722 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
10723
10724 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
10725
10726 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
10727
10728 * ielm.el (ielm-is-whitespace): Remove.
10729 (ielm-is-whitespace-or-comment): New function.
10730 (ielm-eval-input): Use it.
10731
10732 2008-02-15 Jason Rumney <jasonr@gnu.org>
10733
10734 * term/mac-win.el: Fix coding tag.
10735
10736 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
10737
10738 * vc-hooks.el (vc-menu-map):
10739 * bindings.el (mode-line-mode-menu): Add tooltips.
10740
10741 * bindings.el (help-echo): Add more tooltips. Use a less
10742 telegraphic style for existing tooltips.
10743
10744 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
10745
10746 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
10747 from the auto-generated one.
10748
10749 2008-02-14 Glenn Morris <rgm@gnu.org>
10750
10751 * mail/rmail-spam-filter.el (rmail-spam-filter):
10752 Let-bind message-spam-status.
10753
10754 * mail/smtpmail.el (password-cache-add): Declare as function.
10755
10756 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
10757
10758 * mail/smtpmail.el: Use password-cache.
10759
10760 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
10761
10762 * uniquify.el (uniquify-buffer-base-name): New function.
10763 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10764
10765 * desktop.el (uniquify-managed): Don't defvar.
10766 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
10767 `uniquify-managed'. Return also the buffer's base name.
10768 (desktop-save): When saving the buffer info, filter out the base name,
10769 and save it as buffer name if the buffer is managed by uniquify.
10770 (uniquify-item-base): Don't declare; not called anymore.
10771
10772 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
10773
10774 * vc.el (vc-annotate-find-revision-at-line): New function.
10775 (vc-annotate-mode-map): Bind it.
10776 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
10777 some entries.
10778
10779 2008-02-14 Glenn Morris <rgm@gnu.org>
10780
10781 * calendar/time-date.el (format-seconds): New function.
10782 (emacs-uptime): Use format-seconds.
10783
10784 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10785 Remove `LC_ALL=C', since it's included in $(emacs) now.
10786
10787 2008-02-14 Zhang Wei <id.brep@gmail.com>
10788
10789 * textmodes/org-publish.el (org-publish-timestamp-filename):
10790 Replace colon characters in filename too.
10791
10792 2008-02-13 Bastien Guerry <bzg@altern.org>
10793
10794 * mail/rmail.el (rmail-header-name): New face.
10795 (rmail-font-lock-keywords): Use rmail-header-name.
10796
10797 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
10798 against X-Spam-Status header field.
10799 (rmail-spam-filter): Also check X-Spam-Status header field.
10800
10801 2008-02-14 Mark A. Hershberger <mah@everybody.org>
10802
10803 * progmodes/flymake.el (flymake-allowed-file-name-masks):
10804 Add support for .pm files and .php files.
10805 (flymake-err-line-patterns): Add pattern for PHP errors.
10806 (flymake-php-init): New function. PHP support for flymake.
10807
10808 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10809 Add regular expression for PHP errors.
10810
10811 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
10812
10813 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
10814 This DTRT even on w32 machines.
10815 (ange-ftp-cf1): Quote FILENAME.
10816
10817 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
10818
10819 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
10820 (smerge-auto-combine): New fun.
10821
10822 2008-02-12 Juri Linkov <juri@jurta.org>
10823
10824 * startup.el (fancy-startup-screen, normal-splash-screen):
10825 Set default-directory to command-line-default-directory.
10826
10827 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
10828 after reading the desktop.
10829
10830 * progmodes/compile.el (compilation-auto-jump):
10831 Call compile-goto-error only when compilation-auto-jump-to-first-error
10832 is non-nil.
10833 (compilation-scroll-output): Replace :type 'boolean with a choice
10834 that has three options including a third option `first-error'.
10835 Doc fix.
10836 (compilation-start, compilation-forget-errors): Add an alternate
10837 condition comparing compilation-scroll-output with `first-error'
10838 in addition to compilation-auto-jump-to-first-error (to call
10839 compilation-auto-jump in the proper place).
10840
10841 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10842
10843 * international/mule.el (sgml-html-meta-auto-coding-function):
10844 Make sure the search limit is ahead.
10845
10846 * tar-mode.el: Fix broken indentation.
10847 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
10848 Use with-current-buffer.
10849
10850 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
10851
10852 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
10853 it is already automatically buffer-local.
10854
10855 2008-02-11 Drew Adams <drew.adams@oracle.com>
10856
10857 * help.el (describe-key): Join some split lines to facilitate filling.
10858 * help-fns.el (describe-function-1): Fill text of overlong lines.
10859
10860 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
10861
10862 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
10863 Use unibyte-string instead of string-make-unibyte.
10864
10865 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
10866
10867 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10868
10869 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
10870 works also for buffers w/o buffer-file-name. Update callers.
10871 (doc-view-clone-buffer-hook): New fun.
10872 (doc-view-mode): Use it for indirect clones. Mark the overlays with
10873 the `doc-view' property so they can be recognized.
10874
10875 * simple.el (clone-indirect-buffer-hook): New hook.
10876 (clone-indirect-buffer): Run it.
10877
10878 2008-02-11 Daiki Ueno <ueno@unixuser.org>
10879
10880 * epa.el (epa-menu-mode): Merge into epa-mode.
10881 (epa-menu-items): Rename the label "EasyPG Assistant" to
10882 "Encryption/Decryption".
10883
10884 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
10885 (epa-dired-mode-map): Rename from epa-dired-map.
10886 (epa-global-dired-mode): Rename the global minor mode.
10887
10888 2008-02-11 Drew Adams <drew.adams@oracle.com>
10889
10890 * isearch.el (isearch-fail): New face.
10891 (isearch-message): Highlight failure part of input.
10892
10893 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10894
10895 * ibuffer.el (ibuffer-header-line-format): New var.
10896 (ibuffer-mode): Set it instead of header-line-format.
10897 (ibuffer-update): Use it to set header-line-format.
10898
10899 * international/mule-cmds.el (ucs-insert): Inherit surrounding
10900 properties like self-insert-command.
10901
10902 2008-02-11 Drew Adams <drew.adams@oracle.com>
10903
10904 * progmodes/etags.el: Add many doc strings.
10905
10906 2008-02-11 Jason Rumney <jasonr@gnu.org>
10907
10908 * ldefs-boot.el: Regenerated.
10909
10910 2008-02-11 Glenn Morris <rgm@gnu.org>
10911
10912 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10913 Shorten some names.
10914
10915 * ffap.el (ffap-rfc-directories): Add :version.
10916
10917 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
10918
10919 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
10920 files, and backup files of same.
10921
10922 2008-02-11 Kevin Ryde <user42@zip.com.au>
10923
10924 * ffap.el (ffap-rfc-directories): New variable.
10925 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
10926
10927 * info.el (Info-next-reference, Info-prev-reference)
10928 (Info-try-follow-nearest-node): Move to and follow https:// links too.
10929
10930 * simple.el (completion-list-mode): Show full completion-list-mode-map
10931 in the docstring.
10932
10933 2008-02-11 Sam Steingold <sds@gnu.org>
10934
10935 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
10936
10937 2008-02-11 Glenn Morris <rgm@gnu.org>
10938
10939 * startup.el (emacs-startup-time): New variable.
10940 (command-line): Set emacs-startup-time.
10941
10942 * calendar/time-date.el (emacs-uptime): New function.
10943
10944 2008-02-10 Bastien Guerry <bzg@altern.org>
10945
10946 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
10947 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
10948 it is nil.
10949
10950 2008-02-10 Daiki Ueno <ueno@unixuser.org>
10951
10952 * epg-config.el: Expand the contents of epg-package-info.el.
10953 (epg-package-name): New constant.
10954 (epg-version-number): New constant.
10955 (epg-bug-report-address): New constant.
10956
10957 * epa-mail.el (epa-mail-mode): Add autoload cookie.
10958 (epa-global-mail-mode): New global minor mode.
10959
10960 * epa-file.el (epa-file-mode): New global minor mode.
10961
10962 * epa-dired.el (epa-dired-mode): New global minor mode.
10963
10964 * epa.el (epa-menu): New variable.
10965 (epa-menu-items): New variable.
10966 (epa-menu-mode): New global minor mode.
10967 (epa-global-minor-modes): New user option.
10968 (epa-mode): New global minor mode.
10969
10970 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
10971
10972 * net/dbus.el: Remove `no-byte-compile' cookie.
10973 (dbus-call-method, dbus-register-signal, dbus-debug)
10974 (dbus-registered-functions-table): Declare them with
10975 `declare-function' or `defvar', respectively.
10976 (top): Don't assert any longer. Require 'cl when compiling.
10977 Apply `ignore-errors' but `dbus-ignore-errors'.
10978
10979 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
10980
10981 * diff-mode.el (diff-add-change-log-entries-other-window):
10982 Use add-change-log-entry.
10983
10984 2008-02-09 Jason Rumney <jasonr@gnu.org>
10985
10986 * button.el (button-map):
10987 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
10988 * ldefs-boot.el: Regenerate.
10989
10990 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
10991
10992 * epa.el (epa-faces, epa):
10993 * epa-file.el (epa-file):
10994 * epg-config.el (epg): Add :version.
10995
10996 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
10997
10998 * vc.el (vc-exec-after): Append CODE to previous fragments.
10999 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
11000 take MESSAGES instead of VERBOSE; use it when non-nil.
11001 (vc-diff-internal): Compute messages once; use them;
11002 update call to vc-diff-finish.
11003
11004 2008-02-09 Michael Olson <mwolson@gnu.org>
11005
11006 * net/tramp.el (tramp-process-sentinel): Avoid error when process
11007 buffer has been killed, such as by
11008 `tramp-cleanup-all-connections'.
11009
11010 2008-02-09 Miles Bader <miles@gnu.org>
11011
11012 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
11013
11014 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
11015
11016 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
11017 splitter in context hunks.
11018
11019 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
11020
11021 * international/fontset.el (setup-default-fontset): Fix arabic otf
11022 font specification.
11023
11024 2008-02-08 Daiki Ueno <ueno@unixuser.org>
11025
11026 * epa-dired.el:
11027 * epa-file.el:
11028 * epa-mail.el:
11029 * epa-setup.el:
11030 * epa.el:
11031 * epg-config.el:
11032 * epg-package-info.el:
11033 * epg.el: Initial check-in of EasyPG.
11034
11035 2008-02-08 Glenn Morris <rgm@gnu.org>
11036
11037 * woman.el (woman-locale): New defcustom.
11038 (woman-expand-locale, woman-manpath-add-locales): New functions.
11039 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
11040
11041 * international/mule-cmds.el (locale-translate): New function,
11042 with old code extracted from set-locale-environment.
11043 (set-locale-environment): Use locale-translate. Set woman-locale.
11044
11045 * cus-start.el (selection-coding-system): Remove, since it's now
11046 defined in select.el rather than in xselect.c.
11047 * select.el (selection-coding-system): Make it a defcustom, and
11048 add the properties from cus-start.el. Bump :version.
11049
11050 * custom.el (custom-theme-set-variables): Sort symbols that are
11051 dependencies before symbols that depend on them.
11052 (custom-enabled-themes): Set after custom-theme-directory.
11053
11054 * pcmpl-unix.el (top-level): Move provide statement to end.
11055 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
11056 `*' from doc-string. Allow to be nil.
11057 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
11058 Allow to be nil. Add :version.
11059 (pcmpl-ssh-hosts): Move definition before use. Handle lines
11060 without hostnames, and multiple hostnames per line.
11061
11062 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
11063
11064 2008-02-08 Phil Hagelberg <phil@evri.com>
11065
11066 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
11067 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
11068
11069 2008-02-07 Timo Savola <timo.savola@iki.fi>
11070
11071 * startup.el (command-line-x-option-alist): Add --parent-id.
11072
11073 * term/x-win.el (x-handle-parent-id): New function.
11074
11075 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
11076
11077 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
11078 "Font Menu".
11079
11080 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
11081
11082 * net/dbus.el (dbus-interface-peer): New defconst.
11083 (dbus-ping): New defun.
11084
11085 2008-02-06 Sam Steingold <sds@gnu.org>
11086
11087 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
11088
11089 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
11090
11091 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
11092 Just return nil and let the C code provide a fallback.
11093
11094 2008-02-05 Glenn Morris <rgm@gnu.org>
11095
11096 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
11097 tramp-flush-connection-property for removed 2nd argument.
11098
11099 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
11100
11101 * diff-mode.el (diff-add-change-log-entries-other-window):
11102 Rename from diff-create-changelog. Change users.
11103 Minor change to hopefully work with plain diffs.
11104 (diff-mode-map): Add binding for it.
11105
11106 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
11107
11108 * diff-mode.el: Add new TODO entry.
11109 (diff-create-changelog): New function.
11110 (diff-mode-menu): Bind it.
11111
11112 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
11113
11114 * international/mule-diag.el (print-fontset-element): Handle the
11115 case of inhibiting the fallback fonts.
11116
11117 2008-02-04 Kim F. Storm <storm@cua.dk>
11118
11119 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
11120 (ido-magic-delete-char): Use prefix arg.
11121
11122 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
11123
11124 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
11125 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
11126 of today, the most recent libpng is 1.2.24).
11127
11128 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
11129
11130 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
11131
11132 * net/dbus.el (top): Check (featurep 'dbusbind).
11133
11134 * net/tramp.el (tramp-process-sentinel): New defun.
11135 (tramp-do-copy-or-rename-file-out-of-band)
11136 (tramp-maybe-open-connection): Use it as process sentinel.
11137 (tramp-handle-delete-directory): Don't use the "-f" option; it
11138 isn't portable.
11139 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
11140 after the command.
11141 (tramp-handle-shell-command): Set `mode-line-process' in the
11142 asynchronous case.
11143
11144 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
11145
11146 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
11147 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
11148 Use `tramp-process-sentinel' as process sentinel.
11149
11150 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
11151
11152 * whitespace.el (global-whitespace-mode): Revert last change.
11153 (whitespace-unload-function): Force `global-whitespace-mode'
11154 to deactivate local modes in a slightly less intrusive way.
11155
11156 2008-02-02 Eli Zaretskii <eliz@gnu.org>
11157
11158 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
11159
11160 2008-02-02 Glenn Morris <rgm@gnu.org>
11161
11162 * international/latin1-disp.el (latin1-display):
11163 * progmodes/fortran.el (fortran-comment-indent-char):
11164 * progmodes/idlw-shell.el (top-level):
11165 * term/mac-win.el (mac-keyboard-translate-char):
11166 * whitespace.el (whitespace-char-valid-p):
11167 * wid-edit.el (widget-key-sequence-read-event):
11168 Use characterp rather than char-valid-p.
11169
11170 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
11171 to capitalized-find-word-boundary. Doc fix. Update callers.
11172 (capitalized-next-word-boundary-function-table): Rename to
11173 capitalized-find-word-boundary-function-table. Doc fix. Update users.
11174
11175 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
11176 string-to-int.
11177
11178 * ps-def.el (declare-function): Add compatibility definition.
11179 (ps-plot-with-face, ps-plot-string): Declare as functions.
11180 (ps-bold-faces, ps-italic-faces): Declare variables.
11181
11182 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
11183 (ps-mule-end-job): Declare as functions.
11184
11185 * wid-edit.el (widget-string-complete): Use assoc-string rather
11186 than assoc-ignore-case.
11187
11188 See ChangeLog.13 for earlier changes.
11189
11190 ;; Local Variables:
11191 ;; coding: utf-8
11192 ;; add-log-time-zone-rule: t
11193 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
11194 ;; End:
11195
11196 Copyright (C) 2008 Free Software Foundation, Inc.
11197
11198 This file is part of GNU Emacs.
11199
11200 GNU Emacs is free software: you can redistribute it and/or modify
11201 it under the terms of the GNU General Public License as published by
11202 the Free Software Foundation, either version 3 of the License, or
11203 (at your option) any later version.
11204
11205 GNU Emacs is distributed in the hope that it will be useful,
11206 but WITHOUT ANY WARRANTY; without even the implied warranty of
11207 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11208 GNU General Public License for more details.
11209
11210 You should have received a copy of the GNU General Public License
11211 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11212
11213 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc