merging Emacs.app (NeXTstep port)
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
edfda783
AR
12008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2 * ns-carbon-compat.el: New file: user-visible compatibility of
3 NeXTstep port with Carbon port.
4 * ns-grabenv.el: New file: functionality useful on OS X platform to
5 expose environment variables inside Emacs started from icon.
6 * Makefile.in: Add above three files.
7 * cus-edit.el
8 * cus-face.el
9 * disp-table.el
10 * faces.el
11 * info.el
12 * mouse.el
13 * mwheel.el
14 * simple.el: Add ns to window systems treated as GUIs.
15 * facemenu.el (facemenu-read-color): Don't require a name match under
16 NS, to allow numeric color entry.
17 * frame.el (make-frame-on-display): Follow code for 'x in initializing
18 'ns window system if need be.
19 (various): Add 'ns as described above.
20 * loadup.el: Load ns-win.el if ns-windowing is active.
21 * startup.el (command-line-ns-option-alist): New constant to handle NS
22 windowing system specific command line args analogous to how they are
23 handled for X windows.
24 (command-line-1): Use the above where appropriate.
25 * version.el: Add NS port version.
26 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
27 Darwin (usually OS X) systems.
28 (woman-use-own-frame): Include 'ns in list of GUI window systems.
29 * emulation/viper-util.el (ns-display-color-p)
30 (ns-color-defined-p): Remove these (caustically-commented) outdated
31 compensations for a port that was never itself integrated until now.
32 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
33 for NS window system.
34 * international/mule-cmds.el: Add 'ns to list of special-cased window
35 systems (probably most of these, x/w32/mac/ns could be changed to
36 window-system non-nil).
37 * term/ns-win.el: New file: lisp-side support for NS windowing system.
38
39
aaa5e420
JR
402008-07-14 Jason Rumney <jasonr@gnu.org>
41
42 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
43 (x-handle-numeric-switch, x-handle-initial-switch)
44 (x-handle-xrm-switch, x-handle-args, x-handle-display)
45 (xw-defined-colors, w32-initialize-window-system):
46 Avoid use of cl pop and push macros.
47
83750bb1
MR
482008-07-14 Martin Rudalics <rudalics@gmx.at>
49
50 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
51 error when change-log-search-file-name returns nil.
52
f06b5ed2
MR
532008-07-13 Martin Rudalics <rudalics@gmx.at>
54
55 * add-log.el (change-log-search-file-name): Use match-string-no-properties.
56 (change-log-search-tag-name-1, change-log-search-tag-name)
57 (change-log-goto-source-1, change-log-goto-source): New functions.
58 (change-log-tag-re, change-log-find-head, change-log-find-tail):
59 New variables.
60 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
61
241d447b
JB
622008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
63
64 * calc-help.el (calc-describe-key): Add angles to special key
65 descriptions.
66
672008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
68
69 * calc-help.el (calc-describe-thing): Use `re-search-forward' to
70 search for regexp.
71
fbb563ca
CY
722008-07-12 Chong Yidong <cyd@stupidchicken.com>
73
74 * simple.el (line-move-visual): Handle null pixel position
75 gracefully.
76
0773a6ce
JR
772008-07-11 Jason Rumney <jasonr@gnu.org>
78
79 * files.el (file-truename): Get truename of ancestors if file does
80 not exist on Windows.
81
4d1d4107
CY
822008-07-11 Chong Yidong <cyd@stupidchicken.com>
83
84 * simple.el (line-move-visual): Obey goal-column and no-error arg.
3330ba74
CY
85 (track-eol, temporary-goal-column, previous-line, next-line):
86 Update docstring.
4d1d4107
CY
87 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
88 to nil.
89
902008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
91
92 * simple.el (line-move-visual): New var.
93 (line-move-visual): New function.
94 (line-move): Call line-move-visual.
95
01623c28
DN
962008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
97
98 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
99 pattern and add patterns for C++ header files.
100
86d616f0
CY
1012008-07-10 Chong Yidong <cyd@stupidchicken.com>
102
0443c1eb
CY
103 * window.el (truncated-partial-width-window-p): New function.
104
105 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap
106 option.
107
86d616f0
CY
108 * faces.el (x-create-frame-with-faces): Don't pass parameters that
109 are set later to x-create-frame.
110 (face-set-after-frame-default): Apply X resources for non-default
111 faces.
112
56654b31
CY
1132008-07-08 Chong Yidong <cyd@stupidchicken.com>
114
115 * faces.el (face-set-after-frame-default): Simplify. Don't apply
116 frame-specific X resource settings. Set faces using a list of
117 frame parameters explicitly passed to the calling
118 function (e.g. make-frame).
119 (x-create-frame-with-faces, tty-create-frame-with-faces): Supply
120 explicit frame parameter list to face-set-after-frame-default.
121
db6003fb
JB
1222008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
123
124 * net/browse-url.el (browse-url-default-browser):
125 Fix argument list in lambda.
126
79a3bdcd
UJ
1272008-07-07 Ulf Jasper <ulf@web.de>
128
129 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
130 from url-retrieve.
131 (newsticker--sentinel-work): Fixed xerror typo.
132
701d018c
DN
1332008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
134
29ce30b3
DN
135 * vc-dir.el (vc-dir-refresh): Only update files.
136
8c3d7147
DN
137 * vc-git.el (vc-git--ls-files-state): Remove unused function.
138
701d018c
DN
139 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
140
7330eee0
JPW
1412008-07-06 John Paul Wallington <jpw@pobox.com>
142
143 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
144
934a944e
AJ
1452008-07-05 Alexandre Julliard <julliard@winehq.org>
146
147 * vc-git.el (vc-git-registered): Return true for removed files.
148 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
149 all the files instead of one per file.
150 (vc-git-previous-revision): Add support for project-wide previous
151 revision when specified file is nil.
152
e21c597a
DN
1532008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
154
16952f18
DN
155 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
156
d923f4ac
DN
157 * vc-dir.el (vc-dir-find-child-files): New function.
158 (vc-dir-resync-directory-files): New function.
159 (vc-dir-recompute-file-state): New function, broken out of ...
160 (vc-dir-resynch-file): ... here. Also deal with directories.
161 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
162 (vc-resynch-buffer): Use it.
163
dbba19a7
DN
164 * vc-hg.el (vc-hg-registered): Do not set vc-state.
165
e21c597a
DN
166 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
167
aef2da5c
NR
1682008-07-05 Nick Roberts <nickrob@snap.net.nz>
169
170 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
171 if it's not part of gdb-ui, e.g, at start.
172
173 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
174 filenames in stack trace (text command mode).
175
41b90495
SM
1762008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
177
1bd38124
SM
178 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
179
41b90495
SM
180 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
181 Use syntax-ppss on a position *before* the char we want to change.
182
f8b4aa41
DN
1832008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
184
185 * vc-dir.el (vc-dir-query-replace-regexp): New function.
186 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
41b90495 187 (vc-dir-mode-map): Likewise.
f8b4aa41 188
10545bd8
JB
1892008-07-03 Juanma Barranquero <lekktu@gmail.com>
190
92439579
JB
191 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
192 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
193 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
194 Remove spurious * in defcustom docstrings.
195
196 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
197 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
198 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
199 (default-justification): Remove spurious * in defcustom docstrings.
200
201 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
202 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
203 (rst-compare-decorations, rst-default-indent, rst-update-section)
204 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
205 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
206 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
207 Fix typos in docstrings.
208 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
209 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
210 (rst-get-decorations-around, rst-section-tree-point)
211 (rst-font-lock-adornment-point): Reflow docstrings.
212 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
213 Doc fixes.
214 (rst-re-enumerations): Comment out.
215
10545bd8
JB
216 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
217 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
218 (nxml-unicode-block-char-name-set):
219 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
220 * nxml/rng-nxml.el (rng-set-state-after):
221 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
222
223 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
224 (rng-c-parse-annotation-body):
225 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
226
227 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
228 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
229 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
230 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
231 Fix typos in docstrings.
232 (nxml-attribute-indent): Reflow docstring.
233 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
234 (nxml-default-buffer-file-coding-system): Doc fixes.
235
236 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
237 (nxml-ns-set-prefix): Fix typos in docstrings.
238 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
239 Reflow docstring.
240 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
241
242 * nxml/nxml-outln.el (nxml-hide-all-text-content)
243 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
244 (nxml-hide-direct-text-content, nxml-hide-subheadings)
245 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
246 (nxml-outline-display-rest, nxml-outline-set-overlay)
247 (nxml-section-tag-forward, nxml-section-tag-backward)
248 (nxml-back-to-section-start): Fix typos in docstrings.
249
250 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
251 Doc fixes.
252
253 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
254 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
255 (nxml-scan-after-change): Fix typo in docstring.
256
257 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
258 (rng-name-class-possible-names): Doc fixes.
259 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
260 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
261 Fix typos in docstrings.
262 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
263 Reflow docstrings.
264
265 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
266 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
267
268 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
269 (rng-xsd-convert-date-time): Reflow docstrings.
270 (rng-xsd-compile): Fix typo in docstring.
271
272 * nxml/rng-loc.el (rng-current-schema-file-name)
273 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
274 Doc fixes.
275 (rng-set-schema-file): Fix typo in docstring.
276
277 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
278 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
279 Fix typos in docstrings.
280 (rng-message-overlay, rng-conditional-up-to-date-start)
281 (rng-conditional-up-to-date-end): Doc fixes.
282 (rng-next-error, rng-previous-error): Reflow docstrings.
283
284 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
285 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
286 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
287 (xmltok-merge-attributes): Fix typos in docstrings.
288 (xmltok-make-attribute, xmltok-forward-special)
289 (xmltok-get-declared-encoding-position): Reflow docstrings.
290
291 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
292 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
293 Fix typos in docstrings.
294
55880911
JPW
2952008-07-02 John Paul Wallington <jpw@pobox.com>
296
297 * ibuffer.el (ibuffer-buffer-file-name):
298 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
299 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
300
6cf29fe8
JR
3012008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
302
303 * files.el (backup-extract-version): Handle versioned directories.
304 (trash-directory): New variable.
305 (move-file-to-trash): New function.
306
307 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
308
1f8da6df
MH
3092008-07-02 Magnus Henoch <mange@freemail.hu>
310
6cf29fe8
JR
311 * vc-git.el (vc-git-annotate-command): Use proper option for
312 specifying revision.
1f8da6df 313
68548459
JB
3142008-07-02 Francesc Rocher <rocher@member.fsf.org>
315
316 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
317 if available.
318
03953ed2
DN
3192008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
320
76dc97b8
DN
321 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
322
323 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
3cddaef1
DN
324 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
325
df1a83a3 326 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
03953ed2 327
21247f1b
NR
3282008-07-01 Nick Roberts <nickrob@snap.net.nz>
329
330 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
331 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
332 (gdb-var-list-children-regexp, gdb-var-update-regexp)
333 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
334 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
335 (gdb-stack-list-locals-regexp): Future proof regexps better.
336
8daffab7
JL
3372008-06-30 Juri Linkov <juri@jurta.org>
338
339 * faces.el (face-name-history): New variable.
340 (make-face, make-empty-face): Replace interactive spec "S"
341 with `read-from-minibuffer' where `read' arg is t and
342 `hist' arg is `face-name-history'.
343 (read-face-name): Set `hist' arg of `completing-read-multiple'
344 to `face-name-history'.
345 (list-faces-display): Use `read-regexp' instead of `read-string'
346 to read regexp.
347
348 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
349 to `regexp-history'.
350 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
351 make it an obsolete alias to it.
352 (hi-lock-face-defaults): New variable renamed from
353 `hi-lock-face-history'.
354 (hi-lock-line-face-buffer, hi-lock-face-buffer)
355 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
356 `read-from-minibuffer'. Doc fix.
357 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
358 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
359 Set `hist' arg of `completing-read' to `face-name-history'.
360 Put a list of default faces to `default' arg instead of `hist' arg.
361
362 * bindings.el (abbrev-map, narrow-map): New variables.
363 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
364 Rebind related commands to these new maps.
365 (ctl-x-r-map): New variable for rectangle, register and bookmark
366 keys. Move rectangle keybindings to rect.el and register
367 keybindings to register.el.
368 (next-buffer, previous-buffer): Remove C-x prefix and move
369 keybindings to ctl-x-map.
370
371 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
372 to the new map `ctl-x-r-map' in autoload cookies.
373
374 * expand.el: Rebind two global `C-x a' keys "n", "p"
375 to the new map `abbrev-map' in autoload cookies.
376
377 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
378
379 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
380
08fc78fe
MB
3812008-06-30 Miles Bader <miles@gnu.org>
382
383 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
384 after processing an escape sequence.
385
8e303a2f
MA
3862008-06-29 Michael Albinus <michael.albinus@gmx.de>
387
388 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
389 from 2008-06-28. It does not work on W32.
390
96f606c5
JL
3912008-06-29 Juri Linkov <juri@jurta.org>
392
393 * replace.el (read-regexp): New function.
394 (keep-lines-read-args, occur-read-primary-args):
395 Call `read-regexp' instead of code moved to new function.
396 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
397 from the end of prompt.
398 (replace-re-search-function): Doc fix.
399
7a674474
KH
4002008-06-29 Kenichi Handa <handa@m17n.org>
401
402 * descr-text.el (describe-char-display): Always return a string.
403 (describe-char-padded-string): New function.
404 (describe-char): Adjusted for the change of
405 describe-char-display. Use describe-char-padded-string.
406
2cd119e3
AS
4072008-06-29 Andreas Schwab <schwab@suse.de>
408
b861de91
AS
409 * vc-dir.el (vc-dir): Make backend argument optional and use
410 vc-responsible-backend when nil. Interactively pass nil for
411 backend instead of using the backend of what happens to be
412 default-directory at the time of the call.
413
2cd119e3
AS
414 * find-dired.el (find-dired-filter): Preserve point.
415
ea597303
JB
4162008-06-28 Juanma Barranquero <lekktu@gmail.com>
417
418 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
419 (sasl-find-mechanism, sasl-next-step):
420 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
421 (sasl-ntlm-response): Fix typos in docstrings.
422
cf2fc7e9
GM
4232008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
424
425 * international/mule-cmds.el (view-hello-file): Doc fix.
426
6c782e59
CY
4272008-06-28 Chong Yidong <cyd@stupidchicken.com>
428
429 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
430 (set-face-attribute, face-set-after-frame-default)): Don't use it.
431
d7ad7a5e
JPW
4322008-06-28 John Paul Wallington <jpw@pobox.com>
433
434 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
435
5da24108
MA
4362008-06-28 Michael Albinus <michael.albinus@gmx.de>
437
438 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
439 (tramp-convert-file-attributes): Convert symlinks only when
440 returned from `tramp-handle-file-attributes-with-stat'.
441
442 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
443 `substitute-in-file-name' when unloading.
444 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
445
f731e2f9
DN
4462008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
447
448 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
449 (vc-string-prefix-p): Move function ...
450 * vc.el (vc-string-prefix-p): ... here.
451
a1fc8acb
JB
4522008-06-27 Juanma Barranquero <lekktu@gmail.com>
453
454 * vc-dir.el (vc-dir): Complete only directory names.
455
57016d37
JR
4562008-06-27 Jason Rumney <jasonr@gnu.org>
457
68548459 458 * w32-fns.el (top-level): Unconditionally define all charsets.
57016d37 459
2a79117e
AM
4602008-06-27 Alan Mackenzie <acm@muc.de>
461
462 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
463 the CC Mode specific functions; this is no longer needed, since
464 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
465
a1fc8acb 466 * progmodes/cc-defs.el (c-emacs-features): New feature
2a79117e
AM
467 'argumentative-bod-function.
468
610117a9
JPW
4692008-06-27 John Paul Wallington <jpw@pobox.com>
470
471 * chistory.el (list-command-history): Use `bound-and-true-p'.
472 (command-history-map): Define within defvar. Add docstring.
473
24c23999
JB
4742008-06-27 Juanma Barranquero <lekktu@gmail.com>
475
476 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
477 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
478 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
479 (image-type-from-buffer): Use `looking-at-p'.
480
cdc5b68f
JB
4812008-06-27 Juanma Barranquero <lekktu@gmail.com>
482
483 * ibuf-ext.el (diff-sentinel): Declare.
484
c4d6826b
GM
4852008-06-27 Glenn Morris <rgm@gnu.org>
486
487 * calendar/lunar.el (calendar-lunar-phases): Rename from
488 calendar-phases-of-moon. Keep old name as alias, update callers.
489 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
490 (diary-lunar-phases): Rename from diary-phases-of-moon.
491 Keep old name as alias.
d88acfe1
GM
492 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
493 (cal-menu-global-mouse-menu): Update for lunar name changes.
c4d6826b
GM
494 * calendar/calendar.el (calendar-mode-map): Update for name change.
495 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
496
6e73a6a2
GM
4972008-06-26 Glenn Morris <rgm@gnu.org>
498
499 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
500 argument `nolocation'.
501 (calendar-sunrise-sunset-month): New function.
502 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
503 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
504 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
505 * calendar/calendar.el (solar-sunrises-buffer): New constant.
506 (calendar-mode-map): Use cal-menu-sunmoon-menu.
507 (calendar-buffer-list): Add solar-sunrises-buffer.
508
509 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
510
767e72aa
CY
5112008-06-26 Chong Yidong <cyd@stupidchicken.com>
512
513 * cus-start.el: Add customization types for word-wrap and
514 shift-select-mode.
515
c93addf5
JPW
5162008-06-26 John Paul Wallington <jpw@pobox.com>
517
518 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
610117a9 519 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
c93addf5
JPW
520 (ibuffer-mark-on-buffer): Don't display message when removing marks.
521 (ibuffer-mark-by-mode): Use `buffer-local-value'.
522
50925e72
DN
5232008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
524
525 * vc-dir.el (tool-bar): Require.
526
bb7af104 527 * vc.el (ewoc, tool-bar): Do not require.
50925e72 528
3617b1eb
KH
5292008-06-26 Kenichi Handa <handa@m17n.org>
530
f059add3
KH
531 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
532 characters.
533
ea597303 534 * composite.el (terminal-composition-base-character-p): New function.
3b7de42e
GM
535 (terminal-composition-function):
536 Use terminal-composition-base-character-p. Include the base character
3617b1eb 537 in the composition.
3b7de42e 538 (auto-compose-chars): Don't check font-object for terminal display.
3617b1eb 539
e889393b
GM
5402008-06-26 Glenn Morris <rgm@gnu.org>
541
c123f7fe
GM
542 * doc-view.el (bookmark-make-record-default):
543 * image-mode.el (bookmark-make-record-default): Fix declaration.
544
e889393b
GM
545 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
546 Add default :value for sexp type.
547 (calendar-month-edges): New variable.
548 (calendar-month-edges): New function.
549 (calendar-recompute-layout-variables): Set calendar-month-edges.
550 (calendar-intermonth-header, calendar-intermonth-text): New options.
551 (calendar-insert-at-column): New function.
552 (calendar-generate-month): Use calendar-insert-at-column.
553 Handle intermonth text. Add 'date property.
554 (calendar-column-to-month): Remove function.
555 (calendar-column-to-segment): New function.
556 (calendar-cursor-to-date): Use calendar-column-to-segment.
557 Check 'date property.
558
559 * calendar/calendar.el (calendar-print-other-dates):
560 Handle mouse events.
561 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
562 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
563
3b7de42e
GM
564 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
565 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
566 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
567
e889393b
GM
568 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
569 Use calendar-column-to-segment, calendar-month-edges, and
570 the 'date property to handle intermonth text.
571
572 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
573
574 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
575 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
576 Add doc strings.
8da2243f 577 (cal-menu-context-mouse-menu): Add some :keys.
7ec41490
GM
578 (calendar-check-holidays): Declare rather than autoloading.
579 (diary-show-holidays-flag): Remove unneeded declaration.
e889393b 580
2b11fcd5
GM
581 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
582 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
583 event-start is nil.
584
86011bf2
SM
5852008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * minibuffer.el (completion-basic-try-completion): Use the text after
dc018447 588 point to constrain the completion candidates.
86011bf2
SM
589 (completion-basic-all-completions): Adjust accordingly.
590
6aed7eca
CY
5912008-06-25 Chong Yidong <cyd@stupidchicken.com>
592
593 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
594 courier.
595
596 * faces.el (set-face-attribute): Doc fix.
597
11c9f489
JL
5982008-06-25 Juri Linkov <juri@jurta.org>
599
600 * bindings.el (goto-map): New variable. Rebind goto-related
601 commands to this `M-g' prefix keymap.
602 (search-map): New variable for `M-s' prefix keymap.
603 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
604 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
605 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
606 `M-shw' to `hi-lock-write-interactive-patterns'.
607
608 * isearch.el (isearch-mode-map): Bind `M-s h r' to
609 `isearch-highlight-regexp'.
610 (isearch-highlight-regexp): New function.
611
ee5b7365
SM
6122008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
613
43f8b275
SM
614 * info.el (Info-bookmark-make-record):
615 Use bookmark-make-record-default.
616 (Info-bookmark-jump): Use bookmark-default-handler.
617
618 * image-mode.el (image-bookmark-make-record):
619 Use bookmark-make-record-default.
620 (image-bookmark-jump): Use bookmark-default-handler.
621
622 * doc-view.el (doc-view-bookmark-make-record):
623 Use bookmark-make-record-default.
624 (doc-view-bookmark-jump): Use bookmark-default-handler.
625
626 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
627 used until now in bookmark.el's code.
628 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
629 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
630 used until now in bookmark.el's code.
631 (bookmark-set-filename): Remove special code, moved to its only caller.
632 (bookmark-store): Use the newer format.
633 (bookmark-make-record-default): Add arg `point-only'.
634 Rename from bookmark-make-record-for-text-file.
635 (bookmark--jump-via): New function.
636 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
637 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
638 Use it.
639 (bookmark-jump-noselect, bookmark-default-handler):
640 Don't return an alist, instead return the data implicitly by changing
641 current buffer and point. Signal an error if the file doesn't exist.
642
70ef8857
SM
643 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
644 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
645
646 * bs.el: Use with-current-buffer. Simplify.
647 (bs-toggle-readonly): Avoid vc-toggle-read-only.
648
ee5b7365
SM
649 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
650 is bound before using it.
651
249e6f76
KH
6522008-06-25 Kenichi Handa <handa@m17n.org>
653
654 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
655
e53ac718
DN
6562008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
657
10c7e431
DN
658 * vc-hg.el:
659 * vc-git.el: Require vc-dir when compiling.
660
2913a58d
DN
661 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
662 vc-dir-marked-only-files. Change the return value.
663 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
664 Change the return value.
665 (vc-dir-deduce-fileset): New function broken out from ...
666 * vc.el (vc-deduce-fileset): ... here and ...
667 (vc-deduce-fileset): ... here.
668
e53ac718 669 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
34e6028a 670 (vc-svn-parse-status): Do not set the vc-backend property.
e53ac718 671
ed008205
AS
6722008-06-25 Andreas Schwab <schwab@suse.de>
673
ee5b7365
SM
674 * faces.el (face-font-family-alternatives, variable-pitch):
675 Use "Sans Serif", not "Sans-Serif".
ed008205 676
61cfc803
CY
6772008-06-24 Chong Yidong <cyd@stupidchicken.com>
678
ee5b7365
SM
679 * faces.el (face-font-family-alternatives, variable-pitch):
680 Change "Sans" to the canonical name "Sans-Serif".
61cfc803 681
aee08080
JB
6822008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
683
684 * calc/calc.el (calc-mode-map): Add extra keybindings to
685 `calc-missing-key'.
686 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
687 `kill-ring-save'.
688
520713e7
MB
6892008-06-24 Miles Bader <miles@gnu.org>
690
691 * mouse.el (mouse-appearance-menu): Don't do anything if the user
692 pops up the menu but doesn't select anything.
693
f8bd9ac6
DN
6942008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
695
2a520399
DN
696 * add-log.el (add-change-log-entry): Add new arg to force each new
697 entry to be on a new line.
698 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
699
c4c0a44b
DN
700 * vc-dir.el (vc-client-object): Remove.
701 (vc-dir-prepare-status-buffer): Take a backend as an argument and
702 use it when looking for a buffer.
703 (vc-dir): Add a backend argument. Set revert-buffer-function.
704 Don't create a client object. Move bindings ...
705 (vc-dir-menu-map, vc-dir-mode-map): ... here.
706 (vc-dir-revert-buffer-function): New function.
707 (vc-generic-status-printer): Rename to ...
708 (vc-dir-status-printer): ... this.
709 (vc-generic-state, vc-generic-status-fileinfo-extra)
710 (vc-dir-extra-menu, vc-make-backend-object): Remove.
711 (vc-default-status-printer): Use a different face for
712 directories. Don't display any text for directories in the state
713 column. Add tooltips.
714
572aed3d
DN
715 * vc.el (Todo): Update.
716
2a520399
DN
717 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
718 * vc-rcs.el (vc-annotate-convert-time):
719 * vc-mtn.el (vc-annotate-convert-time):
720 * vc-git.el (vc-annotate-convert-time):
721 * vc-cvs.el (vc-annotate-convert-time):
f8bd9ac6
DN
722 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
723
ffbda93a
DN
7242008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
725
726 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
727 instead of using view-mode.
728
b7bc82c5
SM
7292008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
730
731 * Makefile.in (distclean): Don't delete *.elc and autogen files.
732
0b5c4225
DN
7332008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
734
74d0991f
DN
735 * vc.el:
736 * vc-hooks.el:
b7bc82c5 737 * vc-dispatcher.el: Move vc-dir variables and functions ...
74d0991f
DN
738 * vc-dir.el: ... here. New file.
739 * Makefile.in (ELCFILES): Add vc-dir.elc.
740
f439c140
DN
741 * vc.el: Move vc-annotate variables and functions ...
742 * vc-annotate.el: ... here. New file.
743 * Makefile.in (ELCFILES): Add vc-annotate.elc.
b7bc82c5 744
0b5c4225 745 * vc-dav.el: Move here from url/vc-dav.el.
22dbf879
DN
746 (Todo): Note work needed to make this backend functional.
747
0b5c4225
DN
748 * Makefile.in (ELCFILES): Update vc-dav.el location.
749
b4945b95
SM
7502008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
751
752 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
753
a86a1609
JPW
7542008-06-21 John Paul Wallington <jpw@pobox.com>
755
756 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
757
758 * textmodes/rst.el (rst-mode): Put docstring in right place.
759
16cfacf8
CY
7602008-06-21 Chong Yidong <cyd@stupidchicken.com>
761
41b972bd
CY
762 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
763 size for legibility.
764
16cfacf8
CY
765 * faces.el (fixed-pitch): Use "Monospace" family.
766 (variable-pitch): Use "Sans" family.
767 (face-font-family-alternatives): Define alternatives for "Sans"
768 and "Monospace".
769
3eee90de
GM
7702008-06-21 Glenn Morris <rgm@gnu.org>
771
f63b822e
GM
772 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
773 Require 'cl when compiling.
774
775 * emacs-lisp/debug.el (help-xref-interned): Declare.
776
b4945b95
SM
777 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
778 Evaluate definition when compiling.
9c8dd25e 779
231f8f3f
GM
780 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
781 rather than mouse-1.
782 (bug-reference-url-format): Autoload safe if string.
783 (bug-reference-bug-regexp): Make space after "bug" optional.
231f8f3f 784
24f6e371
GM
785 * Makefile.in (all): Explicitly pass EMACS to sub-make,
786 for some non-GNU makes.
787
3c0d7a5e
GM
788 * cus-dep.el (custom-dependencies-no-scan-regexp):
789 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
790
3eee90de
GM
791 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
792 increments.
793
794 * calendar/calendar.el: Factor out the magic numbers controlling the
795 calendar layout.
796 (calendar-month-digit-width, calendar-month-width)
797 (calendar-right-margin): New variables.
798 (calendar-recompute-layout-variables, calendar-set-layout-variable):
799 New functions.
800 (calendar-left-margin, calendar-intermonth-spacing)
801 (calendar-column-width, calendar-day-header-width)
802 (calendar-day-digit-width): New options.
803 (calendar-first-date-row): New constant.
804 (calendar-move-to-column, calendar-ensure-newline): New functions,
805 replacing calendar-insert-indented.
806 (calendar-insert-indented): Remove function.
807 (calendar-generate-month): Use calendar-move-to-column and
808 calendar-ensure-newline. Use layout variables.
809 (calendar-generate, calendar-update-mode-line)
810 (calendar-font-lock-keywords): Use layout variables.
811 (calendar-column-to-month): New function.
812 (calendar-cursor-to-date): Use calendar-column-to-month.
813 Use layout variables.
814 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
815 Use layout variables. Use calendar-column-to-month.
816 (calendar-cursor-to-visible-date): Use layout variables.
817
768efd84
SM
8182008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
821 (all): Run compile-last.
822 (compile-onefile): New target.
823 (compile-first): Simplify.
824 (compile-last): Don't treat COMPILE_FIRST specially.
825 (COMPILE_FIRST): List the elc files rather than the el files.
826 (ELCFILES): Update.
827
883bef2d
UJ
8282008-06-21 Ulf Jasper <ulf@web.de>
829
768efd84
SM
830 * net/newst-treeview.el: Remove dead code.
831 (newsticker--window-config): Remove.
883bef2d
UJ
832 (newsticker-treeview-quit): Do not save window config.
833 (newsticker-treeview): Do not try to restore window config.
768efd84 834 (newsticker-groups, newsticker--treeview-list-sort-by-column)
883bef2d 835 (newsticker--treeview-list-new-items)
768efd84
SM
836 (newsticker--treeview-list-immortal-items)
837 (newsticker--treeview-list-obsolete-items)
838 (newsticker--treeview-list-all-items)
839 (newsticker--treeview-list-feed-items): Fix documentation.
883bef2d 840
fed7c4f5
MB
8412008-06-21 Miles Bader <miles@gnu.org>
842
843 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
844
1d60ae44
AM
8452008-06-21 Alan Mackenzie <acm@muc.de>
846
847 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
848 infinite loop on invalid syntax.
849
fc46d219
SM
8502008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
851
0e90a43c
SM
852 * textmodes/rst.el: Run rst-define-level-faces when loading.
853 (rst-mode): Don't set the font-lock-multiline var.
854 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
855 Set the font-lock-multiline property by hand.
856
fc46d219
SM
857 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
858
859 * Makefile.in (emacs-deps): Remove.
860 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
861 (all): Use them.
862 (autogen-clean): Remove.
863
d445b3f8
SM
8642008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
865
49f6eb95
SM
866 * Makefile.in (all): New target.
867 (bootstrap-prepare): Remove.
868
cf653c8c
SM
869 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
870 the .elc file to batch-byte-compile.
871
b705155a
SM
872 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
873 set-keymap-parents if set-keymap-parent doesn't exist.
874
96be1503
SM
875 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
876 Allow more than one space before the |.
877
b4747519
SM
878 * textmodes/rst.el: Fix up docstring conventions.
879 Move vars to before their first use.
880 (rst-mode): Don't mess with font-lock-support-mode.
881 (rst-suggest-new-decoration, rst-adjust-decoration):
882 Avoid CL's copy-list.
883 (rst-delete-entire-line): Use line-beginning-position.
884 (rst-position): New fun.
885 (rst-straighten-decorations): Use it instead of CL's position.
886 (rst-straighten-bullets-region): Avoid CL's mapcar*.
887 (rst-toc-mode): Use define-derived-mode.
888 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
889 Remove unused var `in-par'. Use `point' rather than `point-marker'.
890 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
891 (rst-replace-lines): Simplify.
0667a132 892 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
b4747519 893
d445b3f8
SM
894 * simple.el (special-mode-map): New var.
895 (special-mode): New major mode.
896
3114c252
DN
8972008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
898
469ca403
DN
899 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
900 log-view-file-re.
901
3114c252 902 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
3daebe67
DN
903 (vc-switch-backend): Simplify.
904 (Todo): Remove solved items.
d445b3f8 905
3daebe67
DN
906 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
907 the vc-backend property.
3114c252 908
b260aab7
SM
9092008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
912 Bind inhibit-read-only since the buffer is always read-only.
913
639fbfe1
UJ
9142008-06-20 Ulf Jasper <ulf@web.de>
915
d445b3f8
SM
916 * net/newst-treeview.el (newsticker-treeview-own-frame):
917 Change default value to nil.
639fbfe1
UJ
918 (newsticker--treeview-list-add-item)
919 (newsticker--treeview-propertize-tag): Show item title in tooltip.
920
2134e376
GM
9212008-06-20 Martin Blais <blais@furius.ca>
922 Stefan Merten <smerten@oekonux.de>
923 David Goodger <goodger@python.org>
94e9c286
SM
924
925 * textmodes/rst.el: New file.
926
424ce3bd
SS
9272008-06-20 Sam Steingold <sds@gnu.org>
928
929 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
930 remove DIRECTORY entries.
931
d2373df5
EZ
9322008-06-20 Eli Zaretskii <eliz@gnu.org>
933
934 * makefile.w32-in (distclean): Depend on `clean'.
935 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
936 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
937 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
938 empty cus-load.el with `echo', and include "Local Variables"
939 section to prevent the empty file from being compiled.
940 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
941 that generate an empty cus-load.el.
942
329b2661
JB
9432008-06-20 Juanma Barranquero <lekktu@gmail.com>
944
945 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
946 Don't copy ldefs-boot.el over loaddefs.el.
947 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
948 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
949 to loaddefs.el; they are not needed now. Add coding cookie.
950
cece37cf
MB
9512008-06-20 Miles Bader <miles@gnu.org>
952
953 * face-remap.el (face-remap-add-relative, face-remap-set-base):
954 Strip unnecessary list levels from SPECS.
955 (buffer-face-set, buffer-face-toggle):
956 Change argument from FACE to &rest SPECS, and strip unnecessary
957 list levels from SPECS.
958 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
959
174ba8c7
JR
9602008-06-20 Jason Rumney <jasonr@gnu.org>
961
94e9c286
SM
962 * international/fontset.el (setup-default-fontset): Specify script
963 for latin use of iso10646-1. Fix use of lang tags.
174ba8c7 964
dced1efd
MB
9652008-06-19 Miles Bader <miles@gnu.org>
966
967 * face-remap.el (text-scale-increase): Start from zero if
968 text-scale-mode isn't enabled.
969
27129af9
SM
9702008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
973 frame parameters after setting up the `default' face.
974
338191ce
SM
9752008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * faces.el (face-set-after-frame-default): Don't exclude `default'.
978
df59aa7b
GM
9792008-06-18 Glenn Morris <rgm@gnu.org>
980
981 * mouse.el (buffer-face-mode-invoke): Declare.
982
983 * Makefile.in (ELCFILES): Add org/org-id.elc.
984
985 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
986 * calendar/cal-menu.el (cal-menu-holidays-menu):
987 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
988 (cal-menu-today-holidays): Remove function.
989
990 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
991 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
992 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
993 Remove unused functions.
994 (calendar-mouse-view-diary-entries): Use format rather than concat.
995
996 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
997 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
998 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
999
1000 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
1001 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1002 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
1003 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
1004 cal-menu-event-to-date.
1005
1006 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
1007 Handle mouse events.
1008 * calendar/cal-tex.el (cal-tex-cursor-year)
1009 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1010 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1011 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1012 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
1013 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
1014 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
1015 (cal-tex-cursor-month): Mark N as optional.
1016 * calendar/cal-menu.el (calendar-mouse-tex-day)
1017 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
1018 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
1019 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
1020 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
1021 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
1022 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
1023 Remove functions.
1024 (cal-menu-context-mouse-menu): Replace the above functions with the
1025 cal-tex versions. Add HTML submenu.
1026
4046ea06
NR
10272008-06-17 Nick Roberts <nickrob@snap.net.nz>
1028
1029 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
1030 text command mode.
1031 (gdb): Explain that gud-gdb is needed for text command mode.
1032
1662c19b
MR
10332008-06-17 Martin Rudalics <rudalics@gmx.at>
1034
1035 * window.el (split-height-threshold): Remove spurious extra line.
1036
de7a9afa
SM
10372008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1038
10979c74
SM
1039 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
1040 (calendar-set-mark):
1041 * calendar/diary-lib.el (diary-insert-entry):
1042 * calendar/solar.el (calendar-sunrise-sunset): Use it.
1043 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
1044 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
1045 (cal-menu-context-mouse-menu): Use calendar-set-mark,
1046 diary-insert-entry, and calendar-sunrise-sunset instead.
1047
de7a9afa
SM
1048 * vc.el (vc-deduce-fileset): Add arg `only-files'.
1049 (vc-next-action): Pass the new arg.
1050 (vc-register): Don't use `only-files'.
1051 Don't set `backup-inhibited' in the current buffer.
1052
d03d411d
MB
10532008-06-17 Miles Bader <miles@gnu.org>
1054
4271b424
MB
1055 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
1056
d7ed971d
MB
1057 * face-remap.el (buffer-face-mode-face)
1058 (buffer-face-mode-remapping): New variables.
1059 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
1060 (buffer-face-mode-invoke): New functions.
1061 (variable-pitch-mode-remapping): Variable removed.
1062 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
1063
d03d411d
MB
1064 * face-remap.el (internal-lisp-face-attributes): New variable.
1065 (face-attrs-more-relative-p, face-remap-order): New functions.
1066 (face-remap-add-relative): Use `face-remap-order'.
1067
bb715837
GM
10682008-06-17 Glenn Morris <rgm@gnu.org>
1069
e76dd293
GM
1070 * mouse.el (x-select-font): Declare.
1071
bb715837
GM
1072 * calendar/calendar.el (calendar-move-hook):
1073 Add calendar-update-mode-line as an option.
1074 (calendar-date-echo-text): New user option.
1075 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
1076 (calendar-insert-indented): Simplify newline insertion.
1077 (calendar-describe-mode): Remove unused function.
1078 (calendar-mode-line-entry): New function.
1079 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
1080 Mark as risky.
1081 (calendar-mouse-other-month): Remove function.
1082 (calendar-other-month): Handle mouse events.
1083 (calendar-goto-info-node): Call fit-window-to-buffer.
1084 (calendar-mode): Use define-derived-mode. Doc fix.
1085 (calendar-update-mode-line): Tweak whitespace.
1086
7b74a6f9
SM
10872008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
1090 (vc-dir-marked-only-files): vc-string-prefix-p.
1091
c139bf0b
NR
10922008-06-16 Nick Roberts <nickrob@snap.net.nz>
1093
1094 * progmodes/gdb-ui.el (gdb-memory-set-address)
1095 (gdb-memory-set-repeat-count): Allow keyboard bindings.
1096 (gdb-memory-mode-map): Bind above functions respectively
1097 to 'S' and 'N'.
1098
a3b0cc1b
JR
10992008-06-16 Derek Upham <sand@blarg.net> (tiny change)
1100
7b74a6f9 1101 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
a3b0cc1b 1102
def61be2
JB
11032008-06-16 Juanma Barranquero <lekktu@gmail.com>
1104
20ac86f4
JB
1105 * log-view.el (vc-diff-internal): Declare for compiler.
1106
def61be2
JB
1107 * vc-bzr.el (log-view-per-file-logs):
1108 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
1109
41d61331
CY
11102008-06-15 Chong Yidong <cyd@stupidchicken.com>
1111
1112 * mouse.el (mouse-appearance-menu-map): New var.
1113 (mouse-appearance-menu): New function.
1114 Bind it to S-down-mouse-1.
1115
586f9284
JL
11162008-06-15 Juri Linkov <juri@jurta.org>
1117
1118 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
1119 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
1120 as the second element.
1121 (Info-build-toc): Add PARENT element extracted from the Up pointer.
1122 Don't print progress messages.
1123 (Info-toc-nodes): New variable and function.
1124 (Info-index-nodes): Optimize non-string file name case.
1125 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
1126 (Info-insert-breadcrumbs): Use the cached document structure instead
1127 of visiting all ancestor nodes. Remove the initial `>'.
1128
6653c6b7
DN
11292008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1130
1131 * log-view.el (log-view-diff-changeset): New function.
1132 (log-view-mode-map, log-view-mode-menu): Bind it.
1133 (log-view-per-file-logs, log-view-vc-fileset)
1134 (log-view-vc-backend): New variables.
1135 (log-view-find-revision, log-view-modify-change-comment)
1136 (log-view-annotate-version): Throw an error if the log is for more
1137 than one file and we can't find the current file. Get the current
1138 file from log-view-vc-fileset if necessary.
1139 (log-view-diff): Get the current file from log-view-vc-fileset if
1140 necessary.
1141
1142 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
1143
1144 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
1145 (vc-hg-log-view-mode): Declare for compiler.
1146 (vc-hg-log-view-mode): Set log-view-per-file-logs and
1147 log-view-file-re.
1148 (vc-hg-diff): If no file is passed, use default-directory for cwd.
1149
1150 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
1151
1152 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
1153
6f77e7d7
MA
11542008-06-15 Michael Albinus <michael.albinus@gmx.de>
1155
def61be2
JB
1156 * net/tramp.el (tramp-handle-start-file-process):
1157 Clear modification time of the connection buffer.
1158 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
d8ac123e
MA
1159 (tramp-open-connection-setup-interactive-shell): Flush cache, and
1160 restart `tramp-maybe-open-connection' when the remote system has
f245f2c6 1161 been changed. Throw 'uname-changed event.
d8ac123e 1162 (tramp-maybe-open-connection): Catch it.
6f77e7d7 1163
def61be2
JB
1164 * net/tramp-cmds.el (tramp-cleanup-all-connections):
1165 Reset `tramp-locked'.
6f77e7d7 1166
574ec565
UJ
11672008-06-15 Ulf Jasper <ulf@web.de>
1168
1169 * net/newst-treeview.el (newsticker--treeview-list-update)
1170 (newsticker--treeview-item-update)
1171 (newsticker--treeview-tree-update)
1172 (newsticker-treeview-jump, newsticker-group-add-group)
1173 (newsticker-group-move-feed, newsticker-group-delete-group):
1174 Remove window dedication.
1175 (newsticker--group-manage-orphan-feeds): Handle ill-valued
1176 newsticker-groups.
def61be2 1177 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
574ec565 1178
390b0fee
AS
11792008-06-15 Andreas Schwab <schwab@suse.de>
1180
06abe7bc
AS
1181 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
1182 when parsing CVS/Repository.
1183
390b0fee
AS
1184 * wdired.el (wdired-search-and-rename): Fix undocumented change.
1185
0d00764a
UJ
11862008-06-15 Ulf Jasper <ulf@web.de>
1187
1188 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
1189 (newsticker-extra-face, newsticker-enclosure-face): Moved to
1190 net/newst-reader.el.
1191
1192 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
1193 (newsticker-extra-face, newsticker-enclosure-face): Moved from
1194 net/newst-reader.el.
1195
813c8125
SM
11962008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
1199 Catch and recover from case when the bytes we thought we were reading
1200 turn out to be something else entirely, such as latin-1 chars from
1201 quail. See bug#396.
1202
39693840
DN
12032008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1204
1205 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
1206 (vc-register): Call the backend function only once, instead of
1207 once for each file.
1208 (vc-next-action): Update call to vc-register.
1209 (vc-dir-register): Remove function.
1210 (vc-dir): Bind vc-register instead of vc-dir-register.
1211
f7a4b082
GM
12122008-06-14 Glenn Morris <rgm@gnu.org>
1213
04eddd7d 1214 * Makefile.in (ELCFILES): Add net/newst-*.el.
f7a4b082 1215
f6d346c9
SM
12162008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1217
1218 * wdired.el (wdired-do-renames): New function.
1219 (wdired-finish-edit): Use it to.
1220 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
1221
508021c7
SM
12222008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
1225
106f594c
MR
12262008-06-14 Martin Rudalics <rudalics@gmx.at>
1227
1228 * window.el (window--even-window-heights): Even window heights
1229 only if the selected window is higher than WINDOW.
1230 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1231
159dfdde
SM
12322008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
1235
960ec30c
SM
12362008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1237
1238 * term/linux.el (terminal-init-linux): Load t-mouse.
1239
fdeb777a 12402008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
f245f2c6 1241 Drew Adams <drew.adams@oracle.com>
fdeb777a
SM
1242
1243 * info.el (Info-breadcrumbs-depth): New var.
1244 (Info-insert-breadcrumbs): New function.
1245 (Info-fontify-node): Use it.
1246 (Info-mode-map): Move initialization into declaration.
1247
2900b2d8
UJ
12482008-06-13 Ulf Jasper <ulf.jasper@web.de>
1249
fdeb777a
SM
1250 Rename net/newsticker-*.el to net/newst-*.el.
1251 * net/newst-backend.el: Rename from net/newsticker-backend.el.
1252 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
1253 * net/newst-reader.el: Rename from net/newsticker-reader.el.
1254 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
1255 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
1256 * net/newsticker-backend.el: Rename to net/newst-backend.el.
1257 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
1258 * net/newsticker-reader.el: Rename to net/newst-reader.el.
1259 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
1260 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
2900b2d8 1261
ec4e0abc
SM
12622008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1263
1264 * progmodes/compile.el (compilation-start): Don't disable undo in
1265 comint buffer. Don't override the comint-filter with our own.
1266 (compilation-filter): Change point's insertion-type.
1267
1268 * comint.el (comint-output-filter): Use copy-marker.
1269
747d0c44
SM
12702008-06-13 David Reitter <david.reitter@gmail.com>
1271
1272 * textmodes/flyspell.el (mail-mode-flyspell-verify):
1273 Check message-signature-separator exists before using it.
1274
05fae1be
DN
12752008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
1276
38b627ce 1277 * vc.el (vc-delete-file): Bind default-directory before calling
05fae1be 1278 the backend.
38b627ce 1279 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
747d0c44
SM
1280 (vc-annotate-show-diff-revision-at-line-internal): ... here.
1281 New function.
38b627ce
DN
1282 (vc-annotate-show-changeset-diff-revision-at-line): New function.
1283 (vc-annotate-mode-menu): Bind it.
05fae1be 1284
c6524989
JR
12852008-06-13 Jason Rumney <jasonr@gnu.org>
1286
747d0c44
SM
1287 * term/w32-win.el (mouse-set-font): Remove overridden function.
1288 (w32-select-font): Declare as obsolete alias for x-select-font.
c6524989 1289
3f6f1d8e
GM
12902008-06-13 Daniel Engeler <engeler@gmail.com>
1291
1292 These changes add serial port access.
1293 * term.el (term-update-mode-line): Modify.
1294 (serial-port-is-file-p, serial-nice-speed-history)
1295 (serial-no-speed, serial-mode-line-speed-menu)
1296 (serial-mode-line-config-menu): New variables and constants.
1297 (serial-name-history, serial-speed-history)
1298 (serial-supported-or-barf, serial-read-name, serial-read-speed)
1299 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
1300 (serial-mode-line-speed-menu, serial-update-speed-menu)
1301 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
1302 (serial-update-config-menu): New functions.
1303
2c09b70c
GM
13042008-06-13 Glenn Morris <rgm@gnu.org>
1305
1306 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
1307
1308 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
1309
53aaf1e2
KH
13102008-06-13 Kenichi Handa <handa@m17n.org>
1311
1312 * cus-face.el (custom-face-attributes): Add :foundry.
1313
1314 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
1315 (face-x-resources): Add :foundry.
1316 (face-valid-attribute-values): Likewise.
1317 (face-attribute-name-alist): Likewise.
1318 (describe-face): Likewise.
1319
2456bb63
SM
13202008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
1323
a70b4e6e
CY
13242008-06-12 Chong Yidong <cyd@stupidchicken.com>
1325
2456bb63
SM
1326 * longlines.el (longlines-search-forward, longlines-search-backward)
1327 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
a70b4e6e 1328
260c15b4
SS
13292008-06-12 Sam Steingold <sds@gnu.org>
1330
1331 * vc.el (vc-rename-file): DTRT when the destination is a directory
1332 name and the source is a file.
1333
ed6fd57f
CY
13342008-06-12 Chong Yidong <cyd@stupidchicken.com>
1335
2456bb63 1336 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
ed6fd57f 1337
aa360da1
GM
13382008-06-12 Glenn Morris <rgm@gnu.org>
1339
1340 * progmodes/f90.el (f90-beginning-of-subprogram)
1341 (f90-end-of-subprogram): Only give a message when interactive.
1342
1343 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
1344
2456bb63
SM
1345 * progmodes/cperl-mode.el (cperl-info-on-command):
1346 Use display-pixel-height rather than x-display-pixel-height.
aa360da1
GM
1347
1348 * mail/rmailedit.el (rmail-cease-edit):
1349 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
1350
1351 * emulation/edt.el (edt-xserver):
1352 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
1353
1354 * emulation/edt-mapper.el: Drop test for Emacs < 19.
1355
1356 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
1357 Evaluate definitions when compiling. Reverse tests.
1358
1359 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
1360 use unless.
1361
1362 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
1363
1364 * textmodes/artist.el (x-pointer-shape):
1365 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
1366 (x-open-connection, x-server-max-request-size, x-get-resource):
1367 * term/w32console.el (x-setup-function-keys):
1368 * term/w32-win.el (x-parse-geometry, x-resource-name)
1369 (generate-fontset-menu, image-library-alist, x-open-connection)
1370 (setup-default-fontset, set-fontset-font, setup-default-fontset)
1371 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
1372 (x-get-resource):
1373 * term/mac-win.el (x-parse-geometry, x-resource-name)
1374 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
1375 (new-fontset, x-display-list, x-open-connection, x-get-resource):
1376 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
1377 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
1378 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
1379 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
1380 (tooltip-identifier-from-point, define-fringe-bitmap):
1381 * play/gamegrid.el (image-size):
1382 * play/bubbles.el (image-size):
1383 * mail/emacsbug.el (x-server-vendor, x-server-version):
1384 * international/mule-util.el (internal-char-font):
1385 * international/mule-diag.el (font-info, query-fontset, fontset-info)
1386 (fontset-alias-alist, fontset-list, fontset-plain-name):
1387 * international/mule-cmds.el (x-server-vendor, x-server-version):
1388 * international/fontset.el (font-encoding-charset-alist)
1389 (otf-script-alist, new-fontset, set-fontset-font)
1390 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
1391 (fontset-list, query-fontset, x-get-resource):
1392 * emulation/edt.el (x-server-vendor):
1393 * emulation/edt-mapper.el (x-server-vendor):
1394 * emacs-lisp/map-ynp.el (x-popup-dialog):
1395 * emacs-lisp/lmenu.el (x-popup-dialog):
1396 * x-dnd.el (x-window-property, x-change-window-property)
1397 (x-get-selection-internal):
1398 * woman.el (x-list-fonts):
1399 * w32-fns.el (x-server-version):
1400 * tooltip.el (x-show-tip, x-hide-tip):
1401 * tool-bar.el (image-mask-p):
1402 * thumbs.el (image-size):
1403 * term.el (overflow-newline-into-fringe):
1404 * subr.el (scroll-bar-scale):
1405 * startup.el (x-get-resource, tool-bar-mode, image-size):
1406 * select.el (x-get-selection-internal, x-own-selection-internal)
1407 (x-disown-selection-internal):
1408 * mouse.el (generate-fontset-menu):
1409 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
1410 * image.el (image-library-alist):
1411 * image-mode.el (image-size, image-refresh):
1412 * image-dired.el (clear-image-cache):
1413 * gs.el (x-display-mm-width, x-display-pixel-width)
1414 (x-display-mm-height, x-display-pixel-height)
1415 (x-change-window-property, x-display-grayscale-p, x-window-property):
1416 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
1417 (x-focus-frame, x-list-fonts, x-display-screens)
1418 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
1419 (x-display-mm-width, x-display-backing-store, x-display-save-under)
1420 (x-display-planes, x-display-color-cells, x-display-visual-class):
1421 * faces.el (internal-face-x-get-resource)
1422 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
1423 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
1424 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
1425 (x-parse-geometry, x-create-frame, x-setup-function-keys)
1426 (tool-bar-setup):
1427 * doc-view.el (clear-image-cache, image-size, tooltip-show):
1428 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
1429 * dframe.el (x-display-pixel-width, x-display-pixel-height):
1430 * descr-text.el (internal-char-font):
1431 Define for compiler, for builds without X.
1432
f7ed19a3
SM
14332008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1434
1435 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
1436
ac145600
GM
14372008-06-11 Glenn Morris <rgm@gnu.org>
1438
1439 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
1440 before trying to move there.
1441 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
1442 is non-nil, indent most terminating statements like loop body.
1443
1444 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
1445 Gregorian date, and add it, not the local date, to diary-entries-list.
1446 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
1447
9b106871
SM
14482008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1449
d3d31fad
SM
1450 * progmodes/compile.el (compilation-filter): Fix up last change.
1451
3c5a7a3c
SM
1452 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
1453
1454 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
1455 (gpm-mouse-mode): Make it into a proper global minor mode.
1456
9b106871
SM
1457 * files.el (save-some-buffers-action-alist): Only use recursive-edit
1458 if the user enabled recursive-minibuffers.
1459
b344d29d
JB
1460 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1461 Add support for scroll-other-window.
9b106871 1462
14f3467e
JR
14632008-06-11 Jason Rumney <jasonr@gnu.org>
1464
9b106871
SM
1465 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
1466 Use tmm-menubar if menu is disabled in this frame.
14f3467e 1467
9b106871
SM
1468 * menu-bar.el (menu-bar-open): Determine how to open menu bar
1469 from frame type, per documentation. Add w32 case.
14f3467e 1470
2a3bd2e1
SM
14712008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1472
eee6de73
SM
1473 * minibuffer.el (completion--merge-suffix): New function.
1474 (completion-basic-try-completion): Use it.
1475 (completion-pcm--find-all-completions): Add argument `filter'.
1476 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
1477 New functions.
1478 (completion-pcm-try-completion): Use them.
1479
cce0988d
JB
1480 * xt-mouse.el (turn-on-xterm-mouse-tracking)
1481 (turn-off-xterm-mouse-tracking): Use terminal-list.
d63ddb2c 1482
cce0988d 1483 * cus-start.el (underline-minimum-offset): Rename from
2a3bd2e1
SM
1484 x-underline-minimum-display-offset.
1485
d5dc6163
SM
14862008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
1487
1488 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
1489
848767de
CY
14902008-06-10 Chong Yidong <cyd@stupidchicken.com>
1491
1492 * mouse.el (mouse-select-font): New function.
1493
1494 * faces.el (face-spec-recalc): When the face is set using
1495 Customize, avoid recalculating it twice.
1496
1497 * menu-bar.el (menu-set-font): New function. Bind "Set Default
1498 Font" menu item to it. Apply selected font to all frames, and
1499 make it savable.
1500 (menu-bar-options-save): Save `default' font if changed.
1501
12b139e9
SM
15022008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1503
cce0988d
JB
1504 * ffap.el (ffap-string-at-point-mode-alist):
1505 Use alpha rather than lower.
b251c649 1506
a7f07c36
SM
1507 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
1508
f70c4736
SM
1509 * subr.el (momentary-string-display): Use an overlay.
1510
a1562258
SM
1511 * progmodes/compile.el (compilation-mode):
1512 Set window-point-insertion-type.
1513 (compilation-filter): Don't use insert-before-markers any more.
1514 * emacs-lisp/trace.el (trace-make-advice):
1515 Set window-point-insertion-type in the trace buffer.
1516 * startup.el (normal-top-level): Set window-point-insertion-type in
1517 *Messages*.
1518 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
1519 (telnet-filter): Don't use insert-before-markers any more.
1520 * comint.el (comint-mode): Set window-point-insertion-type.
1521 (comint-output-filter): Don't use insert-before-markers any more.
12b139e9
SM
1522 * button.el (make-text-button): Allow `start' to be a string.
1523
e542c600
JB
15242008-06-10 Juanma Barranquero <lekktu@gmail.com>
1525
1526 * emacs-lisp/autoload.el (autoload-rubric):
1527 Fix coding cookie not to force Unix EOL.
1528
71b50c93
MR
15292008-06-10 Martin Rudalics <rudalics@gmx.at>
1530
1531 * window.el (window--splittable-p, window--try-to-split-window):
1532 Don't use with-selected-window to avoid messing up get-lru-window.
106f594c 1533 Reported by David Hansen <david.hansen@gmx.net>.
71b50c93 1534
bee1c0fe
GM
15352008-06-10 Glenn Morris <rgm@gnu.org>
1536
20246a85
GM
1537 * subr.el (locate-library): Doc fix.
1538
bee1c0fe 1539 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
12b139e9
SM
1540 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
1541 Check tool-bar-map is bound, for non-X builds.
bee1c0fe
GM
1542
1543 * net/newsticker-reader.el (newsticker--next-item-image)
1544 (newsticker--previous-item-image, newsticker--previous-feed-image)
1545 (newsticker--next-feed-image, newsticker--mark-read-image)
1546 (ewsticker--mark-immortal-image, newsticker--narrow-image)
1547 (newsticker--get-all-image, newsticker--update-image)
1548 (newsticker--browse-image): Check xpm images are available.
1549 (newsticker--mark-read-image, newsticker--mark-immortal-image)
1550 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
1551
1552 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
1553 (newsticker--plainview-tool-bar-map, newsticker-mode):
1554 Check tool-bar-map is bound, for non-X builds.
1555 (w3m-toggle-inline-image): Declare.
1556
1557 * net/newsticker-backend.el (tool-bar-map): Don't declare.
1558
1559 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
1560
1561 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
1562 (finder-compile-keywords): Move let to where needed.
1563 (finder-mouse-face-on-line): Go back one more line if needed.
1564 (finder-list-matches): Use cadr.
1565 (finder-goto-xref): New function.
1566 (finder-commentary): Add buttons to jump to foo.el libraries.
1567
1d69bd9b
SM
15682008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1569
1570 * apropos.el (apropos-function, apropos-macro, apropos-command)
1571 (apropos-variable, apropos-face, apropos-group, apropos-widget)
1572 (apropos-plist): Add apropos-short-label property.
1573 (apropos-multi-type): New variables.
1574 (apropos-command, apropos-value): Set it.
1575 (apropos-compact-layout): New custom.
1576 (apropos-print, apropos-print-doc): Use it.
1577 (apropos-print): Truncate lines.
1578
365698cf
KH
15792008-06-09 Kenichi Handa <handa@m17n.org>
1580
f37e787e
JB
1581 * international/fontset.el (font-encoding-alist):
1582 Add an entry for "ascii-0".
365698cf 1583
9c346e0d
KH
15842008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
1585
1586 * language/hanja-util.el (hanja-init-load): Show the message only
1587 when loading a table.
1588
4da498eb
UJ
15892008-06-08 Ulf Jasper <ulf.jasper@web.de>
1590
f37e787e
JB
1591 * net/newsticker-treeview.el (newsticker-treeview):
1592 * net/newsticker-plainview.el (newsticker-plainview):
1593 Add autoload cookie.
4da498eb 1594
1398bf10
UJ
15952008-06-08 Ulf Jasper <ulf.jasper@web.de>
1596
1597 * net/newsticker.el: Split up into newsticker-backend, -ticker,
1598 -reader, -plainview, and -treeview.
f37e787e 1599 (newsticker-version): Change to 1.99.
1398bf10 1600
f37e787e
JB
1601 * net/newsticker-backend.el: New. Move backend functionality from
1602 newsticker.el to newsticker-backend.el.
1398bf10
UJ
1603 (newsticker--download-logos): New.
1604 (newsticker--sentinel-callback): New.
f37e787e 1605 (newsticker--set-customvar): Remove. Split up into specific
1398bf10 1606 functions related to retrieval, ticker, buffer, and display.
f37e787e 1607 (newsticker--set-customvar-retrieval): New. Extracted from
1398bf10 1608 `newsticker--set-customvar'.
f37e787e
JB
1609 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
1610 (newsticker-url-list-defaults):
1611 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
f245f2c6 1612 (newsticker-url-list): Doc changed. URL can be a function.
f37e787e 1613 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
1398bf10 1614 (newsticker-retrieval-method): New.
f37e787e
JB
1615 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
1616 (newsticker-retrieval-interval):
1617 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
1618 (newsticker-desc-comp-max): Change :group.
1398bf10
UJ
1619 (newsticker--cache): Doc changed.
1620 (newsticker--guid-to-string): New.
1621 (newsticker--guid): Use `newsticker--guid-to-string'.
1622 (newsticker--real-feed-name): New.
f37e787e
JB
1623 (newsticker--start-feed): New. Extracted from `newsticker-start'.
1624 (newsticker-start): Use `insert-file-contents' for reading cache.
1625 Use `newsticker--start-feed'.
1626 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
1627 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
1628 Use `newsticker--stop-feed'.
1398bf10
UJ
1629 (newsticker-save-item): New.
1630 (newsticker--get-news-by-funcall): New.
1631 (newsticker-get-news): Handle new retrieval methods.
1632 (newsticker--sentinel): Use `newsticker--sentinel-work'.
f37e787e
JB
1633 (newsticker--sentinel-work): New. Extracted from
1634 `newsticker--sentinel'. Use `newsticker--download-logos',
1398bf10
UJ
1635 `newsticker--sentinel-callback'.
1636 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
f37e787e
JB
1637 (newsticker--parse-atom-1.0): Fix link determination.
1638 (newsticker--parse-rss-0.91): Fix time determination.
1639 (newsticker--parse-rss-0.92): Fix time determination.
1398bf10
UJ
1640 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
1641 (newsticker--parse-generic-feed): New arg order in
1642 `newsticker--cache-add'.
f37e787e
JB
1643 (newsticker--parse-generic-items): Fix for multiple items.
1644 New arg order in `newsticker--cache-add'.
1398bf10
UJ
1645 (newsticker--forget-preformatted): Check whether
1646 `newsticker--buffer-set-uptodate' is fbound.
1647 (newsticker--decode-iso8601-date): Handle fractions of seconds.
1648 (newsticker--decode-rfc822-date): Partial timezone handling.
1649 (newsticker--cache-contains): Fix guid problem.
f37e787e 1650 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
1398bf10
UJ
1651 (newsticker--cache-save): New.
1652 (newsticker--cache-update): Use temp buffer.
1653 (newsticker--stat-num-items): Allow multiple AGE args.
1654 (newsticker--stat-num-items-total): New.
1655 (newsticker--opml-import-outlines): New.
1656 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
1657 (newsticker--do-run-auto-mark-filter): Doc changed.
1658 (newsticker-retrieve-random-message): New.
1659
f37e787e 1660 * net/newsticker-ticker.el: New. Move ticker functionality from
1398bf10 1661 net/newsticker.el to net/newsticker-ticker.el.
f37e787e 1662 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
1398bf10 1663 `newsticker--ticker-timer'.
f37e787e 1664 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
1398bf10 1665 to `newsticker--ticker-timer'.
f37e787e 1666 (newsticker--set-customvar-ticker): New. Extracted from
1398bf10 1667 `newsticker--set-customvar'.
f37e787e
JB
1668 (newsticker-ticker-interval): Rename `newsticker-display-interval'
1669 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
1670 for :set. Change :group.
1671 (newsticker-scroll-smoothly): Doc changed. Change :group.
1672 (newsticker-hide-immortal-items-in-echo-area)
1673 (newsticker-hide-old-items-in-echo-area)
1674 (newsticker-hide-obsolete-items-in-echo-area):
1675 Use `newsticker--set-customvar-ticker for :set. Change :group.
1676 (newsticker-start-ticker): Rename `newsticker--display-timer' to
1677 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
1398bf10 1678 to `newsticker-ticker-interval'.
f37e787e 1679 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
1398bf10
UJ
1680 `newsticker--ticker-timer'.
1681
f37e787e 1682 * net/newsticker-reader.el: New. Move reader functionality from
1398bf10 1683 net/newsticker.el to net/newsticker-reader.el.
f37e787e 1684 (newsticker--set-customvar-formatting): New. Extracted from
1398bf10 1685 `newsticker--set-customvar'.
f37e787e
JB
1686 (newsticker-reader, newsticker-frontend): New.
1687 (newsticker-enable-logo-manipulations): Change :group.
1688 (newsticker-justification): Use `newsticker--set-customvar-formatting'
1689 for :set. Change :group.
1690 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
1691 for :set. Change :group.
1692 (newsticker-html-renderer): Doc changed.
1693 Use `newsticker--set-customvar-formatting' for :set. Change :group.
1694 (newsticker-date-format):
1695 Use `newsticker--set-customvar-formatting' for :set. Change :group.
1696 (newsticker--insert-enclosure):
1697 Rename `newsticker--buffer-insert-enclosure' to
1698 `newsticker--insert-enclosure'. Add keymap arg.
1699 (newsticker--print-extra-elements):
1700 Rename `newsticker--buffer-print-extra-elements' to
1701 `newsticker--print-extra-elements'. Add keymap arg.
1702 (newsticker--do-print-extra-element):
1703 Rename `newsticker--buffer-do-print-extra-element' to
1704 `newsticker--do-print-extra-element'. Add keymap arg.
1398bf10
UJ
1705 (newsticker-show-news): Use `newsticker-frontend'.
1706
f37e787e 1707 * net/newsticker-plainview.el: New. Move plainview functionality
1398bf10
UJ
1708 from net/newsticker.el to net/newsticker-reader.el.
1709 (newsticker-plainview): New.
f37e787e 1710 (newsticker--set-customvar-sorting): New. Extracted from
1398bf10
UJ
1711 `newsticker--set-customvar'.
1712 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
f245f2c6 1713 for :set. Changed :group.
f37e787e
JB
1714 (newsticker-heading-format, newsticker-item-format)
1715 (newsticker-desc-format, newsticker-statistics-format):
1716 Use `newsticker--set-customvar-formatting for :set. Change :group.
1717 (newsticker-faces): Change :group.
1718 (newsticker-default-face): Enable again.
1719 (newsticker-hide-old-items-in-newsticker-buffer)
1720 (newsticker-show-descriptions-of-new-items):
1721 Use `newsticker--set-customvar-buffer' for :set. Change :group.
1722 (newsticker-show-all-news-elements): Change :group.
1398bf10 1723 (newsticker-plainview-hooks): New.
f37e787e
JB
1724 (newsticker-select-item-hook, newsticker-select-feed-hook)
1725 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
1726 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
1727 to `newsticker--plainview-tool-bar-map'.
1728 (newsticker--url-keymap): Add mouse-1 binding.
1398bf10 1729 (newsticker-plainview): New.
1d69bd9b 1730 (newsticker-mark-all-items-of-feed-as-read): Change doc.
1398bf10
UJ
1731 (newsticker--buffer-do-insert-text): Use renamed
1732 newsticker--[buffer-]insert-enclosure and
1733 newsticker--[buffer-]print-extra-elements.
1734 (newsticker--buffer-set-faces): Use newsticker-default-face.
1735
1736 * net/newsticker-treeview.el: New.
1737
24f7ee4c
AS
17382008-06-08 Andreas Schwab <schwab@suse.de>
1739
64137cbc
AS
1740 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
1741
77003b23
AS
1742 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
1743
c99657a5
AS
1744 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
1745 empty line.
1746
f37e787e 1747 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
24f7ee4c 1748
2bd0c2e0
MR
17492008-06-08 Martin Rudalics <rudalics@gmx.at>
1750
f37e787e
JB
1751 * window.el (split-height-threshold, split-width-threshold):
1752 Add choice nil.
2bd0c2e0 1753 (split-window-preferred-function): Allow either nil or a function.
1d69bd9b
SM
1754 (window--splittable-p, window--try-to-split-window):
1755 Handle changed option values.
2bd0c2e0
MR
1756
1757 (window--frame-usable-p): Handle nil argument.
1758
1759 (display-buffer): Call get-lru-window when pop-up-windows is nil
1760 and window can't be split.
1761
48846dc5
MA
17622008-06-08 Michael Albinus <michael.albinus@gmx.de>
1763
1764 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
1765
1766 * net/tramp.el (top): Quote feature names. Remove
1767 `tramp-rfn-eshadow-setup-minibuffer' from
1768 `rfn-eshadow-setup-minibuffer-hook' when unloading.
1769 (tramp-read-passwd): There is only one call to
1770 `auth-source-user-or-password' needed. Pacify byte compiler.
1771
73f60406
AS
17722008-06-08 Andreas Schwab <schwab@suse.de>
1773
1774 * window.el (display-buffer): Use lru window if current window
1775 cannot be split.
1776
415da97a
SM
17772008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1778
2e3d43ac
SM
1779 * apropos.el (apropos-library): New command and new button.
1780 (apropos-library-button): New function.
1781
671c04d9
SM
1782 * apropos.el: Remove spurious * in docstrings.
1783 (apropos-label-face): Use variable pitch.
1784 (apropos-print): Use dolist and with-current-buffer.
1785 (apropos-print-doc): Use when.
1786
415da97a
SM
1787 * window.el (special-display-p, display-buffer):
1788 Fix up C->Elisp transcription error.
1789
ab5111e3
SM
17902008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
1793 (byte-compile-file): Initialize it.
1794 (byte-compile-nogroup-warn): Keep track of the current group.
1795
2c01ac6a
GM
17962008-06-08 Glenn Morris <rgm@gnu.org>
1797
1798 * Makefile.in (compile, compile-always, bootstrap-prepare):
1799 Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
1800
3436ab42
KH
18012008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
1802
1803 * language/hanja-util.el (hanja-init-load): Use a char-table for
1804 hanja-table.
ab5111e3 1805 (hangul-to-hanja-char): Adjust for the above change.
3436ab42 1806
18396552
GM
18072008-06-07 Glenn Morris <rgm@gnu.org>
1808
1809 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
1810 lm-keywords.
1811
1812 * mail/sendmail.el (mail-interactive): Add :version.
1813
1814 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
1815 obsolete alias.
1816
1817 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
1818 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
1819 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
1820 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
1821 * eshell/esh-util.el, international/mule-cmds.el:
1822 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
1823 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
1824 Remove unnecessary eval-when-compiles and eval-and-compiles.
1825
1826 * Makefile.in (bootstrap-clean): Run autogen-clean.
1827 (maintainer-clean): No need to run autogen-clean now it is included in
1828 bootstrap-clean.
1829
e6d2d263
MB
18302008-06-06 Miles Bader <miles@gnu.org>
1831
1832 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
1833
742764a7
CY
18342008-06-06 Chong Yidong <cyd@stupidchicken.com>
1835
a0606e32
CY
1836 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
1837 longlines mode.
1838
742764a7
CY
1839 * replace.el (replace-search-function)
1840 (replace-re-search-function): New vars.
1841 (perform-replace): Use them.
1842
1843 * longlines.el (longlines-re-search-forward): New function.
1844 (longlines-mode): Bind replace-search-function and
1845 replace-re-search-function, to ensure that replacement commands
1846 treat newlines as spaces.
1c2a65c3 1847 (longlines-show-effect): Default to a pilcrow sign.
742764a7 1848
2e6750c8
SM
18492008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1850
1851 * help.el (function-called-at-point):
1852 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
1853 even when calling find-tag-default.
1854
cdea8666
MO
18552008-06-06 Daniel Colascione <danc@merrillpress.com>
1856
1857 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
1858 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
1859 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
bb9ba46f
JB
1860 (nxml-fontify-buffer, nxml-do-fontify):
1861 Remove obsolete variables and functions.
cdea8666 1862 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
bb9ba46f
JB
1863 (nxml-degrade, nxml-after-change, nxml-after-change1)
1864 (nxml-extend-region, nxml-extend-after-change-region)
cdea8666
MO
1865 (nxml-extend-after-change-region1, nxml-fontify-matcher)
1866 (nxml-toggle-char-ref-extra-display): Use font-lock, and
1867 font-lock-extend-region-functions in particular, to fontify
1868 nxml-mode buffers.
1869 (nxml-debug-region): New debugging helper function.
1870
1871 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
bb9ba46f
JB
1872 (nxml-scan-after-change, nxml-move-tag-backwards):
1873 Adapt for font-lock changes.
cdea8666
MO
1874
1875 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
bb9ba46f
JB
1876 (nxml-debug-set-inside, nxml-debug-clear-inside):
1877 New debugging functions.
cdea8666
MO
1878 (nxml-with-degradation-on-error): New helper macro.
1879
0a3a94b3
MR
18802008-06-06 Martin Rudalics <rudalics@gmx.at>
1881
1882 * window.el (display-buffer): Remove dead call to get-lru-window.
1883
10b6d5c4
SM
18842008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1885
1886 * mail/sendmail.el (mail-interactive): Change default.
1887
7fc743d4
JPW
18882008-06-05 John Paul Wallington <jpw@pobox.com>
1889
1890 * bindings.el (completion-ignored-extensions):
1891 Add .p64fsl, .d64fsl, and .dx64fsl.
1892
1961ef04
SM
18932008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1894
1895 * ffap.el (ffap-prompter): Don't use the region.
1896
1d1d90d6
SS
18972008-06-05 Sam Steingold <sds@gnu.org>
1898
1899 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
1900 subdirectory to be registered.
1901
87478b52
SM
19022008-06-05 Martin Rudalics <rudalics@gmx.at>
1903
1904 * window.el (display-buffer-function, special-display-p)
1905 (special-display-buffer-names, special-display-regexps)
1906 (special-display-function, same-window-p, same-window-buffer-names)
1907 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
0a3a94b3 1908 (pop-up-frame-function, pop-up-windows, even-window-heights)
87478b52 1909 (split-window-preferred-function, split-height-threshold)
bb9ba46f
JB
1910 (window--display-buffer-1, display-buffer, pop-to-buffer):
1911 Move from window.c and buffer.c.
0a3a94b3
MR
1912 (window--splittable-p, window--try-to-split-window)
1913 (window--frame-usable-p, window--display-buffer-2)
1914 (window--even-window-heights): New functions.
1915 (split-width-threshold): New option.
87478b52 1916 (split-window-preferred-horizontally): Remove.
bb9ba46f 1917
87478b52
SM
1918 * cus-start.el: Remove corresponding declarations.
1919
f0fbfd43
SS
19202008-06-05 Sam Steingold <sds@gnu.org>
1921
1922 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
1923 an error on modified buffers.
1924
f68cfe84
SM
19252008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1926
dcaaec23
SM
1927 * progmodes/etags.el (tags-verify-table): Be careful to use and update
1928 tags-file-name and tags-table-list from the right buffer.
1929 (tags-table-check-computed-list, tags-table-extend-computed-list)
1930 (find-tag-noselect): Use with-current-buffer.
1931
b1d6575d
SM
1932 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
1933 Use print-circle.
1934
8ba31f36
SM
1935 * minibuffer.el (minibuffer-local-must-match-filename-map):
1936 Declare obsolete alias for the old name.
1937
f68cfe84
SM
1938 * abbrev.el (unexpand-abbrev): Better preserve markers.
1939
a98f63d4
GM
19402008-06-05 Glenn Morris <rgm@gnu.org>
1941
1942 * emacs-lisp/autoload.el (autoload-rubric): New function,
1943 extracted from autoload-ensure-default-file.
1944 (autoload-ensure-default-file): Use autoload-rubric.
1945
1946 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
1947 (custom-dependencies-no-scan-regexp): New variable.
1948 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
1949 Don't scan files matching custom-dependencies-no-scan-regexp.
1950 Disable undo in the output buffer. Remove kept-new-versions wackiness.
1951
1952 * finder.el (finder-headmark): Initialize and add doc string.
1953 (generated-finder-keywords-file): Doc fix.
1954 (finder-no-scan-regexp): New variable.
1955 (finder-compile-keywords): Use a single let binding.
1956 Disable undo in the output buffer. Use autoload-rubric.
1957 Use mapc rather than mapcar. Don't scan files matching
1958 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
1959 rather than concat. Use directory-files to do regexp matching.
1960 No need to require jka-compr.
1961 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
1962 (finder-list-matches): Disable undo.
1963 (finder-commentary): Use let rather than let*. Disable undo.
1964 (finder-current-item): Use zerop.
1965 (finder-mode): Use define-derived-mode.
1966 (finder-exit): Doc fix. Use dolist.
1967
1968 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
1969 (custom-deps): Don't require $(lisp)/cus-load.el.
1970 (custom-deps, finder-data): Don't depend on autoloads.
1971 Should not be needed now, and doing so was causing make install to
1972 re-dump emacs post-bootstrap.
1973 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
1974 mid-build forces some things to be rebuilt.
1975
15252ee9
MB
19762008-06-05 Miles Bader <miles@gnu.org>
1977
e40a85cd
MB
1978 * face-remap.el
1979 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
1980 (face-remap-remove-relative): Renamed from
1981 `remove-relative-face-remapping'.
1982 (face-remap-reset-base): Renamed from
1983 `set-default-base-face-remapping'.
1984 (face-remap-set-base): Renamed from `set-base-face-remapping'.
1985 (text-scale-increase): Renamed from `increase-buffer-face-height'.
1986 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
1987 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
1988
15252ee9
MB
1989 * face-remap.el (variable-pitch-mode): Autoload.
1990
fe4f8695
SS
19912008-06-04 Sam Steingold <sds@gnu.org>
1992
1993 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
1994 Generate extra status headers for a Mercurial tree.
1995
a0de8967
JPW
19962008-06-04 John Paul Wallington <jpw@pobox.com>
1997
1998 * echistory.el (electric-history-map): Define within defvar.
1999 Add docstring.
2000
2124318a
JPW
2001 * font-lock.el (font-lock-turn-off-thing-lock)
2002 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
2003 Use `bound-and-true-p'.
2004 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
2005 Doc fixes.
2006
301f6b87
JPW
2007 * international/ccl.el (define-ccl-program): Add `doc-string'
2008 declaration.
2009
12de5099
JB
20102008-06-04 Juanma Barranquero <lekktu@gmail.com>
2011
2012 * face-remap.el (variable-pitch-mode): Reflow docstrings.
2013 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
2014
07e81066
GM
20152008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
2016
2017 * emacs-lisp/rx.el (rx): Doc fix.
2018
42c27c2a
SM
20192008-06-04 Markus Triska <markus.triska@gmx.at>
2020
2021 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
2022
56c73dec
MB
20232008-06-04 Miles Bader <miles@gnu.org>
2024
2025 * face-remap.el (adjust-buffer-face-height): New function.
2026 Add autoloaded keybindings in ctl-x-map.
2027 (increase-buffer-face-height, decrease-buffer-face-height):
2028 Simplify interactive spec to just "p". Remove autoloaded keybindings.
2029
36b3ea14
CY
20302008-06-03 Chong Yidong <cyd@stupidchicken.com>
2031
2032 * simple.el (line-move-1): If we did not move as far as desired,
2033 ensure that point-left and point-entered hooks are called.
2034
bdb55eba
SS
20352008-06-03 Sam Steingold <sds@gnu.org>
2036
2037 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
2038
e956634f
JPW
20392008-06-03 John Paul Wallington <jpw@pobox.com>
2040
2041 * progmodes/make-mode.el (makefile-cleanup-continuations)
2042 (makefile-warn-suspicious-lines, makefile-warn-continuations):
2043 Use `derived-mode-p'.
2044
f641e17b
SM
20452008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2046
2047 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
2048 (ELCFILES): Update.
2049
9d3d42fb
MB
20502008-06-03 Miles Bader <miles@gnu.org>
2051
2052 * face-remap.el: New file.
2053 * Makefile.in (ELCFILES): Add face-remap.elc.
2054
a9bc137f
SM
20552008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2056
466a09b5
SM
2057 * progmodes/flymake.el (flymake-process-filter): Make sure the source
2058 buffer isn't dead.
2059
a87c1daf
SM
2060 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
2061 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
2062 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
2063 * obsolete/auto-show.el, obsolete/hscroll.el:
2064 Remove packages that were obsolete in Emacs-20, or that were obsolete
2065 in Emacs-21 and do not contain any more code.
2066
8d27bcdf
SM
2067 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
2068 vc-client-mode is not set.
2069
d2d7e96c
SM
2070 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
2071 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
2072
a9bc137f
SM
2073 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
2074 yet a bit more clever at distinguishing / from /.
2075
8e6276cb
KH
20762008-06-03 Kenichi Handa <handa@m17n.org>
2077
2078 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
2079
12de5099 20802008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
8e6276cb
KH
2081
2082 * language/hanja-util.el: New file.
2083
5fe2902f
GM
20842008-06-03 Glenn Morris <rgm@gnu.org>
2085
2086 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
2087 Check that end-of-word follows "type".
2088
6843296d
DU
20892008-06-02 Daiki Ueno <ueno@unixuser.org>
2090
2091 * epa-file.el (epa-file-write-region): Write the entire buffer
2092 content if START is nil.
2093
29128339
JB
20942008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
2095
2096 * select.el (x-get-selection): Fix typo.
2097
70583cb5
JB
20982008-06-01 Juanma Barranquero <lekktu@gmail.com>
2099
2100 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
2101 (describe-char): Use `looking-at-p', `string-match-p' when possible.
2102
3f715d17 21032008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 2104
3f715d17
MB
2105 * tar-mode.el (tar-header-block-summarize): Ensure one space around
2106 user&group.
6fee106e 2107
1e4a62d8
JPW
21082008-05-31 John Paul Wallington <jpw@pobox.com>
2109
70583cb5
JB
2110 * help-fns.el (describe-variable-custom-version-info):
2111 Handle dotted `package-version' info.
1e4a62d8 2112
8793dabb
JB
21132008-05-31 Juanma Barranquero <lekktu@gmail.com>
2114
2115 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
2116
9fc36123
DN
21172008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
2118
2119 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
2120 names and improve support for unregistered files.
2121
10498e1c
GM
21222008-05-31 Glenn Morris <rgm@gnu.org>
2123
2124 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
2125 Remove shell variable `elc'. Split tests to hopefully be more portable.
2126 Fix `sel' assignment.
2127
d9aa6b33
JB
21282008-05-30 Juanma Barranquero <lekktu@gmail.com>
2129
2130 * minibuffer.el (completion-table-dynamic): Doc fix.
2131
145b6377
SM
21322008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2133
8793dabb
JB
2134 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
2135 Try and return `unregistered' when applicable.
47dd5958 2136
145b6377
SM
2137 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2138 Don't encourage naming variables with "-flag".
2139
ca8ef0dc
GM
21402008-05-30 Glenn Morris <rgm@gnu.org>
2141
2142 * Makefile.in (update-elclist): Hide the warning when it does not apply,
2143 make it milder when it does.
2144 (autogen-clean): New target.
2145 (maintainer-clean): Use autogen-clean.
2146
2147 * calendar/diary-lib.el (diary-display-function): New name for
2148 diary-display-hook. Keep old name as obsolete alias. Doc fix.
2149 Change custom type and version.
2150 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
2151 (diary-fancy-display): Doc fixes.
2152 (diary-list-entries, diary-include-other-diary-files)
2153 (diary-mail-entries):
2154 Use diary-display-function rather than diary-display-hook.
2155
2156 * calendar/appt.el (appt-check): Use diary-display-function rather than
2157 diary-display-hook.
2158 * calendar/cal-x.el (calendar-dedicate-diary): Update for
2159 diary-display-function replacing diary-display-hook.
2160 * org/org-agenda.el (org-get-entries-from-diary): Also set
2161 diary-display-function.
2162
2163 * calendar/cal-html.el (cal-html-list-diary-entries):
2164 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2165 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
2166 argument of diary-list-entries rather than setting diary-display-hook.
2167
7736dabe
KH
21682008-05-30 Kenichi Handa <handa@m17n.org>
2169
8e6276cb
KH
2170 * international/mule-conf.el (utf-8-with-signature): Renamed from
2171 utf-8-sig.
2172 (utf-8-auto): Adjusted for the above change.
2173
7736dabe
KH
2174 * international/mule-diag.el (describe-font): Don't check fontset
2175 here, and just call font-info. Get the default font by from the
2176 default face.
2177
eaf11618
KH
21782008-05-29 Kenichi Handa <handa@m17n.org>
2179
d9aa6b33
JB
2180 * international/mule-conf.el (utf-8-sig, utf-8-auto):
2181 New coding systems.
eaf11618 2182
d9aa6b33 2183 * international/mule.el (define-coding-system): Accept :bom for utf-8.
eaf11618 2184
e9255637
SM
21852008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
2186
2187 * international/utf-7.el (utf-7-encode): Use the right escape char
2188 depending on imap/nonimap encoding.
2189
d4e88786
SM
21902008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
2193
dfb4dab1
JB
21942008-05-29 Juanma Barranquero <lekktu@gmail.com>
2195
2196 * icomplete.el (icomplete-prospects-height): Add :group.
2197
c2d0b538
SM
21982008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2199
2200 * icomplete.el (icomplete-prospects-length): Make obsolete.
2201 (icomplete-prospects-height): New var.
2202 (icomplete-completions): Use it.
2203
b1d4664a
JB
22042008-05-29 David Kastrup <dak@gnu.org>
2205
2206 * autoinsert.el (auto-insert): Add :link.
2207
58d6a142
SM
22082008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2209
2210 * tar-mode.el (tar-header): New field `header-start'.
2211 (tar-header-block-tokenize): Set it when useful.
2212 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
2213 (tar-header-data-end): New function.
2214 (tar-summarize-buffer): Use it.
2215 (tar-next-line): Fix goal column for long usernames.
2216 (tar-expunge-internal): Use header-start.
2217 (tar-rename-entry): Handle ustar-style long names.
2218 (tar-alter-one-field): Add optional `descriptor' argument.
2219 (tar-subfile-save-buffer): Use it.
2220
6b3d752c
SM
22212008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2222
58d6a142
SM
2223 * tar-mode.el (tar-header): New field `header-start'.
2224 (tar-header-block-tokenize): Set header-start for longlink entries.
2225 (tar-expunge-internal): Use header-start to expunge longlink entries.
2226
5ee66afc
SM
2227 * files.el (hack-local-variables): Don't signal an error if the local
2228 variable section is not properly terminated.
2229
d338d019
SM
2230 * emacs-lisp/easymenu.el (easy-menu-convert-item)
2231 (easy-menu-convert-item-1): Move the duplicate-generation outside of
2232 the caching so it also works for identical entries.
2233
dd798c64
SM
2234 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
2235 (tar-mode): Use write-region-annotate-functions rather than
2236 write-contents-functions.
2237 (tar-extract): Remove unused var `pos'.
2238 (tar-subfile-save-buffer): Remove unused var `following-descs'.
2239 (tar-mode-write-file): Remove.
2240 (tar-write-region-annotate): New function.
2241
ab1d3835
SM
2242 * progmodes/flymake.el (flymake-save-buffer-in-file):
2243 * shadowfile.el (shadow-copy-file):
2244 * arc-mode.el (archive-*-write-file-member):
2245 * files.el (diff-buffer-with-file):
2246 * subr.el (with-temp-file): Pass nil to write-region.
2247 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
2248
5b813fe8
SM
2249 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
2250 the custom.
2251
6b3d752c
SM
2252 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
2253 to write-region.
2254
1ea1e2d4
GM
22552008-05-28 Glenn Morris <rgm@gnu.org>
2256
2257 * Makefile.in (update-elclist): Work around non-portability of "\"
2258 in various implementations of echo.
2259
f598e45e
SM
22602008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2261
0fe44409
SM
2262 * international/mule-diag.el (describe-current-coding-system):
2263 Don't assume selection-coding-system is always defined.
2264
61bb55d0
SM
2265 * tar-mode.el: Use defstruct and markers.
2266 (tar-setf): Remove.
2267 (tar-header): Use defstruct. Add `data-start' field.
2268 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
2269 (tar-desc-data-start): Remove (now called tar-header-data-start).
2270 (tar-roundup-512): New fun.
2271 (tar-header-block-tokenize): Receive a buffer position rather than
2272 a string. Handle @longLink here, be more careful about it.
2273 Create a marker for data-start.
2274 (tar-summarize-buffer): Don't handle @LongLink here any more.
2275 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
2276 data-start on the following entries any more.
2277 (tar-chown-entry, tar-chgrp-entry): Use read-number.
2278
f598e45e
SM
2279 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
2280 (tar-header-offset): Remove.
2281 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
2282 Not permanent any more.
2283 (tar-data-buffer): New var.
2284 (tar-data-swapped-p, tar-change-major-mode-hook)
2285 (tar-mode-kill-buffer-hook): New funs.
2286 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
2287 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
2288 (tar-clear-modification-flags, tar-alter-one-field)
2289 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
2290 Change accordingly.
2291
e02d8ae7
DN
22922008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
2293
2294 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
f598e45e 2295 (vc-dir-resynch-file): ... this. Update callers.
e02d8ae7
DN
2296 Use vc-string-prefix-p. Ignore directory args.
2297 (vc-string-prefix-p): CSE.
2298 (vc-resynch-buffer): Restore conditional.
2299
2300 * vc-hooks.el (vc-after-save): Improve test.
2301 (vc-mode-line): Fix indentation.
a8398387 2302
5c5f007f
CY
23032008-05-27 Chong Yidong <cyd@stupidchicken.com>
2304
2305 * calendar/parse-time.el (parse-time-months)
2306 (parse-time-weekdays): Add long-form month and day names.
2307
a8cb2f3f
GM
23082008-05-27 Glenn Morris <rgm@gnu.org>
2309
2310 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
2311
35611703
SM
23122008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2313
2314 * vc-dispatcher.el (vc-string-prefix-p): New function.
2315 (vc-dir-parent-marked-p): Use it.
2316
476b4d35 23172008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
592da08e 2318
4ff615b4 2319 * vc.el (Problems): Remove fixed issues.
918e2ac4 2320 (vc-expand-dirs): Avoid returning directories.
476b4d35
DN
2321 (vc-dir): Fix C-x v v binding.
2322 (vc-make-backend-object): Fix name.
2323 (vc-dir-show-fileentry): Fix docstring.
2324 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
35611703
SM
2325 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
2326 Reset the state for directories.
dff34e7e
DN
2327 (vc-dir-headers): Align labels.
2328 (vc-default-status-printer): Do no call prettify-state-info.
114515eb
DN
2329 (vc-deduce-fileset): Replace implementation with one based on a
2330 working older version.
35611703
SM
2331 (vc-next-action): Use the new form of vc-deduce-fileset.
2332 Fix dealing with unregistered files.
4ff615b4 2333
592da08e 2334 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
4ff615b4 2335 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
af71bb11
DN
2336 (vc-dir-child-files): New function.
2337 (vc-dir-node-directory): New function.
2338 (vc-dir-update, vc-dir-parent-marked-p)
2339 (vc-dir-children-marked-p, vc-dir-mark-all-files)
2340 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
592da08e 2341
4f922bf5
DN
2342 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
2343
bf6970a5
SM
23442008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
2347 (diff-font-lock-keywords, diff-context->unified)
2348 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
2349 (diff-hunk-text, diff-find-source-location): Use it.
2350 (diff-post-command-hook): Let the user edit the hunk headers.
2351
995feee4
AS
23522008-05-26 Andreas Schwab <schwab@suse.de>
2353
9b06a6bd
AS
2354 * vc.el (vc-default-prettify-state-info): Fix formatting of an
2355 unknown state.
2356
995feee4
AS
2357 * tar-mode.el (tar-summarize-buffer): Comment fix.
2358
5a11e947 23592008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 2360
142e26a7 2361 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
6fee106e 2362
b4cb42a4
GM
23632008-05-26 Glenn Morris <rgm@gnu.org>
2364
2365 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
2366
53485d40
JPW
23672008-05-25 John Paul Wallington <jpw@pobox.com>
2368
bf6970a5
SM
2369 * proced.el (proced-next-line, proced-previous-line):
2370 Avoid calling `next-line' and `previous-line' from Lisp code.
53485d40 2371
4980d28f
GM
23722008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
2373
2374 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
2375 Use diary-ordinal-suffix.
2376
87b69e9d
JB
23772008-05-24 Juanma Barranquero <lekktu@gmail.com>
2378
2379 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
2380 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
2381 (edebug-save-displayed-buffer-points, edebug-initial-mode)
2382 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
2383 (edebug-print-length, edebug-print-level, edebug-print-circle)
2384 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
2385 (edebug-global-break-condition, edebug-sit-for-seconds):
2386 Remove spurious * from defcustom docstrings.
2387 (edebug-unwrap*, edebug-signal, edebug-eval-display):
2388 Improve argument/docstring consistency.
2389 (edebug-test-coverage, edebug-gensym, edebug-read)
2390 (edebug-top-level-nonstop, edebug-eval-result-list)
2391 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
2392 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
2393 (edebug-display-freq-count): Reflow docstrings.
2394 (edebug-restore-status): Doc fix.
2395
82305b1a
SM
23962008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 * proced.el (proced-header-line): Use the :align-to 0 feature
2399 rather than computing the corresponding position manually.
2400 (proced-update): Don't hardcode point-min==1.
2401
dc376214
AM
24022008-05-24 Alan Mackenzie <acm@muc.de>
2403
2404 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
87b69e9d 2405 if c-file-style is set to a non-string.
dc376214
AM
2406
2407 (c-neutralize-CPP-line): Surround by `save-excursion'.
2408 (c-neutralize-syntax-in-CPP): Optimize for speed.
2409
00609773
GM
24102008-05-24 Glenn Morris <rgm@gnu.org>
2411
2412 * Makefile.in (update-elclist): New target, to update ELCFILES.
2413 (bootstrap-after): Run update-elclist.
2414
24152008-05-24 Ulf Jasper <ulf.jasper@web.de>
2416
2417 * icalendar.el (icalendar-version): Increase to "0.19".
2418 (icalendar--date-style): New function.
2419 (icalendar--datetime-to-diary-date): Doc fix.
2420 Use icalendar--date-style.
2421 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
87b69e9d 2422 (icalendar--convert-yearly-to-ical)
00609773
GM
2423 (icalendar--convert-recurring-to-diary): Handle iso date style,
2424 use icalendar-date-style.
2425
64e5a32f
DN
24262008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
2427
2428 * vc.el (vc-delete-file): Make sure the buffer is deleted and
2429 vc-dir buffers are updated.
2430
ee91bfdf
SM
24312008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2432
2433 * vc.el (vc-delete-file): Don't try to resynch the buffer.
2434
47dd5958 24352008-05-23 Paul Rivier <paul.r.ml@gmail.com>
a3507bd3
SM
2436
2437 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
2438 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
2439 (reftex-extra-bindings): Use it.
2440
2441 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
2442 away from the user-reserved keys.
2443
2444 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
2445 New vars.
2446 (ada-create-keymap): Use them.
2447
9cc236e0
SM
24482008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2449
2450 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
2451 a properly-grouped regexp.
2452
f05cde18
JB
24532008-05-23 Juanma Barranquero <lekktu@gmail.com>
2454
2455 * progmodes/cap-words.el (capitalized-words-mode):
2456 Fix typos in docstring.
2457
67ef7528
KH
24582008-05-23 Kenichi Handa <handa@m17n.org>
2459
2460 * international/mule-conf.el: Don't define the charset `emacs'
2461 here, just put :docstring, :short-name, and :long-name.
2462
24632008-05-22 Kenichi Handa <handa@m17n.org>
2464
2465 * international/mule-diag.el (font-show-log): Limit each listing
2466 to 20 items.
2467
13bae507
NR
24682008-05-23 Nick Roberts <nickrob@snap.net.nz>
2469
2470 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
2471 (gdb-annotation-rules): New entry for "thread-changed".
2472 (gdb-thread-changed): New function.
2473
05012a71
GM
24742008-05-23 Glenn Morris <rgm@gnu.org>
2475
2476 * Makefile.in (SOURCES): Remove, unused.
2477 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
2478 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
2479 Exclude more '*loaddefs' files.
2480 (compile-always): Simplify '.elc' deletion.
2481
f8381803
SM
24822008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2483
2484 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
2485 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
2486
67ef7528
KH
2487 * minibuffer.el (completion-boundaries): Change calling
2488 convention, so `string' has the same semantics as in
2489 try-completion and all-completions.
f8381803 2490 (completion-table-with-context, completion--embedded-envvar-table)
67ef7528
KH
2491 (completion--file-name-table)
2492 (completion-pcm--find-all-completions): Adjust code accordingly.
f8381803 2493
be26add7
CY
24942008-05-22 Chong Yidong <cyd@stupidchicken.com>
2495
2496 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
2497 prune image-mode-winprops-alist, preventing it from growing
2498 indefinitely.
2499 (image-mode-reapply-winprops): Use it.
2500
a368801c
MB
25012008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
2502
2503 * net/netrc.el (netrc-machine): Always match if the port is not given.
2504
a77b655d
SM
25052008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2506
c63028e1
SM
2507 * minibuffer.el (completion-pcm--find-all-completions):
2508 Don't add pseudo-completions.
2509
31d4b748
SM
2510 * icomplete.el (icomplete-eoinput): Remove.
2511 (icomplete-overlay): New var to replace it.
2512 (icomplete-tidy): Rewrite.
2513 (icomplete-exhibit): Use an overlay.
2514 (icomplete-completions): Use completion-all-sorted-completions.
2515 Obey completion-ignore-case.
2516
a77b655d
SM
2517 * files.el (locate-dominating-file): Accept non-existing argument.
2518 (project-find-settings-file): Rewrite, using locate-dominating-file.
2519
fa5ee889
KH
25202008-05-22 Kenichi Handa <handa@m17n.org>
2521
a77b655d
SM
2522 * faces.el (font-weight-table, font-slant-table, font-width-table):
2523 Delete them. Don't call internal-set-font-style-table.
4cd217dc 2524
fa5ee889
KH
2525 * international/mule-diag.el (font-show-log): New function.
2526
2527 * international/fontset.el (script-representative-chars): Add more
2528 chars for latin. Add data for symbol.
a77b655d 2529 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
fa5ee889 2530
14c24780
SM
25312008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2532
2533 * minibuffer.el (completion-all-sorted-completions): New var.
2534 (completion--flush-all-sorted-completions)
2535 (completion-all-sorted-completions): New functions.
2536 (minibuffer-force-complete): New command.
2537
ef7f89b2
GM
25382008-05-21 Glenn Morris <rgm@gnu.org>
2539
361edc85
GM
2540 * files.el (c-postprocess-file-styles): Declare for compiler.
2541
ef7f89b2
GM
2542 * Makefile.in: Allow for parallel byte-compiling.
2543 (ELCFILES): New variable.
2544 (.el.elc): Remove prerequisites from suffix rule. Print a message.
2545 (compile-first, compile-main, compile-last): New targets.
2546 (compile-always): Simplify - delete .elc files, then `make compile'.
2547
2548 * Makefile.in (compile-calc): Use glob rather than find.
2549 ($(lisp)/progmodes/cc-mode.elc): Use $@.
2550
2551 * eshell/esh-module.el: No need for cl when compiling.
2552
2553 * eshell/eshell.el (eshell-defgroup): New alias.
2554 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2555 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2556 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2557 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2558 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2559 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
2560 Autoload the custom group. Set generated-autoload-file.
2561 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
2562 for eshell-defgroup.
2563 * eshell/esh-module.el (eshell-load-defgroups): Remove.
2564 Require esh-groups rather than loading it.
2565
e9f6a88f
RW
25662008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2567
2568 * proced.el (proced-header-line): New variable and new function.
2569 (proced-mode): Set header-line-format.
2570 (proced-update): Set proced-header-line.
2571 (proced-send-signal): Use proced-header-line.
2572
59f36859
SM
25732008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2574
2575 * macros.el (insert-kbd-macro): Use prin1-char.
2576
be91065f
SM
25772008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2578
a38313e1
SM
2579 * minibuffer.el (completion-boundaries): New function.
2580 (completion--some): Delay errors.
2581 (complete-with-action, completion-table-with-context):
2582 Handle `boundaries' case.
2583 (completion--try-word-completion): Avoid partial-completion
2584 when the user hasn't entered anything yet.
2585 (minibuffer-local-map, minibuffer-local-filename-completion-map)
2586 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
2587 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
2588 Setup default keybindings.
2589 (completion--embedded-envvar-re): New var.
2590 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
2591 (completion--file-name-table): Handle `boundaries' case.
2592 (completion-pcm--pattern->regex): Avoid pathological backtracking.
2593 (completion-pcm--all-completions): Add a `prefix' arg.
2594 (completion-pcm--find-all-completions): New function.
2595 (completion-pcm-all-completions, completion-pcm-try-completion):
2596 Use it.
2597
be91065f
SM
2598 * icomplete.el (icomplete-completions): Don't use `predicate' with
2599 a table of a different type than `candidates'.
2600
66add12c
RW
26012008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2602
a38313e1
SM
2603 * proced.el (proced-goal-column): Rename from proced-procname-column.
2604 (proced-goal-header-re): Rename from proced-procname-column-regexp.
2605 (proced-move-to-goal-column): Rename from proced-move-to-procname.
2606 (proced-header-face, proced-header-regexp): Remove.
66add12c
RW
2607 (proced-font-lock-keywords): Remove proced-header-face.
2608 (proced-header-alist, proced-sorting-schemes-re): New variables.
2609 (proced): Rename Proced buffer to *Proced*.
2610 (proced-next-line, proced-previous-line): New commands.
2611 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
2612 (proced-hide-processes): Do not treat first line as special.
2613 (proced-header-space): New function.
a38313e1
SM
2614 (proced-update): Use header-line-format.
2615 Initialize proced-header-alist and proced-sorting-schemes-re.
2616 Set proced-goal-column. Include proced-command in mode-name.
66add12c
RW
2617 (proced-send-signal): Use header-line-format for *Marked
2618 Processes* buffer.
2619 (proced-sort): Restrict minibuffer completion to applicable
2620 sorting schemes.
2621 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
2622
476d2aef
SM
26232008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2624
2625 * icomplete.el (icomplete-simple-completing-p):
2626 Allow icomplete-with-completion-tables to say "use it everywhere".
116f996b 2627 (icomplete-completions): Obey completion-styles. Try to accommodate
476d2aef
SM
2628 partial-completion style.
2629
6a221b7d
MO
26302008-05-20 Michael Olson <mwolson@gnu.org>
2631
2632 * files.el (project-find-settings-file): Change concat to
2633 expand-file-name.
2634
4b0ff59a
MO
26352008-05-19 Tom Tromey <tromey@redhat.com>
2636
2637 * files.el (normal-mode): Call hack-project-variables.
2638 (hack-local-variables-confirm): Add 'project' argument.
2639 (hack-local-variables-apply): New function.
2640 (hack-local-variables): Use it.
2641 (project-class-alist, project-directory-alist): New variables.
2642 (project-get-alist): New function.
2643 (project-collect-bindings-from-alist)
2644 (project-collect-binding-list, set-directory-project)
2645 (project-find-settings-file, project-define-from-project-file)
2646 (hack-project-variables): New functions.
2647
046f24aa
SM
26482008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2649
2650 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
2651
4e29db95
JB
26522008-05-19 Juanma Barranquero <lekktu@gmail.com>
2653
2654 * faces.el (font-weight-table): Fix typo in docstring.
2655
26562008-05-18 David Hull <david@snap.com> (tiny change)
4064ff25
DN
2657
2658 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
4787a496 2659 (vc-hg-annotate-command): Allow white space before version number.
4064ff25 2660
aa255da9
JB
26612008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2662
2663 * calc/calc-yank.el (calc-register-alist): New variable.
a35cae74
JB
2664 (calc-set-register, calc-get-register, calc-copy-to-register)
2665 (calc-insert-register, calc-add-to-register, calc-append-to-register)
aa255da9
JB
2666 (calc-prepend-to-register): New functions.
2667
2668 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
046f24aa
SM
2669 `calc-copy-to-register' and `calc-insert-register'.
2670 Autoload new register functions.
aa255da9
JB
2671
2672 * calc/calc-help.el (calc-r-prefix-help): Add help for register
2673 functions.
2674
3c9ee7c9
DN
26752008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
2676
30cd7dc2
DN
2677 * vc.el (Todo): Add known problems.
2678 (vc-dir-backend): New variable.
2679 (vc-dir): Set it.
2680 (vc-make-backend-object, vc-generic-status-printer)
2681 (vc-generic-state, vc-generic-status-fileinfo-extra)
2682 (vc-dir-extra-menu): Use it.
2683 (vc-generic-dir-headers): Remove, unused.
2684
d002d68f
DN
2685 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
2686 vc-dir-prev-directory for consistency with vc-dir-previous-line.
2687 (vc-dir-mode-map): Fix bindings.
2688
3c9ee7c9
DN
2689 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
2690
87bd269a
JB
26912008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2692
2693 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
2694 operated on.
2695 (calc-kill-region): Kill entire lines.
2696
ac342f28
GM
26972008-05-17 Glenn Morris <rgm@gnu.org>
2698
2b38e36f
GM
2699 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
2700 simplify initial value.
2701 (defezimage): Drop support for Emacs without defimage, use a featurep
2702 test rather than fboundp when defining, drop with-no-warnings.
2703 (ezimage-insert-over-text): Move featurep test inside
2704 add-text-properties.
2705
10bd156e
GM
2706 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
2707
bcb04d98
GM
2708 * net/tramp.el (top-level): Load auth-source when compiling.
2709
ac342f28
GM
2710 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
2711
53b2b69f
AS
27122008-05-17 Andreas Schwab <schwab@suse.de>
2713
2714 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
2715
046ca582 27162008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
4f155125
DN
2717
2718 * vc.el (vc-annotate-show-diff-revision-at-line): Change
2719 vc-diff-internal arg to match what vc-deduce-fileseset returns now.
2720
fb75de8f
VJL
27212008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2722
2b38e36f 2723 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
fb75de8f 2724
295673de
MO
27252008-05-17 Jim Meyering <meyering@redhat.com>
2726
2727 * ido.el (ido-save-history): Do not emit a trailing newline at the
2728 end of the ido history file.
2729
1915fb44 27302008-05-16 John Paul Wallington <jpw@pobox.com>
a8398387 2731
1915fb44
JPW
2732 * vc-dispatcher.el (top-level): Revert previous change: require cl
2733 when compiling.
2734
7c2ec3f9
ER
27352008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2736
2737 * vc.el (vc-default-status-printer)
2738 (vc-default-prettify-state-info): Enhance the state prettyprinter
4e29db95 2739 to deal better with unknown states and indirect through it when
7c2ec3f9
ER
2740 painting vc-dir buffers.
2741
c8039c6b
JPW
27422008-05-16 John Paul Wallington <jpw@pobox.com>
2743
2744 * vc-dispatcher.el (top-level): Don't require cl when compiling.
2745 (vc-dir-mode-map): Fix backquote.
2746 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
2747
82f3844e
MA
27482008-05-16 Michael Albinus <michael.albinus@gmx.de>
2749
4e29db95
JB
2750 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
2751 Reported by Glenn Morris <rgm@gnu.org>.
82f3844e 2752
78016295
ER
27532008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2754
2755 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
2756 the end of the file, it was good work at one time but has been
2757 stale since 1995 and may now be actively misleading.
4c61891a 2758 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
98712492 2759 CVS repository and module (assumptions for the latter a bit iffy).
2ec0d864
ER
2760 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
2761 SVN repository.
78016295 2762
a2a413ad
JB
27632008-05-16 Juanma Barranquero <lekktu@gmail.com>
2764
2765 * vc-rcs.el (vc-rcs-create-tag):
2766 * vc-sccs.el (vc-sccs-create-tag):
2767 Fix typo in error message and pass backend arg.
2768
5615d63f
MA
27692008-05-15 Michael Albinus <michael.albinus@gmx.de>
2770
2771 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
2772
27732008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
2774
2775 * net/tramp.el: Load auth-source library.
2776 (tramp-read-passwd): Use it for password, not login.
2777
c0c30dd1
JY
27782008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
2779
046f24aa 2780 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
c0c30dd1
JY
2781 (ses-print-cell): Use string-width, truncate-string-to-width,
2782 delete-region rather than length, substring, delete-char.
046f24aa
SM
2783 (ses-setup): Set inhibit-point-motion-hooks to t.
2784 Calculate position by actually moving point rather than just using
2785 unibyte character length.
c0c30dd1
JY
2786 (ses-mode): Set indent-tabs-mode to nil.
2787 (ses-center): Use string-width rather than length.
2788
373b6519
ER
27892008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
2790
370fded4 2791 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
046f24aa
SM
2792 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
2793 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
2794 vc-*-create-tag and vc-*-retrieve-tag respectively.
370fded4 2795
373b6519
ER
2796 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
2797 unneeded defalias.
2798
046f24aa 2799 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
97275f80 2800
d536a904
ER
2801 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
2802 about buffer names.
2803
7264c6b8
GM
28042008-05-15 Glenn Morris <rgm@gnu.org>
2805
2806 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
2807
2808 * org/org-exp.el (org-infojs-options-inbuffer-template):
2809 Fix declaration.
2810
2811 * progmodes/cc-mode.el (declare-function): Add compat definition.
2812 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
2813
6986e5c9
ER
28142008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
2815
2816 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
2817 list to a cons so the caller can get back both expanded and
2818 unexpanded filesets.
b34807bd
JB
2819 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
2820 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
6986e5c9
ER
2821 Change handling of selection-set returns as required.
2822
4e02f55c
JPW
28232008-05-15 John Paul Wallington <jpw@pobox.com>
2824
c1d119ea
JPW
2825 * add-log.el (top-level): Don't require cl when compiling.
2826
337f393e 2827 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
a35cae74 2828 (archive-*-extract): Use `zerop'.
337f393e
JPW
2829 (archive-*-write-file-member): Use `or', use `zerop'.
2830
2831 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
2832
4e02f55c
JPW
2833 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
2834 (ibuffer-mark-interactive, ibuffer-set-mark)
2835 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
2836 (ibuffer-map-lines, ibuffer-switch-format)
2837 (ibuffer-update-title-and-summary)
2838 (ibuffer-redisplay-engine): Use it.
2839
337f393e
JPW
2840 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
2841 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
2842 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
2843 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
2844 (ibuffer-mark-read-only-buffers)
2845 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
2846
4e02f55c
JPW
2847 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
2848 (define-ibuffer-column, define-ibuffer-sorter)
2849 (define-ibuffer-op, define-ibuffer-filter): Add declarations
2850 containing indentation specs, replacing equivalent top-level
2851 forms that set `lisp-indent-function' properties.
2852 (define-ibuffer-op): Use `derived-mode-p'.
2853 (define-ibuffer-filter): Remove redundant `concat' call.
2854
674da028
MA
28552008-05-14 Michael Albinus <michael.albinus@gmx.de>
2856
2857 * net/tramp.el (tramp-echo-mark): Update docstring.
2858 (tramp-echo-mark-marker): New defconst.
2859 (tramp-check-for-regexp): Use it.
2860
192350af
ER
28612008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
2862
2863 * vc.el (vc-deduce-fileset): Do the right thing when visting a
b34807bd
JB
2864 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
2865 as parent.
192350af 2866
d660b68f
JPW
28672008-05-14 John Paul Wallington <jpw@pobox.com>
2868
b34807bd
JB
2869 * international/mule.el (convert-define-charset-argument):
2870 Remove period from end of error message.
d660b68f
JPW
2871 (coding-system-mnemonic): Doc fix.
2872 (ctext-pre-write-conversion): Doc fix.
2873
ecae6af9 28742008-05-14 Simon Marshall <simon@gnu.org>
6483b8c7 2875
1937f3dc
RF
2876 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
2877 from its default value and give it the risky-local-variable
2878 property (CVE-2008-2142).
6483b8c7 2879
131b3b11
KH
28802008-05-14 Kenichi Handa <handa@m17n.org>
2881
2882 * language/korean.el ("Korean"): Set `iso639-language'
2883 property to `ko'.
2884
2885 * language/japanese.el ("Japanese"): Set `iso639-language'
2886 property to `ja'.
2887
2888 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2889 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
2890 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
2891
87b69e9d
JB
2892 * international/mule-cmds.el (set-language-environment):
2893 Set current-iso639-language.
131b3b11
KH
2894
2895 * international/fontset.el (setup-default-fontset): For kana, han,
2896 hangul, and cjk-misc, move an entry with font-spec at the end.
2897 (generate-fontset-menu): Exclue fontset-auto* from the list.
2898
2899 * composite.el (compose-chars-after): Assume that WINDOW is always
2900 non-nil.
2901
2902 * faces.el (font-weight-table, font-slant-table)
2903 (font-swidth-table): Declare them by defconst. Change the format
2904 of elements. Call internal-set-font-style-table after their
2905 declaration.
2906 (face-valid-attribute-values): Call font-family-list. Get values
2907 for width, weight, and slant from font-xxx-table.
2908
2909 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
2910
1eb4b4b9
JPW
29112008-05-13 John Paul Wallington <jpw@pobox.com>
2912
2913 * ibuffer.el (ibuffer-buffer-file-name): New function.
2914 (define-ibuffer-column filename): Use it.
2915
2916 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
2917
0d5c702d
CY
29182008-05-13 Chong Yidong <cyd@stupidchicken.com>
2919
2920 * talk.el (talk): Simplify. Pass display arg to talk-add-display
2921 as a string.
2922 (talk-add-display): Simplify. Accept only string args.
2923
24d2b0f5
JB
29242008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2925
b34807bd 2926 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
24d2b0f5 2927
a5cd8bed
SM
29282008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2929
2930 * Makefile.in (bootstrap-prepare): Don't chmod files.
2931 (autoloads): Do it here instead, where it's actually needed.
2932
bbfc0518
CY
29332008-05-13 Chong Yidong <cyd@stupidchicken.com>
2934
2935 * tool-bar.el (tool-bar-make-keymap): Account for the optional
2936 KEY-BINDING-DATA field in menu-item list.
2937
f836b98e
SM
29382008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2939
b575007b
SM
2940 * dired.el (dired-read-dir-and-switches): Move things about to use less
2941 recursion during macroexpansion.
2942
833e7ac3
SM
2943 * dired.el (dired-read-dir-and-switches): Use read-file-name.
2944
f836b98e
SM
2945 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
2946 completion-ignored-extension directories if there's something else.
2947 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
2948 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
2949 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
2950 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
2951 buffer-read-only -> inhibit-read-only.
2952
77c5055c
ER
29532008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
2954
0d5c7113
JB
2955 * vc.el (vc-expand-dirs): Stop this function from tossing out
2956 explicitly specified files.
77c5055c 2957
d5c14937
SM
29582008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2959
2960 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
2961 to `insert'.
2962
b257def7
DN
29632008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2964
2965 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
2966 cons. Use vc-annotate-backend.
93614fc1 2967 (with-vc-file, edit-vc-file): Remove unused macros.
b257def7 2968
e64a3841
TZ
29692008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
2970
d5c14937 2971 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
e64a3841
TZ
2972 (smtpmail-try-auth-methods): Use it.
2973
4ded1ddb
SM
29742008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2975
2976 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
2977 (setf (nthcdr ..) ..) doesn't require CL at runtime.
2978
ba8a4d08
CD
29792008-05-11 Carsten Dominik <dominik@science.uva.nl>
2980
d5c14937 2981 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
ba8a4d08 2982
365bdf63
SM
29832008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2984
07c4b87c
SM
2985 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
2986 (vc-bzr-revision-completion-table): Use process-file.
2987 (vc-bzr-working-revision): Pass relative file names.
2988
365bdf63
SM
2989 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
2990
fd3d78f2
JL
29912008-05-11 Juri Linkov <juri@jurta.org>
2992
2993 * wid-edit.el (widget-image-directory): Change default image data
2994 subdirectory from "custom" to "images/custom".
2995
2996 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
2997 before recursive call to `Info-next-preorder' to not add
2998 intermediate nodes to the history.
2999
3000 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
3001
3002 * emulation/cua-base.el: Put isearch-scroll property
3003 on cua-scroll-up and cua-scroll-down.
3004
a970a27e
ER
30052008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
3006
07c4b87c 3007 * vc-hooks.el (vc-recompute-state): Remove (dead code).
a970a27e 3008
ec4149ff
DN
30092008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
3010
922320a9 3011 * vc-dispatcher.el (ewoc): Require.
d9a3d80e
DN
3012 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
3013
ec4149ff
DN
3014 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
3015
f4c16414
CY
30162008-05-10 Chong Yidong <cyd@stupidchicken.com>
3017
3018 * term/w32-win.el (x-colors):
3019 * term/mac-win.el (x-colors):
3020 * term/x-win.el (x-colors): Re-order colors.
3021
b3fccc27
RS
30222008-05-10 Reiner Steib <reiner.steib@gmx.de>
3023
3024 * smerge-mode.el (smerge-command-prefix): Fix custom type.
3025
2cd5294d
ER
30262008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
3027
3028 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
3029 New functions implementing motion to next and previous directory.
3030
6ea3f62c
DN
3031 * vc-arch.el (vc-arch-command):
3032 * vc-bzr.el (vc-bzr-command):
3033 * vc-cvs.el (vc-cvs-command):
3034 * vc-dispatcher.el (vc-do-command):
3035 * vc-git.el (vc-git-command):
3036 * vc-hg.el (vc-hg-command):
3037 * vc-mcvs.el (vc-mvcs-command):
3038 * vc-mtn.el (vc-mtn-command):
3039 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
3040 (vc-sccs-workfile-unchanged-p):
f245f2c6 3041 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
6ea3f62c
DN
3042 * vc-rcs.el (all methods): Remove assumption about what a nil
3043 argument to vc-do-command means. This means no buffer name needs
3044 to be hardcoded into the dispatcher layer, and it's better to be
3045 explicit anyway.
3046
3047 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
2888a97e 3048
0108dbd6
DN
30492008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
3050
8234f5be
DN
3051 * vc.el: Update todo.
3052
4b1a01b3
DN
3053 * vc-sccs.el (vc-sccs-dir-status):
3054 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
3055 backends and returning up to date files.
3056
0108dbd6
DN
3057 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
3058
e4ba96dc
ER
30592008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
3060
0108dbd6 3061 * vc.el (vc-dir):
8234f5be
DN
3062 * vc-hooks.el: Tweak the VC directory bindings. These are now
3063 documented in the manual.
3064
3065 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
d5c14937 3066 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
8234f5be
DN
3067 (vc-dispatcher-selection-set): Allow callers to pass in an
3068 observer flag that says no buffer sync is required.
3069 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
3070 Use the observer flag.
cb5d44b6 3071
e1d92b5b
MA
30722008-05-09 Michael Albinus <michael.albinus@gmx.de>
3073
3074 * simple.el (start-file-process): Clarify docstring.
3075
e7290559
ER
30762008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
3077
d5c14937
SM
3078 * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
3079 Remove stub implementations of, and references to, wash-log.
0108dbd6
DN
3080 * vc-rcs.el (vc-rcs-comment-history):
3081 * vc-cvs.el (vc-cvs-comment-history):
6aa5d910
ER
3082 Inline the code that used to be wash-log.
3083
c22b0a7d 3084 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
d5c14937
SM
3085 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
3086 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
3087 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
c22b0a7d
ER
3088 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
3089 (vc-rcs-print-log): Grok directories.
e7290559 3090
8243c746
SM
30912008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3092
a749e19d
SM
3093 * vc.el (vc-mark-resolved): Add `backend' argument.
3094 (vc-next-action): Pass it the backend.
3095 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
3096 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
3097 (vc-default-comment-history, vc-default-create-snapshot)
3098 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
3099 (vc-annotate-revision-previous-to-line)
3100 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
3101 * vc-svn.el (vc-svn-checkout):
3102 * vc-mcvs.el (vc-mcvs-checkout):
3103 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
3104 (vc-working-revision, vc-before-save, vc-mode-line):
3105 Prefer vc-call-backend to vc-call so as not to recompute the backend.
3106
734abae3
SM
3107 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
3108 state to be consistent since it's often an unwarranted restriction.
3109 Don't return the state either.
3110 (vc-next-action): Check that the state is consistent.
3111 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
3112 (vc-rollback, vc-update): Adapt to new return value of
3113 vc-deduce-fileset.
3114
8243c746
SM
3115 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
3116 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
3117 (vc-dispatcher-in-fileset-p): New fun.
3118 (vc-dispatcher-selection-set): Use it to properly handle directories.
3119
927a444e
DN
31202008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
3121
3122 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
3123 (vc-update): Remove unused let bindings.
3124
86048828
ER
31252008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
3126
3127 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
0d5c7113
JB
3128 (vc-diff, vc-revert, vc-rollback, vc-update):
3129 * vc-dispatcher.el (vc-dispatcher-selection-set):
86048828
ER
3130 Get rid of 4 special cases in fileset selection. This involved
3131 changing the return value of (vc-deduce-fileset) so that it passes
87b69e9d 3132 back a deduced state as well as a deduced back end.
86048828 3133
86c7460f
SS
31342008-05-08 Sam Steingold <sds@gnu.org>
3135
3136 * progmodes/compile.el (compilation-minor-mode-map)
87b69e9d 3137 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
86c7460f
SS
3138 * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
3139 to `compilation-minor-mode-map' (instead of an explicit `cons').
3140
9c355de8
JB
31412008-05-08 Juanma Barranquero <lekktu@gmail.com>
3142
3143 * org/org.el (org-modules, org-format-latex-options):
3144 * org/org-archive.el (org-archive-stamp-time)
3145 (org-archive-save-context-info):
3146 * org/org-faces.el (org-hide):
3147 * org/org-irc.el (org-irc-parse-link):
3148 * org/org-macs.el (org-call-with-arg, org-autoload):
3149 * org/org-mew.el (org-mew-store-link):
3150 * org/org-remember.el (org-remember-store-without-prompt)
3151 (org-remember-templates): Fix typos in docstrings.
3152
3153 * org/org-info.el (org-info-store-link): Remove leftover docstring.
3154
3155 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
3156 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
3157 (org-bbdb-anniv-split): Fix typos in docstrings.
3158
3159 * org/org-publish.el (org-publish-project-alist): Doc fixes.
3160 (org-publish-use-timestamps-flag): Reflow docstring.
3161 (org-publish-files-alist): Fix typos in docstring.
3162
0007689c
SS
31632008-05-07 Sam Steingold <sds@gnu.org>
3164
3165 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
3166 appears to be too aggressive with window removal.
3167
9c059794
DN
31682008-05-08 Michael McNamara <mac@mail.brushroad.com>
3169
3170 * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
3171 as pragma keywords.
3172 (verilog-pretty-expr): Support lining up assignments which include
3173 part selects.
3174 (verilog-mode): More portable check for the availability of
3175 hideshow support.
3176 (verilog-do-indent): Remove special indent for declarations inside
3177 a parenthetical list. The code is ill-advised, and doesn't work
3178 given the new user defined types.
3179 (verilog-set-auto-endcomments): Enhance function automatic
3180 endcomment to support functions that return user defined types.
3181 (verilog-mode): Add code to tell which-function-mode minor mode
3182 that Verilog supports this feature.
3183
77fa600f
EZ
31842008-05-08 Eli Zaretskii <eliz@gnu.org>
3185
3fe68728
EZ
3186 * epa-file.el: Require epa-hook.
3187
8900c52c
EZ
3188 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
3189
86914123 3190 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
3fe68728 3191 file-names clashes on 8+3 filesystems. Provide epa-hook.
86914123 3192
77fa600f
EZ
3193 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
3194 file-names clashes on 8+3 filesystems.
3195
7b1019e2 31962008-05-08 Carsten Dominik <dominik@science.uva.nl>
139c6840 3197
7b1019e2 3198 * org/org.el (org-read-date-get-relative): Interpret lone
139c6840
CD
3199 weekday abbreviation as relative to today.
3200
10c824b0
JB
32012008-05-08 Juanma Barranquero <lekktu@gmail.com>
3202
3203 * abbrev.el (define-abbrev-table):
3204 * composite.el (toggle-auto-composition):
3205 * json.el (json-alist-p, json-plist-p):
3206 * minibuffer.el (completion-table-with-predicate):
3207 * ps-mule.el (ps-mule-external-libraries):
3208 * emacs-lisp/advice.el (ad-special-form-p):
3209 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3210 * eshell/em-smart.el (eshell-review-quick-commands):
3211 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
3212 (python-skip-out, python-check-comint-prompt):
3213 Don't use `iff' in docstrings.
3214
3215 * international/robin.el (robin-package-alist): Fix typo in docstring.
3216 (robin-current-package-name): Doc fix.
3217 (robin-activate): Don't use `iff' in docstring.
3218
4903369a
ER
32192008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
3220
10c824b0
JB
3221 * vc.el, vc-dispatcher.el: VC-Dired support removed.
3222 The code uses a ewoc-based implementation now.
db86064f 3223 * vc-hooks.el: Support for Meta-CVS has been removed.
4903369a 3224
c8fcd943
SM
32252008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3226
3227 * tool-bar.el: Choose images dynamically.
3228 (tool-bar-make-keymap, tool-bar-find-image): New function.
3229 (tool-bar-find-image-cache): New var.
3230 (tool-bar-local-item, tool-bar-local-item-from-menu):
3231 Don't select the image yet, do it later in tool-bar-make-keymap.
3232
51a0cb35
AS
32332008-05-07 Andreas Schwab <schwab@suse.de>
3234
3235 * window.el: Require 'cl when compiling.
3236
23532cb1
DN
32372008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3238
3239 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
3240
a4c687e0
GM
32412008-05-07 Glenn Morris <rgm@gnu.org>
3242
3243 * subr.el (ignore-errors): Move here from cl-macs.el.
3244 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
3245
3246 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
3247 oddness.
3248
c8d4f1a0
ER
32492008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
3250
23532cb1
DN
3251 * vc-hooks.el (vc-find-file-hook):
3252 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
c8d4f1a0 3253 further from vc.el.
ee5d572f 3254 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
c8d4f1a0 3255
10c824b0 32562008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
5509c6ad
DN
3257
3258 * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
3259 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
3260 (verilog-auto-inout, verilog-auto-inout-module)
3261 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
3262 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
3263 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
3264 (verilog-auto-sense-sigs, verilog-auto-tieoff)
3265 (verilog-auto-unused, verilog-auto-wire)
3266 (verilog-decls-get-assigns, verilog-decls-get-consts)
3267 (verilog-decls-get-gparams, verilog-decls-get-inouts)
3268 (verilog-decls-get-inputs, verilog-decls-get-outputs)
3269 (verilog-decls-get-ports, verilog-decls-get-regs)
3270 (verilog-decls-get-signals, verilog-decls-get-wires)
3271 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
3272 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
3273 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
3274 (verilog-inject-sense, verilog-library-filenames)
3275 (verilog-mode-release-date, verilog-mode-version)
3276 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
3277 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
3278 (verilog-modi-get-assigns, verilog-modi-get-consts)
3279 (verilog-modi-get-gparams, verilog-modi-get-inouts)
3280 (verilog-modi-get-inputs, verilog-modi-get-outputs)
3281 (verilog-modi-get-ports, verilog-modi-get-regs)
3282 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
3283 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
3284 (verilog-modi-get-wires, verilog-preserve-cache)
3285 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
3286 (verilog-read-sub-decls, verilog-read-sub-decls-line)
3287 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
3288 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
3289 Add caching of additional state, and rework signal extraction
3290 routines to improve AUTO expansion performance by 300%++.
3291
7c28331c
CY
32922008-05-06 Chong Yidong <cyd@stupidchicken.com>
3293
3294 * progmodes/compile.el (compilation-error-regexp-alist-alist):
c8fcd943 3295 Tweak Open Watcom regexp to distinguish between errors and warnings.
7c28331c 3296
a8b0c38b
SM
32972008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3298
3299 * dired.el (dired-read-dir-and-switches): Fix up last change.
3300
b236ab0d
ER
33012008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
3302
10c824b0
JB
3303 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
3304 out of this function, move it to vc-dispatcher-selection-set.
b236ab0d 3305
4ecc0b67
SS
33062008-05-05 Sam Steingold <sds@gnu.org>
3307
3308 * window.el (delete-other-windows-vertically): New function.
3309
d0c66c5b
SM
33102008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * dired.el (dired-read-dir-and-switches):
3313 Obey read-file-name-completion-ignore-case.
3314
ba82b36e
NR
33152008-05-05 Nick Roberts <nickrob@snap.net.nz>
3316
d0c66c5b 3317 * progmodes/compile.el (compilation-error-regexp-alist-alist):
ba82b36e
NR
3318 Add regexp for Open Watcom compiler output.
3319
0c8a412c
SM
33202008-05-05 Phil Sung <psung@mit.edu> (tiny change)
3321
3322 * progmodes/python.el (python-block-pairs): Align finally with except.
3323
11a36f64
SM
33242008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3325
3326 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
3327
8653eee8
SM
33282008-05-05 Tom Tromey <tromey@redhat.com>
3329
3330 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
3331 looking at conflict marker.
3332
6494957a
SM
33332008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3334
3335 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
3336 client-mode -> vc-client-object, and guess `funcall' was meant.
c8fcd943 3337 (vc-dir-mode): Rename client-mode -> vc-client-mode.
6494957a 3338
95eafb14
DN
33392008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
3340
3341 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
3342 (dbus-debug): Move declarations outside eval-when-compile.
3343
93855d58
RW
33442008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3345
6494957a
SM
3346 * proced.el (proced-command-alist): Fix system-type values.
3347 Fix defcustom.
3348 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
93855d58
RW
3349 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
3350 (proced-sort-start, proced-sort, proced-sort-time): New commands.
3351 (proced-update): Use proced-sorting-scheme. Update modeline.
3352 (proced-send-signal): Use nreverse.
3353 (proced-sorting-scheme-p): New function.
3354
5270bf51
AS
33552008-05-04 Andreas Schwab <schwab@suse.de>
3356
7b913185
AS
3357 * vc.el: Require dired when compiling.
3358
6494957a 3359 * minibuffer.el (completion--insert-strings): Don't delete past bol.
5270bf51 3360
8480ec72
GM
33612008-05-03 Glenn Morris <rgm@gnu.org>
3362
3363 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
3364 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
3365 Simplify compilation requirements.
3366 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
3367 declarations.
3368
a3dd77f7
GM
33692008-05-03 Dave Love <fx@gnu.org>
3370
3371 * progmodes/python.el (python-beginning-of-statement):
3372 Loop at least once (fixes 2008-02-21 change).
3373
a43e3054
EZ
33742008-05-03 Eli Zaretskii <eliz@gnu.org>
3375
3376 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
3377 instead of `length' for comparing length of user and group names.
3378
92d1eebf
ER
33792008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
3380
a3dd77f7 3381 * vc-dispatcher.el: New file, separates out the UI and command
6494957a
SM
3382 execution machinery from VCS-specific logic left in vc.el.
3383 The separation is not yet completely clean, but it's a good start.
3384 * vc.el: This file is about 1700 lines shorter now.
3385 Remove obsolete logentry-check from the backend API.
10c824b0 3386 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
c8fcd943
SM
3387 implementation of the logentry-check method, and it guarded against
3388 a log length limit that has probably been obsolete for 15 years (!).
92d1eebf 3389
5f3ca1ba
SS
33902008-05-02 Sam Steingold <sds@gnu.org>
3391
3392 * progmodes/compile.el (compilation-start): Move setting of
3393 compilation-directory after (funcall mode) as that resets local
3394 variables, this fixes recompile in grep buffers.
3395 * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
3396
5af733c0
ER
33972008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
3398
3399 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
10c824b0
JB
3400 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
3401 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
5af733c0
ER
3402 has one of these and that all are called in compatible ways.
3403 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
10c824b0
JB
3404 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
3405 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
5af733c0
ER
3406 backend has one of these.
3407
457d37ba
SM
34082008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3409
7210c33f
SM
3410 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
3411 initialization into define-abbrev-table. Use :regexp.
3412 (octave-mode-syntax-table): Don't set word syntax for `.
3413
2bd49e46
SM
3414 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
3415 than only value.
3416
330b5098
SM
3417 * dired.el (dired-read-dir-and-switches):
3418 Set minibuffer-completing-file-name and call substitute-in-file-name.
991ae4e4 3419 (dired-format-columns-of-files): Use completion--insert-strings.
330b5098 3420
457d37ba
SM
3421 * minibuffer.el (completion-hilit-commonality): Revert last change:
3422 the leftover code was actually useful.
e5b5b82d 3423 (completion--insert-strings): Use string-width rather than length.
457d37ba 3424
5ad4f91c
SS
34252008-05-02 Sam Steingold <sds@gnu.org>
3426
3427 * vc.el (vc-dir-mode-map): Enable mouse bindings.
3428 (vc-at-event): New macro: run the body at the even location.
3429 (vc-dir-menu, vc-dir-toggle-mark): Use it.
3430 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
375dd2b6 3431 * subr.el (mouse-event-p): Check if the event is mouse-related.
5ad4f91c 3432
bfab7c6e 34332008-05-02 Nick Roberts <nickrob@snap.net.nz>
29e97c1a 3434
457d37ba
SM
3435 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
3436 Don't throw error if no file is found.
29e97c1a 3437
83bd460a
JB
34382008-05-02 Juanma Barranquero <lekktu@gmail.com>
3439
3440 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
3441 (vc-default-state-heuristic): Doc fix.
3442
7ebafc09
JB
34432008-05-02 Richard Sharman <rsharman@pobox.com>
3444
457d37ba 3445 * hilit-chg.el (highlight-changes-mode): Remove references to
7ebafc09
JB
3446 hooks that no longer exist. Because define-minor-mode is used the
3447 hook highlight-changes-mode-hook exists and can do what both the
3448 old hooks used to do. The documentation at the top of the file
3449 was updated to demonstrate this.
3450 (highlight-changes-mode): Remove commented out call to a hook
3451 function that is no longer there.
3452 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
3453
0a299408
ER
34542008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
3455
3456 * vc.el (vc-default-dired-state-info): Change name of primitive
3457 to prettify-state-info, in preparation for ripping out dired mode.
3458 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
3459 to prettify-state-info, in preparation for ripping out dired mode.
17f6a459
JB
3460 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
3461 tries this on a version-controlled buffer. It will do useless or
25e94278 3462 actively bad things on any version control system newer than RCS.
17f6a459
JB
3463 * vc-hooks.el (vc-dired-resynch-file):
3464 * vc.el (vc-dired-resynch-file): Change name of primitive to
3465 vc-directory-resynch-file, preparing to remove dired.
0a299408 3466
80296236
DN
34672008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3468
15ef1eae
DN
3469 * vc-rcs.el (vc-rcs-state): Fix typos.
3470
80296236
DN
3471 * vc.el (vc-register): Change argument order so that the prefix
3472 argument is assigned correctly.
3473 (vc-next-action, vc-dir-register): Update for the above change.
3474
93c0985f
JL
34752008-05-01 Juri Linkov <juri@jurta.org>
3476
3477 * replace.el (occur-read-primary-args): Set default to the car of
3478 regexp-history and display it in the prompt, but don't add to the
3479 list of minibuffer defaults. Bind history-add-new-input to nil to
3480 not add automatically `default'. For empty input return `default'.
3481 Otherwise, add `input' to regexp-history and return it.
3482 (occur-1): Signal an error for the empty regexp.
3483
3484 * progmodes/compile.el (compilation-auto-jump):
3485 Set window point to `pos' explicitly.
3486
3702367b
ER
34872008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
3488
3489 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
3490 when appropriate.
3491 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
3492 we report the 'unregistered state reliably.
3493 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
3494 we report the 'unregistered state reliably.
3495 * vc-git.el (vc-git-state): Call vc-git-unregistered so
3496 we report the 'unregistered state reliably.
3497 * vc-hooks (vc-state): Document that vc-unregistered is
3498 now expected to be returned reliably.
3499 * vc.el (vc-default-dired-state): Change needs-patch state to
3500 needs-update, since the name now shows up in dir-status listings
3501 and was somewhat misleading.
0a299408 3502 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
80296236 3503 immediately after removing the file.
3c73c30e
ER
3504 * vc.el (vc-next-action): More informative messages when a fileset
3505 is in a mixed state or files are missing.
3702367b 3506
a84615c7
SS
35072008-05-01 Sam Steingold <sds@gnu.org>
3508
0a299408 3509 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
a84615c7 3510
581c438c
SM
35112008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3512
3513 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
3514
6f8a4190
DU
35152008-05-01 Daiki Ueno <ueno@unixuser.org>
3516
3517 * epa-file-hook.el: New file split from epa-file.el.
3518 * epa-file.el: Require 'epa-file-hook.
3519 (epa-file-handler): Add autoload cookie.
3520 * loadup.el: Load epa-file-hook.
3521 * startup.el (command-line): Eval the body of auto-encryption-mode.
3522
97c66ed8
DN
35232008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3524
3525 * vc.el (vc-dir-mode-map): Don't bind "r".
3526
7db924c0
DN
3527 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
3528 (vc-hg-status-printer): New function.
3529 (vc-hg-after-dir-status): Deal with copied and renamed files.
3530 (vc-hg-dir-status): Add flag to show copied files.
3531
59f13c2a
JPW
35322008-05-01 John Paul Wallington <jpw@pobox.com>
3533
3534 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
3535 (ibuffer-do-sort-by-recency): Reverse sorting order if last
3536 sorting mode was recency.
3537
3538 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
3539 reverse sorting order if last sorting mode was the sorter's.
3540
7041a99a
JR
35412008-05-01 Jason Rumney <jasonr@gnu.org>
3542
3543 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
3544
b4c5fc9f
JPW
35452008-04-30 John Paul Wallington <jpw@pobox.com>
3546
3547 * ibuffer.el (define-ibuffer-column filename): When the major mode
3548 is `vc-dir-mode' show the buffer's default directory.
3549
e9e19833
JPW
3550 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
3551 major mode is `vc-dir-mode' use the buffer's default directory.
3552
775237d3
SS
35532008-04-30 Sam Steingold <sds@gnu.org>
3554
97e089f6
SS
3555 * vc.el (vc-dir-delete-file): Add.
3556 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
775237d3
SS
3557 (vc-delete-file): Do not barf when the file has been already deleted.
3558
458c4642
DN
35592008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
3560
3561 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
3562
af36f8ed
SM
35632008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
3564
5d8137ab
SM
3565 * progmodes/octave-mod.el (octave-help): New function.
3566 * progmodes/octave-hlp.el: Delete.
3567 * info-look.el (octave-mode): Add operator index.
3568
af36f8ed
SM
3569 * vc.el (vc-checkout): Typo.
3570
5bd20ee6
DN
35712008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
3572
9a3558cb
DN
3573 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
3574 Add "..." in the appropriate places.
a8398387 3575
703b9611 3576 * epa.el (epa-key-list-mode-map): Add more menu entries.
9a3558cb 3577 Add "..." in the appropriate places.
703b9611 3578
4b33a64a
DN
3579 * dired.el (dired-mode-map): Add :help.
3580
5bd20ee6
DN
3581 * vc.el (vc-deduce-fileset): Add new parameter.
3582 (vc-dir-marked-only-files): New function.
3583 (vc-next-action): Don't ignore directories, look at the files
3584 inside them.
3585 (vc-dir-mode): Document how the mark/unmark commands work.
3586
81ff9458
SM
35872008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
3588
bb6da2f8
SM
3589 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3590 Rule out trailing spaces in file and directory names as well.
3591
81ff9458
SM
3592 * minibuffer.el (completion--do-completion): Move point even if the
3593 completion makes no change.
3594 (completion-pcm-try-completion): Fix computation of new point.
3595
2f0adb0b
SM
35962008-04-30 David Hansen <david.hansen@gmx.net>
3597
3598 * dired.el: Require 'cl.
3599
fe3769a6
NR
36002008-04-30 Nick Roberts <nickrob@snap.net.nz>
3601
3602 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
3603 hollow if not in innermost frame.
3604
28bb43e1
SM
36052008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3606
e0607aaa
SM
3607 Make `checkout-model' apply to filesets.
3608 * vc-hooks.el (vc-checkout-model): Rewrite.
3609 (vc-before-save, vc-after-save): Adjust callers accordingly.
3610 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
3611 (vc-transfer-file): Adjust callers accordingly.
3612 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
3613 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
3614 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
3615 instead of vc-checkout-model.
3616 * vc-mcvs.el (vc-mcvs-revert):
3617 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
3618 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
3619 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
3620 * vc-svn.el (vc-svn-checkout-model):
3621 * vc-hg.el (vc-hg-checkout-model):
3622 * vc-git.el (vc-git-checkout-model):
3623 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
3624
b95ced6b
SM
3625 * dired.el (dired-read-dir-and-switches): Replace last change with
3626 a new approach that mixes read-file-name and read-directory-name.
3627
28bb43e1
SM
3628 * files.el (read-buffer-to-switch):
3629 Avoid making assumptions about `other-buffer'.
3630
ac2c49f4
SS
36312008-04-29 Sam Steingold <sds@gnu.org>
3632
3633 * vc.el (vc-dir-mode-hook): Add normal hook.
3634 (vc-dir-mode): Run it.
3635
0715a531
NR
36362008-04-29 Nick Roberts <nickrob@snap.net.nz>
3637
3638 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
3639 Always split windows.
3640 (gdb-speedbar-timer-fn): Only raise frame after user input.
3641 (gdb-same-frame): Reverse initial value.
3642 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
3643
ac2c49f4 3644 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
0715a531
NR
3645 gdb-speedbar-timer-fn.
3646
3e9db557
SM
36472008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
3650
dc9b613e
GM
36512008-04-29 Daiki Ueno <ueno@unixuser.org>
3652
3653 * epa.el (epa-key-list-mode-map): Add menu.
3654 (epa-delete-keys, epa-import-keys): Fix typo.
3655
5bd8042b
GM
36562008-04-29 Glenn Morris <rgm@gnu.org>
3657
3658 * find-cmd.el (top-level): Does not need cl when compiling.
3659
6dfcbe31
SM
36602008-04-29 Phil Jackson <phil@shellarchive.co.uk>
3661
3662 * find-cmd.el: New file.
3663
6138158d
SM
36642008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3665
7372b09c
SM
3666 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
3667 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
3668 (completion-pcm--hilit-commonality): New function.
3669 (completion-pcm-all-completions): Use it.
3670
6138158d
SM
3671 * minibuffer.el (completion-common-substring): Mark obsolete.
3672 (completions-first-difference, completions-common-part):
3673 Move from simple.el.
3674 (completion-hilit-commonality): New fun.
3675 (display-completion-list, completion-emacs21-all-completions)
3676 (completion-emacs22-all-completions): Use it.
3677 * simple.el (completions-first-difference, completions-common-part):
3678 Move to minibuffer.el.
3679 (choose-completion-string): Use field functions and minibufferp.
3680 (completion-setup-function): Don't set completions faces.
3681
51d16e07
GM
36822008-04-29 Glenn Morris <rgm@gnu.org>
3683
3684 * calendar/calendar.el (calendar-nth-named-absday)
3685 (calendar-nth-named-day):
3686 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
3687 * calendar/holidays.el (holiday-float): Doc fixes.
3688
3689 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
3690 the `full' case.
3691
3692 * org/org-agenda.el (calendar-iso-from-absolute):
3693 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
3694 Fix declarations.
3695
ce31e572
NR
36962008-04-28 Nick Roberts <nickrob@snap.net.nz>
3697
3698 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
3699 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
3700 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
3701 (gdb-assembler-custom): Be careful not to match other addresses.
3702
20d4381e
JR
37032008-04-29 Jason Rumney <jasonr@gnu.org>
3704
3705 * battery.el (battery-status-function): Use w32-battery-status
3706 on Windows.
3707 (battery-echo-area-format): Make apm format the general case.
3708 (battery-mode-line-format): Merge apm and pmset formats as the
3709 general case.
3710
4b23c5eb
NR
37112008-04-29 Nick Roberts <nickrob@snap.net.nz>
3712
6138158d
SM
3713 * progmodes/gdb-ui.el (gdb-info-stack-custom):
3714 Use gud-tool-bar-item-visible-no-fringe.
4b23c5eb
NR
3715 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
3716 is already visible in frame. Remove optional size parameter
3717 and add optional frame parameter.
3718
3719 * progmodes/gud.el (gud-display-line): Only consider visible
3720 frames when looking for source buffer.
3721
6593e735
CY
37222008-04-28 Chong Yidong <cyd@stupidchicken.com>
3723
3724 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
3725 argument to get-char-property, in case the current buffer hasn't
3726 been assigned to that window yet.
3727 (doc-view-display): Default to selected window if the current
3728 buffer hasn't been assigned to a window yet.
3729
385da4e7
VJL
37302008-04-28 Vinicius Jose Latorre <bzg@altern.org>
3731
3732 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
3733
67321a57
MA
37342008-04-28 Michael Albinus <michael.albinus@gmx.de>
3735
3736 * net/tramp.el (tramp-mode): New defcustom.
d0c66c5b
SM
3737 (tramp-file-name-handler, tramp-completion-file-name-handler):
3738 Use it.
67321a57
MA
3739 (tramp-replace-environment-variables): Handle "$$".
3740
bfd57731
SS
37412008-04-28 Sam Steingold <sds@gnu.org>
3742
3743 * vc-hg.el (vc-hg-rename-file): Fix argument order.
3744
f5c06341
BG
37452008-04-28 Bastien Guerry <bzg@altern.org>
3746
3747 * whitespace.el (whitespace-trailing): Fix typo.
3748
c5de0a17
SS
37492008-04-28 Sam Steingold <sds@gnu.org>
3750
3751 * textmodes/remember.el (diary-make-entry): Update the autoload.
3752
602f074a
SM
37532008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3754
3755 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
3756 all-completions.
3757
fb8a6326
JB
37582008-04-28 Juanma Barranquero <lekktu@gmail.com>
3759
3760 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
3761
6e61fbe1
DN
37622008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
3763
3764 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
3765 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
3766 (vc-dir-mark-file): Add an optional argument.
3767 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
3768
bfeee9d1
DN
37692008-04-27 Daiki Ueno <ueno@unixuser.org>
3770
96cfaafc
GM
3771 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
3772 rather than obsolete alias find-file-hooks.
3773 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
3774 Use find-file-hook rather than obsolete alias find-file-hooks.
3775 Add to find-file-not-found-functions.
bfeee9d1
DN
3776 (epa-file-handler): Put 'safe-magic and 'operations properties.
3777
3778 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
3779 (epa-menu-items): Remove.
3780
3781 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
3782 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
3783 (epa-dired-mode, epa-global-dired-mode): Remove.
3784
3785 * dired.el (dired-mode-map): Bind encryption/decryption commands.
3786
3787 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
3788
3789 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
3790
b576c580
GM
37912008-04-27 Glenn Morris <rgm@gnu.org>
3792
3793 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
3794 Remove un-needed local `orig-list'. Replace cl `copy-list'.
3795
176b6c03
CD
37962008-04-27 Carsten Dominik <dominik@science.uva.nl>
3797
90fce910 3798 * org/org.el (org-html-level-start): Always have id's in HTML.
176b6c03
CD
3799 (org-export-as-html): Use `org-link-protocols' to
3800 retrieve the export form of the link.
602f074a
SM
3801 (org-add-link-type): Final parameter renamed from PUBLISH.
3802 Better documentation of how it is to be used. Avoid double entries for
176b6c03
CD
3803 the same link type.
3804 (org-add-link-props): New function.
3805 (org-modules-loaded): New variable.
3806 (org-load-modules-maybe, org-set-modules): New function.
3807 (org-modules): New option.
3808 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
3809 (orgtbl-mode, org-store-link, org-insert-link-global)
3810 (org-open-at-point): Call `org-load-modules-maybe'.
3811 (org-search-view): Add more text properties.
3812 (org-agenda-schedule, org-agenda-deadline): Allow also in
3813 search-type agendas.
3814 (org-search-view): Order of arguments has been changed.
3815 Interpret prefix-arg as TODO-ONLY.
3816 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
3817 Take new argument order of `org-search-view' into account.
3818 (org-todo-only): New variable.
3819 (org-search-syntax-table): New variable and function.
3820 (org-search-view): Do the search with the special syntax table.
3821 (define-obsolete-function-alias): Make work with XEmacs.
3822 (org-add-planning-info): Use old date as default when modifying an
3823 existing deadline or scheduled item.
3824 (org-agenda-compute-time-span): Make argument N optional.
3825 (org-agenda-format-date-aligned): Require `cal-iso'.
87b69e9d 3826 (org-agenda-list): Include week into agenda heading, don't
176b6c03
CD
3827 list it at each date (only on Mondays).
3828 (org-read-date-analyze): Define local variable `iso-date'.
3829 (org-agenda-format-date-aligned): Remove dependency on
3830 `calendar-time-from-absolute'.
3831 (org-remember-apply-template, org-go-to-remember-target):
3832 Interpret filenames relative to `org-directory'.
3833 (org-complete): Silently fail when trying to complete
3834 keywords that don't have a default value.
602f074a
SM
3835 (org-get-current-options): Add a #+DATE: option.
3836 (org-additional-option-like-keywords): Remove "DATE:" from the
176b6c03 3837 list of additional keywords.
602f074a 3838 (org-export-as-html): Remove (current-time) as unnecessary second
176b6c03 3839 argument of `format-time-string'.
90fce910 3840 (org-clock-find-position): Handle special case at end of buffer.
176b6c03
CD
3841 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
3842 `org-agenda-change-time-span'.
3843 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
3844 `org-agenda-change-time-span'.
3845 (org-agenda-month-view): New argument MONTH, pass it on to
3846 `org-agenda-change-time-span'.
90fce910 3847 (org-agenda-year-view): New argument YEAR, pass it on to
176b6c03
CD
3848 `org-agenda-change-time-span'.
3849 (org-agenda-change-time-span): New optional argument N, pass it on
3850 to `org-agenda-compute-time-span'.
3851 (org-agenda-compute-time-span): New argument N, interpret it by
3852 changing the starting day.
3853 (org-small-year-to-year): New function.
602f074a 3854 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
90fce910
JB
3855 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
3856 into the future, and that the shift is at least one interval, never 0.
3857 (org-update-checkbox-count): Fix bug with checkbox counting.
176b6c03 3858 (org-add-note): New command.
602f074a 3859 (org-add-log-setup): Rename from `org-add-log-maybe'.
176b6c03
CD
3860 (org-log-note-headings): New entry for plain notes (i.e. notes not
3861 related to state changes or clocking).
90fce910 3862 (org-get-org-file): Check for availability of `remember-data-file'.
176b6c03
CD
3863 (org-cached-entry-get): Allow a regexp value for
3864 `org-use-property-inheritance'.
3865 (org-use-property-inheritance): Allow regexp value. Fix bug in
3866 customization type.
3867 (org-use-tag-inheritance): Allow a list and a regexp value for
3868 this variable.
90fce910
JB
3869 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
3870 (org-entry-get): Respect value `selective' for the INHERIT argument.
176b6c03
CD
3871 (org-tag-inherit-p, org-property-inherit-p): New functions.
3872 (org-agenda-format-date-aligned): Allow 10 characters for
3873 weekday, to acomodate German locale.
3874 (org-add-archive-files): New function.
90fce910 3875 (org-agenda-files): New argument `ext', to get archive files as well.
176b6c03
CD
3876 (org-tbl-menu): Protect the use of variables that
3877 are only available when org-table.el gets loaded.
3878 (org-read-agenda-file-list): Error if `org-agenda-files' is a
3879 single directory.
3880 (org-open-file): Allow a batch process to trigger
3881 waiting after executing a system command.
3882 (org-store-link): Link to headline when there is not
3883 target and no region in an org-mode buffer when creating a link.
3884 (org-link-types-re): New variable.
3885 (org-make-link-regexps): Compute `org-link-types-re'.
3886 (org-make-link-description-function): New option.
3887 (org-agenda-date, org-agenda-date-weekend): New faces.
3888 (org-archive-sibling-heading): New option.
3889 (org-archive-to-archive-sibling): New function.
3890 (org-iswitchb): New command.
3891 (org-buffer-list): New function.
3892 (org-agenda-columns): Also try the #+COLUMNS line in
3893 the buffer associated with the entry at point (or with the first
3894 entry in the agenda view).
3895 (org-modules): Add entry for org-bibtex.el.
602f074a
SM
3896 (org-completion-fallback-command): Move into `org-completion' group.
3897 (org-clock-heading-function): Move to `org-progress' group.
176b6c03
CD
3898 (org-auto-repeat-maybe): Make sure that a note can
3899 be enforces if `org-log-repeat' is `note'.
90fce910
JB
3900 (org-modules): Allow additional symbols for external packages.
3901 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
176b6c03 3902 (org-clock-goto): Hide drawers after showing an
a35cae74 3903 entry with `org-clock-goto'.
90fce910
JB
3904 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
3905 Try also a clocktable block shift.
176b6c03
CD
3906 (org-clocktable-try-shift): New function.
3907 (org-columns-hscoll-title): New function.
3908 (org-columns-previous-hscroll): New variable.
3909 (org-columns-full-header-line-format): New variable.
3910 (org-columns-display-here-title, org-columns-remove-overlays):
3911 Install `org-columns-hscoll-title' in post-command-hook.
3912
3913 * org/org.el: Split into many small files.
3914
3915 * org/org-agenda.el: New file, split off from org.el.
3916
3917 * org/org-archive.el: New file, split off from org.el.
3918
3919 * org/org-bbdb.el: New file.
3920
3921 * org/org-bibtex.el: New file, split off from org.el.
3922
3923 * org/org-clock.el: New file, split off from org.el.
3924
3925 * org/org-colview.el: New file, split off from org.el.
3926
3927 * org/org-compat.el: New file, split off from org.el.
3928
3929 * org/org-exp.el: New file, split off from org.el.
3930
3931 * org/org-faces.el: New file, split off from org.el.
3932
3933 * org/org-gnus.el: New file, split off from org.el.
3934
3935 * org/org-info.el: New file, split off from org.el.
3936
3937 * org/org-infojs.el: New file.
3938
3939 * org/org-irc.el: New file.
3940
3941 * org/org-macs.el: New file, split off from org.el.
3942
3943 * org/org-mew.el: New file.
3944
3945 * org/org-mhe.el: New file, split off from org.el.
3946
3947 * org/org-publish.el: New file, split off from org.el.
3948
3949 * org/org-remember.el: New file, split off from org.el.
3950
3951 * org/org-rmail.el: New file, split off from org.el.
3952
3953 * org/org-table.el: New file, split off from org.el.
3954
3955 * org/org-vm.el: New file, split off from org.el.
3956
3957 * org/org-wl.el: New file, split off from org.el.
3958
39592008-04-27 Jason Riedy <jason@acm.org>
3960
3961 * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
3962 parameter that supresses lines that evaluate to NIL.
3963 (orgtbl-get-fmt): New inline function for
3964 picking apart formats that may be lists.
3965 (orgtbl-apply-fmt): New inline function for applying formats that
3966 may be functions.
3967 (orgtbl-eval-str): New inline function for strings that may be
3968 functions.
3969 (orgtbl-format-line, orgtbl-to-generic): Use and document.
3970 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
3971 (*orgtbl-llfmt*, *orgtbl-llstart*)
3972 (*orgtbl-llend*): Dynamic variables for last-line formatting.
3973 (orgtbl-format-section): Shift formatting to support detecting the
3974 last line and formatting it specially.
3975 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
3976 formats unless overridden.
3977 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
3978 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
3979 bound variables to hold the input collection of lines and output
3980 formatted text.
90fce910 3981 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
176b6c03
CD
3982 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
3983 format parameters.
3984 (orgtbl-format-line): New function encapsulating formatting for a
3985 single line.
3986 (orgtbl-format-section): Similar for each section. Rebinding the
3987 dynamic vars customizes the formatting for each section.
3988 (orgtbl-to-generic): Use orgtbl-format-line and
3989 orgtbl-format-section.
3990 (org-get-param): Now unused, so delete.
3991 (orgtbl-gather-send-defs): New function to
3992 gather all the SEND definitions before a table.
3993 (orgtbl-send-replace-tbl): New function to find the RECEIVE
3994 corresponding to the current name.
3995 (orgtbl-send-table): Use the previous two functions and implement
3996 multiple destinations for each table.
3997
3998 * doc/org.texi (A LaTeX example): Note that fmt may be a
3999 one-argument function, and efmt may be a two-argument function.
4000 (Radio tables): Document multiple destinations.
4001
40022008-04-27 Carsten Dominik <dominik@science.uva.nl>
4003
4004 * org/org-agenda.el (org-add-to-diary-list): New function.
4005 (org-prefix-has-effort): New variable.
4006 (org-sort-agenda-noeffort-is-high): New option.
4007 (org-agenda-columns-show-summaries)
4008 (org-agenda-columns-compute-summary-properties): New options.
4009 (org-format-agenda-item): Compute the duration of the item.
4010 (org-agenda-weekend-days): New variable.
4011 (org-agenda-list, org-timeline): Use the proper faces for dates in
4012 the agenda and timeline buffers.
4013 (org-agenda-archive-to-archive-sibling): New command.
4014 (org-agenda-start-with-clockreport-mode): New option.
4015 (org-agenda-clockreport-parameter-plist): New option.
4016 (org-agenda-clocktable-mode): New variable.
4017 (org-agenda-deadline-leaders): Allow a function value for the
4018 deadline leader.
4019 (org-agenda-get-deadlines): Deal with new function value.
4020
4021 * lisp/org-clock.el (org-clock): New customization group.
4022 (org-clock-into-drawer, org-clock-out-when-done)
90fce910 4023 (org-clock-in-switch-to-state, org-clock-heading-function):
602f074a 4024 Move into the new group.
176b6c03
CD
4025 (org-clock-out-remove-zero-time-clocks): New option.
4026 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
4027 (org-dblock-write:clocktable): Allow a Lisp form for the scope
4028 parameter.
602f074a 4029 (org-dblock-write:clocktable): Fix bug with total time calculation.
90fce910 4030 (org-dblock-write:clocktable): Request the unrestricted list of files.
176b6c03 4031 (org-get-clocktable): New function.
90fce910
JB
4032 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
4033 be strings but also integers (an absolute day number) and lists (m d y).
176b6c03
CD
4034
4035 * org/org-colview.el (org-columns-next-allowed-value)
90fce910 4036 (org-columns-edit-value): Limit the effort for updating in the
176b6c03 4037 agenda to recomputing a single file.
90fce910
JB
4038 (org-columns-compute): Only write property value if it has changed.
4039 This avoids raising the buffer-change-flag unnecessarily.
176b6c03
CD
4040 (org-agenda-colview-summarize)
4041 (org-agenda-colview-compute): New functions.
4042 (org-agenda-columns): Call `org-agenda-colview-summarize'.
4043
4044 * org/org-exp.el (org-export-run-in-background): New option.
4045 (org-export-icalendar): Allow a batch process to trigger waiting
4046 after executing a system command.
602f074a 4047 (org-export-preprocess-string): Rename from
176b6c03
CD
4048 `org-cleaned-string-for-export'.
4049 (org-export-html-style): Made target class look like normal text.
4050 (org-export-as-html): Make use of the better proprocessing in
4051 `org-cleaned-string-for-export'.
4052 (org-cleaned-string-for-export): Better treatment of heuristic
4053 targets, many more internal links will now work in HTML export.
90fce910 4054 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
176b6c03
CD
4055 (org-export-inbuffer-options-extra): New variable.
4056 (org-export-options-filters): New hook.
4057 (org-infile-export-plist): Find also the settings keywords in
4058 `org-export-inbuffer-options-extra'.
4059 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
4060 multiple #+INFOJS_OPT lines.
4061 (org-export-html-handle-js-options): New function.
4062 (org-export-html-infojs-setup): New option.
4063 (org-export-as-html): Call `org-export-html-handle-js-options'.
4064 Add autoload to all entry points.
4065 (org-skip-comments): Function removed.
4066
4067 * org/org-table.el (org-table-make-reference): Extra parenthesis
4068 around single fields, to make sure that algebraic formulas get
4069 correctly interpreted by calc.
4070 (org-table-current-column): No longer interactive.
4071
90fce910 4072 * org/org-export-latex.el (org-export-latex-preprocess):
602f074a 4073 Rename from `org-export-latex-cleaned-string'.
176b6c03
CD
4074
40752008-04-27 Bastien Guerry <bzg@altern.org>
4076
4077 * org/org-publish.el (org-publish-get-base-files-1): New function.
4078 (org-publish-get-base-files): Use it.
4079 (org-publish-temp-files): New variable.
4080 Don't require 'dired-aux anymore.
4081 (org-publish-initial-buffer): New variable.
4082 (org-publish-org-to, org-publish): Use it.
4083 (org-publish-get-base-files-1): Bug fix: get
4084 the proper list of files when recursing thru a directory.
4085 (org-publish-get-base-files): Use the :exclude property to skip
4086 both files and directories.
4087
87bdd2c7
MA
40882008-04-27 Michael Albinus <michael.albinus@gmx.de>
4089
4090 * net/tramp.el (tramp-handle-make-symbolic-link)
4091 (tramp-handle-file-name-directory)
4092 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
4093 (tramp-do-copy-or-rename-file-directly)
4094 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
4095 (tramp-handle-substitute-in-file-name)
4096 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4097 * net/tramp-cache.el (tramp-get-file-property)
4098 (tramp-set-file-property, tramp-flush-file-property)
4099 (tramp-flush-directory-property)
4100 * net/tramp-compat.el (tramp-compat-make-temp-file)
602f074a
SM
4101 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
4102 Disable `file-name-handler-alist' when handling localname.
4103 It could have a remote file syntax, like a VMS file name.
87bdd2c7 4104
2788143d
VJL
41052008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4106
4107 * whitespace.el: New version 11.1.
4108 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
90fce910 4109 enclosed by \\( and \\)$. Docstring fix.
2788143d
VJL
4110 (whitespace-trailing-regexp): Fun removed.
4111 (whitespace-report-list): Const initialization fix.
4112 (whitespace-color-on): Code fix.
4113
581c438c
SM
41142008-04-27 Andreas Schwab <schwab@suse.de>
4115
4116 * Makefile.el: Unbreak bootstrap.
4117
c23c3394
MA
41182008-04-27 Michael Albinus <michael.albinus@gmx.de>
4119
4120 * net/tramp.el (tramp-replace-environment-variables): New defun.
4121 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
4122 Use it.
4123
cba1a4bd
GM
41242008-04-27 Glenn Morris <rgm@gnu.org>
4125
f279aaab
GM
4126 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
4127
cba1a4bd
GM
4128 * calculator.el (calculator-expt): Replace cl function `oddp'.
4129
212df363
GM
41302008-04-27 Johan Bockgård <bojohan@gnu.org>
4131
4132 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
602f074a
SM
4133 Simplify. Collect `defun' and `autoload' entries.
4134 Avoid modifying load-history.
212df363 4135
f441b81f
GM
41362008-04-26 Glenn Morris <rgm@gnu.org>
4137
4138 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
4139
4140 * simple.el (quoted-insert, zap-to-char): Revert previous change.
4141
cfea581f
JPW
41422008-04-26 John Paul Wallington <jpw@pobox.com>
4143
4144 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
4145 `hexl-mode-old-eldoc-documentation-function'.
4146 (hexl-mode-exit): Restore it.
4147 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
4148
4149 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
4150
57895fe2
JB
41512008-04-26 Juanma Barranquero <lekktu@gmail.com>
4152
4153 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
4154 (completion-pcm--all-completions): Doc fix.
4155 (completion-styles-alist, completion-all-completions):
4156 Fix typos in docstrings.
4157
ae68f2d8
VJL
41582008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4159
4160 * whitespace.el: There is now only one variable (whitespace-style) to
90fce910
JB
4161 specify which kind of blank is visualized. Doc and docstring fix.
4162 New version 11.0.
ae68f2d8
VJL
4163 (whitespace-style): New option, replace whitespace-style-mark and
4164 whitespace-style-color.
4165 (whitespace-style-mark, whitespace-style-color): Options removed.
4166 (whitespace-hspace, whitespace-tab, whitespace-newline)
4167 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
4168 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
4169 (whitespace-hspace-regexp, whitespace-space-regexp)
4170 (whitespace-tab-regexp, whitespace-trailing-regexp)
4171 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
4172 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
4173 (whitespace-space-after-tab-regexp, whitespace-line-column)
4174 (whitespace-display-mappings, whitespace-report): Docstring fix.
4175 (whitespace-color-value-list, whitespace-mark-value-list)
4176 (whitespace-active-color, whitespace-active-mark)
4177 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
4178 (whitespace-style-value-list, whitespace-active-style)
4179 (whitespace-toggle-style): New vars.
57895fe2
JB
4180 (whitespace-toggle-option-alist, whitespace-help-text):
4181 Var initialization and docstring fix.
ae68f2d8
VJL
4182 (whitespace-toggle-options, global-whitespace-toggle-options)
4183 (whitespace-cleanup, whitespace-cleanup-region)
4184 (whitespace-report-region, whitespace-interactive-char)
4185 (whitespace-toggle-list): Docstring and code fix.
4186 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
4187 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
4188 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
4189 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
4190
341dd15a 41912008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
43392d12
SM
4192
4193 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
4194 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
4195 (diff-sanity-check-hunk): Adjust code accordingly.
4196
1ea193a2
GM
41972008-04-26 Glenn Morris <rgm@gnu.org>
4198
4199 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
4200
4201 * forms-d2.dat: Move to ../etc.
4202 * forms-d2.el (forms-file): Adapt for above change.
4203
4204 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
4205 `translation-table-for-input'.
4206
4207 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
4208 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
4209
4210 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
4211 to punctuation now it's not needed for abbrevs.
4212 (fortran-mode-abbrev-table): Remove defvar, make use of new
4213 define-abbrev-table :regexp feature.
4214
4215 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
4216 insert, now that translation-table-for-input is not needed.
4217
42182008-04-26 Johannes Weiner <hannes@saeurebad.de>
4219
4220 * emacs-lisp/pp.el (pp-display-expression): New function,
4221 extracted from pp-eval-expression.
4222 (pp-eval-expression): Use pp-display-expression.
4223 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
4224 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
4225 (pp-eval-last-sexp): Use pp-last-sexp.
4226
34200787
SM
42272008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4228
9e2a4d4d
SM
4229 * abbrev.el (define-abbrev-table): Apply props even if the table
4230 exists already.
4231
34200787
SM
4232 * minibuffer.el (completion-table-with-context): Fix `pred' for the
4233 various kinds of completion tables.
4234 (completion-emacs22-try-completion): Place cursor after the /, as was
4235 done in Emacs-22's minibuffer-complete-word.
4236 Fix bug reported by David Hansen <david.hansen@gmx.net>.
4237 (completion-emacs22-try-completion): Merge all mergable text rather
4238 than just /.
4239 (completion-pcm--delim-wild-regex): New var.
4240 (completion-pcm-word-delimiters): New custom.
4241 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
4242 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
4243 (completion-pcm--all-completions, completion-pcm-all-completions)
4244 (completion-pcm--merge-completions, completion-pcm--pattern->string)
4245 (completion-pcm-try-completion): New functions.
4246 (completion-styles-alist): Add them.
4247 (completion-styles): Add it to the default.
4248
7b8ce2d7
NR
42492008-04-25 Nick Roberts <nickrob@snap.net.nz>
4250
4251 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
4252 (gdb-var-create-handler): ...until here when there are values.
4253 (gdb-post-prompt): Don't do -var-update with no watch expressions.
4254 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
4255
0e5016a6
EZ
42562008-04-25 Eli Zaretskii <eliz@gnu.org>
4257
4258 * ls-lisp.el (ls-lisp-format): Fix last change.
df3d23ee
EZ
4259 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
4260 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
4261 (ls-lisp-filesize-f-fmt): New defvars.
4262 (ls-lisp-insert-directory): Dynamically compute format specifiers
4263 for displaying UID, GID, and file size, and store them in the
4264 above variables.
4265 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
4266 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
4267 instead of constant format strings.
4268 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
4269 ls-lisp-filesize-d-fmt instead of constant format strings.
0e5016a6 4270
ed466c8e
NR
42712008-04-24 Nick Roberts <nickrob@snap.net.nz>
4272
4273 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
4274 value of addresses rather than (partial) string value.
4275 (gdb-frame-handler): Change regexp according to above change.
66186865
NR
4276 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
4277 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
4278 (gdb-assembler-mode): Disable undo in these buffers.
ed466c8e 4279
4ad21635
MA
42802008-04-24 Michael Albinus <michael.albinus@gmx.de>
4281
fb8a6326
JB
4282 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
4283 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
4ad21635 4284
800aaa89
SS
42852008-04-24 Sam Steingold <sds@gnu.org>
4286
4287 * textmodes/remember.el (remember-diary-extract-entries): Use
4288 diary-make-entry instead of the obsolete make-diary-entry.
4289
5d16fdd7
SM
42902008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4291
ca7871a3
SM
4292 * subr.el (translation-table-for-input): Mark as obsolete.
4293
4f3b3482
SM
4294 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
4295
85261854
SM
4296 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
4297
f753f75d 4298 * textmodes/ispell.el (ispell-dictionary-alist-1)
87b69e9d
JB
4299 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
4300 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
f753f75d
SM
4301 (ispell-dictionary-alist-6): Remove.
4302 (ispell-dictionary-base-alist): New var, merges the above.
4303 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
4304 Use it.
4305 (ispell-dictionary-alist): Default to nil. Remove autoload.
4306 (ispell-local-dictionary-alist): Remove autoload.
4307
5d16fdd7
SM
4308 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
4309 (f90-mode-abbrev-table): Use the new :regexp feature.
4310 Merge defvar and mapc into define-abbrev-table.
4311 (f90-imenu-type-matcher): Remove unused `l'.
4312 (f90-imenu-generic-expression): Remove unused `not-ib'.
4313 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
4314 (f90-change-keywords): Use restore-buffer-modified-p.
4315
7a2feca1
GM
43162008-04-24 Glenn Morris <rgm@gnu.org>
4317
d4296db3
GM
4318 * net/goto-addr.el (goto-address-prog-mode):
4319 * progmodes/bug-reference.el (bug-reference-prog-mode):
4320 Define for compiler.
4321
7a2feca1
GM
4322 * minibuffer.el (x-file-dialog): Declare as function.
4323
4324 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
4325 dframe-update-speed rather than obsolete alias speedbar-update-speed.
4326
4327 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
4328 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
4329 work with easymenu. Add :keys where needed.
4330
4331 * calendar/cal-move.el (calendar-scroll-left): Handle case when
4332 event-start is nil.
4333
4334 * calendar/calendar.el (calendar-mode-map): Fix typo.
4335
43362008-04-24 Tom Tromey <tromey@redhat.com>
4337
5d16fdd7
SM
4338 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4339 Document keywords. Add :suppress.
7a2feca1
GM
4340 * pcvs-defs.el (cvs-mode-map): Use :suppress.
4341
4342 * net/goto-addr.el (goto-address-unfontify): New function.
90fce910 4343 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
7a2feca1
GM
4344 (goto-address-fontify-region, goto-address-mode)
4345 (goto-address-prog-mode): New functions.
4346
4347 * progmodes/bug-reference.el: New file.
4348
08861c5c 43492008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9f0d1d6f
YM
4350
4351 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
4352
b7b49316
SM
43532008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4354
4355 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
4356 macros within lambdas.
4357
19c04f39
SM
43582008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4359
4360 * minibuffer.el (completion-try-completion): Add `point' argument.
4361 Change return value.
4362 (completion-all-completions): Add `point' argument.
4363 (minibuffer-completion-help): Pass the new `point' argument.
4364 (completion--do-completion): Pass the whole field to try-completion.
4365 (completion--try-word-completion): Rewrite, making fewer assumptions.
4366 (completion-emacs21-try-completion, completion-emacs21-all-completions)
4367 (completion-emacs22-try-completion, completion-emacs22-all-completions)
4368 (completion-basic-try-completion, completion-basic-all-completions):
4369 New functions.
4370 (completion-styles-alist): Use them.
4371
ce058493 43722008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
caea54f8
SM
4373
4374 * ispell.el (ispell-set-spellchecker-params): New function to make sure
4375 right params and dictionary alists are used after spellchecker changes.
4376 (ispell-aspell-dictionary-alist, ispell-last-program-name)
4377 (ispell-initialize-spellchecker-hook): New variables and hook.
4378 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
4379 (ispell-maybe-find-aspell-dictionaries): Remove.
4380 Calls replaced by (ispell-set-spellchecker-params) calls.
4381 (ispell-have-aspell-dictionaries): Remove.
4382 * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
4383 ispell-set-spellchecker-params.
4384
1160644b
SM
43852008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4386
2f65ac9e
SM
4387 * complete.el (PC-do-completion): Be more robust in the presence of
4388 unexpected values in minibuffer-completion-predicate.
4389
e8a5fe3e
SM
4390 * minibuffer.el (read-file-name): Don't let-bind default-directory.
4391 Only abbreviate default-filename if it's a file.
4392
dbd50d4b
SM
4393 * minibuffer.el (read-file-name-function, read-file-name-predicate)
4394 (read-file-name-completion-ignore-case, insert-default-directory):
4395 New vars, moved from fileio.c.
4396 (read-file-name): New fun, moved from fileio.c.
4397 * cus-start.el: Remove insert-default-directory and
4398 read-file-name-completion-ignore-case.
4399
419625f7
MH
44002008-04-23 Magnus Henoch <mange@freemail.hu>
4401
4402 * tar-mode.el (tar-untar-buffer): If the entry has directory
4403 link type, extract it as a directory even if its file name doesn't
4404 end with a slash. Fixes extraction of NetBSD tar archives.
4405
1b0a6c68
SM
44062008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4407
4408 * server.el (server-start): Also don't get confused by CRs since we
4409 don't quote them.
4410
7a2feca1 44112008-04-23 Nick Roberts <nickrob@snap.net.nz>
8d36ea1b
NR
4412
4413 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
4414 (gdb-set-gud-minor-mode-existing-buffers)
4415 (gdb-info-breakpoints-custom, gdb-get-location)
4416 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
4417 Previously gdb-create-define-alist wasn't always run and added to
4418 after-save-hook.
4419
87b69e9d 4420 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
8d36ea1b 4421
7a2feca1 44222008-04-23 Kevin Ryde <user42@zip.com.au>
5e01f1ca
SM
4423
4424 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
4425 comments like unindented ones.
4426
7a2feca1 44272008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
108b164d
YM
4428
4429 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
4430 parameter origins.
4431
7a2feca1 44322008-04-23 Kevin Ryde <user42@zip.com.au>
23643307 4433
a113b3ca
MB
4434 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4435 Bind print-level to ensure output forms aren't truncated if
4436 print-level is set to eval-expression-print-level when going via
4437 eval-defun and friends, or has been otherwise fiddled with.
9e362b84 4438
7a2feca1 44392008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e362b84 4440
a113b3ca
MB
4441 * progmodes/cc-mode.el (c-basic-common-init): Don't set
4442 font-lock-extend-after-change-region-function globally.
ddfca4e6 4443
e96a8d6d
JB
44442008-04-23 Juanma Barranquero <lekktu@gmail.com>
4445
4446 * speedbar.el (speedbar-use-tool-tips-flag)
4447 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
4448 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
4449 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
4450 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
4451 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
4452 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
4453 (speedbar-separator-face): Fix typos in docstrings.
4454 (speedbar-stealthy-function-list, speedbar-verbosity-level)
4455 (speedbar-supported-extension-expressions, speedbar-update-current-file)
4456 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
4457 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
4458 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
4459 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
4460 (speedbar-check-vc-this-line, speedbar-files-line-directory)
4461 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
4462 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
4463 (speedbar-recenter): Doc fixes.
4464 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
4465 declaration and remove redundant info in docstring.
4466
adc3afb0
DN
44672008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4468
c8149699
DN
4469 * vc-git.el (vc-git-status-printer): Deal with directories.
4470
adc3afb0
DN
4471 * vc.el (vc-next-action): Look at more than the first file to
4472 determine the state.
4473
968560df
GM
44742008-04-23 Glenn Morris <rgm@gnu.org>
4475
4476 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
4477 timers. Doc fix.
4478 (dframe-update-speed): Drop support for XEmacs < 20.
4479 (dframe-frame-mode): Drop support for Emacs < 20.
4480 (dframe-set-timer-internal): Drop support for Emacs without timers.
4481 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
4482
4483 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
4484 versions. Add doc-string. Mark as obsolete.
4485
4486 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
4487
4488 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
4489 rather than using an Emacs version test.
4490
4491 * tree-widget.el (tree-widget-image-enable): Use display-images-p
4492 rather than an Emacs version test.
4493
4494 * calendar/cal-china.el (holiday-chinese-qingming)
4495 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
4496 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
4497 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
4498
4499 * calendar/cal-islam.el (holiday-islamic): Doc fix.
4500
968560df
GM
4501 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
4502 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
4503 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
4504
91bd4e50
NR
45052008-04-23 Nick Roberts <nickrob@snap.net.nz>
4506
4507 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
4508 (gdb-previous-frame-pc-address): ...to this.
4509 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
4510 of "info frame" with Gdb 6.4+.
4511 (gdb-stack-list-frames-regexp): New regexp.
87b69e9d 4512 (gdb-frame-handler-1): Parse output of -stack-info-frame.
91bd4e50 4513
034e32b0
JL
45142008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
4515
4516 * tar-mode.el (tar-prefix-offset): New constant.
4517 (tar-header-block-tokenize): Support paths with long names
4518 which use the "ustar" standard.
4519
ebdb6f22
JL
45202008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
4521
4522 * image-dired.el (image-dired-track-original-file)
4523 (image-dired-modify-mark-on-thumb-original-file):
4524 Use `dired-goto-file' instead of `search-forward'. This solves
4525 a bug with finding files where the file name is a subset of other
4526 file names. Doc fix.
4527
d3434a5b
JL
45282008-04-22 Juri Linkov <juri@jurta.org>
4529
4530 * menu-bar.el (buffers-menu-max-size): Move its definition down to
4531 the "Buffers Menu" section. Change group name `mouse' to `menu'.
4532 (yank-menu-length): Change group name `mouse' to `menu'.
4533 (buffers-menu-buffer-name-length): New user option.
4534 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
4535 instead of the hard-coded number 27.
4536
b92368b4
JL
45372008-04-22 Juri Linkov <juri@jurta.org>
4538
4539 * isearch.el (eval-when-compile): Require `help-macro'.
4540 (isearch-help-for-help-internal): Isearch specific Help screen
4541 created by `make-help-screen'.
4542 (isearch-help-map): New variable that binds "b", "k", "m" to
4543 isearch-specific commands, and binds other keys to
4544 isearch-other-control-char, thus allowing other Help keys to
4545 exit isearch mode and execute their global definitions.
4546 (isearch-help-for-help, isearch-describe-bindings)
4547 (isearch-describe-key, isearch-describe-mode): New commands.
4548 (isearch-mode-help): Define alias to isearch-describe-mode
4549 and remove its old function definition.
4550 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
4551 Remove old comments because this issue is settled now.
4552 (isearch-forward): Describe three new Help commands in the docstring.
4553 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
4554 leave the single sentence at the first line of the docstring,
4555 and prepend the word "function" before `isearch-forward'
4556 to make the Help link to the function instead of variable.
4557
45582008-04-22 Juri Linkov <juri@jurta.org>
4559
4560 * isearch.el (isearch-success-function): New variable with default
4561 to `isearch-success-function-default'.
4562 (isearch-search): Call a function from `isearch-success-function'
4563 instead of calling the hard-coded `isearch-range-invisible'.
4564 (isearch-success-function-default): New function that calls
4565 `isearch-range-invisible' and inverts its return value.
4566
4567 * info.el (Info-search): In two similar places that skip
4568 undesired search matches move code to Info-search-success-function,
4569 and call `isearch-success-function' instead.
4570 (Info-search-success-function): New function copied from code
4571 in Info-search. Replace isearch-range-invisible with
4572 text-property-not-all that checks for 'invisible and 'display
4573 properties to skip partially invisible matches (whose display
4574 properties were set by Info-fontify-node).
4575 (Info-mode): Set buffer-local isearch-success-function
4576 to Info-search-success-function.
4577
d3a89b9e
JL
45782008-04-22 Juri Linkov <juri@jurta.org>
4579
4580 * minibuffer.el (internal-complete-buffer-except): New function.
4581
4582 * files.el (read-buffer-to-switch): New function.
4583 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
4584 Change interactive spec to call read-buffer-to-switch instead of
4585 using the letter "B".
4586
4587 * simple.el (minibuffer-default-add-shell-commands): New function.
4588 Use declare-function for mailcap-file-default-commands from "mailcap".
4589 (shell-command): Set local minibuffer-default-add-function to
4590 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
4591 before calling read-shell-command. Set 4th arg default-value of
4592 read-shell-command to relative buffer-file-name in file buffers.
4593
4594 * dired-aux.el (dired-read-shell-command-default): Move it to
4595 gnus/mailcap.el and change its name to more general name
4596 mailcap-file-default-commands.
4597 (minibuffer-default-add-dired-shell-commands): New function.
4598 Use declare-function for mailcap-file-default-commands from "mailcap".
4599 (dired-read-shell-command): Set local minibuffer-default-add-function
4600 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
4601 before calling read-shell-command. Remove dired-read-shell-command-default
4602 from the default value arg because default values are not set in
4603 minibuffer-default-add-dired-shell-commands. Doc fix.
4604
4605 * dired-x.el (dired-smart-shell-command): Sync arguments and
4606 interactive spec with changes in `shell-command'.
4607 Use dired-get-filename to get the dired file name at point
4608 as the default value in dired mode.
4609
d5850019
JB
46102008-04-22 Juanma Barranquero <lekktu@gmail.com>
4611
4612 * info.el (Info-complete-menu-item): Add missing parenthesis.
4613
494858be
SM
46142008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4615
4616 * info.el (Info-complete-menu-item): Save point.
4617
b0a5a021
JB
46182008-04-22 Juanma Barranquero <lekktu@gmail.com>
4619
4620 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
4621
125891f4
AS
46222008-04-22 Andreas Schwab <schwab@suse.de>
4623
b0a5a021
JB
4624 * Makefile.in (emacs-deps): Define.
4625 Use it instead of $(lisp)/subdirs.el.
125891f4 4626
ae67f2d0
DN
46272008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
4628
4629 * vc.el (vc-next-action): Do not consider directories when
4630 checking for state compatibility.
4631 (vc-transfer-file): Use when not if.
4632 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
4633 (vc-dir-mark-file): Use them.
4634 (vc-deduce-fileset): Also return the backend.
4635 (vc-diff-internal): Take as argument the value returned by
4636 vc-deduce-fileset instead of just the fileset.
4637 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
4638 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
4639 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
4640
d5793be3
TH
46412008-04-22 Tassilo Horn <tassilo@member.fsf.org>
4642
4643 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
4644 set-window-vscroll but image-scroll-down. Fixes a bug where a
4645 command following SPC scrolled up again.
4646
af0ca4f2
NR
46472008-04-22 Nick Roberts <nickrob@snap.net.nz>
4648
4649 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
4650 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
2baa22cf 4651 (gud-watch): Add "$" prefix when in registers buffer.
af0ca4f2 4652
b218f371
GM
46532008-04-22 Glenn Morris <rgm@gnu.org>
4654
4655 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
4656
4657 * whitespace.el (whitespace-display-table)
4658 (whitespace-display-table-was-local): Move definitions before use.
4659
4660 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
4661 (copyright-limit): Respect copyright-at-end-flag.
4662 (copyright-re-search, copyright-start-point)
4663 (copyright-offset-too-large-p): New functions.
4664 (copyright-update-year): Use copyright-re-search.
4665 (copyright-update, copyright-fix-years): Use copyright-start-point,
4666 and copyright-re-search.
4667 (copyright): Use copyright-offset-too-large-p.
4668 * add-log.el (change-log-mode): Set copyright-at-end-flag.
4669
4670 * add-log.el (top-level): Require 'cl when compiling.
4671
d23734dc
SM
46722008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4673
c023a34f
SM
4674 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
4675 Treat minibuffer-completion-predicate as a predicate.
4676
f50e56f0
SM
4677 * minibuffer.el (completion--file-name-table): Accept both the old
4678 `dir' arg or the new `pred' arg.
4679
984ddcbc
SM
4680 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
4681 `predicate' argument to pass non-predicate data.
4682 (ffap-read-url-internal, ffap-read-file-or-url-internal):
4683 Use second arg as proper predicate.
4684
ec50e665
SM
4685 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
4686 (vc-bzr-revision-completion-table): Use completion-table-with-context
4687 instead.
4688
d23734dc
SM
4689 * simple.el (choose-completion-string): Use minibuffer-completion-table.
4690
c7a547f7
CY
46912008-04-21 Chong Yidong <cyd@stupidchicken.com>
4692
4693 * term.el (term-emulate-terminal): Perform redisplay after the
4694 process filter has finished running.
4695
3911966b
SM
46962008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4697
39a7428b
SM
4698 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
4699
3911966b
SM
4700 * minibuffer.el (completion-try-completion): Change magic symbol
4701 property name. Rename from minibuffer-try-completion.
4702 (completion-all-completions): Rename from minibuffer-all-completions.
4703 Remove hide-spaces argument.
4704 (completion--do-completion): Rename from minibuffer--do-completion.
4705 (minibuffer-complete-and-exit): Call just try-completion rather than
4706 completion-try-completion to fix up the case.
4707 (completion--try-word-completion): Try to add space or hyphen before
4708 making `string' a prefix of `completion'.
4709 (completion--insert-strings): Rename from minibuffer--insert-strings.
4710
d55fe5bb
MB
47112008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
4712
4713 * net/tls.el (tls-program): Add -ign_eof argument to call the
4714 openssl commands.
4715 (tls-checktrust): Ditto.
4716
61acee99
DN
47172008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
4718
47302633
DN
4719 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
4720
b5446276
DN
4721 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
4722 (vc-check-master-templates, vc-file-not-found-hook)
4723 (vc-kill-buffer-hook):
4724 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
4725 (vc-find-position-by-context, vc-buffer-context)
4726 (vc-restore-buffer-context, vc-responsible-backend)
4727 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
4728 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
4729 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
4730 (vc-version-diff, vc-diff, vc-insert-headers)
4731 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
4732 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
4733 (vc-revert, vc-rollback, vc-version-backup-file)
4734 (vc-rename-master, vc-delete-file, vc-rename-file)
4735 (vc-branch-part, vc-default-retrieve-snapshot)
4736 (vc-annotate-display-autoscale, vc-annotate-display-select)
4737 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
4738 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
4739 (vc-dir-update): Handle directories.
4740 (vc-default-status-printer): Simplify.
4741
61acee99
DN
4742 * progmodes/asm-mode.el (asm-mode-map):
4743 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
4744
4745 * progmodes/m4-mode.el (m4-mode-map): Add menu.
4746
9ba76e6b
CY
47472008-04-21 Kenichi Handa <handa@m17n.org>
4748
4749 * select.el (xselect-convert-to-string): Send a C_STRING only if
4750 the polymorphic target TEXT is requested.
4751
b95c7600
JB
47522008-04-21 Juanma Barranquero <lekktu@gmail.com>
4753
4754 * minibuffer.el (completion-setup-hook, display-completion-list)
4755 (completion--file-name-table): Fix typos in docstrings.
4756 (completion-table-dynamic): Fix typo, and reflow docstring.
4757
a7ce6c7f
AS
47582008-04-20 Andreas Schwab <schwab@suse.de>
4759
4760 * server.el (server-switch-buffer): Also consider clients in the
4761 selected frame.
4762
3a43ea21
NR
47632008-04-19 Nick Roberts <nickrob@snap.net.nz>
4764
b95c7600 4765 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
ed466c8e 4766 Select window clicked on first.
3a43ea21
NR
4767 (gdb): Display thread number in mode-line.
4768 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
4769 (gdb-breakpoints-header): New variable.
4770 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
4771
ece5f847
SM
47722008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4773
14b11401
SM
4774 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
4775 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
4776 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
4777 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
4778 (vc-sccs-print-log): Use it.
4779
4780 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
4781
e80591ba
SM
4782 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
4783 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
4784
ece5f847
SM
4785 * tooltip.el (tooltip-previous-message): New var.
4786 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
4787 the C code (avoid overwriting a minibuffer, restore previous echo
4788 message, ...).
4789 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
4790 Simplify.
4791
72fa7ca9
NR
47922008-04-19 Nick Roberts <nickrob@snap.net.nz>
4793
4794 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
4795 (gdb-init-1): Initialise it.
4796 (gdb-annotation-rules): New entry for "new-thread".
4797 (gdb-thread-identification): New function to customize
4798 mode-line-buffer-identification.
4799 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
4800 (gdb-assembler-mode): Use it.
4801 (gdb-threads-mode): Force "info threads" onto queue.
a5c2e9eb 4802
72fa7ca9 48032008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6a021917 4804
e8dab975
SM
4805 * files.el (locate-file-completion-table): Rename from
4806 locate-file-completion and make it use `pred' in the normal way.
4807 (locate-file-completion): New compatibility wrapper.
4808 (load-library): Use locate-file-completion-table.
6a021917
SM
4809 * finder.el (finder-commentary):
4810 * subr.el (locate-library):
e8dab975
SM
4811 * emacs-lisp/find-func.el (find-library): Likewise.
4812 * info.el: Use with-current-buffer and inhibit-read-only.
4813 (Info-read-node-name-2): Change to use `predicate' in the normal way.
4814 (Info-read-node-name-1): Adjust uses accordingly.
4815
25c0d999
SM
4816 * minibuffer.el (completion-table-with-context): Add support for `pred'.
4817 (completion-table-with-terminator): Don't use complete-with-action
4818 since we have to distinguish all three cases anyway.
4819 (completion-table-with-predicate): New function.
4820 (dynamic-completion-table): Add obsolete alias.
4821
a5c2e9eb
SM
4822 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
4823
d63aa41f
SS
48242008-04-18 Sam Steingold <sds@gnu.org>
4825
4826 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
4827 Use quit-window instead of bury-buffer.
4828
d28cfdc2
SM
48292008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4830
4831 * minibuffer.el (completion-table-with-terminator): Fix last fix.
4832
7f48947e
AS
48332008-04-18 Andreas Schwab <schwab@suse.de>
4834
25c0d999
SM
4835 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4836 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4837 Depend on $(lisp)/subdirs.el.
7f48947e 4838
618cdc81
JB
48392008-04-18 Juanma Barranquero <lekktu@gmail.com>
4840
4841 * descr-text.el (describe-char-after):
4842 Use `define-obsolete-function-alias'.
4843
4844 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
4845
4846 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
4847
4848 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
4849 Remove redundant obsolescence info in docstring.
4850
4851 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
4852 (vc-header-alist): Add WHEN to obsolescence declaration.
4853 (vc-state): Fix typo in docstring.
4854
4855 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
4856 Use `define-obsolete-variable-alias'.
4857
4858 * emulation/tpu-edt.el (tpu-have-ispell):
4859 * international/codepage.el (codepage-setup):
4860 Fix typo in obsolescence declaration.
4861
4862 * international/mule.el (char-coding-system-table):
4863 Remove redundant obsolescence info in docstring.
4864 (charset-list, generic-char-p, set-char-table-default):
4865 Fix typos in obsolescence decarations.
4866
4867 * international/mule-diag.el (non-iso-charset-alist):
4868 Fix typo in obsolescence declaration.
4869 (decode-codepage-char): Remove redundant obsolescence info in docstring.
4870
4871 * font-core.el (font-lock-defaults-alist):
4872 * font-lock.el (font-lock-reference-face):
4873 * frame.el (screen-height, screen-width, set-screen-width)
4874 (set-screen-height):
4875 * hilit-chg.el (highlight-changes-initial-state):
4876 * isearch.el (isearch-return-char):
4877 * log-edit.el (cvs-commit-buffer-require-final-newline)
4878 (cvs-changelog-full-paragraphs):
4879 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
4880 (mouse-popup-menubar-stuff):
4881 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
4882 (mouse-wheel-click-button):
4883 * outline.el (outline-visible):
4884 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
4885 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
4886 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
4887 * progmodes/compile.el (compile-internal):
4888 Add WHEN to obsolescence declarations.
4889
1cb64239
SM
48902008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4891
4892 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
4893 is not better anyway.
4894
ce203001
VJL
48952008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4896
4897 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
4898 properly.
4899
b531ac78
SM
49002008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4901
88bdb6c2
SM
4902 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
4903 (python-use-skeletons): Remove, unused.
4904 (python-skeletons): Remove. Use the abbrev table instead.
618cdc81
JB
4905 (python-mode-abbrev-table): Fix regexp;
4906 add enable-function and case-fixed.
88bdb6c2
SM
4907 (def-python-skeleton): Simplify.
4908 (python-expand-template): Use the abbrev-table and abbrev-insert.
4909 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
4910 Remove.
4911 (python-mode): Don't set pre-abbrev-expand-hook.
4912
1a5ed76f
SM
4913 * skeleton.el: Set coding-tag.
4914
a3709a8c
SM
4915 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
4916 (expand-abbrev): Use it.
4917 (abbrev-table-menu): New function.
4918
e1ca6a5b
SM
4919 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
4920
b531ac78
SM
4921 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
4922
e2b58a40
SS
49232008-04-17 Sam Steingold <sds@gnu.org>
4924
4925 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
4926 idiosyncratic bury-buffer/delete-window logic.
4927
e499351a
JB
49282008-04-17 Juanma Barranquero <lekktu@gmail.com>
4929
4930 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
4931 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
4932
a2a22302
KH
49332008-04-17 Kenichi Handa <handa@m17n.org>
4934
e499351a 4935 * international/characters.el: Don't make the width of U+00AD to 0.
a2a22302 4936
f1f6afd2
NR
49372008-04-17 Nick Roberts <nickrob@snap.net.nz>
4938
4939 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
4940 (gdb, gdb-starting, gdb-frames-mode): Use it.
4941 (gdb-invalidate-frames): Advise to call "info stack" only if
4942 execution has occurred.
4943 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
4944 selected frame if no execution has occurred.
4945 (gdb-frames-force-update): New interactive function.
4946 (gdb-frames-mode-map): Bind it to "F".
4947
df7c744c
MO
49482008-04-17 Michael Olson <mwolson@gnu.org>
4949
4950 * textmodes/remember.el (remember-version): Release Remember 2.0.
4951
7316a2b5 49522008-04-16 Yoni Rabkin <yoni@rabkins.net>
241760a3
SM
4953
4954 * textmodes/artist.el:
4955 * progmodes/vhdl-mode.el:
4956 * progmodes/verilog-mode.el:
4957 * progmodes/vera-mode.el:
4958 * progmodes/simula.el:
4959 * progmodes/ps-mode.el:
4960 * progmodes/cmacexp.el:
4961 * obsolete/hilit19.el:
4962 * emulation/viper.el:
4963 * ediff.el: Cleanup the bug-report email addresses and make sure the
4964 maintainer is still willing to handle bug reports.
4965
eb320d93
DN
49662008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4967
4968 * vc.el (vc-dir-kill-query): Fix thinko.
4969
a588d349
GM
49702008-04-16 Glenn Morris <rgm@gnu.org>
4971
4972 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
4973 by diary-sexp-entry.
4974
f5b00811
SM
49752008-04-16 Markus Triska <markus.triska@gmx.at>
4976
4977 * proced.el (proced-command-alist): Add support for darwin.
4978
e1aec6fb
SM
49792008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4980
079ba9b7
SM
4981 * proced.el (proced-mode): Redefine as just the major-mode.
4982 (proced): Separate it from proced-mode.
4983
e1aec6fb
SM
4984 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
4985
55d1cfe8
VJL
49862008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4987
4988 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
4989 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
4990 `tab-width' setting from user. New version 10.0. Doc and docstring
4991 fix.
4992 (whitespace-style, whitespace-chars): Remove options.
4993 (whitespace-style-mark): New option, replace whitespace-style deleted
4994 option. Fix docstring.
4995 (whitespace-style-color): New option, replace whitespace-chars deleted
4996 option. Fix docstring.
4997 (whitespace-space, whitespace-hspace, whitespace-tab)
4998 (whitespace-newline, whitespace-trailing, whitespace-line)
4999 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
5000 (whitespace-space-after-tab, whitespace-hspace-regexp)
5001 (whitespace-space-regexp, whitespace-tab-regexp)
5002 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
5003 (whitespace-empty-at-eob-regexp, whitespace-line-column)
5004 (whitespace-toggle-option-alist): Fix docstring.
5005 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
5006 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
5007 docstring and initialization.
5008 (global-whitespace-mode): Autoloaded global minor mode.
5009 (whitespace-chars-value-list, whitespace-style-value-list)
5010 (whitespace-active-chars, whitespace-active-style)
5011 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
5012 (whitespace-color-value-list): New var, replace
5013 whitespace-chars-value-list removed var.
5014 (whitespace-mark-value-list): New var, replace
5015 whitespace-style-value-list removed var.
5016 (whitespace-active-color): New var, replace whitespace-active-chars
5017 removed var.
5018 (whitespace-active-mark): New var, replace whitespace-active-style
5019 removed var.
5020 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
5021 removed var.
5022 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
5023 removed var.
5024 (whitespace-toggle-option-alist, whitespace-report-list)
5025 (whitespace-report-text, whitespace-help-text): Fix initialization.
5026 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
5027 (whitespace-toggle-options, global-whitespace-toggle-options)
5028 (whitespace-cleanup-region, whitespace-report-region)
5029 (whitespace-interactive-char): Fix docstring and code.
5030 (whitespace-cleanup, whitespace-report): Fix docstring.
5031 (whitespace-replace-spaces-by-tabs): Remove fun.
5032 (whitespace-replace-action): New fun, replace
5033 whitespace-replace-spaces-by-tabs removed fun.
5034 (whitespace-regexp, whitespace-indentation-regexp)
5035 (whitespace-space-after-tab-regexp, whitespace-insert-value)
5036 (whitespace-kill-buffer): New funs.
5037 (whitespace-insert-option-mark, whitespace-help-on)
5038 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
5039 (whitespace-color-on, whitespace-color-off)
5040 (whitespace-display-char-on): Fix code.
5041
ea89d720
SM
50422008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5043
5044 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
5045 (mouse-throw-magnifier-with-mouse-movement): Remove.
5046 (mouse-throw-magnifier-base): New const.
5047 (mouse-drag-scroll-delta): New fun.
5048 (mouse-drag-throw): Use it.
5049
56ca371a
JB
50502008-04-15 Juanma Barranquero <lekktu@gmail.com>
5051
5052 * international/uni-bidi.el, international/uni-category.el:
5053 * international/uni-combining.el, international/uni-comment.el:
5054 * international/uni-decimal.el, international/uni-decomposition.el:
5055 * international/uni-digit.el, international/uni-lowercase.el:
5056 * international/uni-mirrored.el, international/uni-name.el:
5057 * international/uni-numeric.el, international/uni-old-name.el:
5058 * international/uni-titlecase.el, international/uni-uppercase.el:
5059 * international/charprop.el: Regenerate.
5060
769303ae
DN
50612008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
5062
e8847be3
DN
5063 * vc.el (vc-status-fileinfo): Add new member directoryp.
5064 (vc-default-status-printer): Print directories.
5065 (vc-status-update): Sort files before subdirectories.
5066
56ca371a
JB
5067 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
5068 Add alternative implementation based on "cvs update".
769303ae 5069
1ecc9da7
TH
50702008-04-15 Tassilo Horn <tassilo@member.fsf.org>
5071
5072 * doc-view.el: Changed requirements section to tell that only one
5073 of dvipdf or dvipdfm is needed.
5074 (doc-view-already-converted-p): Fix bug that forced reconversion
5075 if doc was already converted.
5076
fc6dcd06
SM
50772008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5078
56ca371a
JB
5079 * minibuffer.el (minibuffer-message):
5080 Make sure we can put-text-property.
bd5c2732 5081
66787d51
SM
5082 * emacs-lisp/crm.el: Complete rewrite.
5083
9241efbe
SM
5084 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
5085 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
5086 case of an error in display-completion-list.
5087
d8e1753c
SM
5088 * filecache.el (file-cache-completions-keymap): Move init from
5089 file-cache-completion-setup-function into declaration.
5090 (file-cache-minibuffer-complete): Simplify.
5091 (file-cache-completion-setup-function): Use standard-output,
5092 preserve current-buffer.
5093
fc6dcd06 5094 * vc.el (vc-status-update): Fix typo.
010d9729
SM
5095 (vc-status-update): Set needs-update.
5096 (vc-status-refresh): η-reduce.
fc6dcd06 5097
adc95ad6
TH
50982008-04-14 Tassilo Horn <tassilo@member.fsf.org>
5099
5100 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
5101 to image-eol.
5102
1f3e0cb5
AJ
51032008-04-14 Alexandre Julliard <julliard@winehq.org>
5104
5105 * vc.el (vc-status-update): Undo the previous revert.
5106
88893215
SM
51072008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5108
5109 * minibuffer.el (completion-table-with-terminator): Those completions
5110 are never valid w.r.t test-completion.
5111 (completion--file-name-table):
5112 Check completion-all-completions-with-base-size.
5113
3c03f2ce
TH
51142008-04-14 Tassilo Horn <tassilo@member.fsf.org>
5115
53d4c024
TH
5116 * doc-view.el (doc-view-dvipdf-program): New variable.
5117 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
5118 (doc-view-mode-p): Check for doc-view-dvipdf-program as
5119 alternative for doc-view-dvipdfm-program.
5120 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
5121
3c03f2ce 5122 * doc-view.el (doc-view-start-process): Don't set
88893215
SM
5123 default-directory to "~/" if the current value is valid.
5124 This broke PS files that run other files in the same directory.
3c03f2ce 5125
9eef6650
DN
51262008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
5127
5128 * vc.el (vc-status-kill-query): New function.
5129 (vc-status-mode): Add it to kill-buffer-query-functions.
5130 (vc-status-show-fileentry): New function.
5131 (vc-status-menu-map): Bind it. Bind vc-next-action.
5132
bf87d5fc
SM
51332008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5134
5135 * minibuffer.el (minibuffer-message): Put cursor at the right place.
5136
52434c81
RW
51372008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5138
5139 * proced.el (proced-send-signal): Fix error recognition.
5140
e6854b3f
RW
51412008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5142
5143 * proced.el (proced-command-alist): Remove sort column.
bf87d5fc
SM
5144 (proced-command, proced-procname-column):
5145 Use make-variable-buffer-local.
5146 (proced-signal-function): Rename from proced-kill-program.
5147 Allow for elisp symbols and string values representing system calls.
e6854b3f
RW
5148 (proced-marker-regexp, proced-success-message): New functions.
5149 (proced): Use defalias. Add autoload cookie.
5150 (proced-unmark-backward, proced-toggle-marks)
5151 (proced-hide-processes): New commands.
5152 (proced-do-mark): Simplify code.
bf87d5fc 5153 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
e6854b3f
RW
5154 (proced-update): Remove sorting.
5155 (proced-send-signal): Display number of processes to operate on.
bf87d5fc
SM
5156 Allow for system calls or elisp functions to send signals.
5157 Check if signal was sent successfully.
e6854b3f 5158
e2947429
SM
51592008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5160
5161 * minibuffer.el (completion-all-completion-with-base-size): New var.
5162 (completion--some): New function.
5163 (completion-table-with-context, completion--file-name-table):
5164 Return the base-size if requested.
5165 (completion-table-in-turn): Generalize to multiple arguments.
5166 (complete-in-turn): Compatibility alias.
5167 (completion-styles-alist): New var.
5168 (completion-styles): New customization.
5169 (minibuffer-try-completion, minibuffer-all-completions):
5170 New functions.
5171 (minibuffer--do-completion, minibuffer-complete-and-exit)
5172 (minibuffer-try-word-completion): Use them.
5173 (display-completion-list, minibuffer-completion-help): Use them.
5174 Handle all-completions's new base-size info to set completion-base-size.
5175 * info.el (Info-read-node-name-1): Use completion-table-with-context,
5176 completion-table-with-terminator and complete-with-action.
5177 Remove the now obsolete completion-base-size-function property.
5178 * simple.el (completion-list-mode-map): Move init into declaration.
5179 (completion-list-mode): Use define-derived-mode.
5180 (completion-setup-function): Use any completion-base-size that may
5181 have been set before. Remove handling of completion-base-size-function.
5182 * loadup.el: Move abbrev.el up earlier.
5183
d41080ca
AJ
51842008-04-13 Alexandre Julliard <julliard@winehq.org>
5185
5186 * vc-git.el (vc-git-after-dir-status-stage)
5187 (vc-git-dir-status-goto-stage): New functions.
5188 (vc-git-after-dir-status-stage1)
5189 (vc-git-after-dir-status-stage1-empty-db)
e2947429 5190 (vc-git-after-dir-status-stage2): Remove, functionality moved
d41080ca
AJ
5191 into the new generic stage functions.
5192 (vc-git-dir-status-files): New function.
5193
90fce910
JB
5194 * vc.el (vc-status-update): Revert an incorrect rewrite.
5195 Add some comments.
d41080ca
AJ
5196 (vc-status-refresh-files): New function.
5197 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
5198 state of up-to-date files.
5199 (vc-default-dir-status-files): New function.
5200
017c22fe
JB
52012008-04-13 Juanma Barranquero <lekktu@gmail.com>
5202
5203 * minibuffer.el (completion--embedded-envvar-table)
5204 (read-file-name-internal): Fix typos in 2008-04-11 change.
5205
5206 * faces.el (read-face-name): Use `completion-table-in-turn',
5207 not `complete-in-turn'.
5208
f0d732ae
AS
52092008-04-13 Andreas Schwab <schwab@suse.de>
5210
5211 * progmodes/etags.el: Require 'cl when compiling.
5212
5ca4f28e
NR
52132008-04-12 Nick Roberts <nickrob@snap.net.nz>
5214
3ee7281c
NR
5215 * progmodes/gud.el (gud-menu-map): Expand tooltip.
5216
5ca4f28e
NR
5217 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
5218 (menu): Add/expand menu tooltips.
5219
07d5b8c1
DN
52202008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5221
63616f52
DN
5222 * progmodes/sh-script.el (sh-show-indent): Fix typo.
5223 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
5224
07d5b8c1
DN
5225 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
5226 considered registered.
5227
c12b5b00
RS
52282008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5229
017c22fe 5230 * emacs-lisp/copyright.el (copyright-update-directory): New command.
470fc354 5231
c12b5b00
RS
5232 * ediff-wind.el (ediff-split-window-function)
5233 (ediff-merge-split-window-function): Improve custom type.
5234
beec574c
EZ
52352008-04-12 Eli Zaretskii <eliz@gnu.org>
5236
5237 * loadup.el ("minibuffer"): Move after "faces".
5238
fb970f91
SM
52392008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5240
5241 * progmodes/hideif.el (hif-factor): Handle unary minus.
5242
cd6ef82d
GM
52432008-04-12 Glenn Morris <rgm@gnu.org>
5244
5245 * calendar/cal-china.el (chinese-calendar-time-zone):
5246 Mark obsolete name as risky too.
5247
5248 * calendar/calendar.el (calendar-faces): New custom group.
017c22fe
JB
5249 (calendar-today, diary, holiday): Doc fix.
5250 Move to calendar-faces group.
cd6ef82d
GM
5251 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
5252 (diary-button): Doc fix. Move to calendar-faces group.
5253
5254 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5255 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
5256 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
5257 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
5258 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
5259 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
5260 not in dumped files before the associated defcustom.
5261
6c763a30 52622008-04-11 Johan Bockgård <bojohan@gnu.org>
69e018a7
JB
5263
5264 * minibuffer.el (lazy-completion-table): Fix debug spec.
5265
21622c6d
SM
52662008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5267
5268 * minibuffer.el (complete-with-action, lazy-completion-table):
5269 Move from subr.el.
5270 (apply-partially, completion-table-dynamic)
5271 (completion-table-with-context, completion-table-with-terminator)
5272 (completion-table-in-turn): New funs.
5273 (completion--make-envvar-table, completion--embedded-envvar-table):
5274 New funs.
5275 (read-file-name-internal): Use them.
5276 (completion-setup-hook): Move from simple.el.
5277 * subr.el (complete-with-action, lazy-completion-table):
5278 * simple.el (completion-setup-hook): Move to minibuffer.el.
5279
6b6a6f9e
GM
52802008-04-11 Glenn Morris <rgm@gnu.org>
5281
5282 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
5283
23c2e0e4
SM
52842008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5285
fb970f91
SM
5286 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
5287
d4b9fe4b
SM
5288 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
5289
d87be1df
SM
5290 * textmodes/fill.el (fill-forward-paragraph-function): New var.
5291 (fill-forward-paragraph): New fun.
5292 (fill-paragraph, fill-region): Use it.
5293
c1b51374
SM
5294 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
5295 (vc-status-create-fileinfo): Make `extra' optional.
5296 (vc-status-busy): New fun.
5297 (vc-status-menu-map): Use it.
5298 (vc-status-crt-marked): Remove.
5299 (vc-status-update): Rename from vc-status-add-entries.
5300 Add argument so as to prevent addition of entries. Rewrite.
5301 (vc-update-vc-status-buffer): Remove.
5302 (vc-status-refresh): Don't remove old entries, set them to
5303 up-to-date instead. Also do it after the update is complete.
5304 (vc-status-marked-files): η-reduce.
5305
da5a7abb
SM
5306 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
5307 for non-dialogs.
5308
23c2e0e4 5309 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
d4b9fe4b 5310
23c2e0e4
SM
5311 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
5312
6c763a30 53132008-04-11 Jan Djärv <jan.h.d@swipnet.se>
5ca2bc08
JD
5314
5315 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
5316 to t and don't truncate msg.
5317
d463476b
GM
53182008-04-11 Glenn Morris <rgm@gnu.org>
5319
5320 * calendar/calendar.el (diary, holidays):
5321 Move custom groups to other files.
5322 (holiday-general-holidays, holiday-oriental-holidays)
5323 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
5324 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
5325 (holiday-hebrew-holidays, holiday-christian-holidays)
5326 (holiday-islamic-holidays, holiday-bahai-holidays)
5327 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
5328 * calendar/diary-lib.el: Move custom group here from calendar.el.
5329 * calendar/holidays-lib.el: Move custom group and variables here
5330 from calendar.el.
5331
5332 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
5333
5334 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5335 Fix custom group.
5336 (calendar-current-time-zone-cache): Autoload riskiness.
5337
5338 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
5339
0159b08c
CY
53402008-04-11 Chong Yidong <cyd@stupidchicken.com>
5341
d1f4c56c 5342 * woman.el (woman2-TH): Use string-equal instead of string-match.
0159b08c 5343
0e05d8fc
SM
53442008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5345
5346 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
5347 (smerge-resolve): Merge the "2-way refinement" case with one half of
5348 the "mere whitespace" resolution.
5349
21f7bc38
DN
53502008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
5351
5352 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
5353
f01d54ca
JB
53542008-04-10 Juanma Barranquero <lekktu@gmail.com>
5355
2b69ccfd
JB
5356 * subr.el (assoc-ignore-case, assoc-ignore-representation):
5357 Add WHEN to obsolescence declaration.
5358
f01d54ca
JB
5359 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
5360
7fbb4797
DN
53612008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
5362
5363 * vc-hooks.el (vc-state): Add new state `conflict'.
5364 (vc-after-save): Use when not if.
5365 (vc-default-mode-line-string): Deal with the conflict state.
87b69e9d 5366 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
7fbb4797 5367
87b69e9d 5368 * vc.el (vc-editable-p, vc-default-status-printer)
7fbb4797
DN
5369 (vc-next-action): Deal with the conflict state.
5370 (vc-mark-resolved): New function.
5371 (vc-status-mode): Fix mode name.
5372 (vc-default-comment-history): Use when not if.
5373 (Todo): Add new entries, remove old ones.
5374
5375 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
87b69e9d 5376 (vc-cvs-parse-status, vc-cvs-after-dir-status):
7fbb4797
DN
5377 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
5378 Detect the conflict state.
5379
7d354178
DN
5380 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
5381
66d20000
GM
53822008-04-10 Glenn Morris <rgm@gnu.org>
5383
eda0be5a
GM
5384 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
5385 Respect truncate-partial-width-windows in non-full windows,
5386 with regards to :toggle and :enable state.
5387
627bb5dc
GM
5388 * simple.el (toggle-truncate-lines): Doc fix.
5389
66d20000
GM
5390 * Makefile.in (MH_E_DIR): New variable.
5391 (MH_E_SRC): Restore variable removed 2008-03-13.
5392 (mh-loaddefs.el): Depend on $MH_E_SRC.
5393 (CAL_DIR, CAL_SRC): New variables.
5394 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
5395 Depend on CAL_SRC.
5396
5397 * calendar/calendar.el (calendar, diary): Add :prefix.
5398 (holidays): Change :prefix.
5399 (calendar-today, holiday, calendar-holiday-marker)
5400 (european-calendar-style): Change custom groups.
5401
5402 * calendar/calendar.el (diary-hook, diary-display-hook):
5403 Move to diary-lib.el.
5404 * calendar/diary-lib.el (diary-hook, diary-display-hook):
5405 Move here from calendar.el.
5406 * calendar/appt.el: Require diary-lib rather than calendar.
5407 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
5408
5409 * calendar/appt.el (appt): Add :prefix.
5410
5411 * calendar/diary-lib.el (diary-hook): Doc fix.
6e81a223 5412 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
66d20000 5413
d2925a49
SM
54142008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5415
34b67b0f
SM
5416 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
5417 New functions.
5418
d2925a49
SM
5419 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
5420 the arg to recursive calls.
5421
8292bedd
JB
54222008-04-09 Juanma Barranquero <lekktu@gmail.com>
5423
5424 * minibuffer.el (completion-auto-help): Fix typo.
5425
8f49a725
SM
54262008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5427
5428 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
5429
eb562962
MA
54302008-04-09 Michael Albinus <michael.albinus@gmx.de>
5431
5bad3140
SM
5432 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
5433 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
eb562962 5434
ba5ff07b
SM
54352008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5436
5bad3140
SM
5437 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
5438
ba5ff07b
SM
5439 * minibuffer.el (minibuffer): Move group from cus-edit.el.
5440 (completion-auto-help): Move from C code.
5441 (minibuffer--maybe-completion-help): Remove.
5442 (minibuffer--bitset): New function.
5443 (minibuffer--do-completion): Rename from minibuffer-do-completion.
5444 Renumber a bit. Really complete on string *before* point.
5445 Add argument used for word-completion.
5446 Join trailing / in completion with following text, as done in
5447 minibuffer-complete-word.
5448 Handle new value `lazy' for completion-auto-help.
5449 (minibuffer-try-word-completion): New function extracted from
5450 minibuffer-complete-word.
5451 (minibuffer-complete-word): Use minibuffer--do-completion.
5452 (minibuffer--insert-strings): Rename from
5453 minibuffer-complete-insert-strings.
5454 (exit-minibuffer): Fix typo.
5455 * cus-edit.el (minibuffer): Move group to minibuffer.el.
5456 * cus-start.el: Remove completion-auto-help.
5457
beac4378
AJ
54582008-04-09 Alexandre Julliard <julliard@winehq.org>
5459
5460 * vc.el (vc-status-add-entries): New function.
ba5ff07b
SM
5461 (vc-status-add-entry): Remove.
5462 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
5463 Use vc-status-add-entries.
beac4378
AJ
5464
5465 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
5466 order.
5467
3dc94c30
JR
54682008-04-09 Jason Rumney <jasonr@gnu.org>
5469
5470 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
5471 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
5472 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
5473 (AUTOGENEL): New variable.
5474 (distclean, maintainer-clean): New targets.
5475
51876899
CY
54762008-04-09 Chong Yidong <cyd@stupidchicken.com>
5477
ba5ff07b
SM
5478 * emacs-lisp/regexp-opt.el (regexp-opt):
5479 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
51876899 5480
4a146f3b
JR
54812008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
5482
5483 * nxml/nxml-mode.el (nxml-cleanup): New function.
5484 (nxml-mode): Add it to change-major-mode-hook.
5485
6c763a30 54862008-04-09 Jan Djärv <jan.h.d@swipnet.se>
418fddf5
JD
5487
5488 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
5489
03fdd674
JB
54902008-04-09 Juanma Barranquero <lekktu@gmail.com>
5491
5492 * calc/.cvsignore: New file.
5493
6c763a30 54942008-04-09 Jan Djärv <jan.h.d@swipnet.se>
14c0a34d 5495
44a17812
JD
5496 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
5497
14c0a34d
JD
5498 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
5499 show-help-function when turning tooltip off.
5500 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
5501 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
5502
bae8ad55
AM
55032008-04-09 Alan Mackenzie <acm@muc.de>
5504
5505 * font-lock.el (font-lock-extend-after-change-region-function):
5506 Make it buffer local.
5507
0e7d8edb
GM
55082008-04-09 Glenn Morris <rgm@gnu.org>
5509
5510 * calendar/calendar.el (diary-file, european-calendar-style):
5511 Remove autoload cookies.
5512
799224fe
DN
55132008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5514
5515 * outline.el (outline-mode-menu-bar-map):
5516 * log-view.el (log-view-mode-menu):
5517 * log-edit.el (log-edit-menu): Add :help.
5518
2d9653c4
CY
55192008-04-09 Chong Yidong <cyd@stupidchicken.com>
5520
03fdd674
JB
5521 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5522 Use substring-no-properties for correct handling of unibyte strings.
2d9653c4 5523
0b2b62ff
SM
55242008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5525
bac2f6bc
SM
5526 * add-log.el (change-log-next-buffer): Handle the case where version<
5527 signals an error.
5528
0b2b62ff
SM
5529 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
5530 mouse-major-mode-menu.
5531 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
5532 (mouse-major-mode-menu, mouse-popup-menubar)
5533 (mouse-popup-menubar-stuff): Use them.
5534 (C-down-mouse-3): Bind to a dynamic map rather than to
5535 mouse-popup-menubar-stuff.
2d9653c4 5536
0b2b62ff
SM
5537 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
5538 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
5539
fd064451
DN
55402008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5541
5542 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
5543 file:// access method.
5544
32bae13c
SM
55452008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5546
5547 * minibuffer.el: New file.
6e6c6aaf 5548 * loadup.el: Load it.
32bae13c 5549
2378f044
SM
55502008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5551
b4f9af73
SM
5552 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
5553 rather than subdirs.el. It introduces an ugly circular dependency, tho.
5554
20732e0b 5555 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
2378f044
SM
5556 (calc-mode-map, calc-digit-map, calc-dispatch-map):
5557 Move initialization into declaration.
5558 * calc/calc-yank.el:
5559 * calc/calc-misc.el:
5560 * calc/calc-embed.el:
32bae13c 5561 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
2378f044 5562
2e8cf9a7
MA
55632008-04-08 Michael Albinus <michael.albinus@gmx.de>
5564
5565 * ps-samp.el (ps-add-printer, ps-remove-printer)
5566 (ps-make-dynamic-printer-menu): New functions.
5567
5568 * net/zeroconf.el: New file.
5569
4e740fd0
SM
55702008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5571
5572 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
5573
031f1766
DN
55742008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5575
5576 * vc-rcs.el (vc-rcs-modify-change-comment):
5577 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
5578
5579 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
5580
20e3d3f1
JB
55812008-04-08 Juanma Barranquero <lekktu@gmail.com>
5582
80e3310b
JB
5583 * international/mule-cmds.el (set-locale-environment): Don't warn if
5584 coding system doesn't agree with system locale (this reverts changes
5585 by Dave Love, dated 2002-10-27 and 2002-10-09).
5586
20e3d3f1
JB
5587 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5588 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
5589
5590 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
5591
d92bcf94
GM
55922008-04-08 Glenn Morris <rgm@gnu.org>
5593
3f651ee6
GM
5594 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
5595 * textmodes/remember.el (remember-diary-convert-entry):
5596 Require calendar.
5597
612b0592
GM
5598 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
5599 diary-file, since it is the default for make-diary-entry anyway.
5600
d92bcf94
GM
5601 * calendar/cal-menu.el (cal-menu-event-to-date):
5602 Rename calendar-event-to-date. Update callers.
5603 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
5604 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
5605 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
5606 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
5607 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
5608 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
5609 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
5610 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
5611 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
5612 (calendar-mouse-tex-month-landscape):
5613 Rename cal-tex-mouse-month-landscape.
5614 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
5615 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
5616 (calendar-mouse-tex-year-landscape):
5617 Rename cal-tex-mouse-year-landscape.
5618 (cal-menu-context-mouse-menu): Update for above name changes.
5619
5620 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5621 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5622 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
5623 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
5624 * calendar/holidays.el: Replace int-to-string with number-to-string.
5625
18cba22a
CY
56262008-04-08 Chong Yidong <cyd@stupidchicken.com>
5627
5628 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
5629 region if point moves.
5630
239cfbd7
KH
56312008-04-08 Kenichi Handa <handa@m17n.org>
5632
5633 * faces.el (font-slant-table): Change numeric values for `r',
5634 `roman', and `normal'.
5635
6c763a30 56362008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
5dab0f46 5637
20e3d3f1 5638 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
5dab0f46
JB
5639
56402008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
5641
5642 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
5643 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
5644
dff6f37f
MA
56452008-04-07 Michael Albinus <michael.albinus@gmx.de>
5646
5647 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
5648 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
5649
1906dec4
SM
56502008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5651
5652 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
5653
49ec8931
SS
56542008-04-07 Sam Steingold <sds@gnu.org>
5655
5656 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
5657 Add helper functions.
1906dec4 5658 (lisp-do-defun): Extract the common part of lisp-eval-defun and
49ec8931
SS
5659 lisp-compile-defun; DEFVAR forms reset the variables to the init
5660 values, just like in emacs-lisp mode eval-defun.
5661 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
5662 (lisp-compile-region): Use lisp-compile-string.
5663
14cfebb9
SM
56642008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5665
9f2bd2e7
SM
5666 * subr.el (combine-and-quote-strings): Also quote strings that contain
5667 the separator.
5668
14cfebb9
SM
5669 * pcvs-util.el (cvs-map): Avoid recursion :-(
5670
eee6134c
GM
56712008-04-07 Glenn Morris <rgm@gnu.org>
5672
763f360c
GM
5673 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
5674
eee6134c
GM
5675 * calendar.el (diary-view-entries-initially-flag): Rename
5676 view-diary-entries-initially. Keep old name as alias, update users.
5677 (calendar-mark-diary-entries-flag): Rename
5678 mark-diary-entries-in-calendar. Keep old name as alias, update users.
5679 (calendar-view-holidays-initially-flag): Rename
5680 view-calendar-holidays-initially. Keep old name as alias, update users.
5681 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
5682 Keep old name as alias, update users.
5683 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
5684 Keep old name as alias, update users.
5685 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
5686 Keep old name as alias, update users.
5687 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
5688 Keep old name as alias, update users.
5689 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
5690 (diary-american-date-forms): Rename american-date-diary-pattern.
5691 Keep old name as alias, update users.
5692 (diary-european-date-forms): Rename european-date-diary-pattern.
5693 Keep old name as alias, update users.
5694 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
5695 Keep old name as alias, update users.
5696 (calendar-european-date-display-form): Rename
5697 european-calendar-display-form. Keep old name as alias, update users.
5698 (calendar-american-date-display-form): Rename
5699 european-calendar-display-form. Keep old name as alias, update users.
5700 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
5701 Keep old name as alias, update users.
5702 (holiday-general-holidays): Rename general-holidays.
5703 Keep old name as alias, update users.
5704 (holiday-oriental-holidays): Rename oriental-holidays.
5705 Keep old name as alias, update users.
5706 (holiday-local-holidays): Rename local-holidays.
5707 Keep old name as alias, update users.
5708 (holiday-other-holidays): Rename other-holidays.
5709 Keep old name as alias, update users.
5710 (holiday-hebrew-holidays): Rename hebrew-holidays.
5711 Keep old name as alias, update users.
5712 (holiday-christian-holidays): Rename christian-holidays.
5713 Keep old name as alias, update users.
5714 (holiday-islamic-holidays): Rename islamic-holidays.
5715 Keep old name as alias, update users.
5716 (holiday-bahai-holidays): Rename bahai-holidays.
5717 Keep old name as alias, update users.
5718 (holiday-solar-holidays): Rename solar-holidays.
5719 Keep old name as alias, update users.
5720 (diary-fancy-buffer): Rename fancy-diary-buffer.
5721 Keep old name as alias, update users.
5722 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
5723 Update users.
5724 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
5725 Update users.
5726 (calendar-increment-month): Rename increment-calendar-month.
5727 Keep old name as alias, update callers.
5728 (calendar-increment-month-cons): Rename old calendar-increment-month.
5729 Update callers.
5730 (calendar-extract-month): Rename extract-calendar-month.
a35cae74 5731 Keep old name as alias, update callers.
eee6134c
GM
5732 (calendar-extract-day): Rename extract-calendar-day.
5733 Keep old name as alias, update callers.
5734 (calendar-extract-year): Rename extract-calendar-year.
5735 Keep old name as alias, update callers.
5736 (calendar-generate-window): Rename generate-calendar-window.
5737 Update callers.
5738 (calendar-generate): Rename generate-calendar. Update callers.
5739 (calendar-generate-month): Rename generate-calendar-month.
5740 Update callers.
5741 (calendar-redraw): Rename redraw-calendar. Update callers.
5742 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
5743 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
5744 Update callers.
5745 (calendar-update-mode-line): Rename update-calendar-mode-line.
5746 Update callers.
5747 (calendar-exit): Rename exit-calendar. Keep old name as alias,
5748 update callers.
5749 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
5750 Keep old name as alias, update callers.
5751 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5752 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
5753 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
5754 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
5755 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
5756 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
5757 * calendar/solar.el: Update for calendar.el name changes.
5758 * org/org.el (org-agenda-format-date-aligned)
5759 (org-agenda-execute-calendar-command): Access date elements directly
5760 rather than using calendar functions.
5761 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
5762 Also set calendar-view-diary-initially-flag,
a35cae74 5763 calendar-view-holidays-initially-flag.
eee6134c
GM
5764 (org-get-entries-from-diary): Also set diary-fancy-buffer.
5765 (org-agenda-execute-calendar-command): No need to set displayed-day.
5766
f172d0f8
AM
57672008-04-06 Alan Mackenzie <acm@muc.de>
5768
5769 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
5770 typo in the doc string.
5771
af0cbf8c
JB
5772 * progmodes/cc-mode.el (c-basic-common-init):
5773 Set font-lock-extend-after-change-region-function.
f172d0f8
AM
5774 (c-extend-after-change-region): New function, used in
5775 font-lock-extend-after-change-region-function, thus superseding
5776 advice on the Font Lock after change functions.
5777 (c-advise-fl-for-region): Remove this macro.
eee6134c 5778
e039c773
RS
57792008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5780
af0cbf8c
JB
5781 * textmodes/flyspell.el (flyspell-duplicate-distance):
5782 Improve custom type.
e039c773 5783
9ee4e581
GM
57842008-04-06 Glenn Morris <rgm@gnu.org>
5785
5786 * calendar/diary-lib.el (diary-sexp-entry-symbol):
5787 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
5788 (diary-list-entries-hook): Rename list-diary-entries-hook.
5789 Keep old name as alias, update users.
5790 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
5791 Keep old name as alias, update users.
5792 (diary-nongregorian-listing-hook): Rename
5793 nongregorian-diary-listing-hook. Keep old name as alias, update users.
5794 (diary-nongregorian-marking-hook): Rename
5795 nongregorian-diary-marking-hook. Keep old name as alias, update users.
5796 (diary-print-entries-hook): Rename print-diary-entries-hook.
5797 Keep old name as alias, update users.
5798 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
5799 Keep old name as alias, update users.
5800 (diary-number-of-entries): Rename number-of-diary-entries.
5801 Keep old name as alias, update users.
5802 (view-diary-entries, list-diary-entries, show-all-diary-entries):
5803 Give version of obsolescence.
5804 (diary-view-other-diary-entries): Rename view-other-diary-entries.
5805 Keep old name as alias, update callers.
5806 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
5807 update callers.
5808 (diary-include-other-diary-files): Rename include-other-diary-files.
5809 Keep old name as alias, update callers.
5810 (diary-simple-display): Rename simple-diary-display.
5811 Keep old name as alias, update callers.
5812 (diary-fancy-display): Rename fancy-diary-display.
5813 Keep old name as alias, update callers.
5814 (diary-print-entries): Rename print-diary-entries.
5815 Keep old name as alias, update callers.
5816 (diary-marking-entries-flag): Rename marking-diary-entries.
5817 Update users.
5818 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
5819 (diary-mark-entries): Rename mark-diary-entries.
5820 Keep old name as alias, update callers.
5821 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
5822 Keep old name as alias, update callers.
5823 (diary-mark-included-diary-files): Rename mark-included-diary-files.
5824 Keep old name as alias, update callers.
5825 (calendar-mark-days-named): Rename mark-calendar-days-named.
5826 Keep old name as alias, update callers.
5827 (calendar-mark-month): Rename mark-calendar-month.
5828 Keep old name as alias, update callers.
5829 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
5830 Keep old name as alias, update callers.
5831 (diary-sort-entries): Rename sort-diary-entries.
5832 Keep old name as alias, update callers.
5833 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
5834 Keep old name as alias, update callers.
5835 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
5836 update callers.
5837 (diary-insert-entry): Rename insert-diary-entry.
5838 Keep old name as alias.
5839 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
5840 Keep old name as alias.
5841 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
5842 Keep old name as alias.
5843 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
5844 Keep old name as alias.
5845 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
5846 Keep old name as alias.
5847 (diary-insert-block-entry): Rename insert-block-diary-entry.
5848 Keep old name as alias.
5849 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
5850 Keep old name as alias.
5851 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
5852 Keep old name as alias, update users.
5853 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
5854 Keep old name as alias, update callers.
5855 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
56ca371a 5856 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
9ee4e581
GM
5857 * calendar/icalendar.el: Update for diary-lib name changes.
5858
00f69e7e
CY
58592008-04-06 Chong Yidong <cyd@stupidchicken.com>
5860
5861 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
5862
af0cbf8c
JB
5863 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
5864 for copy, move, and link operations.
00f69e7e 5865
a5254f37 58662008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
00f69e7e 5867
af0cbf8c
JB
5868 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
5869 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
00f69e7e 5870
af0cbf8c
JB
5871 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
5872 'require' statements with 1-argument ones (wrapped in if's).
5873 For compatibility with the current stable version of XEmacs.
00f69e7e 5874
4dc22208
DN
58752008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
5876
8c34d83e 5877 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
4dc22208 5878
36ef8f08
JR
58792008-04-06 Jason Rumney <jasonr@gnu.org>
5880
5881 * language/burmese.el ("Burmese"): Make sample text consistent with
5882 language name.
5883
5a97c289
NR
58842008-04-06 Nick Roberts <nickrob@snap.net.nz>
5885
5886 * progmodes/gdb-ui.el (gdb): New group.
5887 (gdb-debug-log-max, gdb-enable-debug)
5888 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
5889 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
5890 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
5891 (gdb-show-changed-values, gdb-max-children)
5892 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
5893 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
5894 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
5895 (gdb-memory-unit): Move to new group from GUD group.
5896 (menu): Allow customization from GDB-UI menu-item.
5897
6bf99ef3
CY
58982008-04-05 Chong Yidong <cyd@stupidchicken.com>
5899
5900 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
5901
5bc6ddff 59022008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
389ea1e5 5903
5bc6ddff
MB
5904 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
5905 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5906 Revision numbers can include ".".
689840b9 5907
5bc6ddff
MB
5908 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
5909 "+" lines not accounted for by counting "-" and context lines.
689840b9 5910
5bc6ddff 59112008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
e6b71a8f 5912
5bc6ddff
MB
5913 * term/mac-win.el (mac-service-open-file): Use file URL instead of
5914 file name string.
e6b71a8f 5915
5bc6ddff 59162008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
a161b46d 5917
5bc6ddff
MB
5918 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
5919 (vc-bzr-annotate-time): Accept space used to preserve alignment.
a161b46d 5920
5bc6ddff 59212008-04-05 Richard Stallman <rms@gnu.org>
a0fa505b 5922
5bc6ddff 5923 * emacs-lisp/advice.el (defadvice): Add usage pattern.
a0fa505b 5924
5bc6ddff 59252008-04-05 Nick Roberts <nickrob@snap.net.nz>
438dd27d 5926
5bc6ddff
MB
5927 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
5928 thread in [h-e-w]).
438dd27d 5929
afe9998d
JB
59302008-04-05 Juanma Barranquero <lekktu@gmail.com>
5931
5932 * files.el (abort-if-file-too-large): Fix typo in docstring.
5933
fc944cd4
SM
59342008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5935
5936 * subr.el (functionp): Return nil for special forms.
5937
94b73aef
GM
59382008-04-05 Glenn Morris <rgm@gnu.org>
5939
5940 * emacs-lisp/autoload.el (autoload-ensure-default-file):
5941 Provide a feature.
5942 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
5943 Require loaddef file rather than loading it.
5944 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
5945 autoload-ensure-default-file provides a feature.
5946
5947 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
5948 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
5949 (compile, compile-always, recompile): Use $LOADDEFS.
5950 (cal-autoloads): Remove.
5951
5952 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
5953 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
5954
31487c0e
GM
5955 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
5956 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
5957
afe9998d
JB
5958 * calendar/calendar.el (diary-hebrew-entry-symbol):
5959 Rename hebrew-diary-entry-symbol. Keep old name as alias.
31487c0e
GM
5960 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
5961 Keep old name as alias.
5962 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
5963 Keep old name as alias.
5964 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
5965 to diary-bahai-entry-symbol.
5966 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
5967 to diary-hebrew-entry-symbol.
5968 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
5969 to diary-islamic-entry-symbol.
5970 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
5971
a9df811d
GM
5972 * calendar/solar.el (diary-sabbath-candles-minutes)
5973 (diary-sabbath-candles): Move to cal-hebrew.
5974 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
5975 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
5976 Doc fix. Keep old name as alias.
d347df4f 5977 (diary-hebrew-sabbath-candles): Simplify.
a9df811d
GM
5978 (solar-setup, solar-sunrise-sunset, calendar-latitude)
5979 (calendar-longitude, calendar-time-zone): Declare for compiler.
5980 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
5981 rename.
5982
06bfc982
GM
5983 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
5984 Rename coptic-calendar-month-name-array. Update callers.
5985 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
5986 (calendar-coptic-name): Rename coptic-name. Update callers.
5987 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
5988 Update callers.
64981d1a
SM
5989 (calendar-coptic-last-day-of-month):
5990 Rename coptic-calendar-last-day-of-month. Update callers.
06bfc982
GM
5991 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
5992 Keep old name as alias, update callers.
5993 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
5994 Keep old name as alias, update callers.
5995 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
5996 Keep old name as alias.
64981d1a
SM
5997 (calendar-ethiopic-month-name-array):
5998 Rename ethiopic-calendar-month-name-array. Update callers.
06bfc982
GM
5999 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
6000 Update callers.
6001 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
6002 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
6003 Keep old name as alias, update callers.
6004 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
6005 Keep old name as alias, update callers.
6006 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
6007 Keep old name as alias.
6008
64981d1a
SM
6009 * calendar/cal-french.el (calendar-french-epoch):
6010 Rename french-calendar-epoch. Update callers.
06bfc982
GM
6011 (calendar-french-month-name-array): Rename variable and function
6012 french-calendar-month-name-array. Update callers.
64981d1a
SM
6013 (calendar-french-multibyte-month-name-array):
6014 Rename french-calendar-multibyte-month-name-array. Update callers.
06bfc982
GM
6015 (calendar-french-day-name-array): Rename variable and function
6016 french-calendar-day-name-array. Update callers.
6017 (calendar-french-special-days-array): Rename variable and function
6018 french-calendar-special-days-array. Update callers.
64981d1a
SM
6019 (calendar-french-multibyte-special-days-array):
6020 Rename french-calendar-multibyte-special-days-array. Update callers.
06bfc982
GM
6021 (calendar-french-accents-p): Rename french-calendar-accents.
6022 Update callers.
6023 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
6024 Update callers.
64981d1a
SM
6025 (calendar-french-last-day-of-month):
6026 Rename french-calendar-last-day-of-month. Update callers.
06bfc982
GM
6027 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
6028 Keep old name as alias, update callers.
6029 (calendar-french-print-date): Rename calendar-print-french-date.
6030 Keep old name as alias, update callers.
6031 (calendar-french-goto-date): Rename calendar-goto-french-date.
6032 Keep old name as alias.
6033
6034 * calendar/cal-menu.el, calendar/calendar.el:
64981d1a 6035 Update for Coptic and French name changes.
06bfc982 6036
7e254548
GM
6037 * calendar/cal-china.el (calendar-chinese): Rename custom group
6038 from chinese-calendar. Update users.
6039 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
6040 Keep old name as alias, update users.
6041 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
6042 Keep old name as alias.
6043 (calendar-chinese-daylight-time-offset):
6044 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
6045 update users.
6046 (calendar-chinese-standard-time-zone-name):
6047 Rename chinese-calendar-standard-time-zone-name.
6048 Keep old name as alias, update users.
6049 (calendar-chinese-daylight-saving-start):
6050 Rename chinese-calendar-daylight-savings-starts.
6051 Keep old name as alias, update users.
6052 (calendar-chinese-daylight-saving-end):
6053 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
6054 update users.
6055 (calendar-chinese-daylight-saving-start-time):
6056 Rename chinese-calendar-daylight-savings-starts-time.
6057 Keep old name as alias, update users.
6058 (calendar-chinese-daylight-saving-end-time):
6059 Rename chinese-calendar-daylight-savings-ends-time.
6060 Keep old name as alias, update users.
6061 (calendar-chinese-celestial-stem): Rename
6062 calendar-chinese-celestial-stem. Keep old name as alias, update users.
6063 (calendar-chinese-terrestrial-branch):
6064 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
6065 update users.
6066 (calendar-chinese-zodiac-sign-on-or-after):
6067 Rename chinese-zodiac-sign-on-or-after. Update callers.
6068 (calendar-chinese-new-moon-on-or-after):
6069 Rename chinese-new-moon-on-or-after. Update callers.
6070 (calendar-chinese-month-list): Rename chinese-month-list.
6071 Update callers.
6072 (calendar-chinese-number-months): Rename number-chinese-months.
6073 Update callers.
6074 (calendar-chinese-compute-year): Rename compute-chinese-year.
6075 Update callers.
6076 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
6077 (calendar-chinese-year): Rename chinese-year. Update callers.
6078 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
6079 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
6080 Keep old name as alias, update callers.
6081 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
6082 Keep old name as alias, update callers.
6083 (calendar-chinese-months-to-alist):
6084 Rename make-chinese-month-assoc-list. Update callers.
6085 (calendar-chinese-months): Rename chinese-months. Update callers.
6086 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
6087 Keep old name as alias, update callers.
6088
8c34d83e 6089 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
7e254548
GM
6090 Rename hebrew-calendar-leap-year-p. Update callers.
6091 (calendar-hebrew-last-month-of-year):
6092 Rename hebrew-calendar-last-month-of-year. Update callers.
6093 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
6094 Update callers.
6095 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
6096 Update callers.
6097 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
6098 Update callers.
6099 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
6100 Update callers.
6101 (calendar-hebrew-last-day-of-month):
6102 Rename hebrew-calendar-last-day-of-month. Update callers.
6103 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
6104 Keep old name as alias, update callers.
6105 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
6106 Keep old name as alias, update callers.
6107 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
6108 Keep old name as alias, update callers.
6109 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
6110 Keep old name as alias.
6111 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
6112 Keep old name as alias.
6113 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
6114 Keep old name as alias.
6115 (holiday-hebrew-passover): Rename holiday-passover-etc.
6116 Keep old name as alias.
6117 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
6118 Keep old name as alias, update callers.
6119 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
6120 Keep old name as alias.
6121 (calendar-hebrew-mark-date-pattern):
6122 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
6123 update callers.
6124 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
6125 Keep old name as alias.
6126 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
6127 Keep old name as alias.
6128 (diary-hebrew-insert-monthly-entry):
6129 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
6130 (diary-hebrew-insert-yearly-entry):
6131 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
6132 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
6133 Keep old name as alias.
6134 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
6135 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
6136 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
6137 Keep old name as alias.
6138 (calendar-hebrew-parashiot-names):
6139 Rename hebrew-calendar-parashiot-names. Update callers.
6140 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
6141 (calendar-hebrew-year-Saturday-incomplete-Sunday):
6142 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
6143 (calendar-hebrew-year-Saturday-complete-Tuesday):
6144 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
6145 (calendar-hebrew-year-Monday-incomplete-Tuesday):
6146 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
6147 (calendar-hebrew-year-Monday-complete-Thursday):
6148 Rename hebrew-calendar-year-Monday-complete-Thursday.
6149 (calendar-hebrew-year-Tuesday-regular-Thursday):
6150 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
6151 (calendar-hebrew-year-Thursday-regular-Saturday):
6152 Rename hebrew-calendar-year-Thursday-regular-Saturday.
6153 (calendar-hebrew-year-Thursday-complete-Sunday):
6154 Rename hebrew-calendar-year-Thursday-complete-Sunday.
6155 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
6156 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
6157 (calendar-hebrew-year-Saturday-complete-Thursday):
6158 Rename hebrew-calendar-year-Saturday-complete-Thursday.
6159 (calendar-hebrew-year-Monday-incomplete-Thursday):
6160 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
6161 (calendar-hebrew-year-Monday-complete-Saturday):
6162 Rename hebrew-calendar-year-Monday-complete-Saturday.
6163 (calendar-hebrew-year-Tuesday-regular-Saturday):
6164 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
6165 (calendar-hebrew-year-Thursday-incomplete-Sunday):
6166 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
6167 (calendar-hebrew-year-Thursday-complete-Tuesday):
6168 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
6169 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
6170 Update for above name changes of constants.
6171
6172 * calendar/cal-menu.el, calendar/calendar.el:
6173 Update for chinese and hebrew name changes.
8c34d83e 6174 * calendar/diary-lib.el: Update for hebrew name changes.
7e254548 6175
6afdf6e6
SM
61762008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6177
64981d1a
SM
6178 * subr.el (keymap-canonicalize): Correct thinko.
6179
6afdf6e6
SM
6180 * server.el: Undo part of the multi-tty change, which is only
6181 needed if server.el is preloaded, and broke server-running-p.
6182 (server-socket-dir): Initialize in the defvar, as before.
6183 (server-start): Remove initialization of server-socket-dir.
6184
c902c8a7
EZ
61852008-04-05 Eli Zaretskii <eliz@gnu.org>
6186
6187 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
6188 3-member cons cells.
6189
ed92f343
CY
61902008-04-05 Chong Yidong <cyd@stupidchicken.com>
6191
5e220abb
CY
6192 * cus-face.el (custom-face-attributes): Handle roman slant.
6193
6afdf6e6 6194 * faces.el (default): Ensure the face-defface-spec property is set.
ed92f343 6195
4954b81b
AR
61962008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
6197
6198 * files.el (abort-if-file-too-large): New function.
6199 (find-file-noselect, insert-file-1): Use it.
6200
83a38a5a
SM
62012008-04-05 Reto Zimmermann <reto@gnu.org>
6202
6203 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
6204 Replace C-c[a-zA-Z] key bindings.
6205
d302e5cf
SM
62062008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6207
6208 * progmodes/hideif.el (hif-token-alist): New var.
6209 (hif-token-regexp, hif-tokenize): Use it.
6210 (hif-mathify-binop): New macro.
6211 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
6212 (hif-greater-equal, hif-less-equal): Use it.
6213 (hif-logior, hif-logand): New functions.
6214 (hif-math): Accept | and & as well.
6215
6216 * progmodes/etags.el: Fix problem with completion for buffer-local
6217 tables. Reported by Radey Shouman <shouman@comcast.net>.
6218 (tags-complete-tag): Remove.
6219 (tags-lazy-completion-table): New function to replace it.
6220 (find-tag-tag, complete-tag): Update users.
6221
5a84a937
DN
62222008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
6223
90e9ca17
DN
6224 * vc-rcs.el (vc-rcs-dir-status):
6225 * vc-sccs.el (vc-sccs-dir-status): New function.
6226
7cd25617
DN
6227 * outline.el (outline-mode-menu-bar-map):
6228 * term.el (terminal-signal-menu): Add :help.
6229
6230 * net/eudc.el (eudc-mode-map): Declare and define in one step.
6231 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
6232
6233 * emacs-lisp/re-builder.el (reb-mode-map):
6234 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
6235
19446c41 6236 * diff-mode.el (diff-file-junk-re): Recognize the git format for
8d73b84e 6237 new files, deleted files and for changing permissions.
19446c41
DN
6238 (diff-mode): Set beginning-of-defun-function and
6239 end-of-defun-function.
6240
6efbb10c
DN
6241 * vc-bzr.el (vc-bzr-state): Use when instead of if.
6242
5a84a937
DN
6243 * vc.el (vc-default-status-fileinfo-extra): New function.
6244 (vc-status-mark-buffer-changed): Use it.
6245 (vc-update-vc-status-buffer): Allow for partial updates.
6246
7c373357
SM
62472008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6248
343bb7bd
SM
6249 * net/tramp.el (after-init-hook): Don't wrap a lambda around
6250 tramp-register-completion-file-name-handler.
6251
00f7c5ed
SM
6252 * subr.el (keymap-canonicalize): New function.
6253 * mouse.el (mouse-menu-non-singleton): Use it.
6254 (mouse-major-mode-menu): Remove hack made unnecessary.
6255
7c373357
SM
6256 * simple.el (set-fill-column): Prompt rather than error by default.
6257
b92e2bd2
AS
62582008-04-04 Andreas Schwab <schwab@suse.de>
6259
7c373357
SM
6260 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
6261 Reset new-rules after each round.
e6fa807c 6262
b92e2bd2
AS
6263 * Makefile.in (cal-autoloads): New target.
6264 (compile, compile-always, recompile): Depend on it.
6265 ($(lisp)/calendar/cal-loaddefs.el)
6266 ($(lisp)/calendar/diary-loaddefs.el)
6267 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
6268
2d84cc27 62692008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
b92e2bd2 6270
94b73aef 6271 * ediff*.el: Replace load with require in eval-when-compile.
b92e2bd2 6272
94b73aef 6273 * ediff-hook: Delete all invocations of (autoload ...).
b92e2bd2 6274
7c373357 6275 * ediff-util.el (ediff-setup): Make window-min-height a local variable
2d84cc27 6276 in ediff control window, and set its min height to 2.
7c373357
SM
6277 (ediff-setup-control-buffer): Dedicate the control window.
6278 (ediff-toggle-multiframe): Undedicate control window.
2d84cc27
MK
6279 Work directly with ediff-setup-windows-multiframe and
6280 ediff-setup-windows-plain.
b92e2bd2 6281
7c373357
SM
6282 * ediff-wind (ediff-choose-window-setup-function-automatically):
6283 New function.
6284 (ediff-window-setup-function): Change initialization.
6285 (ediff-setup-windows-automatic): Delete.
6286 (ediff-setup-windows-plain-merge): Make control window dedicated.
6287 (ediff-destroy-control-frame): Do not skip frames if working in a
2d84cc27 6288 single frame.
b92e2bd2 6289
7c373357 6290 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
2d84cc27 6291 eval-when-compile.
b92e2bd2 6292
7c373357 6293 * emulation/viper-util.el: Move provide's forward, prevent recursion in
2d84cc27 6294 eval-when-compile.
b92e2bd2 6295
1c76c939
GM
62962008-04-04 Glenn Morris <rgm@gnu.org>
6297
d80c2c18
GM
6298 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
6299 calendar-absolute-from-bahai. Update callers, keep old name as alias.
6300
6301 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
6302 Rename islamic-calendar-leap-year-p. Update callers.
6303 (calendar-islamic-last-day-of-month):
6304 Rename islamic-calendar-last-day-of-month. Update callers.
6305 (calendar-islamic-day-number):
6306 Rename islamic-calendar-day-number. Update callers.
7c373357
SM
6307 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
6308 Update callers, keep old name as alias.
d80c2c18
GM
6309 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
6310 Update callers, keep old name as alias.
6311 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
6312 Keep old name as alias.
6313 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
6314 Update callers, keep old name as alias.
6315 (calendar-islamic-mark-date-pattern):
6316 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
6317 name as alias.
6318 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
6319 Keep old name as alias.
6320 (diary-islamic-insert-monthly-entry):
6321 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
6322 (diary-islamic-insert-yearly-entry):
6323 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
6324
6325 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
6326 calendar-absolute-from-iso. Update callers, keep old name as alias.
6327 (calendar-iso-print-date): Rename calendar-print-iso-date.
6328 Update callers, keep old name as alias.
6329 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
6330 Keep old name as alias.
6331 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
6332 Keep old name as alias.
6333
6334 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
6335 calendar-absolute-from-julian. Update callers, keep old name as alias.
6336 (calendar-julian-print-date): Rename calendar-print-julian-date.
6337 Update callers, keep old name as alias.
6338 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
6339 Update callers, keep old name as alias.
6340 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
6341 Update callers, keep old name as alias.
7c373357
SM
6342 (calendar-astro-print-day-number):
6343 Rename calendar-print-astro-day-number. Update callers, keep old
6344 name as alias.
d80c2c18
GM
6345 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
6346 Update callers, keep old name as alias.
6347
6348 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
6349 Rename calendar-string-to-mayan-long-count. Update callers.
6350 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
6351 Update callers, keep old name as alias.
6352 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
6353 Update callers.
7c373357
SM
6354 (calendar-mayan-read-tzolkin-date):
6355 Rename calendar-read-mayan-tzolkin-date. Update callers.
d80c2c18
GM
6356 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
6357 Keep old name as alias.
6358 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
6359 Keep old name as alias.
6360 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
6361 Keep old name as alias.
7c373357
SM
6362 (calendar-mayan-previous-tzolkin-date):
6363 Rename calendar-previous-tzolkin-date. Keep old name as alias.
6364 (calendar-mayan-next-round-date):
6365 Rename calendar-next-calendar-round-date. Keep old name as alias.
6366 (calendar-mayan-previous-round-date):
6367 Rename calendar-previous-calendar-round-date. Keep old name as alias.
d80c2c18
GM
6368 (calendar-mayan-long-count-to-absolute): Rename
6369 calendar-absolute-from-mayan-long-count. Keep old name as alias.
7c373357
SM
6370 (calendar-mayan-goto-long-count-date):
6371 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
d80c2c18
GM
6372
6373 * calendar/cal-persia.el (calendar-persian-month-name-array):
6374 Rename persian-calendar-month-name-array. Update callers.
6375 (calendar-persian-epoch): Rename persian-calendar-epoch.
6376 Update callers.
6377 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
6378 Update callers.
7c373357
SM
6379 (calendar-persian-last-day-of-month):
6380 Rename persian-calendar-last-day-of-month. Update callers.
d80c2c18
GM
6381 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
6382 Update callers, keep old name as alias.
6383 (calendar-persian-print-date): Rename calendar-print-persian-date.
6384 Update callers, keep old name as alias.
6385 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
6386 Keep old name as alias.
6387
6388 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
6389 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
6390 * calendar/solar.el: Update for cal-julian name changes.
6391
6392 * calendar/cal-dst.el: Update for persian name changes.
6393
6394 * calendar/cal-menu.el, calendar/calendar.el:
6395 Update for islamic, iso, julian, mayan, persian name changes.
6396
6397 * calendar/diary-lib.el: Update for islamic name changes.
6398
1c76c939
GM
6399 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
6400 Rename all-hebrew-calendar-holidays. Update callers, keep old name
6401 as alias.
7c373357
SM
6402 (calendar-christian-all-holidays-flag):
6403 Rename all-christian-calendar-holidays. Update callers, keep old
6404 name as alias.
6405 (calendar-islamic-all-holidays-flag):
afe9998d 6406 Rename all-islamic-calendar-holidays. Update callers, keep old
7c373357 6407 name as alias.
1c76c939
GM
6408 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
6409 Update callers, keep old name as alias.
6410 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
6411 Update for the above name changes.
6412
f5422e78
JB
64132008-04-04 Juanma Barranquero <lekktu@gmail.com>
6414
6415 * hilit-chg.el (global-highlight-changes-mode)
6416 (highlight-changes-passive-string, highlight-changes-active-string):
6417 Mark as obsolete since 23.1, not 22.1.
6418
f3b21763
JB
64192008-04-03 Juanma Barranquero <lekktu@gmail.com>
6420
6421 * hilit-chg.el (highlight-changes-visibility-initial-state)
6422 (hilit-chg-update, highlight-changes-mode-turn-on):
6423 Fix typos in docstrings.
6424
33d71ec3
SM
64252008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
6426
6427 * newcomment.el (comment-enter-backward): Be careful to restore
6428 position changed during narrowing.
6429
957e449e
SM
64302008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
6431
6432 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6433 Recognize `sub ($$)'.
6434
7c655cf6
SM
64352008-04-03 Richard Sharman <rsharman@pobox.com>
6436
6437 * hilit-chg.el (highlight-changes-mode): Rename from
3672f2ba
JB
6438 highlight-changes; no longer uses sub-modes active and passive;
6439 implemented by define-minor-mode.
7c655cf6
SM
6440 (highlight-changes-toggle-visibility): New function, to replace
6441 the old passive/active submodes of global-highlight-changes-mode;
6442 implemented by define-minor-mode.
3672f2ba
JB
6443 (global-highlight-changes-mode): Rename from global-highlight-changes;
6444 rewrite using define-globalized-minor-mode.
7c655cf6
SM
6445 (hilit-chg-major-mode-hook, hilit-chg-check-global)
6446 (hilit-chg-post-command-hook, hilit-chg-check-global)
6447 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
6448 to use of define-globalized-minor-mode.
6449 (highlight-changes-global-initial-state): Change to be boolean.
6450 (highlight-changes-visible-string, highlight-changes-invisible-string):
6451 Rename from highlight-changes-active-string and
6452 highlight-changes-passive-string.
6453 (hilit-chg-update, hilit-chg-set): Use them.
6454 (global-highlight-changes-mode): Rename from global-highlight-changes.
6455 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
6456 docstring.
6457 (hilit-chg-hide-changes): Rewrite to use dolist.
6458 (hilit-chg-set-face-on-change, hilit-chg-update)
6459 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
6460 variable instead of testing highlight-changes-mode.
fb8a6326 6461 (highlight-markup-buffers): Add require ediff-util; argument on calls
7c655cf6
SM
6462 to highlight-changes-mode changed.
6463 (highlight-compare-with-file): Fix problems with interactive
6464 call giving invalid default file.
6465
f185e4d2
NR
64662008-04-03 Nick Roberts <nickrob@snap.net.nz>
6467
6468 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
6469 Fix in disassembly buffer (regression in 22.2).
6470
2ee00512 64712008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
1ade5d24
JB
6472
6473 * emulation/viper-macs.el (viper-read-fast-keysequence):
6474 Use viper-read-event instead of viper-read-key.
6475
6476 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
6477
6478 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
6479 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
2ee00512 6480 let-statements.
1ade5d24 6481
74b512cf
GM
6482 * emulation/viper-ex.el, emulation/viper-macs.el:
6483 * emulation/viper-mous.el:
6484 Replace load with require in eval-when-compile.
1ade5d24 6485
7fe7479d
SM
64862008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6487
ece21937
SM
6488 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
6489
fb3aad66
SM
6490 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
6491 (archive-try-jka-compr): New function.
6492 (archive-set-buffer-as-visiting-file): Use it.
6493
7fe7479d
SM
6494 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
6495
99d0850b
CY
64962008-04-03 Chong Yidong <cyd@stupidchicken.com>
6497
6498 * simple.el (handle-shift-selection): New arg.
6499
882e82db
SM
65002008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6501
cb7d9531
SM
6502 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
6503
882e82db
SM
6504 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
6505
902c9b1a
CY
65062008-04-03 Chong Yidong <cyd@stupidchicken.com>
6507
71082167
CY
6508 * shell.el (shell-dynamic-complete-filename): New fun.
6509 (shell-dynamic-complete-functions): Use it.
6510
902c9b1a
CY
6511 * help-fns.el (describe-variable): Undo 2008-02-25 change.
6512
e38bd11b
KH
65132008-04-03 Kenichi Handa <handa@m17n.org>
6514
c094b3f9
KH
6515 * international/fontset.el (create-fontset-from-x-resource):
6516 Handle the error of X resource more gracefully.
6517
3672f2ba
JB
6518 * international/latin1-disp.el (latin1-display): Don't use make-char.
6519 Fix the argument to set-char-table-range.
e38bd11b
KH
6520 (latin1-display-identities): Don't use make-char.
6521 (latin1-display-reset): Use map-charset-chars instead of directly
6522 calling standard-display-default.
6523 (latin1-display-check-font): Don't use make-char.
6524 (latin1-display-setup): Likewise.
6525 (latin1-display-ucs-per-lynx): Likewise.
6526
e0f0f3ef
SM
65272008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6528
6529 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
6530 name the fields, to make the code clearer.
6531 Rewrite all `aset' and `aref' using the defined accessors.
6532 (timer--time): New pseudo-field.
6533 (timer-set-time, timer-set-idle-time, timer-inc-time)
6534 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
6535 (timer--time-less-p): New function.
6536 (timer--activate): New function, extracted from timer-activate.
6537 (timer-activate-when-idle, timer-activate): Use it.
6538 (cancel-function-timers): Use dolist.
6539
7662e6af
GM
65402008-04-03 Glenn Morris <rgm@gnu.org>
6541
e0f0f3ef
SM
6542 * add-log.el (c-beginning-of-defun, c-end-of-defun):
6543 Remove declarations; no longer used.
7662e6af
GM
6544 (c-cpp-define-name, c-defun-name): Declare as functions.
6545
1dbf6332
GM
6546 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
6547 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
6548
6549 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
1ade5d24
JB
6550 (holiday-passover-etc, holiday-hanukkah): Doc fix.
6551 Add optional argument. Simplify.
1dbf6332
GM
6552 (holiday-tisha-b-av-etc): Use memq rather than unless.
6553 (holiday-julian): Autoload it.
6554 (holiday-hebrew-misc): New function.
6555
6556 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
6557
6558 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
6559 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
6560 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
6561 all-hebrew-calendar-holidays.
6562 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
6563 Simplify using new functions.
d613557f 6564 (calendar-holidays): Doc fix.
1dbf6332
GM
6565 (generate-calendar-window): Use bound-and-true-p.
6566
7662e6af
GM
6567 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
6568
1dbf6332
GM
6569 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
6570 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
6571 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
6572 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
6573
7662e6af
GM
6574 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
6575
d34c311a
SM
65762008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6577
ce4025c7
SM
6578 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
6579
5a3b79c4
SM
6580 * vc-bzr.el (vc-bzr-checkout): Simplify.
6581
bd1d6a63
SM
6582 * image-mode.el (image-mode-fit-frame): New command.
6583
d34c311a
SM
6584 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
6585 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
59429511
MB
6586 (keyboard-escape-quit): Check region-active-p i.s.o
6587 transient-mark-mode.
6588
65892008-04-02 Simon Josefsson <simon@josefsson.org>
6590
6591 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
6592 (imap-message-copyuid-1): Use it.
6593 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
6594 J. Williams in
6595 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
d34c311a 6596
1464a281
AM
65972008-04-02 Alan Mackenzie <acm@muc.de>
6598
d34c311a
SM
6599 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
6600 New optimised functions to get the name of the current defun/macro.
1464a281
AM
6601
6602 * add-log.el (add-log-current-defun): Move the functionality which
6603 gets the current function name for C like modes to cc-cmds.el,
6604 thus optimising for speed.
6605
5af4f92e
CY
66062008-04-02 Chong Yidong <cyd@stupidchicken.com>
6607
6608 * simple.el (deactivate-mark): When the mark is temporarily
6609 active, restore the original value of transient-mark-mode.
d34c311a 6610 (set-mark-command): First deactivate the mark if was temporarily active.
5af4f92e
CY
6611 (exchange-point-and-mark): Reactivate the mark if it was
6612 temporarily active.
6613 (handle-shift-selection): New fun.
6614 (transient-mark-mode): Move var documentation here from buffer.c.
6615 (next-line, previous-line, backward-word, move-end-of-line)
6616 (move-beginning-of-line, forward-to-indentation)
6617 (backward-to-indentation, back-to-indentation)
6618 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
6619
6620 * mouse.el (mouse-set-region-1): Save the old value of
6621 transient-mark-mode.
6622 (mouse-drag-track): Ignore the now-obsolete value `identity' for
6623 transient-mark-mode.
6624
6625 * textmodes/paragraphs.el (forward-paragraph)
6626 (backward-paragraph, forward-sentence, backward-sentence): Add ^
6627 interactive spec.
6628
6629 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
6630
113e2a84
MA
66312008-04-02 Michael Albinus <michael.albinus@gmx.de>
6632
d34c311a
SM
6633 * net/tramp.el (tramp-make-tramp-temp-file):
6634 Use `tramp-drop-volume-letter' for the local file name part.
113e2a84 6635
5e8bbcc4
DN
66362008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6637
af0cbf8c 6638 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
f03562ec
DN
6639 Add menu entries corresponding to all the key bindings.
6640
6641 * emacs-lisp/debug.el (debugger-mode-map):
6642 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
6643 (conf-align-assignments): Only work on the region if it is active.
6644 (conf-quote-normal): Use when instead of if. Remove redundant test.
6645
5e8bbcc4
DN
6646 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6647 for tracing and re-builder.
6648
2475d1a3
GM
66492008-04-02 Glenn Morris <rgm@gnu.org>
6650
ce5b3019
GM
6651 * calendar/appt.el (appt-disp-window-function): Doc fix.
6652 (appt-display-message): Move beep before display.
6653 (appt-check): Make interactive. Reduce the number of lets.
6654 Use string-equal to compare mode-line strings.
6655 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
6656 read-only.
6657 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
6658 (appt-delete): Simplify.
6659
2475d1a3
GM
6660 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
6661
6662 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
6663
6664 * calendar/cal-hebrew.el (list-yahrzeit-dates):
6665 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
6666 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
6667
6668 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
6669 (calendar-holiday-marker, mark-visible-calendar-date):
6670 * calendar/diary-lib.el (fancy-diary-display):
6671 Check for font-lock-mode before using faces.
6672
6673 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
6674 (calendar-gregorian-from-absolute): Reduce the number of lets.
6675 (hebrew-holidays-4, generate-calendar-window): Simplify.
6676 (calendar-for-loop): Make obsolete.
6677 (calendar-nth-named-day): Doc fix.
6678
6679 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
6680 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
6681 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
6682 Reduce the number of lets.
6683 (mark-sexp-diary-entries, calendar-mark-complex):
6684 Expand calendar-for-loops.
6685
96c0d8d4
CY
66862008-04-01 Chong Yidong <cyd@stupidchicken.com>
6687
6688 * find-dired.el (find-dired-filter): Fix last patch to handle
6689 multi-line process input. Pad link numbers too.
6690
66912008-04-01 Jari Aalto <jari.aalto@cante.net>
6692
d34c311a 6693 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
96c0d8d4 6694
6c52dd78
JR
66952008-04-01 Jason Rumney <jasonr@gnu.org>
6696
6697 * international/characters.el (script-list): Add phonetic script,
6698 covering IPA (previously Latin), Phonetic Extensions and
6699 Phonetic Extensions Supplement (both previously unassigned).
6700
6701 * international/fontset.el (setup-default-fontset): Use unicode fonts
6702 that cover bopomofo script for bopomofo.
6703 Likewise for braille and mathematical.
6704 Use unicode scripts that cover the phonetic script for IPA.
6705
6c763a30 67062008-04-01 Johan Bockgård <bojohan@gnu.org>
a15b3f43
JB
6707
6708 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
6709 return the assigned value.
6710
03b63ba9
SM
67112008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6712
497afe07
SM
6713 * abbrev.el (abbrev-mode): Use define-minor-mode.
6714
ad0d18af
SM
6715 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
6716 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
6717 Use map-keymap.
6718 (minor-mode-menu-from-indicator): Use it. Simplify.
6719
03b63ba9
SM
6720 * bindings.el (mode-line-mode-menu): Move before (new) first use.
6721 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
6722 Bind the key directly to the menu.
6723 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
6724
721c6d09
MO
67252008-04-01 Daiki Ueno <ueno@unixuser.org>
6726
6727 * epa.el (epa-decrypt-region): Explain the reason why this
6728 function should not be used in Lisp programs.
6729 (epa-decrypt-armor-in-region): Ditto.
6730 (epa-verify-region): Ditto.
6731 (epa-verify-cleartext-in-region): Ditto.
6732 (epa-sign-region): Ditto.
6733 (epa-encrypt-region): Ditto.
6734
6735 * epg.el (epg-start-receive-keys): Fix typo in docstring.
6736
6737 * epa.el (epa-select-keys): Show menu even if there is no key in
6738 GnuPG's keyring.
6739
bbe3eb99
GM
67402008-04-01 Glenn Morris <rgm@gnu.org>
6741
c899d5e3
GM
6742 * calendar/calendar.el (calendar-make-temp-face): New function.
6743 (mark-visible-calendar-date):
6744 * calendar/diary-lib.el (fancy-diary-display): Use it.
6745
aafb0703
GM
6746 * vc-hooks.el (vc-responsible-backend): Declare as function.
6747
bbe3eb99
GM
6748 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
6749 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
6750 * calendar/cal-julian.el (holiday-julian): Use it.
6751
6752 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
6753 (calendar-hebrew-date-is-visible-p): Extract some common code into
6754 separate function.
6755 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
6756
6757 * calendar/cal-menu.el (cal-menu-holidays-menu):
6758 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
6759 rather than obsolete alias.
6760
6761 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
6762 for mark characters.
6763 (calendar-unmark): Unmark by removing all overlays, rather than
6764 redrawing.
6765 (calendar-starred-day): Remove.
6766 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
6767 (calendar-cursor-to-date): No need for special star handling now
6768 using overlays.
6769 (calendar-star-date): Use overlays.
6770
6771 * calendar/cal-french.el (calendar-goto-french-date):
6772 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
6773 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
6774 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
6775 * calendar/cal-persia.el (calendar-persian-date-string):
6776 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6777 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
6778 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
6779 * calendar/solar.el (solar-equinoxes-solstices):
6780 Reduce nesting of some lets.
6781
87b69e9d 6782 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
bbe3eb99
GM
6783 (calendar-goto-mayan-long-count-date): Simplify.
6784
6785 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
6786 Simplify by using mapcar.
6787 (calendar-list-holidays): Return holiday-list.
6788 (list-holidays): Use let rather than let*. Remove un-needed locals
6789 `d', `never'.
6790 (calendar-check-holidays): Return result from dolist.
6791 (holiday-float): Use a single let*. Simplify if-and to and.
6792 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
6793 single let*.
6794
7e3ae09a
JB
67952008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
6796
6797 * calc/calc.el: Autoload `calc-yank'.
6798 (calc-mode-map): Add keybindings for `calc-yank'.
6799 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
6800 assignments for `calc-yank'.
6801
1b3f2d4e
DN
68022008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
6803
c1471ef8 6804 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
1b3f2d4e
DN
6805 (vc-status-mark-buffer-changed): Handle the extra field.
6806
6807 * vc-bzr.el (vc-bzr-after-dir-status):
6808 * vc-cvs.el (vc-cvs-after-dir-status):
6809 * vc-hg.el (vc-hg-after-dir-status):
c1471ef8 6810 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
1b3f2d4e 6811
ec4853ab
SM
68122008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6813
6814 * doc-view.el: Compute displayed pages first (in PDF).
6815 (doc-view-current-converter-processes): Rename from
6816 doc-view-current-converter-process. Update users.
6817 (doc-view-sentinel): Test buffer's liveness.
6818 (doc-view-pdf/ps->png-sentinel): Remove.
6819 (doc-view-start-process): New function.
6820 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
6821 (doc-view-ps->pdf): Use it.
6822 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
6823 New functions.
6824 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
6825 (doc-view-mode): Kill the processes when leaving the mode.
6826
2bd4bdc4
JB
68272008-03-31 Juanma Barranquero <lekktu@gmail.com>
6828
6829 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
6830 Use `byte-compile-warning-types'. Add docstring.
6831
2fa42bb7
SM
68322008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6833
56d707f1
SM
6834 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
6835 (smerge-resolve): Add various resolution heuristics.
6836
2fa42bb7
SM
6837 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
6838 in 3-way conflicts.
6839
c8a54cf1
GM
68402008-03-31 Glenn Morris <rgm@gnu.org>
6841
bf694ab9
GM
6842 * calendar/cal-bahai.el (diary-bahai-mark-entries):
6843 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
6844 * calendar/cal-islam.el (mark-islamic-diary-entries):
6845 Fix argument order in call to diary-mark-entries-1.
6846
34ee3257
GM
6847 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
6848 pre-Bahai dates.
cca1ce4c
GM
6849 (holiday-bahai): Use an algorithm actually relevant to this calendar
6850 system.
34ee3257 6851
c8b69b0a
GM
6852 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
6853
7bead204
GM
6854 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
6855 Use and.
6856
a3886890
GM
6857 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
6858 in the last fortnight in Julian October.
6859
a8ee33ab
GM
6860 * calendar/calendar.el (increment-calendar-month): Optionally handle
6861 systems without 12 months per year.
6862
f6c762dd
GM
6863 (calendar-date-is-visible-p): Doc fix. Simplify.
6864
c8a54cf1
GM
6865 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
6866 from dolist.
6867
869d3e17
JB
68682008-03-30 Juanma Barranquero <lekktu@gmail.com>
6869
6870 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
6871 (hi-lock-unload-function): New function.
6872
da1975d7
MA
68732008-03-30 Michael Albinus <michael.albinus@gmx.de>
6874
6875 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
6876 overwriting when NEWNAME is a local file.
6877
6878 * net/trampver.el: Update release number.
6879
236b5827
DN
68802008-03-30 Alexandre Julliard <julliard@winehq.org>
6881
6882 * vc-git.el: Make vc-status display information about copies,
6883 renames and permission changes.
6884 (vc-git-extra-fileinfo): New defstruct.
6885 (vc-git-escape-file-name, vc-git-file-type-as-string)
6886 (vc-git-rename-as-string, vc-git-permissions-as-string)
6887 (vc-git-status-printer): New functions.
6888 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
6889 (vc-git-after-dir-status-stage1): Look for copies, renames and
6890 permission changes.
6891 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
6892 (vc-git-dir-status): Ask for staged files and renames.
6893
58f10bff
DN
68942008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
6895
6896 * vc.el: Allow backends to display backend specific information in
6897 the vc-status listing.
6898 (vc-status-fileinfo): Add a field for backend specific information.
6899 (vc-status-printer): Rename to ...
6900 (vc-default-status-printer): ... this.
6901 (vc-status-printer): New function.
6902 (vc-update-vc-status-buffer): Set the backend specific file info
6903 if provided.
6904
c9389edf
SM
69052008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
6906
6907 * textmodes/remember.el (remember-diary-convert-entry): Revert last
6908 change (ill-conceived).
6909
d53e3af1
GM
69102008-03-29 Glenn Morris <rgm@gnu.org>
6911
6912 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
6913 * calendar/cal-julian.el (holiday-julian): Simplify.
6914
b54eb584
GM
6915 * calendar/holidays.el (list-holidays): Use or.
6916
f1917c6f
JL
69172008-03-29 Juri Linkov <juri@jurta.org>
6918
6919 * window.el (split-window-preferred-horizontally): New function.
6920
6921 * cus-start.el (split-window-preferred-function):
6922 Set choice for "vertically" to nil instead of split-window.
6923 Set choice for "horizontally" to split-window-preferred-horizontally
6924 instead of lambda.
6925
f29775fe
JL
69262008-03-29 Juri Linkov <juri@jurta.org>
6927
6928 * simple.el (minibuffer-default-add-function): New variable with
6929 the default to minibuffer-default-add-completions.
6930 (minibuffer-default-add-done): New variable. Make it buffer-local.
6931 (minibuffer-default-add-completions): New function.
6932 (goto-history-element): Set minibuffer-default-add-done to t and
6933 call a function in minibuffer-default-add-function when the
6934 specified absolute history position is greater than the length of
6935 the minibuffer-default list and minibuffer-default-add-done is nil.
6936 Change "^End of history; no next item$" to "^End of defaults;
6937 no next item$".
6938
6939 * bindings.el (debug-ignored-errors): Change "^End of history;
6940 no next item$" to "^End of defaults; no next item$".
6941
6199aad9
SM
69422008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6943
4a5e1832
SM
6944 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
6945
6199aad9
SM
6946 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
6947 to with-no-warnings.
6948
efe78a6c
MA
69492008-03-29 Michael Albinus <michael.albinus@gmx.de>
6950
6951 Sync with Tramp 2.1.13.
6952
6953 * net/tramp-ftp.el: Require 'cl when byte-compiling.
6954
6955 * net/trampver.el: Update release number.
6956
f3d57a2c
DN
69572008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
6958
6959 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
6960 the current backend.
6961
115c0061
DN
6962 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
6963 (vc-status-refresh): Create a temporary buffer and call the
6964 `dir-status' backend function from that buffer.
6965
6966 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
6967 (vc-bzr-after-dir-status): Don't kill the buffer.
6968
6969 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
6970 (vc-cvs-after-dir-status): Don't kill the buffer.
6971
6972 * vc-git.el (vc-git-dir-status): Don't create a buffer.
6973 (vc-git-after-dir-status-stage2): Don't kill the buffer.
6974
6975 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
6976 (vc-hg-after-dir-status): Don't kill the buffer.
6977
6978 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
6979 (vc-svn-after-dir-status): Don't kill the buffer.
6980
f2b46435
GM
69812008-03-29 Glenn Morris <rgm@gnu.org>
6982
6983 * calendar/calendar.el (diary-file, american-date-diary-pattern)
02a0861d 6984 (european-date-diary-pattern, european-calendar-display-form)
f2b46435
GM
6985 (american-calendar-display-form, diary-display-hook): Doc fixes.
6986 (european-calendar-style): Doc fix. Use calendar-set-date-style for
6987 custom :set. Mark as obsolete.
6988 (calendar-date-style, iso-date-diary-pattern)
6989 (iso-calendar-display-form): New user variables.
6990 (diary-date-forms, calendar-date-display-form): Set using
6991 calendar-date-style. Doc fix.
6992 (calendar-set-date-style): New command.
6993 (european-calendar, american-calendar): Use calendar-set-date-style.
6994 Mark as obsolete.
6995
6996 * calendar/diary-lib.el (number): Move declaration where needed.
6997 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
6998 (diary-make-date): New function.
6999 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
7000 Use diary-make-date.
7001 (diary-date-display-form, diary-insert-entry-1): New functions.
7002 (insert-monthly-diary-entry, insert-yearly-diary-entry):
7003 Use diary-insert-entry-1.
7004 (insert-anniversary-diary-entry, insert-block-diary-entry)
7005 (insert-cyclic-diary-entry): Use diary-date-display-form.
7006
7007 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
7008 Autoload diary-insert-entry-1.
7009 * calendar/cal-bahai.el (diary-bahai-insert-entry)
7010 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
7011 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
7012 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
7013 * calendar/cal-islam.el (insert-islamic-diary-entry)
7014 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
7015 Use diary-insert-entry-1.
7016
7017 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
7018 (diary-yahrzeit): Doc fix. Use diary-make-date.
7019
7020 * calendar/icalendar.el (icalendar--datetime-to-american-date):
7021 New name for icalendar--datetime-to-noneuropean-date. Make old name
7022 obsolete alias.
7023 (icalendar--datetime-to-iso-date): New function.
7024 (icalendar--datetime-to-diary-date): Doc fix. Respect
7025 calendar-date-style if bound.
7026
7027 * textmodes/remember.el (remember-diary-convert-entry):
7028 Respect calendar-date-style if bound.
7029
769087ce
SM
70302008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7031
146df845
SM
7032 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
7033 (xterm-mouse-handle-delete-frame): Delete.
7034
b20ef5aa
SM
7035 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
7036 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
7037 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
7038 in xterm-modify-other-keys-terminal-list.
7039
769087ce
SM
7040 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
7041 are conflicts.
7042
20f95df2
DN
70432008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
7044
7045 * vc.el (vc-update): Check if the buffer is unsaved only if it
7046 actually exists.
02a0861d
JB
7047 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
7048 vc-print-log.
20f95df2 7049
51fac78c
MH
70502008-03-28 Magnus Henoch <mange@freemail.hu>
7051
7052 * net/dns.el (dns-write): Use set-buffer-multibyte.
7053
82eb83ff
SM
70542008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7055
7056 * vc-bzr.el (vc-bzr-sha1): New fun.
7057 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
7058 (vc-bzr-registered): Use it.
7059
f56d71a5
DN
70602008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
7061
7062 * vc.el (vc-status-kill-dir-status-process): Simplify.
7063 (vc-status-refresh): Make sure the buffer is live.
6b2d7cf2 7064 (ring): Don't require it, not used.
f56d71a5 7065
1dd4b004
DN
70662008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
7067
7068 * progmodes/verilog-mode.el (verilog-auto-inout-module):
7069 Add optional regular expression to AUTOINOUTMODULE.
7070 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
7071 (verilog-auto-inst-param, verilog-auto-reg)
7072 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
7073 (verilog-auto-output-every, verilog-auto-input)
7074 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
7075 (verilog-auto-unused, verilog-auto): Update documentation to use
7076 more obvious instance module names versus cell names.
7077
6c763a30 70782008-03-28 Jan Djärv <jan.h.d@swipnet.se>
5af370ab
JD
7079
7080 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
7081 kill if a process is running.
7082
7083 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
7084
15c5c970
DN
70852008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
7086
7087 * vc.el: Add new backend function 'status-extra-headers.
7088 (vc-default-status-extra-headers): New function.
7089 (vc-status-headers): Call 'status-extra-headers. Add colors.
7090
7091 * vc-git.el (vc-git-status-extra-headers): New function.
7092
1baf9da4
GM
70932008-03-28 Glenn Morris <rgm@gnu.org>
7094
7095 * calendar/cal-menu.el (cal-menu-holidays-menu)
7096 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
7097 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
7098 holiday-list is optional.
7099 (calendar-mouse-holidays): Remove un-needed local `l'.
7100
7101 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
7102 Remove un-needed local `date'.
7103 (calendar-cursor-to-visible-date): Use let rather than let*.
7104 Remove un-needed local `first-of-month-weekday'.
7105
7106 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
7107
7108 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
7109 Doc fixes.
7110 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
7111 (diary-header-line-flag, diary-header-line-format): Declare.
7112 (diary-pull-attrs): Check for multiple matches.
7113 (diary-list-entries-2): Simplify finding start of date.
7114 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
7115 pop-up-frames.
7116 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
7117 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
7118
0bf12140
DN
71192008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
7120
1baf9da4 7121 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
42550348 7122
0bf12140
DN
7123 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
7124
c313b5fe
SM
71252008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7126
f42af255
SM
7127 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
7128
c313b5fe
SM
7129 * image-mode.el (image-mode-reapply-winprops): Fix last change.
7130
5148e555
KH
71312008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
7132
7133 * international/mule-conf.el (define-iso-single-byte-charset):
7134 Don't make latin-iso8859-* supplementary.
7135 (#'set-charset-priority): Don't change the priority of charsets
7136 `unicode' and `emacs'.
7137
f42d59a5
SM
71382008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7139
7140 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
7141 temp buffer.
7142
f4e84544
GM
71432008-03-27 Glenn Morris <rgm@gnu.org>
7144
7145 * calendar/cal-bahai.el (diary-bahai-list-entries):
7146 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
7147 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
7148
739d627a
GM
7149 * calendar/calendar.el (diary-file): Doc fix.
7150
78d2cbe1 7151 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
f4e84544 7152 (list-diary-entries-hook, mark-diary-entries-hook)
8b00ec89
GM
7153 (include-other-diary-files, diary-mail-entries)
7154 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
f4e84544
GM
7155 (diary-set-header): New function.
7156 (diary-header-line-flag, diary-header-line-format):
7157 Use diary-set-header for custom :set function.
7158 (diary-set-maybe-redraw): Use symbol-value rather than eval.
7159 (diary-attrtype-convert): Use intern-soft rather than read.
7160 (diary-display-no-entries): New function.
7161 (simple-diary-display, fancy-diary-display): Use it.
7162 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
566f5ae6 7163 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
f4e84544 7164
f97492e5
GM
7165 * calendar/holidays.el (list-holidays): Doc fix.
7166
6a1414ce
JB
71672008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
7168
02a0861d 7169 * calc/calc-store.el (calc-read-var-name-history): New variable.
6a1414ce
JB
7170 (calc-read-var-name): Use `calc-read-var-name-history'.
7171
6d401b4e
SM
71722008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7173
7174 * image-mode.el (image-mode-reapply-winprops): Simplify now that
7175 window-configuration-change-hook works buffer-locally.
7176
6c763a30 71772008-03-26 Johan Bockgård <bojohan@gnu.org>
d9dd743e
JB
7178
7179 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
7180 for Emacs Lisp, not Lisp.
7181
67b17989
JB
71822008-03-26 Juanma Barranquero <lekktu@gmail.com>
7183
65b332f4
JB
7184 * help-fns.el (describe-function-1, describe-variable):
7185 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
7186
67b17989
JB
7187 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
7188 replacement is provided, don't print "use nil instead".
7189
6c763a30 71902008-03-26 Johan Bockgård <bojohan@gnu.org>
31d24a4b
JB
7191
7192 * complete.el (PC-do-completion): Use regexp-quote.
7193
a58b57e2
DN
71942008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
7195
67b17989
JB
7196 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
7197 Detect missing files.
920fb2b0 7198
f0e1713e
DN
7199 * vc-git.el (vc-git-extra-menu-map): New key map.
7200 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
7201 New functions.
7202
a58b57e2
DN
7203 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
7204 and 'missing files.
7205
554fde6e
SM
72062008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7207
96ffea61
SM
7208 * calendar/holidays.el (list-holidays): Make Y2 optional.
7209
e1422141
SM
7210 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
7211 buffers shown to the user.
7212 (appt-disp-window): Disable undo explicitly now that the leading space
7213 is gone.
7214
2977fc37
SM
7215 * simple.el (activate-mark): New function.
7216 (set-mark-command): Use it with region-active-p to clean up the code.
7217 (exchange-point-and-mark): Invert the meaning of C-u when
7218 transient-mark-mode is active.
7219
04509548
SM
7220 * dired-aux.el (dired-create-files): Use dolist.
7221
0ec08b38
SM
7222 * bindings.el (mode-line-change-eol): Use with-selected-window.
7223
554fde6e
SM
7224 * apropos.el (apropos-command): Include macros.
7225
37628fd0
GM
72262008-03-26 Glenn Morris <rgm@gnu.org>
7227
7228 * calendar/cal-bahai.el: Require calendar, not cal-julian.
7229 (calendar-bahai-epoch): Doc fix.
7230
7231 * calendar/cal-china.el: Explicitly require calendar.
7232
7233 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
7234 Require calendar rather than cal-julian.
7235 Autoload calendar-absolute-from-julian.
7236 * calendar/cal-coptic.el (coptic-calendar-epoch):
7237 * calendar/cal-islam.el (calendar-islamic-epoch):
7238 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
7239
7240 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
7241
7242 * calendar/cal-dst.el: Don't require cal-persia.
7243 (calendar-absolute-from-persian): Autoload it.
7244 (dst-adjust-time): Doc fix.
7245
7246 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
7247 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
7248 calendar.
7249
7250 * calendar/cal-menu.el: Require calendar rather than declaring
7251 functions.
7252 * calendar/calendar.el: Provide calendar before requiring cal-menu.
7253
7254 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
7255 calendar-after-frame-setup-hooks. Update callers, make old name an
7256 obsolete alias. Doc fix.
7257 (calendar-frame-1): Doc fix.
7258
7259 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
7260
7261 * calendar/calendar.el (oriental-holidays, solar-holidays):
7262 * calendar/holidays.el (list-holidays): Assume atan always bound.
7263
7264 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
7265 Explicitly require calendar, not cal-julian.
7266 * calendar/lunar.el: Explicitly require cal-dst.
7267
67af6bdd
SM
72682008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7269
aa657fbf
SM
7270 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
7271
67af6bdd
SM
7272 * help-fns.el (describe-function-1, describe-variable): If no
7273 replacement is provided, don't print "use nil instead".
7274
37e4d8ed
RW
72752008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7276
7277 * proced.el: New file.
7278
9e60aa0b
JB
72792008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
7280
7281 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
7282
d4919479
JL
72832008-03-25 Juri Linkov <juri@jurta.org>
7284
7285 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
7286 in battery-mode-line-format.
7287
7288 * bindings.el (minibuffer-local-map): For the command
7289 file-cache-minibuffer-complete replace keymap minibuffer-local-map
7290 with map which is already locally bound to minibuffer-local-map.
7291
379ec02c
SM
72922008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7293
a10cca6c
SM
7294 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
7295 Remove `sort-first' argument.
7296
379ec02c
SM
7297 * subr.el (redisplay-end-trigger-functions)
7298 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
7299 (process-filter-multibyte-p, set-process-filter-multibyte):
7300 Mark as obsolete.
7301
4361b6c2
JB
73022008-03-25 Juanma Barranquero <lekktu@gmail.com>
7303
7304 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
7305 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
7306 use the LOCAL arg of `add-hook'.
7307 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
7308 Remove spurious * from defcustom docstrings.
7309 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
7310 Fix typos in messages.
7311 (reb-mode-buffer-p): New function.
7312 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
bb9ba46f
JB
7313 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
7314 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
7315 Use `unless', `when'.
4361b6c2
JB
7316 (re-builder-unload-function): New function.
7317
dd0d723c
DN
73182008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
7319
7320 * vc-hooks.el (vc-state): Add documentation for 'missing.
7321
e2076c2c
DN
73222008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
7323
7324 * progmodes/verilog-mode.el (verilog-auto-output)
7325 (verilog-auto-input, verilog-auto-inout, verilog-auto)
7326 (verilog-delete-auto): Add optional regular expression to
7327 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
7328 (verilog-signals-matching-regexp): New internal function for
7329 signal matching.
7330
6c763a30 73312008-03-25 Johan Bockgård <bojohan@gnu.org>
98db7a38
JB
7332
7333 * info.el (Info-isearch-search): Always return point.
7334
adf4cc7e
SM
73352008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7336
7337 * diff-mode.el (diff-remembered-defdir): New var.
7338 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
7339
4ec69ba5
GM
73402008-03-25 Glenn Morris <rgm@gnu.org>
7341
7342 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
7343 calendar-bahai-prompt-for-date. Update callers, make old name an
7344 obsolete alias. Doc fix.
7345 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
7346 coptic-prompt-for-date. Update callers, make old name an
7347 obsolete alias. Doc fix.
7348 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
7349 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
7350 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
7351 calendar-islamic-prompt-for-date. Update callers. Doc fix.
7352 * calendar/cal-iso.el (calendar-iso-read-date): New name for
7353 calendar-iso-read-args. Update callers, make old name an obsolete
7354 alias.
7355 * calendar/cal-persia.el (calendar-persian-read-date): New name for
7356 persian-prompt-for-date. Update callers, make old name an
7357 obsolete alias. Doc fix. Move definition before use.
7358
7359 * calendar/cal-x.el (diary-frame-parameters)
87b69e9d 7360 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
1d3c128c 7361 (calendar-frame-1): Doc fixes.
4ec69ba5
GM
7362 (make-fancy-diary-buffer): Remove declaration.
7363 (calendar-dedicate-diary): Replace call to deleted function
7364 make-fancy-diary-buffer.
7365 (calendar-frame-setup): New function.
7366 (calendar-one-frame-setup, calendar-only-one-frame-setup)
7367 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
7368 work, and mark as obsolete.
7369 (special-display-buffer-names): Don't mess with this; it's not our
7370 business.
7371 (cal-x-load-hook): Defvar it, and mark as obsolete.
7372
7373 * calendar/calendar.el (calendar-remove-frame-by-deleting):
7374 Default to t. Add to 'calendar group.
7375 (calendar): Doc fix. Use calendar-frame-setup.
7376 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
7377 (generate-calendar-window): Doc fix.
7378
5a07b0f0
SM
73792008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7380
7381 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
7382
4ec69ba5 73832008-03-24 Drew Adams <drew.adams@oracle.com>
89e2d476
SM
7384
7385 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
7386 New variables.
7387 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
7388 (finder-exit): Ignore errors rather than avoiding them.
7389 Kill *Finder-package* buffer also.
7390
318f2a46
AS
73912008-03-24 Andreas Schwab <schwab@suse.de>
7392
7393 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
7394
d6f47dff
DN
73952008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
7396
49546869
DN
7397 * vc-hg.el (vc-hg-after-dir-status):
7398 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
7399
89e2d476
SM
7400 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
7401 Detect removed files.
874f31a6 7402
d6f47dff
DN
7403 * vc.el (vc-status-printer): Use a different face for missing files.
7404 (vc-status-hide-up-to-date): Rename from
7405 vc-status-remove-up-to-date. Update all callers.
7406 (vc-status-mode-map): Bind C-m.
7407
75cb52be
DN
74082008-03-24 Alexandre Julliard <julliard@winehq.org>
7409
7410 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
7411 code ...
7412 (vc-git--state-code): ... to this new function.
7413 (vc-git-state): Use it.
7414
9c92e913
MO
74152008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
7416
7417 * textmodes/remember.el (remember-mail-date)
7418 (remember-store-in-mailbox): Write date and From line in such a
7419 way that Mutt can read it.
7420
4bfee361
CY
74212008-03-23 Chong Yidong <cyd@stupidchicken.com>
7422
7423 * simple.el (transient-mark-mode): Turn on by default.
7424
d39730b8
DN
74252008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
7426
54bf3704
DN
7427 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
7428 'unregistered for unregistered files.
7429
5440448e 7430 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
3204d064 7431
39d0516b
DN
7432 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
7433
4e383781
DN
7434 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
7435 subdirectories.
7436
d39730b8 7437 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
4361b6c2
JB
7438 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
7439 Add :enable for vc-status-refresh.
d39730b8 7440 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
4361b6c2
JB
7441 (vc-status-tool-bar-map): Add binding for
7442 vc-status-kill-dir-status-process.
d39730b8
DN
7443 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
7444 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
7445 Reset vc-status-process-buffer.
7446 (vc-status-refresh): Don't run two refreshes at a time.
7447 (vc-status): If the buffer is already in vc-status-mode only refresh.
484c3092
DN
7448 (vc-status-mark-buffer-changed): Add an optional file parameter.
7449 (vc-resynch-buffer): Use it.
4361b6c2
JB
7450 (vc-delete-file): Expand the file name before using it.
7451 Be careful to not create a new buffer with the old file contents.
484c3092 7452 Update the VC state after performing the operation.
d39730b8 7453
a08404b7
AS
74542008-03-23 Andreas Schwab <schwab@suse.de>
7455
4361b6c2
JB
7456 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
7457 Fix radio button condition.
3a5b5d14
AS
7458 [box]: Likewise.
7459 [customize]: Add radio button.
a08404b7 7460
7a2c03a8
JB
74612008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
7462
7463 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
7464 (calc-user-parse-tables, calc-gnuplot-default-device)
7465 (calc-gnuplot-default-output, calc-gnuplot-print-device)
7466 (calc-gnuplot-print-output, calc-gnuplot-geometry)
7467 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
7468 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
7469 (calc-undo-list, calc-redo-list, calc-main-buffer)
7470 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
7471 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
7472 (calc-said-hello, calc-executing-macro, calc-any-selections)
7473 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
7474 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
7475 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
7476 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
7477 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
7478 (calc-create-buffer, calc-quit): Add docstrings.
7479
84c420c3
JB
74802008-03-23 Juanma Barranquero <lekktu@gmail.com>
7481
7482 * makefile.w32-in (WINS_ALMOST): Add org.
7483
798dafb4
DN
74842008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
7485
7486 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
7487 New functions to implement vc-status support.
7488
935f7c5a
DN
74892008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
7490
e9e065e5
DN
7491 * vc.el (vc-status-prepare-status-buffer): New function.
7492 (vc-status): Use it.
7493
935f7c5a
DN
7494 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
7495 appropriate.
7496
8e4e4aef
DN
74972008-03-22 Alexandre Julliard <julliard@winehq.org>
7498
7499 * vc-git.el (vc-git--empty-db-p)
7500 (vc-git-after-dir-status-stage1-empty-db): New functions.
7501 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
7502 Add support for empty repositories.
7503
3281a821
DN
75042008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
7505
dd3ffb9a
DN
7506 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7507 Allow "^" in a version name.
7508
3281a821
DN
7509 * vc-mtn.el (vc-mtn-state): Support the added state.
7510
ecf18552
CD
75112008-03-22 Carsten Dominik <dominik@science.uva.nl>
7512
7513 * org: New directory for Org-mode.
7514
7515 * org/org-export-latex.el: Moved from lisp/texmodes.
7516
7517 * org/org-irc.el: Moved from lisp/texmodes.
7518
7519 * org/org-mac-message.el: Moved from lisp/texmodes.
7520
7521 * org/org-mouse.el: Moved from lisp/texmodes.
7522
7523 * org/org-publish.el: Moved from lisp/texmodes.
7524
df27f31f
JL
75252008-03-21 Juri Linkov <juri@jurta.org>
7526
7527 * comint.el (comint-dynamic-simple-complete):
7528 Use variable `stub' for the second arg `common-substring'
7529 of `comint-dynamic-list-completions'.
7530 (comint-dynamic-list-filename-completions):
7531 Use variable `filenondir' for the second arg `common-substring'
7532 of `comint-dynamic-list-completions'.
7533 (comint-dynamic-list-completions): Add new optional arg
7534 `common-substring'. Add `common-substring' as the second arg of
7535 the call to `display-completion-list'. Doc fix.
7536
7537 * comint.el (comint-dynamic-complete-as-filename)
7538 (comint-dynamic-list-filename-completions)
7539 (comint-dynamic-simple-complete): Use `minibuffer-message'
7540 to display message "No completions of %s" when a command
7541 is called in the minibuffer.
7542 (comint-dynamic-simple-complete): Don't display other
7543 completion messages when a command is called in the minibuffer.
7544 (comint-dynamic-list-completions): Use `minibuffer-message'
7545 to display message " [Type space to flush ...]" when a command
7546 is called in the minibuffer.
7547
7548 * shell.el (shell-dynamic-complete-command)
7549 (shell-dynamic-complete-environment-variable): Don't display
7550 completion messages when command is called in the minibuffer.
7551
ec800cf0
JL
7552 * emacs-lisp/lisp.el (lisp-complete-symbol):
7553 Use `minibuffer-message' to display message "No completions of %s"
7554 when this command is called in the minibuffer.
7555
df27f31f
JL
7556 * bindings.el (standard-mode-line-modes): Put special help-echo
7557 tooltip on recursive edit %[ %] mode-line constructs.
7558
7559 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
7560 "^No dynamic expansion for .* found$" to allow error messages like
7561 "No dynamic expansion for \"%s\" found in this-buffer".
7562
12aeeb57
MA
75632008-03-21 Michael Albinus <michael.albinus@gmx.de>
7564
7565 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
7566 "psftp".
7567
45b24b4d
SM
75682008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7569
7570 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
7571 * vc.el (vc-default-dired-state-info): Use just "modified".
7572 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
7573 (vc-cvs-mode-line-string): Make use of the better default.
7574 (vc-cvs-parse-entry): Use the new `added'.
7575 (vc-cvs-dired-state-info): Remove.
7576 * vc-svn.el (vc-svn-dired-state-info): Remove.
7577 * vc-hg.el (vc-hg-dired-state-info): Remove.
7578 * vc-git.el (vc-git-dired-state-info): Remove.
7579
e345c46e
DN
75802008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
7581
7582 * vc-git.el (vc-git-status-result): New variable.
7583 (vc-git-dir-status): Split out ...
7584 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
7585 ... these new functions and work asynchronously.
7586
12cb746e
DN
75872008-03-21 Alexandre Julliard <julliard@winehq.org>
7588
7589 * vc-git.el (vc-git-after-dir-status): Remove.
7590 (vc-git-dired-state-info): Reimplement.
7591
6a3f9bb7
DN
75922008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
7593
a22f42ac
DN
7594 * replace.el (occur-mode-map): Add :help.
7595
175e5186
DN
7596 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
7597 for disassemble.
7598
21f3a277
DN
7599 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
7600 the 'added state.
7601 (vc-status-remove-up-to-date): New function.
7602 (vc-status-mode-map, vc-status-menu-map): Bind it.
7603 (vc-status-printer): Use a different face up-to-date files.
7604 (vc-resynch-buffer): Update the vc-status buffer if it exists.
7605 (Todo): Remove solved entries.
7606
6a3f9bb7
DN
7607 * vc-hg.el (vc-hg-state):
7608 * vc-git.el (vc-git-state):
7609 * vc-cvs.el (vc-cvs-parse-status):
7610 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
7611 state.
7612
286d4b3b
SM
76132008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7614
7615 * progmodes/compile.el (compile):
7616 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
7617
1816387a 7618 * simple.el (minibuffer-local-shell-command-map): New var.
286d4b3b
SM
7619 (minibuffer-complete-shell-command, read-shell-command): New funs.
7620 (shell-command, shell-command-on-region): Use them.
7621
9f7ddd67
DN
76222008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7623
7624 * vc.el (vc-status-mark-buffer-changed): New function to implement
7625 updating of the *vc-status* buffer when a buffer is saved.
7626 (vc-status-mode): Use it for after-change-hook.
7627 (vc-add-to-vc-status-buffer): Rename to ...
7628 (vc-status-add-entry): ... this.
7629 (Todo): Add new entry.
7630
1fa85ea8
SM
76312008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7632
7633 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
7634
077aec27
JB
76352008-03-20 Juanma Barranquero <lekktu@gmail.com>
7636
7637 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
7638 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
7639 Remove spurious * from defcustom docstrings.
7640 (icomplete-compute-delay): Fix docstring and remove spurious *.
7641 (icomplete-delay-completions-threshold): Fix typo in docstring and
7642 remove spurious *.
7d94fb17
JB
7643 (icomplete-completions): While collecting the list of prospective
7644 candidates, don't overshoot `icomplete-prospects-length'.
077aec27 7645
0c86715d
DN
76462008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7647
7648 * textmodes/refbib.el:
7649 * textmodes/reftex.el:
7650 * textmodes/reftex-global.el:
7651 * textmodes/reftex-vars.el:
7652 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
7653 compiler pacifying defvars.
7654 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
077aec27
JB
7655 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
7656 not needed.
0c86715d 7657
495ab0d5
DN
76582008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
7659
077aec27 7660 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
495ab0d5
DN
7661 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
7662 (verilog-customize, verilog-font-customize)
7663 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
7664 (verilog-mode): Update documentation strings to match tool tips.
7665 (verilog-auto-search-do, verilog-auto-re-search-do)
7666 (verilog-skip-forward-comment-or-string): Fix verilog-auto
7667 expansion when a .* appears inside a string.
077aec27
JB
7668 (verilog-re-search-forward, verilog-re-search-backward):
7669 Add comment to recall how this works.
7670 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
495ab0d5 7671
7d17537f
GM
76722008-03-20 Glenn Morris <rgm@gnu.org>
7673
7674 * calendar/calendar.el (calendar-other-dates): New function.
7675 (calendar-print-other-dates): Use calendar-other-dates.
7676 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
7677 the declarations it replaces.
7678 (calendar-mouse-print-dates): Use calendar-other-dates.
7679
7680 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
7681 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
7682 (calendar-absolute-from-bahai): Fix the leap-year case.
7683 (calendar-bahai-from-absolute): Re-use the Gregorian month.
077aec27
JB
7684 (calendar-bahai-date-string, calendar-bahai-print-date):
7685 Handle pre-Bahai dates.
7d17537f
GM
7686
7687 * calendar/cal-china.el (chinese-calendar-celestial-stem)
7688 (chinese-calendar-terrestrial-branch): Make defcustoms.
7689
7690 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
7691 (calendar-mouse-view-diary-entries): Use or.
7692 (calendar-mouse-chinese-date): Remove unused command.
7693 (cal-menu-load-hook): Mark as obsolete.
7694
7695 * calendar/solar.el (calendar-location-name, calendar-latitude)
7696 (calendar-longitude, solar-arctan, sunrise-sunset)
7697 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
7698
01633b01
JB
76992008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
7700
7701 * calc/calc.el: Remove outdated comments.
7702 (defcalcmodevar, calc-mode-var-list-restore-default-values)
7703 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
7704 Add docstrings.
7705
c56e37dd
JR
77062008-03-19 Jason Rumney <jasonr@gnu.org>
7707
7708 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
7709
ea666a77
RS
77102008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
7711
7712 * net/tls.el (open-tls-stream): Reindent.
7713
aff67808
MA
77142008-03-19 Michael Albinus <michael.albinus@gmx.de>
7715
7716 * net/tramp.el (tramp-let-maybe): Removed.
7717 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
7718 It does not exist under XEmacs.
7719 (tramp-handle-file-truename, tramp-handle-expand-file-name)
7720 (tramp-completion-file-name-handler): Let-bind
7721 `directory-sep-char'.
7722
7723 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
7724 `directory-sep-char'.
7725
d63b01e1
SM
77262008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7727
55067594
SM
7728 * help-fns.el (describe-function-1): Don't signal "missing arglist"
7729 for autoloaded keymaps.
7730
d63b01e1
SM
7731 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
7732 (electric-verilog-terminate-line, verilog-in-struct-region-p)
7733 (verilog-backward-ws&directives, verilog-forward-ws&directives)
7734 (verilog-in-comment-p, verilog-in-star-comment-p)
7735 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
7736 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
7737 (verilog-skip-forward-comment-or-string, verilog-in-paren)
cdf8b62f 7738 (verilog-skip-forward-comment-p): Use it.
d63b01e1 7739
d6baaf33
JB
77402008-03-19 Juanma Barranquero <lekktu@gmail.com>
7741
7742 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
7743 (org-remember-templates, org-time-stamp-rounding-minutes)
7744 (org-back-over-empty-lines, org-find-base-buffer-visiting)
7745 (org-columns-new): Fix typos in docstrings.
7746
699a11fb
GM
77472008-03-19 Glenn Morris <rgm@gnu.org>
7748
7749 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
7750 (tramp-handle-shell-command): Use condition-case rather than
7751 ignore-errors.
7752
9f4e4f5b
DN
77532008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7754
7755 * diff-mode.el (diff-header): Make the color louder.
7756 (diff-refine-change): Tone the color down.
7757
95eede5c
JB
77582008-03-19 Juanma Barranquero <lekktu@gmail.com>
7759
7760 * descr-text.el (describe-char): When `describe-char-unidata-list'
7761 is set to show all properties, list them in the right order.
7762
00fc37d1
SM
77632008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7764
7765 * international/mule.el (load-with-code-conversion): Avoid setting
7766 default-enable-multibyte-characters.
7767
6c763a30 77682008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
14b7a0b5
SM
7769
7770 * vc.el (vc-annotate-background): Fix custom type.
7771
3afc21a9
SM
77722008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7773
3253c7c6
SM
7774 * descr-text.el (describe-char-unidata-list): Allow specifying
7775 just all properties.
7776 (describe-char): Handle that new value.
7777
3afc21a9
SM
7778 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
7779
322f4559
TH
77802008-03-18 Tassilo Horn <tassilo@member.fsf.org>
7781
7782 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
7783 instead of file name extension to make docs with uncommon
7784 extensions work.
7785
23cda572
TH
77862008-03-18 Tassilo Horn <tassilo@member.fsf.org>
7787
7788 * doc-view.el (require): Require cl at compile time because
7789 `assert' needs it.
7790
acab8b97
GM
77912008-03-18 Glenn Morris <rgm@gnu.org>
7792
7793 * calendar/calendar.el (initial-calendar-window-hook)
7794 (today-visible-calendar-hook): Doc fixes.
7795
57671b72
MA
77962008-03-17 Michael Albinus <michael.albinus@gmx.de>
7797
7798 * net/tramp.el (tramp-root-regexp): Simplify.
7799 (tramp-completion-file-name-regexp-separate): Don't insist on
7800 leading "[". This prevents method or user or host completion.
7801 (tramp-let-maybe): Autoload it.
7802 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
7803 is an alias for `identity'.
7804 (tramp-handle-write-region): Protect `last-coding-system-used'
7805 over the trailing statements.
3afc21a9
SM
7806 (tramp-completion-file-name-handler-post-function): Remove.
7807 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
7808 instead of calling `tramp-drop-volume-letter'.
57671b72 7809
3afc21a9
SM
7810 * net/tramp.el:
7811 * net/tramp-uu.el:
7812 * net/trampver.el: Move coding cookie at the end.
57671b72 7813
800a97b8
SM
78142008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7815
7816 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
7817 elements which may be something else than characters.
7818
7afdc391
DN
78192008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
7820
7ee8e7eb
DN
7821 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
7822 New functions to implement vc-status support.
7823
7824 * vc.el (vc-default-extra-status-menu)
7825 (vc-add-to-vc-status-buffer): New functions.
7826
7afdc391
DN
7827 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7828 for eldoc and ielm.
7829
2c080040
GM
78302008-03-17 Glenn Morris <rgm@gnu.org>
7831
7832 * calendar/cal-x.el (diary-frame-parameters)
7833 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
7834 Fix custom type; add options.
7835 (calendar-frame, diary-frame): Doc fixes.
7836 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
7837 new functions.
7838 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
7839 Use calendar-frame-1 and calendar-dedicate-diary.
7840 (calendar-one-frame-setup): Also handle only-one-frame case.
7841 (calendar-only-one-frame-setup): Doc fix. Just call
7842 calendar-one-frame-setup.
7843
7844 * calendar/diary-lib.el: Re-order some definitions before their use.
7845 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
7846 (diary-list-entries): Doc fixes.
7847 (make-fancy-diary-display): Remove function.
7848
7849 * calendar/calendar.el (calendar-today-marker)
7850 (initial-calendar-window-hook, today-visible-calendar-hook)
87b69e9d 7851 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
2c080040
GM
7852 (calendar-star-date, calendar-mark-today): Doc fixes.
7853 (today-visible-calendar-hook): Add options.
7854 (calendar-in-read-only-buffer): New macro.
7855 (calendar-basic-setup): Adapt for change in calendar-read-date.
7856 Place holiday let inside if.
7857 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
7858 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
7859 (calendar-print-other-dates): Use one let rather than many.
7860
7861 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
7862 (calendar-print-other-dates):
7863 * calendar/cal-hebrew.el (list-yahrzeit-dates):
7864 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
7865 * calendar/holidays.el (calendar-list-holidays, list-holidays)
7866 (calendar-cursor-holidays):
7867 * calendar/lunar.el (calendar-phases-of-moon): Use
7868 calendar-in-read-only-buffer to replace previous code and disable undo.
7869
f564644b
JL
78702008-03-16 Juri Linkov <juri@jurta.org>
7871
7872 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
7873 and regexp-search-ring-yank-pointer for the HISTPOS argument of
7874 read-from-minibuffer to provide the correct initial minibuffer
7875 history position in isearch-edit-string when it is called from
7876 isearch-ring-adjust.
7877
7878 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
7879 to check if the current buffer is the minibuffer, and in this case
7880 call abort-recursive-edit to kill the minibuffer. Doc fix.
7881 (kill-this-buffer-enabled-p): Allow this function to return non-nil
7882 when the current buffer is the minibuffer.
7883
7884 * simple.el (goto-line): Leave mark at previous position. Doc fix.
7885
7edd6b92
TH
78862008-03-16 Tassilo Horn <tassilo@member.fsf.org>
7887
7888 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
7889 Use non-nil PARENTS attribute of make-directory instead of
7890 explicitly checking existence the current cache directory.
7891
2ecb26c3
MO
78922008-03-16 Daiki Ueno <ueno@unixuser.org>
7893
7894 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
7895 M-x epa-file-select-keys.
7896
03f244e2
KH
78972008-03-16 Kenichi Handa <handa@m17n.org>
7898
2472a6f0
JB
7899 * international/mule.el (auto-coding-alist):
7900 Use no-conversion-multibyte for archive files.
03f244e2 7901
f1700e26
GM
79022008-03-16 Glenn Morris <rgm@gnu.org>
7903
7904 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
7905 New functions.
7906 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
7907 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
7908 Use calendar-mark-1.
7909 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
7910 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
7911 Use calendar-mark-complex.
7912 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
7913 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
7914 Use calendar-mark-1.
7915
7916 * calendar/calendar.el (calendar-mod): Remove.
7917 * calendar/cal-china.el (calendar-chinese-from-absolute)
7918 (calendar-chinese-date-string): Expand calendar-mod calls.
59492844
GM
7919 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
7920 Expand calendar-mod calls.
f1700e26
GM
7921
7922 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
7923 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
7924 (diary-bahai-insert-yearly-entry): Use let rather than let*.
7925 Move obsolete aliases after the functions that replaced them.
7926
7927 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
7928 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
7929 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
7930 Use let rather than let*.
7931 (calendar-hebrew-prompt-for-date): New function.
7932 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
7933 (holiday-tisha-b-av-etc): Use unless, let.
7934
7935 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
7936 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
7937
59492844
GM
7938 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
7939
f1700e26
GM
7940 * calendar/calendar.el (calendar-for-loop): Add indent spec.
7941
7942 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
7943 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
7944 than concat.
7945 (diary): Remove un-needed let.
7946 (view-other-diary-entries): Rename argument.
7947 (diary-list-entries-2): New function.
7948 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
7949 (print-diary-entries): Use unless.
7950 (diary-mark-entries-1): Change argument order, make all but
2472a6f0
JB
7951 markfunc optional. Handle the standard (Gregorian) case.
7952 Use match-string-no-properties. Handle marks.
f1700e26
GM
7953 (mark-diary-entries): Use diary-mark-entries-1.
7954 (diary-font-lock-keywords-1): New macro.
7955 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
7956
79572008-03-16 Ulf Jasper <ulf.jasper@web.de>
7958
7959 * icalendar.el (icalendar-version): Increase to 0.18.
7960 (icalendar-export-hidden-diary-entries): New variable.
7961 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
7962 In case of error, insert full error-val.
7963 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
7964 Use calendar-day-of-week. Return the day number.
7965 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
7966
79672008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
7968
7969 * icalendar.el (icalendar-recurring-start-year): New variable.
7970 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
7971 (icalendar-export-region): Ignore hidden diary entries.
7972 (icalendar--convert-ordinary-to-ical): Fix case where event
7973 spans across midnight boundary.
7974 (icalendar-first-weekday-of-year): New function.
7975 (icalendar--convert-weekly-to-ical): Allow user-selectable start
7976 year for recurring events (Mozilla calendars do not propagate
7977 recurring events forever, so year 2000 start date was not working).
7978 (icalendar--convert-yearly-to-ical): Remove extra spaces in
7979 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
7980
a8a70098
MA
79812008-03-15 Michael Albinus <michael.albinus@gmx.de>
7982
57671b72 7983 * net/tramp.el (tramp-root-regexp): New defconst.
a8a70098
MA
7984 (tramp-completion-file-name-regexp-unified)
7985 (tramp-completion-file-name-regexp-separate)
7986 (tramp-completion-file-name-regexp-url): Use it.
800a97b8
SM
7987 (tramp-do-copy-or-rename-file-via-buffer):
7988 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
a8a70098
MA
7989 t for `insert-file-contents-literally'.
7990 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
7991 Autoload it.
7992 (tramp-completion-file-name-handler-post-function): New defconst.
7993 (tramp-completion-file-name-handler): Use it.
7994 (tramp-maybe-open-connection): Update calls to
7995 `tramp-flush-connection-property' for removed 2nd argument.
7996
39f44442
SM
79972008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7998
7999 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
8000 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
8001 New functions.
8002
4e11bcc2
GM
80032008-03-15 Glenn Morris <rgm@gnu.org>
8004
8005 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
8006 New functions.
8007 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
8008 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
8009 (diary-list-entries-1, diary-mark-entries-1): Autoload.
8010 (diary-bahai-list-entries): Use diary-list-entries-1.
8011 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
8012 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
8013 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
8014 (diary-list-entries-1, diary-mark-entries-1): Autoload.
8015 (list-hebrew-diary-entries): Use diary-list-entries-1.
8016 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
8017 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
8018 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
8019 (diary-list-entries-1, diary-mark-entries-1): Autoload.
8020 (list-islamic-diary-entries): Use diary-list-entries-1.
8021 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
8022
8023 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
8024
8025 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
8026
8027 * calendar/cal-china.el (number-chinese-months)
8028 (calendar-chinese-from-absolute): Use nth, caar.
8029
8030 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
8031
8032 * calendar/cal-french.el (french-calendar-accents): Doc fix.
8033
8034 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
8035 (calendar-hebrew-month-name-array-leap-year)
8036 (hebrew-calendar-parashiot-names): Make constants.
8037 (diary-parasha): Move definition after constants it uses.
8038
8039 * calendar/cal-html.el (cal-html-insert-link-yearpage)
8040 (cal-html-htmlify-list): Doc fix.
8041 (cal-html-htmlify-entry): Use nth.
8042
8043 * calendar/cal-islam.el (calendar-islamic-month-name-array)
8044 (calendar-islamic-epoch): Make constants.
8045 (calendar-islamic-epoch): Doc fix.
8046
8047 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
8048
8049 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
8050 (cal-tex-month-name): Doc fix.
8051 (cal-tex-last-blank-p): Use zerop.
8052
8053 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
8054 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
8055 (calendar-cursor-to-date): Doc fix.
8056 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
8057 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
8058 (calendar-day-number): Use when.
8059 (generate-calendar-month): Use dotimes.
8060 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
8061 (calendar-set-mark): Reverse conditional.
8062 (calendar-make-alist): Move definition before use.
8063
8064 * calendar/diary-lib.el (diary-face-attrs)
8065 (diary-glob-file-regexp-prefix, diary-selective-display)
87b69e9d 8066 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
4e11bcc2
GM
8067 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
8068 (diary-anniversary, diary-cyclic)
8069 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
8070 (diary-header-line-format): Change wording.
8071 (diary-list-entries): Set `date-start' in let.
8072 (include-other-diary-files, mark-included-diary-files): Use format.
8073 (simple-diary-display, fancy-diary-display): Use cadr, unless.
8074 (mark-diary-entries): Use 1+.
8075 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
8076 (mark-calendar-month): Use dotimes.
8077
2472a6f0
JB
8078 * calendar/holidays.el (displayed-month, displayed-year):
8079 Move declarations where needed.
4e11bcc2
GM
8080 (calendar-list-holidays): Doc fix.
8081
8082 * calendar/parse-time.el (parse-time-string): Simplify.
8083
8084 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
8085 Make constants.
8086 (solar-sunrise-sunset): Rename some local variables for clarity.
8087 (sunrise-sunset): Use zerop.
8088 (solar-mean-equinoxes/solstices): Doc fix.
8089
8090 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
8091 Use nth.
8092 (timeclock-completing-read, timeclock-generate-report): Use zerop.
8093 (timeclock-mean, timeclock-generate-report): Use dolist.
8094
8095 * calendar/todo-mode.el (todo-add-category): Simplify.
2472a6f0
JB
8096 (todo-more-important-p, todo-delete-item, todo-file-item):
8097 Use unless, when.
4e11bcc2
GM
8098 (todo-top-priorities): Use zerop.
8099
b1c69133
NR
81002008-03-14 Nick Roberts <nickrob@snap.net.nz>
8101
8102 * buff-menu.el (list-buffers-noselect): Display buffer name in
8103 tooltip instead of mouse binding when it doesn't fit in the list.
8104
f31b1257
DN
81052008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
8106
8107 * faces.el (xw-defined-colors):
8108 * simple.el (widget-convert, shell-mode): Declare as functions
8109 instead of autoloading.
8110
8111 * abbrev.el:
8112 * button.el:
8113 * cus-face.el:
8114 * ediff-hook.el:
8115 * emacs-lisp/backquote.el:
8116 * emacs-lisp/timer.el:
8117 * facemenu.el:
8118 * faces.el:
8119 * menu-bar.el:
8120 * simple.el:
8121 * subr.el:
8122 * textmodes/fill.el:
8123 * textmodes/paragraphs.el: Remove autoloads, redundant when the
8124 files are preloaded.
8125
116d5bc7
SM
81262008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * desktop.el (desktop-create-buffer): Don't catch errors if
8129 debug-on-error is set.
8130
c79a07d7
EZ
81312008-03-14 Eli Zaretskii <eliz@gnu.org>
8132
8133 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
8134 ($(lisp)/calendar/diary-loaddefs.el)
8135 ($(lisp)/calendar/hol-loaddefs.el): New targets.
8136 (LOADDEFS): New macro.
8137 (autoloads): Depend on $(LOADDEFS).
8138
f9a9491f
DN
81392008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
8140
ef49d20f
DN
8141 * font-lock.el (featurep): Remove test, not useful anymore.
8142 (facemenu-keymap): Move key binding ...
8143 * facemenu.el (facemenu-keymap): ... here.
8144
ac51b151
DN
8145 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
8146 for each file in the list.
8147 (vc-bzr-log-view-mode): Recognize the file marker.
8148
f9a9491f
DN
8149 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8150 for checkdoc and profiling.
8151
23e33070
BG
81522008-03-14 Bastien Guerry <bzg@altern.org>
8153
800a97b8 8154 * textmodes/flyspell.el (nxml-mode): Add the right
23e33070
BG
8155 `flyspell-mode-predicate'.
8156
8157 * wid-edit.el (link): Use 'mouse-face for :follow-link.
8158
c1fbdbbb
GM
81592008-03-14 Glenn Morris <rgm@gnu.org>
8160
e7148377
GM
8161 * calendar/solar.el: Reorder so that functions are defined before use.
8162 (displayed-month, displayed-year): Move declarations where needed.
8163 (solar-get-number): Move definition before use. Use unless.
8164 (solar-equatorial-coordinates): Simplify.
8165 (solar-sunrise-and-sunset): Use let rather than let*.
b95c7600 8166 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
e7148377 8167
1d1100d7
GM
8168 * startup.el (command-line-1): Rename -internal-script back to
8169 -scriptload (reverts previous change).
8170
6bd7c8eb
GM
8171 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
8172 (calendar-bahai-leap-base): Add doc strings.
8173 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
8174 Move definition before use.
8175 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
8176 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
8177 variables outside the loop. Use dolist.
8178 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
8179
465323b6
GM
8180 * calendar/cal-china.el: Re-order so that functions are defined before
8181 use.
8182 (displayed-month, displayed-year): Move declarations where needed.
8183 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
8184 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
8185 Add doc strings.
8186 (chinese-year-cache): Recenter on 2010. Doc fix.
8187 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
8188 Doc fix. Simplify.
8189 (chinese-year-cache-init): New function.
8190 (compute-chinese-year, holiday-chinese-new-year)
8191 (calendar-chinese-date-string, calendar-goto-chinese-date)
8192 (make-chinese-month-assoc-list): Use cadr, nth.
8193 (chinese-months): Remove un-needed let.
8194
87b69e9d 8195 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
75762c68
GM
8196 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
8197 (coptic-prompt-for-date): Move definition before use.
8198
4b8683c7
GM
8199 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
8200 (calendar-dst-find-data, calendar-daylight-time-offset)
8201 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
8202 (calendar-daylight-savings-starts-time)
8203 (calendar-daylight-savings-ends-time): Use cadr, nth.
8204
5424a530
GM
8205 * calendar/cal-french.el (french-calendar-epoch)
8206 (calendar-goto-french-date): Doc fix.
8207 (french-calendar-month-name-array)
8208 (french-calendar-multibyte-month-name-array)
8209 (french-calendar-day-name-array, french-calendar-special-days-array):
8210 Add doc strings.
8211
8f11970d
GM
8212 * calendar/cal-hebrew.el (displayed-month, displayed-year)
8213 (original-date): Move declarations where needed.
8214 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
8215 Doc fix.
8216 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
8217 constant variables outside the loop. Use dolist.
8218
f852191f
GM
8219 * calendar/cal-islam.el (displayed-month, displayed-year)
8220 (original-date): Move declarations where needed.
8221 (islamic-calendar-day-number): Remove unused local variable `day'.
8222 (calendar-goto-islamic-date): Doc fix.
8223 (holiday-islamic): Use unless.
8224 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
8225 constant variables outside the loop. Use dolist.
8226 (mark-islamic-calendar-date-pattern): Move definition before use.
8227 Use unless.
8228 (mark-islamic-diary-entries): Doc fix.
8229 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
8230 (insert-yearly-islamic-diary-entry): Use let rather than let*.
8231
800a97b8
SM
8232 * calendar/cal-julian.el (calendar-absolute-from-julian):
8233 Move definition before use. Remove un-needed local `day'.
c8ca95dd
GM
8234 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
8235
20a614c6
GM
8236 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
8237 (calendar-mayan-tzolkin-names-array): Add doc strings.
8238 (calendar-mayan-long-count-from-absolute): Use a single let.
8239 (calendar-string-to-mayan-long-count): Simplify.
8240 (calendar-next-haab-date, calendar-previous-haab-date)
8241 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
8242 (calendar-previous-calendar-round-date)
8243 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
8244 Doc fix.
8245 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
8246 (calendar-mayan-date-string, calendar-print-mayan-date)
8247 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
8248 (calendar-mayan-long-count-common-era): Move definitions before use.
8249
6cd61ebd
GM
8250 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
8251 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
8252 Doc fix.
8253 (calendar-mouse-goto-date): Move definition before use.
8254
cfcc468f
GM
8255 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
8256 Move definition before use.
8257 (calendar-cursor-to-visible-date): Move definition before use.
8258 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
8259 and place inside the conditional.
8260 (calendar-forward-day): Simplify.
8261 (calendar-end-of-month): Use unless.
8262 (calendar-goto-day-of-year): Doc fix.
8263 Relocate obsolete aliases after their replacements.
8264
52e0f59e
GM
8265 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
8266
75762c68
GM
8267 * calendar/diary-lib.el (mark-diary-entries): Move some constant
8268 variables outside the diary-date-forms loop.
8269
27a28b50
GM
8270 * calendar/calendar.el (diary-file): Doc fix.
8271 (calendar-buffer-list): Return buffers rather than strings (fixes
8272 previous change).
4f17e276 8273 (hebrew-holidays-4): Fix typo.
27a28b50 8274
71855cc5
GM
8275 * calendar/holidays.el (displayed-month, displayed-year):
8276 Move declarations where needed.
8277 (calendar-holiday-list, calendar-list-holidays)
8278 (holiday-filter-visible-calendar): Move definitions before use.
8279 (list-holidays): Use cadr.
8280 Relocate obsolete aliases after their replacements.
8281
9c0b9187
GM
8282 * calendar/lunar.el (date, displayed-month, displayed-year):
8283 Move declarations where needed.
8284 (lunar-phase-list): Move definition after functions it uses.
8285 (calendar-phases-of-moon, diary-phases-of-moon)
8286 (lunar-new-moon-on-or-after): Use cadr, nth.
8287 (lunar-new-moon-on-or-after): Doc fix.
8288
c1fbdbbb
GM
8289 * textmodes/org-irc.el (top-level): CL not required when compiling.
8290 (org-irc-visit-erc): Replace runtime CL functions.
8291
8292 * textmodes/org-publish.el (declare-function): Add compatibility stub.
8293 (org-publish-delete-dups): Declare as function.
8294
f392f8b4
DN
82952008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
8296
8297 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
8298 (vc-bzr-show-log-entry): Make regexp match more cases.
8299 (vc-diff-switches-list): Remove autoload, not needed.
8300
a71a98cf
JL
83012008-03-14 Juri Linkov <juri@jurta.org>
8302
8303 * isearch.el (isearch-edit-string): Remove one call to
8304 `isearch-push-state' not to push an inconsistent state,
8305 but keep another correct call to `isearch-push-state'.
8306 (isearch-ring-adjust): Call `isearch-push-state' only when
8307 `search-ring-update' is non-nil since `isearch-edit-string'
8308 already pushes its state.
8309 (isearch-message): Improve matching the failed part by checking
8310 if the original message starts with the last successful message.
8311
8312 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
800a97b8 8313 (dired-perm-write): Rename from `dired-warn-writable'.
a71a98cf
JL
8314 Change parent face from `font-lock-warning-face' to
8315 `font-lock-comment-delimiter-face'.
8316 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
800a97b8 8317 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
a71a98cf
JL
8318 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
8319 with `dired-perm-write-face'.
8320
5986c5c6
TH
83212008-03-13 Tassilo Horn <tassilo@member.fsf.org>
8322
8323 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
8324 Create cache dir only if it doesn't already exist.
8325
23ae1f25
SM
83262008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8327
8328 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
8329 of \ and '.
8330
6c763a30 83312008-03-13 Johan Bockgård <bojohan@gnu.org>
03e49c06 8332
23ae1f25
SM
8333 * net/browse-url.el (browse-url-text-xterm):
8334 Unquote browse-url-text-browser.
03e49c06 8335
0fc0f178
CD
83362008-03-13 Carsten Dominik <dominik@science.uva.nl>
8337
699b9291
CD
8338 * textmodes/org-mouse.el: Version number change.
8339
2472a6f0 8340 * textmodes/org-publish.el (org-publish-expand-components):
4b67ea89 8341 Remove null projects from the list of components.
23ae1f25
SM
8342 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
8343 Remove unused retrieval of the :publishing-directory property.
4b67ea89
CD
8344 (org-publish-file): Bugfix: when using a relative directory as the
8345 publishing directory, convert it to a directory filename.
8346 (org-publish-project): New alias.
8347 (org-publish-get-files): Protect against empty p.
23ae1f25 8348 (org-publish-file): Send an error when file is not part of any project.
4b67ea89
CD
8349 (org-publish-file): Offer to refresh the list of files in known
8350 project when the current file is not part of any project.
8351 (org-publish-before-export-hook)
8352 (org-publish-after-export-hook): New hooks.
8353 (org-publish-org-to): Use new hooks and kill buffers.
8354 (org-publish-file): Remove the code for killing buffers.
8355 (org-publish-initialize-files-alist): Use interactive.
8356 (org-publish-file): If the publishing function creates a new
8357 buffer, kill it after publishing.
8358 (org-publish-timestamp-filename): Protect ":" in file name path
8359 under windows.
8360
2a57416f
CD
8361 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
8362 change that killed the LaTeX buffer.
8363
0fc0f178
CD
8364 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
8365 in the decision tree.
23ae1f25
SM
8366 (org-select-remember-template): Clean the code.
8367 (org-prepare-dblock): Add the extra :content parameter.
0fc0f178
CD
8368 (org-write-agenda): New output type ".ics" files.
8369 (org-write-agenda): Call `org-icalendar-verify-function', both for
8370 time stamps and for TODO entries.
8371 (org-agenda-collect-markers, org-create-marker-find-array)
8372 (org-check-agenda-marker-table): New functions.
8373 (org-agenda-marker-table): New variable.
8374 (org-export-as-html): Revert the change that killed the html
8375 buffer. Side effects first need to be studied carefully.
23ae1f25 8376 (org-get-tags-at): Fix the structure of the condition-case statement.
0fc0f178
CD
8377 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
8378 (org-timestamp-change): Fix regulear expressions to swallow the
8379 extra character for repeat-shift control.
8380 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
23ae1f25
SM
8381 (org-get-legal-level): Alias to `org-get-valid-level'.
8382 (org-dblock-write:clocktable): Add a :link parameter, linking
0fc0f178
CD
8383 headlines to their location in the Org agenda files.
8384 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
8385 throwing an error when getting tags before headlines.
8386 (org-timestamp-change, org-modify-ts-extra)
8387 (org-ts-regexp1): Fix timestamp editing.
8388 (org-agenda-custom-commands-local-options): New constant.
23ae1f25
SM
8389 (org-agenda-custom-commands):
8390 Use `org-agenda-custom-commands-local-options' to improve customize
0fc0f178
CD
8391 type. "htmlize": Removed hack to fix face problem with htmlize,
8392 it no longer seem necessary.
8393 (org-follow-link-hook): New hook.
23ae1f25 8394 (org-agenda-custom-commands): Add "Component" as a tag for each
0fc0f178
CD
8395 item in a command serie.
8396 (org-open-at-point): Run `org-follow-link-hook'.
8397 (org-agenda-schedule): Bugfix: don't display marker type when it
23ae1f25 8398 is nil.
0fc0f178
CD
8399 (org-store-link): org-irc required.
8400 (org-set-regexps-and-options): Parse the new logging options.
8401 (org-extract-log-state-settings): New function.
8402 (org-todo): Handle the new ways of recording state change stuff.
8403 (org-local-logging): New function.
23ae1f25 8404 (org-columns-open-link): Fix bug with opening link in column view.
a35cae74 8405 (org-local-logging): New function.
0fc0f178
CD
8406 (org-todo): Make sure that LOGGING properties are honoured.
8407 (org-todo-keywords): Improve docstring.
8408 (org-startup-options): Cleanup startup options.
8409 (org-set-regexps-and-options): Process the "!" markers.
8410 (org-todo): Respect the new logging stuff.
8411 (org-log-note-how): New variable.
8412 (org-add-log-maybe): New parameter HOW that defines how logging
8413 should be done and also overrides PURPOSE. Add a docstring.
8414 (org-add-log-note): Check if we really need to ask for a note.
8415 (org-get-current-options): Digest the new keyword.
23ae1f25
SM
8416 (org-agenda-reset-markers): Rename from
8417 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
0fc0f178
CD
8418 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
8419 function, without force argument.
8420 (org-buffer-property-keys): Bind local variables s and p.
8421 (org-make-tags-matcher): Allow "" to match an empty or
8422 non-existent property value.
8423 (org-export-as-html): Join unsorted lists when they directly
8424 follow each other. Such lists may be created by headlines that
8425 are converted to lists.
8426 (org-nofm-to-completion): New function.
8427 (org-export-as-html): Use :html-extension instead of
8428 org-export-html-extension.
8429 (org-store-link): Support for links from `rmail-summary-mode'.
8430 (org-columns-new, org-complete, org-set-property): Set the
8431 `include-columns' argument in the call to
8432 `org-buffer-property-keys'.
8433 (org-buffer-property-keys): New argument `include-columns', to
8434 include properties expected by any of the COLUMS formats in the
8435 current buffer.
8436 (org-cleaned-string-for-export): Get rid of drawers first, so that
8437 they will be removed also in the text before the first headline.
8438 (org-clock-report): Show the clocktable when found.
23ae1f25
SM
8439 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
8440 (org-version): With prefix argument, insert `org-version' at point.
0fc0f178
CD
8441 (org-agenda-goto): Recenter the window after finding the target
8442 location, to make sure the correct position will be displayed.
8443 (org-agenda-get-deadlines): Don't scale priority with the warning
8444 period.
8445 (org-insert-heading): Don't break line in the middle of the line.
8446 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
8447 be 0.
23ae1f25 8448 (org-update-checkbox-count): Revamp to deal with hierarchical
0fc0f178
CD
8449 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
8450 (org-remove-timestamp-with-keyword): New function.
23ae1f25
SM
8451 (org-schedule, org-deadline):
8452 Use `org-remove-timestamp-with-keyword' to make sure all such time
0fc0f178
CD
8453 stamps are removed.
8454 (org-mode): Support for `align'.
8455 (org-agenda-get-deadlines): Make sure priorities increase as the
8456 due date approaches and is passed.
23ae1f25 8457 (org-remember-apply-template): Fix problem with tags that
0fc0f178 8458 contain "_" or "@".
800a97b8 8459 (org-make-link-regexps): Improve the regular expression for plain links.
0fc0f178
CD
8460 (org-agenda-get-closed): List each clocking entry.
8461 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
8462 (org-special-ctrl-k): New option.
8463 (org-kill-line): New function.
23ae1f25 8464 (org-archive-all-done): Fix incorrect number of stars in regexp.
0fc0f178
CD
8465 (org-refile-get-location): New function.
8466 (org-refile-goto-last-stored): New function.
8467 (org-global-tags-completion-table): Add the value of org-tag-alist
8468 in each buffer, to make sure that also unused tags will be
8469 available for completion.
8470 (org-columns-edit-value)
8471 (org-columns-next-allowed-value): Only update if not in agenda.
8472 (org-clocktable-steps): New function.
8473 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
8474 (org-archive-subtree): Add the outline tree context as a property.
8475 (org-closest-date): New optional argument `prefer'.
8476 (org-goto-auto-isearch): New option.
8477 (org-goto-map, org-get-location): Implement auto-isearch.
8478 (org-goto-local-auto-isearch-map): New variable.
8479 (org-goto-local-search-forward-headings)
b95c7600 8480 (org-goto-local-auto-isearch): New functions.
0fc0f178 8481
6622c075
GM
84822008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
8483
8484 * textmodes/org-irc.el: New file.
8485
84862008-03-13 John Wiegley <johnw@gnu.org>
8487
8488 * textmodes/org-mac-message.el: New file.
8489
6eb61c70
DN
84902008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
8491
8492 * font-lock.el (font-lock-comment-face): Set the foreground for
8493 the light background 8 colors case.
8494
a3d3fe6e
GM
84952008-03-13 Glenn Morris <rgm@gnu.org>
8496
8497 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
8498 generate-autoload-cookie patterns.
8499
8500 * startup.el (command-line-1): Rename -scriptload to -internal-script.
8501
2537fa5d
GM
8502 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
8503 (MH_E_SRC): Remove variable.
23ae1f25
SM
8504 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
8505 Simplify file header. Use $@ for generated-autoload-file.
2537fa5d
GM
8506
8507 * Makefile.in (LOADDEFS): New variable.
8508 (AUTOGENEL): Use $LOADDEFS.
8509 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
87b69e9d 8510 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
2537fa5d 8511 ($(lisp)/calendar/hol-loaddefs.el): New targets.
8ccd0d4d
GM
8512 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
8513 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
8514 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
8515 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
8516 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
8517 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
8518 Add calendar-specific autoload cookies, and remove any setting of
8519 generated-autoload-file.
8520 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
8521 * calendar/diary-lib.el: Replace explicit autoloads with reading of
8522 diary-loaddefs.
8523 * calendar/holidays.el: Replace explicit autoloads with reading of
8524 hol-loaddefs.
8525
bae5a5a3
GM
8526 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
8527 (calendar-buffer-list): Simplify.
8ccd0d4d
GM
8528 (generate-calendar-window): Use calendar-mark-holidays rather than
8529 obsolete alias.
bae5a5a3 8530
23ae1f25
SM
8531 * calendar/cal-hebrew.el (list-yahrzeit-dates):
8532 Use cal-hebrew-yahrzeit-buffer.
bae5a5a3
GM
8533
8534 * calendar/cal-x.el (calendar-only-one-frame-setup)
8535 (calendar-two-frame-setup): Doc fixes.
8536 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
8537
8538 * calendar/appt.el (appt-mode-string): Mark as risky.
8539 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
8540
8ccd0d4d
GM
8541 * calendar/cal-html.el (diary-list-entries):
8542 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
8543 (calendar-iso-from-absolute): Fix autoloads.
8544
bae5a5a3
GM
8545 * calendar/cal-iso.el (calendar-absolute-from-iso)
8546 (calendar-iso-read-args): Simplify.
8547 (calendar-iso-date-string, calendar-iso-read-args)
8548 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
8549
8550 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
8551 (displayed-month, displayed-year): Move declarations where needed.
8552 (calendar-print-astro-day-number): Doc fix.
8553
8554 * calendar/cal-persia.el (persian-calendar-month-name-array)
8555 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
8556 (persian-prompt-for-date): Remove local variable `today'.
8557
8ccd0d4d
GM
8558 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
8559
bae5a5a3
GM
8560 * calendar/solar.el (solar-moment, solar-exact-local-noon)
8561 (solar-sunrise-sunset, solar-sunrise-sunset-string)
87b69e9d 8562 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
bae5a5a3
GM
8563 (diary-sabbath-candles, solar-equinoxes/solstices)
8564 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
8565 (solar-time-equation, solar-date-to-et): Simplify.
8566
a3d3fe6e
GM
8567 * mail/supercite.el: Remove the `function' in `(function (lambda'.
8568 Replace `(car (cdr' with cadr'.
8569
8570 * progmodes/f90.el (f90-font-lock-n): New function.
8571 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
8572 Use f90-font-lock-n.
8573 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
8574
8575 * progmodes/f90.el (f90-mode-abbrev-table):
8576 * progmodes/fortran.el (fortran-mode-abbrev-table):
8577 Use newer form of define-abbrev, where supported. No need to bind
8578 abbrevs-changed for system abbrevs.
8579
d4432055
SM
85802008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8581
ba4f4f75
SM
8582 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
8583 delete-frame-functions.
8584
d4432055
SM
8585 * bookmark.el (Info-current-node): Remove.
8586
de5ab37d
JL
85872008-03-12 Juri Linkov <juri@jurta.org>
8588
8589 * help.el (describe-project): Remove defaliases for view-todo and
8590 describe-project that are now unnecessary after the merge from
8591 emacs--rel--22 that added define-obsolete-function-alias.
8592
8593 * startup.el (inhibit-startup-screen): Revert incomplete
8594 2008-03-10 merge from emacs--rel--22 that partly reverted
8595 2008-02-28 change that added initial message to *scratch* buffer
8596 regardless of the value of `inhibit-startup-screen'.
8597 Now keep this change in the trunk, but not in the 22 branch.
8598
b4cb319f
SM
85992008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8600
c5930207 8601 * international/quail.el (quail-setup-completion-buf, quail-help):
ca874c23 8602 * mail/binhex.el (binhex-decode-region-internal):
058f4002 8603 * mail/uudecode.el (uudecode-decode-region-internal):
eb21f2ff 8604 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
d0081058
SM
8605 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8606 setting default-enable-multibyte-characters.
8607
6f87952b
SM
8608 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
8609
f1303855
SM
8610 * comint.el: Fix up indentation and comment style. Remove `function'.
8611
33de15f4 8612 * international/mule-cmds.el (reset-language-environment)
d4432055
SM
8613 (set-language-environment-nonascii-translation):
8614 Don't set-unibyte-charset.
33de15f4 8615
b4cb319f
SM
8616 * doc-view.el: Remove all cb-args, use closures instead.
8617 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
8618 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
8619 doing an incorrect check). Update all callers to use the new name.
8620 (doc-view-doc->txt): Add missing `txt' argument.
8621
86903c81
TH
86222008-03-12 Tassilo Horn <tassilo@member.fsf.org>
8623
8624 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
8625 md5 sum calculation to single-byte.
8626
eb79098b
SM
86272008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8628
8629 * doc-view.el (doc-view-new-window-function): Add assertion.
8630 (doc-view-doc-type): New var.
8631 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
8632 (doc-view-intersection): New fun.
8633 (doc-view-mode): Use it to set the new var.
8634
515357c2
TH
86352008-03-12 Tassilo Horn <tassilo@member.fsf.org>
8636
3c1beeeb 8637 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
515357c2
TH
8638 (doc-view-already-converted-p): New functions.
8639 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
8640 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
8641 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
8642 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
8643 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
8644 (doc-view-convert-current-doc): Don't hardwire the functions the
8645 sentinels call. Now they're provided by two args CALLBACK and
8646 CB-ARGS to the functions.
8647 (doc-view-search): Use doc-view-doc->txt.
8648 (doc-view-initiate-display): Use doc-view-already-converted-p.
8649 Mention new binding C-c C-t if doc-view-mode doesn't work.
8650
5e15554d
DN
86512008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
8652
8653 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
8654
ede8c7f0
SM
86552008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8656
8657 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8658 Mark " outside of tags as punctuation.
8659
ed10603b
SM
86602008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
8661
94e73757
SM
8662 * menu-bar.el (minibuffer-local-map): Use the same command for the
8663 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
8664 Prefer RET over C-j for exit-minibuffer.
8665
38a79e33
SM
8666 * files.el (display-buffer-other-frame): Eliminate problematic code.
8667
ed10603b
SM
8668 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
8669 (menu-bar-select-buffer): Remove.
8670 (menu-bar-select-frame): Make non-interactive and take a frame arg.
8671 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
8672
20f28123
JB
86732008-03-11 Juanma Barranquero <lekktu@gmail.com>
8674
3bb1c627
JB
8675 * icomplete.el (icomplete-completions): Remove obsolete code.
8676
20f28123
JB
8677 * net/net-utils.el (iwconfig-program-options): Doc fix.
8678 (net-utils-run-program, run-network-program): Define as functions.
8679
191a057d
DN
86802008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
8681
8682 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
8683
c2062c3b
GM
86842008-03-11 Glenn Morris <rgm@gnu.org>
8685
8686 * faces.el (mode-line-emphasis): New face.
8687 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
8688
8689 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
8690
7ea27e32
CY
86912008-03-11 Chong Yidong <cyd@stupidchicken.com>
8692
8693 * simple.el (set-mark-command): Doc fix.
8694
eeb7c97a
SM
86952008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8696
64cb1fa9
SM
8697 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
8698
20f28123
JB
8699 * emacs-lisp/autoload.el (autoload-find-destination):
8700 Don't force raw-text.
812e2bd8 8701
eeb7c97a
SM
8702 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
8703 * calendar/cal-loaddefs.el: Don't version control.
8704
2f9a87f5
DN
87052008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
8706
8707 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
8708 entries and add :help to the existing ones.
8709
21db982b
GM
87102008-03-10 Glenn Morris <rgm@gnu.org>
8711
c3efd659
GM
8712 * calendar/cal-hebrew.el (date, entry, number): Move declarations
8713 to where they are needed.
8714
21db982b
GM
8715 * calendar/calendar.el (diary-file, hebrew-holidays-1)
8716 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
8717 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
8718 (calendar-version): Doc fixes.
8719 (calendar-absolute-from-gregorian): Use zerop.
8720 (calendar-mode-line-format): Make it a defcustom.
8721
8722 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
8723 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
8724 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
8725 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
8726 (mark-included-diary-files, mark-calendar-days-named)
8727 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
8728 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
8729 (insert-monthly-diary-entry, insert-yearly-diary-entry)
8730 (insert-anniversary-diary-entry, insert-block-diary-entry)
8731 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
8732 (diary-font-lock-sexps): Doc fixes.
8733 (diary-remind-message, mark-calendar-month): Use zerop.
8734 (diary-attrtype-convert, diary-pull-attrs): Simplify.
8735 (diary-list-entries): Revert let to let* (previous change).
8736
c9218852
GM
8737 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
8738
390b81fa 87392008-03-10 Kim F. Storm <storm@cua.dk>
cc0e97a4 8740
56388398
MB
8741 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
8742 function aliases for the old names.
b7329bff 8743
390b81fa 87442008-03-10 Juanma Barranquero <lekktu@gmail.com>
252ca122
JB
8745
8746 * iswitchb.el (iswitchb-use-faces): Doc fix.
20f28123
JB
8747 (iswitchb-buffer-ignore, iswitchb-read-buffer):
8748 Fix typos in docstrings.
252ca122 8749
390b81fa 87502008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
b1d0fc86
DN
8751
8752 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
8753 Fix typo.
8754 (verilog-type-font-keywords): Reindent.
8755
390b81fa 87562008-03-10 Michael McNamara <mac@mail.brushroad.com>
a1ebd734
DN
8757
8758 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
8759 grouping-keyword regular expression.
8760 (verilog-font-lock-keywords): Allow users to toggle special
8761 highlight of grouping-keywords.
8762 (verilog-highlight-grouping-keywords): The toggle for special
8763 highlighting of grouping keywords.
8764
390b81fa 87652008-03-10 Juri Linkov <juri@jurta.org>
1344a1f9
JL
8766
8767 * startup.el: Revert 2008-02-28 change that adds initial message
56388398
MB
8768 to *scratch* buffer regardless of the value of
8769 `inhibit-startup-screen'.
1344a1f9 8770
390b81fa 87712008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
8e788369
DN
8772
8773 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
8774 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
8775 * progmodes/verilog-mode.el (verilog-mode):
8776 * net/socks.el (socks):
56388398 8777 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
681979fa 8778
fc22668d
SM
87792008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
8780
a9f8b49b
SM
8781 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
8782 (doc-view-bookmark-make-record): Use them.
21db982b 8783 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
a9f8b49b
SM
8784 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
8785
21db982b
GM
8786 * bookmark.el (bookmark-make-record-function): Change expected return
8787 value to include a suggested bookmark name.
136894c8
SM
8788 (bookmark-make): Split into bookmark-make-record and bookmark-store.
8789 Fix reversed `overwrite' semantics.
8790 (bookmark-set): Call bookmark-make-record before prompting the user.
8791 Then pass the result to bookmark-store later on.
8792 (bookmark-make-name-function): Remove.
8793 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
8794 * info.el (bookmark-make-name-function): Remove.
8795 (Info-mode): Don't set it.
8796 (Info-bookmark-make-name): Remove.
8797 (Info-bookmark-make-record): Use Info-current-node as suggested default
8798 bookmark name.
8799
21db982b 8800 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
a7e83b26
SM
8801 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
8802 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
8803 (bookmark-annotation-buffer, bookmark-annotation-file)
8804 (bookmark-annotation-point, bookmark-send-annotation)
8805 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
8806 (bookmark-edit-annotation-text-func): Rename from
8807 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
21db982b
GM
8808 (bookmark-edit-annotation-mode-map): Move initialization into
8809 declaration.
a7e83b26 8810
21db982b 8811 * bookmark.el: Remove spurious * in docstrings.
fc22668d
SM
8812 (bookmark-minibuffer-read-name-map): New var.
8813 (bookmark-set): Use it. Also pass the default value as it should.
8814 (bookmark-send-edited-annotation): Take no chances with text properties.
8815 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
8816 (bookmark-insert-buffer-name): Remove.
8817 (bookmark-buffer-file-name): Signal an error rather than returning nil.
8818
6c763a30 88192008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
96f22160
TTN
8820
8821 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
8822
fb4dfdd2
DN
88232008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
8824
8825 * diff-mode.el (diff-mode-menu): Add :help.
8826
7e8a1629
GM
88272008-03-09 Glenn Morris <rgm@gnu.org>
8828
d8cc3161
GM
8829 * calendar/calendar.el (general-holidays, oriental-holidays)
8830 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
8831 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
8832 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
8833 (calendar-holidays): Restore autoload cookies, because people are
8834 used to using these variables without loading calendar.el.
8835
8836 * calendar/cal-islam.el (diary-islamic-date): Move to end.
8837 (date, number): Declare where needed.
8838
7e8a1629
GM
8839 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
8840 (list-sexp-diary-entries): Doc fixes.
8841 (diary-list-entries): Doc fix. Remove free variable `entry'.
8842 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
ffcd9e20 8843 Simplify setting of `date-holiday-list'.
7e8a1629 8844 (mark-diary-entries): Remove free variable `entry'.
ffcd9e20
GM
8845 (diary-list-entries, include-other-diary-files, fancy-diary-display):
8846 Use let where let* is not needed.
32a091dd 8847
7e8a1629 88482008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
32a091dd
SM
8849
8850 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
8851 make-record function, instead paste it in afterwards.
8852 (bookmark-make-record-for-text-file):
8853 * doc-view.el (doc-view-bookmark-make-record):
8854 * info.el (Info-bookmark-make-record): Don't mess with annotations.
8855
60495716
GM
88562008-03-08 Glenn Morris <rgm@gnu.org>
8857
800a97b8 8858 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
60495716 8859
02a5ba27
SM
88602008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
8861
f0a51f2a
SM
8862 * calendar/diary-lib.el (diary-list-entries)
8863 (include-other-diary-files, mark-diary-entries)
8864 (mark-sexp-diary-entries, mark-included-diary-files)
8865 (diary-entry-time, list-sexp-diary-entries): Remove the special
8866 handling of ^M that dates back to the use of selective-display.
8867 (simple-diary-display): Obey setting of pop-up-frames.
8868 (body, entry): Remove unnecessary declarations.
8869
02a5ba27
SM
8870 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
8871 (bookmark-get-annotation, bookmark-set-annotation)
8872 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8873 (bookmark-set-position, bookmark-get-front-context-string)
8874 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8875 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
8876 * info.el (Info-bookmark-make-record): Don't bother recording point.
8877 (bookmark-get-filename, bookmark-get-front-context-string)
8878 (bookmark-get-rear-context-string, bookmark-get-position):
8879 Don't declare any more.
8880 (bookmark-get-info-node): Remove.
8881 (bookmark-prop-get): Declare.
8882 (Info-bookmark-jump): Use it.
8883
6c763a30 88842008-03-08 Johan Bockgård <bojohan@gnu.org>
ff7d73ac
JB
8885
8886 * subr.el (while-no-input): Don't splice BODY directly into the
8887 `or' form.
8888
14cf0430
DN
88892008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
8890
02a5ba27
SM
8891 * diff-mode.el (diff-ignore-whitespace-hunk):
8892 Bind inhibit-read-only before trying to change the buffer.
14cf0430 8893
668bd187
GM
88942008-03-08 Glenn Morris <rgm@gnu.org>
8895
8896 * calendar/appt.el (appt): Move custom group here from calendar.el.
754c5007 8897 (appt-disp-window, appt-convert-time): Doc fixes.
668bd187 8898
9b6c7da9
GM
8899 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
8900 (calendar-bahai-mark-date-pattern):
8901 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
8902 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
8903 * calendar/cal-julian.el (calendar-absolute-from-julian):
8904 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
8905
668bd187
GM
8906 * calendar/cal-china.el (chinese-calendar): Move custom group here from
8907 calendar.el.
8908 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
8909 Make constants.
68707926 8910 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
4785bf2c
GM
8911 (chinese-calendar-daylight-savings-starts)
8912 (chinese-calendar-daylight-savings-ends)
8913 (chinese-calendar-daylight-savings-starts-time)
8914 (chinese-calendar-daylight-savings-ends-time)
8915 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
8916 Doc fixes.
668bd187 8917
9b6c7da9
GM
8918 * calendar/cal-coptic.el (coptic-name): Add doc string.
8919
a4723d1f
GM
8920 * calendar/cal-french.el (french-calendar-month-name-array)
8921 (french-calendar-day-name-array, french-calendar-special-days-array):
8922 Add doc strings.
8923
f1209c4f
GM
8924 * calendar/cal-bahai.el (diary-bahai-mark-entries)
8925 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
8926 (diary-bahai-insert-yearly-entry):
311cc551
GM
8927 * calendar/cal-dst.el (calendar-next-time-zone-transition)
8928 (calendar-time-zone):
6afe7cdd
GM
8929 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
8930 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
8931 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
8932 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
fc250015 8933 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
c723ec5e
GM
8934 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
8935 (list-islamic-diary-entries, mark-islamic-diary-entries)
8936 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
8937 (insert-yearly-islamic-diary-entry):
f3924c53 8938 * calendar/cal-iso.el (calendar-iso-read-args):
047ec5b7
GM
8939 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
8940 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
8941 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
8942 (calendar-next-calendar-round-date)
f3924c53 8943 (calendar-mayan-long-count-common-era):
5bbcf603
GM
8944 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
8945 (cal-menu-x-popup-menu, calendar-mouse-holidays)
8946 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
8947 (calendar-mouse-goto-date):
db940e42 8948 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
68707926 8949 * calendar/holidays.el (holidays):
311cc551 8950 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
68707926
GM
8951 * calendar/time-date.el (date-to-time, time-subtract, time-add)
8952 (safe-date-to-time): Doc fixes.
db940e42 8953
9b6c7da9
GM
8954 * calendar/cal-persia.el (persian-calendar-month-name-array)
8955 (persian-calendar-epoch): Make constants.
8956
668bd187
GM
8957 * calendar/cal-tex.el (calendar-tex): Move custom group here from
8958 calendar.el.
8959
9b6c7da9
GM
8960 * calendar/cal-x.el (diary-frame-parameters)
8961 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
8962 (calendar-after-frame-setup-hooks): Make defcustoms.
734254f9
GM
8963 (calendar-one-frame-setup, calendar-only-one-frame-setup)
8964 (calendar-two-frame-setup): Doc fix.
9b6c7da9 8965
668bd187
GM
8966 * calendar/cal-loaddefs.el: New file.
8967
8968 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
8969 * calendar/cal-french.el, calendar/cal-html.el:
8970 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
8971 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
8972 * calendar/cal-tex.el, calendar/cal-x.el:
8973 Unquote lambda functions. Add autoload cookies to functions formerly
8974 autoloaded in calendar.el. Set `generated-autoload-file' to
8975 "cal-loaddefs.el".
8976
8977 * calendar/calendar.el: Move many autoloads to separate file,
8978 cal-loaddefs.el. Move defcustoms to start and re-order.
8979 (calendar-month-name-array, calendar-starred-day): No need to
8980 declare for compiler.
8981 (cal-loaddefs): Require it.
8982 (appt, chinese-calendar, calendar-tex): Move custom groups to the
8983 appropriate file.
8984 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
8985 Reverse logic.
8986 (diary-face, diary-file-name-prefix-function, diary-include-string)
8987 (diary-glob-file-regexp-prefix, diary-face-attrs)
8988 (diary-file-name-prefix, sexp-diary-entry-symbol)
8989 (print-diary-entries-hook, list-diary-entries-hook)
8990 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
8991 (nongregorian-diary-marking-hook, diary-list-include-blanks):
8992 Move to diary-lib.
8993 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
8994 (all-bahai-calendar-holidays): Doc fix.
3d186118
GM
8995 (calendar-insert-indented): Doc fix. Use when rather than if.
8996 (exit-calendar): Use mapc rather than mapcar.
8997 (calendar-cursor-to-date): Use zerop.
668bd187
GM
8998 (calendar-mark-ring): Add doc-string.
8999 (calendar-starred-day): Defvar it.
9000 (calendar-mode): Make calendar-starred-day local.
9001 (calendar-star-date): No need to make calendar-starred-day local.
9002
9003 * calendar/diary-lib.el: Move defcustoms to start.
9004 (diary-include-string, diary-list-include-blanks)
9005 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
9006 (diary-file-name-prefix, diary-file-name-prefix-function)
9007 (sexp-diary-entry-symbol, list-diary-entries-hook)
9008 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
9009 (nongregorian-diary-marking-hook, print-diary-entries-hook):
9010 Move here from calendar.el.
3d186118 9011 (diary-file-name-prefix-function): Use 'identity.
668bd187 9012 (diary-face): Make it a defcustom, and mark as obsolete.
800a97b8 9013 (top-level): No need to require cal-hebrew, cal-islam when compiling.
668bd187
GM
9014 (calendar-hebrew-month-name-array-leap-year)
9015 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
9016 Define for compiler.
800a97b8
SM
9017 (diary-font-lock-keywords): Use format rather than concat.
9018 Add bahai-diary-entry-symbol.
668bd187
GM
9019
9020 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
9021 * calendar/solar.el: Unquote lambda functions.
9022
a603b7db
GM
9023 * calendar/solar.el (calendar-location-name, calendar-latitude)
9024 (calendar-longitude, solar-setup, solar-sin-degrees)
9025 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
9026 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
9027 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
9028 (solar-exact-local-noon, solar-julian-ut-centuries)
9029 (solar-ephemeris-time, solar-date-next-longitude)
9030 (solar-horizontal-coordinates, solar-equatorial-coordinates)
9031 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
9032 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
9033 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
9034 Doc fixes.
9035 (solar-horizontal-coordinates, solar-equatorial-coordinates)
9036 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
9037 (solar-ecliptic-coordinates): Use unless.
9038 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
9039 Use or.
9040
fc250015
GM
9041 * calendar/timeclock.el: Add doc-strings to all functions.
9042 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
9043 (timeclock-entry-list-length, timeclock-entry-list-projects)
9044 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
9045
668bd187
GM
9046 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
9047
9048 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
9049 (org-get-entries-from-diary): Require diary-lib.
9050
f9b27c85
JB
90512008-03-08 Juanma Barranquero <lekktu@gmail.com>
9052
9053 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
9054 Pacify byte-compiler.
9055
f1bb4ee1
AM
90562008-03-07 Alan Mackenzie <acm@muc.de>
9057
9058 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
9059 paren/bracket pairs parsed, to solve performance problem.
9060
f9bf6950
BG
90612008-03-07 Bastien Guerry <bzg@altern.org>
9062
9063 * bookmark.el (bookmark-set): Don't check for
9064 `bookmark-make-name-function' since `bookmark-buffer-file-name'
9065 already takes care of this.
800a97b8
SM
9066 (bookmark-buffer-name, bookmark-buffer-file-name):
9067 Remove Info-mode specific code.
f9bf6950
BG
9068
9069 * info.el (bookmark-get-info-node): Define this function in
9070 info.el, not in bookmark.el.
9071 (Info-mode): Set `bookmark-make-name-function' to
9072 `Info-bookmark-make-name' locally.
9073 (Info-bookmark-make-name): New function.
9074
9075 * bookmark.el (bookmark-make-name-function): New variable.
9076
9dfcb52e
KF
90772008-03-07 Karl Fogel <kfogel@red-bean.com>
9078
9079 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
9080 buffer-local, not `bookmark-make-cell-function' (the old name).
9081
5daa5688
TH
90822008-03-07 Tassilo Horn <tassilo@member.fsf.org>
9083
668bd187
GM
9084 * doc-view.el (doc-view-bookmark-make-record):
9085 * image-mode.el (image-bookmark-make-record):
5daa5688
TH
9086 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
9087
6c763a30 90882008-03-07 Jan Djärv <jan.h.d@swipnet.se>
934b91bf
JD
9089
9090 * vc.el (vc-status-menu-map-filter): Return orig-binding if
9091 boundp 'vc-ignore-menu-filter.
9092 (vc-status-tool-bar-map): Make it defvar.
9093 (vc-status-mode): vc-status-tool-bar-map now variable.
9094 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
9095
e0385bf4
KF
90962008-03-07 Karl Fogel <kfogel@red-bean.com>
9097
9098 Give a better name to part of the bookmark interface.
9099
9100 This was originally a much larger change, but halfway through I
9101 updated and discovered that Stefan Monnier had done the rest.
9102 It looks like he anticipated the new name too, because he used
9103 `the-record' instead of `the-cell' for some internal variable names.
9104
668bd187
GM
9105 * bookmark.el (bookmark-make-record-function): Was
9106 `bookmark-make-cell-function'.
e0385bf4 9107 (bookmark-make, bookmark-send-annotation): Update for above.
290afd83 9108 (bookmark-make-record-for-text-file):
65b332f4 9109 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
e0385bf4 9110
290afd83 9111 * info.el: Adjust accordingly.
e0385bf4
KF
9112 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
9113
290afd83 9114 * image-mode.el: Adjust accordingly.
e0385bf4
KF
9115 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
9116
290afd83 9117 * doc-view.el: Adjust accordingly.
e0385bf4
KF
9118 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
9119
79363d93
SM
91202008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
9121
9122 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
9123 Move initialization into declaration.
9124 (bookmark-get-info-node, bookmark-set-info-node): Remove.
9125 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
9126 (bookmark-info-current-node): Remove.
9127 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
9128 Add relocation fallback. Set bookmark-current-bookmark.
9129 (bookmark-default-handler): Rename from bookmark-jump-noselect.
9130 Remove relocation fallback. Don't set bookmark-current-bookmark.
9131 (bookmark-set): Let it be used even if there's no buffer-file-name
9132 as long as there is a bookmark-make-cell-function.
9133 * info.el (Info-bookmark-jump): Remove relocation fallback.
9134 Don't set bookmark-current-bookmark.
9135
613966a5
GM
91362008-03-07 Glenn Morris <rgm@gnu.org>
9137
e85393d4
GM
9138 * calendar/appt.el (appt-issue-message)
9139 (appt-message-warning-time, appt-audible, appt-visible)
9140 (appt-msg-window, appt-display-mode-line, appt-display-duration)
9141 (appt-display-diary): Remove autoload cookies.
9142
9143 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
9144 Remove leading `*' from defcustom doc-strings.
9145
9146 * calendar/cal-dst.el (calendar-dst): New custom group.
9147 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
9148 (calendar-time-zone, calendar-daylight-time-offset)
9149 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
9150 (calendar-daylight-savings-starts-time)
9151 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
9152 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
9153 Move to start.
9154
9155 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
9156
9157 * calendar/calendar.el (calendar-version): Use emacs-version and
9158 make it obsolete. Move to end.
9159 (calendar-offset, view-diary-entries-initially)
9160 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
9161 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
9162 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
9163 (all-bahai-calendar-holidays, calendar-load-hook)
9164 (initial-calendar-window-hook, today-visible-calendar-hook)
9165 (today-invisible-calendar-hook, calendar-move-hook)
9166 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
9167 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
9168 (diary-include-string, sexp-diary-entry-symbol)
9169 (abbreviated-calendar-year, american-date-diary-pattern)
9170 (european-date-diary-pattern, european-calendar-display-form)
9171 (american-calendar-display-form, print-diary-entries-hook)
9172 (list-diary-entries-hook, diary-hook, diary-display-hook)
9173 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
9174 (nongregorian-diary-marking-hook, diary-list-include-blanks)
9175 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
9176 (local-holidays, other-holidays, hebrew-holidays-1)
9177 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
9178 (hebrew-holidays, christian-holidays, islamic-holidays)
9179 (bahai-holidays, solar-holidays, calendar-setup)
9180 (calendar-week-start-day): Remove autoload cookies.
9181 (diary-glob-file-regexp-prefix): Doc fix.
9182 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
9183 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
9184 (calendar-week-start-day, calendar-debug-sexp): Move to start.
9185
9186 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
9187 (calendar-time-display-form, calendar-latitude)
9188 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
9189 cookies.
9190 (calendar-latitude, calendar-longitude): Move functions after
9191 variables.
9192 (diary-sabbath-candles-minutes): Move to start.
9193 (solar-setup): Use or rather than if.
9194 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
9195 Remove condition-case.
9196 (solar-atn2): Use zerop.
9197 (solar-equinoxes-solstices): Doc fix.
9198
613966a5
GM
9199 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
9200 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
9201
9202 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
9203 (calendar-longitude, calendar-latitude, calendar-location-name):
9204 Declare for compiler.
9205
8dd86363
SM
92062008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
9207
239bf18b
SM
9208 * arc-mode.el (archive-ar-file-header-re): New const.
9209 (archive-ar-summarize, archive-ar-extract): New funs.
9210 (archive-find-type): Recognize ar archives.
9211
b0a08954
SM
9212 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
9213 New functions.
9214
8dd86363
SM
9215 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
9216
613966a5 92172008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
a218ab17 9218
239bf18b
SM
9219 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9220 Replace :enable (mark-active) with :enable mark-active.
a218ab17 9221
d193e705
JB
92222008-03-06 Juanma Barranquero <lekktu@gmail.com>
9223
9224 * vms-patch.el (make-legal-file-name): New obsolete alias.
9225 (make-valid-file-name): Rename from `make-legal-file-name'.
9226 (make-auto-save-file-name): Use it.
9227
9228 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
9229 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
9230 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
9231
9232 * textmodes/org.el (org-export-html-style): Doc fix.
9233 (org-get-legal-level): New obsolete alias.
9234 (org-get-valid-level): Rename from `org-get-legal-level'.
9235 (org-promote, org-demote, org-archive-subtree)
9236 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
9237
6c763a30 92382008-03-06 Jan Djärv <jan.h.d@swipnet.se>
bdc398a9
JD
9239
9240 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
9241
9242 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
9243 (vc-status-toggle-mark): New functions.
9244 (vc-status-mode): Set tool bar map.
9245
c8dd5149
CY
92462008-03-05 Chong Yidong <cyd@stupidchicken.com>
9247
9248 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
9249 Reported by Drew Adams <drew.adams@oracle.com>.
9250
87b8ce92
KH
92512008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
9252
9253 * subr.el (read-quoted-char): Resolve modifers of the character
9254 event.
9255
9256 * comint.el (comint-exec-1): Don't change the coding-system for
9257 decoding to dos-like EOL.
9258 (comint-carriage-motion): Fully rewrite.
9259
d7396512
JB
92602008-03-05 Juanma Barranquero <lekktu@gmail.com>
9261
05234615
JB
9262 * epg.el (epg-context-include-certs): Reflow docstring.
9263 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
9264 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
9265 (epg-context-set-signers, epg-context-set-sig-notations)
9266 (epg-make-import-status, epg-make-import-result)
9267 (epg-start-delete-keys): Fix typos in docstrings.
9268 (epg-start-sign-keys, epg-sign-keys):
9269 Fix typos in obsolescence declarations.
9270
d7396512
JB
9271 * iswitchb.el: Don't check for `cadr' and `last'.
9272 (iswitchb-define-mode-map, iswitchb-default-keybindings):
9273 Add obsolescence declaration and remove redundant info from docstring.
9274 (iswitchb-set-common-completion, iswitchb-set-matches)
9275 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
9276 (recentf-list, most-len, most-is-exact):
9277 Don't wrap defvars within `eval-when-compile'.
9278
f6d49b2f
GM
92792008-03-05 Glenn Morris <rgm@gnu.org>
9280
9281 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
9282 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
9283 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
9284 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
9285 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
9286
9287 * ediff-hook.el (ediff-window-setup-function): Don't autoload
9288 declaration for compiler.
9289 (ediff-xemacs-init-menus): Use when rather than if.
9290
9291 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
9292 if+and to just and.
9293 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
9294 (ediff-delete-overlay): Move the XEmacs test inside the definition.
9295
9296 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
9297
9298 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
9299 test inside XEmacs test.
9300 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
9301 since it was doing nothing on Emacs.
9302 (ediff-make-bullet-proof-overlay): Use when rather than if.
9303
9304 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
9305 (ediff-setup-control-frame): Remove
9306 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
9307 a (featurep 'xemacs) test.
9308
c571ad7c
JB
93092008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
9310
f6d49b2f
GM
9311 * calc/calc-ext.el (calc-extended-command-history): New variable.
9312 (calc-exectute-extended-command): Use `calc-extended-command-history'.
c571ad7c 9313
38805987
DN
93142008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
9315
9316 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
9317 (standard-mode-line-position): Add mouse-face.
9318
87b69e9d 9319 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
d7396512 9320 * progmodes/grep.el (grep-mode-map): Add :help.
38805987
DN
9321
9322 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
9323 initialize in one step. Add :help. Use :enable to activate menu
02a0861d 9324 items. Show the key binding for edebug-defun.
38805987
DN
9325 (lisp-interaction-mode-map): Add a menu.
9326
9327 * term.el (term-mode-map): Define and initialize in one step.
9328
9329 * ediff-init.el (ediff-color-display-p): Simplify.
9330 (Xor): Remove unused function.
d7396512 9331 (ediff-with-syntax-table): Simplify for Emacs.
38805987
DN
9332
9333 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
9334 menu-bar being loaded, it always is.
9335
3405b0df
GM
93362008-03-05 Glenn Morris <rgm@gnu.org>
9337
9338 * textmodes/tex-mode.el (tex-mode): Suppress warning about
9339 multiple definitions when compiling.
9340
457976c2
AM
93412008-03-04 Alan Mackenzie <acm@muc.de>
9342
d7396512 9343 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
457976c2
AM
9344
9345 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
9346 doc-string, "c-old-LEN" -> "c-old-END".
9347
61fe3144
JR
93482008-03-04 Jason Rumney <jasonr@gnu.org>
9349
9350 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
9351 namespaces.
9352
c921c7ed
GM
93532008-03-04 Glenn Morris <rgm@gnu.org>
9354
9355 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
9356
9357 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
9358 than mapcar.
9359
68a2af7a
SM
93602008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9361
20ce031c
SM
9362 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9363 (byte-compile-nilconstp): Can't use recursion in a defsubst.
9364
68a2af7a
SM
9365 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
9366 so that M-q can fill comments.
9367 (tex-executable-exists-p, tex-compile): Extend with special syntax for
9368 commands implemented in elisp.
9369 (tex-compile-commands): Add an entry to use doc-view for pdf files.
9370 (tex-format-cmd): New function.
9371 (tex-compile): Use it to let the user specify default arguments.
9372 (tex-cmd-bibtex-args): New var.
9373 (tex-cmd-doc-view): New function.
9374
a1792b9b
JB
93752008-03-03 Juanma Barranquero <lekktu@gmail.com>
9376
9377 * faces.el (face-spec-set): Fix typos in docstring.
9378
10a55ba0
DN
93792008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
9380
9381 * bindings.el (mode-line-column-line-number-mode-map): New variable.
9382 (standard-mode-line-position): Use it to add a menu for toggling
9383 column number and line number display.
9384
42521cd4
SM
93852008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9386
86408b24
SM
9387 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9388 Remove optimization that was working around the form-code-walker bug.
9389
42521cd4
SM
9390 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9391 Walk into the body of lambdas after byte-compile-unfold-lambda.
9392
0a4d4654
GM
93932008-03-03 Glenn Morris <rgm@gnu.org>
9394
aba08fe5
GM
9395 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
9396 value, if set, over frame value.
9397
43d16385
GM
9398 * simple.el (transient-mark-mode): Don't turn on by default.
9399
0a4d4654
GM
9400 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
9401 accidentally removed by the 2007-12-05 merge from Gnus.
9402
93260283
DN
94032008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
9404
9405 * progmodes/compile.el (compilation-menu-map): Add menu entries
9406 for useful options.
9407
1c3b663f
GM
94082008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
9409 Glenn Morris <rgm@gnu.org>
9410
9411 * emacs-lisp/bytecomp.el (byte-recompile-directory)
9412 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
9413 Give a `bytecomp-' prefix to local variables with common names.
9414
ce8fc80b
GM
94152008-03-01 Glenn Morris <rgm@gnu.org>
9416
9417 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
9418 code commented out 2007-11-10.
9419
9420 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
9421
9422 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
9423 Delete macro.
9424 * emulation/viper-cmd.el, emulation/viper-ex.el:
9425 * emulation/viper-init.el, emulation/viper-keym.el:
9426 * emulation/viper-mous.el, emulation/viper-util.el:
9427 * emulation/viper.el:
9428 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
9429 featurep test.
9430
9431 Replace obselete frame-local variables with frame-parameters.
9432 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
9433 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
9434 (viper-vi-state-cursor-color): Only call make-variable-frame-local
9435 on XEmacs.
9436 * emulation/viper-util.el (viper-frame-value): New macro.
9437 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
9438 (viper-R-state-post-command-sentinel)
9439 (viper-replace-state-post-command-sentinel)
9440 (viper-change-state-to-insert, viper-change-state-to-emacs):
9441 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
9442 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
9443 (viper-get-saved-cursor-color-in-insert-mode)
9444 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
9445 Use viper-frame-value for viper-replace-overlay-cursor-color,
9446 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
9447 viper-vi-state-cursor-color values.
9448
9449 * emulation/viper-cmd.el (zmacs-region-stays):
9450 * emulation/viper-util.el (zmacs-region-stays): No need to define
9451 for compiler.
9452
9453 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
9454 mapcar on Emacs.
9455
9456 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
9457 on XEmacs.
9458
9459 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
9460 rather than if.
9461
94dc593f
VJL
94622008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9463
9464 * whitespace.el: New version 9.3. As the glyph code generation was
9465 fixed, it is possible now to use character code above ?\x1FFFF in the
9466 display table. Fix `whitespace-indentation-regexp' to not include an
9467 extra ending character. Reported by Michael Welsh Duggan
9468 <mwd@cert.org>. Added hook actions when buffer is written or killed as
9469 the original whitespace package had. Suggested by Eric Cooper
9470 <ecc@cmu.edu>. Doc fix.
9471 (whitespace-action): New option.
9472 (whitespace-display-mappings): Changed default newline visualization to
9473 display downwards arrow, as the glyph code generation was fixed.
9474 (whitespace-unload-function): Assure that all local whitespace mode is
9475 turned off.
9476 (whitespace-global-modes): Fix type customization.
9477 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
9478 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
9479 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
9480 Fix code.
9481 (whitespace-buffer): Command removed.
9482 (whitespace-trailing-regexp, whitespace-mark-x)
9483 (whitespace-display-window, whitespace-action-when-on)
9484 (whitespace-add-local-hook, whitespace-remove-local-hook)
9485 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
9486 (whitespace-action): New funs.
9487 (whitespace-report-list, whitespace-report-text)
9488 (whitespace-report-buffer-name): New consts.
9489 (whitespace-report, whitespace-report-region): New commands.
9490
c41cf130
JB
94912008-03-01 Juanma Barranquero <lekktu@gmail.com>
9492
e0c8ae10
JB
9493 * disp-table.el (make-glyph-code): Don't test the result of
9494 `face-id', which already signals an error for invalid faces.
9495 (glyph-face): Simplify.
9496
c41cf130
JB
9497 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
9498 running `desktop-not-loaded-hook' to allow modifying it.
9499 Don't show warning message if `desktop-dirname' was modified.
9500
51fb064b
MB
95012008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
9502
9503 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
9504 we still expect more lines.
9505
51fb064b
MB
9506 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
9507 comment-paragraph filling if the commark doesn't match
9508 comment-start-skip.
9509
95102008-03-01 Daiki Ueno <ueno@unixuser.org>
9511
9512 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
9513 the `imap' variant.
9514
95152008-03-01 Jason Rumney <jasonr@gnu.org>
9516
9517 * files.el (make-auto-save-file-name): Encode more characters in
9518 non-file buffer names. Use url-encoding.
9519
95202008-03-01 Juanma Barranquero <lekktu@gmail.com>
9521
9522 * net/net-utils.el (ftp-program): Fix typo in docstring.
9523 (ifconfig-program-options, netstat-program-options)
9524 (arp-program-options, route-program-options, nslookup-program-options)
9525 (ftp-program-options, smbclient-program-options)
9526 (dns-lookup-program-options, arp, route): Doc fixes.
9527
9528 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
9529 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
9530 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
9531 Fix typos in docstrings.
9532 (gdb-pending-triggers): Reflow docstring.
9533 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
9534
95352008-03-01 Alan Mackenzie <acm@muc.de>
9536
9537 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
9538 typing "#" at EOB.
9539
5831b5a6
JB
95402008-03-01 Juanma Barranquero <lekktu@gmail.com>
9541
9542 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
9543
4a6c8615
KS
95442008-02-29 Kim F. Storm <storm@cua.dk>
9545
92b2e7a3
KS
9546 * emulation/cua-base.el (cua-remap-control-v)
9547 (cua-remap-control-z): New defcustoms.
9548 (cua-mode): Add them to set-after property.
9549 (cua--init-keymaps): Use them.
9550 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
9551
4a6c8615
KS
9552 * help.el (view-emacs-todo): Rename from view-todo.
9553 (describe-gnu-project): Rename from describe-project. Users changed.
9554 (view-help-file): New helper function.
9555 (describe-distribution, describe-copying, describe-gnu-project)
9556 (view-todo, view-order-manuals, view-emacs-problems): Use it.
9557 (view-emacs-debugging, view-external-packages): New commands.
9558 (help-map): Move describe-distribution to C-h C-o (ordering).
9559 Move view-emacs-problems to C-h C-p (problems).
9560 Bind view-emacs-debugging to C-h C-d (debugging).
9561 Bind view-external-packages to C-h C-e (extras).
9562 (help-for-help-internal): Cleanup and align descriptions.
9563 Remove command names to reduce clutter.
9564
6867f3dd
NR
95652008-02-29 Nick Roberts <nickrob@snap.net.nz>
9566
9567 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
9568 and quieter face (not a warning).
9569
9b7b3814
DN
95702008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
9571
9572 * vc.el (vc-status-crt-marked): New variable.
9573 (vc-status-mode): Make it local.
9574 (vc-status-refresh): Use it to save the marked files.
9575 (vc-update-vc-status-buffer): Use it to restore the marked files.
9576
9577 * vc-svn.el (vc-svn-after-dir-status):
9578 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
9579
cbd59df4
GM
95802008-02-29 Glenn Morris <rgm@gnu.org>
9581
21e8bc99
GM
9582 * allout.el (allout-topic-encryption-bullet)
9583 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
9584 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
9585 from 22.0 to 22.1.
9586
cbd59df4
GM
9587 * net/imap.el (imap-ping-server):
9588 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
9589 Change defcustom :version from 23.0 to 23.1.
9590
ae4370a8
JB
95912008-02-29 Juanma Barranquero <lekktu@gmail.com>
9592
9593 * desktop.el (desktop-save): Save the buffer name if the
9594 uniquified base name is empty.
9595
b25c4e28
NR
95962008-02-29 Nick Roberts <nickrob@snap.net.nz>
9597
ae4370a8
JB
9598 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
9599 correctly when user has "set print address off".
b25c4e28 9600
618dd207
JB
96012008-02-28 Juanma Barranquero <lekktu@gmail.com>
9602
9603 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
9604 version number of the next major Emacs release, not 23.0.
9605
9606 * longlines.el (longlines-unload-function): New function.
9607
79b1c79c
JL
96082008-02-28 Juri Linkov <juri@jurta.org>
9609
9610 * startup.el (normal-splash-screen): Add argument `concise'.
618dd207 9611 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
79b1c79c
JL
9612 to the created buffer. If `concise' is non-nil, call
9613 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
9614 (display-startup-screen): Add argument `concise' to the call to
9615 `normal-splash-screen'.
9616
bd8b0ebb
JL
96172008-02-28 Kim F. Storm <storm@cua.dk>
9618
9619 * startup.el (startup-echo-area-message): Check for about-emacs.
9620
8d86c6da
JL
96212008-02-28 Juri Linkov <juri@jurta.org>
9622
9623 * startup.el: Always add initial message to *scratch* buffer if
9624 `initial-scratch-message' is non-nil regardless of the value of
9625 `inhibit-startup-screen'.
9626 (inhibit-startup-screen, initial-scratch-message): Doc fix.
9627 (command-line-1): Move code that inserts `initial-scratch-message'
9628 up before the if-form that checks for `inhibit-startup-screen'.
9629 Suggested by Jonathan Rockway <jon@jrock.us>.
9630
56a8f9c5
JL
96312008-02-28 Juri Linkov <juri@jurta.org>
9632
9633 * cus-edit.el (custom-mode-map, custom-mode-link-map):
9634 Rename `custom-mode' to `Custom-mode' in docstrings.
9635 (custom-buffer-create-internal, customize-browse):
9636 Rename `custom-mode' to `Custom-mode'.
9637 (custom-mode-hook): Rename to `Custom-mode-hook'.
9638 (Custom-mode-hook): Renamed from `custom-mode-hook'.
9639 (custom-mode): Rename to `Custom-mode'.
9640 (Custom-mode): Renamed from `custom-mode'. Doc fix.
9641 (custom-mode): Add backward-compatible non-interactive variant of
9642 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
9643 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
9644
9645 * info-look.el: Rename `custom-mode' to `Custom-mode'.
9646
9647 * emulation/viper.el (viper-emacs-state-mode-list):
9648 Rename `custom-mode' to `Custom-mode'.
9649
9650 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
9651 Capitalize "Tagged Files".
9652 (minibuffer-local-map): Add menu items for next/previous
9653 history elements and isearch history forward/backward.
9654
5c842d76
JL
9655 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
9656 `hs-isearch-open' with t instead of `comment' in :selected
9657 for "Code and Comment blocks" menu item.
9658
ef9f9d30
SM
96592008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9660
618dd207
JB
9661 * uniquify.el (uniquify-buffer-base-name): Undo last change.
9662 Should be done in desktop.el instead.
ef9f9d30 9663
74c52de1
GM
96642008-02-28 Glenn Morris <rgm@gnu.org>
9665
9666 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
9667
9668 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
9669
9670 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
9671 (Info-menu, Info-goto-node): Remove declarations.
9672 (report-emacs-bug-info): Use info rather than Info-goto-node.
9673
9674 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
9675 (idlwave-convert-xml-system-routine-info): Don't require xml.
9676 (idlwave-show-commentary, idlwave-shell-show-commentary):
9677 Don't require finder.
9678 (idlwave-info): Don't require info. Use info rather than
9679 Info-goto-node.
9680
9681 * textmodes/org.el (Info-goto-node): Remove declaration.
9682 (org-info): Use info rather than Info-goto-node.
9683
9684 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
9685 (reftex-info): Don't require info. Use info rather than Info-goto-node.
9686
76cdeb7d
DN
96872008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
9688
9689 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
9690 the menu.
9691
9692 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
9693 (vc-finish-logentry): Check for vc-status-mode, not only for
9694 vc-dired-mode.
9695
758710cb
KH
96962008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
9697
9698 * isearch.el (isearch-printing-char): Don't check
ed10603b
SM
9699 keyboard-coding-system.
9700 Call isearch-process-search-multibyte-characters only when
758710cb
KH
9701 current-input-method is non-nil.
9702
a6fa701e
KS
97032008-02-27 Kim F. Storm <storm@cua.dk>
9704
9705 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
9706 (glyph-char, glyph-face): Handle cons encoding.
9707
15d62563
JB
97082008-02-27 Juanma Barranquero <lekktu@gmail.com>
9709
07e4bb9a
JB
9710 * uniquify.el (uniquify-buffer-base-name): If the base name is an
9711 empty string, return nil to allow the caller to default to the
9712 buffer name. Reported by Martin Fischer <parozusa@web.de>.
9713
15d62563
JB
9714 * tool-bar.el (tool-bar-setup): Doc fix.
9715
9716 * mail/supercite.el (sc-describe):
9717 Fix typos in obsolescence declaration.
9718
34b5f6df
GM
97192008-02-27 Glenn Morris <rgm@gnu.org>
9720
88ddede6
GM
9721 * autoinsert.el (auto-insert-alist): Change permission text to
9722 match FSF's GPLv3 form.
9723
34b5f6df
GM
9724 * mail/supercite.el (sc-cite-original): Doc fix.
9725 (sc-version): Make obsolete.
9726 (sc-describe): Show the SC info page. Make obsolete.
9727
6d25a312
SM
97282008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9729
9730 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
9731 when using transient-mark-mode.
d379ff01 9732 (default-indicate-unused-lines): Remove unused var.
6d25a312 9733
6c763a30 97342008-02-26 Jan Djärv <jan.h.d@swipnet.se>
df1a5d7d
JD
9735
9736 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
9737 and previous.
9738
9739 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
9740
cbbe9a37
GM
97412008-02-26 Glenn Morris <rgm@gnu.org>
9742
9743 * net/net-utils.el (top-level): Don't require comint when compiling.
9744 (nslookup-font-lock-keywords): Don't require font-lock.
9745 Use font-lock faces rather than variables.
9746 (nslookup, ftp, smbclient, network-service-connection):
9747 Don't require comint.
9748 (comint-prompt-regexp, comint-input-autoexpand)
9749 (comint-input-ring): Declare for compiler.
9750 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
9751 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
9752
9753 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
9754 doc-string.
9755
160dfe43
SM
97562008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9757
9758 * doc-view.el (doc-view-current-page): Add a `win' argument.
9759
56741510
SM
97602008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
9761
9762 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
9763 Demote it to plain defvar.
9764 (doc-view-conversion-refresh-interval): Reduce interval.
9765 (doc-view-goto-page): Allow moving to pages not yet rendered.
9766 (doc-view-goto-page): Construct a file name rather than extracting it
9767 from doc-view-current-files.
9768 (doc-view-kill-proc): Ignore errors from kill-process.
9769 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
9770 (doc-view-insert-image): Use appropriate text if the page hasn't been
9771 rendered yet. Adjust scrolling so the text is displayed.
9772 (doc-view-display): Detect not just that a page is available, but also
9773 that it wasn't available before, so as to avoid refreshing all pages
9774 repeatedly.
9775 (doc-view-mode): Make doc-view-cache-directory if needed.
9776
c48f463b
RW
97772008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9778
fb4c5fe1
GM
9779 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
9780 toggle-read-only.
9781
c48f463b 9782 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
56741510
SM
9783 refering to a missing required field with the OPT prefix.
9784 Make unwindform more robust.
c48f463b 9785
c48f463b
RW
9786 * textmodes/bibtex.el: Remove support for hideshow minor mode as
9787 it duplicates the bibtex support in progmodes/hideshow.el.
9788 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
9789 entries that do not start at the beginning of a line.
56741510 9790
1a5f6298
CY
97912008-02-25 Chong Yidong <cyd@stupidchicken.com>
9792
9793 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
9794
ff8b0c6d
RC
97952008-02-25 Robert J. Chassell <bob@rattlesnake.com>
9796
15d62563 9797 * help-fns.el (describe-variable): Add phrases about
ff8b0c6d
RC
9798 initialization file with and without customization;
9799 use new button type help-info-variable.
9800
9801 * help-mode.el (help-info-variable):
9802 New button able to read Info files for help-fns.el.
9803
6c763a30 98042008-02-25 Jan Djärv <jan.h.d@swipnet.se>
38cd9f17
JD
9805
9806 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
9807 (grep-mode): Use grep-mode-tool-bar-map.
9808
9809 * progmodes/compile.el (tool-bar): Require tool-bar.
9810 (compilation-mode-tool-bar-map): New variable.
9811 (compilation-mode): Use compilation-mode-tool-bar-map.
9812
9813 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
9814
e46e905a
GM
98152008-02-25 Glenn Morris <rgm@gnu.org>
9816
9817 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
9818
f52d2f9c
SM
98192008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
9820
9821 * diff-mode.el (diff-file-junk-re): New const.
9822 (diff-beginning-of-file-and-junk): Use it.
9823 (diff-file-kill): Make sure we were really inside a file diff.
9824
9825 * diff-mode.el: Make it more robust in the presence of empty context
9826 lines in unified hunks.
9827 (diff-valid-unified-empty-line): New var.
9828 (diff-unified->context, diff-sanity-check-hunk): Obey it.
9829 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
9830 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
9831 (diff-hunk-header-re-unified): New const.
9832 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
9833 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
9834 (diff-sanity-check-hunk): Use it.
9835
9836 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
9837 Index: line, don't search backward for the previous one.
9838
a1fe5dfa
KH
98392008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
9840
9841 * international/fontset.el (setup-default-fontset): Add non-OTF
9842 lao font for lao script.
9843
31143cfc 9844 * language/tibetan.el: Register tibetan-composition-function in
a1fe5dfa
KH
9845 composition-function-table.
9846
f52d2f9c
SM
9847 * language/tibet-util.el (tibetan-composition-function):
9848 Adjust for the new calling way (argument changed). Try font-shape-text
a1fe5dfa
KH
9849 if possible.
9850
9851 * language/lao.el: Register lao-composition-function in
9852 composition-function-table.
9853
f52d2f9c
SM
9854 * language/lao-util.el (lao-composition-function): Adjust for the new
9855 calling way (argument changed). Try font-shape-text if possible.
a1fe5dfa 9856
ffe832ea 98572008-02-25 Jason Rumney <jasonr@gnu.org>
12f68d3f
JR
9858
9859 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
9860
d8891294
JL
98612008-02-25 Juri Linkov <juri@jurta.org>
9862
9863 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
9864 background, "red4" for a dark background, "red" for 16 and
9865 8 colors, "grey" for grayscale, and inverse video otherwise.
9866 Add :version tag.
9867 (isearch-message): Keep the original isearch-message intact, and
9868 add text properties to it where necessary. Add `isearch-error' to
9869 the condition that checks if isearch is unsuccessful.
9870
a46b95a8
JL
98712008-02-24 Juri Linkov <juri@jurta.org>
9872
9873 * progmodes/compile.el (compilation-handle-exit):
9874 Use compilation-error face instead of font-lock-warning-face.
9875 Display the same message in the minibuffer as is inserted
9876 at the end of the compilation buffer.
9877
59e9dbbc
GM
98782008-02-24 Glenn Morris <rgm@gnu.org>
9879
967bf297
GM
9880 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
9881 multiple file case.
9882
59e9dbbc
GM
9883 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
9884
09607e62
GM
9885 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
9886 multiple file case. Use a single `let' rather than two.
9887
a8bdd228
DN
98882008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
9889
9890 * progmodes/compile.el (compilation-start): Specify a face for
9891 mode-line-process.
9892 (compilation-handle-exit): Specify a face and a tooltip for
9893 mode-line-process.
9894
b03f96dc 98952008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
bb5527ce 9896
01dcf284
SM
9897 * hilit-chg.el: Remove spurious * in defcustom docstrings.
9898 (hilit-chg-make-ov): Simplify.
9899 (hilit-chg-fixup): Use remove-overlays.
9900 (hilit-chg-set-face-on-change): Remove redundant call to
9901 `remove-text-properties'.
9902
bb5527ce
SM
9903 * dired.el (dired-mark-prompt): Don't count/display the t element.
9904 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
9905
b03f96dc 99062008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
7d55bf04
DN
9907
9908 * progmodes/verilog-mode.el (eval-when-compile): Don't define
9909 add-submenu.
9910 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
9911 Remove. Move contents to the only use ...
9912 (verilog-menu): ... here.
9913 (verilog-statement-menu): Remove. Move contents to the only use ...
9914 (verilog-stmt-menu): ... here.
9915 (verilog-mark-defun): Simply call mark-defun for emacs.
9916 (occur-pos-list): Declare for byte compiler.
9917 (mode-popup-menu): Don't defvar.
9918 (verilog-add-statement-menu): Remove.
9919 (verilog-mode-hook): Don't add verilog-add-statement-menu.
160dfe43 9920 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
7d55bf04 9921
b03f96dc 99222008-02-24 Michael McNamara <mac@mail.brushroad.com>
2a9eb3f5
DN
9923
9924 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
9925 conditional.
9926 (verilog-font-grouping-keywords-face): Make the begin..end
9927 keywords standout more than other verilog keywords.
160dfe43 9928 (verilog-type-font-keywords): Move the begin..end out of this list
2a9eb3f5
DN
9929 to facilitate making them to (potentially) stand out more.
9930 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
9931 function & task blocks.
160dfe43 9932 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
2a9eb3f5
DN
9933 initial, function & task blocks.
9934 (verilog-forward-sexp): Handle the new "disable fork" statement of
9935 IEEE-1800 Verilog.
160dfe43 9936 (verilog-beg-block-re-ordered): Handle the new "disable fork"
2a9eb3f5 9937 statement of IEEE-1800 Verilog.
160dfe43 9938 (verilog-calc-1): Handle the new "disable fork" statement of
2a9eb3f5 9939 IEEE-1800 Verilog.
160dfe43 9940 (verilog-disable-fork-re): Add const to help handle the new
2a9eb3f5
DN
9941 "disable fork" statement of IEEE-1800 Verilog.
9942 (verilog-declaration-core-re): Add port directions by themselves,
9943 with no qualification, as base item of a declaration.
160dfe43 9944 (verilog-pretty-declarations): Add new flag to ask it to refrain
2a9eb3f5 9945 from printing to the message buffer.
160dfe43 9946 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
2a9eb3f5
DN
9947 printing to the message buffer. Improve handling of the many
9948 types of expression line up.
160dfe43
SM
9949 (verilog-just-one-space): Remove printing of an empty message.
9950 (verilog-get-lineup-indent): Rework to support the better handling
2a9eb3f5 9951 of expression lineup for verilog-pretty-expr.
160dfe43 9952 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
2a9eb3f5 9953
b03f96dc 99542008-02-24 Alan Mackenzie <acm@muc.de>
9af4d321
AM
9955
9956 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
9957 yesterday's commit.
9958
b03f96dc 99592008-02-24 Nick Roberts <nickrob@snap.net.nz>
84a3fb5a
NR
9960
9961 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
9962 to mouse-set-point in buffers that aren't associated with files.
9963
9964 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
9965
b03f96dc 99662008-02-24 Alan Mackenzie <acm@muc.de>
bc99e713
AM
9967
9968 Set of changes so that "obtrusive" syntactic elements in a
9969 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
9970 unmatched paren) don't interact syntactically with stuff outside
9971 the CPP line.
9972
9973 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
9974 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
9975 off-by-one bug.
9976 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
9977 a bit of refactoring.
9978 (c-awk-extend-and-syntax-tablify-region): Takes some of the
9979 functionality of c-awk-advise-fl-for-awk-region, which has been
9980 refactored away.
9981
9982 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
9983 (c-clear-char-property-with-value): New function and macro which
9984 remove text-properties `equal' to a supplied value.
9985
9986 * progmodes/cc-engine.el: Comment about text properties amended.
9987
9988 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
9989 parens around "error\\|warning".
9990
9991 * progmodes/cc-langs.el (c-get-state-before-change-function)
052dca34
JB
9992 (c-before-font-lock-function, c-anchored-cpp-prefix):
9993 New language variables.
bc99e713
AM
9994 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
9995
9996 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
9997 syntax-table text properties.
9998 (c-common-init): Call language specific before/after-change
9999 functions at mode initialisation.
052dca34 10000 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
bc99e713 10001 (c-extend-region-for-CPP, c-neutralize-CPP-line)
052dca34
JB
10002 (c-neutralize-syntax-in-CPP): New functions.
10003 (c-before-change, c-after-change): Call the new language specific
bc99e713 10004 change functions defined in cc-langs.el.
052dca34 10005 (c-advise-fl-for-region): New macro.
bc99e713
AM
10006 (awk-mode): Remove AWK specific stuff which has been refactored
10007 into language independent stuff.
10008
b03f96dc 100092008-02-24 Nick Roberts <nickrob@snap.net.nz>
0287c1d9
NR
10010
10011 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
10012 (gdb): (Re)set gdb-flush-pending-output to nil here...
10013 (gdb-init-1): ...instead of here (before gdb-prompt).
10014
b03f96dc 100152008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
ed3b86bf
SM
10016
10017 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
10018 Recognize ''' just like any other char-constant.
10019
b03f96dc 100202008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5f8ea2c8
SM
10021
10022 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
10023 careful enough. Detect the uid-change all within the main loop.
10024
b03f96dc 100252008-02-24 Stefan Monnier <monnier@pastel.home>
c2734293
SM
10026
10027 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
10028
b03f96dc 100292008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2e819508
SM
10030
10031 * hilit-chg.el (highlight-save-buffer-state): New macro.
10032 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
10033 (hilit-chg-clear): Use it to preserve the modified-p flag.
10034 (highlight-changes-rotate-faces): Don't mess with the undo-list.
10035
b03f96dc 100362008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
558ca3c1
SM
10037
10038 * font-lock.el (font-lock-set-defaults): Unset previously set variables
10039 when needed.
10040
6c763a30 100412008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
73dd622f
RS
10042
10043 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
10044 from gnus-button-url-regexp.
10045
b03f96dc 100462008-02-24 Eli Zaretskii <eliz@gnu.org>
d0048c60
EZ
10047
10048 * progmodes/compile.el (compilation-next-error): Doc fix.
5099d512 10049 (compilation-find-file): Doc fix.
d0048c60 10050
b03f96dc 100512008-02-24 Glenn Morris <rgm@gnu.org>
d884d6ad
GM
10052
10053 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
10054 Add obsolete aliases to the old names.
10055
b03f96dc 100562008-02-24 Richard Stallman <rms@gnu.org>
46f6fa95 10057
d884d6ad 10058 * net/net-utils.el (ifconfig): Rename from ipconfig.
e07277ff 10059 (ipconfig): Alias to ifconfig.
714536d6 10060 (ifconfig-program): Rename from ipconfig-program.
d884d6ad 10061 (ifconfig-program-options): Rename from ipconfig-program-options.
46f6fa95 10062
b03f96dc 100632008-02-24 Michael McNamara <mac@mail.brushroad.com>
7e2a6000
DN
10064
10065 * progmodes/verilog-mode.el (verilog-declaration-core-re):
10066 Add port directions by themselves, with no qualification, as base
10067 item of a declaration.
10068 (verilog-pretty-declarations): Add new flag that inhibits printing
10069 to the message buffer.
10070 (verilog-pretty-expr): Add new flag that inhibits printing to the
10071 message buffer. Improve handling of the many types of expression
10072 line up.
10073 (verilog-just-one-space): Don't print an empty message.
10074 (verilog-get-lineup-indent): Rework to support the better handling
10075 of expression lineup for verilog-pretty-expr.
10076 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
10077 (verilog-mode-version, verilog-mode-release-date): Update.
10078
b03f96dc 100792008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
d9090cc1
SM
10080
10081 * subr.el (cancel-change-group): Don't move point.
10082
a5b6e5a4
JB
100832008-02-23 Markus Triska <markus.triska@gmx.at>
10084
10085 * linum.el (linum-after-config): Update all visible windows.
10086
0329d8a3
GM
100872008-02-23 Glenn Morris <rgm@gnu.org>
10088
10089 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
10090 Add :help for Solitaire and Tetris.
10091
f3468eac
GM
10092 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
10093
0329d8a3
GM
10094 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
10095 (smtpmail-code-conv-from): Doc fix. Fix custom type.
10096 (smtpmail-queue-index-file): Make it a defcustom.
10097 (smtpmail-queue-index): Delete.
10098 (smtpmail-send-it, smtpmail-send-queued-mail):
10099 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
10100 smtpmail-queue-index.
10101
beaa23bc
GM
10102 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
10103 Add :version.
10104
101052008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
10106
10107 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
10108 New variables.
10109 (iwconfig): New function.
10110
25a4ea6d
DN
101112008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
10112
10113 * vc.el (vc-find-revision): Make vc-parent-buffer local before
10114 setting it.
10115 (vc-status-menu-map): Do not define using easy-menu.
10116 (vc-status-menu-map): New defalias.
10117 (vc-status-mode-map): Hook up the menu.
10118 (top-level): Update TODO.
10119
10120 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
10121
10122 * vc-bzr.el (vc-bzr-init-version): Rename to ...
10123 (vc-bzr-init-revision): ... this.
10124
cba3dac5
JR
101252008-02-23 Jason Rumney <jasonr@gnu.org>
10126
10127 * makefile.w32-in (WINS_ALMOST): Remove term.
10128 (WINS): Add term here.
10129 (custom-deps, finder-data): Use WINS_ALMOST.
e50002c8 10130
986845af
JB
101312008-02-22 Juanma Barranquero <lekktu@gmail.com>
10132
10133 * faces.el (font-weight-table): Fix value of `semi-light'.
10134
9c7f8459
SM
101352008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
10136
10137 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
10138 Make those tables bijective.
10139
f7aa70c7
KM
101402008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
10141
10142 Finish pdbtrack integration cleanup, settling missing-functions
10143 byte compiler warnings appropriately.
10144
986845af
JB
10145 * progmodes/python.el (python-point): Remove this - beginning-of-line
10146 was all that was necessary for `python-pdbtrack-overlay-arrow'.
f7aa70c7
KM
10147 (python-end-of-def-or-class, python-beginning-of-def-or-class)
10148 (python-goto-initial-line): Drop these - they were only needed for
10149 python-point.
10150 (python-comint-output-filter-function): Use condition-case and
10151 beginning-of-line directly, instead of python-mode.el functions
10152 which require all sorts of baggage.
10153 (point-safe): Unnecessary - we're using condition-case directly,
10154 instead.
986845af 10155 (python-execute-file): Include for python-shell, which I'm leaving
f7aa70c7
KM
10156 in keeping despite it being unnecessary for pdb tracking.
10157
12cf1a12
TTN
101582008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
10159
10160 * progmodes/scheme.el (scheme-font-lock-keywords-2):
10161 Add SRFI 11 support.
10162 (let-values, let*-values): Specify scheme-indent-function.
10163
d3201e0b
DN
101642008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
10165
10166 * vc.el (vc-exec-after): Move setting mode-line-process in the
10167 busy case ...
10168 (vc-set-mode-line-busy-indicator): ... in this new function.
10169 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
10170 (vc-update-vc-status-buffer): Reset mode-line-process.
10171 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
10172 mark/unmark all the files with the same state as the current one.
9c7f8459 10173 With a prefix argument mark/unmark all files.
d3201e0b 10174 (vc-status-mode-menu): Adjust strings.
751c9f00
DN
10175 (vc-update-vc-status-buffer): Only do something when the argument
10176 is not nil.
10177 (vc-status-kill-dir-status-process): New function.
10178 (vc-status-mode-map): Bind it.
10179 (vc-status-process-buffer): New variable.
10180 (vc-status-mode): Make it local.
10181 (vc-status-refresh): Set it.
10182
10183 * vc-hg.el (vc-hg-dir-status):
10184 * vc-git.el (vc-git-dir-status):
10185 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
10186 command is run.
d3201e0b 10187
1eb2d407
GM
101882008-02-22 Glenn Morris <rgm@gnu.org>
10189
10190 * json.el (top-level): No need to require thingatpt.
10191 (json-read-keyword): Use thing-at-point rather than word-at-point.
10192
10193 * time.el (top-level): No need to require time-date when compiling.
10194
9c7f8459
SM
10195 * emacs-lisp/copyright.el (copyright-update-year):
10196 Fix subexpression numbering for the case when years are split over
1eb2d407
GM
10197 lines, and for the replace case.
10198
10199 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
10200 (tpu-caar, tpu-cadr): Delete functions.
10201 (zmacs-regions): No need to declare for compiler.
10202 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
10203 (tpu-spell-check): Rewrite, and handle mark after point.
10204 (tpu-special-insert): Use or rather than if.
10205
10206 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
10207 rather than spell-region.
10208
10209 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
10210 warnings about spell-region.
10211
43d8c495
KH
102122008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
10213
a1fe5dfa
KH
10214 * ldefs-boot.el: Regenerated.
10215
bb9ba46f 10216 * loadup.el: Don't load language/devanagari, language/kannada,
43d8c495
KH
10217 language/malayalam, and language/tamil. Load language/sinhala.
10218
10219 * language/indian.el (indian-font-foundry)
10220 (indian-script-language-alist, indian-font-char-index-table)
10221 (indian-font-char, indian-font-char-range, indian-script-table)
10222 (indian-default-script, indian-composable-pattern): Delete them.
10223 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
10224 language environments moved to here.
4a4bdfc7
JB
10225 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
10226 New language environments.
43d8c495
KH
10227
10228 * language/devanagari.el, language/devan-util.el,
bb9ba46f 10229 * language/kannada.el, language/knd-util.el, language/malayalam.el,
4a4bdfc7 10230 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
43d8c495
KH
10231 Delete them.
10232
10233 * language/sinhala.el: New file.
10234
82ede389
KM
102352008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
10236
f7aa70c7
KM
10237 Update Nick Robert's port of pdb tracking from python-mode.el.
10238
10239 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
10240 Clarify docstring.
82ede389
KM
10241 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
10242 tracking is happening.
4a4bdfc7 10243 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
82ede389 10244 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
4dd7de9a
GM
10245 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
10246 Tracking is plugged in to all comint buffers once python.el is loaded.
82ede389 10247 (python-pdbtrack-overlay-arrow): Toggle activation of
4a4bdfc7 10248 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
82ede389
KM
10249 (python-pdbtrack-track-stack-file): Use new
10250 `python-pdbtrack-get-source-buffer' for more flexible access to
10251 debugging source files.
4a4bdfc7
JB
10252 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
10253 according to pdb stack trace, optionally using new
10254 `python-pdbtrack-grub-for-buffer' if file is not locally available.
82ede389
KM
10255 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
10256 named buffer, or having function with indicated name.
10257 (python-shell): Remove comint-output-filter-functions hook
10258 addition, it's being done elsewhere. Wrap long line.
10259
02761f85
MO
102602008-02-21 Michael Olson <mwolson@gnu.org>
10261
5ca1bb2d
GM
10262 * json.el: Replace XEmacs compatibility code to get rid of
10263 compiler warnings.
02761f85 10264
26e99723
MO
10265 * time.el: Fix compiler warning.
10266
5ca1bb2d
GM
102672008-02-21 Edward O'Connor <ted@oconnor.cx>
10268
10269 * json.el: New file (JavaScript Object Notation parser / generator).
10270
ff493c63
CY
102712008-02-21 Dave Love <fx@gnu.org>
10272
10273 * progmodes/sym-comp.el: New file.
10274
10275 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
10276 Require sym-comp. Add Python buffer to same-window-buffer-names.
10277 Fixup whitespaces.
10278 (python-font-lock-keywords): Add highlighting for Python builtins.
10279 (python-font-lock-syntactic-keywords): Rewrite.
10280 (python-quote-syntax): Use syntax-ppss-context instead of parsing
10281 ppss directly.
10282 (python-mode-map): Add binding for python-find-function.
10283 (python-calculate-indentation): Clean up the logic.
10284 (python-beginning-of-defun): Explicitly set return value.
10285 (python-beginning-of-statement): Stop looping if we get stuck
10286 going backwards.
10287 (python-next-statement): Stop looping if we somehow end up inside
10288 a string while advancing.
10289 (python-preoutput-continuation, python-version-checked): New vars.
10290 (python-check-version): New function.
10291 (run-python): Set default command to python-command instead of
10292 python-python-command.
10293 (run-python): Use python-check-version. Give PYTHONPATH
4a4bdfc7
JB
10294 precedence over data-directory in the process environment.
10295 Load function definitions in python process after.
ff493c63
CY
10296 (python-check-comint-prompt): New function.
10297 (python-send-command, python-send-receive): Use it.
10298 (python-complete-symbol, python-try-complete): Functions deleted.
10299 Use symbol-complete instead of python-complete-symbol throughout.
10300 (python-fill-paragraph): Further refine the fenced-string regexp.
10301 (def-python-skeleton): Expand to the original abbrev instead if in
10302 a comment or string. Tweak skeletons for `if', `while', `for',
10303 `try/except', `try/finally', `name'.
10304 (python-pea-hook, python-abbrev-pc-hook): New functions.
10305 (python-abbrev-syntax-table): New var.
4a4bdfc7
JB
10306 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
10307 Use symbol-completion-try-complete for hippie expansion.
10308 Turn on font lock unconditionally.
ff493c63
CY
10309 (python-mode-hook): Defcustom it. No need to use make-local
10310 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
10311 option, since it's buffer-local.
10312
10a806d3
JB
103132008-02-21 Juanma Barranquero <lekktu@gmail.com>
10314
10315 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
10316
fb1a03c9
DN
103172008-02-21 Drew Adams <drew.adams@oracle.com>
10318
10319 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
10320 "Turn off" and a "Help" entry when the minor mode has no menu.
10321
8bb38e87
DN
103222008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
10323
10324 * vc.el (vc-status-mark, vc-status-unmark): New functions.
3ba75732 10325 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
8bb38e87
DN
10326 vc-status-mark-file and vc-status-unmark-file.
10327 (vc-status-mark-unmark): New function.
07fa8f86 10328 (vc-status-previous-line, vc-status-next-line): No longer interactive.
8bb38e87 10329
ad1b4641
GM
103302008-02-21 Glenn Morris <rgm@gnu.org>
10331
10332 * composite.el (encode-composition-rule): Fix typo in error message.
10333 (composition-function-table, auto-composition-mode): Doc fixes.
10334
000b06df
GM
10335 * subr.el (sit-for): Fix obsolete form for nil second argument.
10336
a8a4617a
GM
10337 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
10338 (spell-string): Make obsolete, in favor of ispell.
10339
a73b5627
KH
103402008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
10341
43d8c495
KH
10342 * language/devanagari.el: Don't setup composition-function-table
10343 here.
10344 ("Devanagari"): Change charset, coding-system, coding-priority to
10345 Unicode-based ones. Don't require the feature devan-util.
10346
a73b5627
KH
10347 * composite.el (compose-chars-after): Fix arguments for a function
10348 in composition-function-table.
10349 (auto-compose-region): Likewise.
10350
10a806d3
JB
10351 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
10352 for Ethiopic.
a73b5627
KH
10353 (ps-mule-plot-string): Ignore glyph-string based compositions.
10354
44e3c7c6
SM
103552008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
10356
de171465
SM
10357 * doc-view.el: Allow different windows to show different pages.
10358 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
10359 (doc-view-current-image, doc-view-current-overlay): Remove variables,
10360 add them back as macros instead, using image-mode-winprops instead.
10361 Update all users of those variables.
10362 (doc-view-new-window-function): New function to create a new overlay
10363 for each new window.
10364 (doc-view-mode): Use it and image-mode-setup-winprops.
10365 (doc-view-clone-buffer-hook): Rewrite accordingly.
10366
44e3c7c6
SM
10367 * image-mode.el: Extend [hv]scroll support to per-window properties.
10368 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
10369 (image-mode-winprops-alist): New var to replace them.
10370 (image-mode-new-window-functions): New hook.
10371 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
10372 New funs.
10373 (image-set-window-vscroll, image-set-window-hscroll): Use them.
10374 Remove the `window' argument, update callers.
10375 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
10376 Use the new functions.
10377 (image-mode-reapply-winprops): New fun.
10378 (image-mode): Use it.
10379
b0d9db86
JB
103802008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
10381
10382 * calc/calc-math.el (math-sin-raw): Add optional argument
10383 to keep track of original argument.
10a806d3 10384 (math-cos-raw): Use optional argument when calling math-sin-raw.
b0d9db86
JB
10385 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
10386 with close to original precision.
10387
48c4d6a2
RW
103882008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10389
10390 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
10391 args in calls of sit-for.
10392
6f300323
JB
103932008-02-20 Juanma Barranquero <lekktu@gmail.com>
10394
4ced8551
JB
10395 * vc-svn.el (vc-svn-program): Fix typo in docstring.
10396 (vc-svn-checkin): Fix typo in error message.
10397
6f300323
JB
10398 * help-mode.el: Require easymenu when compiling.
10399
58245a58
DN
104002008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
10401
10402 * help-mode.el (help-mode-menu): New menu.
10403
6052846b
GM
104042008-02-20 Glenn Morris <rgm@gnu.org>
10405
10406 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
10407 on Windows.
10408
3e7447da
KH
104092008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
10410
91382ad9 10411 * ps-mule.el (ps-mule-encode-region): Return a single string.
44e3c7c6 10412 (ps-mule-plot-string): Adjust for the above change.
91382ad9
KH
10413 (ps-mule-encode-header-string): Likewise.
10414
3e7447da 10415 * international/latin1-disp.el (latin1-display): Don't use
a14bddee 10416 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
3e7447da 10417 standard-display-table.
44e3c7c6 10418 (latin1-display-identities): Adjust for the change of what is
3e7447da
KH
10419 returned by (get-language-info charset 'charset).
10420
10421 * international/mule-util.el (char-displayable-p): Fix for Latin-1
10422 characters and terminal case.
10423
a14bddee
JB
104242008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
10425
10426 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
67fd73d2
NR
10427
10428 * progmodes/python.el: Also require comint when loading.
a14bddee
JB
10429 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
10430 Replace python-shell with run-python on menu bar.
67fd73d2
NR
10431 (python-shell-map): New map.
10432 (python-default-interpreter, python-python-command-args)
10433 (python-jython-command-args, python-pdbtrack-do-tracking-p):
10434 New options.
10435 (python-which-shell, python-which-args, python-which-bufname):
10436 New buffer local variables.
d193e705 10437 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
6c763a30
JB
10438
10439 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
67fd73d2
NR
10440 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
10441 New constants.
10442
10443 Pdbtrack features:
6c763a30 10444
67fd73d2
NR
10445 (python-point, python-end-of-def-or-class)
10446 (python-beginning-of-def-or-class, python-goto-initial-line)
10447 (python-comint-output-filter-function)
10448 (python-pdbtrack-overlay-arrow)
10449 (python-pdbtrack-track-stack-file, python-toggle-shells)
10450 (python-shell, python-pdbtrack-toggle-stack-tracking)
10451 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
10452 New functions.
10453
c200c78d
MA
104542008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10455
10456 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
10457 when the argument is nil.
10458
00ca5ce2
DN
104592008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
10460
10461 * vc.el (dir-status): Add a brief description.
10462
b038f9fb
TTN
104632008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
10464
10465 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
10466 If non-nil, reverse the sense of the check.
a14bddee 10467
b038f9fb
TTN
10468 * vc-rcs.el (vc-rcs-root): New func.
10469 * vc-cvs.el (vc-cvs-root): New func.
10470 * vc-svn.el (vc-svn-root): New func.
6d587cb5 10471 * vc-sccs.el (vc-sccs-root): New func.
b038f9fb 10472
4125bd36
KH
104732008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
10474
10475 * language/japan-util.el (setup-japanese-environment-internal):
10476 Call use-cjk-char-width-table.
10477
10478 * language/japanese.el ("Japanese"): Set exit-function to
10479 use-default-char-width-table.
10480
5549f37a 10481 * international/characters.el: Delete occurrences of non-Unicode
4125bd36
KH
10482 tibetan and ethiopic characters.
10483 (cjk-char-width-table): New variable.
a14bddee
JB
10484 (use-cjk-char-width-table, use-default-char-width-table):
10485 New functions.
4125bd36 10486
6656ecaa
DN
104872008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
10488
10489 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
10490 (vc-status-mode-menu): Add a :filter.
10491 (vc-status-printer): Add faces.
10492
10493 * vc-hg.el (vc-hg-extra-status-menu): New function.
10494 (vc-hg-dir-status): Clean up the buffer before using it.
10495
a02bf0c3
SM
104962008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
10497
57e828ae
SM
10498 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
10499 (gdb): Initialize it here instead.
10500
a02bf0c3
SM
10501 * files.el (locate-dominating-file): Fix thinko in last change.
10502 Reported by Bruce Stephens <bruce.stephens@isode.com>.
10503
df04e22c
DN
105042008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
10505
10506 * vc.el (vc-status-mode-menu): New menu for vc-status.
10507
5137f982
JB
105082008-02-18 Juanma Barranquero <lekktu@gmail.com>
10509
10510 * progmodes/verilog-mode.el (customize): Fix typo in error message.
10511 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
10512 (verilog-mode-auto, verilog-indent-level-module)
10513 (verilog-minimum-comment-distance, verilog-library-flags)
10514 (verilog-library-directories, verilog-library-files)
10515 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
10516 (verilog-xemacs-menu, verilog-set-compile-command)
10517 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
10518 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
10519 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
10520 (verilog-batch-inject-auto, verilog-batch-indent)
10521 (verilog-continued-line, verilog-type-keywords)
10522 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
10523 (verilog-read-inst-pins, verilog-read-arg-pins)
10524 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
10525 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
10526 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
10527 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
10528 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
10529 (verilog-mode-version, verilog-mode-release-date)
10530 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
10531 (verilog-simulator, verilog-compiler)
10532 (verilog-auto-sense-defines-constant, verilog-company)
10533 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
10534 Fix typos in docstrings.
10535 (verilog-set-auto-endcomments, verilog-calculate-indent)
10536 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
10537 Reflow docstrings.
10538 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
10539 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
10540 (electric-verilog-forward-sexp, verilog-in-case-region-p)
10541 (verilog-in-struct-region-p, verilog-in-generate-region-p)
10542 (verilog-leap-to-head, verilog-current-indent-level)
10543 (verilog-case-indent-level, verilog-cpp-keywords)
10544 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
10545 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
10546 (verilog-signals-not-in, verilog-symbol-detick-text)
10547 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
10548 (verilog-forward-close-paren, verilog-backward-open-paren)
10549 (verilog-backward-open-bracket): Doc fixes.
10550
10551 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
10552 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
10553 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
10554 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
10555 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
10556 Fix typos in docstrings.
10557
10558 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
10559
f75d05eb
BG
105602008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
10561
10562 * info.el (Info-read-node-name): Removed unused `default' arg.
10563
758dc0cc
TTN
105642008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
10565
10566 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
10567
91784462
SM
105682008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10569
10570 * image-mode.el (image-get-display-property): New fun.
10571 (image-forward-hscroll, image-next-line, image-eol, image-eob)
10572 (image-mode, image-minor-mode, image-toggle-display-text)
10573 (image-toggle-display): Use it.
10574
c6578617
JR
105752008-02-18 Jason Rumney <jasonr@gnu.org>
10576
228de8de
JR
10577 * international/mule.el (xml-find-file-coding-system): Don't warn
10578 about utf-16 with BOM.
10579
9cd41aa9
JR
10580 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
10581
91784462
SM
10582 * international/mule.el (sgml-xml-auto-coding-function): Detect and
10583 warn if file encoding is not utf-8 and encoding not specified.
c6578617
JR
10584 (xml-find-file-coding-system): New function.
10585 * international/mule-conf.el (file-coding-system-alist): Use it.
10586
739b7764
GM
105872008-02-17 Glenn Morris <rgm@gnu.org>
10588
7123da6d
JB
10589 * international/mule-cmds.el (set-locale-environment):
10590 Pass `frame' to getenv for LC_MESSAGES.
739b7764 10591
ac1efd51
JL
105922008-02-17 Juri Linkov <juri@jurta.org>
10593
10594 * time.el (emacs-init-time): Use format instead of format-seconds.
10595
cc469ff4
RW
105962008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10597
10598 * textmodes/bibtex.el (bibtex-search-entry): Rename from
7123da6d 10599 bibtex-find-entry. Add autoload cookie.
cc469ff4
RW
10600 (bibtex-find-entry): Alias for bibtex-search-entry.
10601 (bibtex-search-crossref): Rename from bibtex-find-crossref.
10602 (bibtex-find-crossref): Alias for bibtex-search-crossref.
10603 (bibtex-clean-entry): atomic-change-group removed.
7123da6d
JB
10604 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
10605 to locate buffer location where error occurred.
cc469ff4
RW
10606 Make error messages more specific.
10607 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
10608
a2b84f35
DN
106092008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
10610
d79dd1b0
DN
10611 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
10612 top level.
10613
a2b84f35
DN
10614 * simple.el (transient-mark-mode): Add an :init-value.
10615
10616 * startup.el (command-line): Use custom-reevaluate-setting for
10617 transient-mark-mode.
10618
6c763a30 106192008-02-17 Michaël Cadilhac <michael@cadilhac.name>
3f146fcf
MC
10620
10621 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
10622
24d6c292
JL
106232008-02-16 Juri Linkov <juri@jurta.org>
10624
10625 * startup.el (after-init-time): New variable.
10626 (command-line): Set `after-init-time' to the current time.
10627
10628 * time.el (emacs-init-time): New function.
10629
5ffc4c05
SM
106302008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
10631
10632 * files.el (locate-dominating-file): Remove initial loop because it's
10633 not careful enough. Detect the uid-change all within the main loop.
10634
6c7b01b6 106352008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
2ef180f7 10636
19d8735e 10637 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
2ef180f7 10638
1f344760
DN
106392008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
10640
bae9f9e3
DN
10641 * vc.el (vc-annotate): Add new argument.
10642 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
10643
19d8735e
JB
10644 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
10645 Move make-variable-buffer-local code after the corresponding defvar.
1f344760
DN
10646 (hs-minor-mode-map): Define and initialize in one step.
10647 (hs-minor-mode): Change from defun to define-minor-mode.
10648
bdd9e9c0
NR
106492008-02-16 Nick Roberts <nickrob@snap.net.nz>
10650
10651 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
10652 (gdb-ready): Move declaration...
10653
10654 * progmodes/gdb-ui.el (gdb-ready): ...to here.
10655 (gdb-early-user-input): New variable.
10656 (gdb): Reset gdb-flush-pending-output to nil and set
10657 comint-input-sender here (before gdb-prompt), instead of...
10658 (gdb-init-1): ...here.
10659 (gdb-send): If Emacs is not ready, defer user input to...
10660 (gdb-prompt): ...here.
10661
04e56139
GM
106622008-02-16 Glenn Morris <rgm@gnu.org>
10663
6943aa02
GM
10664 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
10665
e279593d
GM
10666 * startup.el (emacs-startup-time): Rename to `before-init-time'.
10667 (before-init-time): New name for `emacs-startup-time'.
10668 (command-line): Use before-init-time rather than emacs-startup-time.
10669 * time.el (emacs-uptime): Use before-init-time rather than
10670 emacs-startup-time.
10671
04e56139
GM
10672 * composite.el (composition-function-table): Doc fix.
10673
10674 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
10675 in favor of `%z' specifier.
10676 (emacs-uptime): Move to time.el.
19d8735e
JB
10677 * time.el (emacs-uptime): Move here from time-date.el. Add optional
10678 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
10679 argument of format-seconds.
04e56139 10680
f46b8f6d
DN
106812008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
10682
10683 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
10684
6c7b01b6 106852008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
2ef180f7
BG
10686
10687 * ielm.el (ielm-is-whitespace): Remove.
10688 (ielm-is-whitespace-or-comment): New function.
10689 (ielm-eval-input): Use it.
10690
0e413a90
JR
106912008-02-15 Jason Rumney <jasonr@gnu.org>
10692
10693 * term/mac-win.el: Fix coding tag.
10694
40fabc71
DN
106952008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
10696
10697 * vc-hooks.el (vc-menu-map):
10698 * bindings.el (mode-line-mode-menu): Add tooltips.
10699
10700 * bindings.el (help-echo): Add more tooltips. Use a less
10701 telegraphic style for existing tooltips.
10702
2f5bb432
SM
107032008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
10704
10705 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
10706 from the auto-generated one.
10707
48a731fe
GM
107082008-02-14 Glenn Morris <rgm@gnu.org>
10709
7123da6d
JB
10710 * mail/rmail-spam-filter.el (rmail-spam-filter):
10711 Let-bind message-spam-status.
ffdbbc01 10712
48a731fe
GM
10713 * mail/smtpmail.el (password-cache-add): Declare as function.
10714
7123da6d 107152008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
b1cd57bc
BG
10716
10717 * mail/smtpmail.el: Use password-cache.
10718
a8049a30
JB
107192008-02-14 Juanma Barranquero <lekktu@gmail.com>
10720
10721 * uniquify.el (uniquify-buffer-base-name): New function.
10722 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10723
10724 * desktop.el (uniquify-managed): Don't defvar.
10725 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
10726 `uniquify-managed'. Return also the buffer's base name.
10727 (desktop-save): When saving the buffer info, filter out the base name,
10728 and save it as buffer name if the buffer is managed by uniquify.
10729 (uniquify-item-base): Don't declare; not called anymore.
10730
f3ff0fe9
DN
107312008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
10732
10733 * vc.el (vc-annotate-find-revision-at-line): New function.
10734 (vc-annotate-mode-map): Bind it.
10735 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
10736 some entries.
10737
b2928357
GM
107382008-02-14 Glenn Morris <rgm@gnu.org>
10739
6afa3d67
GM
10740 * calendar/time-date.el (format-seconds): New function.
10741 (emacs-uptime): Use format-seconds.
10742
b2928357
GM
10743 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10744 Remove `LC_ALL=C', since it's included in $(emacs) now.
10745
a8049a30 107462008-02-14 Zhang Wei <id.brep@gmail.com>
b3eb2b9c
CY
10747
10748 * textmodes/org-publish.el (org-publish-timestamp-filename):
10749 Replace colon characters in filename too.
10750
5b5eae56
BG
107512008-02-13 Bastien Guerry <bzg@altern.org>
10752
10753 * mail/rmail.el (rmail-header-name): New face.
10754 (rmail-font-lock-keywords): Use rmail-header-name.
10755
5b5eae56
BG
10756 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
10757 against X-Spam-Status header field.
10758 (rmail-spam-filter): Also check X-Spam-Status header field.
10759
eabd11d4
MH
107602008-02-14 Mark A. Hershberger <mah@everybody.org>
10761
a8049a30
JB
10762 * progmodes/flymake.el (flymake-allowed-file-name-masks):
10763 Add support for .pm files and .php files.
eabd11d4
MH
10764 (flymake-err-line-patterns): Add pattern for PHP errors.
10765 (flymake-php-init): New function. PHP support for flymake.
a8398387 10766
a8049a30
JB
10767 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10768 Add regular expression for PHP errors.
fa2a4e7d 10769
1860f08d
MA
107702008-02-13 Michael Albinus <michael.albinus@gmx.de>
10771
a8049a30
JB
10772 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
10773 This DTRT even on w32 machines.
1860f08d
MA
10774 (ange-ftp-cf1): Quote FILENAME.
10775
02dfeba8
SM
107762008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
10777
10778 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
10779 (smerge-auto-combine): New fun.
10780
78dc87a2
JL
107812008-02-12 Juri Linkov <juri@jurta.org>
10782
10783 * startup.el (fancy-startup-screen, normal-splash-screen):
10784 Set default-directory to command-line-default-directory.
10785
10786 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
10787 after reading the desktop.
10788
02dfeba8
SM
10789 * progmodes/compile.el (compilation-auto-jump):
10790 Call compile-goto-error only when compilation-auto-jump-to-first-error
78dc87a2
JL
10791 is non-nil.
10792 (compilation-scroll-output): Replace :type 'boolean with a choice
10793 that has three options including a third option `first-error'.
10794 Doc fix.
10795 (compilation-start, compilation-forget-errors): Add an alternate
10796 condition comparing compilation-scroll-output with `first-error'
10797 in addition to compilation-auto-jump-to-first-error (to call
10798 compilation-auto-jump in the proper place).
10799
53ad7bee
SM
108002008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10801
9e5e233a
SM
10802 * international/mule.el (sgml-html-meta-auto-coding-function):
10803 Make sure the search limit is ahead.
10804
53ad7bee
SM
10805 * tar-mode.el: Fix broken indentation.
10806 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
10807 Use with-current-buffer.
10808
355652a2 108092008-02-12 Juanma Barranquero <lekktu@gmail.com>
b96817c3 10810
355652a2
JB
10811 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
10812 it is already automatically buffer-local.
10813
108142008-02-11 Drew Adams <drew.adams@oracle.com>
10815
10816 * help.el (describe-key): Join some split lines to facilitate filling.
b96817c3
BG
10817 * help-fns.el (describe-function-1): Fill text of overlong lines.
10818
dd728672
KH
108192008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
10820
355652a2
JB
10821 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
10822 Use unibyte-string instead of string-make-unibyte.
da9e269f 10823
dd728672
KH
10824 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
10825
64663f06
SM
108262008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10827
65073003
SM
10828 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
10829 works also for buffers w/o buffer-file-name. Update callers.
10830 (doc-view-clone-buffer-hook): New fun.
355652a2
JB
10831 (doc-view-mode): Use it for indirect clones. Mark the overlays with
10832 the `doc-view' property so they can be recognized.
65073003 10833
64663f06
SM
10834 * simple.el (clone-indirect-buffer-hook): New hook.
10835 (clone-indirect-buffer): Run it.
10836
5a8d03e9
MO
108372008-02-11 Daiki Ueno <ueno@unixuser.org>
10838
10839 * epa.el (epa-menu-mode): Merge into epa-mode.
10840 (epa-menu-items): Rename the label "EasyPG Assistant" to
10841 "Encryption/Decryption".
10842
10843 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
64663f06
SM
10844 (epa-dired-mode-map): Rename from epa-dired-map.
10845 (epa-global-dired-mode): Rename the global minor mode.
5a8d03e9 10846
e542c600 108472008-02-11 Drew Adams <drew.adams@oracle.com>
723e5b84 10848
d218b4e5 10849 * isearch.el (isearch-fail): New face.
723e5b84
BG
10850 (isearch-message): Highlight failure part of input.
10851
46772c24
SM
108522008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10853
6d11a78b
SM
10854 * ibuffer.el (ibuffer-header-line-format): New var.
10855 (ibuffer-mode): Set it instead of header-line-format.
10856 (ibuffer-update): Use it to set header-line-format.
10857
46772c24
SM
10858 * international/mule-cmds.el (ucs-insert): Inherit surrounding
10859 properties like self-insert-command.
10860
cba9bdd2
RS
108612008-02-11 Drew Adams <drew.adams@oracle.com>
10862
10863 * progmodes/etags.el: Add many doc strings.
10864
0a001030
JR
108652008-02-11 Jason Rumney <jasonr@gnu.org>
10866
10867 * ldefs-boot.el: Regenerated.
10868
0a66ac10
GM
108692008-02-11 Glenn Morris <rgm@gnu.org>
10870
3dc4febd
GM
10871 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10872 Shorten some names.
10873
0a66ac10
GM
10874 * ffap.el (ffap-rfc-directories): Add :version.
10875
14414dd3
GM
108762008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
10877
78e7bb2e 10878 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
14414dd3
GM
10879 files, and backup files of same.
10880
4ba89826
GM
108812008-02-11 Kevin Ryde <user42@zip.com.au>
10882
0a66ac10
GM
10883 * ffap.el (ffap-rfc-directories): New variable.
10884 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
10885
4ba89826
GM
10886 * info.el (Info-next-reference, Info-prev-reference)
10887 (Info-try-follow-nearest-node): Move to and follow https:// links too.
10888
3a77346c
GM
10889 * simple.el (completion-list-mode): Show full completion-list-mode-map
10890 in the docstring.
10891
c1fdf758
SS
108922008-02-11 Sam Steingold <sds@gnu.org>
10893
10894 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
10895
9ce1b62f
GM
108962008-02-11 Glenn Morris <rgm@gnu.org>
10897
10898 * startup.el (emacs-startup-time): New variable.
10899 (command-line): Set emacs-startup-time.
10900
10901 * calendar/time-date.el (emacs-uptime): New function.
10902
be16d955
BG
109032008-02-10 Bastien Guerry <bzg@altern.org>
10904
10905 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
10906 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
10907 it is nil.
10908
f1914c40
MO
109092008-02-10 Daiki Ueno <ueno@unixuser.org>
10910
10911 * epg-config.el: Expand the contents of epg-package-info.el.
10912 (epg-package-name): New constant.
10913 (epg-version-number): New constant.
10914 (epg-bug-report-address): New constant.
10915
10916 * epa-mail.el (epa-mail-mode): Add autoload cookie.
78df961d 10917 (epa-global-mail-mode): New global minor mode.
f1914c40
MO
10918
10919 * epa-file.el (epa-file-mode): New global minor mode.
10920
10921 * epa-dired.el (epa-dired-mode): New global minor mode.
10922
10923 * epa.el (epa-menu): New variable.
10924 (epa-menu-items): New variable.
10925 (epa-menu-mode): New global minor mode.
10926 (epa-global-minor-modes): New user option.
10927 (epa-mode): New global minor mode.
10928
6981d00a
MA
109292008-02-10 Michael Albinus <michael.albinus@gmx.de>
10930
10931 * net/dbus.el: Remove `no-byte-compile' cookie.
10932 (dbus-call-method, dbus-register-signal, dbus-debug)
10933 (dbus-registered-functions-table): Declare them with
10934 `declare-function' or `defvar', respectively.
10935 (top): Don't assert any longer. Require 'cl when compiling.
10936 Apply `ignore-errors' but `dbus-ignore-errors'.
10937
40c02e00
DN
109382008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
10939
d6f0bd5a
JB
10940 * diff-mode.el (diff-add-change-log-entries-other-window):
10941 Use add-change-log-entry.
40c02e00 10942
2b786e07
JR
109432008-02-09 Jason Rumney <jasonr@gnu.org>
10944
10945 * button.el (button-map):
10946 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
d6f0bd5a 10947 * ldefs-boot.el: Regenerate.
2b786e07 10948
0bd4f317
DN
109492008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
10950
10951 * epa.el (epa-faces, epa):
10952 * epa-file.el (epa-file):
10953 * epg-config.el (epg): Add :version.
10954
1d5b2149
TTN
109552008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
10956
10957 * vc.el (vc-exec-after): Append CODE to previous fragments.
10958 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
10959 take MESSAGES instead of VERBOSE; use it when non-nil.
10960 (vc-diff-internal): Compute messages once; use them;
10961 update call to vc-diff-finish.
10962
fd35d9d6
MO
109632008-02-09 Michael Olson <mwolson@gnu.org>
10964
10965 * net/tramp.el (tramp-process-sentinel): Avoid error when process
10966 buffer has been killed, such as by
10967 `tramp-cleanup-all-connections'.
10968
1230c3cb
MB
109692008-02-09 Miles Bader <miles@gnu.org>
10970
10971 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
10972
02e3336d
SM
109732008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
10974
10975 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
10976 splitter in context hunks.
10977
fe243f8e
KH
109782008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
10979
10980 * international/fontset.el (setup-default-fontset): Fix arabic otf
10981 font specification.
10982
4b01af2e
MO
109832008-02-08 Daiki Ueno <ueno@unixuser.org>
10984
10985 * epa-dired.el:
10986 * epa-file.el:
10987 * epa-mail.el:
10988 * epa-setup.el:
10989 * epa.el:
10990 * epg-config.el:
10991 * epg-package-info.el:
10992 * epg.el: Initial check-in of EasyPG.
10993
1e2eefdd
GM
109942008-02-08 Glenn Morris <rgm@gnu.org>
10995
3cf86f00
GM
10996 * woman.el (woman-locale): New defcustom.
10997 (woman-expand-locale, woman-manpath-add-locales): New functions.
10998 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
10999
11000 * international/mule-cmds.el (locale-translate): New function,
11001 with old code extracted from set-locale-environment.
11002 (set-locale-environment): Use locale-translate. Set woman-locale.
11003
b50690cc
GM
11004 * cus-start.el (selection-coding-system): Remove, since it's now
11005 defined in select.el rather than in xselect.c.
11006 * select.el (selection-coding-system): Make it a defcustom, and
11007 add the properties from cus-start.el. Bump :version.
11008
3d0c2a29
GM
11009 * custom.el (custom-theme-set-variables): Sort symbols that are
11010 dependencies before symbols that depend on them.
11011 (custom-enabled-themes): Set after custom-theme-directory.
11012
1e2eefdd
GM
11013 * pcmpl-unix.el (top-level): Move provide statement to end.
11014 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
11015 `*' from doc-string. Allow to be nil.
11016 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
11017 Allow to be nil. Add :version.
11018 (pcmpl-ssh-hosts): Move definition before use. Handle lines
11019 without hostnames, and multiple hostnames per line.
11020
f9c7b08c
GM
11021 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
11022
5137f982 110232008-02-08 Phil Hagelberg <phil@evri.com>
1e2eefdd
GM
11024
11025 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
11026 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
11027
987be29b 110282008-02-07 Timo Savola <timo.savola@iki.fi>
350c1745
JD
11029
11030 * startup.el (command-line-x-option-alist): Add --parent-id.
11031
11032 * term/x-win.el (x-handle-parent-id): New function.
11033
c8a56c87
GM
110342008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
11035
11036 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
11037 "Font Menu".
11038
06c0751a
MA
110392008-02-06 Michael Albinus <michael.albinus@gmx.de>
11040
11041 * net/dbus.el (dbus-interface-peer): New defconst.
11042 (dbus-ping): New defun.
11043
527b313d
SS
110442008-02-06 Sam Steingold <sds@gnu.org>
11045
dce13547 11046 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
527b313d 11047
e61e836b
SM
110482008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
11049
11050 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
11051 Just return nil and let the C code provide a fallback.
11052
9d7cb26e
GM
110532008-02-05 Glenn Morris <rgm@gnu.org>
11054
11055 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
11056 tramp-flush-connection-property for removed 2nd argument.
11057
8330c175
SM
110582008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
11059
11060 * diff-mode.el (diff-add-change-log-entries-other-window):
11061 Rename from diff-create-changelog. Change users.
11062 Minor change to hopefully work with plain diffs.
11063 (diff-mode-map): Add binding for it.
11064
8a72c7f8
DN
110652008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
11066
11067 * diff-mode.el: Add new TODO entry.
11068 (diff-create-changelog): New function.
11069 (diff-mode-menu): Bind it.
11070
e94848ea
KH
110712008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
11072
11073 * international/mule-diag.el (print-fontset-element): Handle the
c8a56c87 11074 case of inhibiting the fallback fonts.
e94848ea 11075
a9dbdece
KS
110762008-02-04 Kim F. Storm <storm@cua.dk>
11077
11078 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
11079 (ido-magic-delete-char): Use prefix arg.
11080
093571c3 110812008-02-03 Juanma Barranquero <lekktu@gmail.com>
eef3f0c8 11082
093571c3
MB
11083 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
11084 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
11085 of today, the most recent libpng is 1.2.24).
52bcabfe 11086
c7aa34a5
MA
110872008-02-03 Michael Albinus <michael.albinus@gmx.de>
11088
c8a56c87 11089 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
c7aa34a5
MA
11090
11091 * net/dbus.el (top): Check (featurep 'dbusbind).
11092
11093 * net/tramp.el (tramp-process-sentinel): New defun.
11094 (tramp-do-copy-or-rename-file-out-of-band)
11095 (tramp-maybe-open-connection): Use it as process sentinel.
11096 (tramp-handle-delete-directory): Don't use the "-f" option; it
11097 isn't portable.
11098 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
11099 after the command.
11100 (tramp-handle-shell-command): Set `mode-line-process' in the
11101 asynchronous case.
11102
11103 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
11104
11105 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
91784462
SM
11106 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
11107 Use `tramp-process-sentinel' as process sentinel.
c7aa34a5 11108
5285e5a6
JB
111092008-02-02 Juanma Barranquero <lekktu@gmail.com>
11110
11111 * whitespace.el (global-whitespace-mode): Revert last change.
11112 (whitespace-unload-function): Force `global-whitespace-mode'
11113 to deactivate local modes in a slightly less intrusive way.
11114
5e4f40ee
EZ
111152008-02-02 Eli Zaretskii <eliz@gnu.org>
11116
11117 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
11118
7e14d905
GM
111192008-02-02 Glenn Morris <rgm@gnu.org>
11120
11121 * international/latin1-disp.el (latin1-display):
11122 * progmodes/fortran.el (fortran-comment-indent-char):
11123 * progmodes/idlw-shell.el (top-level):
11124 * term/mac-win.el (mac-keyboard-translate-char):
11125 * whitespace.el (whitespace-char-valid-p):
11126 * wid-edit.el (widget-key-sequence-read-event):
11127 Use characterp rather than char-valid-p.
11128
11129 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
11130 to capitalized-find-word-boundary. Doc fix. Update callers.
11131 (capitalized-next-word-boundary-function-table): Rename to
5285e5a6 11132 capitalized-find-word-boundary-function-table. Doc fix. Update users.
7e14d905
GM
11133
11134 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
11135 string-to-int.
11136
11137 * ps-def.el (declare-function): Add compatibility definition.
11138 (ps-plot-with-face, ps-plot-string): Declare as functions.
11139 (ps-bold-faces, ps-italic-faces): Declare variables.
11140
11141 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
11142 (ps-mule-end-job): Declare as functions.
11143
11144 * wid-edit.el (widget-string-complete): Use assoc-string rather
11145 than assoc-ignore-case.
11146
5469045b 11147See ChangeLog.13 for earlier changes.
6fee106e
KS
11148
11149;; Local Variables:
5148e555 11150;; coding: utf-8
33462dfa 11151;; add-log-time-zone-rule: t
231f8f3f 11152;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
6fee106e
KS
11153;; End:
11154
5469045b 11155 Copyright (C) 2008 Free Software Foundation, Inc.
5b87ad55
GM
11156
11157 This file is part of GNU Emacs.
11158
eb3fa2cf 11159 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 11160 it under the terms of the GNU General Public License as published by
eb3fa2cf
GM
11161 the Free Software Foundation, either version 3 of the License, or
11162 (at your option) any later version.
5b87ad55
GM
11163
11164 GNU Emacs is distributed in the hope that it will be useful,
11165 but WITHOUT ANY WARRANTY; without even the implied warranty of
11166 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11167 GNU General Public License for more details.
11168
11169 You should have received a copy of the GNU General Public License
eb3fa2cf 11170 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
6fee106e 11171
14b63de7 11172;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc