]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from emacs--rel--22
[gnu-emacs] / lisp / ChangeLog
1 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
4 we still expect more lines.
5
6 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
9 comment-paragraph filling if the commark doesn't match
10 comment-start-skip.
11
12 2008-03-01 Daiki Ueno <ueno@unixuser.org>
13
14 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
15 the `imap' variant.
16
17 2008-03-01 Jason Rumney <jasonr@gnu.org>
18
19 * files.el (make-auto-save-file-name): Encode more characters in
20 non-file buffer names. Use url-encoding.
21
22 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
23
24 * net/net-utils.el (ftp-program): Fix typo in docstring.
25 (ifconfig-program-options, netstat-program-options)
26 (arp-program-options, route-program-options, nslookup-program-options)
27 (ftp-program-options, smbclient-program-options)
28 (dns-lookup-program-options, arp, route): Doc fixes.
29
30 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
31 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
32 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
33 Fix typos in docstrings.
34 (gdb-pending-triggers): Reflow docstring.
35 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
36
37 2008-03-01 Alan Mackenzie <acm@muc.de>
38
39 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
40 typing "#" at EOB.
41
42 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
43
44 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
45
46 2008-02-29 Kim F. Storm <storm@cua.dk>
47
48 * emulation/cua-base.el (cua-remap-control-v)
49 (cua-remap-control-z): New defcustoms.
50 (cua-mode): Add them to set-after property.
51 (cua--init-keymaps): Use them.
52 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
53
54 * help.el (view-emacs-todo): Rename from view-todo.
55 (describe-gnu-project): Rename from describe-project. Users changed.
56 (view-help-file): New helper function.
57 (describe-distribution, describe-copying, describe-gnu-project)
58 (view-todo, view-order-manuals, view-emacs-problems): Use it.
59 (view-emacs-debugging, view-external-packages): New commands.
60 (help-map): Move describe-distribution to C-h C-o (ordering).
61 Move view-emacs-problems to C-h C-p (problems).
62 Bind view-emacs-debugging to C-h C-d (debugging).
63 Bind view-external-packages to C-h C-e (extras).
64 (help-for-help-internal): Cleanup and align descriptions.
65 Remove command names to reduce clutter.
66
67 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
68
69 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
70 and quieter face (not a warning).
71
72 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
73
74 * vc.el (vc-status-crt-marked): New variable.
75 (vc-status-mode): Make it local.
76 (vc-status-refresh): Use it to save the marked files.
77 (vc-update-vc-status-buffer): Use it to restore the marked files.
78
79 * vc-svn.el (vc-svn-after-dir-status):
80 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
81
82 2008-02-29 Glenn Morris <rgm@gnu.org>
83
84 * allout.el (allout-topic-encryption-bullet)
85 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
86 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
87 from 22.0 to 22.1.
88
89 * net/imap.el (imap-ping-server):
90 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
91 Change defcustom :version from 23.0 to 23.1.
92
93 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
94
95 * desktop.el (desktop-save): Save the buffer name if the
96 uniquified base name is empty.
97
98 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
99
100 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
101 correctly when user has "set print address off".
102
103 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
104
105 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
106 version number of the next major Emacs release, not 23.0.
107
108 * longlines.el (longlines-unload-function): New function.
109
110 2008-02-28 Juri Linkov <juri@jurta.org>
111
112 * startup.el (normal-splash-screen): Add argument `concise'.
113 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
114 to the created buffer. If `concise' is non-nil, call
115 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
116 (display-startup-screen): Add argument `concise' to the call to
117 `normal-splash-screen'.
118
119 2008-02-28 Kim F. Storm <storm@cua.dk>
120
121 * startup.el (startup-echo-area-message): Check for about-emacs.
122
123 2008-02-28 Juri Linkov <juri@jurta.org>
124
125 * startup.el: Always add initial message to *scratch* buffer if
126 `initial-scratch-message' is non-nil regardless of the value of
127 `inhibit-startup-screen'.
128 (inhibit-startup-screen, initial-scratch-message): Doc fix.
129 (command-line-1): Move code that inserts `initial-scratch-message'
130 up before the if-form that checks for `inhibit-startup-screen'.
131 Suggested by Jonathan Rockway <jon@jrock.us>.
132
133 2008-02-28 Juri Linkov <juri@jurta.org>
134
135 * cus-edit.el (custom-mode-map, custom-mode-link-map):
136 Rename `custom-mode' to `Custom-mode' in docstrings.
137 (custom-buffer-create-internal, customize-browse):
138 Rename `custom-mode' to `Custom-mode'.
139 (custom-mode-hook): Rename to `Custom-mode-hook'.
140 (Custom-mode-hook): Renamed from `custom-mode-hook'.
141 (custom-mode): Rename to `Custom-mode'.
142 (Custom-mode): Renamed from `custom-mode'. Doc fix.
143 (custom-mode): Add backward-compatible non-interactive variant of
144 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
145 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
146
147 * info-look.el: Rename `custom-mode' to `Custom-mode'.
148
149 * emulation/viper.el (viper-emacs-state-mode-list):
150 Rename `custom-mode' to `Custom-mode'.
151
152 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
153 Capitalize "Tagged Files".
154 (minibuffer-local-map): Add menu items for next/previous
155 history elements and isearch history forward/backward.
156
157 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
158 `hs-isearch-open' with t instead of `comment' in :selected
159 for "Code and Comment blocks" menu item.
160
161 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
162
163 * uniquify.el (uniquify-buffer-base-name): Undo last change.
164 Should be done in desktop.el instead.
165
166 2008-02-28 Glenn Morris <rgm@gnu.org>
167
168 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
169
170 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
171
172 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
173 (Info-menu, Info-goto-node): Remove declarations.
174 (report-emacs-bug-info): Use info rather than Info-goto-node.
175
176 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
177 (idlwave-convert-xml-system-routine-info): Don't require xml.
178 (idlwave-show-commentary, idlwave-shell-show-commentary):
179 Don't require finder.
180 (idlwave-info): Don't require info. Use info rather than
181 Info-goto-node.
182
183 * textmodes/org.el (Info-goto-node): Remove declaration.
184 (org-info): Use info rather than Info-goto-node.
185
186 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
187 (reftex-info): Don't require info. Use info rather than Info-goto-node.
188
189 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
190
191 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
192 the menu.
193
194 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
195 (vc-finish-logentry): Check for vc-status-mode, not only for
196 vc-dired-mode.
197
198 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
199
200 * isearch.el (isearch-printing-char): Don't check
201 keyboard-coding-system. Call
202 isearch-process-search-multibyte-characters only when
203 current-input-method is non-nil.
204
205 2008-02-27 Kim F. Storm <storm@cua.dk>
206
207 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
208 (glyph-char, glyph-face): Handle cons encoding.
209
210 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
211
212 * uniquify.el (uniquify-buffer-base-name): If the base name is an
213 empty string, return nil to allow the caller to default to the
214 buffer name. Reported by Martin Fischer <parozusa@web.de>.
215
216 * tool-bar.el (tool-bar-setup): Doc fix.
217
218 * mail/supercite.el (sc-describe):
219 Fix typos in obsolescence declaration.
220
221 2008-02-27 Glenn Morris <rgm@gnu.org>
222
223 * autoinsert.el (auto-insert-alist): Change permission text to
224 match FSF's GPLv3 form.
225
226 * mail/supercite.el (sc-cite-original): Doc fix.
227 (sc-version): Make obsolete.
228 (sc-describe): Show the SC info page. Make obsolete.
229
230 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
231
232 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
233 when using transient-mark-mode.
234 (default-indicate-unused-lines): Remove unused var.
235
236 2008-02-26 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
237
238 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
239 and previous.
240
241 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
242
243 2008-02-26 Glenn Morris <rgm@gnu.org>
244
245 * net/net-utils.el (top-level): Don't require comint when compiling.
246 (nslookup-font-lock-keywords): Don't require font-lock.
247 Use font-lock faces rather than variables.
248 (nslookup, ftp, smbclient, network-service-connection):
249 Don't require comint.
250 (comint-prompt-regexp, comint-input-autoexpand)
251 (comint-input-ring): Declare for compiler.
252 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
253 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
254
255 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
256 doc-string.
257
258 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * doc-view.el (doc-view-current-page): Add a `win' argument.
261
262 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
263
264 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
265 Demote it to plain defvar.
266 (doc-view-conversion-refresh-interval): Reduce interval.
267 (doc-view-goto-page): Allow moving to pages not yet rendered.
268 (doc-view-goto-page): Construct a file name rather than extracting it
269 from doc-view-current-files.
270 (doc-view-kill-proc): Ignore errors from kill-process.
271 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
272 (doc-view-insert-image): Use appropriate text if the page hasn't been
273 rendered yet. Adjust scrolling so the text is displayed.
274 (doc-view-display): Detect not just that a page is available, but also
275 that it wasn't available before, so as to avoid refreshing all pages
276 repeatedly.
277 (doc-view-mode): Make doc-view-cache-directory if needed.
278
279 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
280
281 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
282 toggle-read-only.
283
284 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
285 refering to a missing required field with the OPT prefix.
286 Make unwindform more robust.
287
288 * textmodes/bibtex.el: Remove support for hideshow minor mode as
289 it duplicates the bibtex support in progmodes/hideshow.el.
290 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
291 entries that do not start at the beginning of a line.
292
293 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
294
295 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
296
297 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
298
299 * help-fns.el (describe-variable): Add phrases about
300 initialization file with and without customization;
301 use new button type help-info-variable.
302
303 * help-mode.el (help-info-variable):
304 New button able to read Info files for help-fns.el.
305
306 2008-02-25 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
307
308 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
309 (grep-mode): Use grep-mode-tool-bar-map.
310
311 * progmodes/compile.el (tool-bar): Require tool-bar.
312 (compilation-mode-tool-bar-map): New variable.
313 (compilation-mode): Use compilation-mode-tool-bar-map.
314
315 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
316
317 2008-02-25 Glenn Morris <rgm@gnu.org>
318
319 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
320
321 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * diff-mode.el (diff-file-junk-re): New const.
324 (diff-beginning-of-file-and-junk): Use it.
325 (diff-file-kill): Make sure we were really inside a file diff.
326
327 * diff-mode.el: Make it more robust in the presence of empty context
328 lines in unified hunks.
329 (diff-valid-unified-empty-line): New var.
330 (diff-unified->context, diff-sanity-check-hunk): Obey it.
331 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
332 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
333 (diff-hunk-header-re-unified): New const.
334 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
335 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
336 (diff-sanity-check-hunk): Use it.
337
338 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
339 Index: line, don't search backward for the previous one.
340
341 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
342
343 * international/fontset.el (setup-default-fontset): Add non-OTF
344 lao font for lao script.
345
346 * language/tibetan.el: Register tibetan-composition-function in
347 composition-function-table.
348
349 * language/tibet-util.el (tibetan-composition-function):
350 Adjust for the new calling way (argument changed). Try font-shape-text
351 if possible.
352
353 * language/lao.el: Register lao-composition-function in
354 composition-function-table.
355
356 * language/lao-util.el (lao-composition-function): Adjust for the new
357 calling way (argument changed). Try font-shape-text if possible.
358
359 2008-02-25 Jason Rumney <jasonr@gnu.org>
360
361 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
362
363 2008-02-25 Juri Linkov <juri@jurta.org>
364
365 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
366 background, "red4" for a dark background, "red" for 16 and
367 8 colors, "grey" for grayscale, and inverse video otherwise.
368 Add :version tag.
369 (isearch-message): Keep the original isearch-message intact, and
370 add text properties to it where necessary. Add `isearch-error' to
371 the condition that checks if isearch is unsuccessful.
372
373 2008-02-24 Juri Linkov <juri@jurta.org>
374
375 * progmodes/compile.el (compilation-handle-exit):
376 Use compilation-error face instead of font-lock-warning-face.
377 Display the same message in the minibuffer as is inserted
378 at the end of the compilation buffer.
379
380 2008-02-24 Glenn Morris <rgm@gnu.org>
381
382 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
383 multiple file case.
384
385 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
386
387 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
388 multiple file case. Use a single `let' rather than two.
389
390 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
391
392 * progmodes/compile.el (compilation-start): Specify a face for
393 mode-line-process.
394 (compilation-handle-exit): Specify a face and a tooltip for
395 mode-line-process.
396
397 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * hilit-chg.el: Remove spurious * in defcustom docstrings.
400 (hilit-chg-make-ov): Simplify.
401 (hilit-chg-fixup): Use remove-overlays.
402 (hilit-chg-set-face-on-change): Remove redundant call to
403 `remove-text-properties'.
404
405 * dired.el (dired-mark-prompt): Don't count/display the t element.
406 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
407
408 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
409
410 * progmodes/verilog-mode.el (eval-when-compile): Don't define
411 add-submenu.
412 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
413 Remove. Move contents to the only use ...
414 (verilog-menu): ... here.
415 (verilog-statement-menu): Remove. Move contents to the only use ...
416 (verilog-stmt-menu): ... here.
417 (verilog-mark-defun): Simply call mark-defun for emacs.
418 (occur-pos-list): Declare for byte compiler.
419 (mode-popup-menu): Don't defvar.
420 (verilog-add-statement-menu): Remove.
421 (verilog-mode-hook): Don't add verilog-add-statement-menu.
422 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
423
424 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
425
426 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
427 conditional.
428 (verilog-font-grouping-keywords-face): Make the begin..end
429 keywords standout more than other verilog keywords.
430 (verilog-type-font-keywords): Move the begin..end out of this list
431 to facilitate making them to (potentially) stand out more.
432 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
433 function & task blocks.
434 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
435 initial, function & task blocks.
436 (verilog-forward-sexp): Handle the new "disable fork" statement of
437 IEEE-1800 Verilog.
438 (verilog-beg-block-re-ordered): Handle the new "disable fork"
439 statement of IEEE-1800 Verilog.
440 (verilog-calc-1): Handle the new "disable fork" statement of
441 IEEE-1800 Verilog.
442 (verilog-disable-fork-re): Add const to help handle the new
443 "disable fork" statement of IEEE-1800 Verilog.
444 (verilog-declaration-core-re): Add port directions by themselves,
445 with no qualification, as base item of a declaration.
446 (verilog-pretty-declarations): Add new flag to ask it to refrain
447 from printing to the message buffer.
448 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
449 printing to the message buffer. Improve handling of the many
450 types of expression line up.
451 (verilog-just-one-space): Remove printing of an empty message.
452 (verilog-get-lineup-indent): Rework to support the better handling
453 of expression lineup for verilog-pretty-expr.
454 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
455
456 2008-02-24 Alan Mackenzie <acm@muc.de>
457
458 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
459 yesterday's commit.
460
461 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
462
463 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
464 to mouse-set-point in buffers that aren't associated with files.
465
466 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
467
468 2008-02-24 Alan Mackenzie <acm@muc.de>
469
470 Set of changes so that "obtrusive" syntactic elements in a
471 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
472 unmatched paren) don't interact syntactically with stuff outside
473 the CPP line.
474
475 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
476 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
477 off-by-one bug.
478 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
479 a bit of refactoring.
480 (c-awk-extend-and-syntax-tablify-region): Takes some of the
481 functionality of c-awk-advise-fl-for-awk-region, which has been
482 refactored away.
483
484 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
485 (c-clear-char-property-with-value): New function and macro which
486 remove text-properties `equal' to a supplied value.
487
488 * progmodes/cc-engine.el: Comment about text properties amended.
489
490 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
491 parens around "error\\|warning".
492
493 * progmodes/cc-langs.el (c-get-state-before-change-function)
494 (c-before-font-lock-function, c-anchored-cpp-prefix):
495 New language variables.
496 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
497
498 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
499 syntax-table text properties.
500 (c-common-init): Call language specific before/after-change
501 functions at mode initialisation.
502 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
503 (c-extend-region-for-CPP, c-neutralize-CPP-line)
504 (c-neutralize-syntax-in-CPP): New functions.
505 (c-before-change, c-after-change): Call the new language specific
506 change functions defined in cc-langs.el.
507 (c-advise-fl-for-region): New macro.
508 (awk-mode): Remove AWK specific stuff which has been refactored
509 into language independent stuff.
510
511 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
512
513 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
514 (gdb): (Re)set gdb-flush-pending-output to nil here...
515 (gdb-init-1): ...instead of here (before gdb-prompt).
516
517 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
520 Recognize ''' just like any other char-constant.
521
522 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
523
524 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
525 careful enough. Detect the uid-change all within the main loop.
526
527 2008-02-24 Stefan Monnier <monnier@pastel.home>
528
529 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
530
531 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
532
533 * hilit-chg.el (highlight-save-buffer-state): New macro.
534 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
535 (hilit-chg-clear): Use it to preserve the modified-p flag.
536 (highlight-changes-rotate-faces): Don't mess with the undo-list.
537
538 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * font-lock.el (font-lock-set-defaults): Unset previously set variables
541 when needed.
542
543 2008-02-24 \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason <avar@cpan.org> (tiny change)
544
545 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
546 from gnus-button-url-regexp.
547
548 2008-02-24 Eli Zaretskii <eliz@gnu.org>
549
550 * progmodes/compile.el (compilation-next-error): Doc fix.
551 (compilation-find-file): Doc fix.
552
553 2008-02-24 Glenn Morris <rgm@gnu.org>
554
555 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
556 Add obsolete aliases to the old names.
557
558 2008-02-24 Richard Stallman <rms@gnu.org>
559
560 * net/net-utils.el (ifconfig): Rename from ipconfig.
561 (ipconfig): Alias to ifconfig.
562 (ifconfig-program): Rename from ipconfig-program.
563 (ifconfig-program-options): Rename from ipconfig-program-options.
564
565 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
566
567 * progmodes/verilog-mode.el (verilog-declaration-core-re):
568 Add port directions by themselves, with no qualification, as base
569 item of a declaration.
570 (verilog-pretty-declarations): Add new flag that inhibits printing
571 to the message buffer.
572 (verilog-pretty-expr): Add new flag that inhibits printing to the
573 message buffer. Improve handling of the many types of expression
574 line up.
575 (verilog-just-one-space): Don't print an empty message.
576 (verilog-get-lineup-indent): Rework to support the better handling
577 of expression lineup for verilog-pretty-expr.
578 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
579 (verilog-mode-version, verilog-mode-release-date): Update.
580
581 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * subr.el (cancel-change-group): Don't move point.
584
585 2008-02-23 Markus Triska <markus.triska@gmx.at>
586
587 * linum.el (linum-after-config): Update all visible windows.
588
589 2008-02-23 Glenn Morris <rgm@gnu.org>
590
591 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
592 Add :help for Solitaire and Tetris.
593
594 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
595
596 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
597 (smtpmail-code-conv-from): Doc fix. Fix custom type.
598 (smtpmail-queue-index-file): Make it a defcustom.
599 (smtpmail-queue-index): Delete.
600 (smtpmail-send-it, smtpmail-send-queued-mail):
601 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
602 smtpmail-queue-index.
603
604 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
605 Add :version.
606
607 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
608
609 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
610 New variables.
611 (iwconfig): New function.
612
613 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
614
615 * vc.el (vc-find-revision): Make vc-parent-buffer local before
616 setting it.
617 (vc-status-menu-map): Do not define using easy-menu.
618 (vc-status-menu-map): New defalias.
619 (vc-status-mode-map): Hook up the menu.
620 (top-level): Update TODO.
621
622 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
623
624 * vc-bzr.el (vc-bzr-init-version): Rename to ...
625 (vc-bzr-init-revision): ... this.
626
627 2008-02-23 Jason Rumney <jasonr@gnu.org>
628
629 * makefile.w32-in (WINS_ALMOST): Remove term.
630 (WINS): Add term here.
631 (custom-deps, finder-data): Use WINS_ALMOST.
632
633 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
634
635 * faces.el (font-weight-table): Fix value of `semi-light'.
636
637 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
638
639 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
640 Make those tables bijective.
641
642 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
643
644 Finish pdbtrack integration cleanup, settling missing-functions
645 byte compiler warnings appropriately.
646
647 * progmodes/python.el (python-point): Remove this - beginning-of-line
648 was all that was necessary for `python-pdbtrack-overlay-arrow'.
649 (python-end-of-def-or-class, python-beginning-of-def-or-class)
650 (python-goto-initial-line): Drop these - they were only needed for
651 python-point.
652 (python-comint-output-filter-function): Use condition-case and
653 beginning-of-line directly, instead of python-mode.el functions
654 which require all sorts of baggage.
655 (point-safe): Unnecessary - we're using condition-case directly,
656 instead.
657 (python-execute-file): Include for python-shell, which I'm leaving
658 in keeping despite it being unnecessary for pdb tracking.
659
660 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
661
662 * progmodes/scheme.el (scheme-font-lock-keywords-2):
663 Add SRFI 11 support.
664 (let-values, let*-values): Specify scheme-indent-function.
665
666 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
667
668 * vc.el (vc-exec-after): Move setting mode-line-process in the
669 busy case ...
670 (vc-set-mode-line-busy-indicator): ... in this new function.
671 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
672 (vc-update-vc-status-buffer): Reset mode-line-process.
673 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
674 mark/unmark all the files with the same state as the current one.
675 With a prefix argument mark/unmark all files.
676 (vc-status-mode-menu): Adjust strings.
677 (vc-update-vc-status-buffer): Only do something when the argument
678 is not nil.
679 (vc-status-kill-dir-status-process): New function.
680 (vc-status-mode-map): Bind it.
681 (vc-status-process-buffer): New variable.
682 (vc-status-mode): Make it local.
683 (vc-status-refresh): Set it.
684
685 * vc-hg.el (vc-hg-dir-status):
686 * vc-git.el (vc-git-dir-status):
687 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
688 command is run.
689
690 2008-02-22 Glenn Morris <rgm@gnu.org>
691
692 * json.el (top-level): No need to require thingatpt.
693 (json-read-keyword): Use thing-at-point rather than word-at-point.
694
695 * time.el (top-level): No need to require time-date when compiling.
696
697 * emacs-lisp/copyright.el (copyright-update-year):
698 Fix subexpression numbering for the case when years are split over
699 lines, and for the replace case.
700
701 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
702 (tpu-caar, tpu-cadr): Delete functions.
703 (zmacs-regions): No need to declare for compiler.
704 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
705 (tpu-spell-check): Rewrite, and handle mark after point.
706 (tpu-special-insert): Use or rather than if.
707
708 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
709 rather than spell-region.
710
711 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
712 warnings about spell-region.
713
714 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
715
716 * ldefs-boot.el: Regenerated.
717
718 * loadup.el: Don't load language/devanagari, language/kannanda,
719 language/malayalam, and language/tamil. Load language/sinhala.
720
721 * language/indian.el (indian-font-foundry)
722 (indian-script-language-alist, indian-font-char-index-table)
723 (indian-font-char, indian-font-char-range, indian-script-table)
724 (indian-default-script, indian-composable-pattern): Delete them.
725 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
726 language environments moved to here.
727 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
728 New language environments.
729
730 * language/devanagari.el, language/devan-util.el,
731 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
732 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
733 Delete them.
734
735 * language/sinhala.el: New file.
736
737 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
738
739 Update Nick Robert's port of pdb tracking from python-mode.el.
740
741 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
742 Clarify docstring.
743 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
744 tracking is happening.
745 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
746 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
747 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
748 Tracking is plugged in to all comint buffers once python.el is loaded.
749 (python-pdbtrack-overlay-arrow): Toggle activation of
750 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
751 (python-pdbtrack-track-stack-file): Use new
752 `python-pdbtrack-get-source-buffer' for more flexible access to
753 debugging source files.
754 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
755 according to pdb stack trace, optionally using new
756 `python-pdbtrack-grub-for-buffer' if file is not locally available.
757 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
758 named buffer, or having function with indicated name.
759 (python-shell): Remove comint-output-filter-functions hook
760 addition, it's being done elsewhere. Wrap long line.
761
762 2008-02-21 Michael Olson <mwolson@gnu.org>
763
764 * json.el: Replace XEmacs compatibility code to get rid of
765 compiler warnings.
766
767 * time.el: Fix compiler warning.
768
769 2008-02-21 Edward O'Connor <ted@oconnor.cx>
770
771 * json.el: New file (JavaScript Object Notation parser / generator).
772
773 2008-02-21 Dave Love <fx@gnu.org>
774
775 * progmodes/sym-comp.el: New file.
776
777 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
778 Require sym-comp. Add Python buffer to same-window-buffer-names.
779 Fixup whitespaces.
780 (python-font-lock-keywords): Add highlighting for Python builtins.
781 (python-font-lock-syntactic-keywords): Rewrite.
782 (python-quote-syntax): Use syntax-ppss-context instead of parsing
783 ppss directly.
784 (python-mode-map): Add binding for python-find-function.
785 (python-calculate-indentation): Clean up the logic.
786 (python-beginning-of-defun): Explicitly set return value.
787 (python-beginning-of-statement): Stop looping if we get stuck
788 going backwards.
789 (python-next-statement): Stop looping if we somehow end up inside
790 a string while advancing.
791 (python-preoutput-continuation, python-version-checked): New vars.
792 (python-check-version): New function.
793 (run-python): Set default command to python-command instead of
794 python-python-command.
795 (run-python): Use python-check-version. Give PYTHONPATH
796 precedence over data-directory in the process environment.
797 Load function definitions in python process after.
798 (python-check-comint-prompt): New function.
799 (python-send-command, python-send-receive): Use it.
800 (python-complete-symbol, python-try-complete): Functions deleted.
801 Use symbol-complete instead of python-complete-symbol throughout.
802 (python-fill-paragraph): Further refine the fenced-string regexp.
803 (def-python-skeleton): Expand to the original abbrev instead if in
804 a comment or string. Tweak skeletons for `if', `while', `for',
805 `try/except', `try/finally', `name'.
806 (python-pea-hook, python-abbrev-pc-hook): New functions.
807 (python-abbrev-syntax-table): New var.
808 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
809 Use symbol-completion-try-complete for hippie expansion.
810 Turn on font lock unconditionally.
811 (python-mode-hook): Defcustom it. No need to use make-local
812 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
813 option, since it's buffer-local.
814
815 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
816
817 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
818
819 2008-02-21 Drew Adams <drew.adams@oracle.com>
820
821 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
822 "Turn off" and a "Help" entry when the minor mode has no menu.
823
824 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
825
826 * vc.el (vc-status-mark, vc-status-unmark): New functions.
827 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
828 vc-status-mark-file and vc-status-unmark-file.
829 (vc-status-mark-unmark): New function.
830 (vc-status-previous-line, vc-status-next-line): No longer interactive.
831
832 2008-02-21 Glenn Morris <rgm@gnu.org>
833
834 * composite.el (encode-composition-rule): Fix typo in error message.
835 (composition-function-table, auto-composition-mode): Doc fixes.
836
837 * subr.el (sit-for): Fix obsolete form for nil second argument.
838
839 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
840 (spell-string): Make obsolete, in favor of ispell.
841
842 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
843
844 * language/devanagari.el: Don't setup composition-function-table
845 here.
846 ("Devanagari"): Change charset, coding-system, coding-priority to
847 Unicode-based ones. Don't require the feature devan-util.
848
849 * composite.el (compose-chars-after): Fix arguments for a function
850 in composition-function-table.
851 (auto-compose-region): Likewise.
852
853 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
854 for Ethiopic.
855 (ps-mule-plot-string): Ignore glyph-string based compositions.
856
857 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
858
859 * doc-view.el: Allow different windows to show different pages.
860 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
861 (doc-view-current-image, doc-view-current-overlay): Remove variables,
862 add them back as macros instead, using image-mode-winprops instead.
863 Update all users of those variables.
864 (doc-view-new-window-function): New function to create a new overlay
865 for each new window.
866 (doc-view-mode): Use it and image-mode-setup-winprops.
867 (doc-view-clone-buffer-hook): Rewrite accordingly.
868
869 * image-mode.el: Extend [hv]scroll support to per-window properties.
870 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
871 (image-mode-winprops-alist): New var to replace them.
872 (image-mode-new-window-functions): New hook.
873 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
874 New funs.
875 (image-set-window-vscroll, image-set-window-hscroll): Use them.
876 Remove the `window' argument, update callers.
877 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
878 Use the new functions.
879 (image-mode-reapply-winprops): New fun.
880 (image-mode): Use it.
881
882 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
883
884 * calc/calc-math.el (math-sin-raw): Add optional argument
885 to keep track of original argument.
886 (math-cos-raw): Use optional argument when calling math-sin-raw.
887 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
888 with close to original precision.
889
890 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
891
892 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
893 args in calls of sit-for.
894
895 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
896
897 * vc-svn.el (vc-svn-program): Fix typo in docstring.
898 (vc-svn-checkin): Fix typo in error message.
899
900 * help-mode.el: Require easymenu when compiling.
901
902 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
903
904 * help-mode.el (help-mode-menu): New menu.
905
906 2008-02-20 Glenn Morris <rgm@gnu.org>
907
908 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
909 on Windows.
910
911 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
912
913 * ps-mule.el (ps-mule-encode-region): Return a single string.
914 (ps-mule-plot-string): Adjust for the above change.
915 (ps-mule-encode-header-string): Likewise.
916
917 * international/latin1-disp.el (latin1-display): Don't use
918 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
919 standard-display-table.
920 (latin1-display-identities): Adjust for the change of what is
921 returned by (get-language-info charset 'charset).
922
923 * international/mule-util.el (char-displayable-p): Fix for Latin-1
924 characters and terminal case.
925
926 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
927
928 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
929
930 * progmodes/python.el: Also require comint when loading.
931 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
932 Replace python-shell with run-python on menu bar.
933 (python-shell-map): New map.
934 (python-default-interpreter, python-python-command-args)
935 (python-jython-command-args, python-pdbtrack-do-tracking-p):
936 New options.
937 (python-which-shell, python-which-args, python-which-bufname):
938 New buffer local variables.
939 (python-file-queue, python-pdbtrack-is-tracking-p):
940
941 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
942 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
943 New constants.
944
945 Pdbtrack features:
946
947 (python-point, python-end-of-def-or-class)
948 (python-beginning-of-def-or-class, python-goto-initial-line)
949 (python-comint-output-filter-function)
950 (python-pdbtrack-overlay-arrow)
951 (python-pdbtrack-track-stack-file, python-toggle-shells)
952 (python-shell, python-pdbtrack-toggle-stack-tracking)
953 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
954 New functions.
955
956 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
957
958 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
959 when the argument is nil.
960
961 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
962
963 * vc.el (dir-status): Add a brief description.
964
965 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
966
967 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
968 If non-nil, reverse the sense of the check.
969
970 * vc-rcs.el (vc-rcs-root): New func.
971 * vc-cvs.el (vc-cvs-root): New func.
972 * vc-svn.el (vc-svn-root): New func.
973 * vc-sccs.el (vc-sccs-root): New func.
974
975 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
976
977 * language/japan-util.el (setup-japanese-environment-internal):
978 Call use-cjk-char-width-table.
979
980 * language/japanese.el ("Japanese"): Set exit-function to
981 use-default-char-width-table.
982
983 * international/characters.el: Delete occurrences of non-Unicode
984 tibetan and ethiopic characters.
985 (cjk-char-width-table): New variable.
986 (use-cjk-char-width-table, use-default-char-width-table):
987 New functions.
988
989 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
990
991 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
992 (vc-status-mode-menu): Add a :filter.
993 (vc-status-printer): Add faces.
994
995 * vc-hg.el (vc-hg-extra-status-menu): New function.
996 (vc-hg-dir-status): Clean up the buffer before using it.
997
998 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
999
1000 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
1001 (gdb): Initialize it here instead.
1002
1003 * files.el (locate-dominating-file): Fix thinko in last change.
1004 Reported by Bruce Stephens <bruce.stephens@isode.com>.
1005
1006 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
1007
1008 * vc.el (vc-status-mode-menu): New menu for vc-status.
1009
1010 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
1011
1012 * progmodes/verilog-mode.el (customize): Fix typo in error message.
1013 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
1014 (verilog-mode-auto, verilog-indent-level-module)
1015 (verilog-minimum-comment-distance, verilog-library-flags)
1016 (verilog-library-directories, verilog-library-files)
1017 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
1018 (verilog-xemacs-menu, verilog-set-compile-command)
1019 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
1020 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
1021 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
1022 (verilog-batch-inject-auto, verilog-batch-indent)
1023 (verilog-continued-line, verilog-type-keywords)
1024 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
1025 (verilog-read-inst-pins, verilog-read-arg-pins)
1026 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
1027 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
1028 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
1029 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
1030 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
1031 (verilog-mode-version, verilog-mode-release-date)
1032 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
1033 (verilog-simulator, verilog-compiler)
1034 (verilog-auto-sense-defines-constant, verilog-company)
1035 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
1036 Fix typos in docstrings.
1037 (verilog-set-auto-endcomments, verilog-calculate-indent)
1038 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
1039 Reflow docstrings.
1040 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
1041 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
1042 (electric-verilog-forward-sexp, verilog-in-case-region-p)
1043 (verilog-in-struct-region-p, verilog-in-generate-region-p)
1044 (verilog-leap-to-head, verilog-current-indent-level)
1045 (verilog-case-indent-level, verilog-cpp-keywords)
1046 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
1047 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
1048 (verilog-signals-not-in, verilog-symbol-detick-text)
1049 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
1050 (verilog-forward-close-paren, verilog-backward-open-paren)
1051 (verilog-backward-open-bracket): Doc fixes.
1052
1053 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
1054 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
1055 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
1056 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
1057 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
1058 Fix typos in docstrings.
1059
1060 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
1061
1062 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
1063
1064 * info.el (Info-read-node-name): Removed unused `default' arg.
1065
1066 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1067
1068 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
1069
1070 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1071
1072 * image-mode.el (image-get-display-property): New fun.
1073 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1074 (image-mode, image-minor-mode, image-toggle-display-text)
1075 (image-toggle-display): Use it.
1076
1077 2008-02-18 Jason Rumney <jasonr@gnu.org>
1078
1079 * international/mule.el (xml-find-file-coding-system): Don't warn
1080 about utf-16 with BOM.
1081
1082 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
1083
1084 * international/mule.el (sgml-xml-auto-coding-function): Detect and
1085 warn if file encoding is not utf-8 and encoding not specified.
1086 (xml-find-file-coding-system): New function.
1087 * international/mule-conf.el (file-coding-system-alist): Use it.
1088
1089 2008-02-17 Glenn Morris <rgm@gnu.org>
1090
1091 * international/mule-cmds.el (set-locale-environment):
1092 Pass `frame' to getenv for LC_MESSAGES.
1093
1094 2008-02-17 Juri Linkov <juri@jurta.org>
1095
1096 * time.el (emacs-init-time): Use format instead of format-seconds.
1097
1098 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1099
1100 * textmodes/bibtex.el (bibtex-search-entry): Rename from
1101 bibtex-find-entry. Add autoload cookie.
1102 (bibtex-find-entry): Alias for bibtex-search-entry.
1103 (bibtex-search-crossref): Rename from bibtex-find-crossref.
1104 (bibtex-find-crossref): Alias for bibtex-search-crossref.
1105 (bibtex-clean-entry): atomic-change-group removed.
1106 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
1107 to locate buffer location where error occurred.
1108 Make error messages more specific.
1109 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
1110
1111 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
1112
1113 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
1114 top level.
1115
1116 * simple.el (transient-mark-mode): Add an :init-value.
1117
1118 * startup.el (command-line): Use custom-reevaluate-setting for
1119 transient-mark-mode.
1120
1121 2008-02-17 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
1122
1123 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
1124
1125 2008-02-16 Juri Linkov <juri@jurta.org>
1126
1127 * startup.el (after-init-time): New variable.
1128 (command-line): Set `after-init-time' to the current time.
1129
1130 * time.el (emacs-init-time): New function.
1131
1132 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 * files.el (locate-dominating-file): Remove initial loop because it's
1135 not careful enough. Detect the uid-change all within the main loop.
1136
1137 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
1138
1139 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
1140
1141 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
1142
1143 * vc.el (vc-annotate): Add new argument.
1144 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
1145
1146 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
1147 Move make-variable-buffer-local code after the corresponding defvar.
1148 (hs-minor-mode-map): Define and initialize in one step.
1149 (hs-minor-mode): Change from defun to define-minor-mode.
1150
1151 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
1152
1153 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
1154 (gdb-ready): Move declaration...
1155
1156 * progmodes/gdb-ui.el (gdb-ready): ...to here.
1157 (gdb-early-user-input): New variable.
1158 (gdb): Reset gdb-flush-pending-output to nil and set
1159 comint-input-sender here (before gdb-prompt), instead of...
1160 (gdb-init-1): ...here.
1161 (gdb-send): If Emacs is not ready, defer user input to...
1162 (gdb-prompt): ...here.
1163
1164 2008-02-16 Glenn Morris <rgm@gnu.org>
1165
1166 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
1167
1168 * startup.el (emacs-startup-time): Rename to `before-init-time'.
1169 (before-init-time): New name for `emacs-startup-time'.
1170 (command-line): Use before-init-time rather than emacs-startup-time.
1171 * time.el (emacs-uptime): Use before-init-time rather than
1172 emacs-startup-time.
1173
1174 * composite.el (composition-function-table): Doc fix.
1175
1176 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
1177 in favor of `%z' specifier.
1178 (emacs-uptime): Move to time.el.
1179 * time.el (emacs-uptime): Move here from time-date.el. Add optional
1180 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
1181 argument of format-seconds.
1182
1183 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
1184
1185 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
1186
1187 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
1188
1189 * ielm.el (ielm-is-whitespace): Remove.
1190 (ielm-is-whitespace-or-comment): New function.
1191 (ielm-eval-input): Use it.
1192
1193 2008-02-15 Jason Rumney <jasonr@gnu.org>
1194
1195 * term/mac-win.el: Fix coding tag.
1196
1197 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
1198
1199 * vc-hooks.el (vc-menu-map):
1200 * bindings.el (mode-line-mode-menu): Add tooltips.
1201
1202 * bindings.el (help-echo): Add more tooltips. Use a less
1203 telegraphic style for existing tooltips.
1204
1205 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
1206
1207 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
1208 from the auto-generated one.
1209
1210 2008-02-14 Glenn Morris <rgm@gnu.org>
1211
1212 * mail/rmail-spam-filter.el (rmail-spam-filter):
1213 Let-bind message-spam-status.
1214
1215 * mail/smtpmail.el (password-cache-add): Declare as function.
1216
1217 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
1218
1219 * mail/smtpmail.el: Use password-cache.
1220
1221 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
1222
1223 * uniquify.el (uniquify-buffer-base-name): New function.
1224 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1225
1226 * desktop.el (uniquify-managed): Don't defvar.
1227 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
1228 `uniquify-managed'. Return also the buffer's base name.
1229 (desktop-save): When saving the buffer info, filter out the base name,
1230 and save it as buffer name if the buffer is managed by uniquify.
1231 (uniquify-item-base): Don't declare; not called anymore.
1232
1233 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
1234
1235 * vc.el (vc-annotate-find-revision-at-line): New function.
1236 (vc-annotate-mode-map): Bind it.
1237 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
1238 some entries.
1239
1240 2008-02-14 Glenn Morris <rgm@gnu.org>
1241
1242 * calendar/time-date.el (format-seconds): New function.
1243 (emacs-uptime): Use format-seconds.
1244
1245 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1246 Remove `LC_ALL=C', since it's included in $(emacs) now.
1247
1248 2008-02-14 Zhang Wei <id.brep@gmail.com>
1249
1250 * textmodes/org-publish.el (org-publish-timestamp-filename):
1251 Replace colon characters in filename too.
1252
1253 2008-02-13 Bastien Guerry <bzg@altern.org>
1254
1255 * mail/rmail.el (rmail-header-name): New face.
1256 (rmail-font-lock-keywords): Use rmail-header-name.
1257
1258 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
1259 against X-Spam-Status header field.
1260 (rmail-spam-filter): Also check X-Spam-Status header field.
1261
1262 2008-02-14 Mark A. Hershberger <mah@everybody.org>
1263
1264 * progmodes/flymake.el (flymake-allowed-file-name-masks):
1265 Add support for .pm files and .php files.
1266 (flymake-err-line-patterns): Add pattern for PHP errors.
1267 (flymake-php-init): New function. PHP support for flymake.
1268
1269 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1270 Add regular expression for PHP errors.
1271
1272 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
1273
1274 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
1275 This DTRT even on w32 machines.
1276 (ange-ftp-cf1): Quote FILENAME.
1277
1278 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1279
1280 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
1281 (smerge-auto-combine): New fun.
1282
1283 2008-02-12 Juri Linkov <juri@jurta.org>
1284
1285 * startup.el (fancy-startup-screen, normal-splash-screen):
1286 Set default-directory to command-line-default-directory.
1287
1288 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
1289 after reading the desktop.
1290
1291 * progmodes/compile.el (compilation-auto-jump):
1292 Call compile-goto-error only when compilation-auto-jump-to-first-error
1293 is non-nil.
1294 (compilation-scroll-output): Replace :type 'boolean with a choice
1295 that has three options including a third option `first-error'.
1296 Doc fix.
1297 (compilation-start, compilation-forget-errors): Add an alternate
1298 condition comparing compilation-scroll-output with `first-error'
1299 in addition to compilation-auto-jump-to-first-error (to call
1300 compilation-auto-jump in the proper place).
1301
1302 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1303
1304 * international/mule.el (sgml-html-meta-auto-coding-function):
1305 Make sure the search limit is ahead.
1306
1307 * tar-mode.el: Fix broken indentation.
1308 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
1309 Use with-current-buffer.
1310
1311 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
1312
1313 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
1314 it is already automatically buffer-local.
1315
1316 2008-02-11 Drew Adams <drew.adams@oracle.com>
1317
1318 * help.el (describe-key): Join some split lines to facilitate filling.
1319 * help-fns.el (describe-function-1): Fill text of overlong lines.
1320
1321 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
1322
1323 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
1324 Use unibyte-string instead of string-make-unibyte.
1325
1326 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
1327
1328 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1329
1330 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
1331 works also for buffers w/o buffer-file-name. Update callers.
1332 (doc-view-clone-buffer-hook): New fun.
1333 (doc-view-mode): Use it for indirect clones. Mark the overlays with
1334 the `doc-view' property so they can be recognized.
1335
1336 * simple.el (clone-indirect-buffer-hook): New hook.
1337 (clone-indirect-buffer): Run it.
1338
1339 2008-02-11 Daiki Ueno <ueno@unixuser.org>
1340
1341 * epa.el (epa-menu-mode): Merge into epa-mode.
1342 (epa-menu-items): Rename the label "EasyPG Assistant" to
1343 "Encryption/Decryption".
1344
1345 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
1346 (epa-dired-mode-map): Rename from epa-dired-map.
1347 (epa-global-dired-mode): Rename the global minor mode.
1348
1349 2008-02-11 Drew Adams <drew.adams@oracle.com>
1350
1351 * isearch.el (isearch-fail): New face.
1352 (isearch-message): Highlight failure part of input.
1353
1354 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1355
1356 * ibuffer.el (ibuffer-header-line-format): New var.
1357 (ibuffer-mode): Set it instead of header-line-format.
1358 (ibuffer-update): Use it to set header-line-format.
1359
1360 * international/mule-cmds.el (ucs-insert): Inherit surrounding
1361 properties like self-insert-command.
1362
1363 2008-02-11 Drew Adams <drew.adams@oracle.com>
1364
1365 * progmodes/etags.el: Add many doc strings.
1366
1367 2008-02-11 Jason Rumney <jasonr@gnu.org>
1368
1369 * ldefs-boot.el: Regenerated.
1370
1371 2008-02-11 Glenn Morris <rgm@gnu.org>
1372
1373 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1374 Shorten some names.
1375
1376 * ffap.el (ffap-rfc-directories): Add :version.
1377
1378 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
1379
1380 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
1381 files, and backup files of same.
1382
1383 2008-02-11 Kevin Ryde <user42@zip.com.au>
1384
1385 * ffap.el (ffap-rfc-directories): New variable.
1386 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
1387
1388 * info.el (Info-next-reference, Info-prev-reference)
1389 (Info-try-follow-nearest-node): Move to and follow https:// links too.
1390
1391 * simple.el (completion-list-mode): Show full completion-list-mode-map
1392 in the docstring.
1393
1394 2008-02-11 Sam Steingold <sds@gnu.org>
1395
1396 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
1397
1398 2008-02-11 Glenn Morris <rgm@gnu.org>
1399
1400 * startup.el (emacs-startup-time): New variable.
1401 (command-line): Set emacs-startup-time.
1402
1403 * calendar/time-date.el (emacs-uptime): New function.
1404
1405 2008-02-10 Bastien Guerry <bzg@altern.org>
1406
1407 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
1408 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
1409 it is nil.
1410
1411 2008-02-10 Daiki Ueno <ueno@unixuser.org>
1412
1413 * epg-config.el: Expand the contents of epg-package-info.el.
1414 (epg-package-name): New constant.
1415 (epg-version-number): New constant.
1416 (epg-bug-report-address): New constant.
1417
1418 * epa-mail.el (epa-mail-mode): Add autoload cookie.
1419 (epa-global-mail-mode): New global minor mode.
1420
1421 * epa-file.el (epa-file-mode): New global minor mode.
1422
1423 * epa-dired.el (epa-dired-mode): New global minor mode.
1424
1425 * epa.el (epa-menu): New variable.
1426 (epa-menu-items): New variable.
1427 (epa-menu-mode): New global minor mode.
1428 (epa-global-minor-modes): New user option.
1429 (epa-mode): New global minor mode.
1430
1431 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
1432
1433 * net/dbus.el: Remove `no-byte-compile' cookie.
1434 (dbus-call-method, dbus-register-signal, dbus-debug)
1435 (dbus-registered-functions-table): Declare them with
1436 `declare-function' or `defvar', respectively.
1437 (top): Don't assert any longer. Require 'cl when compiling.
1438 Apply `ignore-errors' but `dbus-ignore-errors'.
1439
1440 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1441
1442 * diff-mode.el (diff-add-change-log-entries-other-window):
1443 Use add-change-log-entry.
1444
1445 2008-02-09 Jason Rumney <jasonr@gnu.org>
1446
1447 * button.el (button-map):
1448 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
1449 * ldefs-boot.el: Regenerate.
1450
1451 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
1452
1453 * epa.el (epa-faces, epa):
1454 * epa-file.el (epa-file):
1455 * epg-config.el (epg): Add :version.
1456
1457 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
1458
1459 * vc.el (vc-exec-after): Append CODE to previous fragments.
1460 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
1461 take MESSAGES instead of VERBOSE; use it when non-nil.
1462 (vc-diff-internal): Compute messages once; use them;
1463 update call to vc-diff-finish.
1464
1465 2008-02-09 Michael Olson <mwolson@gnu.org>
1466
1467 * net/tramp.el (tramp-process-sentinel): Avoid error when process
1468 buffer has been killed, such as by
1469 `tramp-cleanup-all-connections'.
1470
1471 2008-02-09 Miles Bader <miles@gnu.org>
1472
1473 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
1474
1475 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
1478 splitter in context hunks.
1479
1480 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
1481
1482 * international/fontset.el (setup-default-fontset): Fix arabic otf
1483 font specification.
1484
1485 2008-02-08 Daiki Ueno <ueno@unixuser.org>
1486
1487 * epa-dired.el:
1488 * epa-file.el:
1489 * epa-mail.el:
1490 * epa-setup.el:
1491 * epa.el:
1492 * epg-config.el:
1493 * epg-package-info.el:
1494 * epg.el: Initial check-in of EasyPG.
1495
1496 2008-02-08 Glenn Morris <rgm@gnu.org>
1497
1498 * woman.el (woman-locale): New defcustom.
1499 (woman-expand-locale, woman-manpath-add-locales): New functions.
1500 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
1501
1502 * international/mule-cmds.el (locale-translate): New function,
1503 with old code extracted from set-locale-environment.
1504 (set-locale-environment): Use locale-translate. Set woman-locale.
1505
1506 * cus-start.el (selection-coding-system): Remove, since it's now
1507 defined in select.el rather than in xselect.c.
1508 * select.el (selection-coding-system): Make it a defcustom, and
1509 add the properties from cus-start.el. Bump :version.
1510
1511 * custom.el (custom-theme-set-variables): Sort symbols that are
1512 dependencies before symbols that depend on them.
1513 (custom-enabled-themes): Set after custom-theme-directory.
1514
1515 * pcmpl-unix.el (top-level): Move provide statement to end.
1516 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
1517 `*' from doc-string. Allow to be nil.
1518 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
1519 Allow to be nil. Add :version.
1520 (pcmpl-ssh-hosts): Move definition before use. Handle lines
1521 without hostnames, and multiple hostnames per line.
1522
1523 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
1524
1525 2008-02-08 Phil Hagelberg <phil@evri.com>
1526
1527 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
1528 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
1529
1530 2008-02-07 Timo Savola <timo.savola@iki.fi>
1531
1532 * startup.el (command-line-x-option-alist): Add --parent-id.
1533
1534 * term/x-win.el (x-handle-parent-id): New function.
1535
1536 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
1537
1538 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
1539 "Font Menu".
1540
1541 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
1542
1543 * net/dbus.el (dbus-interface-peer): New defconst.
1544 (dbus-ping): New defun.
1545
1546 2008-02-06 Sam Steingold <sds@gnu.org>
1547
1548 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
1549
1550 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1551
1552 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
1553 Just return nil and let the C code provide a fallback.
1554
1555 2008-02-05 Glenn Morris <rgm@gnu.org>
1556
1557 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
1558 tramp-flush-connection-property for removed 2nd argument.
1559
1560 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1561
1562 * diff-mode.el (diff-add-change-log-entries-other-window):
1563 Rename from diff-create-changelog. Change users.
1564 Minor change to hopefully work with plain diffs.
1565 (diff-mode-map): Add binding for it.
1566
1567 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
1568
1569 * diff-mode.el: Add new TODO entry.
1570 (diff-create-changelog): New function.
1571 (diff-mode-menu): Bind it.
1572
1573 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
1574
1575 * international/mule-diag.el (print-fontset-element): Handle the
1576 case of inhibiting the fallback fonts.
1577
1578 2008-02-04 Kim F. Storm <storm@cua.dk>
1579
1580 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
1581 (ido-magic-delete-char): Use prefix arg.
1582
1583 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
1584
1585 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
1586 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
1587 of today, the most recent libpng is 1.2.24).
1588
1589 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
1590
1591 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
1592
1593 * net/dbus.el (top): Check (featurep 'dbusbind).
1594
1595 * net/tramp.el (tramp-process-sentinel): New defun.
1596 (tramp-do-copy-or-rename-file-out-of-band)
1597 (tramp-maybe-open-connection): Use it as process sentinel.
1598 (tramp-handle-delete-directory): Don't use the "-f" option; it
1599 isn't portable.
1600 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
1601 after the command.
1602 (tramp-handle-shell-command): Set `mode-line-process' in the
1603 asynchronous case.
1604
1605 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
1606
1607 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
1608 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1609 Use `tramp-process-sentinel' as process sentinel.
1610
1611 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
1612
1613 * whitespace.el (global-whitespace-mode): Revert last change.
1614 (whitespace-unload-function): Force `global-whitespace-mode'
1615 to deactivate local modes in a slightly less intrusive way.
1616
1617 2008-02-02 Eli Zaretskii <eliz@gnu.org>
1618
1619 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
1620
1621 2008-02-02 Glenn Morris <rgm@gnu.org>
1622
1623 * international/latin1-disp.el (latin1-display):
1624 * progmodes/fortran.el (fortran-comment-indent-char):
1625 * progmodes/idlw-shell.el (top-level):
1626 * term/mac-win.el (mac-keyboard-translate-char):
1627 * whitespace.el (whitespace-char-valid-p):
1628 * wid-edit.el (widget-key-sequence-read-event):
1629 Use characterp rather than char-valid-p.
1630
1631 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
1632 to capitalized-find-word-boundary. Doc fix. Update callers.
1633 (capitalized-next-word-boundary-function-table): Rename to
1634 capitalized-find-word-boundary-function-table. Doc fix. Update users.
1635
1636 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
1637 string-to-int.
1638
1639 * ps-def.el (declare-function): Add compatibility definition.
1640 (ps-plot-with-face, ps-plot-string): Declare as functions.
1641 (ps-bold-faces, ps-italic-faces): Declare variables.
1642
1643 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
1644 (ps-mule-end-job): Declare as functions.
1645
1646 * wid-edit.el (widget-string-complete): Use assoc-string rather
1647 than assoc-ignore-case.
1648
1649 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
1650
1651 * progmodes/etags.el (next-file): Improve revert message.
1652
1653 2008-02-01 Andreas Schwab <schwab@suse.de>
1654
1655 * loadup.el: Load language/burmese instead of language/myanmar.
1656
1657 2008-02-01 Richard Stallman <rms@gnu.org>
1658
1659 * language/burmese.el: Rename from myanmar.el.
1660 ("Burmese"): Rename from "Myanmar".
1661
1662 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1663
1664 * international/fontset.el (script-representative-chars): Add cham
1665 and tai-viet.
1666 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
1667 Add fontconfig spec for cjk-misc. Explicitly specify font font
1668 for U+E000..U+F8FF.
1669
1670 * international/characters.el (script-list): Add cham.
1671
1672 * language/cham.el: New file.
1673
1674 2008-02-01 Mark A. Hershberger <mah@everybody.org>
1675
1676 * xml.el (xml-escape-string): Don't do any encoding changes on the
1677 string.
1678
1679 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1680
1681 * language/ind-util.el (in-is13194-post-read-conversion):
1682 Delete unnecessary call of indian-compose-region.
1683
1684 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1685
1686 * ps-print.el: Some face attributes (like :strike-through) were not
1687 being recognised. Reported by Leo <sdl.web@gmail.com>.
1688 (ps-print-version): New version 7.3.2.
1689 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
1690 ps-face-overline-p and ps-face-box-p functions.
1691
1692 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
1693 New functions.
1694
1695 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1696
1697 * international/fontset.el (font-encoding-alist): Add an entry for
1698 iso8859-16.
1699 (setup-default-fontset): Add iso8859-16 to latin.
1700
1701 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
1702 hexadigit string.
1703 (describe-char): Adjust for the above change.
1704
1705 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1706
1707 * international/fontset.el (font-encoding-alist): Don't set the
1708 repertory of GB18030 fonts.
1709
1710 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1711
1712 * language/indian.el: Set font-shape-text for all Indic characters
1713 in composition-function-table.
1714
1715 * language/khmer.el: New file.
1716
1717 * language/myanmar.el: New file.
1718
1719 * loadup.el: Load "language/khmer" and "language/myanmar".
1720
1721 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1722
1723 * international/fontset.el (setup-default-fontset): Fix lao OTF
1724 script name.
1725
1726 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1727
1728 * composite.el (terminal-composition-modification): Delete it.
1729
1730 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1731
1732 * international/fontset.el (x-complement-fontset-spec):
1733 Complement size too.
1734
1735 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1736
1737 * international/fontset.el (font-encoding-charset-alist):
1738 Initialize it.
1739 (otf-script-alist): Fix typo of canadian-aboriginal.
1740 (setup-default-fontset): Specify font-specs for many more scripts.
1741 (x-complement-fontset-spec): Change the first argument to a
1742 font-spec object.
1743 (create-fontset-from-fontset-spec): Adjust for the above change.
1744
1745 2008-02-01 Kenichi Handa <handa@m17n.org>
1746
1747 * language/devanagari.el: Register font-shape-text in
1748 composition-function-table.
1749
1750 * language/tibetan.el: Register font-shape-text in
1751 composition-function-table.
1752
1753 * language/thai-util.el (thai-composition-function): Fix arguments.
1754
1755 * language/tamil.el: Register font-shape-text in
1756 composition-function-table.
1757
1758 * language/malayalam.el: Register font-shape-text in
1759 composition-function-table.
1760
1761 * language/lao.el: Register font-shape-text in
1762 composition-function-table.
1763
1764 * language/kannada.el: Register font-shape-text in
1765 composition-function-table.
1766
1767 * language/european.el (diacritic-composition-function): Fix arguments.
1768
1769 * language/ethio-util.el (ethio-composition-function): Fix arguments.
1770
1771 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
1772
1773 * composite.el (composition-function-table): Fix docstring.
1774 (terminal-composition-function): Fix arguments.
1775 (auto-compose-current-font): Delete it.
1776 (auto-compose-chars): Adjust for the change of
1777 composition-function-table.
1778
1779 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1780
1781 * international/fontset.el (font-encoding-alist): Add the entry of
1782 "unicode-bmp".
1783
1784 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1785
1786 * composite.el (auto-compose-chars): Be sure to calculate
1787 composition at least at POS.
1788
1789 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1790
1791 * printing.el: Fix pr-interface-map initialization code.
1792 (pr-version): New version 6.9.3.
1793 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
1794 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
1795 (pr-f-read-string): Replace by pr-read-string.
1796 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
1797 New function name.
1798 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
1799
1800 2008-02-01 Kenichi Handa <handa@m17n.org>
1801
1802 * language/tv-util.el (tai-viet-re): Include '-'.
1803 (tai-viet-glyph-info): Handle '-'.
1804
1805 2008-02-01 Kenichi Handa <handa@m17n.org>
1806
1807 * descr-text.el (describe-char): Handle a composition of the new
1808 format. Show font name.
1809
1810 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1811
1812 * language/tibet-util.el (tibetan-composition-function): Use
1813 font-shape-text if auto-compose-current-font is non-nil.
1814
1815 * language/tibetan.el: Fix the range for recording
1816 tibetan-composition-function in composition-function-table.
1817
1818 * language/mlm-util.el (malayalam-composition-function): Use
1819 font-shape-text if auto-compose-current-font is non-nil.
1820
1821 * international/mule-conf.el: Flag many charsets as supplementary.
1822
1823 * international/mule.el (define-charset): Update the docstring for
1824 :supplementary-p.
1825
1826 * international/fontset.el (setup-default-fontset): Add OpenType
1827 fonts for malayalam and tibetan.
1828
1829 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1830
1831 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
1832
1833 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1834
1835 * international/fontset.el (otf-script-alist): Make all otf tags
1836 4-letters.
1837 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
1838
1839 * language/tml-util.el (tamil-composition-function): Use
1840 font-shape-text if auto-compose-current-font is non-nil.
1841
1842 * language/devan-util.el (devanagari-composition-function): Use
1843 font-shape-text if auto-compose-current-font is non-nil.
1844
1845 * composite.el (auto-compose-chars): Change argument font-object
1846 to window.
1847
1848 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1849
1850 * ps-print.el (ps-lpr-switches): Docstring fix.
1851 (ps-string-list): New function.
1852 (ps-do-despool): Code fix.
1853
1854 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1855
1856 * international/utf-7.el (utf-7-imap-post-read-conversion)
1857 (utf-7-imap-pre-write-conversion): New functions.
1858
1859 * international/mule-conf.el (utf-7-imap): New coding system.
1860
1861 2008-02-01 Kenichi Handa <handa@m17n.org>
1862
1863 * term/x-win.el (x-selection-value): If x-select-request-type is
1864 nil, try also STRING at last.
1865 (x-select-request-type): Doc fix for the change of x-selection-value.
1866
1867 * select.el (selection-coding-system, next-selection-coding-system):
1868 Move declarations from xselect.c.
1869 (x-get-selection): Decode by selection-coding-system if it is non-nil.
1870 If it is nil, decode by a proper coding system. Handle C_STRING.
1871 (ccl-check-utf-8, string-utf-8-p): Delete them.
1872 (xselect-convert-to-string): Fix determining data-type in the case
1873 that TEXT is requested. Don't use selection-coding-system if it's
1874 not proper for the data-type.
1875
1876 2008-02-01 Kenichi Handa <handa@m17n.org>
1877
1878 * term/x-win.el (x-selection-value): If x-select-request-type is
1879 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
1880
1881 2008-02-01 Jason Rumney <jasonr@gnu.org>
1882
1883 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
1884 to signify default fontset.
1885
1886 2008-02-01 Kenichi Handa <handa@m17n.org>
1887
1888 * international/mule-cmds.el (describe-language-environment):
1889 Check if the specified input method exists or not.
1890
1891 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1892
1893 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
1894 (ps-face-background-name): Remove this function. It's already defined
1895 in ps-def.el file.
1896
1897 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1898
1899 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
1900 Epoch emacsen.
1901
1902 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1903
1904 * ps-print.el: Now detect if text foreground and background colors are
1905 equals and replace the foreground color by another color, so the text
1906 becomes visible. Doc fix.
1907 (ps-print-version): New version 7.3.
1908 (ps-default-fg, ps-default-bg): Docstring fix.
1909 (ps-fg-list, ps-fg-validate-p): New options.
1910 (ps-foreground-list): New variable.
1911 (ps-generate-header-line): Replace fboundp by functionp.
1912 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
1913
1914 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1915
1916 * printing.el: Pacify byte compiler, that is, no compiler warnings.
1917 Move (again) some variable definitions before use, define some
1918 function aliases, no code change.
1919 (pr-version): New version 6.9.2.
1920 (pr-path-style, pr-auto-region, pr-menu-char-height)
1921 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
1922 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
1923 via (defvar VAR).
1924 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
1925 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
1926 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
1927 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
1928 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
1929 (pr-menu-print-item, pr-ps-printer-menu-modified)
1930 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
1931 (pr-even-or-odd-alist): Move variable definitions.
1932
1933 2008-02-01 Kenichi Handa <handa@m17n.org>
1934
1935 * language/chinese.el (cp936): Delete duplicated alias.
1936
1937 * international/mule-diag.el (list-block-of-chars): Don't insert
1938 non-Unicode characters.
1939
1940 2008-02-01 Jason Rumney <jasonr@gnu.org>
1941
1942 * loadup.el [windows-nt]: Don't load code-pages and ccl.
1943 * term/w32-win.el: Don't require code-pages.
1944
1945 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1946
1947 Fix up multi-tty merge.
1948
1949 * version.el (emacs-version): Bump to 23.0.60.
1950
1951 * term/x-win.el (x-initialize-window-system): Don't try to create
1952 a fontset from a font-specification anymore. This was removed on the
1953 unicode branch and mistakenly re-added by the multi-tty merge.
1954
1955 * term/w32-win.el: Remove duplicate code that's now in
1956 w32-initialize-window-system.
1957 (w32-initialize-window-system): Don't try to create a fontset from
1958 a font-specification anymore. This was removed on the unicode branch
1959 and mistakenly re-added by the multi-tty merge.
1960
1961 * term/mac-win.el: Remove duplicate top-level code.
1962
1963 * language/ethio-util.el:
1964 * international/characters.el: Use utf-8 rather than utf-8-emacs
1965 since it works as well and has the advantage of working with
1966 non-unicode versions of Emacs.
1967
1968 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
1969 multi-tty code, which includes the previous local change.
1970
1971 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1972
1973 * ps-print.el (ps-print-version): New version 7.2.5.
1974 (ps-background, ps-begin-file, ps-build-reference-face-lists):
1975 Use `mapc' rather than `mapcar'.
1976
1977 2008-02-01 Kenichi Handa <handa@m17n.org>
1978
1979 * skeleton.el (skeleton-internal-1): Use integerp and stringp
1980 instead of char-or-string-p to catch -1.
1981
1982 2008-02-01 Kenichi Handa <handa@m17n.org>
1983
1984 * international/mule-cmds.el (inactivate-input-method):
1985 Set input-method-function to nil before calling
1986 inactivate-current-input-method-function.
1987
1988 2008-02-01 Kenichi Handa <handa@m17n.org>
1989
1990 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
1991 height that doesn't exceed the requested height by rounding off.
1992
1993 2008-02-01 Andreas Schwab <schwab@suse.de>
1994
1995 * international/mule-diag.el (print-fontset-element):
1996 Use fontp only if defined.
1997
1998 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1999
2000 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
2001 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
2002 (ps-mule-prologue-generated): Code fix.
2003
2004 2008-02-01 Kenichi Handa <handa@m17n.org>
2005
2006 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
2007 with FIXEDCASE t.
2008
2009 2008-02-01 Kenichi Handa <handa@m17n.org>
2010
2011 * international/mule-diag.el (print-fontset-element): Fix for the
2012 format change of a fontset element for font-backend feature.
2013
2014 2008-02-01 Kenichi Handa <handa@m17n.org>
2015
2016 * descr-text.el (describe-char): Fix for the case that a component
2017 character is TAB.
2018
2019 2008-02-01 Kenichi Handa <handa@m17n.org>
2020
2021 * international/mule-cmds.el (select-safe-coding-system-interactively):
2022 Fix printing of rejected and unsafe coding-systems.
2023
2024 * international/fontset.el (setup-default-fontset): Add tai-viet.
2025
2026 * international/characters.el: Setup syntax/category table for Tai Viet.
2027 (script-list): Add tai-viet.
2028
2029 * loadup.el: Load "language/tai-viet".
2030
2031 * language/tai-viet.el: New file.
2032
2033 * language/tv-util.el: New file.
2034
2035 2008-02-01 Jason Rumney <jasonr@gnu.org>
2036
2037 * faces.el (font-weight-table): Use defaults on w32 that match
2038 LOGFONT.lfWeight.
2039
2040 * term/w32-win.el: Don't create fontset from command-line font.
2041
2042 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
2043
2044 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2045 (sort-coding-systems, search-unencodable-char): Doc fixes.
2046 (default-input-method, input-method-verbose-flag)
2047 (input-method-highlight-flag): Remove * in defcustom's docstrings.
2048 (exit-language-environment-hook, set-default-coding-systems)
2049 (coding-system-change-eol-conversion, prefer-coding-system)
2050 (find-multibyte-characters, leim-list-entry-regexp)
2051 (set-input-method, input-method-exit-on-first-char, princ-list)
2052 (locale-language-names, locale-charset-language-names)
2053 (define-char-code-property): Fix typos in docstrings.
2054
2055 2008-02-01 Kenichi Handa <handa@m17n.org>
2056
2057 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
2058 Fix for a new character code space (22-bit).
2059
2060 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
2061
2062 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
2063
2064 2008-02-01 Kenichi Handa <handa@m17n.org>
2065
2066 * international/characters.el: Add more cases/syntaxes from Latin
2067 characters.
2068
2069 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2070
2071 * ps-def.el (installation-directory): Must be initialized when defining
2072 it in XEmacs.
2073 (coding-system-for-read): Eliminate duplicated definition.
2074
2075 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2076
2077 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
2078
2079 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2080
2081 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
2082 (ps-print-emacs-type): Eliminate variable.
2083 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
2084 running ps-print package.
2085
2086 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
2087 (ps-frame-parameter): Replace defun by defalias.
2088 (mark-active): Eliminate defvar.
2089
2090 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
2091 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
2092 (ps-jts-ps-setup): Replace macros by vector key definition.
2093
2094 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2095
2096 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
2097 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
2098 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
2099 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
2100 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
2101 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
2102 New command actions for EPS header and EPS footer.
2103
2104 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
2105 footer. Fix some problems with one-or-more, zero-or-more and
2106 alternative constructions generation. Some implementation of log
2107 messages. Doc fix.
2108 (ebnf-version): New version 4.4.
2109 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
2110 (ebnf-eps-footer, ebnf-log): New options.
2111 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
2112 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
2113 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
2114 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
2115 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
2116 (ebnf-style-custom-list, ebnf-style-database): Put new values.
2117 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
2118 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
2119 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
2120 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
2121 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
2122 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
2123 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
2124 (ebnf-non-terminal-dimension, ebnf-special-dimension)
2125 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
2126 (ebnf-except-dimension, ebnf-alternative-dimension)
2127 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
2128 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
2129 Insert log message function.
2130 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
2131 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
2132 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
2133 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
2134 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
2135 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
2136 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
2137 compatibility with Emacs 20 & 21.
2138 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
2139 (ebnf-eps-file-alist, ebnf-basic-width-extra)
2140 (ebnf-basic-empty-height): New variables.
2141 (ebnf-prologue): Fix PostScript code.
2142 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
2143 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
2144 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
2145 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
2146
2147 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2148
2149 * printing.el: Group together all XEmacs/Emacs definitions.
2150 (pr-version): New version 6.9.
2151 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
2152 New functions.
2153 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
2154 (pr-menu-bind): Fix code.
2155 (pr-e-frame-char-height, pr-e-frame-char-width)
2156 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
2157 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
2158 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
2159 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
2160 (pr-x-event-y-pixel): Eliminate aliases.
2161 (pr-xemacs-global-menubar): Move macro.
2162 (current-menubar, current-mouse-event, zmacs-region-stays)
2163 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
2164 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
2165 Move variables.
2166 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
2167 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
2168 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
2169 (pr-menu-set-utility-title, pr-even-or-odd-pages)
2170 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
2171 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
2172 Move functions.
2173
2174 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2175
2176 * ps-print.el: The ps-print commands without face printing should not
2177 print background color. Reported by Leo <sdl.web@gmail.com>.
2178 (ps-print-version): New version 7.2.2.
2179 (ps-begin-job): New arg. Fix ps-default-background and
2180 ps-default-foreground initialization.
2181 (ps-face-attributes): Fix doc string.
2182 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2183
2184 * printing.el: Fix ps-print link.
2185
2186 2008-02-01 Kenichi Handa <handa@m17n.org>
2187
2188 * international/mule-diag.el (list-character-sets-2): Don't print width.
2189
2190 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2191
2192 * ps-print.ps: Fix background height.
2193 (ps-print-version): New version 7.2.1.
2194
2195 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2196
2197 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
2198 into separate files.
2199 (ps-print-version): New version 7.2.
2200 (ps-postscript-code-directory): Fix XEmacs initialization.
2201 (ps-generate-postscript-with-faces):
2202 Call ps-generate-postscript-with-faces1 (new function).
2203 (ps-color-format, ps-float-format): Move variables to ps-def.el.
2204 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
2205 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
2206 (ps-face-background-name, ps-frame-parameter, ps-color-device)
2207 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
2208 Move functions to ps-def.el.
2209 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
2210 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
2211 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
2212 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
2213 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
2214 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
2215 Move functions to ps-samp.el.
2216
2217 * ps-bdf.el (installation-directory, coding-system-for-read):
2218 Move variables to ps-def.el.
2219
2220 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
2221 (charset-bytes, charset-dimension, charset-id, charset-width)
2222 (find-charset-region, char-width, chars-in-region, forward-point)
2223 (decompose-composite-char, encode-coding-string, coding-system-p)
2224 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
2225 (string-make-multibyte, encode-char): Move functions to ps-def.el.
2226
2227 * ps-def.el: New file. XEmacs/Emacs definitions.
2228 (ps-generate-postscript-with-faces1): New function.
2229 (ps-color-format, ps-float-format): Move variables from ps-print.el.
2230 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
2231 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
2232 (ps-face-background-name, ps-frame-parameter, ps-color-device)
2233 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
2234 Move functions from ps-print.el.
2235 (installation-directory, coding-system-for-read):
2236 Move variables from ps-bdf.el.
2237 (leading-code-private-22): Move variable from ps-mule.el.
2238 (charset-bytes, charset-dimension, charset-id, charset-width)
2239 (find-charset-region, char-width, chars-in-region, forward-point)
2240 (decompose-composite-char, encode-coding-string, coding-system-p)
2241 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
2242 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
2243
2244 * ps-samp.el: New file. Sample setup code.
2245 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
2246 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
2247 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
2248 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
2249 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
2250 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
2251 Move functions from ps-print.el.
2252
2253 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2254
2255 * ps-print.el: Handle frame parameters (background and/or foreground
2256 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
2257 (ps-print-version): New version 7.1.
2258 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2259 (ps-frame-parameter): New function.
2260 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2261 Fix doc and customization.
2262 (ps-begin-job): Get frame parameters (background and/or foreground
2263 colors).
2264 (ps-do-despool): Ensure ps-printer-name has a valid value.
2265
2266 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2267
2268 * progmodes/ebnf-abn.el:
2269 * progmodes/ebnf-bnf.el:
2270 * progmodes/ebnf-dtd.el:
2271 * progmodes/ebnf-ebx.el:
2272 * progmodes/ebnf-iso.el:
2273 * progmodes/ebnf-otz.el:
2274 * progmodes/ebnf-yac.el:
2275 * progmodes/ebnf2ps.el:
2276 * delim-col.el:
2277 * printing.el:
2278 * ps-bdf.el:
2279 * ps-mule.el:
2280 * ps-print.el: Remove 'Time-stamp' comment mark.
2281
2282 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
2283 'easy-menu-add-item' when called in Emacs 21 or higher.
2284
2285 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2286
2287 * ps-print.el : Fix doc.
2288 (ps-print-version): New version 7.0.
2289
2290 2008-02-01 Kenichi Handa <handa@m17n.org>
2291
2292 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
2293 XMODIFIERS.
2294
2295 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2296
2297 * ps-print.el: Fix maintainer email. Eliminate function declaration
2298 that kept compatibility with older Emacs version.
2299 (ps-print-version): New version 6.7.
2300
2301 2008-02-01 Kenichi Handa <handa@m17n.org>
2302
2303 * international/quail.el (quail-get-translations):
2304 Make quail-current-key multibyte if not yet done.
2305
2306 2008-02-01 Zhang Wei <id.brep@gmail.com>
2307
2308 * language/chinese.el ("Chinese-GBK"): Add tutorial.
2309 ("Chinese-GB18030"): Add sample-text and tutorial.
2310
2311 * international/fontset.el (font-encoding-alist)
2312 (setup-default-fontset): Add gb18030.
2313 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
2314 (charset-script-alist): Add gbk and gb18030.
2315
2316 * international/characters.el: Put property
2317 preferred-coding-system on gbk and gb18030.
2318
2319 * international/mule-cmds.el (locale-language-names): Add an entry
2320 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
2321
2322 * faces.el (face-font-registry-alternatives): Add gb18030.
2323
2324 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2325
2326 * ps-mule.el: Fix maintainer email.
2327
2328 2008-02-01 Kenichi Handa <handa@m17n.org>
2329
2330 * international/quail.el (quail-insert-kbd-layout): Check the
2331 length of (cdr translation).
2332 (quail-get-current-str): Check the length of (cdr def).
2333
2334 2008-02-01 Kenichi Handa <handa@m17n.org>
2335
2336 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
2337
2338 2008-02-01 Kenichi Handa <handa@m17n.org>
2339
2340 * international/mule-cmds.el (ucs-insert): Re-implement.
2341
2342 2008-02-01 Kenichi Handa <handa@m17n.org>
2343
2344 * composite.el (terminal-composition-modification): New function.
2345 (terminal-composition-function): Create composition with the above
2346 modification function.
2347
2348 2008-02-01 Zhang Wei <id.brep@gmail.com>
2349
2350 * international/characters.el: Add more full-width characters in
2351 char-width-table.
2352
2353 2008-02-01 Kenichi Handa <handa@m17n.org>
2354
2355 * international/fontset.el (create-fontset-from-fontset-spec):
2356 Fix script name handling.
2357
2358 2008-02-01 Kenichi Handa <handa@m17n.org>
2359
2360 * composite.el (terminal-composition-function): New function.
2361 (terminal-composition-function-table): New variable.
2362 (auto-compose-chars): If running on a terminal, use
2363 terminal-composition-function-table.
2364
2365 * loadup.el: Load "composite" after "international/characters".
2366
2367 * international/characters.el: Delete codes for setting up charset
2368 property nospace-between-words. Fix setting up of
2369 char-width-table. Don't make ethiopic and tibetan double column.
2370
2371 * textmodes/fill.el (fill-find-break-point-function-table):
2372 Don't set it up in defvar.
2373 (fill-nospace-between-words-table): New variable.
2374 (fill-delete-newlines): Check fill-nospace-between-words-table
2375 instead of charset property nospcae-between-words.
2376
2377 2008-02-01 Kenichi Handa <handa@m17n.org>
2378
2379 * composite.el (global-auto-composition-mode): Make the initial
2380 value not depend on emacs-basic-display.
2381
2382 * textmodes/fill.el: Don't use charset property
2383 `fill-find-break-point-function'.
2384 (fill-find-break-point-function-table): New variable.
2385 (fill-find-break-point): Lookup fill-find-break-point-function-table.
2386
2387 2008-02-01 Kenichi Handa <handa@m17n.org>
2388
2389 * international/mule.el (coding-system-list): Be sure to exclude
2390 subsidiary coding systems.
2391
2392 2008-02-01 Kenichi Handa <handa@m17n.org>
2393
2394 * composite.el (auto-composition-after-change)
2395 (toggle-auto-composition): Remove `auto-composed' property instead
2396 of setting it to nil.
2397
2398 2008-02-01 Kenichi Handa <handa@m17n.org>
2399
2400 * language/misc-lang.el (iso-8859-6): New coding system.
2401
2402 2008-02-01 Kenichi Handa <handa@m17n.org>
2403
2404 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
2405 replace-regexp-in-string as replacement.
2406
2407 2008-02-01 Kenichi Handa <handa@m17n.org>
2408
2409 * international/fontset.el (otf-script-alist): Add byzm, math,
2410 musc, and nko.
2411
2412 * international/characters.el (script-list): Add nko,
2413 byzantine-musical-symbol, musical-symbol, and mathematical.
2414
2415 2008-02-01 Kenichi Handa <handa@m17n.org>
2416
2417 * composite.el (auto-compose-current-font): New variable.
2418 (auto-compose-chars): New arg FONT-OBJECT.
2419
2420 2008-02-01 Kenichi Handa <handa@m17n.org>
2421
2422 * international/characters.el: Modify category-table and
2423 script-table for new Ethiopic character range.
2424
2425 2008-02-01 Kenichi Handa <handa@m17n.org>
2426
2427 * international/mule-cmds.el (set-language-environment-fontset):
2428 Delete it.
2429
2430 2008-02-01 Kenichi Handa <handa@m17n.org>
2431
2432 * international/fontset.el (otf-script-alist): Set it.
2433
2434 2008-02-01 Kenichi Handa <handa@m17n.org>
2435
2436 * international/fontset.el (font-encoding-alist):
2437 Fix for "ethiopic-unicode".
2438
2439 2008-02-01 Kenichi Handa <handa@m17n.org>
2440
2441 * international/fontset.el (script-representative-chars):
2442 Add an entry for latin script.
2443
2444 2008-02-01 Kenichi Handa <handa@m17n.org>
2445
2446 * faces.el (font-weight-table): Treat regular and normal as the
2447 same as medium.
2448 (font-slant-table): Add (roman . 100).
2449
2450 2008-02-01 Kenichi Handa <handa@m17n.org>
2451
2452 These changes are for the new font handling codes.
2453
2454 * faces.el (font-weight-table, font-slant-table)
2455 (font-swidth-table): New customizable variables.
2456
2457 * international/fontset.el (font-encoding-alist): Add koi8-4.
2458 (script-representative-chars): Set the default value.
2459 (create-fontset-from-x-resource): Delete `message'.
2460
2461 2008-02-01 Kenichi Handa <handa@m17n.org>
2462
2463 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
2464 Call set-buffer-multibyte with arg `to'.
2465
2466 2008-02-01 Kenichi Handa <handa@m17n.org>
2467
2468 * info.el (Info-fontify-node): Check if already fontified or not
2469 by next-single-property-change.
2470
2471 2008-02-01 Kenichi Handa <handa@m17n.org>
2472
2473 * international/mule.el (ctext-pre-write-conversion): Produce
2474 extra designation sequence for ASCII at the end off extended segment.
2475
2476 2008-02-01 Kenichi Handa <handa@m17n.org>
2477
2478 * international/mule.el (ctext-non-standard-encodings-table):
2479 Reverse the returning list.
2480 (ctext-pre-write-conversion): Fix encoding with extended segments.
2481
2482 * international/mule-conf.el (compound-text)
2483 (compound-text-with-extensions): Add long-form in :flags.
2484
2485 2008-02-01 Kenichi Handa <handa@m17n.org>
2486
2487 * international/fontset.el (create-fontset-from-fontset-spec): Fix
2488 regexp for paring FONTSET-SPEC (allow spaces after `:').
2489
2490 2008-02-01 Kenichi Handa <handa@m17n.org>
2491
2492 * international/fontset.el (create-fontset-from-fontset-spec): Fix
2493 for the case that a charset is specified as target.
2494
2495 2008-02-01 Kenichi Handa <handa@m17n.org>
2496
2497 * international/ccl.el (ccl-embed-string): Check string length.
2498 Set special flag for multibyte character sequence.
2499 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
2500 str unibyte.
2501 (ccl-compile-write): If the character code doesn't fit in 22-bit
2502 (ccl-dump-write-const-string): Check special flag for multibyte
2503 character sequence.
2504
2505 2008-02-01 Kenichi Handa <handa@m17n.org>
2506
2507 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
2508 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
2509 ps-mule-eight-bit-char.
2510
2511 2008-02-01 Kenichi Handa <handa@m17n.org>
2512
2513 * language/chinese.el ("Chinese-BIG5"):
2514 Set ctext-non-standard-encodings property to "big5-0".
2515
2516 * international/mule.el (ctext-non-standard-encodings):
2517 Initialize to nil.
2518 (ctext-non-standard-encodings-alist): Set charset `big5' in the
2519 entry for "big5-0".
2520 (ctext-non-standard-encodings-table): Return a list instead of
2521 char-table.
2522 (ctext-pre-write-conversion): Adjust for the above change.
2523
2524 2008-02-01 Zhang Wei <id.brep@gmail.com>
2525
2526 * international/mule.el (ctext-non-standard-encodings-alist):
2527 Add an entry for gbk-0.
2528 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
2529 a row 8-bit.
2530
2531 * language/chinese.el ("Chinese-GBK"):
2532 Set ctext-non-standard-encodings property to "gbk-0".
2533 Add sample-text property.
2534
2535 2008-02-01 Kenichi Handa <handa@m17n.org>
2536
2537 * international/kkc.el (kkc-region): Use
2538 this-single-command-raw-keys on pushing back an unhandled key sequence.
2539
2540 2008-02-01 Kenichi Handa <handa@m17n.org>
2541
2542 * international/encoded-kb.el (encoded-kbd-mode):
2543 Check saved-input-mode on turning off Encoded Kbd mode.
2544
2545 * composite.el (auto-composition-after-change): Use save-buffer-state.
2546 (turn-on-auto-composition-if-enabled): Don't turn on
2547 auto-composition-mode in a unibyte buffer.
2548
2549 2008-02-01 Kenichi Handa <handa@m17n.org>
2550
2551 * startup.el (command-line): Use custom-reevaluate-setting for
2552 global-auto-composition-mode.
2553
2554 * composite.el (auto-composition-function): Make it buffer local.
2555 (auto-composition-mode): New minor mode.
2556 (turn-on-auto-composition-if-enabled): New function.
2557 (global-auto-composition-mode): New global minor mode.
2558
2559 2008-02-01 Kenichi Handa <handa@m17n.org>
2560
2561 * descr-text.el (describe-char): Use insert-text-button instead of
2562 widget-create for "customize what to show" button.
2563
2564 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
2565
2566 * language/ethiopic.el: Fix copyright.
2567 (composition-function-table): Support a new character in Unicode 4.1.
2568
2569 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
2570 (ethio-tex-to-fidel-buffer, ethio-composition-function)
2571 ("ethiopic-tex"): Support new characters in Unicode 4.1.
2572
2573 2008-02-01 Kenichi Handa <handa@m17n.org>
2574
2575 * international/characters.el: Register characters in
2576 auto-fill-chars. Put nospace-between-words to more charsets.
2577
2578 2008-02-01 Zhang Wei <id.brep@gmail.com>
2579
2580 * international/mule-cmds.el (locale-language-names): Add entries
2581 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
2582 (locale-preferred-coding-systems): Fix entries for Chinese locales.
2583
2584 2008-02-01 Kenichi Handa <handa@etlken>
2585
2586 * international/utf-7.el: Delete the definition of utf-7.
2587 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
2588 Add autoload cookies.
2589
2590 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2591
2592 * term/mac-win.el: Delete the code to create a fontset from the X
2593 resource "Font".
2594
2595 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
2596
2597 * international/robin.el (robin-define-package): Be sure to call
2598 put-char-code-property.
2599
2600 2008-02-01 Kenichi Handa <handa@m17n.org>
2601
2602 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
2603 property to 1.
2604
2605 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
2606 property to t.
2607
2608 * international/mule.el (coding-system-get):
2609 Check `ascii-incompatible' for backward compatiblity.
2610 (set-file-name-coding-system): Signal an error for a coding system
2611 not suitable for file name.
2612 (set-keyboard-coding-system): Signal an error for a coding system
2613 not suitable for keyboard.
2614
2615 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
2616 Set :suitable-for-keyboard property to 1.
2617
2618 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
2619 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
2620
2621 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
2622 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
2623
2624 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
2625
2626 * international/robin.el (robin-define-package): Delete redundant code.
2627 (robin-add-rule): Allow N-1 reverse conversion.
2628
2629 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
2630
2631 * international/robin.el (robin-define-package): Make the
2632 expanded form shorter.
2633
2634 2008-02-01 Zhang Wei <id.brep@gmail.com>
2635
2636 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
2637 chiense-iso-8bit.
2638
2639 2008-02-01 Kenichi Handa <handa@m17n.org>
2640
2641 * loadup.el: If we are byte-compiling unidata-gen.el or running
2642 unidata-ge-files, set purify-flag to nil.
2643
2644 2008-02-01 Kenichi Handa <handa@m17n.org>
2645
2646 * loadup.el: Load international/charprop.el with NOERROR t.
2647
2648 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
2649
2650 2008-02-01 Kenichi Handa <handa@m17n.org>
2651
2652 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
2653 New charsets and coding systems.
2654 (mac-symbol, mac-dingbats): New charsets.
2655
2656 2008-02-01 Kenichi Handa <handa@m17n.org>
2657
2658 * international/characters.el: Set syntax of NBSP to punctuation.
2659
2660 2008-02-01 Kenichi Handa <handa@m17n.org>
2661
2662 * international/mule-cmds.el: Don't require wid-edit.
2663
2664 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
2665
2666 * international/robin.el: New file.
2667
2668 * language/ethiopic.el: Change encoding to utf-8-emacs.
2669 Register ethio-composition-function in composition-function-table.
2670 ("Ethiopic"): Change coding-systems to utf-8-emacs.
2671
2672 * language/ethio-util.el: Change encoding to utf-8-emacs.
2673 Rewrite all transliteration functions to use robin.el.
2674 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
2675 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
2676 (ethio-prefer-ascii-punctuation): Delete variables.
2677 (ethio-char-to-ethiocode, ethio-convert-digit)
2678 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
2679 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
2680 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
2681 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
2682 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
2683 (ethio-adjust-robin, ethio-composition-function)
2684 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
2685 (ethio-sera-to-fidel-region-ethio)
2686 (ethio-sera-to-fidel-region-noethio)
2687 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
2688 New functions.
2689
2690 2008-02-01 Miles Bader <miles@gnu.org>
2691
2692 * international/mule.el (auto-coding-regexp-alist)
2693 (ctext-pre-write-conversion): Replace embedded control characters
2694 with octal escapes; this prevents diff from thinking the file is binary.
2695
2696 2008-02-01 Miles Bader <miles@gnu.org>
2697
2698 * descr-text.el (describe-char-unidata-list):
2699 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
2700 (byte-compile-insert-header):
2701 * international/mule.el (charset-list, set-coding-priority)
2702 (ignore-relative-composition):
2703 * international/mule-util.el (detect-coding-with-priority):
2704 * international/mule-diag.el:
2705 * international/mule-cmds.el (language-info-custom-alist):
2706 * international/codepage.el (codepage-setup):
2707 Replace references to Emacs version "22" with "23".
2708
2709 2008-02-01 Kenichi Handa <handa@m17n.org>
2710
2711 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
2712
2713 * international/fontset.el (font-encoding-alist): Add an entry for
2714 microsoft-cp1251.
2715 (setup-default-fontset): Add entries for microsoft-cp1251 and
2716 koi8-r for cyrillic.
2717
2718 * international/mule-cmds.el (char-code-property-alist): New variable.
2719 (define-char-code-property): New function.
2720 (get-char-code-property, put-char-code-property): Handle a
2721 char-table registerd in char-code-property-alist.
2722 (set-language-environment): Check :ascii-compatible-p property of
2723 nonascii charset instead of its dimension.
2724
2725 * international/uni-bidi.el, international/uni-category.el:
2726 * international/uni-combining.el, international/uni-comment.el:
2727 * international/uni-decimal.el, international/uni-decomposition.el:
2728 * international/uni-digit.el, international/uni-lowercase.el:
2729 * international/uni-mirrored.el, international/uni-name.el:
2730 * international/uni-numeric.el, international/uni-old-name.el:
2731 * international/uni-titlecase.el, international/uni-uppercase.el:
2732 * international/charprop.el: New files automatically generated by
2733 admin/unidata/Makefile.
2734
2735 * loadup.el: Load internationnal/charprop.el.
2736
2737 * descr-text.el (describe-char-unidata-list): New variable.
2738 (describe-char-unicode-data): Use char-code-property-description.
2739 (describe-char): Add lines for describing Unicode-based character
2740 properties.
2741
2742 2008-02-01 Kenichi Handa <handa@m17n.org>
2743
2744 * textmodes/ispell.el: These changes are to fix the code merged
2745 from trunk for the change on 2008-02-01.
2746 (ispell-unified-chars-table): Delete it.
2747 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
2748
2749 2008-02-01 Kenichi Handa <handa@m17n.org>
2750
2751 * international/mule-util.el (char-displayable-p): Check
2752 :charset-list property of CODING.
2753
2754 2008-02-01 Kenichi Handa <handa@m17n.org>
2755
2756 * international/mule-cmds.el (select-safe-coding-system-interactively):
2757 Change 'mime-charset to :mime-charset.
2758 (select-safe-coding-system): Use above.
2759 (set-language-environment): Delete unnecessary code for handling
2760 overriding-fontspec.
2761
2762 2008-02-01 Kenichi Handa <handa@m17n.org>
2763
2764 * international/mule-conf.el: New coding system aliases unix, dos,
2765 and mac.
2766
2767 2008-02-01 Kenichi Handa <handa@m17n.org>
2768
2769 * international/titdic-cnv.el (tit-process-header): Fix embedded
2770 coding tag.
2771 (titdic-convert): Bind coding-system-for-write to the coding
2772 system specfied in the map file. Remove `charset' property after
2773 decoding.
2774 (miscdic-convert): Bind coding-system-for-write to the coding
2775 system specfied for the map file. Fix LANGUAGE arg to
2776 quail-define-package.
2777 (batch-miscdic-convert): Check if a file is directory or not.
2778
2779 2008-02-01 Kenichi Handa <handa@m17n.org>
2780
2781 * international/mule.el (coding-system-equal): Move from mule-util.el.
2782
2783 * international/mule-util.el (coding-system-equal): Move to mule.el.
2784
2785 2008-02-01 Kenichi Handa <handa@m17n.org>
2786
2787 * international/encoded-kb.el (encoded-kbd-decode-code-list):
2788 New function.
2789 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
2790 Support multibyte charsets.
2791
2792 2008-02-01 Kenichi Handa <handa@m17n.org>
2793
2794 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
2795 to eight-bit chars.
2796
2797 * international/mule-conf.el: Don't define coding system
2798 `undecided' here.
2799
2800 2008-02-01 Kenichi Handa <handa@m17n.org>
2801
2802 * international/mule-cmds.el (locale-language-names): Fix for
2803 gb18030 and gdk.
2804
2805 2008-02-01 Kenichi Handa <handa@m17n.org>
2806
2807 * international/fontset.el (font-encoding-alist): Add gbk.
2808 (charset-script-alist): Add chinese-gbk.
2809
2810 2008-02-01 Kenichi Handa <handa@m17n.org>
2811
2812 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
2813
2814 2008-02-01 Kenichi Handa <handa@m17n.org>
2815
2816 * language/japanese.el ("Japanese"): Fix ordering of charsets.
2817
2818 2008-02-01 Kenichi Handa <handa@m17n.org>
2819
2820 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
2821 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
2822 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
2823
2824 2008-02-01 Kenichi Handa <handa@m17n.org>
2825
2826 * descr-text.el (describe-char): Fix for the case CODE is a cons
2827 of integers.
2828
2829 2008-02-01 Steven Tamm <steventamm@mac.com>
2830
2831 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
2832 (mac-standard-fontset-spec): Create.
2833
2834 2008-02-01 Kenichi Handa <handa@m17n.org>
2835
2836 * international/mule-diag.el (unicode-data):
2837 Call find-file-noselect with NOWARN t.
2838
2839 2008-02-01 Kenichi Handa <handa@m17n.org>
2840
2841 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
2842
2843 2008-02-01 Kenichi Handa <handa@m17n.org>
2844
2845 * international/characters.el: Give more CJK characters the
2846 category `|'.
2847
2848 * descr-text.el (describe-char): Make it work on *Help* buffer.
2849 Suppress auto-composition on a region describing about composition.
2850
2851 * language/european.el (diacritic-compose-region)
2852 (diacritic-compose-string, diacritic-composition-function):
2853 Compose diacritical marks only with a character whose syntax is
2854 word constituent.
2855 (diacritic-post-read-conversion): Delete it.
2856
2857 2008-02-01 Kenichi Handa <handa@m17n.org>
2858
2859 * composite.el (auto-compose-chars): Execute the main code in
2860 condition-case.
2861
2862 2008-02-01 Kenichi Handa <handa@m17n.org>
2863
2864 * international/fontset.el (x-complement-fontset-spec):
2865 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
2866
2867 2008-02-01 Kenichi Handa <handa@m17n.org>
2868
2869 * international/characters.el (next-word-boundary-kana):
2870 Handle half-width kana.
2871
2872 2008-02-01 Kenichi Handa <handa@m17n.org>
2873
2874 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
2875
2876 2008-02-01 Kenichi Handa <handa@m17n.org>
2877
2878 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
2879
2880 * mail/rmail.el (rmail-decode-babyl-format):
2881 Use with-coding-priority instead of detect-coding-with-priority.
2882
2883 2008-02-01 Kenichi Handa <handa@m17n.org>
2884
2885 * international/mule.el (make-translation-table)
2886 (make-translation-table-from-vector): Set the second extra slot of
2887 the char table to 1.
2888 (make-translation-table-from-alist): Fix handling of multiple entries.
2889
2890 2008-02-01 Kenichi Handa <handa@m17n.org>
2891
2892 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
2893 New translation tables.
2894
2895 * international/mule.el (make-translation-table-from-alist):
2896 New function.
2897
2898 2008-02-01 Kenichi Handa <handa@m17n.org>
2899
2900 * international/mule.el (translate-region): Re-implement it here.
2901 Make it interactive.
2902
2903 2008-02-01 Kenichi Handa <handa@m17n.org>
2904
2905 * ps-mule.el (ps-mule-font-info-database): Doc fix.
2906
2907 2008-02-01 Kenichi Handa <handa@m17n.org>
2908
2909 * international/mule-conf.el (chinese-cns11643-15): New charset.
2910
2911 2008-02-01 Kenichi Handa <handa@m17n.org>
2912
2913 * international/fontset.el (font-encoding-alist): Add entries for
2914 variations of cns11643 fonts.
2915 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
2916
2917 2008-02-01 Kenichi Handa <handa@m17n.org>
2918
2919 * international/mule-diag.el (list-charset-chars): Put charset
2920 text property.
2921
2922 * international/fontset.el (setup-default-fontset): Delete the
2923 entry for symbol script, add JISX0213 to kana script, specify
2924 fallback fonts.
2925
2926 2008-02-01 Kenichi Handa <handa@m17n.org>
2927
2928 * international/fontset.el (setup-default-fontset)
2929 (font-encoding-alist): Register "JISX0213.2004-1".
2930
2931 * international/mule-diag.el (list-character-sets): Fix the first
2932 line message.
2933 (sort-listed-character-sets): Adjust for the change of
2934 list-characters-sets-1.
2935 (list-character-sets-1): List supplementary character sets in a
2936 different section.
2937 (list-charset-chars): Validate charset at early stage.
2938
2939 * international/characters.el: Fix `han' script range.
2940
2941 * international/mule-conf.el (japanese-jisx0213.2004-1):
2942 Specify :code-space.
2943 (cp932-2-byte): Fix :code-space.
2944 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
2945
2946 2008-02-01 Kenichi Handa <handa@m17n.org>
2947
2948 * international/mule-conf.el (japanese-jisx0213.2004-1):
2949 Specify :dimension 2.
2950
2951 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
2952 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
2953 New coding systems.
2954 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
2955 aliases.
2956 ("Japanese"): Add new charsets and coding systems.
2957
2958 2008-02-01 Kenichi Handa <handa@m17n.org>
2959
2960 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
2961 Rename from japanese-ucs-cp932-map.
2962 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
2963 (japanese-ucs-glibc-map): Delete this translation table.
2964 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
2965 New translation tables.
2966
2967 2008-02-01 Kenichi Handa <handa@m17n.org>
2968
2969 * cus-start.el: Handle charset-map-path, not charset-map-directory.
2970
2971 2008-02-01 Kenichi Handa <handa@m17n.org>
2972
2973 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
2974
2975 2008-02-01 Kenichi Handa <handa@m17n.org>
2976
2977 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
2978 tables japanese-ucs-*-map.
2979
2980 2008-02-01 Kenichi Handa <handa@m17n.org>
2981
2982 * international/eucjp-ms.el: New file (automatically generated by
2983 admin/charsets/Makefile).
2984
2985 * international/cp51932.el: New file (automatically generated by
2986 admin/charsets/Makefile).
2987
2988 * language/japanese.el: Load cp51932 and eucjp-ms.
2989 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
2990 (japanese-ucs-glibc-map): New translation tables.
2991 (eucjp-ms): New coding system.
2992
2993 * international/mule.el (coding-system-put): Delete it.
2994 It's implemented in C now.
2995
2996 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
2997 (japanese-jisx0213-a): New supplementary charset.
2998 (japanese-jisx0213.2004-1): New charset.
2999
3000 2008-02-01 Kenichi Handa <handa@m17n.org>
3001
3002 * language/japanese.el (japanese-cp932): New coding system.
3003 (cp932): New alias of it.
3004
3005 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
3006 (cp932): New charsets.
3007
3008 * international/mule.el (define-charset): If :code-space is not
3009 given, generate it from :dimension.
3010
3011 2008-02-01 Kenichi Handa <handa@m17n.org>
3012
3013 * composite.el (reference-point-alist): Doc fix.
3014 (encode-composition-rule, decode-composition-rule):
3015 Handle a rule (GREF NREF XOFF YOFF).
3016
3017 2008-02-01 Kenichi Handa <handa@m17n.org>
3018
3019 * language/european.el (diacritic-composition-function): Fix for
3020 the case that POS is at the head. Allow combining with more characters.
3021
3022 2008-02-01 Kenichi Handa <handa@m17n.org>
3023
3024 * descr-text.el (describe-char): Check `charset' property.
3025 Show the code point in the charset in hexadigits.
3026
3027 * international/mule-diag.el (stretches-for-character-list):
3028 Delete it.
3029 (list-block-of-chars): Use tabs instead of `display' property for
3030 aligning characters.
3031 (print-fontset-element): Fix the printing of XLFD.
3032
3033 2008-02-01 Kenichi Handa <handa@m17n.org>
3034
3035 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
3036 New function.
3037 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
3038 handling utf-8.
3039
3040 2008-02-01 Kenichi Handa <handa@m17n.org>
3041
3042 * faces.el (read-face-font): Include fontsets in the completion list.
3043
3044 * international/mule-cmds.el (set-locale-environment):
3045 Insert locale-translation-file-name in a unibyte buffer.
3046
3047 * international/characters.el: Fix setting of category `|'.
3048
3049 2008-02-01 Kenichi Handa <handa@m17n.org>
3050
3051 * language/chinese.el (chinese-gb18030): Fix :charset-list.
3052
3053 2008-02-01 Kenichi Handa <handa@m17n.org>
3054
3055 * international/mule-cmds.el (select-safe-coding-system): Fix for
3056 the case that the first element of default-coding-system is t.
3057 Fix a message when some coding systems are rejected.
3058
3059 2008-02-01 Kenichi Handa <handa@m17n.org>
3060
3061 * international/mule-cmds.el (set-language-environment): Put
3062 higher priority to charsets listed in `charset' property of the
3063 language environment.
3064
3065 2008-02-01 Kenichi Handa <handa@m17n.org>
3066
3067 * composite.el (auto-compose-chars): Don't do unnecessary
3068 save-exclusion and save-restriction.
3069
3070 2008-02-01 Kenichi Handa <handa@m17n.org>
3071
3072 * international/mule-conf.el (ctext-no-compositions):
3073 Remove garbage arguments.
3074
3075 * international/mule.el (make-coding-system): Fix generation of
3076 properties.
3077
3078 * international/fontset.el (setup-default-fontset): Specify fonts
3079 for `symbol' script.
3080
3081 * international/characters.el (script-list): Include `currency'
3082 in `symbol'.
3083
3084 2008-02-01 Alex Schroeder <alex@gnu.org>
3085
3086 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
3087 8601 format (a capital T between the date and the time).
3088
3089 2008-02-01 Kenichi Handa <handa@m17n.org>
3090
3091 * international/mule.el (private-char-area-1-min)
3092 (private-char-area-1-max, private-char-area-2-min)
3093 (private-char-area-2-max, emacs-mule-charset-table): New variables.
3094 (convert-define-charset-argument): New function.
3095 (define-charset): Handle the old calling style.
3096 Update emacs-mule-charset-table.
3097 (make-char-internal): New function.
3098
3099 2008-02-01 Jason Rumney <jasonr@gnu.org>
3100
3101 * w32-charset-info-alist: Define iso10646-1 always.
3102
3103 2008-02-01 Kenichi Handa <handa@m17n.org>
3104
3105 * composite.el (compose-region): Doc fix (delete duplicated line).
3106
3107 2008-02-01 Kenichi Handa <handa@m17n.org>
3108
3109 * international/characters.el: Fix syntax for Ethiopic.
3110
3111 2008-02-01 Jason Rumney <jasonr@gnu.org>
3112
3113 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
3114
3115 * makefile.w32-in (DONTCOMPILE): Remove old languages.
3116 Add international/latin1-disp.el.
3117 (LC_ALL): Define as C.
3118
3119 2008-02-01 Jason Rumney <jasonr@gnu.org>
3120
3121 * term/w32-win.el: Don't set fontsets to use sjis.
3122
3123 2008-02-01 Kenichi Handa <handa@m17n.org>
3124
3125 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
3126 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
3127
3128 2008-02-01 Kenichi Handa <handa@m17n.org>
3129
3130 * composite.el (auto-composition-chunk-size): Delete variable.
3131 (auto-compose-chars): Always stop after processing a newline.
3132
3133 2008-02-01 Kenichi Handa <handa@m17n.org>
3134
3135 * international/mule.el (define-coding-system): Fix attribute
3136 name :for-unibyte.
3137
3138 2008-02-01 Kenichi Handa <handa@m17n.org>
3139
3140 * ps-bdf.el: Largely re-write.
3141
3142 * ps-mule.el: Largely re-write.
3143
3144 * ps-print.el (ps-generate-string-list): Delete function.
3145 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
3146 (ps-header-footer-string): Delete function.
3147 (ps-encode-header-string-function): New variable.
3148 (ps-generate-header-line): Call ps-encode-header-string-function.
3149 (ps-basic-plot-string-function): New variable
3150 (ps-begin-job): Set ps-basic-plot-string-function and
3151 ps-encode-header-string-function. For setting up headers and
3152 footers, don't use caches such as ps-rh-cache. Don't call
3153 ps-mule-begin-page.
3154 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
3155 Don't call ps-mule-prepare-ascii-font.
3156 (ps-plot-region): Don't pay attention to composition and
3157 non-ASCII characters.
3158 (ps-generate): Call ps-mule-end-job.
3159 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
3160 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
3161 (ps-mule-end-job): Declare autoload.
3162
3163 * composite.el (auto-compose-region): New function.
3164
3165 2008-02-01 Dave Love <fx@gnu.org>
3166
3167 * international/mule-util.el
3168 (detect-coding-with-language-environment): Doc fix.
3169
3170 * composite.el: Doc fixes.
3171 (auto-compose-chars): Use functionp, not fboundp.
3172
3173 * international/mule-diag.el (list-charset-chars): Set buffer file
3174 coding system.
3175
3176 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
3177 cookie. Doc fix.
3178
3179 2008-02-01 Dave Love <fx@gnu.org>
3180
3181 * international/mule-diag.el (list-charset-chars): Set buffer file
3182 coding system.
3183
3184 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
3185 cookie. Doc fix.
3186
3187 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3188 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
3189 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
3190 * eshell/esh-opt.el (eshell-process-option):
3191 * emulation/keypad.el (keypad-setup):
3192 * emacs-lisp/lisp-mode.el (prin1-char):
3193 * emacs-lisp/generic.el (generic-mode-set-comments):
3194 * edmacro.el (edmacro-parse-keys):
3195 * disp-table.el (standard-display-default): Use characterp.
3196
3197 2008-02-01 Kenichi Handa <handa@m17n.org>
3198
3199 * international/mule-conf.el (utf-16-be): Make it an alias of
3200 utf-16be-with-signature.
3201 (utf-16-le): Make it an alias of utf-16le-with-signature.
3202 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
3203 coding system aliases.
3204
3205 * international/utf-7.el (utf-7-decode, utf-7-encode):
3206 Use utf-16be, not utf-16-be.
3207
3208 2008-02-01 Kenichi Handa <handa@m17n.org>
3209
3210 * international/mule.el (coding-system-category): New function.
3211 (set-coding-priority): Re-write.
3212 (make-translation-table): Re-write.
3213
3214 * international/mule-cmds.el (universal-coding-system-argument):
3215 Check the coding system type `undecided', not `t'.
3216 (sort-coding-systems): Fix for iso-2022 coding systems.
3217 (find-multibyte-characters): Fix for eight-bit chars.
3218 (set-language-environment): Set charset priorities according to
3219 the charsets supported by the coding systems of higher priorities.
3220
3221 2008-02-01 Kenichi Handa <handa@m17n.org>
3222
3223 * font-lock.el
3224 (font-lock-match-c-style-declaration-item-and-skip-to-next):
3225 Check (match-end 2) before going there.
3226
3227 2008-02-01 Kenichi Handa <handa@m17n.org>
3228
3229 * international/mule.el (ctext-non-standard-designations-alist):
3230 Exclude entries for iso8859-1[03456]. Fix docstring.
3231 (ctext-pre-write-conversion): Make it work for the case that FROM
3232 is a string. Don't do unnecessary save-restriction and
3233 narrow-to-region.
3234
3235 2008-02-01 Kenichi Handa <handa@m17n.org>
3236
3237 * international/mule.el (ctext-non-standard-encodings-alist):
3238 Rename from non-standard-icccm-encodings-alist.
3239 (ctext-non-standard-encodings-regexp): New variable
3240 (ctext-post-read-conversion): Full rewrite.
3241 (ctext-non-standard-designations-alist): Rename from
3242 non-standard-designations-alist.
3243 (ctext-pre-write-conversion): Full rewrite.
3244 (define-coding-system): Doc fix (escape '"' by '\').
3245
3246 2008-02-01 Dave Love <fx@gnu.org>
3247
3248 * international/mule-conf.el (utf-16le, utf-16be-16be)
3249 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
3250 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
3251 `-16-{b,l}e-' and define aliases for the old names.
3252
3253 * international/mule.el (define-coding-system): Doc fix.
3254
3255 2008-02-01 Dave Love <fx@gnu.org>
3256
3257 * international/utf-7.el: New file.
3258
3259 * international/mule-conf.el (utf-7): New.
3260
3261 2008-02-01 Kenichi Handa <handa@m17n.org>
3262
3263 * international/mule-conf.el (utf-16): Add :endian 'big.
3264
3265 * international/mule.el (define-coding-system): Fix docstring
3266 about :bom and :endian.
3267
3268 2008-02-01 Dave Love <fx@gnu.org>
3269
3270 * international/mule-diag.el (describe-character-set):
3271 Fix printing dimensions. Use `\e,AW\e(B', not `x'.
3272
3273 2008-02-01 Kenichi Handa <handa@m17n.org>
3274
3275 * international/fontset.el: Register CDAC fonts in
3276 face-font-rescale-alist instead of face-resizing-fonts.
3277
3278 2008-02-01 Kenichi Handa <handa@m17n.org>
3279
3280 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
3281 (utf-16-be): Rename from utf-16-be-nosig.
3282 (utf-16-le-with-signature): Rename from utf-16-le.
3283 (utf-16-be-with-signature): Rename from utf-16-be.
3284 (utf-16): Set :bom to (utf-16-le-with-signature .
3285 utf-16-be-with-signature).
3286
3287 2008-02-01 Dave Love <fx@gnu.org>
3288
3289 * language/georgian.el (georgian-ps, georgian-academy): New coding
3290 system.
3291
3292 * language/chinese.el (chinese-big5-hkscs): New coding system.
3293 (big5-hkscs, cn-big5-hkscs): New aliases.
3294
3295 * international/mule-conf.el (big5-hkscs, georgian-academy):
3296 New charset.
3297 (ibm1047): Doc fix.
3298 (pt154): Add mime-charset.
3299 (ptcp154, cp154): New aliases.
3300
3301 2008-02-01 Dave Love <fx@gnu.org>
3302
3303 * international/mule.el (charset-iso-final-char, define-coding-system):
3304 Doc fix.
3305
3306 2008-02-01 Kenichi Handa <handa@m17n.org>
3307
3308 * international/ccl.el (define-ccl-program): Fset charset-id
3309 to charset-id-internal temporarily.
3310
3311 2008-02-01 Kenichi Handa <handa@m17n.org>
3312
3313 * international/mule-diag.el (list-block-of-chars):
3314 Use decode-char instead of make-char.
3315
3316 2008-02-01 Kenichi Handa <handa@m17n.org>
3317
3318 * international/fontset.el: Enable the default fontset to use
3319 unicode fonts for ASCII characters.
3320 (x-decompose-font-name): Don't try to resolve PATTERN by
3321 x-resolve-font-name.
3322 (x-complement-fontset-spec): Never prepend an ASCII font.
3323 (create-fontset-from-fontset-spec): If a fontset of the same name
3324 already exists, override it instead of signalling an error. Don't
3325 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
3326
3327 * international/mule-conf.el (unicode-bmp): Delete duplicated
3328 definition. Give it :code-offset 0.
3329
3330 * international/mule-diag.el (print-fontset-element): New function.
3331 (print-fontset): Use print-fontset-element to print the elements
3332 of a fontset. Use it also to print fonts fallen back to the
3333 default fontsets.
3334
3335 * term/x-win.el: Delete the code to create a fontset from the X
3336 resource "Font".
3337
3338 2008-02-01 Kenichi Handa <handa@m17n.org>
3339
3340 * international/mule-diag.el (print-fontset): Insert proper
3341 newline and indentation spaces.
3342
3343 2008-02-01 Dave Love <fx@gnu.org>
3344
3345 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
3346 multibyte-char-to-unibyte.
3347
3348 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
3349
3350 * international/mule-cmds.el (find-coding-systems-for-charsets):
3351 Use coding-system-type, coding-system-charset-list.
3352 (standard-keyboard-coding-systems): Delete.
3353 (set-locale-environment): Maybe set keyboard coding system.
3354 Avoid typical warning about codeset in C locale.
3355
3356 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3357
3358 * international/fontset.el (x-complement-fontset-spec): If a
3359 fontname doesn't conform to XLFD format, try to get XLFD name by
3360 x-list-fonts.
3361
3362 2008-02-01 Dave Love <fx@gnu.org>
3363
3364 * international/mule-conf.el (mik, pt154): New charsets.
3365
3366 * language/cyrillic.el (mik, pt154): New coding systems.
3367
3368 2008-02-01 Dave Love <fx@gnu.org>
3369
3370 * international/characters.el: Move parts around so that syntax
3371 definitions aren't overwritten wrongly.
3372
3373 * international/mule-diag.el (unicode-data): Fix treatment of
3374 numeric-value fields.
3375
3376 2008-02-01 Dave Love <fx@gnu.org>
3377
3378 * progmodes/cap-words.el: New file.
3379
3380 2008-02-01 Kenichi Handa <handa@m17n.org>
3381
3382 The following changes are to make character composition happen
3383 automatically on displaying.
3384
3385 * composite.el: Remove all autoload cookies.
3386 (composition-function-table): Move variable declaration from
3387 composite.c. Change format.
3388 (save-buffer-state): Copy from font-lock.el.
3389 (auto-composition-chunk-size): New variable.
3390 (auto-compose-chars): New function. Set
3391 auto-composition-function to it.
3392 (toggle-auto-composition): New function.
3393
3394 * international/characters.el: Make all chararacters in the
3395 charset tibetan to tibetan script.
3396
3397 * international/mule-conf.el (tibetan): Fix :code-space property.
3398 (tibetan-1-column): Delete :superset property, add :code-offset
3399 property.
3400
3401 * international/quail.el (quail-input-string-to-events): Don't
3402 generate compose-chars-after events.
3403
3404 * language/devanagari.el: Register devanagari-composable-function
3405 in composition-function-table for Devanagari characters.
3406
3407 * language/devan-util.el: Register devanagari-composable-pattern
3408 in indian-composable-pattern.
3409 (devanagari-composition-function): Add autoload cookie. Change
3410 arguments to conform to composition-function-table.
3411
3412 * language/european.el: Register combining characters in
3413 composition-function-table.
3414 (diacritic-composition-function): Change arguments to conform to
3415 composition-function-table.
3416
3417 * language/indian.el (indian-composable-pattern): New variable.
3418
3419 * language/ind-util.el (indian-compose-region): Don't call
3420 compose-chars-after, instead call a function registered in
3421 composition-function-table.
3422
3423 * language/lao.el: Register lao-composition-function in
3424 composition-function-table for Lao vowels and tones.
3425 (lao): Don't use lao-post-read-conversion.
3426
3427 * language/lao-util.el (lao-post-read-conversion): Delete this function.
3428 (lao-composition-function): Change arguments to conform to
3429 composition-function-table.
3430
3431 * language/thai.el: Register thai-composition-function in
3432 composition-function-table for Thai vowels and tones.
3433 (thai-tis620): Don't use thai-post-read-conversion.
3434
3435 * language/thai-util.el (thai-post-read-conversion): Delete function.
3436 (thai-composition-function): Change arguments to conform to
3437 composition-function-table.
3438
3439 * language/tibetan.el: Register tibetan-composition-function in
3440 composition-function-table for Tibetan characters.
3441
3442 * language/tibet-util.el (tibetan-composition-function):
3443 Change arguments to conform to composition-function-table.
3444
3445 * loadup.el: Load composite.
3446
3447 2008-02-01 Dave Love <fx@gnu.org>
3448
3449 * international/mule-diag.el (unicode-data): Find unicodedata-file
3450 literally.
3451
3452 2008-02-01 Dave Love <fx@gnu.org>
3453
3454 * international/fontset.el: Doc fixes.
3455 ("fontset-default"): Add iso8859-15.
3456
3457 2008-02-01 Kenichi Handa <handa@m17n.org>
3458
3459 * international/fontset.el ("fontset-default"): Add an entry for
3460 `indian-is13194' charset.
3461
3462 * international/mule-conf.el (indian-is13194): Delete :unify-map
3463 property. Don't unify this charset.
3464 (indian-2-column): Delete :superset property, add :code-offset property.
3465
3466 * language/devan-util.el: Delete the superfluous autoload cookie
3467 near the head of the file.
3468 (devanagari-compose-region): Add autoload cookie.
3469
3470 * language/ind-util.el (indian-2-column-to-ucs-region):
3471 Add autoload cookie.
3472
3473 2008-02-01 Kenichi Handa <handa@m17n.org>
3474
3475 * international/fontset.el ("fontset-default"): Add an entry for
3476 `devanagari' script and `malayalam-glyph' charset.
3477 (face-resizing-fonts): Register CDAC fonts.
3478
3479 * international/mule-conf.el (malayalam-glyph): New charset.
3480
3481 2008-02-01 Dave Love <fx@gnu.org>
3482
3483 * term/x-win.el: Fix typo in loop setting x-keysym-table.
3484
3485 2008-02-01 Dave Love <fx@gnu.org>
3486
3487 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
3488
3489 * term/x-win.el: Remove some ancient compatibility code. Populate
3490 x-keysym-table.
3491
3492 * international/mule-cmds.el (wid-edit): Require when compiling.
3493 (set-locale-environment): Check locale against coding system
3494 aliases too.
3495
3496 2008-02-01 Kenichi Handa <handa@m17n.org>
3497
3498 * language/indian.el (in-is13194-devanagari):
3499 Fix :post-read-conversion and :pre-write-conversion.
3500
3501 2008-02-01 Dave Love <fx@gnu.org>
3502
3503 * international/mule-cmds.el (charset): Supply doc, :tag.
3504
3505 2008-02-01 Kenichi Handa <handa@m17n.org>
3506
3507 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
3508 return a unibyte string.
3509
3510 2008-02-01 Kenichi Handa <handa@m17n.org>
3511
3512 * international/mule-cmds.el (set-locale-environment):
3513 Delete superfluous ')'s at the tail.
3514
3515 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3516
3517 * international/mule.el (define-coding-system): Fix typo;
3518 "docode" -> "decode".
3519
3520 2008-02-01 Dave Love <fx@gnu.org>
3521
3522 * emacs-lisp/byte-opt.el (side-effect-free-fns):
3523 Add string-make-unibyte string-make-multibyte string-to-multibyte
3524 string-as-multibyte string-as-unibyte.
3525
3526 2008-02-01 Dave Love <fx@gnu.org>
3527
3528 * language/english.el (ibm1047, cp1047): New.
3529
3530 * international/mule-conf.el (alternativnyj): Use new table.
3531 (cp866): Define standalone, not as alias.
3532 (ibm866): Change alias.
3533 (ibm1047): New.
3534
3535 * language/cyrillic.el (cyrillic-alternativnyj):
3536 Remove mime-charset. Use alternativnj charset.
3537 (cp866): Remove alias. Define standalone.
3538
3539 2008-02-01 Dave Love <fx@gnu.org>
3540
3541 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
3542
3543 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
3544 ("Tajik", "Belarusian"): Fix charset.
3545
3546 * international/mule-cmds.el (describe-language-environment):
3547 Be case-insensitive when looking for input methods.
3548 (locale-name-match): Doc fix.
3549 (locale-charset-match-p): New.
3550 (set-locale-environment): Warn if coding system doesn't agree
3551 with system locale.
3552
3553 2008-02-01 Kenichi Handa <handa@m17n.org>
3554
3555 * international/mule-cmds.el (select-safe-coding-system): If
3556 :mime-charset property of a coding system is not equal to that
3557 coding system, don't show that :mime-charset name.
3558
3559 2008-02-01 Dave Love <fx@gnu.org>
3560
3561 * international/quail.el (quail-help): Fix underlining.
3562
3563 * language/chinese.el (chinese-gb18030, gb18030)
3564 ("Chinese-GB18030"): New.
3565
3566 * international/mule-cmds.el (locale-language-names): Add GB18030.
3567
3568 * international/swedish.el: Don't require latin-1.
3569
3570 2008-02-01 Dave Love <fx@gnu.org>
3571
3572 * language/czech.el ("Czech"):
3573 * language/slovak.el ("Slovak"):
3574 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
3575
3576 * language/greek.el ("Greek"): Remove unibyte-syntax property.
3577 (cp737): New coding system.
3578
3579 * language/european.el: Remove unibyte-syntax properties.
3580 Augment some coding-system properties.
3581
3582 * international/mule-cmds.el (set-language-environment):
3583 Check for charset property of environment.
3584 (language-info-alist): Doc fix.
3585
3586 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
3587
3588 * international/characters.el: Add Latin-1.
3589
3590 * international/latin-1.el, international/latin-2.el,
3591 * international/latin-3.el, international/latin-4.el,
3592 * international/latin-5.el, international/latin-8.el,
3593 * international/latin-9.el: Delete.
3594
3595 * loadup.el: Remove international/latin-N.el.
3596
3597 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
3598 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
3599 Undo last changes.
3600
3601 * international/mule-diag.el (unicode-data): Check that
3602 `unicodedata-file' exists.
3603
3604 2008-02-01 Kenichi Handa <handa@m17n.org>
3605
3606 * international/fontset.el (charset-script-alist): Fix script names.
3607
3608 2008-02-01 Kenichi Handa <handa@m17n.org>
3609
3610 * international/latin-1.el: Bind set-case-syntax-charset to
3611 iso-8859-1. Never provide latin-1.
3612
3613 * international/latin-2.el: Bind set-case-syntax-charset to
3614 iso-8859-2. Never provide latin-2.
3615
3616 * international/latin-3.el: Bind set-case-syntax-charset to
3617 iso-8859-3. Never provide latin-3.
3618
3619 * international/latin-4.el: Bind set-case-syntax-charset to
3620 iso-8859-4. Never provide latin-4.
3621
3622 * international/latin-5.el: Bind set-case-syntax-charset to
3623 iso-8859-9. Never provide latin-5.
3624
3625 * international/latin-8.el: Bind set-case-syntax-charset to
3626 iso-8859-14. Never provide latin-8.
3627
3628 * international/latin-9.el: Bind set-case-syntax-charset to
3629 iso-8859-15. Never provide latin-9.
3630
3631 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
3632 (set-case-syntax-charset): New variable.
3633 (set-case-syntax-1): New function.
3634 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
3635 Call set-case-syntax-1 on arguments.
3636
3637 * international/mule-cmds.el (set-language-environment): Delete
3638 unnecessary setup of syntax/case for unibyte case.
3639
3640 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3641
3642 * international/fontset.el (generate-fontset-menu): Exclude the
3643 default fontset.
3644
3645 * faces.el (describe-face): Describe :fontset property too.
3646
3647 2008-02-01 Dave Love <fx@gnu.org>
3648
3649 * international/characters.el: Don't set char width of CJK
3650 charsets generally. Add some non-word syntax cases.
3651 (korean-ksc5601): Fix ranges with symbol syntax.
3652
3653 2008-02-01 Dave Love <fx@gnu.org>
3654
3655 * Makefile.in (DONTCOMPILE): Add indian.el.
3656
3657 * language/ind-util.el:
3658 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
3659 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
3660 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
3661 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
3662 Remove declarations and let-bind them in re-written top-level loop
3663 over scripts, including ucs-devanagari-to-is13194-alist.
3664
3665 2008-02-01 Dave Love <fx@gnu.org>
3666
3667 * international/mule-cmds.el (charset): Move.
3668 (language-info-custom-alist): Move. Alter :set.
3669 (find-coding-systems-for-charsets): Check charset type before
3670 getting :charset-list.
3671
3672 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
3673
3674 2008-02-01 Dave Love <fx@gnu.org>
3675
3676 * wid-edit.el (widget-string-complete): New.
3677 (widget-coding-system-prompt-value-history): Delete.
3678 (coding-system): Use coding-system-value-history.
3679
3680 * international/mule-cmds.el (charset): New widget.
3681 (language-info-custom-alist): Use it.
3682 (default-input-method): Modify :type.
3683
3684 2008-02-01 Dave Love <fx@gnu.org>
3685
3686 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
3687 (indian-glyph-char, indian-char-glyph): Delete.
3688 (is13194-default-repertory): Rename from is13194-default-repartory.
3689 (iscii-to-ucs-region): Hoist evals from loop.
3690
3691 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
3692
3693 * language/indian.el (indian-script-table)
3694 (ccl-encode-indian-glyph-font): Delete.
3695
3696 * international/mule-cmds.el (language-info-custom-alist): New.
3697 (input-method-activate-hook, input-method-inactivate-hook)
3698 (input-method-after-insert-chunk-hook)
3699 (input-method-use-echo-area, set-language-environment-hook)
3700 (exit-language-environment-hook): Customize.
3701 (find-coding-systems-for-charsets): Rewrite.
3702 (default-input-method): Add :link.
3703
3704 2008-02-01 Dave Love <fx@gnu.org>
3705
3706 * international/mule-conf.el (eight-bit): Add :docstring,
3707 :short-name properties.
3708 (cp851): Doc fix.
3709 (unicode-bmp): New.
3710
3711 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
3712
3713 * language/european.el (cp858): New.
3714 ("Turkish"): Add special case rules.
3715
3716 2008-02-01 Dave Love <fx@gnu.org>
3717
3718 * international/characters.el: Make \e,_/\e(B and \e,A\7f\e(B a case pair.
3719
3720 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3721
3722 * international/mule-conf.el: Don't define the charset iso-8859-1
3723 here, just setup its properties.
3724
3725 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3726
3727 * international/mule-conf.el (utf-8): Give :mime-charset property.
3728
3729 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3730
3731 * international/characters.el: Remove duplicated case setting for
3732 Cyrillic and Greek letters. Don't setup printable-chars here.
3733
3734 * case-table.el (describe-buffer-case-table): Handle the case
3735 that KEY is a cons within map-char-table.
3736
3737 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3738
3739 * international/characters.el: Fix categories ?A and ?C.
3740 Treat ASCII characters as `latin' script.
3741
3742 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3743
3744 * international/fontset.el (fontset-plain-name): If the fontset
3745 name doesn't ends with "-fontset-*", use family name as the first
3746 part of the plain name.
3747 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
3748 created, use that name for the fontset. Fix arguments to
3749 subst-char-in-string.
3750
3751 2008-02-01 Dave Love <fx@gnu.org>
3752
3753 * term.el (term-char-mode): Remove generic-character-list code.
3754
3755 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
3756
3757 * wid-edit.el (character): Use characterp.
3758
3759 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
3760
3761 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
3762
3763 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
3764 Add charset.
3765 ("Ukrainian"): New.
3766
3767 * language/georgian.el (georgian-ps): New coding system.
3768
3769 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3770
3771 * international/mule-cmds.el (reset-language-environment):
3772 Don't set nonascii-translation-table and nonascii-insert-offset.
3773 Call set-unibyte-charset, not set-primary-charset.
3774 (nonascii-translation-table, nonascii-insert-offset):
3775 Declare these variable as obsolete ones.
3776 (set-language-environment): Call set-unibyte-charset, not
3777 set-primary-charset. Call set-charset-priority with `charset'
3778 info of the language environment.
3779
3780 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3781
3782 * international/characters.el (next-word-boundary-han):
3783 Don't treat katakana following han characters as a part of a word.
3784
3785 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3786
3787 * international/characters.el: Call map-charset-chars on big5 (not
3788 chinese-big5-1/2) to set categories `c', `C', and `|'.
3789 (next-word-boundary-han, next-word-boundary-kana): New function.
3790 Register it in next-word-boundary-function-table.
3791
3792 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3793
3794 * arc-mode.el (archive-file-name-coding-system): New variable.
3795 Make it permanent-local.
3796 (byte-after, bref, insert-unibyte): New function. Change most of
3797 char-after, aref, insert to them respectively.
3798 (archive-mode): Set archive-file-name-coding-system.
3799 (archive-summarize): Don't change the buffer's multibyteness.
3800 (archive-extract): Inherit archive-file-name-coding-system from
3801 archive-superior-buffer. Bind coding-system-for-write to
3802 archive-file-name-coding-system.
3803 (archive-*-write-file-member): Encode ENAME by
3804 archive-file-name-coding-system. Bind coding-system-for-write to
3805 no-conversion.
3806 (archive-rename-entry): Encode the filename by
3807 archive-file-name-coding-system.
3808 (archive-mode-revert): Don't change the buffer's multibyteness.
3809 (archive-arc-summarize, archive-lzh-summarize)
3810 (archive-zoo-summarize): Don't change the buffer's multibyteness.
3811 Decode filenames by archive-file-name-coding-system.
3812 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
3813 the buffer's multibyteness.
3814
3815 * tar-mode.el (tar-file-name-coding-system): New variable.
3816 Make it permanent-local.
3817 (tar-header-block-tokenize): Decode filename and linkname by
3818 tar-file-name-coding-system.
3819 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
3820 the byte value of eight-bit chars.
3821 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
3822 `to'. Delete unnecessary call of position-bytes.
3823 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
3824 call of position-bytes.
3825 (tar-extract): Simplify by calling decode-coding-region with
3826 DESTINATION argument. Don't toggle multibyteness of tar buffer.
3827 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
3828 (tar-clear-modification-flags): Delete unnecessary call of
3829 position-bytes.
3830 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
3831 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
3832 Convert new-data-string by string-to-multibyte before inserting it.
3833 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
3834 buffer. Simplify by calling encoding-coding-region with
3835 DESTINATION argument.
3836 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
3837
3838 2008-02-01 Dave Love <fx@gnu.org>
3839
3840 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
3841
3842 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
3843
3844 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3845
3846 * international/characters.el: Setup char-script-table.
3847
3848 * international/fontset.el: Setup the default fontset by the new
3849 script-based way.
3850 (x-complement-fontset-spec): Change the format of arg FONTLIST to
3851 an alist of charsets vs font name lists.
3852 (charset-script-alist): New variable.
3853 (create-fontset-from-fontset-spec): Allow script name in
3854 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
3855 to the corresponding script name.
3856 (create-fontset-from-ascii-font): Slight tuning.
3857
3858 * international/mule-conf.el (devanagari-glyph): New charset.
3859 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
3860 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
3861 japanese-jisx0213-2.
3862
3863 * international/mule-diag.el (print-fontset): Use describe-vector
3864 to handle a char table returned by fontset-info.
3865
3866 * language/indian.el: Don't register ccl-encode-indian-glyph-font
3867 and ccl-encode-unicode-font in font-ccl-encoder-alist.
3868
3869 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3870
3871 * international/mule-util.el (detect-coding-with-priority):
3872 Fix the place of using `,' marker in backguote form.
3873
3874 2008-02-01 Dave Love <fx@gnu.org>
3875
3876 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
3877
3878 * international/mule-util.el (with-coding-priority): Fix.
3879
3880 * international/mule.el (set-coding-priority): Fix obsolete spec.
3881
3882 2008-02-01 Dave Love <fx@gnu.org>
3883
3884 * international/mule-cmds.el (leim-list-header): Add coding tag.
3885
3886 2008-02-01 Dave Love <fx@gnu.org>
3887
3888 * international/mule-cmds.el (find-coding-systems-region)
3889 (language-info-alist, reset-language-environment, princ-list): Doc fix.
3890 (input-method-verbose-flag): Fix :type.
3891
3892 2008-02-01 Dave Love <fx@gnu.org>
3893
3894 * international/mule.el (set-char-table-default): Make obsolete.
3895
3896 2008-02-01 Dave Love <fx@gnu.org>
3897
3898 * language/devanagari.el ("Devanagari"): Fix coding-system,
3899 coding-priority.
3900
3901 * international/mule-diag.el (describe-char-after): Modify display
3902 list processing.
3903 (unicodedata-file, unicodedata-find): New.
3904
3905 2008-02-01 Dave Love <fx@gnu.org>
3906
3907 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
3908 autoload cookie.
3909
3910 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
3911
3912 2008-02-01 Dave Love <fx@gnu.org>
3913
3914 * international/mule-util.el (detect-coding-with-priority): Rewrite.
3915
3916 2008-02-01 Dave Love <fx@gnu.org>
3917
3918 * composite.el (compose-string): Doc fix.
3919
3920 * language/georgian.el ("Georgian"): Delete code-pages feature,
3921 add nonascii-translation.
3922
3923 * language/european.el ("German", "French", "Spanish"):
3924 Add latin-9 as alternative coding system.
3925 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
3926 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
3927 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
3928 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
3929 system.
3930
3931 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
3932 encode-coding-char.
3933 (side-effect-and-error-free-fns): Add charsetp, max-char,
3934 primary-charset.
3935
3936 * simple.el: Don't require cl when compiling.
3937
3938 * Makefile.in (DONTCOMPILE): Fix duplicates.
3939
3940 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
3941
3942 * international/mule.el: Doc fixes.
3943 (load-with-code-conversion): Fix coding-system-type test.
3944
3945 * international/mule-cmds.el (sort-coding-systems): Comment out
3946 iso-2022 case.
3947 (encoded-string-description): Fix coding-system-type test.
3948
3949 2008-02-01 Dave Love <fx@gnu.org>
3950
3951 * international/characters.el: Make korean-ksc5601 double-width.
3952
3953 * international/mule.el (auto-coding-regexp-alist):
3954 Recognize Emacs 20/1 byte-compiled files.
3955
3956 * international/mule-conf.el (file-coding-system-alist):
3957 Change .elc to utf-8-emacs.
3958
3959 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
3960 of utf-8-emacs.
3961 (byte-compile-insert-header): Update magic number. Add ballast.
3962 (map-char-table): Use byte-compile-funarg-2.
3963
3964 2008-02-01 Dave Love <fx@gnu.org>
3965
3966 * language/cyrillic.el ("Belarusian"): Doc fix.
3967 (cp1125, koi8-t): Doc fix.
3968
3969 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
3970 (find-multibyte-characters): Don't test for charset `unknown'.
3971 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
3972 ru, sr_YU, tg, wa, zh.gbk.
3973 (locale-language-names): Change sp to Cyrillic.
3974 (locale-charset-language-names): Match @euro after utf-8.
3975
3976 2008-02-01 Dave Love <fx@gnu.org>
3977
3978 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
3979 New coding systems.
3980 ("Chinese-GBK"): New environment.
3981
3982 2008-02-01 Dave Love <fx@gnu.org>
3983
3984 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
3985 New coding systems.
3986 ("Chinese-GBK"): New environment.
3987
3988 * language/thai-util.el: Remove redundant unicodes in category-setting.
3989
3990 * language/lao-util.el: Remove redundant unicodes in category-setting.
3991
3992 * international/mule-conf.el (japanese-jisx0213-1)
3993 (japanese-jisx0213-2): Add unify-map.
3994
3995 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3996
3997 * international/quail.el (quail-update-leim-list-file):
3998 Force writing the file by iso-2022-7bit.
3999
4000 * international/titdic-cnv.el (miscdic-convert): Force writing the
4001 file by iso-2022-7bit.
4002
4003 * international/mule.el (define-charset): Change the attribute
4004 :parents to :subset or :superset.
4005
4006 * international/mule-conf.el: Adjust for the change of
4007 define-charset (:parent -> :subset or :superset).
4008
4009 * international/characters.el: Fix the last change.
4010
4011 2008-02-01 Dave Love <fx@gnu.org>
4012
4013 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
4014 (cyrillic-encode-alternativnyj-char): Fix.
4015 (standard-display-cyrillic-translit): Remove redundant unicodes.
4016
4017 2008-02-01 Dave Love <fx@gnu.org>
4018
4019 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
4020 New environments.
4021
4022 * international/mule-conf.el (control-1): New charset.
4023 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
4024 (korean-ksc5601): Redefine to use code-offset and unify-map.
4025
4026 2008-02-01 Dave Love <fx@gnu.org>
4027
4028 * international/mule-conf.el (tcvn-5712): New charset.
4029
4030 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
4031 ("Vietnamese"): Doc fix.
4032
4033 2008-02-01 Dave Love <fx@gnu.org>
4034
4035 * international/mule-conf.el (windows-936): New alias.
4036
4037 * cus-start.el: Add scalable-fonts-allowed.
4038
4039 * international/characters.el: Reinstate various CJK syntax and
4040 category setup. Remove obsolete syntax setting in Greek section.
4041 Optimize the char tables.
4042
4043 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
4044
4045 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
4046
4047 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
4048 coding systems.
4049
4050 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
4051
4052 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4053
4054 * international/characters.el (printable-chars): Setup correctly.
4055
4056 2008-02-01 Dave Love <fx@gnu.org>
4057
4058 * cus-start.el: Add selection-coding-system.
4059
4060 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
4061
4062 * language/china-util.el (post-read-decode-hz)
4063 (pre-write-encode-hz): Move from chinese.el.
4064 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
4065 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
4066
4067 * language/chinese.el (post-read-decode-hz)
4068 (pre-write-encode-hz): Move to china-util.el.
4069
4070 * case-table.el (set-case-syntax-pair): Test again for equal byte
4071 lengths of the pair.
4072
4073 * international/characters.el: Add Vietnamese category to
4074 equivalent unicodes.
4075
4076 2008-02-01 Dave Love <fx@gnu.org>
4077
4078 * international/mule-conf.el (chinese-sisheng, ipa)
4079 (indian-is13194, tibetan, ethiopic): Add :unify-map.
4080
4081 * international/mule-diag.el (describe-character-set): Account for
4082 more than two dimensions of possibly different size.
4083 (describe-current-coding-system): Add selection-coding-system.
4084
4085 * international/mule-cmds.el (unify-8859-on-encoding-mode)
4086 (unify-8859-on-decoding-mode): Move from mule.el.
4087
4088 * international/mule.el (unify-8859-on-encoding-mode)
4089 (unify-8859-on-decoding-mode): Remove :init-value.
4090 (charset-chars): Add optional dimension arg.
4091 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
4092 Move to mule-cmds.el.
4093
4094 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4095
4096 * international/fontset.el: Change registry for japanese-jisx0208
4097 to "JISX0208*" in the default fontset.
4098 (font-encoding-alist): Add an entry for "JISX0208.1983" and
4099 "ISO10646.indian-1".
4100
4101 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4102
4103 * language/japanese.el (japanese-iso-7bit-1978-irv):
4104 Add `designation' to :flags, `ascii' to :charset-list.
4105
4106 * international/mule.el (define-charset): New args :min-code and
4107 :max-code.
4108 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
4109
4110 * international/mule-conf.el (chinese-gbk): Change :code-offset to
4111 #x160000.
4112 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
4113 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
4114
4115 2008-02-01 Dave Love <fx@gnu.org>
4116
4117 * language/thai.el (iso-8859-11): New coding system.
4118
4119 * international/mule-conf.el: Doc fixes.
4120 (iso-8859-11): New.
4121
4122 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
4123
4124 * cus-start.el (scalable-fonts-allowed): Add.
4125
4126 2008-02-01 Dave Love <fx@gnu.org>
4127
4128 * international/mule.el (unify-8859-on-encoding-mode)
4129 (unify-8859-on-decoding-mode): Dummy versions.
4130
4131 * international/ucs-tables.el: Remove.
4132
4133 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
4134 language/japanese.el.
4135
4136 * international/mule-conf.el: Doc fixes.
4137 (cp936): New alias.
4138 (cp720, cp858): New charsets.
4139
4140 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
4141 coding system, not emacs-mule.
4142
4143 * files.el (revert-buffer, recover-file): Likewise.
4144
4145 * desktop.el (desktop-save): Likewise.
4146
4147 2008-02-01 Dave Love <fx@gnu.org>
4148
4149 * international/mule.el (with-category-table): Use make-symbol.
4150 (coding-system-list): Use coding-system-aliases.
4151 (make-translation-table): Don't deal with generic characters.
4152
4153 * international/mule-util.el (coding-system-post-read-conversion)
4154 (coding-system-pre-write-conversion)
4155 (coding-system-translation-table-for-decode)
4156 (coding-system-translation-table-for-encode): Get the right properties.
4157 (with-coding-priority): New macro.
4158 (detect-coding-with-language-environment): Use it.
4159 (coding-system-equal): Use coding-system-plist.
4160
4161 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
4162 Use :valid property.
4163
4164 * international/mule-cmds.el (encode-coding-char):
4165 Use find-coding-systems-string. Don't use make-char.
4166 (describe-language-environment): Use coding-system-aliases.
4167 (prefer-coding-system): Doc fix.
4168
4169 * international/mule-diag.el (describe-current-coding-system):
4170 Fix aliases listing.
4171 (print-iso-2022-flags): Delete.
4172 (print-designation): Partial re-write.
4173 (describe-coding-system): Deal with iso-2022 designations, flags.
4174 Fix shift_jis case.
4175 (describe-char-after): Use characterp. Print explicit unicode.
4176 Remove some obsolete code.
4177 (print-coding-system-briefly): Fix printing aliases.
4178 (print-coding-system): Use coding-system-aliases.
4179 (mule-diag): Don't list coding categories.
4180
4181 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
4182 Re-order charset priorities.
4183 (binary): New alias.
4184 (iso-8859-16): Fix nickname.
4185 (define-iso-single-byte-charset): Un-define after use.
4186
4187 2008-02-01 Dave Love <fx@gnu.org>
4188
4189 * international/characters.el: Additional double width specifications.
4190
4191 * international/mule-diag.el (print-coding-system): Incomplete updates.
4192 (describe-character-set): List more properties.
4193 (print-fontset): Fix case of vector font-spec.
4194 (describe-current-coding-system): Fix iso-7, iso-7-else.
4195
4196 * international/mule-conf.el (ibm866): Fix alias.
4197 (iso-8859-16): Fix nickname.
4198
4199 2008-02-01 Dave Love <fx@gnu.org>
4200
4201 * language/ind-util.el: Avoid decode-char.
4202 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
4203 Use characterp, not char-valid-p.
4204
4205 * language/devan-util.el: Add coding tag, avoid decode-char.
4206
4207 * international/titdic-cnv.el: Add coding tag.
4208 (tit-process-header): Add coding tag to output.
4209
4210 * language/thai.el (cp874, ibm874): New coding systems.
4211
4212 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
4213 Add character-p.
4214
4215 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
4216 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
4217 New coding systems.
4218 <set-language-info-alist>: Avoid decode-char.
4219
4220 * language/hebrew.el (cp862, ibm862): New coding systems.
4221
4222 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
4223
4224 * language/cyrillic.el (cp855, ibm855): New coding systems.
4225
4226 * international/mule-conf.el: Avoid decode-char in top-level code
4227 for self-inserting multibyte chars.
4228 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
4229 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
4230 New charsets.
4231
4232 * international/characters.el: Various simplifications and additions.
4233
4234 2008-02-01 Dave Love <fx@gnu.org>
4235
4236 * international/mule-conf.el (code-pages): Provide, for compatibility.
4237
4238 * international/code-pages.el: Remove.
4239
4240 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4241
4242 * Makefile.in: Cancel the 2008-02-01 change of mine.
4243
4244 * international/fontset.el: Add setting for unicode font at the
4245 end of the default fontset.
4246
4247 2008-02-01 Dave Love <fx@gnu.org>
4248
4249 * international/mule-conf.el (adobe-standard-encoding, symbol):
4250 Adjust :code-space.
4251 (ibm850): Add :ascii-compatible-p.
4252
4253 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4254
4255 * international/mule-conf.el (vietnamese-viscii-lower)
4256 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
4257 mapping table.
4258
4259 2008-02-01 Dave Love <fx@gnu.org>
4260
4261 * cus-start.el: Add charset-map-directory.
4262
4263 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
4264
4265 * format.el (format-alist): Remove ibm, mac, hp entries (available
4266 natively).
4267
4268 * language/romanian.el (iso-latin-10): Add :mime-charset.
4269 ("Romanian"): Add doc.
4270
4271 * international/mule-conf.el (iso-8859-10, symbol)
4272 (adobe-standard-encoding, ibm850): New charsets.
4273 (iso-8859-13): Fix IR number, final char.
4274 (file-coding-system-alist): Add .xml.
4275
4276 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
4277 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
4278 (adobe-standard-encoding, cp850, ibm850): New coding systems.
4279 ("Latin-6", "Latin-7"): New language environments.
4280
4281 2008-02-01 Dave Love <fx@gnu.org>
4282
4283 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
4284 utf-8-subst; add vietnamese, cyrillic, czech.
4285
4286 * language/romanian.el (iso-latin-10): New coding system.
4287
4288 * international/mule-conf.el (emacs-mule): Set :charset-list,
4289 consistent with coding-system-charset-list doc.
4290 (iso-8859-16): New charset.
4291
4292 * international/mule-diag.el (describe-coding-system): Avoid error
4293 for iso-2022, emacs-mule.
4294
4295 2008-02-01 Dave Love <fx@gnu.org>
4296
4297 * international/codepage.el: Remove or comment out most of code.
4298 (codepage-setup): Re-write as trivial, obsolete function.
4299
4300 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
4301 Remove setup function.
4302
4303 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
4304
4305 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
4306 language/cyrillic.el, language/czech.el.
4307
4308 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
4309 (font-ccl-encoder-alist): Remove viscii, vscii.
4310
4311 * language/hebrew.el (windows-1255, cp1255): New coding systems.
4312
4313 * language/european.el (windows-1254, cp1254, windows-1257)
4314 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
4315 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
4316
4317 * language/greek.el (windows-1253, cp1253): New coding systems.
4318
4319 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
4320 file name.
4321 (windows-1253, windows-1254, windows-1255, windows-1256)
4322 (windows-1257, windows-1258, next): New charsets.
4323
4324 * international/utf-8.el, international/utf-8-subst.el: Remove.
4325
4326 * international/mule.el: Doc fixes.
4327 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
4328 (coding-system-get): Try to convert old-style symbol to keyword.
4329 (define-charset): Purecopy strings in property list.
4330 (define-coding-system): Purecopy docstring.
4331
4332 * international/mule-diag.el (list-character-sets-2): Avoid
4333 charset-bytes.
4334 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
4335 (list-block-of-chars): Re-write.
4336 (describe-character-set): Show more properties.
4337 (describe-char-after): Correct codepoint display.
4338 (print-coding-system): Use symbolic types.
4339
4340 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4341
4342 * Makefile.in: Be sure also to run emacs with LANG=C.
4343
4344 2008-02-01 Dave Love <fx@gnu.org>
4345
4346 * international/mule-diag.el: Doc fixes.
4347 (sort-charset-list, charset-multibyte-form-string): Remove.
4348 (list-character-sets, list-character-sets-1)
4349 (list-character-sets-2): Re-write.
4350 (non-iso-charset-alist): Set to nil and made obsolete.
4351 (decode-codepage-char): Re-write and made obsolete.
4352 (read-charset): Don't use non-iso-charset-alist.
4353 (describe-coding-system): Use keyword properties.
4354 (describe-character-set): Re-write.
4355
4356 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
4357 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
4358 (ebcdic-uk): New charsets.
4359
4360 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
4361 New coding systems.
4362
4363 * language/european.el (windows-1252): New coding system.
4364
4365 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4366
4367 * Makefile.in: By sure to run emacs with LC_ALL=C.
4368
4369 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
4370 encoded-kbd-self-insert-iso2022-8bit with argument 1.
4371 (encoded-kbd-self-insert-charset): New function.
4372 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
4373 coding-system of type charset.
4374
4375 2008-02-01 Dave Love <fx@gnu.org>
4376
4377 * international/mule-cmds.el (set-locale-environment): Comment out
4378 set-keyboard-coding-system stuff.
4379
4380 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4381
4382 * international/mule.el (define-coding-system): Doc fix;
4383 sjis->shift-jis.
4384
4385 * international/mule-conf.el: Use decode-char instead of make-char.
4386
4387 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
4388 New arg ARG. Directly call self-insert-command. This is a
4389 temporary workaround to make it work with latin-1.
4390 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
4391
4392 * international/characters.el: Setup char-width-table for CJK
4393 characters.
4394
4395 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4396
4397 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
4398 Fix the initial value to specify character range of
4399 japanese-jisx0208, not unicode.
4400
4401 * international/characters.el: Set syntax/category for
4402 japanese-jisx0208.
4403
4404 2008-02-01 Dave Love <fx@gnu.org>
4405
4406 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
4407 mime-charset.
4408
4409 * language/vietnamese.el, language/korean.el, language/japanese.el:
4410 * language/hebrew.el, language/greek.el, language/chinese.el:
4411 Fix :mime-charset properties.
4412
4413 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
4414 (cyrillic-alternativnyj): Fix :mime-charset.
4415 (cp878, cp866): New alias.
4416
4417 * language/european.el: Fix mime-charset properties.
4418
4419 * international/mule-cmds.el (sort-coding-systems)
4420 (select-safe-coding-system, select-message-coding-system): Use
4421 :mime-charset, not 'mime-charset.
4422
4423 * international/mule-conf.el: Add various :mime-charset properties.
4424
4425 2008-02-01 Dave Love <fx@gnu.org>
4426
4427 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
4428 getting decoder.
4429 (encoded-kbd-mode): Fix code for coding system type and designations.
4430
4431 * international/mule-conf.el: Spelling fixes.
4432
4433 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4434
4435 * international/fontset.el (fontset-plain-name): Handle the case
4436 that size, weight, slant are not specified in the fontset name.
4437
4438 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
4439
4440 * language/greek.el (greek-iso-8bit): Fix typo.
4441
4442 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4443
4444 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
4445
4446 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4447
4448 * international/characters.el: Change encoding to utf-8-emacs.
4449 Remove apparent duplicate codes.
4450
4451 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4452
4453 * international/fontset.el: Change the registry for
4454 chinese-gb2312 and add the registry for chinese-gbk.
4455
4456 * international/mule.el (charset-chars): Fix typo.
4457
4458 * international/mule-conf.el (chinese-gbk): New charset.
4459
4460 * international/titdic-cnv.el (titdic-convert): Read into a
4461 unibyte buffer then make the buffer multibyte.
4462
4463 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4464
4465 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
4466 instead of :signature.
4467
4468 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4469
4470 * language/czech.el ("Czech"): Set `iso-8859-2' for
4471 `nonascii-translation'.
4472
4473 * language/romanian.el ("Romanian"): Likewise.
4474
4475 * language/slovak.el ("Slovak"): Likewise.
4476
4477 * international/characters.el: Optimize calls of modify-category-entry.
4478
4479 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4480
4481 * bindings.el: Don't bind multibyte characters to
4482 self-insert-command here. It's done in mule-conf.el.
4483
4484 * case-table.el (set-case-syntax-offset): Delete variable.
4485 (set-case-syntax-1): Delete function. Change callers.
4486 (set-case-syntax-delims): Don't check byte length of characters.
4487
4488 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
4489 characters to isearch-printing-char.
4490
4491 * loadup.el: Don't load "international/utf-8". Don't call
4492 update-coding-systems-internal. Bind coding-system-for-write to
4493 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
4494 dumping.
4495
4496 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
4497 change of map-char-table.
4498
4499 * eshell/esh-mode.el: Adjust for the change of map-char-table.
4500
4501 * international/characters.el: Adjust for the deletion of
4502 generic characters.
4503
4504 * international/code-pages.el (cp-make-translation-table)
4505 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
4506 (cp-make-coding-system): Call define-coding-system.
4507
4508 * international/fontset.el: Rewrite most code.
4509
4510 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
4511 Call encode-char instead of split-char.
4512
4513 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
4514 Change value.
4515 (skkdic-lookup-key): Call encode-char instead of split-char.
4516
4517 * international/titdic-cnv.el (titdic-convert): Bind
4518 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
4519 buffer.
4520
4521 * international/latin-1.el: Don't bind set-case-syntax-offset.
4522
4523 * international/latin-2.el: Don't bind set-case-syntax-offset.
4524
4525 * international/latin-3.el: Don't bind set-case-syntax-offset.
4526
4527 * international/latin-4.el: Don't bind set-case-syntax-offset.
4528
4529 * international/latin-5.el: Don't bind set-case-syntax-offset.
4530
4531 * international/latin-8.el: Don't bind set-case-syntax-offset.
4532
4533 * international/latin-9.el: Don't bind set-case-syntax-offset.
4534
4535 * international/mule-cmds.el: Don't use coding category.
4536 Call set-coding-system-priority instead of set-coding-priority.
4537 (sort-coding-systems, select-safe-coding-system):
4538 Call coding-system-priority-list to get the most preferred one.
4539 (reset-language-environment): Order of coding system priority
4540 changed. Set primary charset to iso-8859-1.
4541 (set-language-environment-coding-systems):
4542 Call set-coding-system-priority instead of set-coding-priority.
4543 (get-charset-property, put-charset-property): Move to mule.el.
4544
4545 * international/mule-conf.el: Ful re-write.
4546
4547 * international/mule-diag.el (print-designation): Change arguments.
4548 (print-iso-2022-flags): New function.
4549 (describe-coding-system, describe-current-coding-system):
4550 Adjust for the new structure of coding system.
4551
4552 * international/mule.el (char-valid-p): Make it an alias of characterp.
4553 (define-charset): Full re-design.
4554 (charset-quoted-standard-p): Delete.
4555 (charsetp): Move to charset.c.
4556 (charset-info, charset-id, charset-bytes, charset-width)
4557 (charset-directioin, charset-iso-graphic-plane)
4558 (charset-reverse-charset): Delete.
4559 (charset-dimension, charset-chars, charset-iso-final-char)
4560 (charset-description, charset-short-name, charset-long-name):
4561 Call charset-plist instead of charset-info.
4562 (charset-plist, set-charset-plist): Move to charset.c.
4563 (get-charset-property, put-charset-property): Move from
4564 mule-cmds.el. Call charset-plist and set-charset-plist.
4565 (make-char): Delete.
4566 (generic-char-p): Make it always return nil.
4567 (decode-char, encode-char): Move to charset.c.
4568 (coding-spec-XXX-idx): Delete variables.
4569 (coding-system-iso-2022-flags): New variable.
4570 (define-coding-system): New function.
4571 (transform-make-coding-system-args, make-coding-system): Delete.
4572 (set-coding-priority): Make it obsolete.
4573 (after-insert-file-set-buffer-file-coding-system)
4574 (find-new-buffer-file-coding-system): Adjust for the new coding
4575 system structure.
4576
4577 * language/chinese.el, language/cyrillic.el, language/european.el:
4578 * language/greek.el, language/hebrew.el, language/indian.el:
4579 * language/japanese.el, language/korean.el, language/lao.el:
4580 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4581 Call define-coding-system instead of make-coding-system.
4582 Delete all CCL program.
4583
4584 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
4585 of make-char.
4586 (sgml-char-names-table): Fix iteration limit.
4587
4588 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
4589 (ccl-encode-mac-roman-font): Delete.
4590
4591 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
4592 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
4593 currently. This is just a temporary workaround.
4594
4595 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4596
4597 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
4598 of `find-file-hooks'.
4599 (global-whitespace-toggle-options): Doc fix.
4600
4601 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
4602
4603 * whitespace.el (whitespace): Set :version tag to 23.1.
4604 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
4605 (whitespace-style, whitespace-chars, whitespace-space)
4606 (whitespace-hspace, whitespace-tab, whitespace-newline)
4607 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
4608 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
4609 (whitespace-hspace-regexp, whitespace-space-regexp)
4610 (whitespace-tab-regexp, whitespace-trailing-regexp)
4611 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
4612 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
4613 (whitespace-space-after-tab-regexp, whitespace-line-column)
4614 (whitespace-display-mappings, global-whitespace-toggle-options)
4615 (whitespace-cleanup, whitespace-cleanup-region)
4616 (whitespace-interactive-char): Doc fixes.
4617
4618 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
4619
4620 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
4621 When turning off the global mode, turn off the local modes too
4622 if whitespace is being unloaded.
4623 (whitespace-unload-function): New function.
4624
4625 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4626
4627 * vc.el (vc-update): Fix bug: Specify branch tip as
4628 vc-checkout REVISION. Reported by Dan Nicolaescu.
4629
4630 2008-02-01 Glenn Morris <rgm@gnu.org>
4631
4632 * info.el (bookmark-make-cell-function, bookmark-search-size)
4633 (bookmark-current-bookmark): Declare variables for compiler.
4634 (bookmark-buffer-file-name, bookmark-get-filename)
4635 (bookmark-get-front-context-string)
4636 (bookmark-get-rear-context-string, bookmark-get-position)
4637 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
4638 (bookmark-jump-noselect): Declare functions for compiler.
4639 (Info-bookmark-make-cell): Fix argument list to match example of
4640 `bookmark-make-cell-for-text-file'.
4641 (Info-bookmark-jump): Don't require info inside info.el.
4642
4643 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
4644
4645 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
4646 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
4647 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
4648 (verilog-sk-state-machine): Quote all calls to
4649 "auxiliary skeleton"s to prevent infloops.
4650
4651 2008-02-01 Jason Rumney <jasonr@gnu.org>
4652
4653 * w32-fns.el: Partially revert 2007-11-10 change.
4654
4655 2008-02-01 Martin Rudalics <rudalics@gmx.at>
4656
4657 * mail/rmail.el (rmail-highlight): Fix specification.
4658 Reported by pod <pod@herald.ox.ac.uk>.
4659
4660 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4661
4662 * image-mode.el (image-mode-current-vscroll)
4663 (image-mode-current-hscroll): Make buffer-local.
4664 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
4665 (image-reset-current-vhscroll): Use the latest setting when displaying
4666 for the first time in a window. Apply to all windows in the frame.
4667 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
4668
4669 * progmodes/grep.el (grep-compute-defaults):
4670 Don't mix up defaults for different connections to the same host.
4671
4672 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4673
4674 * blank-mode.el: Rename to whitespace.el.
4675
4676 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
4677
4678 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
4679
4680 * net/rcompile.el (remote-compile): Remove broken code.
4681
4682 2008-01-31 Jason Rumney <jasonr@gnu.org>
4683
4684 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
4685
4686 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
4687
4688 * linum.el (linum-unload-function): New function.
4689
4690 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
4691
4692 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
4693 (gdb-var-set-format-handler): New function.
4694 (gdb-var-set-format): Use it.
4695
4696 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
4697
4698 * emacs-lisp/check-declare.el (check-declare-directory):
4699 * emacs-lisp/authors.el (authors): Use `find-program' and
4700 `grep-program' instead of hardcoded program names.
4701
4702 * emacs-lisp/cl-loaddefs.el: Update.
4703
4704 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
4705
4706 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
4707 Implement bookmark support the new make-cell/handler way.
4708 (Info-mode): Bind bookmark-make-cell-function to
4709 Info-bookmark-make-cell buffer locally.
4710
4711 2008-01-30 Richard Stallman <rms@gnu.org>
4712
4713 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
4714 Doc fix.
4715
4716 * files.el (hack-local-variables): Don't query about fake variables.
4717
4718 2008-01-30 Markus Triska <markus.triska@gmx.at>
4719
4720 * linum.el: New file.
4721
4722 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
4723
4724 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
4725 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
4726 a single element in "plinkx".
4727 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
4728 "*Shell Command Output*" buffers. Check, whether there is already
4729 an asynchronous process running. Display always the buffer of the
4730 asynchronous process.
4731 (tramp-compute-multi-hops): Adapt error message.
4732
4733 2008-01-29 Alan Mackenzie <acm@muc.de>
4734
4735 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
4736 from this regexp; part of same fix as next change to cc-engine.el.
4737
4738 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
4739 Anchor the "{" of a template function correctly on "template", not the
4740 following "<".
4741
4742 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
4743
4744 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
4745
4746 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
4747 and image-mode-current-hscroll being alists now.
4748
4749 * image-mode.el (image-mode-current-vscroll)
4750 (image-mode-current-hscroll): Add doc strings.
4751 (image-set-window-vscroll, image-set-window-hscroll)
4752 (image-reset-current-vhscroll, image-mode): Adapt to
4753 image-mode-current-vscroll and image-mode-current-hscroll being
4754 alists now.
4755
4756 2008-01-29 Martin Rudalics <rudalics@gmx.at>
4757
4758 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4759 Strip extension from .emacs.el to make sure symbol is searched
4760 in .emacs too.
4761
4762 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
4763
4764 * doc-view.el (doc-view-mode): Use facilities below to
4765 restore [vh]scroll when switching buffers.
4766
4767 * image-mode.el (image-mode-current-vscroll)
4768 (image-mode-current-hscroll): New variables.
4769 (image-set-window-hscroll, image-set-window-vscroll): New functions.
4770 (image-forward-hscroll, image-next-line, image-bol, image-eol)
4771 (image-bob, image-eob): Use them.
4772 (image-reset-current-vhscroll): New function.
4773 (image-mode): Make new variables buffer-local and reset [vh]scroll
4774 on window configuration changes.
4775
4776 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
4777
4778 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
4779 gdb-cpp-define-alist-program if file is nil (currently only
4780 " *partial-output-...").
4781
4782 2008-01-27 Richard Stallman <rms@gnu.org>
4783
4784 * allout.el: Many doc fixes.
4785 (allout-encrypt-string): Fix error message.
4786
4787 2008-01-26 Eli Zaretskii <eliz@gnu.org>
4788
4789 * progmodes/etags.el (tags-query-replace): Doc fix.
4790
4791 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
4792
4793 * allout.el (allout-unload-function): New function.
4794
4795 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
4796
4797 * allout.el (allout-prefix-data): Doc fix.
4798 (allout-show-current-subtree): Reflow docstring.
4799 (allout-use-mode-specific-leader, allout-use-hanging-indents)
4800 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
4801 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
4802 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
4803 (allout-copy-topic-as-kill, allout-listify-exposed)
4804 (allout-process-exposed, allout-encrypted-key-info)
4805 (allout-update-passphrase-mnemonic-aids)
4806 (allout-next-topic-pending-encryption)
4807 (allout-tests-globally-true): Fix typos in docstrings.
4808
4809 2008-01-23 Jason Rumney <jasonr@gnu.org>
4810
4811 * lpr.el (printer-name): Do not set on MS Windows.
4812
4813 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
4814
4815 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
4816 the command.
4817
4818 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4819
4820 * whitespace.el: Moved to obsolete dir.
4821
4822 * blank-mode.el: New version 9.2. Replace whitespace functions by
4823 aliases in blank-mode.
4824 (whitespace-buffer): New fun.
4825 (whitespace-region): Alias for whitespace-buffer, because there is no
4826 blank-region fun.
4827 (whitespace-cleanup): Alias for blank-cleanup.
4828 (whitespace-cleanup-region): Alias for blank-cleanup-region.
4829
4830 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
4831
4832 * server.el (server-log-time-function): Doc fix.
4833 (server-buffer): Fix typo in docstring.
4834
4835 2008-01-27 Martin Rudalics <rudalics@gmx.at>
4836
4837 * view.el (view-buffer): Explain in doc-string why exit-action
4838 should not be set to kill-buffer.
4839
4840 * arc-mode.el (archive-extract):
4841 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
4842 exit-action when viewing the buffer.
4843
4844 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
4845
4846 * add-log.el (change-log-search-file-name): Work harder to find
4847 the correct file name.
4848 (change-log-find-file): Fix typo.
4849 (change-log-start-entry-re): Move definition earlier.
4850
4851 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
4852
4853 * add-log.el (change-log-search-file-name, change-log-find-file):
4854 New function.
4855 (change-log-font-lock-keywords): Move file name matching ...
4856 (change-log-file-names-re): ... here. New defconst.
4857 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
4858
4859 2008-01-27 Alan Mackenzie <acm@muc.de>
4860
4861 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
4862 enhance comments.
4863
4864 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
4865
4866 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
4867 methods, the host name must be a local host.
4868
4869 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
4870
4871 * vc.el: Add TODO item about not defaulting to RCS.
4872
4873 * server.el (server-process-filter): Check for non-nil before
4874 calling file-directory-p.
4875
4876 2008-01-27 Alan Mackenzie <acm@muc.de>
4877
4878 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
4879 arglist-cont-nonempty.
4880
4881 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
4882 for a brace with syntax arglist-cont-nonempty.
4883
4884 * progmodes/cc-styles.el (c-style-alist): Add elements for
4885 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
4886
4887 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4888
4889 * button.el (define-button-type): Clarify type of NAME in docstring.
4890
4891 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 * server.el (server-buffer): New const.
4894 (server-log): New var.
4895 (server-log): Use them.
4896 (server-process-filter): (Try to) run the continuation in the same cwd
4897 as the client's.
4898
4899 2008-01-26 Alan Mackenzie <acm@muc.de>
4900
4901 * progmodes/cc-defs.el (c-save-buffer-state):
4902 Bind buffer-file-name and buffer-file-truename to nil, to prevent
4903 primitives generating "buffer is read only" messages.
4904
4905 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
4906
4907 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
4908 (icalendar-import-format): Doc fix. Allow function type.
4909 (icalendar--read-element): Doc fix.
4910 (icalendar--parse-summary-and-rest): Doc fix. Handle function
4911 type icalendar-import-format. Make regexps non-greedy.
4912 (icalendar--format-ical-event): Handle function type
4913 icalendar-import-format.
4914 (icalendar-import-format-sample): New function.
4915
4916 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
4917
4918 * vc.el (vc-exec-after): For mode-line-process highlighting, if
4919 `compile' is not available, fall back to font-lock-warning-face.
4920
4921 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
4922
4923 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
4924 that the filename end is found even when the filename is empty.
4925 Fixes error and spurious newlines when marking files for deletion.
4926
4927 2008-01-26 Martin Rudalics <rudalics@gmx.at>
4928
4929 * subr.el (find-tag-default): Simplify using exclusively
4930 skip-syntax-backward/-forward.
4931
4932 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
4933
4934 * vc.el (vc-directory, vc-update-change-log): Remove check for
4935 Tramp. Both functions work for it, though pretty slow
4936 (`vc-directory'). Maybe the implementation can be optimized.
4937
4938 * net/tramp.el (tramp-dissect-file-name): Raise an error when
4939 Tramp 2.0 syntax is used.
4940 Suggested by Trent W. Buck <trentbuck@gmail.com>.
4941
4942 2008-01-26 Eli Zaretskii <eliz@gnu.org>
4943
4944 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
4945 invoke directory-files-and-attributes with last argument `integer'
4946 instead of `string'.
4947 (insert-directory): Add -n to the list of supported switches
4948 mentioned in the doc string.
4949
4950 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4951
4952 * blank-mode.el: New version 9.1. Handle "long" line tail
4953 visualization. Doc fix.
4954 (blank-line-length): Rename to blank-line-column.
4955 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
4956 Initialization fix.
4957 (blank-replace-spaces-by-tabs): New fun.
4958 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
4959
4960 2008-01-25 Richard Stallman <rms@gnu.org>
4961
4962 * subr.el (add-hook): Implement `permanent-local-hook' property.
4963
4964 * loadhist.el (file-provides, file-requires): Push the filename right.
4965
4966 2008-01-25 Martin Rudalics <rudalics@gmx.at>
4967
4968 * emacs-lisp/find-func.el (find-library): Wrap search for
4969 library name in condition-case to avoid reporting a scan-error.
4970
4971 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
4972
4973 * server.el (server-process-filter): Don't force
4974 the authentication string to be followed by "\n".
4975
4976 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4977
4978 * blank-mode.el: New version 9.0. New commands to clean up some blank
4979 problems like trailing blanks. New faces and regexp for visualizing
4980 the blank problems. Doc fix.
4981 (blank-chars, blank-global-modes, blank-chars-value-list)
4982 (blank-toggle-option-alist, blank-help-text): Initialization fix.
4983 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
4984 (blank-indentation, blank-empty, blank-space-after-tab)
4985 (blank-indentation-regexp, blank-empty-at-bob-regexp)
4986 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
4987 (blank-cleanup, blank-cleanup-region): New commands.
4988 (blank-color-on): Code fix.
4989
4990 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
4991
4992 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
4993 file name.
4994 (ibuffer-mode-map): Add binding to sort by file name.
4995 (ibuffer-filename/process-header-map): New variable.
4996 (filename-and-process): Add a header that sorts by file name.
4997 (ibuffer-mode): Mention sorting by file name.
4998
4999 * ibuf-ext.el (filename/process): New sorter.
5000
5001 2008-01-25 Sven Joachim <svenjoac@gmx.de>
5002
5003 * view.el (kill-buffer-if-not-modified): Don't pass t to
5004 buffer-modified-p.
5005
5006 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
5007
5008 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
5009 the source file in case of `rename'.
5010 Reported by Pete Forman <pete.forman@westerngeco.com>.
5011
5012 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
5013
5014 * allout.el (allout-keybindings-list): In initial setting, express
5015 meta-prefixed allout keys as vectors instead of strings, since the
5016 string form is interpreted in some cases as composed key
5017 modifiers, eg, accented keys.
5018
5019 (allout-line-boundary-regexp): Clarify description.
5020
5021 (set-allout-regexp): Repair the expressions so that the formfeed
5022 part is identified as one of the top-level groups, and is
5023 included in all the forms, not just the -line-boundary-regexp one.
5024
5025 (allout-prefix-data): Incorporate information from the various
5026 allout regexp's formfeed alternative group, when present.
5027
5028 (allout-write-file-hook-handler): Rectify mangling of the error
5029 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
5030 condition-case handler was apparently reformatted as if it was a
5031 call to the error function. An apparent repair attempt in version
5032 1.101 situated the original body of the error handling code as
5033 bogus condition-case handlers. I've returned to just about the
5034 working code that was originally there, removing an unnecessary -
5035 but benign - enclosing 'progn'. \(Automated or cursory code fixes
5036 often aren't.)
5037
5038 (allout-region-active-p): Fallback to value of mark-active if
5039 neither use-region-p nor region-active-p are present, for
5040 compatability with current and recent emacs major releases.
5041
5042 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5043
5044 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
5045 (reftex-toc-restore-region):
5046 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
5047 (reftex-index-phrases-apply-to-region):
5048 * textmodes/ispell.el (ispell-word):
5049 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
5050 * progmodes/pascal.el (pascal-mark-defun):
5051 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
5052 (f90-fill-region):
5053 * emulation/tpu-edt.el (tpu-set-mark):
5054 * emulation/crisp.el (crisp-region-active):
5055 * winner.el (winner-active-region):
5056 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
5057 of bound tests in order to resolve conditionals at compile time.
5058
5059 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
5060
5061 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
5062 not autoloaded, and we wouldn't want to load CL just to unload
5063 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
5064
5065 2008-01-24 Martin Rudalics <rudalics@gmx.at>
5066
5067 * delsel.el (delete-selection-pre-hook): Avoid clearing out
5068 pre-command-hook when text is read-only.
5069
5070 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
5071
5072 * vc.el (vc-process-filter): Do nothing if buffer not live.
5073 (vc-diff-finish): Rename from vc-diff-sentinel.
5074 No longer take REV1-NAME and REV2-NAME.
5075 Instead, take BUFFER-NAME. Do nothing if buffer not live.
5076 Don't do window resize if no window displays buffer.
5077 (vc-diff-internal): Use vc-diff-finish.
5078
5079 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
5080 In both cases, convert single call to one wrapped in dolist.
5081
5082 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5083
5084 * vc.el: Add a TODO item about missing files.
5085 (vc-exec-after): Add a tooltip to the new mode-line item.
5086
5087 2008-01-24 Glenn Morris <rgm@gnu.org>
5088
5089 * t-mouse.el (gpm-mouse-start): Declare as a function.
5090
5091 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
5092
5093 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
5094 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
5095 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5096 Don't send `tramp-rsh-end-of-line' additionally, when setting the
5097 prompt.
5098 (tramp-wait-for-output): Distinguish different prompt formats.
5099 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
5100 (tramp-local-host-p): Check whether temp directory is writable.
5101
5102 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
5103
5104 * vc.el: Add TODO items.
5105
5106 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
5107
5108 * replace.el (occur-mode-find-occurrence-hook): New hook that can
5109 be used to reveal or highlight the location of a match.
5110 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
5111 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
5112
5113 2008-01-23 Martin Rudalics <rudalics@gmx.at>
5114
5115 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
5116 for defcustom.
5117 (hide-ifdef-shadow): Add version number for defface.
5118
5119 2008-01-23 Glenn Morris <rgm@gnu.org>
5120
5121 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
5122
5123 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
5124
5125 * progmodes/sh-script.el (sh-basic-offset):
5126 * progmodes/cc-vars.el (c-syntactic-indentation)
5127 (c-syntactic-indentation-in-macros): Mark as safe.
5128
5129 2008-01-23 Richard Stallman <rms@gnu.org>
5130
5131 * icomplete.el (icomplete-get-keys):
5132 Look up KEYS using all maps in proper buffer.
5133
5134 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
5135
5136 * frame.el (display-mm-height, display-mm-width):
5137 * whitespace.el (whitespace-check-leading-whitespace)
5138 (whitespace-check-trailing-whitespace)
5139 (whitespace-check-spacetab-whitespace)
5140 (whitespace-check-indent-whitespace)
5141 (whitespace-check-ateol-whitespace):
5142 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
5143
5144 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
5145
5146 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
5147 after-save-hook so that it is not called multiple times.
5148
5149 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
5150
5151 2008-01-23 Eli Zaretskii <eliz@gnu.org>
5152
5153 * view.el (view-file-other-window, view-file-other-frame):
5154 Don't kill the buffer if it is modified. Doc fixes.
5155 (kill-buffer-if-not-modified): New function.
5156 (view-file): Don't kill the buffer if it is modified.
5157
5158 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
5159 (ebrowse-view/find-file-and-search-pattern):
5160 Call view-file-other-window instead of ebrowse-view-file-other-window.
5161 (ebrowse-view-file-other-frame): Don't call
5162 current-window-configuration. Fix second argument in the call to
5163 view-mode-enter. Doc fix.
5164
5165 2008-01-23 Richard Stallman <rms@gnu.org>
5166
5167 * subr.el (atomic-change-group): Prevent undo list truncation.
5168
5169 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
5170
5171 * files.el (safe-local-eval-forms):
5172 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
5173
5174 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
5175
5176 * comint.el (comint-insert-input): Set point first.
5177
5178 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
5179 session doesn't hang because gdb-pending-triggers is non-nil.
5180 (gdb-frame-handler): Use buffer-file-name instead of
5181 buffer-name in case of duplicate file names.
5182
5183 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
5184
5185 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
5186 C-M-e and C-M-h for emacs, they work by default.
5187 (verilog-emacs-features): Remove.
5188 (verilog-setup-dual-comments, verilog-populate-syntax-table):
5189 Remove. Move syntax table initialization ...
5190 (verilog-mode-syntax-table): ... here.
5191 (verilog-mode): Don't initialize the syntax table here.
5192 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
5193 does not need it.
5194
5195 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
5196
5197 * progmodes/verilog-mode.el (verilog-booleanp): New function for
5198 backward compatibility. Replace all uses of booleanp with
5199 verilog-booleanp.
5200
5201 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
5202
5203 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
5204
5205 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
5206
5207 * progmodes/verilog-mode.el (top-level): Fix spacing.
5208 (verilog-mode-version, verilog-mode-release-date):
5209 Update version number.
5210 (verilog-mode-release-emacs): New variable.
5211 (compile-command, reporter-prompt-for-summary-p):
5212 Define for byte compiler.
5213 (verilog-startup-message-lines, verilog-startup-message-displayed)
5214 (verilog-display-startup-message): Remove.
5215 (verilog-highlight-p1800-keywords): Improve docstring.
5216 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
5217 (vector-skip-list): Only defvar at compile time.
5218 (verilog-highlight-translate-off, verilog-indent-level)
5219 (verilog-indent-level-module, verilog-indent-level-declaration)
5220 (verilog-indent-declaration-macros, verilog-indent-lists)
5221 (verilog-indent-level-behavioral, verilog-indent-level-directive)
5222 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
5223 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
5224 (verilog-tab-to-comment, verilog-indent-begin-after-if)
5225 (verilog-align-ifelse, verilog-minimum-comment-distance)
5226 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
5227 (verilog-auto-endcomments, verilog-auto-read-includes)
5228 (verilog-auto-star-expand, verilog-auto-star-save)
5229 (verilog-library-flags, verilog-library-directories)
5230 (verilog-library-files, verilog-library-extensions)
5231 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
5232 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
5233 (verilog-assignment-delay, verilog-auto-inst-vector)
5234 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
5235 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
5236 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
5237 Add safe-local-variable properties.
5238 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
5239 (verilog-re-search-backward, verilog-error-regexp-add)
5240 (verilog-end-block-re, verilog-emacs-features)
5241 (verilog-populate-syntax-table, verilog-setup-dual-comments)
5242 (verilog-type-font-keywords, verilog-inside-comment-p)
5243 (electric-verilog-backward-sexp, verilog-backward-sexp)
5244 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
5245 (electric-verilog-terminate-line, electric-verilog-semi)
5246 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
5247 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
5248 (verilog-beg-of-statement, verilog-in-case-region-p)
5249 (verilog-in-struct-region-p, verilog-in-generate-region-p)
5250 (verilog-in-fork-region-p, verilog-backward-case-item)
5251 (verilog-set-auto-endcomments, verilog-get-expr)
5252 (verilog-expand-vector-internal, verilog-surelint-off)
5253 (verilog-batch-execute-func, verilog-calculate-indent)
5254 (verilog-calc-1, verilog-calculate-indent-directive)
5255 (verilog-leap-to-head, verilog-continued-line)
5256 (verilog-backward-token, verilog-backward-syntactic-ws)
5257 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
5258 (verilog-forward-ws&directives, verilog-at-constraint-p)
5259 (verilog-skip-backward-comments, verilog-indent-line-relative)
5260 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
5261 (verilog-pretty-declarations, verilog-pretty-expr)
5262 (verilog-just-one-space, verilog-indent-declaration)
5263 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
5264 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
5265 (verilog-read-always-signals-recurse, verilog-read-instants)
5266 (verilog-read-auto-template, verilog-set-define)
5267 (verilog-read-defines, verilog-read-signals, verilog-getopt)
5268 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
5269 (verilog-modi-cache-results, verilog-insert-one-definition)
5270 (verilog-make-width-expression, verilog-delete-autos-lined)
5271 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
5272 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
5273 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
5274 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
5275 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
5276 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
5277 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
5278 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5279 (verilog-library-files): Cleanup spacing of )'s they should not be
5280 on unique lines. Fix checkdoc warnings.
5281
5282 2008-01-22 Glenn Morris <rgm@gnu.org>
5283
5284 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
5285 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
5286 from defcustoms.
5287 (hide-ifdef-shadow): Remove autoload cookie from defface.
5288
5289 * vc.el (vc-diff-sentinel): Do not write a footer if there were
5290 differences.
5291
5292 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
5293
5294 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
5295 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
5296 manual entry.
5297
5298 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
5299
5300 * net/dbus.el (dbus-ignore-errors): New macro.
5301 (dbus-unregister-object): New defun. Moved from dbusbind.c.
5302 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
5303 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
5304 (dbus-get-signatures): Apply `dbus-ignore-errors'.
5305
5306 2008-01-21 Martin Rudalics <rudalics@gmx.at>
5307
5308 * outline.el (outline-up-heading): Fix check for top level to
5309 avoid infinite looping in hide-other.
5310
5311 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
5312
5313 * vc.el (vc-process-sentinel): After calling the previous
5314 sentinel, do nothing if the process' buffer is not live.
5315
5316 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5317
5318 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
5319 blank-mode in some buffers (like *info* buffers). Reported by Juanma
5320 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
5321 blank-mode faces. Doc fix. New version 8.1.
5322 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
5323 CONDITION BODY).
5324 (blank-space-face): Face/option name replaced by blank-space.
5325 (blank-hspace-face): Face/option name replaced by blank-hspace.
5326 (blank-tab-face): Face/option name replaced by blank-tab.
5327 (blank-newline-face): Face/option name replaced by blank-newline.
5328 (blank-trailing-face): Face/option name replaced by blank-trailing.
5329 (blank-line-face): Face/option name replaced by blank-line.
5330 (blank-space-before-tab-face): Face/option name replaced by
5331 blank-space-before-tab.
5332 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
5333
5334 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
5335
5336 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
5337 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
5338 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
5339 (global-blank-mode): Doc fixes.
5340 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
5341 (blank-newline-face, blank-trailing-face, blank-line-face)
5342 (blank-space-before-tab-face, blank-display-mappings)
5343 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
5344 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
5345 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
5346 Fix typos in docstrings.
5347
5348 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
5349
5350 * server.el (server-log-time-function): New variable.
5351 (server-log): Use it.
5352
5353 2008-01-21 Glenn Morris <rgm@gnu.org>
5354
5355 * progmodes/hideif.el: Move defcustoms and defface to start of file.
5356
5357 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
5358
5359 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
5360
5361 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
5362 (org-descriptive-links, org-link-file-path-type)
5363 (org-remember-use-refile-when-interactive)
5364 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
5365 (org-export-ascii-bullets, org-agenda-deadline-faces)
5366 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
5367 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
5368 (org-kill-note-or-show-branches): Fix typos in docstrings.
5369
5370 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
5371
5372 * vc.el (vc-process-sentinel): Set mode-line-process.
5373 (vc-exec-after): Likewise, for the `run' process status.
5374
5375 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 * ibuffer.el (ibuffer-mode): Fix last change.
5378
5379 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
5380
5381 * vc-hg.el (vc-hg-registered):
5382 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
5383
5384 2008-01-20 Martin Rudalics <rudalics@gmx.at>
5385
5386 * repeat.el (repeat-undo-count): New variable.
5387 (repeat): For self-insertions make undo boundary only after 20
5388 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
5389
5390 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5391
5392 * net/imap.el (imap-ping-server): New variable.
5393 (imap-opened): On add extra ping if imap-ping-server is non-nil.
5394 (imap-ping-server): Minor doc string fixes.
5395
5396 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5397
5398 * net/imap.el (imap-ping-server): New function.
5399 (imap-opened): Call imap-ping-server.
5400
5401 2008-01-20 Glenn Morris <rgm@gnu.org>
5402
5403 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
5404 prevent infloops.
5405
5406 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
5407
5408 * progmodes/python.el (python-imports): Default to "None".
5409
5410 2008-01-19 Tom Tromey <tromey@redhat.com>
5411
5412 * vc-svn.el (vc-svn-after-dir-status): New function.
5413 (vc-svn-dir-status): Run svn asynchronously.
5414
5415 2008-01-19 Martin Rudalics <rudalics@gmx.at>
5416
5417 * progmodes/hideif.el (hide-ifdef-shadow): New option.
5418 (hide-ifdef-shadow): New face.
5419 (hide-ifdef-toggle-shadowing): New function to toggle between
5420 shadowing and making code invisible.
5421 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
5422 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
5423 (hide-ifdef-region-internal): Give new overlay hide-ifdef
5424 property. Shadow text when hide-ifdef-shadow is non-nil.
5425 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
5426 (hif-hide-line): Use when instead of if.
5427 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
5428 Remove unneeded * from doc-strings.
5429
5430 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
5431
5432 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
5433 the hscroll behavior was fixed.
5434 (doc-view-mode): Disable auto-hscroll-mode.
5435
5436 2008-01-18 Tom Tromey <tromey@redhat.com>
5437
5438 * vc-svn.el (vc-svn-dir-status): New function.
5439
5440 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
5441
5442 * vc.el: Make vc-status asynchronous.
5443 (vc-update-vc-status-buffer): New function broken out of ...
5444 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
5445 the dir-status backend function.
5446
5447 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
5448 Move the output processing to ...
5449 (vc-hg-after-dir-status): ... here. Call the function passed as
5450 an argument with the results.
5451
5452 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
5453
5454 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
5455 (doc-view-insert-image): Do something if the image is missing.
5456 (doc-view-mode): Don't use file-remote-p.
5457
5458 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
5459
5460 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
5461 (org-export-latex-special-chars): Convert "..." in \ldots
5462 and skip tables.
5463 (org-export-latex-fontify-headline): Change parameter name.
5464 (org-export-as-latex): Handle export of subtrees.
5465 (org-export-latex-make-header): New argument TITLE.
5466 (org-export-latex-content): New argument EXCLUDE-LIST.
5467 (org-list-parse-list): New name for org-export-latex-parse-list.
5468 (org-export-latex-make-header): New name for
5469 org-export-latex-make-preamble.
5470 (org-list-to-generic): New name of org-export-list-to-generic.
5471 (org-list-to-latex): New name of org-export-list-to-latex.
5472 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
5473 (org-list-send-list, org-list-to-texinfo)
5474 (org-list-to-html): New functions.
5475 (org-export-latex-tables-column-borders)
5476 (org-export-latex-default-class, org-export-latex-classes)
5477 (org-export-latex-classes-sectioning)
5478 (org-list-radio-list-templates): New options.
5479 (org-export-latex-header): New variable.
5480 (org-latex-entities): New constant.
5481 (org-export-latex-default-sectioning, org-export-latex-preamble)
5482 (org-export-latex-prepare-text-option)
5483 (org-export-latex-get-sectioning): Remove.
5484
5485 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
5486
5487 * textmodes/org-publish.el (org-publish-current-project):
5488 Fix bug with forcing publication.
5489
5490 * textmodes/org.el (org-export-with-special-strings): New option.
5491 (org-export-html-convert-special-strings): New function.
5492 (org-html-do-expand): `org-export-html-convert-special-strings'
5493 added to the list of conversion.
5494 (org-infile-export-plist, org-get-current-options): Add support
5495 for "-" in the #+OPTION line to let user switch on/off special
5496 strings conversion.
5497 (org-export-plist-vars): New :html-table-tag property.
5498 (org-export-as-html, org-format-org-table-html)
5499 (org-format-table-table-html) Use the :html-table-tag property
5500 instead of the `org-export-html-table-tag' global value.
5501 (org-additional-option-like-keywords): Add "TBLFM".
5502 (org-entry-properties): Include the CLOCKSUM special property.
5503 (org-columns-edit-value): Do not allow to edit the special
5504 CLOCKSUM property.
5505 (org-flag-drawer): Use the original value of `outline-regexp'.
5506 (org-remember-handler): Add invisible-ok flag to call to
5507 `org-end-of-subtree'.
5508 (org-agenda-highlight-todo): Respect
5509 `org-agenda-todo-keyword-format'.
5510 (org-agenda-todo-keyword-format): New option.
5511 (org-infile-export-plist): No restriction while searching for options.
5512 (org-remember-handler): Remove comments at the end of the buffer.
5513 (org-remember-use-refile-when-interactive): New option.
5514 (org-table-sort-lines): Make sure sorting works on link
5515 descritions only, and ignores the link.
5516 (org-sort-entries-or-items): Make sure the end of the subtree is
5517 included.
5518 (org-refile-use-outline-path): New allowed values `file' and
5519 `full-file-path'.
5520 (org-get-refile-targets): Respect new values for
5521 `org-refile-use-outline-path'.
5522 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
5523 (org-export-as-xoxo): Restore point when done.
5524 (org-open-file): Allow multiple %s in command.
5525 (org-clock-in-switch-to-state): New option.
5526 (org-first-list-item-p): New function.
5527 (org-last-remember-storage-locations): New variable.
5528 (org-get-refile-targets): Interpret the new maxlevel setting.
5529 (org-refile-targets): New option `:maxlevel'.
5530 (org-copy-subtree): Include empty lines before but not after subtree.
5531 (org-back-over-empty-lines, org-skip-whitespace): New functions.
5532 (org-move-item-down, org-move-item-up): Include empty lines before
5533 but not after item.
5534 (org-first-sibling-p): New function.
5535 (org-remember-apply-template): Defaults, completions and history
5536 for template prompts. Also, interpret new `%!' escape.
5537 (org-context-choices): New constant.
5538 (org-bound-and-true-p): New macro.
5539 (org-imenu-depth): New option.
5540 (org-imenu-markers): New variable.
5541 (org-imenu-new-marker, org-imenu-get-tree)
5542 (org-speedbar-set-agenda-restriction): New functions.
5543 (org-agenda-set-restriction-lock)
5544 (org-agenda-remove-restriction-lock)
5545 (org-agenda-maybe-redo): New functions.
5546 (org-agenda-restriction-lock): New face.
5547 (org-agenda-restriction-lock-overlay)
5548 (org-speedbar-restriction-lock-overlay): New variables.
5549 (org-open-at-point): Remove obsolete way to do redirection in
5550 shell links.
5551 (org-imenu-and-speedbar): New customization group.
5552 (org-entry-properties): Return keyword-less time strings.
5553 (org-clock-heading-function): New option.
5554 (org-clock-in): Use `org-clock-heading-function'.
5555 (org-calendar-holiday): Try to use `calendar-check-holidays'
5556 instead of the obsolete `check-calendar-holidays'.
5557 (org-export-html-special-string-regexps): New constant.
5558 (org-massive-special-regexp): New variable.
5559 (org-compute-latex-and-specials-regexp)
5560 (org-do-latex-and-special-faces): New functions.
5561 (org-latex-and-export-specials): New face.
5562 (org-highlight-latex-fragments-and-specials): New option.
5563 (org-link-escape-chars): Use characters instead of strings.
5564 (org-link-escape-chars-browser, org-link-escape)
5565 (org-link-unescape): Use characters instead of strings.
5566 (org-export-html-convert-sub-super, org-html-do-expand): Check for
5567 protected text.
5568 (org-emphasis-alist): Additional `verbatim' flag.
5569 (org-set-emph-re): Handle the verbatim flag and compute
5570 `org-verbatim-re'.
5571 (org-cleaned-string-for-export): Protect verbatim elements.
5572 (org-verbatim-re): New variable.
5573 (org-hide-emphasis-markers): New option.
5574 (org-additional-option-like-keywords): Add new keywords.
5575 (org-get-entry): Rename from `org-get-cleaned-entry'.
5576 (org-icalendar-cleanup-string): New function for quoting icalendar text.
5577 (org-agenda-skip-scheduled-if-done): New option.
5578 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
5579 `org-agenda-skip-scheduled-if-done'.
5580 (org-prepare-agenda-buffers): Allow buffers as arguments.
5581 (org-entry-properties): Add CATEGORY as a special property.
5582 (org-use-property-inheritance): Allow a list of properties as a value.
5583 (org-eval-in-calendar): No longer update the prompt.
5584 (org-read-date-popup-calendar): Rename from
5585 `org-popup-calendar-for-date-prompt'.
5586 (org-read-date-display-live): New variable.
5587 (org-read-date-display): New function.
5588 (org-read-date-analyze): New function.
5589 (org-remember-apply-template): Define `remember-finalize' if it is
5590 not yet defined.
5591 (org-remember-insinuate): New function.
5592 (org-read-date-prefer-future): New option.
5593 (org-read-date): Respect the setting of
5594 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
5595 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
5596 hardcoded string.
5597 (org-remember-apply-template): Use `remember-finalize' instead of
5598 `remember-buffer'.
5599 (org-columns-compute, org-column-number-to-string)
5600 (org-columns-uncompile-format, org-columns-compile-format)
5601 (org-columns-compile-format): Handle printf format specifier.
5602 (org-columns-new, org-column-number-to-string)
5603 (org-columns-uncompile-format, org-columns-compile-format):
5604 Support for new currency summary type.
5605 (org-tree-to-indirect-buffer): Do not kill old buffer when
5606 `org-indirect-buffer-display' is `new-frame'.
5607 (org-indirect-buffer-display): Document that `new-frame' leads to
5608 indiret buffer proliferation.
5609 (org-agenda-list): Use `org-extend-today-until'.
5610 (org-extend-today-until): New option.
5611 (org-format-org-table-html): Use lower-case for <col> tag.
5612 (org-agenda-execute): New command.
5613 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
5614 (org-select-remember-template): New function.
5615 (org-remember-apply-template): Use `org-select-remember-template'.
5616 (org-go-to-remember-target): New function.
5617
5618 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
5619
5620 * vc.el: Add a TODO note about vc-state.
5621 (vc-next-action): Register 'unregistered and 'ignored files.
5622 Use when and unless instead of if where appropriate.
5623 (vc-start-entry): Fix typo.
5624 (vc-status): Autoload it.
5625
5626 2008-01-18 Glenn Morris <rgm@gnu.org>
5627
5628 * ffap.el (ffap-alist): Remove space from RFC regexp.
5629
5630 2008-01-18 Richard Stallman <rms@gnu.org>
5631
5632 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
5633 than face-spec-recalc.
5634
5635 2008-01-18 Glenn Morris <rgm@gnu.org>
5636
5637 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
5638
5639 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5640 Miles Bader <miles@gnu.org>
5641
5642 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
5643 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
5644 for handling display table (via visws.el package), his code was
5645 modified, but the main idea was kept.
5646
5647 2008-01-17 Glenn Morris <rgm@gnu.org>
5648
5649 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
5650 (ibuffer-save-filters): Remove calls to deleted
5651 ibuffer-update-mode-name.
5652
5653 2008-01-16 Martin Rudalics <rudalics@gmx.at>
5654
5655 * longlines.el (longlines-mode, longlines-show-region)
5656 (longlines-unshow-hard-newlines): Bind buffer-file-name and
5657 buffer-file-truename to nil while modifying buffer.
5658
5659 * cus-edit.el (custom-reset-standard-variables-list)
5660 (custom-reset-standard-faces-list): New variables.
5661 (custom-reset-standard-save-and-update): New function.
5662 (Custom-save): Apply custom-mark-to-save before and
5663 custom-state-set-and-redraw after saving options.
5664 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
5665 options and call custom-reset-standard-save-and-update.
5666 (custom-variable, custom-face, custom-group): Provide new
5667 entries for custom-mark-to-save, custom-mark-to-reset-standard,
5668 and custom-state-set-and-redraw.
5669 (custom-variable-mark-to-save)
5670 (custom-variable-state-set-and-redraw)
5671 (custom-variable-mark-to-reset-standard)
5672 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
5673 (custom-face-mark-to-reset-standard)
5674 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
5675 (custom-group-mark-to-reset-standard): New functions.
5676 (custom-variable-save): Move save, state-set, and redraw
5677 functionality to custom-variable-mark-to-save.
5678 (custom-face-save): Move save, state-set, and redraw
5679 functionality to custom-face-mark-to-save.
5680 (custom-group-save): Move save, state-set, and redraw
5681 functionality to custom-group-mark-to-save.
5682 (custom-variable-reset-standard, custom-face-reset-standard)
5683 (custom-group-reset-standard): Move save, state-set, and redraw
5684 functionality to custom-reset-standard-save-and-update.
5685
5686 (custom-buffer-create-internal): Fix text in verbose help.
5687 (custom-face-value-create): Indent doc-strings of faces like
5688 those of variables.
5689
5690 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5691
5692 * server.el (server-process-filter): Replace lineno and columnnno
5693 which defaulted to 1&0 with filepos which defaults to nil.
5694 (server-goto-line-column): Only receive the filepos.
5695 Only move if filepos is non-nil.
5696 (server-visit-files): Slight restructure to consolidate two calls to
5697 server-goto-line-column into just one.
5698
5699 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
5700 the use of degraded mode.
5701 (nxml-degrade): Don't change mode-name.
5702
5703 * nxml/rng-nxml.el (rng-nxml-mode-init):
5704 Don't overwrite mode-line-process.
5705
5706 * ibuffer.el (mode): Pass the buffer to format-mode-line.
5707 (ibuffer-update-mode-name): Remove.
5708 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
5709 (ibuffer-mode): Use mode-line-process instead.
5710
5711 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
5712 Use derived-mode-p.
5713 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
5714
5715 * help.el (describe-mode): Pass the right buffer to format-mode-line.
5716
5717 2008-01-16 Glenn Morris <rgm@gnu.org>
5718
5719 * comint.el (comint-regexp-arg): Fix no-input case.
5720
5721 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
5722
5723 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
5724 * pcvs.el (cvs-revert-if-needed):
5725 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
5726
5727 * vc-svn.el (vc-svn-find-file-hook):
5728 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
5729
5730 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
5731
5732 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
5733 (icalendar-export-file, icalendar-import-file):
5734 Restore significant trailing whitespace in `interactive' prompts.
5735
5736 2008-01-16 Tom Tromey <tromey@redhat.com>
5737
5738 * calendar/icalendar.el (icalendar--convert-tz-offset)
5739 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
5740 (icalendar--find-time-zone): New functions.
5741 (icalendar--decode-isodatetime): Add `zone' argument, passed to
5742 `decode-time'. Doc fix.
5743 (icalendar--convert-ical-to-diary): Compute zone-map.
5744 Pass timezone to icalendar--decode-isodatetime.
5745
5746 2008-01-16 Alan Mackenzie <acm@muc.de>
5747
5748 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
5749 an eval-and-compile, so as to permit byte-compiling (e.g. in
5750 bootstrap).
5751
5752 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
5753
5754 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
5755 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
5756 using the same key for different menu entries.
5757
5758 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
5759 (smerge-makeup-conflict): New command.
5760
5761 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
5762
5763 * log-edit.el (log-edit): Doc fix.
5764
5765 2008-01-15 Glenn Morris <rgm@gnu.org>
5766
5767 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
5768
5769 2008-01-14 Alan Mackenzie <acm@muc.de>
5770
5771 * progmodes/cc-vars.el (c-constant-symbol): New function which
5772 supersedes c-const-symbol. During a customize-.. call it enables
5773 an element of (e.g.) c-hanging-braces alist to have its name
5774 displayed, even when the default value of c-h-b etc. doesn't
5775 include the elemnt. Replace uses of the old function by the new.
5776
5777 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
5778 obscure non-working fragment ":value c-".
5779
5780 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5781
5782 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
5783
5784 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
5785
5786 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
5787 instead of `tramp-file-name-real-host'.
5788
5789 * net/trampver.el: Update release number.
5790
5791 2008-01-14 Alan Mackenzie <acm@muc.de>
5792
5793 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
5794 call inside a struct being recognised as a K&R argument.
5795
5796 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5797
5798 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5799 Accept "fatal error" from MSFT.
5800 Reported by Jared Finder <jfinder@crypticstudios.com>.
5801
5802 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
5803
5804 * smerge-mode.el (smerge-auto): New function.
5805 * vc-svn.el (vc-svn-find-file-hook):
5806 * vc-arch.el (vc-arch-find-file-hook):
5807 * pcvs.el (cvs-revert-if-needed):
5808 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
5809 (top-level): Add a Todo list.
5810
5811 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
5812
5813 * vc.el (vc-update): Resolve conflicts if necessary instead of
5814 just updating the buffer.
5815
5816 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
5817 update command so that we can parse the output.
5818
5819 2008-01-13 Martin Rudalics <rudalics@gmx.at>
5820
5821 * mail/rmail.el (rmail-convert-to-babyl-format):
5822 Remove save-excursion to avoid infinite looping.
5823 Reported by dnz <dnz@bk.ru>.
5824
5825 2008-01-12 Glenn Morris <rgm@gnu.org>
5826
5827 * woman.el (woman-parse-numeric-arg): Change handling of `==':
5828 can be interned without a function definition.
5829
5830 2008-01-12 Jason Rumney <jasonr@gnu.org>
5831
5832 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
5833 (rng-nxml-mode-init): Declare.
5834
5835 2008-01-11 Jason Rumney <jasonr@gnu.org>
5836
5837 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
5838 (rng-preferred-prefix-alist-default): Remove.
5839
5840 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
5841 Rename from nxml-enable-unicode-char-name-sets-flag.
5842 (nxml-enable-unicode-char-name-sets-1): Merge into
5843 nxml-enable-unicode-char-name-sets.
5844 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
5845 nxml-char-name-ignore-case here.
5846
5847 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
5848 Update doc string and commentary.
5849 (nxml-char-name-ignore-case): Change default value.
5850 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
5851
5852 2008-01-11 Martin Rudalics <rudalics@gmx.at>
5853
5854 * cus-start.el (all): Add missing version entries.
5855
5856 2008-01-11 Glenn Morris <rgm@gnu.org>
5857
5858 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
5859 (euc-to-flat-code, flat-code-to-euc):
5860 * textmodes/org.el (elmo-msgdb-overview-get-entity)
5861 (wl-summary-buffer-msgdb): Declare as funtions.
5862
5863 2008-01-10 Martin Rudalics <rudalics@gmx.at>
5864
5865 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
5866 Bind buffer-file-name and buffer-file-truename.
5867
5868 * fringe.el (fringe-mode-explicit): New variable.
5869 (set-fringe-mode): Don't alter default-frame-alist when just
5870 loading this file.
5871
5872 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
5873
5874 * doc-view.el (doc-view-buffer-file-name): New variable.
5875 (doc-view-convert-current-doc, doc-view-search)
5876 (doc-view-current-cache-dir, doc-view-initiate-display)
5877 (doc-view-mode): Use it.
5878 (doc-view-bookmark-make-cell): Use variable buffer-file-name
5879 instead of function.
5880
5881 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
5882
5883 * vc-svn.el (vc-svn-registered): Return the correct value for
5884 ignored and unregistered files.
5885
5886 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
5887
5888 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
5889
5890 2008-01-10 Tom Tromey <tromey@redhat.com>
5891
5892 * vc.el (vc-status-unmark-all-files): New function.
5893 (vc-status-unmark-all-files): Likewise.
5894 (vc-status-mode-map): Add bindings.
5895
5896 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
5897
5898 * ediff*.el: Uncomment declare-function.
5899
5900 * viper*.el: Uncomment declare-function.
5901
5902 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
5903
5904 * doc-view.el (doc-view-mode): Support tramp, compressed files and
5905 files inside archives uniformly.
5906
5907 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
5908
5909 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
5910 constant with a computation on sgml-specials rather than a literal
5911 list. Without this change the syntax table is generated
5912 incorrectly, and the mode will think it's in a comment following
5913 any instance of the string "--".
5914
5915 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
5916
5917 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
5918 (doc-view-mode): Support document files inside archives.
5919
5920 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
5921
5922 * vc.el (vc-deduce-fileset): Return the currently selected file if
5923 no files are selected when using vc-status.
5924
5925 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
5926
5927 * ediff*.el: Comment out declare-function. "make bootstrap"
5928 stops with an error and Emacs does not compile with those things in.
5929 Besides, declare-function is not defined in XEmacs.
5930
5931 * ediff-util (eqiff-quit): Autoraise minibuffer.
5932
5933 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
5934
5935 * emulation/viper*.el: Comment out declare-function -- not defined
5936 in XEmacs.
5937
5938 * emulation/viper-ex.el (viper-info-on-file):
5939 Take care of indirect buffers.
5940
5941 * emulation/viper.el (viper-set-hooks, set-cursor-color):
5942 Set viper-vi-state-cursor-color.
5943
5944 2008-01-09 Tom Tromey <tromey@redhat.com>
5945
5946 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
5947 Just return header.
5948 (vc-status-move-to-goal-column): New function.
5949 (vc-status-mode-map): Define more keys.
5950 (vc-status-mode): Use vc-status-refresh. Now 'special.
5951 (vc-status-refresh): New function.
5952 (vc-status-next-line): Likewise.
5953 (vc-status-previous-line): Likewise.
5954 (vc-status-mark-file): Use vc-status-next-line.
5955 (vc-status-unmark-file): Use vc-status-previous-line.
5956 (vc-status-unmark-file-up): New function.
5957 (vc-status-register): Likewise.
5958 (vc-status-find-file): Likewise.
5959 (vc-status-find-file-other-window): Likewise.
5960 (vc-status-current-file): Likewise.
5961 (vc-ensure-vc-buffer): Understand vc-status mode.
5962
5963 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
5964
5965 2008-01-09 Glenn Morris <rgm@gnu.org>
5966
5967 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
5968 entry, for Windows.
5969
5970 2008-01-09 Tom Tromey <tromey@redhat.com>
5971
5972 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
5973
5974 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5975
5976 * ps-print.el: Some face attributes (like :strike-through) were not
5977 being recognised. Reported by Leo <sdl.web@gmail.com>.
5978 (ps-print-version): New version 6.8.2.
5979 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New functions.
5980 (ps-screen-to-bit-face): Fix code.
5981
5982 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5983
5984 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
5985 add a file-name handler.
5986
5987 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5988
5989 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
5990 Rename from function bibtex-files-expand. New optional arg select.
5991 (bibtex-flash-head): Allow blink-matching-delay being zero.
5992 (bibtex-clean-entry): Use atomic-change-group.
5993 (bibtex-format-entry): Check presence of required fields only
5994 after formatting of fields. Use member-ignore-case. Do not use
5995 bibtex-parse-entry. Do not use booktitle field to set a missing title.
5996 (bibtex-autofill-entry): Do not call undo-boundary.
5997 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
5998 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
5999 Parse keys if necessary.
6000
6001 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
6002
6003 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
6004 quotes in case of spaces, e.g. STL containers (not pretty).
6005
6006 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
6007
6008 * progmodes/gdb-ui.el (gud-gdb-command-name):
6009 Explain "--annotate=3" option is necessary for the Graphical Interface.
6010
6011 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
6012
6013 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
6014 on menu bar.
6015
6016 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
6017
6018 * ffap.el (ffap-read-file-or-url): Let-bind
6019 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
6020
6021 2008-01-08 Sven Joachim <svenjoac@gmx.de>
6022
6023 * vc-bzr.el: Fix typo in header.
6024
6025 2008-01-08 Eli Zaretskii <eliz@gnu.org>
6026
6027 * Makefile.in (custom-deps, finder-data): Depend on autoloads
6028 instead of loaddefs.el.
6029
6030 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
6031
6032 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
6033 gets inserted out-of-order.
6034
6035 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
6036
6037 * vc-bzr.el: Copyright and version headers update.
6038 Remove some outdated comments through the whole file.
6039 (vc-bzr-program-args): Remove because unused.
6040 (vc-bzr-log-switches): New customization option.
6041 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
6042 use `vc-bzr-program-args'.
6043 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
6044 `vc-find-root' (patch by Andreas Hoenen).
6045 (vc-bzr-status): Update regex to match latest Bzr output.
6046 Remove redundant test.
6047 (vc-bzr-init-version): New function.
6048 (vc-bzr-unregister): Must not delete file.
6049 (vc-bzr-find-version): New function.
6050 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
6051 a non-empty string, otherwise take head revision.
6052 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
6053 (vc-bzr-diff): Simpler build of the revision spec string.
6054 (vc-annotate-convert-time, vc-bzr-annotate-difference):
6055 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
6056 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
6057 (vc-bzr-dired-state-info): Only provide custom strings for
6058 overloaded VC state 'edited; otherwise fallback to
6059 `vc-default-dired-state-info'.
6060
6061 2008-01-08 Richard Stallman <rms@gnu.org>
6062
6063 * delsel.el (delete-selection-mode): Doc fix.
6064
6065 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
6066
6067 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
6068 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
6069
6070 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
6071 of watch expressions (only works fully with GDB 6.7 or later).
6072
6073 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
6074
6075 * time-stamp.el (time-stamp-time-zone):
6076 * whitespace.el (whitespace-check-buffer-leading)
6077 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
6078 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
6079 * progmodes/sh-script.el (sh-indentation):
6080 * textmodes/ispell.el (ispell-local-pdict):
6081 Add safe-local-variable properties.
6082
6083 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
6084
6085 * vc-git.el (vc-git--call): Apply `process-file' instead of
6086 `call-process'.
6087
6088 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
6089 Reported by Pete Forman <pete.forman@westerngeco.com>.
6090 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
6091 (tramp-handle-process-file): Handle the case where DESTINATION is
6092 a consp with t as car.
6093 (tramp-wait-for-output): We shall remove exactly what has been
6094 find by the search.
6095
6096 2008-01-08 Kevin Ryde <user42@zip.com.au>
6097
6098 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6099 For perl, allow "during global destruction" at end. Add entry for
6100 two-arg form of the Test module ok() func.
6101
6102 2008-01-08 Glenn Morris <rgm@gnu.org>
6103
6104 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
6105 unified format.
6106
6107 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
6108
6109 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
6110
6111 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
6112 Simplify selection of frame focusing function.
6113
6114 2008-01-08 Michael Olson <mwolson@gnu.org>
6115
6116 * textmodes/remember.el (remember-region): Fix typo in docstring.
6117
6118 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
6119
6120 * textmodes/remember.el (remember): If there is a visible region
6121 [that is, the mark is active and transient mark mode is enabled]
6122 then use this region for the initial contents of the *Remember*
6123 buffer. Use `region-beginning' and `region-end' instead of
6124 `point' and `mark'.
6125
6126 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
6127
6128 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
6129 argument to vc-hg-command.
6130 (vc-hg-log-view-mode): Handle the user field better.
6131
6132 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
6133
6134 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
6135
6136 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6137
6138 * vc.el (vc-status-fileinfo): New defstruct.
6139 (vc-status): New defvar.
6140 (vc-status-insert-headers, vc-status-printer, vc-status)
6141 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
6142 (vc-status-unmark-file, vc-status-marked-files): New functions.
6143
6144 * vc-hg.el (vc-hg-dir-status): New function.
6145
6146 2008-01-06 Martin Rudalics <rudalics@gmx.at>
6147
6148 * cus-edit.el (custom-tool-bar-map): Move initialization of this
6149 keymap from here ...
6150 (custom-mode): ... to here. Reported by Reiner Steib.
6151
6152 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6153
6154 * obsolete/x-apollo.el: Remove file for unsupported system.
6155
6156 * term/x-win.el (vendor-specific-keysyms): Remove reference to
6157 Apollo.
6158
6159 * progmodes/gud.el (gud-dgux-p): Remove.
6160 (dbx): Remove reference to dgux.
6161
6162 * progmodes/ps-mode.el (ps-mode-print-function):
6163 * ps-print.el (ps-lp-system):
6164 * paths.el (rmail-spool-directory):
6165 * ls-lisp.el (ls-lisp-emulation):
6166 * lpr.el (lpr-lp-system):
6167 * dired.el (dired-chown-program): Remove references to dgux.
6168
6169 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6170
6171 * vc.el (vc-process-sentinel): Fix apparent typo.
6172 (vc-do-command): Forcefully kill any left over process.
6173 Use start-file-process.
6174 (vc-annotate-get-time-set-line-props): Check we don't move backward.
6175
6176 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
6177
6178 * net/dbus.el (dbus-list-hash-table)
6179 (dbus-name-owner-changed-handler): Replace "signal" by "member".
6180 (dbus-check-event): Add serial number to event.
6181 (dbus-handle-event): Apply return message if needed.
6182 (dbus-event-serial-number): New defun.
6183 (dbus-event-service-name, dbus-event-path-name)
6184 (dbus-event-interface-name, dbus-event-member-name):
6185 Adapt implementation to serial number.
6186
6187 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
6188
6189 * bs.el (bs--get-mode-name): Fix typo in previous change.
6190
6191 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
6192
6193 * mouse.el (mouse-popup-menubar): Fix typo.
6194
6195 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
6196 form inside with-current-buffer.
6197
6198 * progmodes/antlr-mode.el (provide): Move to the end of file.
6199 (require): Don't require font-lock and compile.
6200 (outline-level, imenu-use-markers, imenu-create-index-function):
6201 Move declarations to top level.
6202 (cond-emacs-xemacs-macfn): Declare for compiler.
6203
6204 * vc-bzr.el (vc-bzr-root):
6205 * vc-arch.el (vc-arch-root): Only set a property if the file is
6206 managed by this backend.
6207
6208 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
6209
6210 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
6211
6212 * doc-view.el (doc-view-scroll-up-or-next-page)
6213 (doc-view-scroll-down-or-previous-page): Don't scroll to the
6214 top/bottom again when on the first/last page.
6215
6216 * doc-view.el (doc-view-scroll-up-or-next-page)
6217 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
6218 image-scroll-down instead of the non-image equivalents.
6219 Don't rely on a signalled condition but switch pages when scrolling
6220 doesn't change the vertical position anymore.
6221 (doc-view-mode-map): Remap scroll-{up,down} to
6222 image-scroll-{up,down}.
6223
6224 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
6225
6226 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
6227 tpu-mapper command rather than load the tpu-mapper package.
6228
6229 * emulation/tpu-mapper.el (tpu-mapper): New command.
6230 Contains all the code previously at top-level.
6231
6232 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * bs.el (bs--sort-by-mode, bs--get-mode-name):
6235 * imenu.el (imenu-add-to-menubar):
6236 * makesum.el (make-command-summary):
6237 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
6238 (mouse-buffer-menu):
6239 * msb.el (msb--mode-menu-cond):
6240 * calc/calc-embed.el (calc-do-embedded):
6241 * emacs-lisp/helper.el (Helper-describe-mode):
6242 * mail/emacsbug.el (report-emacs-bug):
6243 * progmodes/hideshow.el (hs-grok-mode-type):
6244 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6245 * textmodes/table.el (*table--cell-describe-mode):
6246 Pass mode-name through format-mode-line.
6247
6248 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6249
6250 * progmodes/ada-xref.el (ada-prj-find-prj-file):
6251 * progmodes/ada-mode.el (comment-region):
6252 * calendar/todo-mode.el (todo-insert-item):
6253 * bookmark.el (bookmark-buffer-name):
6254 Test major-mode rather than mode-name.
6255
6256 2008-01-04 Richard Stallman <rms@gnu.org>
6257
6258 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6259 Call byte-compile-warn-about-unresolved-functions outside
6260 the with-current-buffer.
6261 (byte-compile-insert-header): Use with-current-buffer.
6262
6263 2008-01-04 Glenn Morris <rgm@gnu.org>
6264
6265 * startup.el (fancy-about-screen): Remove reference to deleted
6266 `fancy-splash-help-echo' variable.
6267
6268 * version.el (emacs-copyright): Update to 2008.
6269
6270 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
6271 rather than mapcar.
6272
6273 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
6274 change (merge mistake).
6275
6276 * doc-view.el (doc-view-search-internal): Don't use `incf'.
6277
6278 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
6279 (bookmark-get-bookmark-record):
6280 * image-mode.el (bookmark-make-cell-function)
6281 (bookmark-get-filename, bookmark-get-bookmark-record)
6282 (bookmark-get-position):
6283 * log-view.el (vc-modify-change-comment):
6284 * progmodes/grep.el (find-name-arg): Declare for compiler.
6285
6286 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
6287
6288 * savehist.el (savehist-coding-system): Default to a variant coding
6289 system with explicit unix end-of-line conversion, which is safer.
6290
6291 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6292
6293 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
6294 * ibuffer.el (mode column): Use format-mode-line.
6295
6296 * server.el (server-create-window-system-frame): Remove workaround for
6297 a bug that has been fixed.
6298
6299 2008-01-03 Magnus Henoch <magnus@zemdatav>
6300
6301 * net/dbus.el (dbus-name-owner-changed-handler):
6302 Use dbus-unregister-object instead of dbus-unregister-signal.
6303
6304 2008-01-03 Drew Adams <drew.adams@oracle.com>
6305
6306 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
6307
6308 2008-01-03 Richard Stallman <rms@gnu.org>
6309
6310 * replace.el (occur-context-lines): New subroutine,
6311 broken out of occur-engine.
6312 (occur-engine): Call it.
6313
6314 2008-01-03 Alexandre Julliard <julliard@winehq.org>
6315
6316 * vc-git.el (vc-git--ls-files-state): New function.
6317 (vc-git-dir-state): Use it instead of processing the status
6318 results here.
6319
6320 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
6321
6322 * progmodes/grep.el (grep-find-ignored-directories):
6323 Initialize from the value of vc-directory-exclusion-list.
6324
6325 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
6326 even though we don't have a back end for darcs yet.
6327
6328 2008-01-02 Karl Fogel <kfogel@red-bean.com>
6329
6330 Change a return type, for greater extensibility.
6331 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
6332 and its thread for discussion leading to this change.
6333
6334 * bookmark.el (bookmark-jump-noselect):
6335 Return an alist instead of a dotted pair.
6336 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
6337 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
6338 (bookmark-bmenu-switch-other-window): Adjust accordingly.
6339 (bookmark-make-cell-function): Adjust documentation accordingly.
6340
6341 * image-mode.el (image-bookmark-jump):
6342 Adjust return type accordingly; document.
6343
6344 * doc-view.el (doc-view-bookmark-jump):
6345 Adjust return type accordingly; document.
6346
6347 2008-01-02 Miles Bader <miles@gnu.org>
6348
6349 * net/rcirc.el (rcirc-log-filename-function): New variable.
6350 (rcirc-log): Use `rcirc-log-filename-function' to generate the
6351 log-file name. Don't log anything if it returns nil.
6352 (rcirc-log-write): Use `expand-file-name' when merging the
6353 log-file name from the alist with rcirc-log-directory; this does
6354 the right thing if the name in the alist already an absolute
6355 filename. Make the log-file directory if necessary.
6356
6357 2007-12-29 Richard Stallman <rms@gnu.org>
6358
6359 * font-lock.el (font-lock-prepend-text-property)
6360 (font-lock-append-text-property): Canonicalize the face and
6361 font-lock-face properties.
6362
6363 * faces.el (facep): Doc fix.
6364
6365 * startup.el (fancy-startup-tail, fancy-about-text)
6366 (fancy-startup-text): Regularize format of face property.
6367
6368 * facemenu.el (list-colors-print): Use :background and :foreground
6369 instead of background-color and foreground-color.
6370
6371 2007-12-29 Drew Adams <drew.adams@oracle.com>
6372
6373 * cus-edit.el (custom-add-parent-links):
6374 Fill the "Parent documentation" text.
6375
6376 2007-12-29 Eli Zaretskii <eliz@gnu.org>
6377
6378 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
6379 MS-Windows and MS-DOS.
6380 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
6381
6382 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
6383
6384 * vc-svn.el (vc-svn-modify-change comment): New function.
6385
6386 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
6387
6388 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
6389 Do not disable undo, with-temp-buffer does it by default.
6390
6391 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
6392
6393 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
6394 correctly.
6395
6396 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
6397 with vc-state.
6398 (vc-next-action): Fix vc-transfer-file call.
6399
6400 2007-12-31 Tom Tromey <tromey@redhat.com>
6401
6402 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
6403 Move point to the start of the buffer.
6404
6405 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
6406
6407 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
6408
6409 * vc.el: State that dir-state is required to set the vc-state and
6410 vc-backend properties.
6411
6412 2007-12-31 Martin Rudalics <rudalics@gmx.at>
6413
6414 * man.el (Man-default-man-entry): Make this a defun.
6415 Improve guessing mechanism and handling of section numbers.
6416
6417 2007-12-31 Richard Stallman <rms@gnu.org>
6418
6419 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
6420
6421 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
6422
6423 * calc/calc-units.el (calc-convert-temperature): Ensure that units
6424 are on the result even when the result is zero.
6425
6426 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
6427
6428 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
6429 resistent towards wrong parameters.
6430 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
6431
6432 2007-12-30 Richard Stallman <rms@gnu.org>
6433
6434 * faces.el (face-all-attributes): New function.
6435
6436 * faces.el (face-differs-from-default-p): Compute list of attr names
6437 from face-attribute-name-alist.
6438
6439 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
6440 (custom-face-save): Likewise.
6441 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
6442
6443 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
6444 (custom-theme-set-faces): Clear `face-override-spec' property.
6445 Call `face-spec-set' with FOR-DEFFACE.
6446
6447 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
6448
6449 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
6450 Use of frame as third arg is deprecated.
6451 Handle `face-override-spec' property.
6452 (face-spec-recalc): New function.
6453 (face-spec-set-2): New function.
6454 (frame-set-background-mode): Handle `face-override-spec' property.
6455 Use `face-spec-recalc'.
6456 (face-set-after-frame-default): Use `face-spec-recalc'.
6457
6458 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
6459
6460 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
6461
6462 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
6463
6464 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
6465
6466 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
6467
6468 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
6469 'added, 'removed.
6470
6471 * vc.el (header coment): Better description of dir-state.
6472 (vc-compatible-state): New function. Checks whether two states
6473 can be in the same changeset; used with 'edited it can test whether
6474 the next action for a state should be commit.
6475 (vc-default-dired-state-info): Display 'removed state.
6476 (vc-dired-hook): Turn off undo, this is a speed tweak.
6477
6478 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
6479
6480 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
6481 Cope with the possibility that the 'C' status flag might change
6482 in 0.9,6.
6483
6484 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
6485
6486 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
6487
6488 * files.el (cd-absolute): Fix omission bug:
6489 Make `list-buffers-directory' buffer-local.
6490
6491 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
6492
6493 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
6494
6495 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
6496
6497 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
6498
6499 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
6500 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
6501 (math-yacas-compose-deriv, math-yacas-compose-taylor)
6502 (math-maxima-parse-subst, math-maxima-parse-taylor)
6503 (math-maxima-compose-taylor, math-maxima-compose-subst)
6504 (math-maxima-compose-if, math-lang-switch-args)
6505 (math-lang-compose-switch-args, math-read-giac-subscr):
6506 New functions.
6507 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
6508 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
6509 Add languages.
6510 (math-vector-brackets, math-complex-format, math-variable-table)
6511 (math-parse-table, math-oper-table, math-function-table)
6512 (math-special-function-table, math-compose-subscr):
6513 Add values for new languages.
6514
6515 * calc/calccomp.el (math-compose-expr): Add new languages.
6516
6517 * calc/calc.el (calc-language): Add languages to docstring.
6518
6519 * calc/calc-ext.el (calc-init-extensions): Add keybindings
6520 for new languages. Autoload commands to change languages.
6521
6522 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
6523
6524 * calc/calc-menu.el (calc-modes-menu): Add new languages.
6525 (calc-arithmetic-menu, calc-scientific-function-menu)
6526 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
6527 (calc-units-menu, calc-variables-menu, calc-stack-menu):
6528 Add :active keywords.
6529
6530 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
6531
6532 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
6533 returns 'ignored or 'unregistered.
6534 (vc-hg-state): Pass "-A" to the status command and deal with the
6535 output.
6536 (vc-hg-dir-state): Pass "-A" to the status command.
6537
6538 2007-12-29 Richard Stallman <rms@gnu.org>
6539
6540 * progmodes/compile.el (compilation-start): Set initial visible
6541 point properly even when compilation buffer already current.
6542
6543 2007-12-29 Richard Stallman <rms@gnu.org>
6544
6545 * files.el (conf-mode-maybe): New function.
6546 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
6547
6548 2007-12-29 Martin Rudalics <rudalics@gmx.at>
6549
6550 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
6551
6552 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
6553
6554 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
6555
6556 2007-12-29 Richard Stallman <rms@gnu.org>
6557
6558 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
6559 so they never do EOF.
6560
6561 2007-12-29 Richard Stallman <rms@gnu.org>
6562
6563 * faces.el (copy-face): Create the new face explicitly if it
6564 does not exist already.
6565
6566 2007-12-29 Eli Zaretskii <eliz@gnu.org>
6567
6568 * simple.el (minibuffer-history, shell-command-history)
6569 (set-variable-value-history):
6570 * replace.el (regexp-history):
6571 * international/mule-cmds.el (input-method-history):
6572 * files.el (file-name-history): Add reference to history-length in
6573 the doc string.
6574
6575 2007-12-29 Richard Stallman <rms@gnu.org>
6576
6577 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
6578
6579 2007-12-29 Jason Rumney <jasonr@gnu.org>
6580
6581 * find-dired.el (find-name-arg): New custom variable.
6582 (find-name-dired): Use it.
6583 (find-dired-find-program): Remove.
6584 (find-dired): Use find-program.
6585 (find-grep-dired): Use grep-program.
6586
6587 * progmodes/grep.el (rgrep): Use find-name-arg.
6588
6589 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
6590
6591 * progmodes/cc-vars.el (defcustom-c-stylevar):
6592 Revert to pre-2007-12-12 version.
6593
6594 2007-12-29 Richard Stallman <rms@gnu.org>
6595
6596 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
6597
6598 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
6599 Use changed.
6600
6601 * startup.el (fancy-splash-help-echo): Var deleted.
6602 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
6603 (fancy-about-screen): Don't display fancy-splash-help-echo.
6604
6605 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
6606
6607 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
6608
6609 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
6610 to vc-hooks.el so it will be available to other modes, such as
6611 speedbar.el. Also, teach it to recognize monotone state directories.
6612
6613 * speedbar.el: Remove this mode's fragile assumptions about
6614 version-control systems. Instead, make it use logic from
6615 vc-hooks.el so it will become smarter whenever VC mode does.
6616
6617 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
6618 Fix the documentation.
6619
6620 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
6621 Modify all instances of the dir-state back-end method to suppress
6622 keeping undo lists on the buffers holding status output, which
6623 can get extremely large.
6624
6625 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
6626 so they don't do work that the default one can do instead.
6627
6628 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
6629 states, and the new return-value convention. These are not
6630 actually used yet, just set.
6631
6632 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
6633 states when appropriate.
6634
6635 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
6636 'unregistered when appropriate.
6637
6638 * vc-git.el: Document that we don't set the new states yet.
6639
6640 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
6641 'ignored states.
6642
6643 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
6644 appropriate.
6645
6646 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
6647 when appropriate.
6648
6649 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
6650
6651 * thumbs.el (thumbs-call-convert): Use call-process directly
6652 with thumbs-conversion-program instead of through shell-file-name
6653 for better error reporting.
6654
6655 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
6656
6657 * calc/calc-aent.el (math-remove-percentsigns):
6658 * calc/calccomp.el (math-to-percentsigns): Change placeholder
6659 for percent signs.
6660
6661 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
6662
6663 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
6664 use completion-ignored-extensions to detect files that should be
6665 ignorted in VC-Dired listings, heading off lots of expensive calls
6666 to (vc-state).
6667
6668 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
6669 non-terse mode.
6670 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
6671 Makefile.in or Makefile.am.
6672
6673 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6674
6675 * ps-print.el (ps-mark-active-p): Fun returned back.
6676 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
6677 `region-active-p' for error checking.
6678
6679 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
6680
6681 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
6682 Put new machinery in place to support editing of change comments
6683 with 'e' in a log-view buffer. Not documented yet as this
6684 only works for SCCS, RCS, and maybe CVS if you have admin
6685 privileges. When we have backend support for Subversion and
6686 more modern systems it will be time to write this up.
6687
6688 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
6689
6690 * international/mule-cmds.el (select-safe-coding-system):
6691 When a buffer is modified, cancel the writing.
6692
6693 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
6694
6695 * log-view.el: Add Subversion and Mercurial log format samples.
6696
6697 * vc.el (vc-dired-hook): Significantly speed up by arranging for
6698 it to call the backend dir-state hook (if it exists)
6699 exactly *once*, rather than once per each subdirectory (with
6700 dired-state-info calls on all toplevel files slowing it down even
6701 further). For this to work, backend dir-state methods have to
6702 recurse to subdirectories. Most of them already did anyway; a few
6703 needed *non*-recursion switches removed. This change mostly
6704 removed code that was perversely bad and should have been shot
6705 through the head years ago.
6706
6707 * vc-bzr.el (vc-bzr-dir-state):
6708 * vc-cvs.el (vc-cvs-dir-state):
6709 * vc-mcvs.el (vc-mcvs-dir-state):
6710 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
6711
6712 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
6713 multiple arguments, so generate logs sequentially when we get them.
6714 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
6715 headers so the various log bindings can do the right thing.
6716 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
6717
6718 2007-12-26 Andreas Schwab <schwab@suse.de>
6719
6720 * font-lock.el (save-buffer-state): Make sure the state of the
6721 buffer is always restored.
6722
6723 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
6724
6725 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
6726
6727 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
6728 a variable.
6729
6730 * calc/calccomp.el (math-to-percentsigns): New function.
6731 (math-compose-var): Handle variables with percent signs.
6732 (math-compose-expr): Handle function names with percent signs.
6733
6734 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
6735 (math-read-exprs): Handle percent signs in languages that
6736 allow them.
6737 (math-restore-underscores): Remove function.
6738 (math-remove-percentsigns, math-restore-placeholders):
6739 New functions.
6740
6741 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6742
6743 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
6744 of `mark' for error checking.
6745
6746 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
6747
6748 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
6749 New functions.
6750 (image-mode): Set bookmark-make-cell-function appropriately.
6751
6752 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
6753
6754 * bookmark.el (bookmark-make-cell-function): New variable.
6755 (bookmark-make): Call bookmark-make-cell-function's function
6756 instead of bookmark-make-cell.
6757 (bookmark-get-handler, bookmark-jump-internal): New functions.
6758 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
6759 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
6760 Use bookmark-jump-internal.
6761 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
6762
6763 * doc-view.el (doc-view-bookmark-make-cell)
6764 (doc-view-bookmark-jump): New functions.
6765 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
6766
6767 2007-12-25 Miles Bader <miles@gnu.org>
6768
6769 * indent.el (indent-for-tab-command): Rigidly indent the following
6770 sexp along with the current line when a prefix arg is given in the
6771 non-active-region case. Specify raw prefix in interactive spec.
6772 Simplify main indentation logic to get rid of the conditional call
6773 to `indent-according-to-mode' (it just ended up calling
6774 `indent-line-function' in all cases anyway, which can be done more
6775 simply here). Remove unnecessary test of ARG in active region case.
6776
6777 2007-12-25 Richard Stallman <rms@gnu.org>
6778
6779 * allout.el (allout-region-active-p): Rename from my-region-active-p.
6780 Use `use-region-p'.
6781 (allout-write-file-hook-handler): Simplify code.
6782
6783 * ps-print.el (ps-mark-active-p): Function deleted.
6784 (ps-print-preprint-region): Use (mark) for the error check.
6785
6786 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
6787
6788 * winner.el (winner-active-region): Use `mark-active' if it's defined.
6789
6790 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
6791
6792 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
6793
6794 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
6795
6796 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
6797
6798 * progmodes/cc-defs.el (c-region-is-active-p):
6799 Use `mark-active' if it's defined.
6800
6801 * progmodes/cc-cmds.el (c-indent-line-or-region):
6802 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
6803
6804 * simple.el (select-active-regions): New option.
6805 (set-mark): Obey it.
6806 (yank-pop-change-selection): New option.
6807 (current-kill): Obey it.
6808
6809 * simple.el (use-region-p): Rename from `region-active-p'.
6810 (region-active-p): New function.
6811
6812 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
6813
6814 * term/x-win.el (x-select-enable-primary): New option.
6815 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
6816
6817 * mouse.el (mouse-yank-primary): New function (almost same
6818 as mouse-yank-secondary).
6819
6820 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
6821
6822 * calculator.el:
6823 * dframe.el:
6824 * iswitchb.el:
6825 * whitespace.el:
6826 * winner.el:
6827 * emacs-lisp/checkdoc.el:
6828 * mail/feedmail.el:
6829 * net/quickurl.el:
6830 * obsolete/fast-lock.el:
6831 * play/5x5.el:
6832 * progmodes/delphi.el:
6833 * progmodes/idlw-shell.el:
6834 * progmodes/idlwave.el:
6835 * textmodes/artist.el:
6836 * textmodes/ispell.el:
6837 * textmodes/texinfmt.el:
6838 * textmodes/texinfo.el: Remove obsolete definitions of backward
6839 compatibility macros for defcustom, defgroup, defface, when,
6840 unless, with-current-buffer and with-temp-message.
6841
6842 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
6843
6844 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
6845
6846 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
6847
6848 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
6849 indeed a process.
6850
6851 2007-12-23 Richard Stallman <rms@gnu.org>
6852
6853 * simple.el (region-active-p): New function.
6854 (use-empty-active-region): New variable.
6855
6856 * dired-aux.el (dired): Load dired.el at run time too.
6857
6858 2007-12-23 Juri Linkov <juri@jurta.org>
6859
6860 * man.el (Man-follow-manual-reference): Fill the minibuffer's
6861 default list with a full list of references.
6862
6863 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
6864
6865 2007-12-23 Andreas Schwab <schwab@suse.de>
6866
6867 * files.el (switch-to-buffer-other-frame): Return the buffer
6868 switched to.
6869
6870 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
6871
6872 Sync with Tramp 2.1.12.
6873
6874 * net/tramp.el: New todo item.
6875
6876 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
6877 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
6878
6879 * net/trampver.el: Update release number.
6880
6881 2007-12-22 Richard Stallman <rms@gnu.org>
6882
6883 * newcomment.el (comment-region-default): Don't triple the
6884 comment starter if the first region line isn't indented enough.
6885
6886 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6887
6888 * net/imap.el (imap-authenticate): Use current-buffer instead of
6889 buffer, for the cases where imap-authenticate is called with a nil
6890 buffer parameter.
6891
6892 2007-12-21 Martin Rudalics <rudalics@gmx.at>
6893
6894 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
6895 specifier from format-string. Reported by Ye Wenbin.
6896
6897 2007-12-20 Jason Rumney <jasonr@gnu.org>
6898
6899 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
6900 Parent group is font-lock-faces.
6901 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
6902 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
6903 (nxml-version): Remove.
6904 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
6905 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
6906 (nxml-processing-instruction-delimiter)
6907 (nxml-processing-instruction-target)
6908 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
6909 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
6910 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
6911 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
6912 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
6913 (nxml-attribute-prefix, nxml-attribute-colon)
6914 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
6915 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
6916 (nxml-attribute-value, nxml-attribute-value-delimiter)
6917 (nxml-namespace-attibute-value)
6918 (nxml-namespace-attribure-value-delimiter)
6919 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
6920 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
6921 (nxml-glyph): Rename, removing -face suffix.
6922 Inherit from existing font-lock faces.
6923 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
6924 Use new face names.
6925
6926 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6927 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6928 Rename, removing -face suffix.
6929 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
6930 (nxml-highlighted-colon, nxml-highlighted-slash)
6931 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
6932 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
6933 (nxml-highlighted-qname, nxml-outline-display-heading):
6934 Use new face names.
6935
6936 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
6937
6938 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
6939
6940 2007-12-19 Martin Rudalics <rudalics@gmx.at>
6941
6942 * cus-start.el (all): Use correct group name for members of
6943 mode-line group.
6944
6945 * man.el (Man-default-man-entry): When looking for default man
6946 entry title search text preceding point. Use when instead of if.
6947
6948 * indent.el (indent-for-tab-command): Fix doc-string typo.
6949
6950 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
6951 vc-parent-buffer is the current buffer.
6952
6953 * info-look.el (info-lookup, info-lookup-setup-mode)
6954 (info-lookup-make-completions): Avoid clobbering Info-history and
6955 Info-history-list.
6956
6957 2007-12-19 Glenn Morris <rgm@gnu.org>
6958
6959 * progmodes/verilog-mode.el (top-level): Don't require compile.
6960 (compilation-error-regexp-alist, compilation-last-buffer):
6961 Define for compiler.
6962 (verilog-insert-1): New function.
6963 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
6964 Use verilog-insert-1.
6965 (verilog-surelint-off): Use next-error-last-buffer if bound.
6966 Check compile buffer is live.
6967
6968 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
6969
6970 * progmodes/compile.el (compilation-start): Don't pass a FRAME
6971 argument to display-buffer.
6972
6973 2007-12-19 Jason Rumney <jasonr@gnu.org>
6974
6975 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
6976 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
6977 (rng-byte-compile-load, rng-write-version): Remove.
6978
6979 * nxml/rng-loc.el (rng-schema-locating-files-default)
6980 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
6981 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
6982
6983 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
6984
6985 * files.el (cd-absolute): Set `list-buffers-directory' in order to
6986 show correct path in buffer list.
6987
6988 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
6989 (tramp-find-shell): Send only single prompt setting commands, in
6990 order to avoid double-prompt.
6991
6992 * net/tramp-compat.el (top): Require cl only when compiling.
6993 Reported by Glenn Morris <rgm@gnu.org>.
6994
6995 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
6996
6997 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
6998 (c-comment-continuation-stars): No longer declare with
6999 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
7000 (c-block-comment-prefix): Use symbol-value to
7001 access c-comment-continuation-stars.
7002 * progmodes/cc-mode.el (c-initialize-cc-mode):
7003 Use symbol-value to access c-comment-continuation-stars.
7004
7005 2007-12-18 Mark A. Hershberger <mah@everybody.org>
7006
7007 * xml.el (xml-escape-string): New function. Escape string using
7008 xml-entity-alist.
7009 (xml-debug-print-internal): Use xml-escape-string to escape
7010 characters in attributes and in text children of elements.
7011
7012 2007-12-18 Glenn Morris <rgm@gnu.org>
7013
7014 * progmodes/cc-subword.el (c-subword-mode): Drop support for
7015 systems without define-minor-mode.
7016
7017 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
7018
7019 * progmodes/verilog-mode.el: Replace all instances of
7020 string-to-int with string-to-number, insert-string with insert,
7021 and read-input with read-string.
7022 (top-level): No need to require imenu, reporter, dinotrace, vc,
7023 font-lock when compiling. Always require compile. Relegate remaining
7024 compatibility cruft to XEmacs. Don't require font-lock.
7025 (verilog-version): Remove superfluous concat.
7026 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
7027 No need to define.
7028 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
7029 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
7030 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
7031 (verilog-startup-message-displayed): These are variables, not constants.
7032 (verilog-batch-execute-func, verilog-auto-inst)
7033 (verilog-auto-inst-param): Use mapc rather than mapcar.
7034 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
7035 actually defining.
7036 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
7037 (verilog-modi-get-outputs, verilog-modi-get-inouts)
7038 (verilog-modi-get-inputs, verilog-modi-get-wires)
7039 (verilog-modi-get-regs, verilog-modi-get-assigns)
7040 (verilog-modi-get-consts, verilog-modi-get-gparams)
7041 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
7042 (verilog-modi-get-sub-inputs): Move inline functions earlier in
7043 the file.
7044 (sigs-in, sigs-out): Don't declare multiple times.
7045 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
7046 `defvar'.
7047 (verilog-auto): Call dinotrace-unannotate-all only if bound.
7048 (verilog-module-inside-filename-p): No need to wrap fboundp test
7049 in condition-case.
7050 (reporter-submit-bug-report): Autoload it.
7051 (verilog-mark-defun): Call zmacs-activate-region only if bound.
7052 (verilog-font-customize): Call customize-apropos only if bound.
7053 (verilog-getopt-flags, verilog-auto-reeval-locals):
7054 Use make-local-variable rather than make-variable-buffer-local.
7055 (verilog-company, verilog-project, verilog-modi-cache-list):
7056 Move make-variable-buffer-local calls to top-level.
7057 (font-lock-defaults-alist): Don't define it.
7058 (verilog-need-fld): Remove.
7059 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
7060 (verilog-mode): Only call make-local-hook on XEmacs.
7061 Set font-lock-defaults rather than using verilog-font-lock-init.
7062
7063 2007-12-17 Andreas Schwab <schwab@suse.de>
7064
7065 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
7066 Fix comment typo.
7067
7068 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
7069
7070 * net/dbus.el (dbus-name-owner-changed-handler):
7071 Use `dbus-unregister-signal' for removing old rules.
7072 Obey new structure of `dbus-registered-functions-table'.
7073
7074 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
7075
7076 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
7077
7078 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
7079
7080 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
7081 function.
7082 (add-submenu): Only define for XEmacs.
7083 (verilog-regexp-words): Revert previous change, keep the other
7084 definition.
7085
7086 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
7087
7088 * progmodes/perl-mode.el (perl-continued-statement-offset)
7089 (perl-continued-brace-offset, perl-brace-offset)
7090 (perl-brace-imaginary-offset, perl-label-offset):
7091 * progmodes/cperl-mode.el (cperl-brace-offset)
7092 (cperl-continued-brace-offset, cperl-label-offset)
7093 (cperl-continued-statement-offset)
7094 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
7095 Add safe-local-variable properties.
7096
7097 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
7098
7099 * progmodes/verilog-mode.el (verilog-mode-map)
7100 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
7101 (verilog-colorize-include-files): Use only overlay functions so
7102 that it can work on both emacs and XEmacs.
7103 (set-extent-keymap): Remove unused defun.
7104 (verilog-kill-existing-comment, verilog-insert-date)
7105 (verilog-insert-year): Rename in order not to pollute the global
7106 namespace from kill-existing-comment, insert-date and
7107 insert-year, respectively.
7108 (verilog-set-auto-endcomments, verilog-header): Update callers.
7109
7110 * files.el (auto-mode-alist): Recognize verilog files.
7111
7112 * progmodes/verilog-mode.el (verilog-string-replace-matches)
7113 (verilog-string-remove-spaces, verilog-re-search-forward)
7114 (verilog-re-search-backward, verilog-re-search-forward-quick)
7115 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
7116 (verilog-get-end-of-line, verilog-within-string): Move definitions
7117 before first use. No code changes.
7118
7119 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
7120
7121 * progmodes/verilog-mode.el (verilog-mode-version)
7122 (verilog-mode-release-date): Don't use expanding keywords.
7123 (provide): Move to the end of file.
7124 (fboundp): Don't check if eval-when-compile is bound, it is used
7125 later in the file without checking.
7126 (when, unless): Copy definitions from subr.el.
7127 (char-before, defcustom, defface, customize-group)
7128 (verilog-batch-error-wrapper): Don't use old style backquotes.
7129 (verilog-regexp-opt): Avoid using the cl function case.
7130 (verilog-regexp-words): Remove duplicated definition.
7131 (verilog-mode-abbrev-table): Remove, duplicate.
7132 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
7133 Declare and initialize in one step.
7134 (verilog-declaration-prefix-re, verilog-declaration-re)
7135 (verilog-end-of-statement, verilog-indent-declaration)
7136 (verilog-get-lineup-indent): Remove trailing whitespace.
7137 (verilog-mode): Fix autoload cookie.
7138 Set beginning-of-defun-function and end-of-defun-function. Use when
7139 instead of if.
7140 (verilog-emacs-features, verilog-auto-ascii-enum)
7141 (verilog-insert-indices): Escape braces in doc strings.
7142
7143 2007-12-08 Michael McNamara <mac@verilog.com>
7144 Wilson Snyder <wsnyder@wsnyder.org>
7145
7146 * progmodes/verilog-mode.el: New file.
7147
7148 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
7149
7150 * international/latexenc.el (latexenc-find-file-coding-system):
7151 If both coding-system-for-write and buffer-file-coding-system of
7152 latex-main-file are nil, use `undecided'.
7153
7154 2007-12-06 Jason Rumney <jasonr@gnu.org>
7155
7156 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
7157
7158 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7159
7160 * files.el (revert-buffer): Docstring fix.
7161
7162 2007-12-11 Glenn Morris <rgm@gnu.org>
7163
7164 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
7165
7166 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
7167
7168 * calc/calc-aent.el (math-restore-underscores)
7169 (math-string-restore-underscores): New functions.
7170 (math-read-factor): Properly check variable names with underscores
7171 for entries in `math-expr-variable-mapping'.
7172
7173 * calc/calc-lang.el (math-lang-name): New property name.
7174
7175 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
7176 to set language name.
7177
7178 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7179
7180 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7181
7182 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
7183
7184 * server.el (server-select-display): Fix important typo.
7185 (server-process-filter): Turn a "" display into nil.
7186
7187 2007-12-09 Juri Linkov <juri@jurta.org>
7188
7189 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
7190 Check search-upper-case before calling isearch-no-upper-case-p
7191 to set case-fold-search.
7192 (occur): Doc fix.
7193 (occur-1, perform-replace): Check search-upper-case before calling
7194 isearch-no-upper-case-p to set case-fold-search.
7195
7196 * isearch.el (search-upper-case): Doc fix.
7197 (isearch-mode-map): Bind `M-s o' to isearch-occur.
7198 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
7199 (isearch-query-replace-regexp): Doc fix.
7200 (isearch-occur): New function.
7201
7202 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7203
7204 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
7205 backward compatibility.
7206
7207 * net/imap.el (imap-string-to-integer): New function.
7208
7209 2007-12-09 David Kastrup <dak@gnu.org>
7210
7211 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
7212 directories. Not sure anybody uses this anymore, though.
7213
7214 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7215
7216 * printing.el: Fix pr-interface-map initialization code.
7217 (pr-version): New version 6.9.3.
7218 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
7219 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
7220 (pr-f-read-string): Replace by pr-read-string.
7221 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
7222 name.
7223 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
7224
7225 2007-12-09 Glenn Morris <rgm@gnu.org>
7226
7227 * emulation/viper-init.el (top-level): Use dolist rather than mapc
7228 in make-variable-frame-local call.
7229
7230 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
7231
7232 * mail/hashcash.el (declare-function):
7233 * net/imap.el (declare-function): New no-op macro for backward
7234 compatibility.
7235
7236 2007-12-08 Eli Zaretskii <eliz@gnu.org>
7237
7238 Sync makefile.w32-in with Makefile.in.
7239
7240 * makefile.w32-in (check-declare): New target.
7241 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
7242 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
7243 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
7244 ($(lisp)/progmodes/cc-mode.elc): Use it.
7245 ($(lisp)/progmodes/cc-mode.elc): New rule.
7246
7247 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
7248
7249 * indent.el (tab-stop-list): Mark as safe-local-variable.
7250
7251 * generic-x.el (etc-sudoers-generic-mode): New mode.
7252 (generic-unix-modes): Add it.
7253
7254 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
7255
7256 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
7257 apply wildcards in a hash table key; there is no usable hash code then.
7258 (dbus-registered-functions-table): Use `equal' as test function.
7259 (dbus-name-owner-changed-handler): Rewrite due to new hash table
7260 structure.
7261
7262 2007-12-08 Martin Rudalics <rudalics@gmx.at>
7263
7264 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
7265 bound error in block comment branch.
7266
7267 2007-12-08 David Kastrup <dak@gnu.org>
7268
7269 * textmodes/reftex.el (reftex-select-with-char):
7270 * textmodes/reftex-toc.el (reftex-toc-do-promote)
7271 (reftex-toc-visit-location, reftex-toc-find-section):
7272 * textmodes/reftex-index.el (reftex-index-show-entry):
7273 * textmodes/org.el (org-cycle-hide-archived-subtrees)
7274 (org-table-rotate-recalc-marks, org-mark-ring-push)
7275 (org-follow-info-link, org-mhe-get-message-folder-from-index)
7276 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
7277 (org-evaluate-time-range, org-edit-agenda-file-list):
7278 * textmodes/artist.el (artist-select-next-op-in-list)
7279 (artist-select-prev-op-in-list):
7280 * term/mac-win.el (mac-service-insert-text):
7281 * startup.el (fancy-about-screen):
7282 * progmodes/vhdl-mode.el (vhdl-decision-query):
7283 * progmodes/idlwave.el (idlwave-template)
7284 (idlwave-scroll-completions, idlwave-display-completion-list):
7285 * progmodes/ebrowse.el (ebrowse-show-progress):
7286 * progmodes/cperl-mode.el (cperl-find-pods-heres):
7287 * progmodes/antlr-mode.el (antlr-insert-option-do):
7288 * play/mpuz.el (mpuz-close-game):
7289 * net/rcirc.el (rcirc-next-active-buffer):
7290 * mail/reporter.el (reporter-update-status):
7291 * kmacro.el (kmacro-display):
7292 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7293 * emulation/viper-util.el (viper-save-setting):
7294 * emacs-lisp/lisp-mnt.el (lm-verify):
7295 * emacs-lisp/edebug.el (edebug-set-mode):
7296 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
7297 * calendar/calendar.el (calendar-print-day-of-year):
7298 * calc/calcalg3.el (calc-curve-fit):
7299 * calc/calcalg2.el (math-integral):
7300 * calc/calc.el (calc-read-key-sequence, calc-version):
7301 * calc/calc-mode.el (calc-set-simplify-mode):
7302 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
7303
7304 2007-12-07 D. Goel <deego3@gmail.com>
7305
7306 * progmodes/idlw-shell.el (idlwave-shell-display-line)
7307 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
7308 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
7309 * mail/uce.el (uce-reply-to-uce)
7310 * progmodes/vhdl-mode.el (vhdl-template-modify)
7311 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
7312 to `error' (as suggested by RMS.)
7313
7314 2007-12-07 Glenn Morris <rgm@gnu.org>
7315
7316 * allout.el (allout-write-file-hook-handler):
7317 * textmodes/reftex.el (reftex-TeX-master-file):
7318 * textmodes/reftex-parse.el (reftex-short-context):
7319 Revert previous change.
7320
7321 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
7322
7323 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
7324 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
7325 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
7326 (dbus-event-service-name, dbus-event-path-name)
7327 (dbus-event-interface-name, dbus-event-member-name): Fix for new
7328 event structure.
7329 (dbus-list-activatable-names, dbus-list-names)
7330 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
7331 Reorder `dbus-call-method' arguments.
7332
7333 2007-12-06 D. Goel <deego3@gmail.com>
7334
7335 * allout.el (allout-write-file-hook-handler):
7336 * textmodes/reftex.el (reftex-TeX-master-file):
7337 * textmodes/org.el (org-paste-subtree):
7338 * progmodes/vhdl-mode.el (vhdl-template-modify):
7339 * progmodes/idlw-shell.el (idlwave-shell-send-command)
7340 (idlwave-shell-display-line):
7341 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
7342 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7343 * net/trampver.el (x):
7344 * mail/uce.el (uce-reply-to-uce):
7345 * mail/rmailout.el (rmail-output):
7346 * mail/feedmail.el (feedmail-dump-message-to-queue):
7347 * whitespace.el (whitespace-write-file-hook):
7348 * wdired.el (wdired-check-kill-buffer):
7349 * vc.el (vc-update):
7350 * vc-mcvs.el (vc-mcvs-checkin):
7351 * vc-cvs.el (vc-cvs-checkin):
7352 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
7353 * ibuffer.el (ibuffer-current-buffer):
7354 * dired.el (dired-move-to-end-of-filename):
7355 * bindings.el (complete-symbol):
7356 * textmodes/org-publish.el (org-publish-file):
7357 (org-publish-current-project):
7358 * textmodes/reftex-parse.el (reftex-short-context):
7359 * textmodes/texinfmt.el: Fix buggy calls to `error'.
7360
7361 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7362
7363 * doc-view.el (doc-view-dvi->pdf-sentinel)
7364 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
7365 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
7366 within a sentinel or timer.
7367 (doc-view-display): Don't try to display before the requested page
7368 is available, unless told to do so explicitly.
7369 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
7370 Force display even if the requested page is not available.
7371
7372 2007-12-06 Richard Stallman <rms@gnu.org>
7373
7374 * help-fns.el (describe-function-1): Call ad-get-advice-info
7375 only on symbols.
7376
7377 2007-12-06 Glenn Morris <rgm@gnu.org>
7378
7379 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
7380 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
7381 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
7382 faces in non-light-background case.
7383
7384 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
7385 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
7386 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
7387 * emulation/vi.el, emulation/viper-cmd.el:
7388 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
7389 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
7390 * textmodes/fill.el: Remove directory part from filenames in
7391 function declarations.
7392
7393 * dired-aux.el (mailcap-mime-info): Update declaration.
7394
7395 2007-12-05 Richard Stallman <rms@gnu.org>
7396
7397 * wid-edit.el (widget-type): Doc fix.
7398
7399 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7400
7401 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7402 Don't match "sub { (...) ... }".
7403
7404 2007-12-05 Richard Stallman <rms@gnu.org>
7405
7406 * international/mule-cmds.el (toggle-input-method-active): New var.
7407 (toggle-input-method): Bind toggle-input-method-active to t.
7408 Error if it was already non-nil.
7409
7410 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
7411
7412 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7413
7414 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
7415
7416 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
7417 see if certs should be verified and what is to be done in the
7418 event of a verification failure.
7419
7420 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
7421
7422 * net/tls.el (tls-program): Provide more custom choices from
7423 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
7424 (tls-process-connection-type, tls-success): Remove "*" in doc string.
7425 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7426 version. Minor improvement to doc strings.
7427 (tls-program): Add comment.
7428
7429 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
7430
7431 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7432 (tls-checktrust): New variable. Check if GNU TLS complained about a
7433 mismatch between the hostname provided in the certificate and the name
7434 of the host connnecting to.
7435 (open-tls-stream): Use them. Check certificates against trusted root
7436 certificates.
7437
7438 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
7439
7440 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7441 (imap-parse-status): Upcase status-att for broken servers that sends
7442 them lower-case (e.g., MS Exchange 2007).
7443
7444 2007-12-05 D. Goel <deego3@gmail.com>
7445
7446 * simple.el (undo):
7447 * image-dired.el (image-dired-display-thumb-properties):
7448 (image-dired-modify-mark-on-thumb-original-file):
7449 (image-dired-dired-display-properties):
7450 * help.el (help-window-display-message):
7451 * files.el (hack-local-variables-confirm):
7452 * ediff.el (ediff-version):
7453 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
7454 `message' and `error': Ensure that first arg is a format string.
7455
7456 * emacs-lisp/find-func.el (find-library-name): Prefer files with
7457 ".el" suffix over "".
7458
7459 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
7460
7461 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
7462 interface and member fields.
7463
7464 2007-12-05 Glenn Morris <rgm@gnu.org>
7465
7466 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
7467 (pcomplete-here): Autoload it.
7468
7469 * eshell/em-basic.el (print-func): No need to define for compiler.
7470
7471 * eshell/esh-cmd.el (eshell-debug-command):
7472 * eshell/esh-io.el (eshell-print): Move definitions before use.
7473
7474 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
7475
7476 * eshell/esh-util.el (top-level): Don't require pp.
7477 Use condition-case rather than ignore-errors.
7478
7479 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
7480
7481 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
7482 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
7483 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
7484 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
7485 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
7486 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
7487 * eshell/esh-util.el, eshell/eshell.el: Require individual files
7488 if needed when compiling, rather than esh-maint. Collect any
7489 require statements. Move provide statement to end. Move any
7490 commentary to start.
7491
7492 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
7493 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
7494 * eshell/esh-proc.el, eshell/esh-var.el:
7495 Require individual files if needed when compiling, rather than
7496 esh-maint. Collect any require statements. Leave provide at start.
7497 Move any commentary to start.
7498
7499 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
7500 Remove declared function from byte-compile-noruntime-functions.
7501
7502 * ediff-util.el (ediff-version):
7503 * progmodes/python.el (compilation-shell-minor-mode):
7504 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
7505 (calendar-bahai-date-string, calendar-check-holidays)
7506 (calendar-chinese-date-string, calendar-coptic-date-string)
7507 (calendar-ethiopic-date-string, calendar-forward-day)
7508 (calendar-french-date-string, calendar-goto-date)
7509 (calendar-goto-today, calendar-hebrew-date-string)
7510 (calendar-islamic-date-string, calendar-iso-date-string)
7511 (calendar-julian-date-string, calendar-mayan-date-string)
7512 (calendar-persian-date-string, gnus-summary-last-subject)
7513 (parse-time-string, rmail-show-message): Declare as functions.
7514
7515 2007-12-05 Michael Olson <mwolson@gnu.org>
7516
7517 * textmodes/remember.el: Merge contents of remember-diary.el here,
7518 updating header. Add autoload cookie so that byte-compilation
7519 works without warning.
7520 (remember-diary-file): Default to nil, since diary might not yet
7521 be loaded at this point, which would deny us access to diary-file.
7522 (remember-diary-extract-entries): If remember-diary-file is nil,
7523 then use diary-file instead.
7524
7525 * textmodes/remember-diary.el: Remove, due to the issue of needing
7526 the first 8 characters of a filename to be unique.
7527
7528 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
7529
7530 * net/dbus.el (dbus-hash-table=): New defun.
7531 (dbus-hash-table-test): New hash table test function, used in
7532 `dbus-registered-functions-table'.
7533 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
7534 (dbus-event-service-name, dbus-event-path-name)
7535 (dbus-event-interface-name, dbus-event-member-name):
7536 Rewrite, due to new structure of `dbus-event'.
7537
7538 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
7539
7540 * ido.el (ido-save-history): Set the `coding' local
7541 variable in the first line of the file.
7542
7543 2007-12-04 Glenn Morris <rgm@gnu.org>
7544
7545 * password-cache.el: Move here from gnus/password.el.
7546 (top-level): Don't require cl when compiling.
7547 (password-read-and-add): Doc fix. Make obsolete.
7548
7549 * net/tramp.el: Require password-cache or password.
7550
7551 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
7552 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
7553 compiling.
7554 (cua-set-rectangle-mark): Add doc string to autoload.
7555 (cua--rectangle, cua--last-killed-rectangle)
7556 (cua--global-mark-active): Always define for compiler.
7557 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
7558 (cua--delete-rectangle, cua--insert-rectangle)
7559 (cua--rectangle-corner, cua--rectangle-assert)
7560 (cua--insert-at-global-mark, cua--global-mark-post-command):
7561 Declare as functions.
7562
7563 * emulation/cua-gmrk.el (top-level): Move provide to end.
7564
7565 * emulation/cua-rect.el (top-level): Move provide to end.
7566 Don't require cua-gmrk when compiling.
7567 (cua--cut-rectangle-to-global-mark)
7568 (cua--copy-rectangle-to-global-mark): Declare as functions.
7569
7570 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
7571 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
7572 (viper-vi-state-cursor-color):
7573 Consolidate make-variable-frame-local calls.
7574
7575 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
7576 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
7577 than bbdb-address-street1,2,3.
7578
7579 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
7580 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
7581
7582 2007-12-03 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
7583
7584 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7585 (imap-parse-status): Upcase status-att for servers that sends them
7586 lower-case (e.g., MS Exchange 2007).
7587
7588 2007-12-03 Karl Fogel <kfogel@red-bean.com>
7589
7590 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
7591 (save-place-alist-to-file, load-save-place-alist-from-file):
7592 Don't print non-error messages at all, there's really no need.
7593 Do print if there's a problem, and clarify message in that case.
7594
7595 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7596
7597 * ediff-diff.el (ediff-prepare-error-list):
7598 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
7599
7600 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
7601
7602 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
7603 (doc-view-current-overlay, doc-view-pending-cache-flush):
7604 Add doc string.
7605
7606 2007-12-03 Richard Stallman <rms@gnu.org>
7607
7608 * subr.el (declare-function): Move from byte-run.el.
7609
7610 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
7611
7612 * window.el (recenter-top-bottom): Don't use `ecase'.
7613
7614 2007-12-02 Karl Fogel <kfogel@red-bean.com>
7615
7616 * saveplace.el (save-place-alist-to-file):
7617 Set coding-system-for-write once and refer to it throughout.
7618 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
7619
7620 2007-12-02 Karl Fogel <kfogel@red-bean.com>
7621
7622 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
7623 system when writing, and set it in the first-line file variables.
7624 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
7625 Juanma Barranquero.
7626
7627 2007-12-02 Glenn Morris <rgm@gnu.org>
7628
7629 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
7630 Reverse branches of if statement.
7631
7632 * emulation/viper-cmd.el (top-level): Don't require advice.
7633 Don't load viper-util, viper-keym, viper-mous, viper-macs,
7634 viper-ex when compiling.
7635
7636 * emulation/viper-ex.el (top-level): Don't load viper-util,
7637 viper-keym when compiling.
7638
7639 * emulation/viper-init.el (top-level): Move provide statement to end.
7640
7641 * emulation/viper-keym.el (top-level): Don't load viper-util when
7642 compiling. Move provide statement to end.
7643
7644 * emulation/viper-macs.el (top-level): Don't load viper-util,
7645 viper-keym, viper-mous when compiling.
7646
7647 * emulation/viper-mous.el (top-level): Don't load viper-util when
7648 compiling.
7649
7650 * emulation/viper-util.el (top-level): Don't load viper-init when
7651 compiling.
7652
7653 * emulation/viper.el (top-level): Don't require ring.
7654 Don't load viper-init, viper-cmd when compiling.
7655
7656 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
7657 Move here from gnus/.
7658
7659 2007-12-02 Karl Fogel <kfogel@red-bean.com>
7660
7661 Offer option for saveplace to be quiet about loading and saving.
7662 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
7663
7664 * saveplace.el (save-place-quiet): New customizable boolean.
7665 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
7666 to determine whether to print loading/saving messages.
7667
7668 2007-12-02 Glenn Morris <rgm@gnu.org>
7669
7670 * mail/binhex.el: Move here from gnus/.
7671 (binhex): New custom group.
7672 (binhex-decoder-program, binhex-decoder-switches)
7673 (binhex-use-external): Move to the binhex custom group.
7674
7675 * mail/uudecode.el: Move here from gnus/.
7676 (uudecode): New custom group.
7677 (uudecode-decoder-program, uudecode-decoder-switches)
7678 (uudecode-use-external): Move to the uudecode custom group.
7679
7680 * net/netrc.el (top-level): Don't load `encrypt' features.
7681 (netrc-parse): Don't use encrypt.
7682 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7683
7684 * progmodes/python.el (top-level): Don't require cl when compiling.
7685
7686 2007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
7687
7688 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
7689 encoding for aspell process and for communication with it.
7690 Only add "-d" option if not already present.
7691 Use ispell-current-dictionary and ispell-current-personal-dictionary.
7692 General reorganization.
7693
7694 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
7695 encoding here.
7696 (ispell-start-process): Explicitly set encoding here if using aspell.
7697
7698 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
7699
7700 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
7701 function to log-edit.
7702
7703 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
7704
7705 * net/dbus.el: New file.
7706
7707 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
7708
7709 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
7710 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
7711 (calc-lang-parens-are-subscripts): New variables.
7712 (math-expr-special-function-mapping): Remove variable.
7713 (math-eqn-ignore-words, math-tex-ignore-words)
7714 (math-latex-ignore-words): Move to calc-lang.el.
7715
7716 * calc/calc-lang.el (math-compose-vector, math-compose-var)
7717 (math-tex-expr-is-flat): Declare as functions.
7718 (calc-lang-slash-idiv, calc-lang-allow-underscores)
7719 (math-comp-left-bracket, math-comp-right-bracket)
7720 (math-comp-comma, math-comp-vector-prec): Declare as variables.
7721 (math-var-formatter, math-matrix-formatter)
7722 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
7723 (math-punc-table, math-compose-subscr, math-dots)
7724 (math-func-formatter): New property names to store language
7725 specific information.
7726 (math-compose-tex-var, math-compose-tex-intv)
7727 (math-compose-maple-intv, math-compose-eqn-intv)
7728 (math-compose-tex-sum, math-compose-tex-func)
7729 (math-compose-tex-intv): New functions.
7730 (math-eqn-ignore-words, math-tex-ignore-words)
7731 (math-latex-ignore-words): Move from calc.el.
7732 (math-special-function-table): Add entries for tex.
7733 (calc-lang-slash-idiv, calc-lang-allows-underscores):
7734 New variables.
7735 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
7736 (math-compose-tex-matrix, math-compose-eqn-matrix)
7737 (math-eqn-special-functions): Move from calccomp.el.
7738
7739 * calc/calccomp.el (math-compose-var): New function.
7740 (math-compose-expr): Allow more special functions to be used.
7741 Change test for formatting fractions. Use variables and property
7742 names to help with language specific formatting.
7743 (math-compose-tex-matrix, math-compose-eqn-matrix)
7744 (math-eqn-special-functions): Move to calc-lang.el.
7745 (math-compose-rows): Use property names to help with language
7746 specific formatting.
7747
7748 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
7749 into nested subscripts.
7750 (math-read-token): Use variables and property names to help with
7751 language specific parsing.
7752 (math-read-expression-level): Use variables to help with language
7753 specific parsing.
7754
7755 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7756
7757 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
7758 (archive-rar-summarize): Allow the file name to be passed as argument.
7759 Remove unused vars `header' and `footer'.
7760 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
7761
7762 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
7763
7764 * log-edit.el (log-edit-show-diff): New function.
7765 (log-edit-mode-map, log-edit-menu): Bind it.
7766 (log-edit-diff-function): New variable.
7767 (log-edit): Change the 3rd param to be an alist and accept a
7768 function that computes a diff for the files involved.
7769
7770 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
7771
7772 2007-12-01 Martin Rudalics <rudalics@gmx.at>
7773
7774 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
7775 wrap next-/previous-line in with-no-warnings.
7776
7777 2007-12-01 Glenn Morris <rgm@gnu.org>
7778
7779 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
7780
7781 * net/dig.el: Move here from gnus/.
7782 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
7783
7784 * net/dns.el: Move here from gnus/.
7785 (top-level): Don't require mm-util, or cl when compiling.
7786 (dns-write-name, dns-read, dns-read-type, query-dns):
7787 Replace mm-with-unibyte-buffer with its expansion.
7788 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
7789
7790 * progmodes/gdb-ui.el (gud-remove, gud-break):
7791 * progmodes/gud.el (gdb-create-define-alist)
7792 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
7793 (hl-line-highlight, gdb-display-source-buffer)
7794 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
7795 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
7796
7797 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
7798
7799 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
7800 Move args on defun line.
7801
7802 * textmodes/org.el (org-calendar-holiday):
7803 Use calendar-check-holidays instead of the obsolete
7804 check-calendar-holidays.
7805 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
7806 (bbdb-company, bbdb-current-record, bbdb-name)
7807 (bbdb-record-getprop, bbdb-record-name)
7808 (bibtex-beginning-of-entry, bibtex-generate-autokey)
7809 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
7810 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
7811 (mh-find-path, mh-get-header-field, mh-get-msg-num)
7812 (mh-header-display, mh-index-previous-folder)
7813 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
7814 (mh-show-buffer-message-number, mh-show-header-display)
7815 (mh-show-msg, mh-show-show, mh-visit-folder)
7816 (org-export-latex-cleaned-string, remember)
7817 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
7818 (rmail-what-message, elmo-folder-exists-p)
7819 (elmo-message-entity-field, elmo-message-field)
7820 (vm-beginning-of-message, vm-follow-summary-cursor)
7821 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
7822 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
7823 (vm-summarize, wl-folder-get-elmo-folder)
7824 (wl-summary-goto-folder-subr)
7825 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
7826 (wl-summary-line-subject, wl-summary-message-number)
7827 (wl-summary-redisplay): Declare as functions.
7828
7829 2007-11-30 Martin Rudalics <rudalics@gmx.at>
7830
7831 * longlines.el (longlines-show-hard-newlines): Remove handling of
7832 buffer-undo-list and buffer-modified status.
7833 (longlines-show-region, longlines-unshow-hard-newlines):
7834 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
7835 inhibit-modification-hooks here to avoid that a buffer appears
7836 modified when toggling visibility of hard newlines.
7837
7838 2007-11-30 Glenn Morris <rgm@gnu.org>
7839
7840 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
7841
7842 * progmodes/idlw-complete-structtag.el
7843 (idlwave-sintern-structtag):
7844 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
7845 (idlwave-sintern-sysvartag):
7846 * progmodes/idlwave.el (idlwave-sintern-class-tag)
7847 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
7848 functions.
7849
7850 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
7851
7852 * textmodes/reftex-index.el (texmathp):
7853 * textmodes/reftex-auc.el (TeX-argument-insert)
7854 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
7855 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
7856 (LaTeX-label-list):
7857 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
7858 (rng-clear-conditional-region, rng-do-some-validation): Declare as
7859 functions.
7860 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
7861
7862 2007-11-30 Glenn Morris <rgm@gnu.org>
7863
7864 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
7865 argument and document it.
7866
7867 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
7868 Third argument to declare-function must be a list to specify arglist.
7869
7870 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
7871 Handle declare-function third argument `t' and fourth argument.
7872 (check-declare-verify): Doc fix. Handle `fileonly' case.
7873 Use progn rather than prog1.
7874
7875 * desktop.el (uniquify-item-base):
7876 * term/mac-win.el (url-type): Declare as functions.
7877
7878 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
7879 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
7880 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
7881 fourth arg to declare-function.
7882
7883 * play/dunnet.el: Don't require cl when compiling.
7884 (byte-compile-warnings): Set via file local variables.
7885 (dun-parse): Let-bind `beg' and `line'.
7886
7887 2007-11-29 Alexandre Julliard <julliard@winehq.org>
7888
7889 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
7890
7891 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
7892
7893 * calendar/time-date.el (encode-time-value): Doc fix.
7894
7895 2007-11-29 Glenn Morris <rgm@gnu.org>
7896
7897 * calendar/time-date.el (with-decoded-time-value): Doc fix.
7898
7899 * textmodes/css-mode.el (prog-mode): Remove.
7900 (css-mode): Derive from fundamental-mode rather than prog-mode.
7901
7902 * emacs-lisp/byte-run.el (declare-function): Doc fix.
7903
7904 * emacs-lisp/check-declare.el (check-declare-locate)
7905 (check-declare-verify): Handle `external' files.
7906 (check-declare-errmsg): New function.
7907 (check-declare-verify, check-declare-file, check-declare-directory):
7908 Use check-declare-errmsg to report the number of problems.
7909
7910 * ffap.el (w3-view-this-url)
7911 * mail/mspools.el (vm-visit-folder)
7912 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
7913 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
7914 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
7915 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
7916 (bbdb-records)
7917 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
7918 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
7919 (sasl-make-client, sasl-next-step, sasl-step-data)
7920 (sasl-step-set-data)
7921 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
7922 (htmlr-step): Declare as functions.
7923
7924 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
7925 Use bbdb-address-zip rather than bbdb-address-zip-string.
7926
7927 2007-11-28 Richard Stallman <rms@gnu.org>
7928
7929 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
7930 Move here from gnus/.
7931
7932 2007-11-28 Martin Rudalics <rudalics@gmx.at>
7933
7934 * newcomment.el (comment-region-internal): Fix newline insertion
7935 in `block' case.
7936
7937 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7938
7939 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
7940
7941 2007-11-28 Glenn Morris <rgm@gnu.org>
7942
7943 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
7944 delete .elc files.
7945
7946 * nxml/char-name/unicode: Move to etc/nxml/.
7947 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
7948
7949 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
7950 Declare as a function.
7951
7952 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
7953 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
7954 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
7955
7956 * nxml/nxml-outln.el (nxml-token-start-tag-p)
7957 (nxml-token-end-tag-p): Move definitions before use.
7958
7959 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
7960
7961 * nxml/nxml-uchnm.el (top-level)
7962 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
7963 (nxml-enabled-unicode-blocks): Add custom group.
7964
7965 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
7966 Use string-to-number rather than string-to-int.
7967
7968 * dired-x.el (dired-omit-old-add-entry): Declare as function.
7969 Move definition before use.
7970 (dired-old-find-buffer-nocreate): Declare as function.
7971
7972 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
7973 (check-declare-verify): Handle fset.
7974
7975 * emulation/edt.el (edt-user-emulation-setup):
7976 Test edt-setup-user-bindings is bound before calling.
7977
7978 * emulation/tpu-edt.el: Don't require cl when compiling.
7979 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
7980 (tpu-edt-off): Use condition-case rather than ignore-errors.
7981 Use with-no-warnings.
7982
7983 * eshell/esh-util.el (top-level): Use require rather than load for
7984 ange-ftp.
7985
7986 * mail/supercite.el (sc-version): Redefine as an alias for
7987 emacs-version.
7988 (sc-help-address): Remove.
7989 (sc-version): Use emacs-version rather than sc-version.
7990 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
7991
7992 * net/socks.el (socks-original-open-network-stream): Declare as
7993 function. Move definition before use.
7994
7995 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
7996
7997 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
7998 (math-make-frac): Declare as functions.
7999
8000 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
8001
8002 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
8003 Pacify byte compiler.
8004 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
8005
8006 * progmodes/idlwave.el (idlwave-shell-get-path-info)
8007 (idlwave-shell-temp-file, idlwave-shell-is-running)
8008 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
8009 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
8010 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
8011 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
8012 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
8013 (idlwave-completing-read, idlwave-current-routine)
8014 (idlwave-downcase-safe, idlwave-entry-find-keyword)
8015 (idlwave-expand-keyword, idlwave-find-class-definition)
8016 (idlwave-find-inherited-class, idlwave-find-struct-tag)
8017 (idlwave-get-buffer-visiting, idlwave-in-quote)
8018 (idlwave-make-full-name, idlwave-members-only)
8019 (idlwave-popup-select, idlwave-routine-source-file)
8020 (idlwave-routines, idlwave-sintern-class)
8021 (idlwave-sintern-keyword, idlwave-sintern-method)
8022 (idlwave-sintern-routine-or-method)
8023 (idlwave-substitute-link-target, idlwave-sys-dir)
8024 (idlwave-this-word, idlwave-what-module-find-class)
8025 (idlwave-where):
8026 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
8027 * mail/uce.el (rmail-msg-is-pruned)
8028 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
8029 (rmail-toggle-header):
8030 * mail/sendmail.el (dired-view-file, dired-get-filename):
8031 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
8032 (rmail-display-labels, rmail-msgbeg)
8033 (rmail-set-message-deleted-p, rmail-message-labels-p)
8034 (rmail-show-message, mail-comma-list-regexp)
8035 (mail-parse-comma-list):
8036 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
8037 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
8038 (rfc822-addresses, mail-abbrev-make-syntax-table)
8039 (mail-sendmail-delimit-header, mail-header-end):
8040 * mail/hashcash.el (message-narrow-to-headers-or-head)
8041 (message-fetch-field, message-goto-eoh)
8042 (message-narrow-to-headers):
8043 * vc.el (view-mode-exit): Declare as functions.
8044
8045 * mail/vms-pmail.el:
8046 * vmsproc.el:
8047 * vms-patch.el: Don't byte compile these files, they don't work.
8048
8049 2007-11-27 Glenn Morris <rgm@gnu.org>
8050
8051 * calc/calc-ext.el (math-read-big-rec):
8052 * calc/calc-nlfit.el (math-map-binop):
8053 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
8054
8055 * eshell/eshell.el (eshell-report-bug): Add version number of
8056 obsolescence.
8057
8058 * emulation/viper.el, emulation/viper-util.el,
8059 emulation/viper-macs.el, emulation/viper-keym.el,
8060 emulation/viper-ex.el, emulation/viper-cmd.el:
8061 Load viper-*.el files silently.
8062
8063 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
8064 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
8065 Load ediff-*.el files silently.
8066
8067 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
8068 compiling.
8069 (Info-goto-node): Declare as a function.
8070
8071 * ediff-init.el: Don't load ange-ftp when compiling.
8072 * ediff-util.el: Don't load reporter when compiling.
8073
8074 * ediff-wind.el (ediff-display-pixel-width)
8075 (ediff-display-pixel-height):
8076 * generic-x.el (ini-generic-mode):
8077 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
8078 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
8079 (ps-mule-initialize, ps-mule-begin-job):
8080 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
8081 (mark-calendar-days-named):
8082 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
8083 (add-to-diary-list, diary-name-pattern)
8084 (mark-calendar-days-named):
8085 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
8086 (mark-calendar-days-named):
8087 * calendar/cal-x.el (make-fancy-diary-buffer):
8088 * calendar/holidays.el (calendar-absolute-from-julian):
8089 * calendar/todo-mode.el (calendar-current-date):
8090 * calendar/cal-menu.el (calendar-increment-month)
8091 (calendar-month-name, extract-calendar-year)
8092 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
8093 (calendar-current-date, calendar-cursor-holidays)
8094 (calendar-date-string, insert-diary-entry, calendar-set-mark)
8095 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
8096 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8097 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
8098 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
8099 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
8100 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
8101 (calendar-day-of-year-string, calendar-iso-date-string)
8102 (calendar-julian-date-string, calendar-astro-date-string)
8103 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
8104 (calendar-persian-date-string, calendar-bahai-date-string)
8105 (calendar-islamic-date-string, calendar-chinese-date-string)
8106 (calendar-coptic-date-string, calendar-ethiopic-date-string)
8107 (calendar-french-date-string, calendar-mayan-date-string)
8108 (calendar-print-chinese-date, calendar-goto-date):
8109 Declare as functions.
8110
8111 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
8112 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
8113
8114 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
8115 aliases for report-emacs-bug.
8116 (gnus-summary-select-article, gnus-configure-windows): Declare as
8117 functions.
8118
8119 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
8120 compiler.
8121
8122 * pgg.el (pgg-clear-string): Declare as a function.
8123 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
8124 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
8125
8126 * emacs-lisp/check-declare.el (check-declare-locate):
8127 Handle compressed files.
8128 (check-declare-verify): Handle define-generic-mode,
8129 define-global(ized)-minor-mode, define-obsolete-function-alias.
8130
8131 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
8132
8133 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
8134 algebraic modes.
8135
8136 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
8137 (math-is-true, calc-explain-why, calc-alg-edit)
8138 (math-composite-inequalities, math-flatten-lands)
8139 (math-multi-subst, calcFunc-vmatches, math-simplify)
8140 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
8141 (math-read-string, math-read-brackets, math-read-angle-brackets):
8142 Declare as functions.
8143
8144 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
8145 (calc-fit-bell-shaped-logistic-curve)
8146 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
8147 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
8148 (math-max-list): Declare as functions.
8149 (math-map-binop): New function.
8150 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
8151
8152 * calc/calc.el (calc-set-language, calc-edit-finish)
8153 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
8154 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
8155 (math-lessp, calc-embedded-finish-command)
8156 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
8157 (calc-push-list-in-macro, calc-replace-selections)
8158 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
8159 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
8160 (calc-embedded-stack-change, calc-refresh-evaltos)
8161 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
8162 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
8163 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
8164 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
8165 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
8166 (math-dimension-error, calc-incomplete-error, math-float-fancy)
8167 (math-neg-fancy, math-zerop, calc-add-fractions)
8168 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
8169 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
8170 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
8171 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
8172 (math-compose-expr, math-comp-width, math-composition-to-string)
8173 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
8174 (math-adjust-fraction, math-format-binary, math-format-radix)
8175 (math-group-float, math-mod, math-format-number-fancy)
8176 (math-format-bignum-fancy, math-read-number-fancy)
8177 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
8178 (calc-do-embedded-activate, math-do-defmath)
8179 (calc-load-everything): Declare as functions.
8180
8181 * calc/calc-ext.el (math-clip, math-round, math-simplify)
8182 (math-simplify-extended, math-simplify-units, calc-set-language)
8183 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
8184 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
8185 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
8186 (math-normalize-hms, math-normalize-mod, math-make-sdev)
8187 (math-make-intv, math-normalize-logical-op, math-possible-signs)
8188 (math-infinite-dir, math-calcFunc-to-var)
8189 (calc-embedded-evaluate-expr, math-known-nonzerop)
8190 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
8191 (math-format-date, math-vector-is-string, math-vector-to-string)
8192 (math-format-radix-float, math-compose-expr, math-abs)
8193 (math-format-bignum-binary, math-format-bignum-octal)
8194 (math-format-bignum-hex, math-format-bignum-radix)
8195 (math-compute-max-digits): Declare as functions.
8196 (math-provably-realp): Fix typo.
8197
8198 * calc/calc-forms.el (calendar-current-time-zone)
8199 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
8200 functions.
8201
8202 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
8203
8204 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
8205 Declare as functions.
8206
8207 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
8208 (math-posp, math-compare, math-bignum, math-compare-bignum):
8209 Declare as functions.
8210
8211 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
8212 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
8213 (calc-explain-why, calc-clear-command-flag)
8214 (calc-roll-down-with-selections, calc-roll-up-with-selections)
8215 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
8216 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
8217 (math-trunc-special, math-trunc-fancy, math-floor-special)
8218 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
8219 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
8220 (math-pow-zero, math-pow-fancy): Declare as functions.
8221
8222 * calc/calc-mode.el (calc-embedded-save-original-modes):
8223 Declare as a function.
8224
8225 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
8226 Declare as functions.
8227 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
8228 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
8229 Replace `mapcar*' by `math-map-binop'.
8230 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
8231
8232 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
8233 (math-read-expr-level): Declare as functions.
8234
8235 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
8236
8237 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8238
8239 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
8240 end-of-defun-function is called consistently, even for negative
8241 arguments.
8242 (end-of-defun-function): Default to forward-sexp.
8243
8244 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
8245
8246 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
8247
8248 2007-11-26 Glenn Morris <rgm@gnu.org>
8249
8250 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
8251 than :suffix.
8252
8253 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
8254
8255 2007-11-26 Simon Josefsson <simon@josefsson.org>
8256
8257 * net/imap.el: Move from ../gnus.
8258
8259 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8260
8261 * doc-view.el (doc-view-mode-p): New function.
8262
8263 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
8264
8265 * mail/mspools.el (rmail-get-new-mail):
8266 * mail/reporter.el (mail-position-on-field, mail-text):
8267 * mail/rmail.el (mail-position-on-field, mail-text-start)
8268 (rmail-update-summary):
8269 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
8270 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
8271 * mail/rmailout.el (rmail-update-summary):
8272 * mail/rmailsort.el (rmail-update-summary):
8273 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
8274 (dired-view-file):
8275 * mail/uce.el (mail-strip-quoted-names):
8276 * mail/undigest.el (rmail-update-summary):
8277 * mail/unrmail.el (mail-strip-quoted-names):
8278 * ediff.el (diff-latest-backup-file): Declare as functions.
8279
8280 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
8281 (kill-to-end-of-line):
8282 * obsolete/rnews.el (news-set-minor-modes):
8283 Remove non working functions.
8284
8285 2007-11-25 Glenn Morris <rgm@gnu.org>
8286
8287 * eshell/esh-maint.el (top-level): Use require with NOERROR for
8288 pcomplete. Don't mess with load-path.
8289
8290 * eshell/eshell.el (eshell-report-bug-address): Remove.
8291 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
8292
8293 2007-11-24 Glenn Morris <rgm@gnu.org>
8294
8295 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
8296 (appt-disp-window): Don't require electric.
8297 Simplify minibuffer-avoidance code.
8298 (appt-select-lowest-window): Avoid minibuffer.
8299
8300 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
8301 (esh-mode): Require it.
8302 (esh-util): Use require rather than featurep and load.
8303 (eshell): No need to test if eshell-mode is bound; remove obsolete
8304 reference to eshell-auto.
8305 (eshell-command, eshell-command-result): Don't require esh-mode
8306 now that the file does.
8307 (top-level): Move provide statement to the end of the file.
8308 Re-order and update commentary.
8309
8310 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
8311
8312 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
8313 (vc-annotate-toggle-annotation-visibility): New command.
8314 (vc-annotate-mode-map): Bind "V" to it.
8315 (vc-annotate-mode-menu): Add entry for it.
8316 (vc-annotate-get-time-set-line-props): New func.
8317 (vc-annotate-display-autoscale)
8318 (vc-annotate-display-difference): Use it.
8319
8320 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
8321 Also, match one space at end of annotation text, after last paren.
8322
8323 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
8324
8325 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
8326 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
8327 `tramp-completion-mode'.
8328
8329 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
8330
8331 * vc-git.el (vc-git-show-log-entry): New func.
8332
8333 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
8334 (vc-git-state): Use vc-git--call.
8335 (vc-git-registered, vc-git-working-revision)
8336 (vc-git-previous-revision, vc-git-next-revision)
8337 (vc-git--run-command-string, vc-git-symbolic-commit):
8338 Use vc-git--out-ok.
8339
8340 2007-11-24 Glenn Morris <rgm@gnu.org>
8341
8342 * emacs-lisp/byte-run.el (declare-function): Doc fix.
8343
8344 2007-11-24 Kenichi Handa <handa@m17n.org>
8345
8346 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
8347
8348 2007-11-23 David Kastrup <dak@gnu.org>
8349
8350 * server.el (server-process-filter): Use `command-line-args-left'.
8351
8352 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8353
8354 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
8355
8356 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
8357
8358 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
8359 buffer if the parent buffer is in vc-dired-mode.
8360
8361 2007-11-23 Mark A. Hershberger <mah@everybody.org>
8362
8363 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
8364
8365 2007-11-23 Juri Linkov <juri@jurta.org>
8366
8367 * dired.el (dired-read-dir-and-switches): For C-x d, set the
8368 value for M-n to the visited file name of the current buffer.
8369 Use minibuffer-with-setup-hook to set minibuffer-default to
8370 buffer-file-name inside read-file-name.
8371
8372 * man.el (Man-getpage-in-background): Don't disregard user option
8373 `Man-width' on non-window systems. Remove test for `window-system'
8374 around setting envvar "COLUMNS" depending on the value of `Man-width'.
8375
8376 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
8377 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
8378 of "--color=always".
8379
8380 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8381
8382 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
8383 beginning-of-defun-function.
8384
8385 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8386
8387 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
8388
8389 2007-11-22 Glenn Morris <rgm@gnu.org>
8390
8391 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
8392
8393 * emacs-lisp/check-declare.el (check-declare-locate): New function.
8394 (check-declare-scan): Use check-declare-locate.
8395 (check-declare-verify): No longer adjust fnfile, now
8396 check-declare-locate does it.
8397
8398 * emacs-lisp/byte-run.el (declare-function): Doc fix.
8399
8400 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8401
8402 * subr.el (posn-col-row): Make the `default-value' use explicit.
8403
8404 * window.el (balance-windows): Remove unused var `counter'.
8405 (bw-balance-sub): Remove unused var `lastchild'.
8406 (split-window-vertically): Remove unused var `switch'.
8407 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
8408
8409 * emacs-lisp/bytecomp.el
8410 (byte-compile-file-form-custom-declare-variable): Simplify.
8411
8412 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
8413
8414 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
8415 Set `show-trailing-whitespace' to nil.
8416
8417 * dired.el (make-symbolic-link):
8418 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
8419 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
8420 * dired-x.el (make-symbolic-link):
8421 * frame.el (x-initialize-window-system):
8422 * menu-bar.el (x-menu-bar-open):
8423 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
8424 (x-store-cut-buffer-internal):
8425 * wdired.el (make-symbolic-link):
8426 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
8427 (x-send-client-message):
8428 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
8429
8430 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8431
8432 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
8433
8434 2007-11-22 Glenn Morris <rgm@gnu.org>
8435
8436 * dos-fns.el (int86):
8437 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
8438
8439 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
8440
8441 * calendar/holidays.el (holiday-list): Add autoload cookie.
8442
8443 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
8444 files relative to src/ directory.
8445 (check-declare-verify): Handle .c files. Warn if could not find
8446 an arglist to check.
8447
8448 * emacs-lisp/byte-run.el (declare-function): Doc fix.
8449
8450 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
8451
8452 * replace.el (occur-mode-map): Add a major mode menu with entries
8453 for all occur operations.
8454
8455 * international/titdic-cnv.el (dos-8+3-filename):
8456 * obsolete/fast-lock.el (msdos-long-file-names):
8457 * frame.el (msdos-mouse-p):
8458 * files.el (msdos-long-file-names, w32-long-file-name):
8459 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
8460 (mac-resume-apple-event, mac-font-panel-mode)
8461 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
8462 (mac-clear-font-name-table):
8463 * term/pc-win.el (msdos-remember-default-colors)
8464 (w16-set-clipboard-data, w16-get-clipboard-data):
8465 * term/w32-win.el (w32-send-sys-command, w32-select-font)
8466 (set-message-beep):
8467 * net/browse-url.el (w32-shell-execute):
8468 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
8469 (w32-get-locale-info, w32-get-valid-locale-ids)
8470 (w32-set-clipboard-data):
8471 * dos-fns.el (int86, msdos-long-file-names):
8472 * dos-w32.el (default-printer-name): Declare as functions.
8473
8474 2007-11-21 Jason Rumney <jasonr@gnu.org>
8475
8476 * emacs-lisp/byte-run.el (declare-function): Return nil.
8477
8478 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8479
8480 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
8481
8482 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8483
8484 * ps-print.el (ps-lpr-switches): Docstring fix.
8485 (ps-string-list): New fun.
8486 (ps-do-despool): Code fix.
8487
8488 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
8489
8490 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
8491
8492 2007-11-21 Glenn Morris <rgm@gnu.org>
8493
8494 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
8495 for now. Handle define-minor-mode, and defalias (with no argument
8496 checking).
8497
8498 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
8499
8500 * frame.el (msdos-mouse-p):
8501 * files.el (msdos-long-file-names, w32-long-file-name):
8502 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
8503 (mac-resume-apple-event, mac-font-panel-mode)
8504 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
8505 (mac-clear-font-name-table):
8506 * term/pc-win.el (msdos-remember-default-colors)
8507 (w16-set-clipboard-data, w16-get-clipboard-data):
8508 * term/w32-win.el (w32-send-sys-command, w32-select-font)
8509 (set-message-beep):
8510 * net/browse-url.el (w32-shell-execute):
8511 * dos-fns.el (int86, msdos-long-file-names):
8512 * dos-w32.el (default-printer-name): Undo previous change.
8513
8514 2007-11-21 Eli Zaretskii <eliz@gnu.org>
8515
8516 * international/mule-cmds.el (set-locale-environment):
8517 Set default-file-name-coding-system _after_ keyboard and terminal
8518 coding systems. This fixes last change.
8519
8520 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
8521 one space after "Subject:".
8522
8523 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8524
8525 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
8526 in order to determine if there's a conflict.
8527
8528 2007-11-21 Richard Stallman <rms@gnu.org>
8529
8530 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
8531
8532 * reposition.el (reposition-window):
8533 Binding C-M-l moved to bindings.el.
8534
8535 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
8536
8537 * add-log.el (add-change-log-entry-other-window):
8538 Key binding C-x 4 a moved to bindings.el.
8539
8540 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
8541 from filecache.el.
8542
8543 * filecache.el: Minibuffer map bindings moved to bindings.el.
8544
8545 2007-11-21 Jason Rumney <jasonr@gnu.org>
8546
8547 * international/mule-cmds.el (set-locale-environment):
8548 Set default-file-name-coding-system from system defaults on Windows.
8549
8550 2007-11-21 Jason Rumney <jasonr@gnu.org>
8551
8552 * term/w32console.el: New term init file for w32 console.
8553
8554 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
8555 (x-setup-function-keys): Likewise, replacing top-level key definitions.
8556 (w32-tty-standard-colors): Move to term/w32console.el.
8557
8558 * term/w32-win.el (x-setup-function-keys): Remove.
8559
8560 * term/tty-colors.el (tty-register-default-colors): Remove special
8561 case for w32.
8562
8563 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
8564
8565 * frame.el (msdos-mouse-p):
8566 * generic-x.el (w32-shell-name):
8567 * files.el (msdos-long-file-names, w32-long-file-name)
8568 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
8569 (dos-8+3-filename, vms-read-directory, view-mode-disable):
8570 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
8571 (mac-resume-apple-event, mac-font-panel-mode)
8572 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
8573 (mac-clear-font-name-table):
8574 * term/pc-win.el (msdos-remember-default-colors)
8575 (w16-set-clipboard-data, w16-get-clipboard-data):
8576 * term/w32-win.el (w32-send-sys-command, w32-select-font)
8577 (set-message-beep):
8578 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
8579 (w32-get-locale-info, w32-get-valid-locale-ids)
8580 (w32-set-clipboard-data):
8581 * help-fns.el (ad-get-advice-info):
8582 * font-lock.el (fast-lock-after-fontify-buffer)
8583 (fast-lock-after-unfontify-buffer, fast-lock-mode)
8584 (lazy-lock-after-fontify-buffer)
8585 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
8586 * net/browse-url.el (w32-shell-execute):
8587 * dos-fns.el (int86, msdos-long-file-names):
8588 * dos-w32.el (default-printer-name): Declare as functions.
8589
8590 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
8591
8592 * textmodes/paragraphs.el (forward-sentence): Doc fix.
8593 Reported by Drew Adams <drew.adams@oracle.com>.
8594
8595 2007-11-20 Jason Rumney <jasonr@gnu.org>
8596
8597 * term/w32-win.el (x-setup-function-keys): Protect against
8598 multiple calls on the same terminal.
8599
8600 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
8601
8602 * term/mac-win.el (x-setup-function-keys): Only setup
8603 local-function-key-map if it has not been setup already for the
8604 current frame. Move the suspend-emacs processing here.
8605
8606 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
8607
8608 * progmodes/grep.el (xargs-program): New variable.
8609 (grep-compute-defaults): Use it.
8610 (grep-default-command): Doc fix.
8611 (grep, lgrep, rgrep): Reflow docstrings.
8612
8613 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
8614
8615 * vc.el (vc-find-revision): Set the parent buffer.
8616 Use when instead of if.
8617
8618 * progmodes/python.el (info-lookup-maybe-add-help):
8619 * progmodes/ps-mode.el (doc-view-minor-mode):
8620 * mail/emacsbug.el (Info-menu, Info-goto-node):
8621 * emulation/viper-keym.el (viper-ex)
8622 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
8623 * emulation/viper-cmd.el (widget-type, widget-button-press)
8624 (viper-set-hooks):
8625 * emacs-lisp/tcover-unsafep.el (unsafep-function):
8626 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
8627 (ses-load, ses-vector-delete, ses-create-header-string)
8628 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
8629 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
8630
8631 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8632
8633 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
8634
8635 2007-11-20 Glenn Morris <rgm@gnu.org>
8636
8637 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
8638 for end of function-name. Handle define-derived-mode.
8639
8640 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
8641
8642 * progmodes/idlw-help.el: Require browse-url unconditionally, it
8643 is available by default.
8644 (idlwave-help-browse-url-available): Change default to t.
8645
8646 * emulation/edt.el (defgroup, defcustom): Remove definition.
8647 (eval-when-compile): Remove.
8648 (c-mark-function):
8649 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
8650 * textmodes/fill.el (comment-search-forward)
8651 (comment-string-strip):
8652 * progmodes/prolog.el (comint-mode, comint-send-string)
8653 (comint-send-region, comint-send-eof):
8654 * progmodes/dcl-mode.el (imenu-default-create-index-function):
8655 * emulation/viper-util.el (viper-forward-Word):
8656 * emulation/vi.el (c-mark-function):
8657 * emulation/edt-vt100.el (vt100-wide-mode):
8658 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
8659
8660 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
8661
8662 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
8663 Still some tuning in case of an echoing shell.
8664 (tramp-send-command): Connection property "remote-echo" is not
8665 persistent; cache key is the process therefore.
8666
8667 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
8668
8669 * replace.el (map-query-replace-regexp): Doc fix (revert part of
8670 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
8671
8672 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
8673
8674 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
8675 * play/yow.el (doctor-ret-or-read):
8676 * vc-hooks.el (vc-dired-resynch-file):
8677 * vc-hg.el (log-view-get-marked):
8678 * smerge-mode.el (ediff-cleanup-mess):
8679 * pcvs.el (vc-editable-p, vc-checkout):
8680 * pcomplete.el (comint-bol):
8681 * informat.el (texinfo-format-refill):
8682 * ido.el (tramp-tramp-file-p):
8683 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
8684 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
8685 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
8686 functions.
8687
8688 * textmodes/ispell.el (ispell-int-char): Make it a defalias
8689 instead of fset.
8690 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
8691
8692 * ido.el (ido-file-internal): Move with-no-warnings to include the
8693 ffap-string-at-point call.
8694
8695 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
8696
8697 * vc-hg.el (vc-hg-revision-table): Fix last change.
8698
8699 2007-11-19 Martin Rudalics <rudalics@gmx.at>
8700
8701 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
8702 clipboard-yank when the buffer is read-only.
8703
8704 * cus-edit.el (custom-field-keymap): Move to other Custom mode
8705 keymaps such that it's before the definition of Custom-mode-menu.
8706 (Custom-mode-menu): Show it for custom-field-keymap too.
8707
8708 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
8709
8710 * progmodes/gdb-ui.el: Update commentary.
8711
8712 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
8713
8714 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
8715
8716 2007-11-19 Glenn Morris <rgm@gnu.org>
8717
8718 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
8719 does not exist, try adding `.el' extension. Also search for defsubsts.
8720
8721 * cus-edit.el (recentf-expand-file-name):
8722 * dired.el (dired-relist-entry):
8723 * subr.el (w32-shell-dos-semantics):
8724 * emacs-lisp/bytecomp.el (compilation-forget-errors):
8725 Declare as functions.
8726
8727 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8728
8729 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
8730 (prepare-abbrev-list-buffer): Use dolist.
8731 (clear-abbrev-table): Preserve properties.
8732
8733 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
8734
8735 * textmodes/texinfmt.el (texinfo-format-printindex):
8736 Collect combined indexes using texinfo-short-index-format-cmds-alist.
8737 Reported on <bug-texinfo@gnu.org>.
8738
8739 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
8740
8741 * net/tramp.el (tramp-completion-reread-directory-timeout):
8742 New defcustom.
8743 (tramp-handle-file-name-all-completions): Flush directory contents
8744 from cache regularly.
8745 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
8746 (tramp-open-connection-setup-interactive-shell):
8747 Call `tramp-cleanup-connection' via funcall.
8748
8749 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
8750 created when copying.
8751
8752 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
8753
8754 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
8755 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
8756 * eshell/esh-ext.el (eshell-external-command):
8757 * eshell/esh-cmd.el (require):
8758 * eshell/em-unix.el (eshell-plain-locate-behavior):
8759 * eshell/em-cmpl.el (eshell-cmpl-initialize):
8760 Replace eshell-under-xemacs-p with (featurep 'xemacs).
8761 * eshell/esh-mode.el (characterp, char-int): Remove unused
8762 conditional defaliases.
8763
8764 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
8765 Rename from event-matches-key-specifier-p, define unconditionally.
8766 (event-basic-type): Remove unused defalias.
8767 (pcomplete-show-completions):
8768 Use pcomplete-event-matches-key-specifier-p.
8769
8770 2007-11-17 Eli Zaretskii <eliz@gnu.org>
8771
8772 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
8773 when saving esh-groups.el.
8774
8775 2007-11-17 Martin Rudalics <rudalics@gmx.at>
8776
8777 * wid-edit.el (widget-default-complete):
8778 * progmodes/flymake.el (flymake-goto-file-and-line):
8779 Fix typo in (doc-)string.
8780
8781 2007-11-17 Glenn Morris <rgm@gnu.org>
8782
8783 * emacs-lisp/byte-run.el (declare-function): New macro.
8784 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
8785 New function, byte-hunk-handler for declare-function.
8786 (byte-compile-callargs-warn): Handle declared functions.
8787
8788 * emacs-lisp/check-declare.el: New file.
8789 * Makefile.in (check-declare): New target.
8790
8791 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
8792
8793 * subr.el (process-lines): Move here from ../admin/admin.el.
8794 * emacs-lisp/authors.el (authors-process-lines): Remove.
8795 (authors): Use process-lines rather than authors-process-lines.
8796
8797 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
8798 Remove these files.
8799
8800 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
8801
8802 * emacs-lisp/backquote.el (backquote):
8803 Improve argument/docstring consistency.
8804
8805 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
8806 (ring-length, ring-empty-p): Use c[ad]dr.
8807 (ring-plus1): Use `1+'.
8808 (ring-minus1): Use `zerop'.
8809 (ring-remove): Use c[ad]dr. Use `when'.
8810 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
8811 (ring-ref): Use `let', not `let*'.
8812 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
8813 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
8814 (ring-member): Simplify. Doc fix.
8815 (ring-convert-sequence-to-ring): Simplify.
8816
8817 2007-11-17 Juri Linkov <juri@jurta.org>
8818
8819 * dired-aux.el (dired-create-directory): Allow creating
8820 a directory of an arbitrary depth. Add a loop to find the topmost
8821 nonexistent parent dir `new', and call `dired-add-file' on it.
8822 Set the `PARENTS' arg of `make-directory' to t.
8823
8824 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
8825
8826 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
8827 (math-build-parse-table): Get parse information from math-parse-table.
8828
8829 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8830
8831 * window.el (recenter-last-op): New var.
8832 (recenter-top-bottom): New command.
8833 (global-map): Bind it to C-l.
8834
8835 * abbrev.el (abbrev--write): Fix error in transcription from C.
8836
8837 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
8838 (pc-select-ensure-mark): Set mark-active to a special value instead.
8839 Rename from ensure-mark. Update call callers.
8840 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
8841 Rewrite. Update all callers.
8842 (pc-selection-mode): Remove redundant var declaration.
8843
8844 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
8845
8846 * doc-view.el (doc-view-search-backward, doc-view-search):
8847 Fix assignment to free variable bug.
8848
8849 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
8850
8851 * emulation/pc-select.el (pc-select-shifted-mark): New var.
8852 (ensure-mark): Set it.
8853 (maybe-deactivate-mark): New fun.
8854 Use it everywhere instead of (setq mark-active nil).
8855
8856 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
8857
8858 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
8859 Add check for XEmacs.
8860
8861 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
8862
8863 * doc-view.el (doc-view-resolution): Add missing :group.
8864
8865 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
8866
8867 * subr.el (make-variable-frame-local):
8868 Fix typo in obsolescence declaration.
8869
8870 2007-11-16 Werner Lemberg <wl@gnu.org>
8871
8872 * files.el (set-auto-mode-1): Check second line for -*- if file
8873 starts with '\" (which is used by man pages to identify needed
8874 troff preprocessors).
8875
8876 2007-11-16 Glenn Morris <rgm@gnu.org>
8877
8878 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
8879
8880 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
8881
8882 * calc/calc-lang.el (math-oper-table): Fix typo.
8883 Reduce precedence of "/" for TeX.
8884
8885 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
8886
8887 2007-11-16 Juri Linkov <juri@jurta.org>
8888
8889 * dired-aux.el (dired-read-shell-command-default): New function.
8890 (dired-read-shell-command): Use its return value for DEFAULT arg.
8891
8892 * replace.el (keep-lines-read-args, occur-read-primary-args):
8893 Use a list of default values for DEFAULT arg of read-from-minibuffer.
8894
8895 * man.el (Man-heading-regexp): Add 0-9.
8896 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
8897
8898 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8899
8900 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
8901 (doc-view-resolution): New custom var.
8902 (doc-view-pdf/ps->png): Use it.
8903 (doc-view-shrink-factor): New var.
8904 (doc-view-enlarge, doc-view-shrink): New commands.
8905 (doc-view-mode-map): Use them.
8906
8907 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
8908
8909 * ediff-wind.el (ediff-window-setup-function):
8910 * simple.el (normal-erase-is-backspace):
8911 * eshell/em-unix.el (eshell/info):
8912 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
8913 Fix typos in docstrings.
8914
8915 * emulation/cua-base.el (cua--keymaps-initialized):
8916 Rename from `cua--keymaps-initalized'. Callers changed.
8917 (cua-highlight-region-shift-only): Doc fix.
8918 (cua-paste-pop): Fix typo in docstring.
8919
8920 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 * emulation/cua-base.el (cua--pre-command-handler-1):
8923 Use input-decode-map instead of function-key-map.
8924 Use event-modifiers now that it works reliably.
8925
8926 * vc.el (vc-diff-internal): Pop-to-buffer later.
8927
8928 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
8929
8930 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
8931 did not touch them.
8932
8933 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
8934
8935 * calc/calc-menu.el: New file.
8936 * calc/calc.el (calc-mode): Require calc-menu.
8937
8938 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
8939
8940 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
8941
8942 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
8943
8944 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
8945 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
8946 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
8947 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
8948 locations.
8949 (gdb-info-breakpoints-custom, gdb-assembler-custom)
8950 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
8951 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
8952
8953 2007-11-13 Noah Friedman <friedman@splode.com>
8954
8955 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
8956 bindings to remap when `calc-scan-for-dels' is non-nil.
8957
8958 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8959
8960 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
8961 constant forms.
8962 (byte-compile-nilconstp): New function.
8963 (byte-optimize-cond): Kill subsequent branches when a branch is
8964 know to be taken or not taken.
8965 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
8966
8967 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
8968
8969 * vc.el (vc-register): Allow registering a file passed as a
8970 parameter instead of just the current buffer.
8971
8972 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
8973
8974 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
8975 Check whether the output of "uname -sr" has been changed.
8976
8977 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8978
8979 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
8980 patterns from compilation-perl.el and compilation-weblint.el files.
8981
8982 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8983
8984 * progmodes/compilation-perl.el:
8985 * progmodes/compilation-weblint.el: Disable autoloads, they cause
8986 a bootstrap failure.
8987
8988 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
8989 instead of doing "cvs diff" in order to avoid accessing the repository.
8990
8991 2007-11-12 Kevin Ryde <user42@zip.com.au>
8992
8993 * progmodes/compilation-perl.el:
8994 * progmodes/compilation-weblint.el: New files.
8995
8996 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
8997
8998 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
8999 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
9000 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
9001 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
9002 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
9003 Rewrite in active voice.
9004
9005 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
9006
9007 * doc-view.el: Add comments about isearch support.
9008
9009 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
9010
9011 * vc.el (vc-start-entry): Fix setting the in the case the function
9012 is called from vc-dired. Use when instead of if where appropriate.
9013
9014 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9015
9016 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
9017 to be a list.
9018 (ps-begin-job): Error if ps-lpr-switches is not a list.
9019
9020 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9021
9022 * faces.el (face-normalize-spec): Remove function.
9023 (frame-set-background-mode): Undo last change.
9024
9025 2007-11-10 Jason Rumney <jasonr@gnu.org>
9026
9027 * w32-fns.el: Sync charset names with setup-default-fontset.
9028 Append "-1" where second part missing.
9029
9030 2007-11-10 Juri Linkov <juri@jurta.org>
9031
9032 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
9033 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
9034
9035 * custom.el (custom-note-var-changed): Remove the `interactive'
9036 spec from this new non-interactive function.
9037
9038 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
9039
9040 * doc-view.el (doc-view-mode-map, doc-view-menu)
9041 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
9042 (doc-view-search-backward): New function.
9043 (doc-view-search): Query new regexp if prefix arg is given, else
9044 jump to next/previous match.
9045 (doc-view-mode): Handle compressed files.
9046 (jka-compr): Required for compressed files.
9047
9048 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
9049
9050 * replace.el (query-replace-show-replacement): New defcustom.
9051 (perform-replace): Use `match-substitute-replacement' if
9052 `query-replace-show-replacement' is non-nil.
9053
9054 2007-11-10 David Kastrup <dak@gnu.org>
9055
9056 * subr.el (match-substitute-replacement): New function.
9057
9058 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
9059
9060 * files.el (auto-mode-alist): Select org-mode for files with the
9061 extension ".org".
9062
9063 2007-11-10 Martin Rudalics <rudalics@gmx.at>
9064
9065 * help.el (help-window, help-window-point-marker): New variables.
9066 (help-window-select): New option.
9067 (with-help-window): New macro for displaying help windows.
9068 (help-window-display-message, help-window-setup-finish)
9069 (help-window-setup): New functions used for setting up help windows.
9070 (print-help-return-message): Reset help-window to nil.
9071 (view-lossage): Use with-help-window instead of
9072 with-output-to-temp-buffer and move help-window-point-marker after
9073 inserted text.
9074 (describe-bindings, describe-key, describe-mode): Use
9075 with-help-window instead of with-output-to-temp-buffer.
9076
9077 * help-mode.el (help-mode): Set view-exit-action to bury the
9078 buffer instead of fiddling with windows. Simplify code.
9079 (help-mode-finish): When help-window eqs t set it to the selected
9080 window and have with-help-window set up view-return-to-alist.
9081 (help-buffer): Add autoload cookie.
9082
9083 * view.el (view-remove-frame-by-deleting): Change default value to t.
9084 Add autoload cookie.
9085 (view-exit-action, view-file, view-file-other-window)
9086 (view-file-other-frame, view-buffer, view-buffer-other-window)
9087 (view-buffer-other-frame): Rewrite doc strings.
9088 (view-return-to-alist-update): New function to remove stale entries
9089 from view-return-to-alist.
9090 (view-mode-enter): Rewrite doc string and simplify code.
9091 (view-mode-exit): Handle new case 'keep-frame. Don't reset
9092 view-exit-action to nil. Simplify code and rewrite doc string.
9093
9094 * apropos.el (apropos-describe-plist):
9095 * descr-text.el (describe-char):
9096 * disp-table.el (describe-display-table):
9097 * faces.el (list-faces-display, describe-face):
9098 * facemenu.el (list-colors-display):
9099 * help-fns.el (describe-function, describe-variable)
9100 (describe-syntax, describe-categories):
9101 Use with-help-window instead of with-output-to-temp-buffer.
9102
9103 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
9104
9105 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
9106 Optimize (featurep 'emacs) to t.
9107
9108 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
9109 New function.
9110 (byte-compile-maybe-guarded): Use it to also look for bound
9111 symbols inside `and' forms. Comment out non-working code that was
9112 trying to avoid warnings for XEmacs code.
9113
9114 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
9115
9116 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
9117 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
9118 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
9119 (vc-cvs-annotate-command):
9120 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
9121 is bound, it always is.
9122
9123 2007-11-10 Jason Rumney <jasonr@gnu.org>
9124
9125 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
9126 setup here from global scope.
9127
9128 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
9129
9130 * ido.el (ido-save-history): Save the history file in UTF-8, not
9131 the current filename coding system.
9132
9133 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9134
9135 * simple.el (interprogram-cut-function, interprogram-paste-function):
9136 Don't make them frame-local any more.
9137
9138 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
9139 Don't set interprogram-(cut|paste)-function on each frame.
9140
9141 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
9142 Make them work in tty frames.
9143 (interprogram-cut-function, interprogram-paste-function):
9144 Set them globally.
9145
9146 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
9147
9148 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
9149 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
9150 (iso-iso2duden-trans-tab): Add docstring.
9151
9152 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9153
9154 * abbrev.el (define-abbrev-table): Record the variable definition.
9155
9156 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
9157 New function.
9158
9159 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9160
9161 * ps-print.el: Clean the code for checking suitable Emacs version.
9162 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
9163 (ps-print-version): New version 6.8.1.
9164
9165 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
9166
9167 * files.el (enable-local-variables): Doc fix.
9168
9169 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
9170
9171 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
9172
9173 2007-11-09 Sven Joachim <svenjoac@gmx.de>
9174
9175 * dired-aux.el (dired-copy-file-recursive):
9176 Preserve directory permissions.
9177
9178 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
9179
9180 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
9181 (whitespace-unload-function): New-style unload function. When run,
9182 unintern `whitespace-unload-hook' and call `unload-feature' recursively
9183 to stop the old hook from messing with the unloading.
9184
9185 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
9186
9187 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
9188 (elp-unset-master, elp-results): Fix typos.
9189 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
9190 Doc fixes.
9191
9192 * msb.el (msb--many-menus): Remove variable.
9193 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
9194 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
9195 (msb--toggle-menu-type): Fix typos in docstrings.
9196
9197 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
9198 (shadow-insert-var): Doc fixes.
9199 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
9200 Reflow docstrings.
9201 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
9202
9203 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
9204
9205 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
9206 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
9207 Fix typos in autoload docstrings.
9208
9209 2007-11-09 Richard Stallman <rms@gnu.org>
9210
9211 * savehist.el (savehist-save): Obey savehist-ignored-variables.
9212
9213 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
9214
9215 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
9216 (gdb-var-update-handler-1): Use it.
9217
9218 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
9219
9220 * loadhist.el (unload-feature): Remove erroneous check for the
9221 FEATURE-unload-function variable; check the existence of the
9222 function (that's what the docstring says, and it makes more sense).
9223
9224 * follow.el (follow-unload-function): Add docstring.
9225 (follow-unload-function): Remove variable.
9226
9227 * server.el (server-unload-function): Remove variable.
9228 (server-unload-function): Unbind `server-edit' from `C-x #'.
9229
9230 * ses.el (ses-unload-function): New function.
9231
9232 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
9233
9234 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
9235 (unsafep-progn, unsafep-let): Fix typos in docstrings.
9236
9237 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
9238 before use to avoid a warning in packages that require uniquify.
9239 (uniquify-unload-function): New function and var.
9240
9241 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
9242
9243 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
9244 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
9245 (ediff-current-diff-A, ediff-current-diff-B)
9246 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
9247 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
9248 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
9249 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
9250 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
9251 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
9252 (ediff-setup-windows-plain-merge)
9253 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
9254 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
9255 * ediff-util.el (ediff-setup-keymap, )
9256 (ediff-toggle-wide-display, ediff-toggle-multiframe)
9257 (ediff-toggle-use-toolbar, ediff-really-quit)
9258 (ediff-good-frame-under-mouse)
9259 (ediff-highlight-diff-in-one-buffer)
9260 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
9261 (ediff-make-bullet-proof-overlay):
9262 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
9263 (ediff-set-meta-overlay):
9264 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
9265 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
9266 ediff-emacs-p with their former definitions.
9267
9268 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
9269 (viper-has-face-support-p, viper-inactivate-input-method)
9270 (viper-activate-input-method)
9271 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
9272 * emulation/viper-mous.el (viper-multiclick-timeout)
9273 (viper-surrounding-word, viper-mouse-click-insert-word)
9274 (viper-mouse-click-search-word, viper-parse-mouse-key):
9275 * emulation/viper-macs.el (viper-char-array-to-macro):
9276 * emulation/viper.el (viper-go-away, viper-set-hooks)
9277 (viper-non-hook-settings):
9278 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
9279 (viper-get-saved-cursor-color-in-insert-mode)
9280 (viper-get-saved-cursor-color-in-emacs-mode)
9281 (viper-check-version, viper-get-visible-buffer-window)
9282 (viper-file-checked-in-p, viper-set-replace-overlay)
9283 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
9284 (viper-check-minibuffer-overlay, viper-read-key-sequence)
9285 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
9286 with their former definitions.
9287 (viper-eventify-list-xemacs): Only do work for XEmacs.
9288 (viper-set-unread-command-events): Only do work for Emacs.
9289 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
9290 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
9291 (viper-overlay-get, viper-overlay-put, viper-read-event)
9292 (viper-characterp, viper-int-to-char, viper-get-face)
9293 (viper-color-defined-p, viper-iconify): New defaliases replacing
9294 the old fsets.
9295
9296 * progmodes/fortran.el (comment-region-function)
9297 (uncomment-region-function): Pacify byte compiler.
9298
9299 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
9300
9301 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
9302
9303 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
9304 `process-environment'.
9305
9306 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
9307
9308 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
9309 match dir like "a...b".
9310
9311 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9312
9313 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
9314
9315 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
9316
9317 * net/tramp.el (tramp-handle-substitute-in-file-name):
9318 Don't expand the remote connection identification.
9319 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9320 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
9321 before calling stty.
9322
9323 * net/tramp-cache.el (tramp-cache-print)
9324 (tramp-dump-connection-properties): Fix docstring.
9325 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
9326
9327 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
9328
9329 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
9330 remote connection identification when setting connection property.
9331
9332 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
9333 "//" substitutes only in the local filename part.
9334
9335 2007-11-07 David Hansen <david.hansen@gmx.net>
9336
9337 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
9338
9339 2007-11-07 Glenn Morris <rgm@gnu.org>
9340
9341 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
9342 Remove superfluous concats. Move final set-buffer to
9343 non-emacs-specific code.
9344
9345 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
9346
9347 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
9348
9349 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
9350
9351 * eshell/esh-mode.el (eshell-output-filter):
9352 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
9353 Use `with-current-buffer'.
9354
9355 2007-11-07 Andreas Schwab <schwab@suse.de>
9356
9357 * server.el (server-start): Only register cleanup after server was
9358 started.
9359
9360 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
9361
9362 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
9363
9364 * net/tramp-cache.el (tramp-cache-print): Move down.
9365 (tramp-cache-list-connections): New defun.
9366
9367 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
9368
9369 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
9370
9371 * ido.el (ido-save-history): Write the history file in the current
9372 filename coding system, and add `coding' file-local variable.
9373
9374 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
9375
9376 * textmodes/org.el (org-table-formula-substitute-names):
9377 Remove forgotten temporary debugging code.
9378
9379 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
9380
9381 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
9382 the prompt.
9383
9384 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
9385
9386 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
9387
9388 2007-11-05 Simon Josefsson <simon@josefsson.org>
9389
9390 * net/tls.el (tls-end-of-info): Doc fix.
9391
9392 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
9393
9394 * international/utf-7.el (utf-7-imap): New coding system.
9395 (utf-7-imap-post-read-conversion): New function.
9396 (utf-7-imap-pre-write-conversion): New function.
9397
9398 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
9399
9400 * abbrev.el (abbrev--write): Fix up typo.
9401
9402 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
9403
9404 * abbrev.el (define-abbrev-table): Doc fix.
9405
9406 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
9407
9408 * info.el (Info-revert-buffer-function): New func.
9409 (Info-mode): Arrange to use it for reverting.
9410 (Info-copy-current-node-name): Add space between filename and nodename.
9411
9412 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9413
9414 * abbrev.el (expand-abbrev): Move point back to expansion's end.
9415
9416 2007-11-04 Glenn Morris <rgm@gnu.org>
9417
9418 * net/tls.el: Don't require rx when compiling.
9419 (tls-end-of-info): Rewrite without using rx.
9420 (open-tls-stream): Use with-current-buffer.
9421
9422 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
9423
9424 * net/tls.el: Require rx when compiling.
9425 (tls-end-of-info): New variable.
9426 (open-tls-stream): Keep reading input until `tls-end-of-info' is
9427 matched.
9428
9429 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
9430
9431 * register.el (append-to-register, prepend-to-register):
9432 Don't signal error on empty register; use the text, instead.
9433
9434 2007-11-03 Michael Olson <mwolson@gnu.org>
9435
9436 * textmodes/remember.el (remember-buffer):
9437 Use define-obsolete-function-alias rather than defalias.
9438
9439 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
9440
9441 * simple.el (bad-packages-alist): Anchor semantic regexp.
9442
9443 2007-11-03 Glenn Morris <rgm@gnu.org>
9444
9445 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
9446 if defined, for blank lines. Doc fix.
9447
9448 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
9449 (fortran-mode): Set values for comment-region-function,
9450 uncomment-region-function and comment-insert-comment-function.
9451 (fortran-uncomment-region): New function.
9452
9453 * textmodes/nroff-mode.el (nroff-mode):
9454 Set comment-insert-comment-function rather than indent-line-function.
9455 (nroff-indent-line-function): Remove.
9456 (nroff-insert-comment-function): New function.
9457
9458 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
9459
9460 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
9461
9462 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
9463
9464 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
9465
9466 * emulation/viper-cmd.el (viper-prev-destructive-command)
9467 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
9468 copy-sequence.
9469
9470 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
9471 Got rid of ediff-copy-list.
9472
9473 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
9474 use face-name.
9475 (ediff-test-utility, ediff-diff-mandatory-option)
9476 (ediff-reset-diff-options): Remove to simplify the mandatory option
9477 handling on Windows.
9478 (ediff-set-diff-options): Add.
9479 (ediff-diff-options): Set "--binary" option as default in some cases.
9480
9481 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
9482 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
9483 ediff-vc-working-revision. Require vc-hooks.
9484
9485 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
9486
9487 * files.el (hack-local-variables): Fix membership tests to avoid
9488 treating all variables as safe if `enable-local-variables' is
9489 set to :safe (CVE-2007-5795).
9490
9491 2007-11-02 Glenn Morris <rgm@gnu.org>
9492
9493 * newcomment.el (comment-indent): Let comment-insert-comment-function,
9494 if defined, do all the work of inserting a new comment.
9495
9496 * progmodes/etags.el (tags-table-mode): Disable undo.
9497
9498 * simple.el (bad-packages-alist): Revert previous change.
9499
9500 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
9501
9502 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
9503
9504 * obsolete/lselect.el: Do not warn about unknown functions.
9505
9506 2007-11-02 Michael Olson <mwolson@gnu.org>
9507
9508 * textmodes/remember.el (remember-buffer): Make this an alias of
9509 remember-finalize, because Org uses it.
9510
9511 2007-11-01 Michael Olson <mwolson@gnu.org>
9512
9513 * textmodes/remember.el: Improve documentation in heading.
9514 (remember-before-remember-hook): Turn into a customizable option.
9515 (remember): Document INITIAL argument.
9516 (remember-region): Remove autoload cookie. Improve docstring to
9517 mention that it is called from the *Remember* buffer, and does not
9518 have any functional overlap with the `remember' function.
9519 (remember-finalize): Remove autoload cookie. Rename from
9520 remember-buffer to emphasize that this does not have any
9521 functional overlap with the `remember' function.
9522 (remember-destroy): Remove autoload cookie.
9523 (remember-mode-map): Define and initialize in one step.
9524 (remember-mode): Improve docstring.
9525 (remember-annotation-functions): Default to just '(buffer-file-name),
9526 and don't try to take the default value from Planner.
9527
9528 2007-11-01 Glenn Morris <rgm@gnu.org>
9529
9530 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
9531
9532 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
9533
9534 * emacs-lisp/authors.el (authors-scan-change-log)
9535 (authors-scan-el): Don't enable local eval; enable only safe local
9536 variables, without querying.
9537
9538 * mail/footnote.el (footnote-numeric-regexp)
9539 (footnote-english-upper-regexp, footnote-english-lower-regexp)
9540 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
9541 Match multi-character footnotes.
9542
9543 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
9544 (nroff-indent-line-function): New function.
9545 (nroff-count-text-lines): Use nroff-forward-text-line rather than
9546 obsolete alias.
9547
9548 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
9549
9550 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
9551 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
9552 (rcirc-print): Only update the line count when not marking the
9553 line as omittable.
9554 (rcirc-log-write): Specify coding system when writing logfile.
9555 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
9556
9557 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
9558
9559 * printing.el (printing): Fix :version, printing.el was included
9560 for in emacs-22.1.
9561 (pr-path-style, pr-path-alist, pr-txt-name)
9562 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
9563 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
9564 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
9565 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
9566 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
9567 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
9568 (pr-setting-database, pr-visible-entry-list)
9569 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
9570 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
9571
9572 * ediff-util.el (ediff-nuke-selective-display): Move definition to
9573 top level, make it dependent on the emacs flavor.
9574
9575 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
9576 Test for XEmacs not for itimer.
9577
9578 * term/sun-mouse.el:
9579 * obsolete/sun-fns.el:
9580 * obsolete/sun-curs.el: Remove files.
9581
9582 * term/sun.el (select-previous-complex-command): Remove obsolete code.
9583
9584 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
9585
9586 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
9587 was given to concat.
9588
9589 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9590
9591 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
9592 used normally for goto-line. Change `g' to revert the buffer.
9593 Add redundant `r' binding for buffer-revert.
9594
9595 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
9596 (mail-abbrevs-setup): Use abbrev-expand-functions.
9597 (build-mail-abbrevs): Use with-temp-buffer.
9598 (define-mail-abbrev): Simplify.
9599 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
9600 Change it for use on abbrev-expand-functions.
9601 (mail-abbrev-complete-alias): Use with-syntax-table.
9602
9603 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
9604
9605 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
9606 directly. Fix bug in deleting temp file.
9607
9608 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9609
9610 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
9611 Merge defvar and define-abbrev-table.
9612 (def-python-skeleton): Use :case-fixed and :enable-function.
9613 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
9614 Remove.
9615 (python-mode): Don't modify pre-abbrev-expand-hook.
9616
9617 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
9618
9619 * ediff-util.el (ediff-file-checked-out-p)
9620 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
9621
9622 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9623
9624 * abbrev.el (abbrev-symbol): Correct let->let*.
9625 (abbrev--before-point): Only use abbrev-start-location if before point.
9626
9627 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
9628
9629 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
9630 (strokes-unload-hook): Remove function and variable.
9631 (strokes-unload-function): New-style unload function, adapted
9632 from `strokes-unload-hook'.
9633
9634 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
9635 (cl-unload-hook): Remove variable.
9636 (cl-unload-function): New-style unload function, adapted
9637 from `cl-cannot-unload'.
9638
9639 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
9640 (elp-unload-function): New-style unload function, adapted
9641 from `elp-unload-hook'.
9642
9643 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
9644
9645 * emacs-lisp/find-func.el (find-library): Use library at
9646 point as default interactive argument.
9647
9648 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
9649
9650 * shadowfile.el (shadow-join): Remove.
9651 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
9652 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
9653 (shadowfile-unload-hook): Remove function and variable.
9654 (shadowfile-unload-function): New-style unload function, adapted
9655 from `shadowfile-unload-hook'.
9656
9657 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
9658
9659 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
9660 only if it is bound.
9661
9662 * textmodes/reftex.el: Move autoloads for before all uses.
9663 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
9664 (reftex-delete-overlay): Move to the top level with the condition
9665 in the body.
9666
9667 * progmodes/simula.el: Use when instead of if.
9668
9669 * iimage.el (iimage-locate-file): Define unconditionally.
9670
9671 * mail/mailabbrev.el (mail-abbrev-next-line):
9672 * emulation/vip.el (vip-enlarge-region, vip-line)
9673 (vip-next-line-at-bol, vip-previous-line)
9674 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
9675 Wrap with-no-warnings around uses of next-line and previous-line.
9676
9677 * ediff.el (run-ediff-from-cvs-buffer):
9678 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
9679 Remove function not used by pcl-cvs anymore.
9680 (noninteractive, generic-sc-get-latest-rev)
9681 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
9682 Delete support for long obsolete generic-sc.el.
9683
9684 2007-10-31 Glenn Morris <rgm@gnu.org>
9685
9686 * cvs-status.el: No longer require pcvs when compiling.
9687
9688 * doc-view.el (doc-view-conversion-refresh-interval)
9689 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
9690 (doc-view-reset-slice): Doc fixes.
9691 (doc-view-menu): Remove deleted function doc-view-edit-doc.
9692
9693 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
9694
9695 * help-at-pt.el (help-at-pt-unload-hook): Remove.
9696 Timers are automatically canceled by `unload-feature'.
9697
9698 * delsel.el (delsel-unload-hook): Remove function and variable.
9699 (delsel-unload-function): New-style unload function, adapted
9700 from `delsel-unload-hook'.
9701
9702 * msb.el (msb-unload-hook): Remove function and variable.
9703 (msb-unload-function): New-style unload function, adapted from
9704 `msb-unload-hook'.
9705
9706 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
9707
9708 * desktop.el (uniquify-managed): Pacify byte compiler.
9709 (desktop-buffer-info): If the buffer name is managed by uniquify,
9710 save the base name, not the uniquified one.
9711 (desktop-create-buffer): Allow `rename-buffer' to generate a new
9712 name in case of conflict.
9713
9714 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * doc-view.el: Use expand-file-name rather than concat.
9717 (doc-view-cache-directory): Add the UID so multiple users won't clash.
9718 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
9719 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
9720 (doc-view-toggle-display): Use an overlay over the whole buffer so as
9721 not to have to touch the buffer's content.
9722 (doc-view-initiate-display): New function, extracted from doc-view-mode.
9723 (doc-view-mode): Use it. Don't mark as a special mode.
9724 Put the page numbers in the modeline.
9725 Set up the overlay. Hide the cursor. Run the mode hook.
9726 Use after-revert-hook rather than revert-buffer-function.
9727 (doc-view-search-internal): Fix typo.
9728 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
9729 image-cache flush.
9730 (doc-view-reconvert-doc): Don't reset the whole mode.
9731 (doc-view-make-safe-dir): New function.
9732 (doc-view-current-cache-dir): Use it.
9733
9734 2007-10-30 Jason Rumney <jasonr@gnu.org>
9735
9736 * time.el (display-time-world-list): Test for zoneinfo support.
9737
9738 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
9739
9740 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
9741
9742 * net/tramp-cache.el (tramp-flush-file-function): Check also
9743 `default-directory' if `buffer-file-name' does not return a
9744 string. Added to `eshell-pre-command-hook'.
9745
9746 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9747
9748 * doc-view.el (doc-view-current-doc): Remove.
9749 Replace all uses by buffer-file-name.
9750 (doc-view-menu): New menu.
9751 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
9752 unused var `doc'.
9753 (doc-view-sort): Simplify.
9754 (doc-view-buffer-message): Don't change buffer-modified-p.
9755 (doc-view-mode): Change it here instead.
9756 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
9757 Don't modify the global value of revert-buffer-function.
9758
9759 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
9760 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
9761 (image-toggle-display): Take overlays into account and don't assume
9762 point-min==1.
9763
9764 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
9765
9766 * vc.el (vc-annotate): Fix omission bug:
9767 Specify value for vc-sentinel-movepoint.
9768
9769 2007-10-30 Michael Olson <mwolson@gnu.org>
9770
9771 * textmodes/remember.el (remember-mode-hook)
9772 (remember-handler-functions, remember-annotation-functions):
9773 Add additional items as options, including some Org functions.
9774
9775 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
9776
9777 * doc-view.el: Remove cl-dependency.
9778 (doc-view-buffer-message): Mention new binding K.
9779 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
9780 instead of variable.
9781 (doc-view-current-cache-dir): Better cache dir naming.
9782 (doc-view-current-display): Remove variable.
9783 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
9784 (doc-view-kill-proc): Set converter process to nil.
9785 (doc-view-minor-mode): New minor mode.
9786 (doc-view-minor-mode-map): New keymap.
9787 (doc-view-mode): Remove text/image switching code. Use plain defun.
9788 (doc-view-mode-map): New binding K kills converter process.
9789 Remove C-c C-e binding.
9790 (doc-view-mode-text-map): Remove keymap.
9791 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
9792 d-v-display-maybe.
9793 (doc-view-previous-major-mode): New variable.
9794 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
9795 (doc-view-remove-if): New function.
9796 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
9797 (doc-view-toggle-display): Toggle modes instead of display styles.
9798 (doc-view-reconvert-doc): Adapt to new way of doing things.
9799
9800 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
9801
9802 2007-10-30 Glenn Morris <rgm@gnu.org>
9803
9804 * dirtrack.el (dirtrack-mode): Doc fix.
9805
9806 * shell.el (shell-dirtrack-verbose, shell-mode)
9807 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
9808
9809 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
9810 (byte-compile-enable-warning): Doc fix.
9811
9812 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
9813 suppress byte-opt warning.
9814
9815 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
9816
9817 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
9818 (edt-gnu-emacs19-p): Remove.
9819 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
9820 (edt-xserver, edt-page-backward, edt-beginning-of-line)
9821 (edt-end-of-line-forward, edt-end-of-line-backward)
9822 (edt-one-word-forward, edt-one-word-backward, edt-character)
9823 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
9824 (edt-find-forward, edt-find-backward, edt-find-next-forward)
9825 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
9826 (edt-define-key, edt-bottom-check, edt-sentence-forward)
9827 (edt-sentence-backward, edt-paragraph-forward)
9828 (edt-paragraph-backward, edt-restore-key, edt-window-top)
9829 (edt-window-bottom, edt-scroll-window-forward-line)
9830 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
9831 (edt-line-to-top-of-window, edt-paragraph-backward)
9832 (edt-restore-key, edt-window-top, edt-window-bottom)
9833 (edt-scroll-window-forward-line)
9834 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
9835 (edt-line-to-middle-of-window, edt-goto-percentage)
9836 (edt-display-the-time, edt-remember, edt-split-window)
9837 (edt-emulation-on, edt-emulation-off)
9838 (edt-default-emulation-setup, edt-user-emulation-setup)
9839 (edt-select-default-global-map, edt-select-user-global-map):
9840 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
9841 tests.
9842
9843 * textmodes/reftex-index.el (reftex-index-selection-or-word):
9844 Use feature test instead of boundp test so it can be resolved at
9845 compile time.
9846
9847 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
9848
9849 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9850
9851 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
9852 Update all users.
9853 (abbrev-get, abbrev-put): Simplify.
9854 (define-abbrev): Don't store the `force' value in the :system property.
9855 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
9856
9857 2007-10-30 Michael Olson <mwolson@gnu.org>
9858
9859 * desktop.el (desktop-minor-mode-table): Add line for ERC.
9860
9861 * textmodes/remember.el: New file that implements a mode for
9862 quickly jotting down things to remember.
9863
9864 * textmodes/remember-diary.el: A backend for remember.el that
9865 implements saving notes to a Diary file.
9866
9867 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
9868
9869 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
9870 Relocate in file.
9871 (allout-doublecheck-at-and-shallower): Increase to include
9872 slightly greater depths, since yank interaction is now ok.
9873 Also, elaborate the docstring to explain the situation.
9874 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
9875 instead of concat, so we accommodate key sequences expressed as
9876 vectors as well as strings and lists.
9877 (allout-flag-region, allout-hide-by-annotation): Make the
9878 hidden-text overlays 'front-advance.
9879 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
9880 (allout-aberrant-container-p, allout-on-current-heading-p)
9881 (allout-e-o-prefix-p, allout-next-heading)
9882 (allout-previous-heading, allout-goto-prefix)
9883 (allout-end-of-prefix, allout-next-sibling-leap)
9884 (allout-next-visible-heading, allout-auto-fill)
9885 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
9886 (allout-yank-processing, allout-resolve-xref)
9887 (allout-current-topic-collapsed-p, allout-hide-region-body)
9888 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
9889 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
9890 (count-trailing-whitespace-region): Preserve match data, so allout
9891 outline navigation doesn't disrupt other Emacs operations.
9892 (allout-beginning-of-line): Retreat to the beginning of the hidden
9893 text, so fields are respected (for submodes that care).
9894 (allout-end-of-line): Preserve mark activation status when jumping.
9895 (allout-open-topic): Account for opening after a child that
9896 contains a hidden trailing newline. Preserve match data.
9897 Run allout-structure-added-hook
9898 (allout-encrypt-decrypted): Preserve match data.
9899 (allout-toggle-current-subtree-exposure): Add new interactive
9900 function for toggle subtree exposure - suggested by tassilo.
9901 (move-beginning-of-line, move-end-of-line): Don't use
9902 line-move-invisible-p, it's obsolete - substitute the code, instead.
9903
9904 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
9905
9906 * textmodes/flyspell.el (message-signature-separator):
9907 * longlines.el (message-indent-citation-function): Pacify byte
9908 compiler.
9909
9910 * emacs-lisp/cl-loaddefs.el:
9911 * ldefs-boot.el: Regenerate.
9912
9913 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
9914 (.el.elc, compile, compile-always, compile-calc)
9915 ($(lisp)/progmodes/cc-mode.elc): Use it.
9916
9917 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
9918 Only do work for XEmacs.
9919 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
9920 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
9921 on XEmacs.
9922 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
9923 (ps-x-color-name, ps-x-color-specifier-p)
9924 (ps-x-copy-coding-system, ps-x-device-class)
9925 (ps-x-extent-end-position, ps-x-extent-face)
9926 (ps-x-extent-priority, ps-x-extent-start-position)
9927 (ps-x-face-font-instance, ps-x-find-coding-system)
9928 (ps-x-font-instance-properties, ps-x-make-color-instance)
9929 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
9930 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
9931 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
9932 (ps-generate-postscript-with-faces): Delete defaliases.
9933 (ps-face-foreground-name, ps-face-background-name)
9934 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
9935 Move definitions to top level, make the body conditional on the Emacs
9936 flavor. Replace uses of deleted aliases and renamed functions.
9937 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
9938 of deleted aliases and renamed functions.
9939
9940 * calc/calc.el (calc-emacs-type-lucid): Remove.
9941 (calc-digit-map, calcDigit-start, calc-read-key)
9942 (calc-clear-unread-commands):
9943 * calc/calc-ext.el (calc-user-key-map): Replace uses of
9944 calc-emacs-type-lucid with (featurep 'xemacs)
9945
9946 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
9947 (featurep 'xemacs).
9948 (tpu-lucid-emacs19-p): Remove.
9949 (tpu-map-key): Make it a function instead of using fset. Inline
9950 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
9951 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
9952
9953 * ielm.el: Use featurep 'xemacs.
9954
9955 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
9956 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
9957 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
9958 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
9959 cperl-xemacs-p with (featurep 'xemacs).
9960 (font-lock-cache-position): Pacify byte compiler.
9961
9962 2007-10-29 Drew Adams <drew.adams@oracle.com>
9963
9964 * faces.el (read-color): New function.
9965 (face-at-point, foreground-color-at-point)
9966 (background-color-at-point): New functions.
9967
9968 2007-10-28 Richard Stallman <rms@gnu.org>
9969
9970 * net/browse-url.el (browse-url-text-xterm): Rename from
9971 browse-url-lynx-xterm and made generic.
9972 (browse-url-text-emacs): Likewise.
9973 (browse-url-text-browser): New variable.
9974 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
9975 (browse-url-text-input-field, browse-url-text-input-attempts)
9976 (browse-url-kde-program): Likewise.
9977
9978 2007-10-29 Glenn Morris <rgm@gnu.org>
9979
9980 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
9981 Use mapc rather than mapcar (reinstall change deleted without log
9982 entry 2007-10-22).
9983
9984 2007-10-29 Martin Rudalics <rudalics@gmx.at>
9985
9986 * wdired.el (wdired-next-line, wdired-previous-line):
9987 Use next-line and previous-line wrapped in with-no-warnings.
9988
9989 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
9990
9991 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
9992 (rcirc-recent-quit-alist): New function.
9993 (rcirc): Print a better message when there is only one connected server.
9994 (rcirc-complete-nick): Do not update the nick table here.
9995 (rcirc-mode-map): Add M-o.
9996 (rcirc-current-line): Add variable.
9997 (rcirc-mode): Setup variables for line based omit.
9998 (rcirc-edit-multiline): Strip text properties.
9999 (rcirc-omit-responses): Add NICK.
10000 (rcirc-omit-threshold): Add variable.
10001 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
10002 Add functions.
10003 (rcirc-print): Keep track of current line. Do not fill text if
10004 `rcirc-fill-flag' is null. Only omit text if the last activity
10005 from the sender is more than `rcirc-omit-threshold' lines ago.
10006 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
10007 numbers instead of time.
10008 (rcirc-channel-nicks): Sort by line numbers instead of time.
10009 (rcirc-omit-mode): Add `...' when omitting text and recenter.
10010 (rcirc-handler-JOIN): Restore the joiners linestamp.
10011 (rcirc-maybe-remember-nick-quit): Add function.
10012 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
10013
10014 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
10015
10016 * loadhist.el (unload-feature-special-hooks):
10017 Add `delete-frame-functions' and `suspend-tty-functions'.
10018
10019 * server.el (server-unload-function): Rename from `server-unload-hook'
10020 and adapt to new `unload-feature' functionality. Remove hook from
10021 `kill-buffer-hook' buffer-locally.
10022 (server-unload-hook): Remove.
10023 (server-unload-function): New var; replaces `server-unload-hook'.
10024
10025 2007-10-29 Glenn Morris <rgm@gnu.org>
10026
10027 * dirtrack.el (dirtrack-debug): Doc fix.
10028 (dirtrack-mode, dirtrack-debug-mode): New names for
10029 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
10030 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
10031 Make obsolete.
10032 (dirtrack-debug-message): Only print message if
10033 dirtrack-debug-mode is non-nil. Use with-current-buffer.
10034 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
10035 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
10036
10037 2007-10-28 Glenn Morris <rgm@gnu.org>
10038
10039 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
10040 (byte-compile-warnings-safe-p): Handle `not'.
10041 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
10042 (byte-compile-enable-warning): New functions.
10043 (byte-compile-eval-before-compile)
10044 (byte-compile-file-form-require): Use byte-compile-disable-warning.
10045 (byte-compile-close-variables): Locally bind byte-compile-warnings,
10046 but do not modify it.
10047 (byte-compile-eval, byte-compile-obsolete)
10048 (byte-compile-warn-about-unresolved-functions)
10049 (byte-compile-file-form-defvar)
10050 (byte-compile-file-form-custom-declare-variable)
10051 (byte-compile-file-form-require)
10052 (byte-compile-file-form-defmumble, byte-compile-lambda)
10053 (byte-compile-form, byte-compile-normal-call)
10054 (byte-compile-variable-ref, byte-compile-defvar)
10055 (byte-compile-make-variable-buffer-local):
10056 Use byte-compile-warning-enabled-p.
10057 * emacs-lisp/advice.el (ad-compile-function):
10058 Use byte-compile-disable-warning.
10059 * emacs-lisp/cl.el: Move local variables to end of file, and set
10060 byte-compile-warnings to `(not cl-functions)'.
10061 * emacs-lisp/cl-compat.el: Add a local variables section, and set
10062 byte-compile-warnings to `(not cl-functions)'.
10063 * emacs-lisp/cl-macs.el: Unify local variable section, and set
10064 byte-compile-warnings to `(not cl-functions)'.
10065 (cl-do-proclaim): Use byte-compile-disable-warning and
10066 byte-compile-enable-warning.
10067 * emacs-lisp/cl-seq.el: Unify local variable section, and set
10068 byte-compile-warnings to `(not cl-functions)'.
10069 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
10070 Use byte-compile-disable-warning.
10071
10072 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
10073
10074 * cus-edit.el (custom-browse-insert-prefix):
10075 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
10076
10077 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
10078
10079 * server.el (server-process-filter): Fix typo in docstring.
10080 (server-log): Reflow docstrings.
10081 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
10082 (server-goto-line-column): Use `when'.
10083
10084 2007-10-28 Juri Linkov <juri@jurta.org>
10085
10086 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
10087 when mouse is clicked on the isearch message.
10088 (isearch-resume): Call `isearch-update' at the end.
10089 Rename argument `search' to `string' to conform to the
10090 isearch terminology.
10091
10092 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10093
10094 Rewrite abbrev.c in Elisp.
10095 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
10096 (abbrev-table-get, abbrev-table-put, abbrev-get)
10097 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
10098 (define-abbrev, abbrev--check-chars, define-global-abbrev)
10099 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
10100 (abbrev-expansion, abbrev--before-point, expand-abbrev)
10101 (unexpand-abbrev, abbrev--write, abbrev--describe)
10102 (insert-abbrev-table-description, define-abbrev-table):
10103 New funs, largely transcribed from abbrev.c.
10104 (abbrev-with-wrapper-hook): New macro.
10105 (abbrev-table-name-list, global-abbrev-table)
10106 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
10107 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
10108 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
10109 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
10110 New vars, largely transcribed from abbrev.c.
10111 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
10112 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
10113 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
10114
10115 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10116
10117 * ps-print.el: Now detect if text foreground and background colors are
10118 equal and replace the foreground color by another color, so the text
10119 becomes visible. Doc fix.
10120 (ps-print-version): New version 6.8.
10121 (ps-default-fg, ps-default-bg): Docstring fix.
10122 (ps-postscript-code-directory): Fix default value code.
10123 (ps-fg-list, ps-fg-validate-p): New options.
10124 (ps-foreground-list): New var.
10125 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
10126
10127 2007-10-27 Glenn Morris <rgm@gnu.org>
10128
10129 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
10130 (shell-dirtrack-toggle): Mark as obsolete.
10131 (dirtrack-toggle, dirtrack-mode): No longer alias to
10132 shell-dirtrack-mode.
10133
10134 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
10135
10136 * calc/calc.el (math-standard-opers): Lower the precedence
10137 of negation.
10138 * calc/calc-lang.el (math-oper-table): Lower precedence of
10139 negation for C, TeX, and eqn.
10140
10141 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
10142
10143 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
10144
10145 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
10146
10147 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
10148 (desktop-not-loaded-hook): Fix :version tags.
10149
10150 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
10151
10152 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
10153 (tramp-get-remote-tmpdir): New defun.
10154 (tramp-make-tramp-temp-file): Use it.
10155 (tramp-local-call-process): New defun. Replace all calls of
10156 `call-process' by this when appropriate.
10157 (tramp-handle-write-region): Replace calls of `file-attributes' by
10158 `tramp-compat-file-attributes'.
10159 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10160 Make the first command a `tramp-send-command' call, with let-bind
10161 of `tramp-end-of-output'.
10162 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
10163 (tramp-load-report-modules, tramp-append-tramp-buffers):
10164 Move to tramp-cmds.el.
10165
10166 * net/tramp-fish.el (tramp-fish-handle-copy-file)
10167 (tramp-fish-do-copy-or-rename-file)
10168 (tramp-fish-do-copy-or-rename-file-directly):
10169 * net/tramp-smb.el (tramp-smb-handle-copy-file):
10170 Add parameter PRESERVE-UID-GID.
10171
10172 2007-10-27 Eli Zaretskii <eliz@gnu.org>
10173
10174 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
10175 New defcustoms.
10176 (display-time-world-list): Use them as appropriate for the current
10177 value of `system-type'.
10178
10179 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10180
10181 * printing.el: Pacify byte compiler, that is, no compiler warnings.
10182 Move (again) some variable definitions before use, define some fun
10183 aliases, no code change.
10184 (pr-version): New version 6.9.2.
10185 (pr-path-style, pr-auto-region, pr-menu-char-height)
10186 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
10187 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
10188 via (defvar VAR).
10189 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
10190 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
10191 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
10192 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
10193 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
10194 (pr-menu-print-item, pr-ps-printer-menu-modified)
10195 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
10196 (pr-even-or-odd-alist): Vars definition moved.
10197
10198 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10199
10200 * emulation/pc-select.el (next-line-mark, next-line-nomark)
10201 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
10202 around uses of previous-line and next-line.
10203
10204 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
10205 New defvars.
10206
10207 * textmodes/css-mode.el (comment-continue):
10208 * net/browse-url.el (url-handler-regexp):
10209 * progmodes/idlw-help.el (idlwave-system-routines):
10210 Pacify byte-compiler.
10211
10212 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
10213 line-move-invisible-p with its former definition: invisible-p.
10214 line-move-invisible-p was removed on 2007-08-29.
10215
10216 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
10217
10218 * files.el (kill-emacs-query-functions): Doc fix;
10219 `save-buffers-kill-emacs' is no longer bound to a key.
10220
10221 2007-10-26 Richard Stallman <rms@gnu.org>
10222
10223 * isearch-multi.el (isearch-buffers-multi): New option.
10224 (isearch-buffers-search-fun): Test it.
10225
10226 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
10227 Put ps-run-clear on C-c C-l.
10228
10229 * newcomment.el (comment-styles): New style indent-or-triple.
10230 (comment-style): Make that the default.
10231 (comment-add defvar): Doc fix.
10232 (comment-add): Delete arg EXTRA.
10233 (comment-region-default): Open code call to comment-add.
10234 Handle indent-or-triple style which uses `multi-char' for INDENT.
10235
10236 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
10237
10238 * eshell/em-unix.el (nil-blank-string): Doc fix.
10239
10240 2007-10-26 John Wiegley <johnw@newartisans.com>
10241
10242 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
10243 function, ensure that the third argument is turned into a nil if
10244 the string is otherwise completely empty (either no characters, or
10245 all tabs/spaces). This fixes a bug from a user who found himself
10246 unable to customize `diff-switches' and still use Eshell's diff
10247 command.
10248
10249 2007-10-26 Glenn Morris <rgm@gnu.org>
10250
10251 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
10252 safe-local-variable property.
10253
10254 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
10255
10256 * net/browse-url.el (browse-url-browser-function): Delete grail.
10257 (browse-url-grail): Function and variable deleted.
10258 (browse-url-browser-function): Delete IXI Mosaic.
10259 (browse-url-default-browser): Don't try IXI Mosaic.
10260 (browse-url-iximosaic): Function deleted.
10261 (browse-url-browser-function): Delete MMM.
10262 (browse-url-default-browser): Don't try MMM.
10263 (browse-url-mmm): Function deleted.
10264
10265 2007-10-26 Drew Adams <drew.adams@oracle.com>
10266
10267 * custom.el (custom-note-var-changed): New function.
10268
10269 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
10270
10271 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
10272 use with the definition. Remove.
10273
10274 * add-log.el (change-log-start-entry-re): New defconst.
10275 (change-log-sortable-date-at): Use it.
10276 (change-log-beginning-of-defun, change-log-end-of-defun):
10277 New functions.
10278 (change-log-mode): Use them for beginning-of-defun-function and
10279 end-of-defun-function.
10280
10281 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
10282
10283 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
10284 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
10285 (ses-recalculate-cell): Deal with point being just beyond end of
10286 data area (why does this happen?)
10287 (ses-set-curcell): Ditto.
10288 (ses-column-letter): Handle columns beyond 702. Code written by
10289 Gareth Rees.
10290
10291 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
10292
10293 * textmodes/org.el (org-agenda-get-restriction-and-command):
10294 Use `mapc' instead of `mapcar'.
10295 (org-agenda-list): Numeric prefix argument can specify the number
10296 of days.
10297 (remember-register, remember-buffer): Prevent byte compiler from
10298 complaining.
10299 (org-todo): Save and restore match data.
10300 (org-no-warnings): New macro.
10301 (org-columns-eval): Use `org-no-warnings'.
10302
10303 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
10304
10305 * comint.el (comint-password-prompt-regexp):
10306 Handle `[sudo] password'-style prompt.
10307
10308 2007-10-25 Glenn Morris <rgm@gnu.org>
10309
10310 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
10311 (defcustom): Doc fix.
10312
10313 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
10314 Add `non_intrinsic'.
10315 (f90-constants-re): Add ieee modules.
10316 (f90-typedef-matcher, f90-typedec-matcher)
10317 (f90-imenu-type-matcher): New functions.
10318 (f90-font-lock-keywords-1): Give module procedures function-name face.
10319 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
10320 Add `use, intrinsic'.
10321 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
10322 Move start of `enum' blocks to separate entry.
10323 (f90-start-block-re): Fix `type', `abstract interface'.
10324 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
10325 derived types.
10326 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
10327 `elemental', change `enumerator'.
10328 (f90-no-block-limit): Fix `abstract interface'.
10329
10330 * progmodes/f90.el (f90-indented-comment-re)
10331 (f90-directive-comment-re, f90-break-delimiters):
10332 * progmodes/fortran.el (fortran-comment-line-start-skip)
10333 (fortran-directive-re):
10334 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
10335 as safe if they are strings.
10336
10337 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10338
10339 * startup.el (window-system): Remove. Don't make it frame-local.
10340
10341 2007-10-24 Richard Stallman <rms@gnu.org>
10342
10343 * savehist.el (savehist-save): Omit unreadable elements.
10344
10345 * loadhist.el (unload-function-defs-list): Rename from
10346 unload-function-features-list.
10347 (unload-feature-special-hooks, unload-feature): Doc fixes.
10348
10349 * indent.el (indent-to-left-margin): If point's in the indentation,
10350 move to the end of the indentation.
10351
10352 * cus-edit.el (customize-changed-options): Make arg optional.
10353
10354 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
10355
10356 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
10357
10358 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
10359
10360 * textmodes/org-publish.el (org-publish-attachment): Re-install
10361 accidentally deleted change.
10362
10363 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10364
10365 * term/iris-ansi.el (iris-function-map): Move init into declaration.
10366
10367 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
10368
10369 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
10370 (Buffer-menu-mode-map): Initialize in the declaration.
10371 (Buffer-menu-mode): Define with `define-derived-mode'.
10372
10373 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
10374
10375 * textmodes/org.el (org-version): Change to 5.13e.
10376 (org-agenda-file-regexp): Fix typo in docstring.
10377 (org-add-planning-info): Fix bug in parenthesis settings.
10378 (org-scan-tags): Catch the case of indirect buffers with no filename.
10379 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
10380 Re-install switch to mapc, had been removed by accident.
10381 (org-columns-map): New binding `C-c C-o'.
10382 (org-columns-menu): Change menu text and added new entry.
10383 (org-columns-eval): Document the use of `next-line'.
10384 (org-columns-open-link): New function.
10385 (org-columns-follow-link): Remove function.
10386 (org-open-link-from-string): New function.
10387 (org-read-date-get-relative): Fix typo in docstring.
10388 (org-read-date-get-relative): Leading +/- is not optional.
10389 (org-agenda-get-restriction-and-command): Always resize window on
10390 first loop cycle.
10391 (org-agenda-open-link): Make sure the link abbreviations are
10392 present in the agenda buffer.
10393 (org-agenda-copy-local-variable): New function.
10394
10395 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10396
10397 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
10398
10399 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10400
10401 * simple.el (reindent-then-newline-and-indent): Use a `move after
10402 insert' kind of marker in the save-excursion.
10403
10404 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10405
10406 * textmodes/css-mode.el: Require CL.
10407 (comment-continue): Declare.
10408
10409 * subr.el (make-variable-frame-localizable): Remove.
10410 (make-variable-frame-local): Mark obsolete.
10411
10412 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10413
10414 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
10415 of the subdirs is unreadable.
10416
10417 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
10418
10419 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
10420 when we are local.
10421
10422 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10423
10424 * progmodes/python.el (python-current-defun): Remove left-over
10425 assignment to `start'.
10426
10427 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
10428
10429 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
10430 than `mapcar'; return value is not used.
10431
10432 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
10433
10434 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
10435 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
10436
10437 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
10438
10439 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
10440 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
10441
10442 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
10443
10444 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
10445
10446 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
10447
10448 * emacs-lisp/advice.el (ad-make-advised-docstring):
10449 Add ad-advice-info text property to doc string.
10450
10451 2007-10-23 Glenn Morris <rgm@gnu.org>
10452
10453 * progmodes/f90.el (f90-do-indent, f90-if-indent)
10454 (f90-type-indent, f90-program-indent, f90-associate-indent)
10455 (f90-continuation-indent, f90-comment-region)
10456 (f90-beginning-ampersand, f90-smart-end)
10457 (f90-break-before-delimiters, f90-auto-keyword-case)
10458 (f90-leave-line-no, f90-mode-hook):
10459 Give an appropriate safe-local-variable property.
10460
10461 * progmodes/fortran.el (fortran-tab-mode-default)
10462 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
10463 (fortran-structure-indent, fortran-continuation-indent)
10464 (fortran-comment-indent, fortran-comment-line-extra-indent)
10465 (fortran-comment-line-start)
10466 (fortran-minimum-statement-indent-fixed)
10467 (fortran-minimum-statement-indent-tab)
10468 (fortran-comment-indent-char, fortran-line-number-indent)
10469 (fortran-check-all-num-for-matching-do)
10470 (fortran-blink-matching-if, fortran-continuation-string)
10471 (fortran-comment-region, fortran-electric-line-number)
10472 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
10473 (fortran-analyze-depth, fortran-break-before-delimiters):
10474 Give an appropriate safe-local-variable property.
10475
10476 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
10477
10478 * printing.el: Move variable definitions before use.
10479 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
10480
10481 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
10482
10483 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
10484 (tpu-edt-off): Use it.
10485 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
10486 the global-map before adding it to global-map.
10487
10488 * menu-bar.el (global-buffers-menu-map): New var.
10489 (global-map, menu-bar-update-buffers): Use it.
10490 * msb.el (msb-menu-bar-update-buffers): Use it.
10491 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
10492 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
10493 Use with-current-buffer.
10494
10495 2007-10-22 Juri Linkov <juri@jurta.org>
10496
10497 * isearch-multi.el: New file.
10498
10499 * isearch.el (isearch-search-string): After finding the next
10500 occurrence switch to buffer isearch-buffers-current-buffer when
10501 isearch-buffers-next-buffer-function is non-nil and
10502 isearch-buffers-current-buffer is live.
10503
10504 * add-log.el (change-log-mode): Make and set buffer-local variable
10505 isearch-buffers-next-buffer-function to change-log-next-buffer.
10506 Call isearch-buffers-minor-mode.
10507 (change-log-next-buffer): New function.
10508
10509 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
10510
10511 * textmodes/org-export-latex.el (org-export-latex-protect-string):
10512 Renaming of `org-latex-protect'.
10513 (org-export-latex-emphasis-alist): By default, don't protect
10514 any emphasis formatter from further conversion.
10515 (org-export-latex-tables): Honor column grouping for tables.
10516 (org-export-latex-title-command): New option.
10517 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
10518 export backslash character.
10519
10520 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
10521
10522 * textmodes/org.el (org-read-date-get-relative): New function.
10523 (org-agenda-file-regexp): New variable.
10524 (org-agenda-files): Allow directories in the variable.
10525 (org-agenda-get-restriction-and-command): New function.
10526 (org-agenda): Use `org-agenda-get-restriction-and-command'.
10527 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
10528 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
10529 New functions.
10530 (org-entry-add-to-multivalued-property)
10531 (org-entry-remove-from-multivalued-property)
10532 (org-entry-member-in-multivalued-property): New functions.
10533 (org-remember-apply-template): Catch C-g and make sure window
10534 configuration is restored.
10535 (org-agenda-open-link): Make it work with several links in the line.
10536 (org-drawers, org-set-regexps-and-options)
10537 (org-get-current-options): Add support for a DRAWERS in-buffer option.
10538 (org-agenda-window-frame-fractions): New option.
10539 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
10540 (org-columns-cleanup-item, org-find-entry-with-id)
10541 (org-insert-columns-dblock, org-listtable-to-string)
10542 (org-dblock-write:columnview, org-columns-capture-view)
10543 (org-edit-headline): New functions.
10544 (org-agenda-to-appt): Require calendar.
10545 (org-entry-get-with-inheritance): Widen for search.
10546 (org-columns-display-here): Don't mark buffer as modified when
10547 adding space characters to accomodate column overlays.
10548 (org-export-as-html): Better formatting of tags in the toc.
10549 (org-columns-display-here): Make the ITEM column as compact as possible.
10550 (org-remember-templates): Customization interface improved.
10551 (org-export-with-property-drawer): Variable removed.
10552 (org-export-with-drawers): New option.
10553 (org-complex-heading-regexp): New variable.
10554 (org-sort-entries): Rewrite using `sort-subr'.
10555 (org-set-property): More appropriate completion during interactive use.
10556 (org-sort-entries): Allow sorting by property.
10557 (org-additional-option-like-keywords): Add more values.
10558 (org-sort-entries-or-items): Rename from `org-sort-entries'.
10559
10560 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
10561
10562 * textmodes/org.el (org-get-date-from-calendar): New function.
10563 (org-at-timestamp-p, org-timestamp-change)
10564 (org-remember-templates): First element of each entry is now a
10565 name for the template.
10566 (org-store-log-note): Check for `org-note-abort'.
10567 (org-kill-note-or-show-branches): New command.
10568 (org-fontify-priorities): New option.
10569 (org-fontify-priorities): New function.
10570 (org-cut-subtree, org-copy-subtree): New argument N to
10571 act on N sequential subtrees.
10572 (org-paste-subtree): Fix the level at which a tree is pasted.
10573 (org-fit-agenda-window): Limitations on window size removed.
10574 (org-agenda-find-same-or-today-or-agenda): Rename from
10575 `org-agenda-find-today-or-agenda'.
10576 (org-scheduled-past-days): New option.
10577 (org-agenda-scheduled-leaders)
10578 (org-agenda-deadline-leaders): New options.
10579 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
10580 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
10581 (org-export-with-tags, org-export-plist-vars)
10582 (org-infile-export-plist): New "tags" option.
10583 (org-use-property-inheritance): New option.
10584 (org-cached-entry-get): Use `org-use-property-inheritance'.
10585 (org-remember-apply-template): Fix typo.
10586
10587 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
10588
10589 * net/tramp.el (tramp-find-shell)
10590 (tramp-open-connection-setup-interactive-shell): Improve sending
10591 initial commands.
10592 (tramp-action-terminal): Send debug message.
10593 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
10594 (tramp-barf-if-no-shell-prompt): Insert code of
10595 `tramp-wait-for-shell-prompt'.
10596
10597 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
10598
10599 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
10600
10601 * term/vt200.el (terminal-init-vt200):
10602 * term/vt201.el (terminal-init-vt201):
10603 * term/vt220.el (terminal-init-vt220):
10604 * term/vt240.el (terminal-init-vt240):
10605 * term/vt300.el (terminal-init-vt300):
10606 * term/vt320.el (terminal-init-vt320):
10607 * term/vt400.el (terminal-init-vt400):
10608 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
10609
10610 * term/wyse50.el (wyse50-terminal-map): New var.
10611 (terminal-init-wyse50): Use it and input-decode-map.
10612 (enable-arrow-keys): Emasculate.
10613
10614 * term/tvi970.el (tvi970-terminal-map): New var.
10615 (terminal-init-tvi970): Use it and input-decode-map.
10616 (tvi970-keypad-numeric): Remove.
10617 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
10618
10619 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
10620 (terminal-init-sun): Use it and input-decode-map.
10621
10622 * term/news.el (terminal-init-news):
10623 * term/lk201.el (terminal-init-lk201):
10624 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
10625
10626 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
10627
10628 * complete.el (PC-expand-many-files): Remove.
10629 (PC-do-completion): Call file-expand-wildcards instead of
10630 PC-expand-many-files.
10631
10632 * net/tramp.el (tramp-handle-expand-many-files): Remove.
10633 (PC-expand-many-files): Remove advice.
10634
10635 2007-10-22 Glenn Morris <rgm@gnu.org>
10636
10637 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
10638 Add some support for Fortran 2003 syntax:
10639 (f90-type-indent): Now also applies to `enum'.
10640 (f90-associate-indent): New user option.
10641 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
10642 Add some F2003 keywords.
10643 (f90-constants-re): New constant.
10644 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
10645 Interface'.
10646 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
10647 `class'. Arguments for `type'/`class' may have spaces. Add a new
10648 element for functions with specified types. Add `end enum' and
10649 `select type'. Add `implicit enumerator' and `procedure'.
10650 Add `class default' and `type is', `class is'. Fix `go to' regexp.
10651 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
10652 (f90-font-lock-keywords-4): Add `f90-constants-re'.
10653 (f90-blocks-re): Add `enum' and `associate'.
10654 (f90-else-like-re): Add `class is', `type is', and `class default'.
10655 (f90-end-type-re): Add `enum'.
10656 (f90-end-associate-re, f90-typeis-re): New constants.
10657 (f90-end-block-re): Add `enum' and `associate'. Change from
10658 optional whitespace to end-of-word, to avoid `enumerator'.
10659 (f90-start-block-re): Add `select type', `abstract interface', and
10660 `enum'. Avoid `type is', and `type (sometype)'.
10661 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
10662 (f90-mode): Doc fix.
10663 (f90-looking-at-select-case): Doc fix. Add `select type'.
10664 (f90-looking-at-associate): New function.
10665 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
10666 Add `enum' and `abstract interface'.
10667 (f90-no-block-limit): Add `select type' and `abstract interface'.
10668 (f90-get-correct-indent, f90-calculate-indent)
10669 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
10670 (f90-indent-region, f90-match-end): Handle `associate' blocks.
10671
10672 2007-10-22 Martin Rudalics <rudalics@gmx.at>
10673
10674 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
10675 Use window-full-width-p.
10676
10677 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
10678
10679 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
10680
10681 * tooltip.el: Use featurep 'xemacs.
10682
10683 * printing.el: Move variable definitions before use, no code change.
10684
10685 2007-10-22 Juri Linkov <juri@jurta.org>
10686
10687 * simple.el (goto-history-element): Allow minibuffer-default to be
10688 a list of default values accessible by typing M-n in the minibuffer.
10689
10690 * dired-x.el (dired-guess-shell-command): Put all guesses to the
10691 minibuffer default value list instead of pushing them temporarily
10692 to the history list.
10693
10694 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
10695
10696 * hexl.el (hexl-menu): New major mode menu.
10697
10698 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10699
10700 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
10701
10702 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
10703
10704 * w32-fns.el (w32-quote-process-args):
10705 * dos-w32.el (print-region-function, lpr-headers-switches)
10706 (ps-print-region-function): Pacify byte-compiler.
10707
10708 * emulation/edt-mapper.el (function-key-map):
10709 (edt-map-key): Make it a function instead of using fset.
10710 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
10711 (edt-gnu-map-key, edt-lucid-map-key): Remove.
10712 (edt-x-emacs-p): Remove.
10713 (edt-emacs-variant, edt-window-system, edt-xserver):
10714 Use featurep 'xemacs.
10715
10716 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
10717 Replace eudc-xemacs-p with its definition.
10718 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
10719 (eudc-emacs-mule-p): Remove.
10720 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
10721 eudc-xemacs-p with feature tests.
10722
10723 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
10724 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
10725 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
10726 (eudc-bob-toggle-inline-display):
10727 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
10728 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
10729
10730 * net/eudcb-ph.el (eudc-ph-open-session):
10731 Replace eudc-xemacs-mule-p with its former definition.
10732
10733 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
10734 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
10735
10736 * progmodes/vera-mode.el (vera-xemacs): Remove.
10737 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
10738
10739 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
10740 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
10741 (vhdl-speedbar-initialize, vhdl-ps-print-init)
10742 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
10743 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
10744 with (featurep 'xemacs).
10745
10746 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
10747 (save-buffer-state-x):
10748 * obsolete/fast-lock.el (fast-lock-verbose):
10749 * emulation/viper-init.el (viper-xemacs-p)
10750 (viper-cond-compile-for-xemacs-or-emacs):
10751 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
10752 * ps-print.el (case-fold-search):
10753 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
10754 * calculator.el (calculator-help): Use featurep 'xemacs.
10755
10756 * progmodes/prolog.el: Undo previous change.
10757 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
10758
10759 * progmodes/dcl-mode.el:
10760 * play/yow.el:
10761 * calendar/todo-mode.el:
10762 * calendar/cal-hebrew.el:
10763 * vc-hg.el: Undo previous change.
10764
10765 * vms-patch.el: Likewise.
10766 (print-region-function): Pacify byte-compiler.
10767
10768 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
10769
10770 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
10771 preserve-uid-gid.
10772
10773 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
10774 compatibility. It is not used, though.
10775
10776 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
10777 Require tramp-cmds.el.
10778 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
10779 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
10780 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
10781 (tramp-do-copy-or-rename-file-out-of-band)
10782 (tramp-maybe-open-connection): Use `make-temp-name'. This is
10783 possible, because we don't need to create the temporary file, but
10784 we need a prefix for ssh, which has its own temporary file handling.
10785 (tramp-handle-delete-directory): Add "-f" to rmdir.
10786 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
10787 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
10788 a signal, in order to give the callee a chance to suppress.
10789 (tramp-handle-write-region): Set owner also in case of short
10790 track. Don't use compatibility calls for `write-region' anymore.
10791 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
10792 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
10793
10794 * net/tramp-cmds.el: New file.
10795
10796 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
10797 `tramp-clear-passwd'.
10798
10799 * net/trampver.el: Update release number.
10800
10801 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
10802
10803 * progmodes/gud.el (gud-target-name): Move definition before use.
10804
10805 * progmodes/dcl-mode.el: Require imenu at compile time.
10806
10807 * progmodes/cc-engine.el (c-maybe-stale-found-type):
10808 Pacify byte-compiler.
10809
10810 * obsolete/fast-lock.el: Use featurep test instead of string-match.
10811
10812 * eshell/esh-mode.el (eshell-handle-ansi-color):
10813 Require ansi-color at compile time too.
10814
10815 * eshell/em-unix.el (eshell/info): Require info at compile time too.
10816
10817 * w32-fns.el: Require w32-vars.
10818
10819 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
10820 time too.
10821
10822 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10823
10824 * double.el ([ignore]): Use `ignore'.
10825 (double-setup): Inline into double-mode.
10826 (double-mode): Use define-minor-mode.
10827
10828 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
10829
10830 * textmodes/reftex.el: Move require easymenu before first use.
10831 (reftex-info): Require info at compile too.
10832
10833 * textmodes/org-publish.el (org-publish-org-to-html)
10834 (org-publish-org-to): Require org at compile time too.
10835 (org-publish-attachment): Require at compile time too.
10836
10837 * term/tty-colors.el (w32-tty-standard-colors):
10838 Pacify byte-compiler.
10839
10840 * term/pc-win.el (frame-creation-function-alist): Add to this
10841 instead of setting frame-creation-function.
10842
10843 * play/blackbox.el (bb-up, bb-down): Use forward-line.
10844
10845 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
10846
10847 * calendar/todo-mode.el: Require calendar at compile time.
10848
10849 * calendar/cal-hebrew.el: Require holidays at compile time.
10850
10851 * w32-vars.el: Provide w32-vars.
10852
10853 * term/w32-win.el: Require w32-vars.
10854 (w32-color-map): Pacify byte-compiler.
10855
10856 * loadup.el: Load w32-vars before term/w32-win.
10857
10858 2007-10-20 Juri Linkov <juri@jurta.org>
10859
10860 * textmodes/fill.el (fill-paragraph): When the region is active,
10861 don't try other `or' branches regardless of the value returned by
10862 fill-region; just return t.
10863
10864 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
10865
10866 * vc.el (vc-do-command): Condition out a misleading message when
10867 running asynchronously.
10868 (vc-deduce-fileset): New argument enables using an unregistered
10869 visited file as a singleton fileset if nothing else is available.
10870 (vc-next-action): Restore file-registering behavior.
10871
10872 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
10873
10874 * calc/README: Add recent news.
10875
10876 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
10877
10878 * term/x-win.el (x-gtk-stock-map, icon-map-list)
10879 (x-gtk-map-stock): Delete duplicated definitions from merge.
10880
10881 * progmodes/compile.el (compilation-skip-to-next-location)
10882 (compilation-skip-threshold, compilation-skip-visited):
10883 Move definitions earlier.
10884
10885 * play/decipher.el (decipher-keypress):
10886 * play/zone.el (zone-fall-through-ws):
10887 * play/landmark.el (lm-move-down, lm-move-up):
10888 * play/handwrite.el (handwrite):
10889 * mail/mspools.el (mspools-visit-spool):
10890 * wdired.el (wdired-next-line, wdired-previous-line):
10891 * tar-mode.el (tar-subfile-save-buffer):
10892 * scroll-lock.el (scroll-lock-next-line)
10893 (scroll-lock-previous-line):
10894 * image-dired.el (image-dired-next-line)
10895 (image-dired-previous-line):
10896 * ediff-help.el (ediff-help-message-line-length):
10897 Use forward-line.
10898
10899 * smerge-mode.el (smerge-auto-refine):
10900 * diff-mode.el (diff-auto-refine): Add :group.
10901
10902 * play/yow.el: Require doctor at compile time.
10903
10904 * vmsproc.el: Provide vmsproc.
10905 (command-send-input): Use forward-line.
10906
10907 * vms-patch.el: Require ps-print and vmsproc at compile time.
10908
10909 * vc-mtn.el (log-view-message-re, log-view-file-re)
10910 (log-view-font-lock-keywords): Pacify byte-compiler.
10911
10912 * vc-hg.el: Require log-view at compile time.
10913
10914 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
10915
10916 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
10917
10918 2007-10-20 Glenn Morris <rgm@gnu.org>
10919
10920 * progmodes/f90.el (f90-font-lock-keywords-2)
10921 (f90-looking-at-type-like): Fix regexp typos.
10922
10923 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
10924
10925 * bs.el (bs--track-window-changes): Don't refresh the whole list.
10926 (bs-mode): Set mode-class property to special.
10927
10928 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10929
10930 * diff-mode.el (diff-auto-refine): New var.
10931 (diff-hunk): Use it.
10932 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
10933 (diff-refine-change): Rename from diff-fine-change. Change it.
10934 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
10935 (diff-refine-hunk): Rename from diff-fine-highlight.
10936
10937 2007-10-20 John Paul Wallington <jpw@pobox.com>
10938
10939 * help-fns.el (describe-variable-custom-version-info): New function
10940 to return variable's version or package version note.
10941 (describe-variable): Use it, display result.
10942
10943 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10944
10945 * smerge-mode.el (smerge-auto-refine): New var.
10946 (smerge-next, smerge-prev): Use it.
10947 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
10948
10949 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10950 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
10951
10952 * vc-bzr.el (vc-bzr-diff-tree):
10953 * vc-git.el (vc-git-diff-tree):
10954 * vc-hg.el (vc-hg-diff-tree):
10955 * vc-mcvs.el (vc-mcvs-diff-tree):
10956 * vc-mtn.el (vc-mtn-diff-tree):
10957 * vc-svn.el (vc-svn-diff-tree): Remove.
10958
10959 * vc-mtn.el (vc-mtn-revision-completion-table):
10960 * vc-cvs.el (vc-cvs-revision-completion-table):
10961 * vc-arch.el (vc-arch-revision-completion-table):
10962 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
10963 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
10964 Make it work when the arg is a list of files.
10965
10966 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10967
10968 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
10969 Also `revision-completion-table' now takes a list of files.
10970 (vc-deduce-fileset): Remove unused var `regexp'.
10971 Only obey allow-directory-wildcard in dired buffers.
10972 (vc-default-diff-tree): Remove.
10973 (vc-diff-added-files): New var.
10974 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
10975 (vc-version-diff): Revert from `vc-history-diff' to the original name.
10976 Remove the `backend' arg.
10977 (vc-contains-version-controlled-file): Remove.
10978 (vc-diff): Bring it closer to the version in Emacs-22.
10979 (vc-revert): Fix typo in let-binding.
10980 (vc-default-unregister): Remove.
10981 (vc-dired-buffers-for-dir): Remove N^2 behavior.
10982
10983 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
10984
10985 * textmodes/two-column.el (2C-split, 2C-merge):
10986 * textmodes/bib-mode.el (bib-find-key, mark-bib):
10987 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
10988 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
10989 * progmodes/ada-xref.el (ada-get-all-references):
10990 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
10991 * emulation/vi.el (vi-previous-line-first-nonwhite)
10992 (vi-effective-range, vi-put-before):
10993 * emulation/edt.el (edt-next-line, edt-previous-line)
10994 (edt-paragraph-forward): Use forward-line.
10995
10996 * progmodes/etags.el (tags-apropos): Require apropos at compile
10997 time too.
10998
10999 * progmodes/prolog.el: Require comint when compiling.
11000 (inferior-prolog-flavor): Move defvar before use.
11001
11002 2007-10-19 Richard Stallman <rms@gnu.org>
11003
11004 * font-core.el (turn-on-font-lock-if-desired):
11005 Rename from `turn-on-font-lock-if-enabled'.
11006 Fully obey `font-lock-global-modes'.
11007
11008 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11009
11010 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
11011 which will not affect the behavior of things like forward-word.
11012 (diff-fine-highlight): Preserve point.
11013
11014 * doc-view.el (doc-view-mode-map): Use remapping.
11015 Don't rebind C-v, M-v to their default value.
11016 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
11017
11018 * smerge-mode.el: Add word-granularity refinement.
11019 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
11020 (smerge-refine-weight-hack): New vars.
11021 (smerge-refine-forward): New fun.
11022 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
11023 (smerge-refine-subst): Use them as well. Preserve point.
11024
11025 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
11026
11027 * follow.el (follow-unload-function): New function.
11028
11029 * loadhist.el (unload-function-features-list):
11030 Rename from `unload-hook-features-list'.
11031 (unload-hook-features-list): Add as obsolete alias.
11032 (unload-feature): Use `unload-function-features-list'
11033 and new FEATURE-unload-function.
11034
11035 2007-10-19 Glenn Morris <rgm@gnu.org>
11036
11037 * bindings.el (mouse-minor-mode-menu)
11038 (minor-mode-menu-from-indicator): Move to mouse.el.
11039 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
11040 Move here from bindings.el.
11041
11042 2007-10-19 Richard Stallman <rms@gnu.org>
11043
11044 * help-fns.el (describe-function-1): Don't use the advice origname
11045 if it has no function definition.
11046
11047 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
11048
11049 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
11050 Use `save-restriction' rather than `widen'.
11051
11052 2007-10-18 Richard Stallman <rms@gnu.org>
11053
11054 * time.el (display-time-world-time-format): Display day # not month #.
11055
11056 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
11057
11058 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
11059
11060 * doc-view.el: Remove version keyword.
11061 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
11062 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
11063 (doc-view-ghostscript-options): Improve custom type.
11064 (doc-view-cache-directory, doc-view-conversion-buffer)
11065 (doc-view-conversion-refresh-interval): Simplify custom type.
11066
11067 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
11068
11069 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
11070 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
11071 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
11072 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
11073 Remove superfluous messages.
11074 (doc-view-mode-map): Use the image-mode scrolling commands.
11075 Don't rebind C-x k.
11076
11077 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
11078
11079 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
11080 Add comment about "-dSAFER".
11081
11082 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11083
11084 * term/xterm.el: Don't require xt-mouse.
11085 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
11086 calling turn-on-xterm-mouse-tracking-on-terminal directly.
11087
11088 * xt-mouse.el: Don't change the global function-key-map anny more.
11089 (xterm-mouse-mode): Use terminal-init-xterm-hook.
11090 Don't use after-make-frame-functions now that term/xterm.el calls
11091 us directly.
11092 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
11093 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
11094 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
11095 Setup input-decode-map and remember that xterm-mouse-mode was
11096 enabled in this terminal.
11097 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
11098 terminals where it has been enabled.
11099
11100 * faces.el (tty-create-frame-with-faces): Make sure not only
11101 tty-run-terminal-initialization but also set-locale-environment
11102 are run only once per terminal.
11103 (tty-run-terminal-initialization): Don't check if the terminal was
11104 already initted.
11105
11106 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
11107 not to remove keymaps that just happen to inherit from one of ours.
11108 When setting up our keymap, make sure it won't be accidentally
11109 modified by someone else.
11110
11111 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
11112
11113 * textmodes/artist.el (artist-previous-line, artist-next-line):
11114 * dired.el (dired-next-line, dired-previous-line):
11115 * progmodes/delphi.el (delphi-newline):
11116 * textmodes/org.el (org-columns-eval):
11117 Use forward-line.
11118
11119 * emerge.el (emerge-setup): Use insert-buffer-substring.
11120 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
11121
11122 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
11123
11124 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
11125 (adaptive-fill-function): Doc fix. Remove * from docstring.
11126
11127 2007-10-18 Tom Horsley <tom.horsley@att.net>
11128
11129 * simple.el (interprogram-paste-function): Doc fix.
11130 (current-kill): Accept list of strings as well
11131 as single string from `interprogram-paste-function'.
11132
11133 2007-10-18 Glenn Morris <rgm@gnu.org>
11134
11135 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
11136
11137 2007-10-18 Drew Adams <drew.adams@oracle.com>
11138
11139 * bindings.el (mode-line-minor-mode-keymap):
11140 Add mouse-minor-mode-menu on mouse-1.
11141 (mode-line-modes): Add mouse-1 to help-echo text.
11142 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
11143 New functions.
11144 (mode-line-minor-mode-help): Doc fix.
11145
11146 2007-10-17 Juri Linkov <juri@jurta.org>
11147
11148 * textmodes/fill.el (fill-paragraph-or-region): Remove function
11149 at the request of RMS.
11150 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
11151 arg `region'. Fix docstring. At the first `or' branch add call to
11152 `fill-region' if it the region is active in transient-mark-mode.
11153
11154 * bindings.el (esc-map): Bind M-q to fill-paragraph
11155 instead of fill-paragraph-or-region.
11156
11157 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
11158 with fill-paragraph.
11159
11160 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
11161 Fix docstring.
11162
11163 * indent.el (indent-for-tab-command): Change interactive spec from
11164 "P" to "p". Add check for interactive arg before indenting the
11165 active region.
11166
11167 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
11168 Regroup.
11169
11170 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
11171
11172 * emacs-lisp/find-func.el: Don't require loadhist.
11173
11174 * loadhist.el (feature-symbols, file-provides, file-requires)
11175 (file-set-intersect, file-dependents): Simplify.
11176 (unload-feature-special-hooks): Update list of special hooks.
11177
11178 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
11179
11180 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
11181 extensions since they can be viewed with doc-view.
11182
11183 * files.el (auto-mode-alist): Make doc-view-mode the default mode
11184 for pdf, ps and dvi files.
11185
11186 * doc-view.el: Make doc-view-mode the standard mode for viewing
11187 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
11188 text and image display. Add binding C-c C-e to switch to an
11189 editing mode.
11190 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
11191 avoid security problems when rendering files from untrusted sources.
11192
11193 2007-10-17 Aaron Hawley <aaronh@garden.org>
11194
11195 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
11196 position is not saved.
11197
11198 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
11199
11200 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
11201 (doc-view-ghostscript-options): Fix typo in doc string.
11202
11203 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11204
11205 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
11206 handling, so compilation-fake-loc works again.
11207
11208 * server.el (server-select-display): Nop if we do not support m-f-o-d.
11209 (server-process-filter): Revert last change.
11210
11211 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
11212 behavior unrelated to filesets.
11213
11214 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
11215
11216 * longlines.el (longlines-wrap-follows-window-size): Integer value
11217 specifies wrapping margin.
11218 (longlines-mode, longlines-window-change-function):
11219 Set window-specific wrapping margin based on the above.
11220
11221 2007-10-17 John Wiegley <johnw@newartisans.com>
11222
11223 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
11224
11225 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
11226
11227 * server.el (server-process-filter): Only set display if X11 is
11228 supported.
11229
11230 2007-10-17 Glenn Morris <rgm@gnu.org>
11231
11232 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
11233 Tweak regexp to avoid stack overflow.
11234
11235 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11236
11237 * simple.el (reindent-then-newline-and-indent): Don't assume that
11238 indent-according-to-mode preserves point.
11239
11240 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
11241
11242 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
11243 (bs--nth-wrapper): Simplify.
11244 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
11245 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
11246 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
11247 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
11248 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
11249 (bs-configurations, bs-default-configuration)
11250 (bs-alternative-configuration, bs-cycle-configuration-name)
11251 (bs-string-show-always, bs-string-show-never, bs-string-current)
11252 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
11253 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
11254 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
11255 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
11256 (bs--window-config-coming-from): Revert 2006-11-09 change.
11257 (bs--restore-window-config): Keep the selected frame.
11258 (bs--track-window-changes, bs--remove-hooks): New functions.
11259 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
11260 (bs--create-header): Remove.
11261 (bs--create-header-line): New function, based on `bs--create-header'.
11262 (bs--show-header): Use `bs--create-header-line'.
11263 (bs--show-with-configuration): Revert 2006-11-09 change.
11264 Don't reuse window unless it is visible on the selected frame.
11265 Restore window configuration (possibly in a different frame)
11266 before creating any window.
11267
11268 2007-10-16 Glenn Morris <rgm@gnu.org>
11269
11270 * simple.el (blink-matching-open): Don't report false errors with
11271 the `$' syntax class.
11272
11273 2007-10-16 Richard Stallman <rms@gnu.org>
11274
11275 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
11276 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
11277 (ad-is-advised, ad-get-advice-info-field)
11278 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
11279
11280 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11281
11282 * vc-hooks.el (vc-workfile-version): Compatibility alias.
11283 (vc-default-working-revision): Compatibility for backends.
11284
11285 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
11286
11287 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
11288 (filesets-ormap, filesets-sort-case-sensitive-flag)
11289 (filesets-remake-shortcut, filesets-ingroup-collect-files):
11290 Fix typos in docstrings.
11291 (filesets-conditional-sort, filesets-find-or-display-file)
11292 (filesets-data-get-name, filesets-data-get-data)
11293 (filesets-data-set, filesets-cmd-query-replace-getargs)
11294 (filesets-ingroup-collect): Doc fixes.
11295
11296 2007-10-15 Sam Steingold <sds@gnu.org>
11297
11298 * mail/sendmail.el (sendmail-error-reporting-interactive)
11299 (sendmail-error-reporting-non-interactive): New variables for
11300 sendmail error reporting options to simplify support for imperfect
11301 sendmail emulators.
11302 (sendmail-send-it): Use them instead of list literals.
11303
11304 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
11305
11306 * help-fns.el: Revert previous change; it creates a
11307 dependency loop between advice.el and help-fns.el.
11308
11309 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
11310
11311 * help-fns.el: Require advice when compiling.
11312
11313 2007-10-14 Drew Adams <drew.adams@oracle.com>
11314
11315 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
11316 (ring-insert+extend, ring-remove+insert+extend, ring-member)
11317 (ring-next, ring-previous): New functions.
11318
11319 2007-10-14 Richard Stallman <rms@gnu.org>
11320
11321 * emacs-lisp/advice.el (documentation): Advice deleted.
11322 Doc for advised functions is now handled at C level.
11323 (ad-stop-advice, ad-start-advice): Don't enable or disable
11324 advice for `documentation'.
11325 (ad-advised-definition-docstring-regexp): Var deleted.
11326 (ad-make-advised-definition-docstring): Store orig name
11327 as text property of string.
11328 (ad-advised-definition-p): Check for text property of docstring.
11329
11330 * help-fns.el (describe-function-1): Find source of advised functions.
11331
11332 2007-10-14 Juri Linkov <juri@jurta.org>
11333
11334 * faces.el (describe-face): Allow handling a string as the face name.
11335
11336 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
11337 active region in transient-mark-mode.
11338 (ispell-region): Change messages displayed at the start and end of
11339 the spell-checking to be the same.
11340
11341 * startup.el (fancy-startup-tail): Say exactly what does the button
11342 dismiss ("Dismiss this startup screen"). Use text "Never show
11343 it again" for the checkbox after this button.
11344 (fancy-startup-screen, fancy-about-screen): Put point before the
11345 first link, so the user can quickly select links with the keyboard.
11346 (normal-mouse-startup-screen): Add more useful text describing how
11347 to follow a link.
11348
11349 2007-10-14 Glenn Morris <rgm@gnu.org>
11350
11351 * progmodes/etags.el (select-tags-table): Disable undo in the
11352 `*Tags Table List*' buffer.
11353
11354 2007-10-13 Eli Zaretskii <eliz@gnu.org>
11355
11356 * dired.el (dired-warn-writable): New face.
11357 (dired-warn-writable-face): New variable.
11358 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
11359 of dired-warning-face, for group- and world-writable files.
11360
11361 2007-10-13 Richard Stallman <rms@gnu.org>
11362
11363 * files.el (directory-abbrev-alist): Doc fix.
11364
11365 2007-10-13 Jari Aalto <jari.aalto@cante.net>
11366
11367 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
11368
11369 2007-10-12 Martin Rudalics <rudalics@gmx.at>
11370
11371 * frame.el (set-frame-configuration): Assign name parameter only
11372 if it has been set explicitly before.
11373
11374 2007-10-11 Tom Tromey <tromey@redhat.com>
11375
11376 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
11377 frame is visible.
11378
11379 2007-10-10 Richard Stallman <rms@gnu.org>
11380
11381 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
11382 in *Backtrace*.
11383
11384 * faces.el (face-font-selection-order): Doc fix.
11385
11386 * loadhist.el (unload-feature): Doc fix.
11387
11388 2007-10-13 Glenn Morris <rgm@gnu.org>
11389
11390 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
11391 (octave-re-search-forward-kw, octave-re-search-backward-kw):
11392 Add doc string, and an explicit COUNT argument.
11393 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
11394 `inc' to search functions.
11395
11396 * faces.el (face-spec-set): When FRAME is nil, set the default for
11397 new frames (restores pre-2007-09-17 behavior). Doc fix.
11398
11399 2007-10-13 John W. Eaton <jwe@octave.org>
11400
11401 * progmodes/octave-mod.el (octave-looking-at-kw)
11402 (octave-re-search-forward-kw, octave-re-search-backward-kw):
11403 New functions.
11404 (octave-in-defun-p, calculate-octave-indent)
11405 (octave-blink-matching-block-open, octave-beginning-of-defun)
11406 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
11407 to search for regexps that contain case-sensitive keywords.
11408 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
11409 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
11410
11411 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
11412
11413 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
11414 Do not use a single clause cond.
11415
11416 * cus-start.el (all): Use test that does not match the X11 version
11417 for mac.
11418
11419 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
11420
11421 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
11422 BROWSE buffer.
11423
11424 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
11425
11426 * cus-start.el (all): Undo previous change.
11427
11428 2007-10-13 Glenn Morris <rgm@gnu.org>
11429
11430 * woman.el (woman0-rename): Fix paren typo.
11431
11432 * mail/feedmail.el (feedmail-run-the-queue)
11433 (feedmail-look-at-queue-directory):
11434 * mail/reporter.el (reporter-dump-state):
11435 * net/eudc-hotlist.el (eudc-edit-hotlist):
11436 * net/eudc.el (eudc-display-records)
11437 (eudc-filter-duplicate-attributes)
11438 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
11439 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
11440 (eudc-bbdb-query-internal):
11441 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
11442 * net/socks.el (socks-build-auth-list):
11443 * progmodes/cc-cmds.el (top level):
11444 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
11445 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
11446 (cperl-write-tags, cperl-tags-treeify):
11447 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
11448 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
11449 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
11450 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
11451 (idlwave-toolbar-remove-everywhere):
11452 * progmodes/idlwave.el (idlwave-indent-line)
11453 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
11454 (idlwave-write-paths, idlwave-all-method-classes)
11455 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
11456 (idlwave-fix-keywords, idlwave-display-calling-sequence)
11457 (idlwave-complete-in-buffer):
11458 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
11459 (org-fast-tag-selection):
11460 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
11461 than mapcar.
11462
11463 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
11464
11465 * diff-mode.el (diff-fine-change): Add :group.
11466
11467 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
11468
11469 * cus-start.el (all): Use the same test as the 22.2 branch.
11470
11471 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11472
11473 * diff-mode.el (diff-current-defun): Force recomputation of
11474 change-log-default-name.
11475
11476 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
11477
11478 * startup.el (fancy-startup-screen): Remove an unnecessary newline
11479 and some leftover logic regarding dedicated frames. If showing
11480 concise startup screen, fit window to buffer.
11481 (command-line-1): If we will be using the splash screen, use
11482 find-file instead of find-file-other-window to find additional files.
11483 Comment out unused code for coping with the old sit-for behavior.
11484
11485 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11486
11487 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
11488 `meta' modifier consistently, rather than using sometimes meta
11489 sometimes alt.
11490
11491 2007-10-12 Martin Rudalics <rudalics@gmx.at>
11492
11493 * window.el (handle-select-window): Revert part of 2007-10-08
11494 change setting the input focus.
11495
11496 2007-10-12 Glenn Morris <rgm@gnu.org>
11497
11498 * startup.el (command-line): Do not read abbrev file in batch mode.
11499
11500 * emacs-lisp/byte-opt.el (top level):
11501 * mail/rmail.el (rmail-list-to-menu):
11502 * obsolete/hilit19.el (hilit-mode):
11503 * progmodes/cc-mode.el (c-postprocess-file-styles)
11504 (c-submit-bug-report):
11505 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
11506 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
11507 (reftex-access-parse-file):
11508 * textmodes/reftex-cite.el (reftex-do-citation)
11509 (reftex-insert-bib-matches):
11510 * textmodes/reftex-ref.el (reftex-offer-label-menu):
11511 * textmodes/reftex-sel.el (reftex-select-unmark):
11512 * textmodes/reftex-toc.el (reftex-toc-do-promote):
11513 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
11514
11515 * cus-edit.el (custom-variable-menu, custom-face-menu)
11516 (custom-group-menu): Check init-file-user rather than
11517 user-init-file, in case cus-edit is loaded by site-run-file.
11518
11519 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
11520
11521 * vc.el (vc-deduce-fileset): Delete unused code.
11522 (vc-next-action): Fix typos.
11523
11524 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
11525
11526 * bs.el (bs--mark-unmark): New function.
11527 (bs-mark-current, bs-unmark-current): Use it.
11528
11529 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
11530
11531 * vc.el (vc-diff):
11532 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
11533 temporarily disable the check for his edge case of
11534 vc-diff (stopping it from grinding when called from $HOME), as
11535 it's calling some brittle code in vc-hooks.el.
11536 (with-vc-properties): Fix evaluation time of a macro argument.
11537 * ediff-vers.el (ediff-vc-internal):
11538 * vc-hooks.el:
11539 * loaddefs.el: Follow up on VC terminology change.
11540
11541 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
11542
11543 * follow.el (follow-stop-intercept-process-output):
11544 Use `follow-call-process-filter' rather than `process-filter'.
11545 Simplify.
11546
11547 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
11548
11549 * vc-hooks.el (vc-registered): Robustify this function a bit
11550 against filenames with no directory component.
11551
11552 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11553
11554 * international/characters.el: Undo unwanted and unexplained change.
11555
11556 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11557
11558 * ps-print.el: Fix the usage of :foreground and :background face
11559 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
11560 (ps-print-version): New version 6.7.6.
11561 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
11562 Fix code.
11563 (ps-face-foreground-color-p, ps-face-background-color-p)
11564 (ps-face-color-p): New inline funs.
11565
11566 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
11567
11568 * textmodes/org.el (org-additional-option-like-keywords): New constant.
11569 (org-complete): Use `org-additional-option-like-keywords'.
11570 (org-parse-local-options): New function.
11571
11572 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
11573
11574 * textmodes/org.el (org-in-clocktable-p): New function.
11575 (org-clock-report): Only update the table at point, or insert a new one.
11576 (org-clock-goto): New function.
11577 (org-open-file): Use `start-process-shell-command' instead of
11578 `shell-command' with an ampersand.
11579 (org-deadline, org-schedule): New argument REMOVE to remove the
11580 date from the entry.
11581 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
11582 argument to `org-schedule' and `org-deadline'.
11583 (org-trim): Use the correct expressions for beginning and end of
11584 the string.
11585 (org-get-cleaned-entry): Trim the string before returning it.
11586 (org-clock-find-position): New function.
11587 (org-clock-into-drawer): New option.
11588 (org-agenda-tags-column): Rename from
11589 `org-agenda-align-tags-to-column'.
11590 (org-agenda-align-tags): Allow negative values for
11591 `org-agenda-tags-column'.
11592 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
11593 (org-agenda-to-appt): New optional argument FILTER.
11594 (org-completion-fallback-command): New variable.
11595 (org-complete): Use `org-completion-fallback-command'.
11596 (org-find-base-buffer-visiting): Catch the case that there is no
11597 buffer visiting the file.
11598 (org-property-or-variable-value): New function.
11599 (org-todo): Use `org-property-or-variable-value'
11600 (org-agenda-compact-blocks): New option.
11601 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
11602 (org-agenda-schedule, org-agenda-deadline):
11603 Call `org-agenda-show-new-time'.
11604 (org-agenda-show-new-time): New argument PREFIX.
11605 (org-colgroup-info-to-vline-list): Fix but that cause a
11606 shift in the vertical lines.
11607 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
11608 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
11609 (org-indent-item): No arg in call to `org-fix-bullet-type'.
11610 (org-fix-bullet-type): Remove argument.
11611 (org-read-date): Check for am/pm twice, to catch the end time.
11612 (org-goto-map): Use `suppress-keymap'.
11613 (org-remember-apply-template): Respect the dynamically scoped
11614 selection character.
11615
11616 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
11617
11618 * textmodes/org-export-latex.el (org-export-latex-protect-string):
11619 Renaming of `org-latex-protect'.
11620 (org-export-latex-emphasis-alist): By default, don't protect
11621 any emphasis formatter from further conversion.
11622 (org-export-latex-tables): Honor column grouping for tables.
11623 (org-export-latex-title-command): New option.
11624 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
11625 export backslash character.
11626
11627 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11628
11629 * frame.el (frame-inherited-parameters): Remove unused `environment'
11630 parameter, and let server.el add `client' when needed.
11631
11632 * server.el (server-create-tty-frame)
11633 (server-create-window-system-frame): Set frame-inherited-parameters.
11634
11635 * frame.el (frame-inherited-parameters): New var.
11636 (make-frame): Use it.
11637
11638 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
11639
11640 * env.el (let-environment): Remove. Unused.
11641 (read-envvar-name): Simplify.
11642 (setenv): Remove unused arg `frame'.
11643
11644 * help-fns.el (describe-variable): Add missing " " for multiline
11645 obsolescence info and missing EOL after global value.
11646
11647 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
11648
11649 * add-log.el:
11650 * ediff-vers.el:
11651 * log-view.el:
11652 * pcvs.el:
11653 * vc-arch.el:
11654 * vc-bzr.el:
11655 * vc-cvs.el:
11656 * vc.el:
11657 * vc-git.el:
11658 * vc-hg.el:
11659 * vc-hooks.el:
11660 * vc-mcvs.el:
11661 * vc-mtn.el:
11662 * vc-rcs.el:
11663 * vc-sccs.el:
11664 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
11665 {find,init,next,previous,annotate-*,log}-version ->
11666 {find,init,next,previous,annotate-*,log}-revision,
11667 annotate-focus-version -> annotate-working-revision, The term
11668 'focus' is gone. The term 'revision' is now used consistently
11669 everywhere that reference to a revision ID is intended, replacing
11670 older use of 'version'.
11671
11672 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
11673
11674 * follow.el: Change all instances of "Follow Mode" to "Follow
11675 mode" in docstrings and messages.
11676 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
11677
11678 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
11679
11680 * vc.el (vc-next-action): Rewrite completely; this principal
11681 entry point now operates on a current fileset selected either
11682 explicitly via VC-Dired or implicitly by visiting a file buffer,
11683 rather than always operating on the file of the current buffer as
11684 in older versions. Rewrite the rest of the mode to match.
11685 (with-vc-properties): Rewrite to operate on a file list.
11686 (with-vc-file): vc-checkin takes a file list argument now.
11687 (vc-post-command-functions): This hook now receives a file list.
11688 (vc-do-command): Take a either a file or a file list as argument.
11689 (vc-deduce-fileset): New function for deducing a file list to
11690 operate on.
11691 (vc-next-action-on-file, vc-next-action-dired): Remove.
11692 Merge into vc-next-action.
11693 (vc-register): Adapt to the fact that vc-start-entry now takes a
11694 file list.
11695 (vc-register-with): New function.
11696 (vc-start-entry): Take a file list argument rather than a
11697 file argument.
11698 (vc-checkout): Cope with vc-start-entry taking a file list.
11699 (vc-steal-lock): Cope with with-vc-properties taking a
11700 file list.
11701 (vc-checkin): Take a file list argument rather than a file argument.
11702 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
11703 (vc-diff-internal): Rewrite for filesets.
11704 (vc-diff-sentinel): New function, tests whether changes were
11705 written into a diff buffer.
11706 (vc-diff): Rewrite for filesets.
11707 (vc-version-diff): Rewrite for filesets.
11708 (vc-print-log): Take a fileset argument.
11709 (vc-revert): Revert the entire selected fileset, not just the
11710 current buffer.
11711 (vc-rollback): Roll back the entire selected fileset, if
11712 possible. No longer accepts a prefix argument.
11713 (vc-update): Merge new changes for the entire selected
11714 fileset, not just the current buffer.
11715 (vc-revert-file): Cope with with-vc-properties taking a file list.
11716 (vc-default-dired-state-info): Add + status suffix if the file is
11717 modified.
11718 (vc-annotate-warp-version): Use the new diff machinery.
11719 (vc-log-edit): Take a file list argument rather than a file argument.
11720
11721 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
11722
11723 Sync with Tramp 2.1.11.
11724
11725 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
11726 Pacify byte compiler.
11727
11728 * net/trampver.el: Update release number.
11729
11730 2007-10-09 Richard Stallman <rms@gnu.org>
11731
11732 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
11733
11734 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
11735
11736 * follow.el: Require easymenu.
11737 (follow-mode-hook, follow-mode): Doc fixes.
11738 (follow-mode-off-hook): Mark as obsolete.
11739
11740 2007-10-08 Martin Rudalics <rudalics@gmx.at>
11741
11742 * window.el (mouse-autoselect-window-cancel): Don't cancel for
11743 select-window or select-frame events.
11744 (handle-select-window): When autoselecting window set input
11745 focus. Restructure.
11746
11747 * frame.el (focus-follows-mouse): Move to frame.c.
11748 * cus-start.el (all): Add focus-follows-mouse.
11749
11750 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
11751
11752 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
11753 activate font-locking in the *buffer-selection* buffer.
11754 (bs-show-sorted): Doc fix.
11755
11756 * bs.el (bs--get-marked-string, bs--get-modified-string)
11757 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11758 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
11759 (bs--format-aux): Doc fix.
11760
11761 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
11762
11763 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
11764
11765 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
11766
11767 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
11768 (gud-gdb): New function for old M-x gdb (text command mode).
11769 (gud-gdb-command-name, gdb): Move to...
11770
11771 * progmodes/gdb-ui.el: ...here and adapt doc string.
11772 (gud-gdba-command-name, gdba): Delete.
11773
11774 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
11775
11776 * bs.el: Don't defvar `font-lock-verbose'.
11777 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
11778 (bs--get-file-name): Fix typos in docstrings.
11779 (bs--show-header): Use `dolist' instead of `mapcar'.
11780 (bs-mode): Set `show-trailing-whitespace' to nil.
11781 (bs-buffer-sort-function, bs-mouse-select-other-frame)
11782 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
11783 Doc fixes.
11784
11785 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
11786
11787 * progmodes/gud.el (pdb): Specify file for gud-break.
11788
11789 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
11790
11791 * progmodes/gud.el (gdb): Make graphical mode the default and
11792 switch to text command mode if appropriate, i.e., reverse previous
11793 arrangement.
11794 (gud-gdb-marker-filter): Adapt for above change.
11795
11796 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
11797 gud-minor-mode and gud-marker-filter.
11798 (gdb-fullname-regexp): New variable.
11799 (gud-gdba-marker-filter): Use it to switch to text command
11800 mode if appropriate.
11801
11802 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
11803
11804 * progmodes/gud.el (gud-display-line): Find source buffer even when
11805 GUD buffer has its own frame.
11806
11807 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11808
11809 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
11810
11811 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11812
11813 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
11814
11815 2007-10-08 Martin Rudalics <rudalics@gmx.at>
11816
11817 * allout.el (allout-before-change-handler): Replace got-char by
11818 goto-char.
11819
11820 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11821
11822 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
11823 Used to try and automatically enabled smerge-mode in the presence of
11824 conflicts and to call `svn resolved' when the conflicts are gone.
11825 (vc-svn-parse-status): Remember the svn-specific status.
11826
11827 2007-10-08 Eli Zaretskii <eliz@gnu.org>
11828
11829 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
11830 menu-bar-apropos-menu. All users changed.
11831 (menu-bar-help-menu): Change menu symbols to better match the text
11832 displayed by the menu.
11833
11834 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
11835
11836 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
11837 #, @, : and ^.
11838
11839 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
11840
11841 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
11842
11843 * log-view.el (log-view-mode-map): Likewise.
11844
11845 * diff-mode.el (diff-mode-shared-map): Likewise.
11846
11847 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
11848
11849 * files.el (file-name-sans-versions): Also allow `A-Z'.
11850
11851 * vc.el: Mention all supported VC backends.
11852
11853 2007-10-08 Richard Stallman <rms@gnu.org>
11854
11855 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
11856 neighbouring buttons.
11857
11858 2007-10-08 Andreas Schwab <schwab@suse.de>
11859
11860 * files.el (file-name-sans-versions): Also allow `_'.
11861
11862 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
11863
11864 * files.el (file-name-sans-versions): Allow - and a-z in version names.
11865
11866 * log-view.el (log-view-mode-map, log-view-mode-menu):
11867 Bind log-view-annotate-version.
11868 (log-view-beginning-of-defun, log-view-end-of-defun)
11869 (log-view-annotate-version): New functions.
11870 (log-view-mode): Use log-view-beginning-of-defun and
11871 log-view-end-of-defun.
11872
11873 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11874
11875 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
11876
11877 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11878
11879 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
11880 neighbouring buttons.
11881
11882 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11883 Recognize gcc's use of "note" for informational messages.
11884
11885 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11886
11887 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
11888 (css-mode): Update correspondingly.
11889
11890 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
11891
11892 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
11893 Signed-off-by, Acked-by and Merge.
11894
11895 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11896
11897 * ediff-init.el (ediff-verbose-p): This var is not a constant.
11898
11899 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11900
11901 * vc-mtn.el: New file.
11902
11903 * vc-hooks.el (vc-handled-backends): Add Mtn.
11904
11905 2007-10-08 Eli Zaretskii <eliz@gnu.org>
11906
11907 * files.el (find-file, find-file-other-window)
11908 (find-file-other-frame, find-file-existing, find-file-read-only)
11909 (find-file-read-only-other-window)
11910 (find-file-read-only-other-frame)
11911 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
11912
11913 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
11914
11915 * progmodes/gud.el (gdb-ready): New variable.
11916 (gdb): Set it to nil. Set gud-running to nil here...
11917 (gud-common-init): ...instead of here.
11918
11919 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
11920 Use gdb-ready. Discard input until GDB is ready to accept it.
11921
11922 2007-10-08 Martin Rudalics <rudalics@gmx.at>
11923
11924 * dired.el (dired-warning): Inherit from font-lock-warning-face to
11925 make it show up with eight colors.
11926
11927 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11928
11929 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
11930 diffs are concatenated with no intervening line.
11931
11932 2007-10-08 Dave Love <fx@gnu.org>
11933
11934 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
11935 (python-font-lock-keywords): Update to the 2.5 version of the language.
11936 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
11937 (python-backspace): Only behave funny in code.
11938 (python-compilation-regexp-alist): Add PDB stack trace regexp.
11939 (inferior-python-mode): Add PDB prompt regexp.
11940 (python-fill-paragraph): Refine the fenced-string regexp.
11941 (python-find-imports): Handle imports spanning several lines.
11942 (python-mode): Add `class' to hideshow support.
11943
11944 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11945
11946 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11947 Use add-log-buffer-file-name-function rather than binding
11948 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
11949 when `fi' is the ChangeLog file itself.
11950
11951 * outline.el (outline-flag-region): Use front-advance.
11952
11953 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
11954
11955 * progmodes/cperl-mode.el: Merge upstream 5.23.
11956 (cperl-where-am-i): Remove function.
11957 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
11958 (cperl-sniff-for-indent): De-invert [string] and [comment].
11959 When looking for label, skip s:m:y:tr.
11960 (cperl-indent-line): Likewise.
11961 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
11962 (cperl-windowed-init): Wrong `ps-print' handling.
11963 Both thanks to Chong Yidong.
11964 (cperl-look-at-leading-count): Could fail with unfinished RExen.
11965 (cperl-find-pods-heres): If the second part of s()[] is missing,
11966 don't try to highlight delimiters...
11967
11968 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11969
11970 * progmodes/compile.el (compilation-get-file-structure): Complete last
11971 change by also using spec-directory in the puthash.
11972
11973 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
11974
11975 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
11976 (vc-bzr-status): Fix shadowing of variable 'status'.
11977 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
11978 Use `expand-file-name' instead of `concat'.
11979 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
11980 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
11981
11982 2007-10-08 Jason Rumney <jasonr@gnu.org>
11983
11984 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
11985
11986 2007-10-08 Richard Stallman <rms@gnu.org>
11987
11988 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
11989 Add `safe-local-variable' property.
11990 (lisp-body-indent): Likewise.
11991
11992 2007-10-08 Richard Stallman <rms@gnu.org>
11993
11994 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
11995 Add doc string.
11996
11997 2007-10-08 Martin Rudalics <rudalics@gmx.at>
11998
11999 * files.el (backup-buffer-copy): Try to overwrite old backup first.
12000
12001 2007-10-08 Martin Rudalics <rudalics@gmx.at>
12002
12003 * repeat.el (repeat): Use last-repeatable-command instead of
12004 real-last-command. Run pre- and post-command hooks for
12005 self-insertion. Update doc-string.
12006
12007 2007-10-08 Alexandre Julliard <julliard@winehq.org>
12008
12009 * vc-git.el (vc-git-state): Call git-add --refresh to update the
12010 state of the file.
12011 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
12012 (vc-git-create-repo): Fix invalid command.
12013
12014 2007-10-08 Richard Stallman <rms@gnu.org>
12015
12016 * textmodes/flyspell.el (flyspell-mode):
12017 Catch errors in flyspell-mode-on.
12018
12019 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
12020
12021 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
12022
12023 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
12024
12025 * international/encoded-kb.el (encoded-kbd-setup-display):
12026 Use input-decode-map rather than local-key-translation-map.
12027
12028 * term/rxvt.el (rxvt-alternatives-map): New map.
12029 (terminal-init-rxvt): Use it.
12030 Bind rxvt-function-map in input-decode-map.
12031
12032 * term/xterm.el (xterm-alternatives-map): New map.
12033 (terminal-init-xterm): Use it.
12034 Bind xterm-function-map in input-decode-map.
12035
12036 * term/x-win.el (x-alternatives-map): New var.
12037 (x-setup-function-keys): Use it.
12038
12039 * help-fns.el (describe-variable): Slightly change the layout of
12040 meta-info to separate it better from the docstring.
12041 Standardize insertion of extra empty lines in various circumstances.
12042
12043 * diff-mode.el (diff-hunk-style): New fun.
12044 (diff-end-of-hunk): Use it.
12045 (diff-context->unified): Use the new `apply' undo element,
12046 if applicable, so as to save undo-log space.
12047 (diff-fine-change): New face.
12048 (diff-fine-highlight-preproc): New function.
12049 (diff-fine-highlight): New command.
12050 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
12051
12052 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
12053 (smerge-refine-highlight-change): Add `props' argument.
12054 (smerge-refine-subst): New function holding most of smerge-refine.
12055 (smerge-refine): Use it.
12056
12057 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
12058
12059 * vc.el (vc-default-wash-log): Remove unused code, the
12060 log washers all live in the backends now.
12061 (vc-default-comment-history): Correct for the fact
12062 that wash-log is argumentless in the new API.
12063
12064 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
12065
12066 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
12067 (tramp-maybe-send-script): Apply `member' but `memq'.
12068 (tramp-advice-file-expand-wildcards): Simplify implementation.
12069
12070 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
12071
12072 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
12073
12074 * mb-depth.el (minibuf-depth-indicator-function): New variable.
12075 (minibuf-depth-setup-minibuffer): Use it.
12076
12077 2007-10-07 Glenn Morris <rgm@gnu.org>
12078
12079 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
12080 version numbers.
12081
12082 2007-10-06 Juri Linkov <juri@jurta.org>
12083
12084 * textmodes/fill.el (fill-paragraph-or-region): New function.
12085
12086 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
12087 instead of fill-paragraph.
12088
12089 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
12090 with fill-paragraph-or-region. Suspend command is now the same
12091 `suspend-frame' on window systems and on tty.
12092
12093 * image.el (image-type): Check if image-types is bound to not fail
12094 on tty.
12095
12096 * delsel.el (delete-selection-pre-hook):
12097 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
12098 is fbound to not fail on mouseless tty.
12099
12100 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
12101
12102 * net/tramp.el (top): Move loading of tramp-util.el and
12103 tramp-vc.el to tramp-compat.el.
12104 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
12105 temporary file if possible, in order to avoid a security hole.
12106 (tramp-do-copy-or-rename-file-out-of-band)
12107 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
12108 with DONT-CREATE, because the connection is not setup yet.
12109 (tramp-handle-process-file): Rewrite temporary file handling.
12110 (tramp-completion-mode): New defvar.
12111 (tramp-completion-mode-p): Use it.
12112
12113 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
12114
12115 * net/tramp-fish.el (tramp-fish-handle-process-file):
12116 Rewrite temporary file handling.
12117
12118 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
12119
12120 * vc.el: Workfile version -> focus version change. Port various
12121 comments from new VC to reduce the noise in the diff.
12122 Patch in the new vc-create-repo function to go with the
12123 header comment about it already present.
12124 There are no changes to existing logic in this patch.
12125 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
12126
12127 2007-10-06 Aaron Hawley <aaronh@garden.org>
12128
12129 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
12130
12131 2007-10-05 Chris Moore <dooglus@gmail.com>
12132
12133 * server.el (server-kill-new-buffers): Doc fix.
12134
12135 2007-10-05 John W. Eaton <jwe@octave.org>
12136
12137 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
12138 (octave-begin-keywords): Add "do".
12139 (octave-end-keywords): Remove "end".
12140 (octave-reserved-words): Add "end". Remove "all_va_args",
12141 "gplot", and 'gsplot".
12142 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
12143 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
12144 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
12145 "default_return_value", "define_all_return_values",
12146 "do_fortran_indexing", "empty_list_elements_ok",
12147 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
12148 "ok_to_lose_imaginary_part", "prefer_column_vectors",
12149 "prefer_zero_one_indexing", "propagate_empty_matrices",
12150 "resize_on_range_error", "treat_neg_dim_as_zero",
12151 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
12152 "warn_divide_by_zero", "warn_function_name_clash",
12153 "warn_missing_semicolon", "whitespace_in_literal_matrix".
12154 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
12155 "crash_dumps_octave_core", "sighup_dumps_octave_core",
12156 "sigterm_dumps_octave_core".
12157 (octave-block-match-alist): Remove "end" from block-end keywords.
12158 (octave-mode): Update ftp site address.
12159
12160 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12161
12162 * vc.el: Reorder functions, no code changes.
12163
12164 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
12165
12166 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
12167 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
12168 the cond clauses where needed.
12169 (tramp-handle-write-region): Rearrange code for proper handling of
12170 tmpfile.
12171
12172 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
12173
12174 * net/tramp.el:
12175 * net/tramp-fish.el:
12176 * net/tramp-ftp.el:
12177 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
12178 `tramp-compat-make-temp-file'.
12179
12180 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
12181
12182 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
12183
12184 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12185
12186 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
12187 already uses a more recent copyright version than the "current" one.
12188
12189 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
12190
12191 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
12192 (doc-view-insert-image): Minor aesthetical docstring changes.
12193
12194 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
12195
12196 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
12197 completing filename.
12198 (doc-view-search-internal): Docstring change.
12199
12200 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
12201
12202 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
12203 (tramp-file-name-handler-alist):
12204 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
12205 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
12206 used before, creates the file already, which is not desired.
12207 (tramp-do-copy-or-rename-file-directly): Simplify handling of
12208 temporary file.
12209 (tramp-handle-insert-file-contents): Assign the result in the
12210 short track case.
12211 (tramp-handle-insert-file-contents-literally): New defun.
12212 (tramp-completion-mode-p): Revert change from 2007-09-24.
12213 Checking for `return' etc as last character is not sufficient, for
12214 example in dired-mode when entering <g> (revert-buffer) or
12215 <s> (dired-sort).
12216
12217 * net/tramp-compat.el (top): Add also compatibility code for loading
12218 appropriate timer package.
12219 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
12220 order to avoid autoloading problems.
12221
12222 * net/tramp-fish.el:
12223 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
12224
12225 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
12226 where the second parameter of `copy-file' or `rename-file' is a
12227 remote file but not via ftp.
12228
12229 2007-10-02 Richard Stallman <rms@gnu.org>
12230
12231 * frame.el (cursor-in-non-selected-windows): Doc fix.
12232
12233 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
12234
12235 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
12236 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
12237
12238 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
12239
12240 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
12241 when `expt' doesn't give range errors.
12242
12243 2007-10-01 Markus Triska <markus.triska@gmx.at>
12244
12245 * calc/calc-math.el (math-smallest-emacs-expt):
12246 Make the computation more robust.
12247
12248 2007-09-30 David Kastrup <dak@gnu.org>
12249
12250 * startup.el (argv): Alias for `command-line-args-left' to use as
12251 `(pop argv)' inside of --eval command sequences. Allows for
12252 passing shell commands into Emacs verbatim without need for Lisp
12253 quoting.
12254
12255 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
12256 check only for changed size.
12257 (auto-revert-tail-handler): Get size from caller. If the file has
12258 shrunk, tail the whole file again (the file presumably has been
12259 rewritten).
12260
12261 * woman.el (woman-topic-all-completions, woman-mini-help):
12262 Fix fallout from 2007-09-07 introduction of `dolist' when the list
12263 actually was being manipulated in the loop.
12264 (woman-Cyg-to-Win, woman-pre-process-region)
12265 (woman-horizontal-escapes, woman-if-body, woman-unescape)
12266 (woman-strings, woman-special-characters, woman1-hc)
12267 (woman-change-fonts, woman-find-next-control-line):
12268 Use `match-beginning' rather than `match-string' when the result is
12269 just used as a flag.
12270
12271 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
12272
12273 * net/tramp-compat.el: New file.
12274
12275 * net/tramp.el:
12276 * net/tramp-fish.el:
12277 * net/tramp-smb.el:
12278 * net/tramp-uu.el:
12279 * net/trampver.el: Move compatibility code to tramp-compat.el.
12280 Apply `mapc' instead of `mapcar' when the code needs side effects
12281 only. Move utf-8 coding cookie to the second line.
12282
12283 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
12284
12285 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
12286 Improve custom type.
12287 (icon-map-list): Make it customizable. Document how to disable
12288 stock icons.
12289
12290 2007-09-30 Richard Stallman <rms@gnu.org>
12291
12292 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
12293
12294 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12295
12296 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
12297
12298 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
12299
12300 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
12301 (t-mouse-mode): New compatibility alias.
12302
12303 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
12304
12305 * server.el (server-delete-client): Only delete the terminal if it
12306 is non-nil.
12307
12308 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
12309
12310 * net/tramp.el (with-file-property, with-connection-property):
12311 Highlight as keyword.
12312 (tramp-rfn-eshadow-setup-minibuffer)
12313 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
12314 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
12315 (tramp-do-copy-or-rename-file-directly)
12316 (tramp-do-copy-or-rename-file-out-of-band)
12317 (tramp-handle-shell-command, tramp-get-debug-buffer)
12318 (tramp-send-command-and-read, tramp-equal-remote)
12319 (tramp-get-local-gid): Pacify byte-compiler.
12320 (tramp-handle-file-name-directory): Result shall not be expanded.
12321 (tramp-find-foreign-file-name-handler): Rewrite.
12322 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
12323
12324 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
12325
12326 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
12327 Apply `tramp-completion-mode-p'.
12328 (tramp-fish-handle-set-file-times)
12329 (tramp-fish-handle-executable-find)
12330 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
12331 (tramp-fish-retrieve-data): Pacify byte-compiler.
12332
12333 * net/tramp-gw.el (tramp-gw-basic-authentication):
12334 Call `tramp-read-passwd' with first parameter `nil'.
12335
12336 2007-09-28 Glenn Morris <rgm@gnu.org>
12337
12338 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
12339 than mapcar.
12340
12341 * textmodes/tex-mode.el (tex-suscript-height-ratio)
12342 (tex-suscript-height-minimum): New customizable variables.
12343 (tex-suscript-height): New function.
12344 (superscript, subscript): Set height using tex-suscript-height
12345 rather than fixing at 0.8.
12346 (tex-fontify-script, tex-font-script-display): Add :version tag.
12347
12348 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
12349
12350 * progmodes/python.el (python-eldoc-function): Doc fix.
12351
12352 2007-09-27 Glenn Morris <rgm@gnu.org>
12353
12354 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
12355 image if it is not in image-type-auto-detectable, or is there with
12356 a nil value.
12357
12358 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
12359
12360 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
12361 connection more robust.
12362
12363 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
12364
12365 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
12366 Deal with the case that special &keywords are at the beginning or
12367 end of the argument list. Also add some (incomplete) support for
12368 non-standard arglists.
12369
12370 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
12371
12372 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
12373 (eldoc-message-commands, eldoc-current-idle-delay)
12374 (eldoc-function-argstring-format): Fix typos in docstrings.
12375
12376 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
12377
12378 * calc/calc-units.el (calc-convert-units)
12379 (calc-convert-temperature): Remove unnecessary colons.
12380
12381 2007-09-26 Bastien Guerry <bzg@altern.org>
12382
12383 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
12384 New function.
12385 (org-export-latex-remove-from-headlines): Name changed because of typo.
12386 (org-export-latex-quotation-marks-convention): Option removed.
12387 (org-export-latex-make-preamble): Handle the DATE option.
12388 (org-export-latex-cleaned-string): Now the only cleaning function,
12389 synched up with org.el.
12390 (org-export-latex-lists, org-export-latex-parse-list)
12391 (org-export-list-to-latex): New functions.
12392
12393 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
12394
12395 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
12396 (org-outline-regexp): New constant.
12397 (org-remember-handler): Throw error when the target file is not in
12398 org-mode.
12399 (org-cleaned-string-for-export): No longer call
12400 `org-export-latex-cleaned-string' with an argument.
12401 (org-get-tags): Returns now a list, not a string.
12402 (org-get-tags-string): New function.
12403 (org-archive-subtree): No need to split return of `org-get-tags'.
12404 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
12405 instead of `org-get-tags'.
12406 (org-agenda-format-date): Rename from `org-agenda-date-format'.
12407 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
12408 (org-compatible-face): New argument INHERITS. Inherit from this
12409 face if possible.
12410 (org-level-1, org-level-2, org-level-3, org-level-4)
12411 (org-level-5, org-level-6, org-level-7, org-level-8)
12412 (org-special-keyword, org-drawer, org-column, org-warning)
12413 (org-archived, org-todo, org-done, org-headline-done, org-table)
12414 (org-formula, org-code, org-agenda-structure)
12415 (org-scheduled-today, org-scheduled-previously)
12416 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
12417 in the new way.
12418 (org-get-heading): New argument NO-TAGS.
12419 (org-fast-tag-selection-include-todo): Made defvar instead of
12420 defcustom, feature is not deprecated.
12421 (org-remember-store-without-prompt): New default value t.
12422 (org-todo-log-states): New variable.
12423 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
12424 Compute the log states.
12425 (org-goto-map): More commands copied from global map. Also bind
12426 `org-occur'.
12427 (org-goto): Made into a general lookup command.
12428 (org-get-location): Complete rewrite.
12429 (org-goto-exit-command): New variable.
12430 (org-goto-selected-point): New variable.
12431 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
12432 Set the new variables.
12433 (org-paste-subtree): Whitespace insertion strategy revised.
12434 (org-remember-apply-template): Protect v-A from the possibility
12435 that v-a might be nil.
12436 (org-remember-handler): Insertion rules revised.
12437 (org-todo): Respect org-todo-log-states.
12438 (org-up-heading-safe): New function.
12439 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
12440
12441 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
12442
12443 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
12444 region if in transient-mark-mode.
12445
12446 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
12447
12448 * calc/calc-ext.el (calc-init-extensions, calc-reset):
12449 * calc/calc-help.el (calc-full-help):
12450 * calc/calc-misc.el (another-calc):
12451 * calc/calc-store.el (calc-var-name-map):
12452 * calc/calc-stuff.el (calc-flush-caches):
12453 * calc/calc-units.el (math-build-units-table):
12454 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
12455 (calc-quit):
12456 * calendar/icalendar.el (icalendar--format-ical-event)
12457 (icalendar--convert-ical-to-diary):
12458 * emacs-lisp/authors.el (authors):
12459 * emacs-lisp/cust-print.el (custom-print-install)
12460 (custom-print-uninstall):
12461 * emacs-lisp/disass.el (disassemble-1):
12462 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12463 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
12464 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
12465 (elint-check-let-form, elint-check-condition-case-form)
12466 (elint-initialize):
12467 * emacs-lisp/elp.el (elp-results):
12468 * emacs-lisp/generic.el (generic-mode-internal):
12469 * emacs-lisp/re-builder.el (reb-delete-overlays):
12470 * emacs-lisp/regi.el (regi-interpret):
12471 * emacs-lisp/sregex.el (sregex--char-aux):
12472 * emulation/cua-rect.el (cua--deactivate-rectangle)
12473 (cua--highlight-rectangle, cua--rectangle-post-command):
12474 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
12475 * emulation/viper-macs.el (viper-describe-kbd-macros)
12476 (viper-describe-one-macro):
12477 * emulation/viper-util.el (viper-setup-master-buffer):
12478 * emulation/viper.el (set-viper-state-in-major-mode):
12479 * international/mule-diag.el (describe-current-coding-system):
12480 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
12481 * mail/emacsbug.el (report-emacs-bug):
12482 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
12483 * obsolete/hilit19.el (hilit-unhighlight-region)
12484 (hilit-set-mode-patterns):
12485 * play/solitaire.el (solitaire-check, solitaire-solve):
12486 * play/zone.el (zone-pgm-rotate):
12487 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
12488 * progmodes/ada-prj.el (ada-prj-display-page):
12489 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
12490 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
12491 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
12492 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
12493 * progmodes/sh-script.el (sh-make-vars-local)
12494 (sh-reset-indent-vars-to-global-values):
12495 * progmodes/sql.el (top):
12496 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
12497 * progmodes/xscheme.el (top):
12498 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
12499 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
12500 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
12501 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
12502 (artist-submit-bug-report):
12503 * textmodes/flyspell.el (flyspell-delay-commands)
12504 (flyspell-deplacement-commands):
12505 * textmodes/table.el (table--generate-source-epilogue, table-insert)
12506 (table--generate-source-cells-in-a-row, table--make-cell-map)
12507 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
12508
12509 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
12510
12511 * allout.el (produce-allout-mode-map, allout-process-exposed):
12512 * ansi-color.el (ansi-color-make-color-map):
12513 * autoinsert.el (auto-insert):
12514 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
12515 * dired-aux.el (dired-create-files):
12516 * dired.el (dired-restore-desktop-buffer):
12517 * ediff-diff.el (ediff-setup-fine-diff-regions):
12518 * ediff-mult.el (ediff-intersect-directories)
12519 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
12520 (ediff-redraw-registry-buffer):
12521 * ediff-ptch.el (ediff-fixup-patch-map):
12522 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
12523 (ediff-really-quit, ediff-clear-diff-vector):
12524 * emerge.el (emerge-really-quit):
12525 * ffap.el (ffap-replace-file-component):
12526 * filecache.el (file-cache-add-directory)
12527 (file-cache-add-directory-recursively)
12528 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
12529 (file-cache-delete-directory, file-cache-files-matching-internal)
12530 (file-cache-display):
12531 * files.el (cd):
12532 * find-lisp.el (find-lisp-insert-directory):
12533 * finder.el (finder-compile-keywords):
12534 * help.el (view-emacs-news):
12535 * hi-lock.el (hi-lock-write-interactive-patterns):
12536 * ido.el (ido-to-end, ido-set-matches-1):
12537 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
12538 (image-dired-mark-tagged-files):
12539 * jka-cmpr-hook.el (jka-compr-get-compression-info):
12540 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
12541 * ps-print.el (ps-background, ps-begin-file)
12542 (ps-build-reference-face-lists):
12543 * simple.el (clone-buffer):
12544 * startup.el (command-line):
12545 * tempo.el (tempo-insert-template, tempo-is-user-element)
12546 (tempo-forward-mark, tempo-backward-mark):
12547 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
12548
12549 2007-09-25 Glenn Morris <rgm@gnu.org>
12550
12551 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
12552
12553 * view.el (view-search-no-match-lines): Add a doc string.
12554 Rewrite to simplify and work better.
12555
12556 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12557
12558 * progmodes/cc-mode.el (c-mode-base-map):
12559 Use c-indent-line-or-region instead of c-indent-line.
12560
12561 * indent.el (indent-for-tab-command): First check if the region is
12562 active.
12563
12564 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
12565
12566 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
12567 whitespace-rescan-timer-time is 0.
12568
12569 2007-09-24 Karl Berry <karl@gnu.org>
12570
12571 * international/mule.el (coding-system-base): Fix doc string grammar.
12572
12573 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
12574
12575 * net/tramp.el (tramp-completion-mode-p): Rename from
12576 `tramp-completion-mode'. Revert logic, check `return', `newline'
12577 and such alike. Packages like Icicles tend to use other completion
12578 characters but `tab' and `space' only.
12579
12580 2007-09-24 Adam Hupp <adam@hupp.org>
12581
12582 * progmodes/python.el (run-python): Import emacs module without
12583 waiting; prevents lockup on error.
12584
12585 2007-09-23 Richard Stallman <rms@gnu.org>
12586
12587 * mail/sendmail.el (mail-bury): Delete the frame
12588 if this frame looks like it was made for this message.
12589
12590 * completion.el (completion-separator-self-insert-command)
12591 (completion-separator-self-insert-autofilling):
12592 If `self-insert-command' has been remapped, use the substitute.
12593
12594 * simple.el (copy-region-as-kill): Doc fix.
12595
12596 * textmodes/org.el (org-confirm-shell-link-function)
12597 (org-confirm-elisp-link-function): Doc fixes.
12598
12599 2007-09-23 Glenn Morris <rgm@gnu.org>
12600
12601 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
12602
12603 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
12604
12605 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
12606
12607 * term/tvi970.el (terminal-init-tvi970): Likewise.
12608
12609 * term/sun-mouse.el (print-mouse-format): Likewise.
12610
12611 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
12612 Use forward-line instead of previous-line and next-line.
12613
12614 2007-09-22 Juri Linkov <juri@jurta.org>
12615
12616 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
12617
12618 * tutorial.el (tutorial--default-keys): Update standard bindings:
12619 rename `iconify-or-deiconify-frame' to `suspend-frame',
12620 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
12621
12622 2007-09-22 Juri Linkov <juri@jurta.org>
12623
12624 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
12625 Add help-echo to external links and to links without description.
12626 (fancy-splash-insert): Use help-echo from the 3rd element of the
12627 link specification list, or "Follow this link" if it's nil. Doc fix.
12628
12629 2007-09-22 Juri Linkov <juri@jurta.org>
12630
12631 * startup.el (command-line): Rename `inhibit-startup-message' to
12632 `inhibit-startup-screen'.
12633 (fancy-about-text): Use shorter label for "Ordering Manuals".
12634 (fancy-startup-tail): Add optional arg `concise'. When `concise'
12635 is nil, display a line with "To start..." and 3 links to useful
12636 tasks. Display the "Dismiss" button and "Don't show this message
12637 again" only when concise is non-nil.
12638 (fancy-startup-screen): Call `fancy-startup-tail' with optional
12639 arg `concise'. If CONCISE is non-nil, display a concise version
12640 of the splash screen in another window. Otherwise, switch to the
12641 startup buffer in the same window.
12642 (startup-echo-area-message): Change displayed binding from
12643 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
12644 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
12645 the GNU system".
12646 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
12647 to "*GNU Emacs*".
12648 (display-about-screen): Don't check the existence of the buffer
12649 "*About GNU Emacs*".
12650 (display-splash-screen): Make alias to `display-startup-screen'.
12651 (command-line-1): Rename `inhibit-startup-message' to
12652 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
12653 started with command line options "-f", "-funcall", "-e", "-eval",
12654 "-execute", "-insert", "-find-file", "-file", "-visit".
12655 Inhibit startup screen when Emacs is started with a file name only
12656 on tty (i.e. don't inhibit it when started with a file name like
12657 "emacs FILE..." on a window system).
12658 (command-line-1): Simplify logic of displaying the startup screen:
12659 if file-count > 0, then display the concise version in another
12660 window, otherwise display full version in the same window.
12661
12662 * help.el (help-map): Bind C-h C-a to about-emacs.
12663 (help-for-help-internal): Add C-a description to C-h help text.
12664
12665 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
12666
12667 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
12668 (checkdoc-permit-comma-termination-flag): Autoload the
12669 safe-local-variable setting.
12670
12671 * bookmark.el (bookmark-xemacsp): Remove.
12672 (bookmark-make): Don't use bookmark-xemacsp,
12673 use (featurep 'xemacs) instead.
12674
12675 * speedbar.el (speedbar-frame-mode)
12676 (speedbar-frame-reposition-smartly)
12677 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
12678 (speedbar-check-vc): Remove use of non-existent variable
12679 dframe-xemacsp, use (featurep 'xemacs) instead.
12680
12681 * indent.el (indent-for-tab-command): Indent the region if
12682 transient-mark-mode and the region is active.
12683
12684 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
12685
12686 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
12687 add inferior-octave-directory-tracker to the buffer-local value
12688 of comint-input-filter-functions.
12689
12690 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12691
12692 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
12693
12694 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
12695
12696 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
12697 on w32 frames.
12698
12699 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12700
12701 * startup.el (normal-top-level): Remove DISPLAY from
12702 process-environment to let it be computed dynamically in callproc.c.
12703
12704 * frame.el (frame-initialize, make-frame):
12705 * faces.el (tty-set-up-initial-frame-faces):
12706 * env.el (setenv): Don't set display-environment-variable.
12707
12708 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
12709 (server-create-tty-frame): Don't set unused `tty' property.
12710 Set `display' instead of display-environment-variable.
12711 (server-create-window-system-frame): No display-environment-variable.
12712
12713 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
12714
12715 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
12716 (rfn-eshadow-update-overlay-hook): New defvars.
12717 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
12718 Run the hooks.
12719
12720 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
12721 (tramp-rfn-eshadow-setup-minibuffer)
12722 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
12723 rfn-eshadow.el.
12724
12725 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
12726 timeout.
12727
12728 2007-09-21 Glenn Morris <rgm@gnu.org>
12729
12730 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
12731 * term/sun-mouse.el (suspend-emacstool): Remove.
12732 * term/sun.el: Remove emacstool-related code.
12733
12734 * emacs-lisp/bytecomp.el (byte-compile-warnings)
12735 (byte-compile-warnings-safe-p): Add `mapcar'.
12736 (byte-compile-warning-types): Add mapcar and make-local.
12737 (byte-compile-normal-call): Add option to suppress mapcar warning.
12738 (top-level): Use mapc rather than mapcar in eval-when-compile.
12739
12740 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
12741 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
12742 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
12743 Handle escaped parens.
12744 (latex-forward-sexp): Doc fix.
12745
12746 * eshell/esh-mode.el (eshell-output-filter-functions):
12747 Add eshell-postoutput-scroll-to-bottom.
12748
12749 * loadup.el: Remove termdev.
12750
12751 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
12752 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
12753
12754 2007-09-21 Markus Triska <markus.triska@gmx.at>
12755
12756 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
12757 `mapcar' is called for effect.
12758
12759 2007-09-21 Kevin Ryde <user42@zip.com.au>
12760
12761 * international/mule.el (sgml-html-meta-auto-coding-function):
12762 Bind `case-fold-search' to t.
12763
12764 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
12765
12766 * termdev.el: Remove.
12767
12768 * frame.el (get-device-terminal): New function. Moved from termdev.el.
12769 (frames-on-display-list): Use it.
12770
12771 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
12772
12773 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
12774
12775 2007-09-20 Richard Stallman <rms@gnu.org>
12776
12777 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
12778
12779 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
12780
12781 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
12782
12783 2007-09-20 Glenn Morris <rgm@gnu.org>
12784
12785 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
12786 motion functions, rather than hard-coding "\n\n".
12787 (tex-validate-region): Check for eobp, to speed up.
12788 (tex-next-unmatched-end): Doc fix.
12789
12790 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12791
12792 * files.el (auto-mode-alist): Use archive-mode for .rar files.
12793
12794 * international/mule.el (auto-coding-alist): Rar archives are binary.
12795
12796 * arc-mode.el: Add basic support for Rar.
12797 (archive-find-type): Recognize Rar's signature.
12798 (archive-desummarize): New fun.
12799 (archive-summarize): Use it to restore the buffer's data in case
12800 someone wants to switch to some other major mode.
12801 (archive-resummarize): Use it as well.
12802 (archive-rar-summarize, archive-rar-extract): New functions.
12803
12804 * filesets.el: Remove spurious * in docstrings.
12805 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
12806 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
12807 (filesets-ingroup-collect): Remove unused arg `depth'.
12808 (filesets-update): Remove unused arg `version'.
12809
12810 * finder.el (finder-compile-keywords): Fix up comment style.
12811 (finder-mouse-face-on-line): previous-line -> forward-line.
12812
12813 * recentf.el: Remove spurious * in docstrings.
12814 (recentf-save-list): Fix up comment style.
12815
12816 * progmodes/octave-mod.el: Remove spurious * in docstrings.
12817 (octave-mode-map): Move init into declaration and remove \t binding.
12818 (octave-mode-startup-message): Remove unused var.
12819 (octave-scan-blocks): Remove unused arg `from'.
12820 (octave-forward-block, octave-down-block, octave-up-block):
12821 Update callers.
12822
12823 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
12824 (meta-mode-map): Likewise and remove \t binding.
12825
12826 * net/snmp-mode.el: Remove spurious * in docstrings.
12827 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
12828 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
12829 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
12830 that completion accepts lists of strings.
12831 (snmp-mode-syntax-table): Move initialization into declaration.
12832 (snmp-mode-map): Likewise and remove \t binding.
12833 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
12834 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
12835 (snmp-indent-command): Remove.
12836
12837 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
12838 binding, so tab-always-indent works right.
12839
12840 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
12841
12842 * net/browse-url.el (browse-url-elinks-new-window): New function.
12843 (browse-url-elinks): Use browse-url-elinks-new-window.
12844 Accept optional second argument `new-window'. Fix typo in doc-string.
12845 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
12846 Improve error message.
12847
12848 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
12849
12850 * net/browse-url.el (browse-url-url-encode-chars): Use the right
12851 parameter name in the function body.
12852 Reported by Johannes Weiner.
12853
12854 2007-09-19 Glenn Morris <rgm@gnu.org>
12855
12856 * net/socks.el (socks-open-network-stream): Signal an explicit
12857 error if the port associated with a service string can't be found.
12858
12859 * textmodes/tex-mode.el (tex-terminate-paragraph):
12860 Use backward-paragraph.
12861
12862 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12863
12864 * server.el (server-running-p): New function.
12865
12866 2007-09-18 Jason Rumney <jasonr@gnu.org>
12867
12868 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
12869 x-focus-frame.
12870
12871 * frame.el (select-frame-set-input-focus, select-frame-by-name):
12872 Use x-focus-frame for w32.
12873
12874 2007-09-17 David Kastrup <dak@gnu.org>
12875
12876 * textmodes/tex-mode.el (tex-verbatim-environments):
12877 Eliminate CL dependency.
12878
12879 2007-09-17 Richard Stallman <rms@gnu.org>
12880
12881 * newcomment.el (comment-add): New arg EXTRA.
12882 (comment-region-default): Pass EXTRA if not indenting lines.
12883
12884 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
12885
12886 * net/browse-url.el (browse-url-url-encode-chars): New function.
12887 URL-encode some chars in a string.
12888 (browse-url-encode-url): Rewrite using the previous function.
12889 (browse-url-file-url): Use `browse-url-url-encode-chars'.
12890 (browse-url-elinks-sentinel): Fix typo.
12891 (browse-url-new-window-flag): Doc change.
12892
12893 2007-09-17 Glenn Morris <rgm@gnu.org>
12894
12895 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
12896 filename from `--file-line-error', if it is available.
12897
12898 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
12899
12900 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
12901 TeX `--file-line-error' format.
12902
12903 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12904
12905 * xt-mouse.el: Delete add-hook calls that were moved to
12906 xterm-mouse-mode.
12907 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
12908 does not work.
12909
12910 2007-09-17 Richard Stallman <rms@gnu.org>
12911
12912 * cus-face.el (custom-theme-set-faces): Undo previous change.
12913
12914 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
12915
12916 2007-09-17 Glenn Morris <rgm@gnu.org>
12917
12918 * textmodes/tex-mode.el (tex-region): Simplify previous change,
12919 handling the case where the region is not in `tex-main-file'.
12920 (tex-region-1): Delete.
12921 (tex-region-header): New function, doing the header part of the
12922 old tex-region-1.
12923
12924 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12925
12926 * simple.el (newline): Simplify use of prefix-numeric-value.
12927 (line-move-partial): Remove unused var `ppos'.
12928 (line-move-1): Replace 9999 with most-positive-fixnum.
12929 (move-end-of-line): Use more efficient single-property search.
12930 (move-beginning-of-line): Remove unused var `start'.
12931 (blink-matching-open): Restructure in a more functional style.
12932
12933 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
12934
12935 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
12936
12937 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12938
12939 * server.el (server-clients): Only keep procs, no properties any more.
12940 (server-client): Remove.
12941 (server-client-get, server-client-set): Remove, replace all callers by
12942 process-get and process-put resp.
12943 (server-clients-with, server-add-client, server-delete-client)
12944 (server-create-tty-frame, server-create-window-system-frame)
12945 (server-process-filter, server-execute, server-visit-files)
12946 (server-buffer-done, server-kill-buffer-query-function)
12947 (server-kill-emacs-query-function, server-switch-buffer)
12948 (server-save-buffers-kill-terminal): Update accordingly.
12949
12950 * server.el (server-with-environment): Simplify.
12951 (server-select-display, server-unselect-display): Re-add functions that
12952 seem to have been lost in the multi-tty merge.
12953 (server-eval-and-print, server-create-tty-frame)
12954 (server-create-window-system-frame, server-goto-toplevel)
12955 (server-execute, server-return-error): New functions extracted from
12956 server-process-filter.
12957 (server-execute-continuation): New functions.
12958 (server-process-filter): Restructure so that all arguments are analysed
12959 first and then acted upon in a subsequent stage. This way
12960 server-goto-toplevel can be executed later, when we know if
12961 it's necessary.
12962 Remove the "-version" and "-version-good" support.
12963
12964 2007-09-16 Drew Adams <drew.adams@oracle.com>
12965
12966 * cus-edit.el (custom-face-edit-activate): Doc fix.
12967
12968 2007-09-16 Glenn Morris <rgm@gnu.org>
12969
12970 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
12971 Following cal-bahai renaming, update all instances of
12972 list-bahai-diary-entries to diary-bahai-list-entries,
12973 mark-bahai-diary-entries to diary-bahai-mark-entries,
12974 calendar-goto-bahai-date to calendar-bahai-goto-date,
12975 insert-bahai-diary-entry to diary-bahai-insert-entry,
12976 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
12977 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
12978 calendar-print-bahai-date to calendar-bahai-print-date.
12979
12980 * textmodes/tex-mode.el (tex-region): Handle the case where the
12981 region is not in `tex-main-file'. Move the old code that applies
12982 to both cases...
12983 (tex-region-1): ...to this new function.
12984
12985 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12986
12987 * vc.el (vc-process-sentinel): New function.
12988 (vc-exec-after): Use it instead of using ugly hackish analysis and
12989 construction of Elisp code.
12990 (vc-sentinel-movepoint): New dynamically scoped var.
12991 (vc-print-log, vc-annotate): Set it to move the user's point.
12992
12993 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
12994 inhibit-modification-hooks.
12995
12996 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
12997 (calendar-bahai-print-date, calendar-bahai-goto-date)
12998 (diary-bahai-list-entries, diary-bahai-insert-entry):
12999 New names to clean up the namespace a bit more.
13000 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
13001
13002 2007-09-15 Glenn Morris <rgm@gnu.org>
13003
13004 * calendar/holidays.el (holiday-list): Rename it back to
13005 `list-holidays', but leave `holiday-list' as an alias.
13006
13007 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
13008 custom group.
13009
13010 * textmodes/css-mode.el (css): New custom group.
13011 (css-electrick-keys, css-selector, css-property)
13012 (css-indent-offset): Specify custom group.
13013
13014 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13015
13016 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
13017 (cvs-execute-single-file): Use process-file.
13018 (cvs-run-process): Use start-file-process.
13019
13020 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13021
13022 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
13023 level. Remove the hooks when turning off the mode.
13024
13025 * term/xterm.el: Require xt-mouse at compile time.
13026 (terminal-init-xterm): Turn on xterm mouse tracking for this
13027 terminal if xterm-mouse-mode is enabled.
13028
13029 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13030
13031 * term/xterm.el (xterm-function-map): Replace bindings that were
13032 deleted by the merge.
13033
13034 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
13035
13036 * play/bubbles.el (bubbles-version): Bump value to "0.5".
13037 (bubbles-mode-map): Move define-key statements here.
13038 (bubbles-game-theme-menu): Ditto.
13039 (bubbles-graphics-theme-menu): Ditto.
13040 (bubbles-menu): Ditto.
13041 (bubbles-mode): Initialize buffer-undo-list, redisplay.
13042 (bubbles--initialize): Reset buffer-undo-list, redisplay.
13043 (bubbles-plop): Set buffer-undo-list, redisplay.
13044 (bubbles-undo): Reset buffer-undo-list, redisplay.
13045 (bubbles--show-images): Take care of missing text properties.
13046
13047 2007-09-14 Glenn Morris <rgm@gnu.org>
13048
13049 * startup.el (fancy-startup-text, fancy-about-text): Fix face
13050 quoting.
13051
13052 * calendar/cal-hebrew.el, calendar/cal-menu.el
13053 * calendar/calendar.el, calendar/diary-lib.el
13054 * calendar/holidays.el: Rename all instances of
13055 list-calendar-holidays callers to calendar-list-holidays,
13056 list-holidays to holiday-list, check-calendar-holidays to
13057 calendar-check-holidays, mark-calendar-holidays to
13058 calendar-mark-holidays, and filter-visible-calendar-holidays to
13059 holiday-filter-visible-calendar.
13060
13061 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13062
13063 * term/xterm.el (xterm-function-map): Add C-M- bindings.
13064
13065 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
13066
13067 * play/bubbles.el (bubbles--initialize-images): Fix bug:
13068 Use transparent background for empty cells in graphics mode.
13069
13070 2007-09-13 Jari Aalto <jari.aalto@cante.net>
13071
13072 * man.el (Man-default-man-entry): At end of line, continue looking
13073 to the next line for possible end of hyphenated command.
13074
13075 2007-09-13 Chris Moore <dooglus@gmail.com>
13076
13077 * shell.el (shell-resync-dirs): Don't move the cursor relative to
13078 the command being edited.
13079
13080 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
13081
13082 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
13083
13084 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
13085
13086 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
13087 C-M-S- keys.
13088
13089 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
13090
13091 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
13092
13093 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
13094 New argument `filename-p' to use one set of confusing chars or another.
13095 (browse-url-file-url): Use the argument.
13096 Suggested by Johannes Weiner.
13097
13098 2007-09-12 Romain Francoise <romain@orebokech.com>
13099
13100 * cus-start.el (all): Revert 2007-09-08 change.
13101
13102 2007-09-12 Aaron Hawley <aaronh@garden.org>
13103
13104 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
13105 extract .Z files, since it is more common than uncompress.
13106
13107 2007-09-12 Glenn Morris <rgm@gnu.org>
13108
13109 * textmodes/org-publish.el (org-publish-org-to-html): Remove
13110 duplicate function definition.
13111
13112 2007-09-10 Chris Moore <dooglus@gmail.com>
13113
13114 * diff-mode.el (diff-sanity-check-hunk):
13115 Also accept single-line hunks.
13116
13117 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
13118
13119 * startup.el (startup-screen-inhibit-startup-screen)
13120 (pure-space-overflow-message): New vars.
13121 (fancy-splash-insert): Allow functions for face and link specs.
13122 (fancy-splash-head): Remove unused arg. Move splash text...
13123 (fancy-startup-text, fancy-about-text): ...here.
13124 (fancy-startup-tail): Rename from fancy-splash-tail.
13125 (fancy-startup-screen, fancy-about-screen): Split off from
13126 fancy-splash-screens.
13127 (display-startup-screen): New function.
13128 (display-about-screen): Rename from display-splash-screen.
13129 (command-line-1): Use concise startup screen if necessary.
13130
13131 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
13132
13133 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
13134 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
13135
13136 2007-09-10 Dave Love <fx@gnu.org>
13137
13138 * outline.el (outline-4, outline-5, outline-7):
13139 Move font-lock-builtin-face down from 4 to 7 to better keep the
13140 progression of color brightness, and to better match Org-mode's faces.
13141
13142 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
13143
13144 * progmodes/meta-mode.el (meta-font-lock-keywords)
13145 (font-lock-match-meta-declaration-item-and-skip-to-next)
13146 (meta-comment-indent, meta-indent-previous-line)
13147 (meta-indent-unfinished-line, meta-beginning-of-defun)
13148 (meta-end-of-defun, meta-common-initialization): Handle \f.
13149 (meta-indent-unfinished-line): Do not handle a `%' in a string as
13150 a comment-start.
13151
13152 * files.el (file-modes-char-to-who, file-modes-char-to-right)
13153 (file-modes-rights-to-number): Auxiliary functions for symbolic to
13154 numeric notation of file modes.
13155 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
13156 numeric value.
13157 (read-file-modes): New. Read either an octal value of a file mode or a
13158 symbolic value, and return its numeric value.
13159
13160 * dired-aux.el (dired-do-chmod): Change to use the built-in
13161 `set-file-modes' and the previous symbolic mode parsing functions.
13162
13163 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13164
13165 * textmodes/texinfo.el: Remove spurious * in docstrings.
13166 (texinfo-mode-syntax-table, texinfo-mode-map):
13167 Initialize in the declaration.
13168
13169 * tmm.el: Remove spurious * in docstrings.
13170 (tmm-prompt): Use with-current-buffer.
13171
13172 * vcursor.el: Remove spurious * in docstrings.
13173 (vcursor-map): Initialize in the declaration.
13174 (vcursor-use-vcursor-map): Use define-minor-mode.
13175 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
13176
13177 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
13178 Initialize in the declaration.
13179 (widget-minor-mode): Use define-minor-mode.
13180
13181 * woman.el (woman-mode-map, woman-syntax-table):
13182 Initialize in the declaration.
13183
13184 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
13185
13186 * doc-view.el: New file.
13187
13188 2007-09-09 Juri Linkov <juri@jurta.org>
13189
13190 * Makefile.in (update-authors): Add etc/ to AUTHORS.
13191
13192 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
13193
13194 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
13195 to "Startup screen". Fix docstring.
13196 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
13197 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
13198 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
13199 (initial-scratch-message): Fix docstring.
13200 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
13201 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
13202 Add link to "Customize Startup" and set interval between links to
13203 5 spaces.
13204 (fancy-about-text): Add links "Authors" and "Contributing".
13205 (fancy-splash-head): Add text "Welcome to " on the startup screen,
13206 and "This is " on the about screen. Add link to
13207 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
13208 For the about screen move emacs version to the header from
13209 `fancy-splash-tail' (as it's done already for normal about screen).
13210 (fancy-splash-tail): Insert emacs version only for startup screen.
13211 (normal-splash-screen): Remove duplicate empty lines.
13212 (normal-about-screen): Add links "Authors" and "Contributing".
13213
13214 * menu-bar.el (menu-bar-help-menu):
13215 Move "About Emacs" and "About GNU" to the end of the Help menu.
13216 Move "Emacs Psychotherapist" after "Send Bug Report...".
13217 Move "External Packages" after "Find Emacs Packages".
13218
13219 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
13220
13221 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
13222 they are useless with the byte compiler.
13223 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
13224 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
13225 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
13226 (tramp-file-name-real-host, tramp-file-name-port)
13227 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
13228 defuns.
13229
13230 * net/tramp-cache.el (top): Improve error message when
13231 `tramp-persistency-file-name' is corrupted.
13232
13233 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
13234
13235 * textmodes/org.el (org-re): Also replace the :alpha: class.
13236 (org-todo-tag-alist): Variable removed.
13237 (org-todo-key-alist, org-todo-key-trigger): New variables.
13238 (org-use-fast-todo-selection): New option.
13239 (org-log-done): Docstring fixed.
13240 (org-deadline-warning-days): New default value 14.
13241 (org-edit-timestamp-down-means-later): New option.
13242 (org-tag-alist): Docstring fixed.
13243 (org-fast-tag-selection-include-todo): New option.
13244 (org-export-language-setup): New languages added.
13245 (org-set-regexps-and-options): Compute the new variables.
13246 (org-paste-subtree): Cleaning up.
13247 (org-remember-apply-template): New escape %A.
13248 (org-todo): Call fast TODO selection.
13249 (org-fast-todo-selection): New function.
13250 (org-add-log-note): Allow prefix for abort exit.
13251 (org-at-property-p, org-entry-properties)
13252 (org-columns-get-autowidth-alist): Use :alpha: class.
13253 (org-get-wdays): New function.
13254 (org-agenda-remove-date): New variable.
13255 (org-agenda-get-deadlines): Use `org-get-wdays'.
13256 (org-agenda-get-deadlines): Reverse ee before returning.
13257 (org-format-agenda-item): New argument REMOVE-RE.
13258 (org-agenda-convert-date): Baha'i calendar added.
13259 (org-infile-export-plist): Also find DATE line.
13260 (org-get-min-level): New function.
13261 (org-export-as-html, org-export-as-ascii): Use the date format.
13262 (org-shiftup, org-shiftdown): Use.
13263 `org-edit-timestamp-down-means-later'.
13264 (org-assign-fast-keys): New function.
13265
13266 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
13267
13268 * cus-start.el (all): Add prefer-window-split-horizontally from
13269 window.c.
13270
13271 2007-09-08 Eli Zaretskii <eliz@gnu.org>
13272
13273 * net/browse-url.el (browse-url-galeon): Fix last change.
13274 (top-level): Require cl when compiling.
13275
13276 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
13277
13278 * textmodes/org-export-latex.el: arch-tag restored.
13279
13280 * textmodes/org-publish.el: arch-tag restored.
13281
13282 2007-09-08 Masatake YAMATO <jet@gyve.org>
13283
13284 * progmodes/which-func.el (which-func-modes): Add diff-mode.
13285
13286 * progmodes/cc-langs.el: Support new keywords added to
13287 objective-c frontend of gcc.
13288 (c-simple-stmt-kwds): Add @throw.
13289 (c-block-stmt-2-kwds): Add @synchronized.
13290 (c-block-stmt-1-kwds): Add @finally and @try.
13291
13292 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
13293
13294 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
13295 (org-agenda-after-show-hook): New variable.
13296 (org-columns-compile-format)
13297 (org-columns-get-autowidth-alist, org-buffer-property-keys)
13298 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
13299 property names.
13300 (org-get-wdays): New function.
13301
13302 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13303
13304 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
13305
13306 * term/xterm.el (xterm-function-map): Initialize in the declaration.
13307
13308 * vc-arch.el (vc-arch-checkin): Fix typo.
13309
13310 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
13311
13312 * cus-face.el (custom-theme-set-faces): Set face attributes
13313 locally for each frame.
13314
13315 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13316
13317 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
13318 via font-lock-defaults.
13319
13320 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
13321 derived-mode-p.
13322
13323 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
13324
13325 * progmodes/autoconf.el (autoconf-definition-regexp):
13326 Handle optional square brackets around definition name.
13327
13328 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
13329
13330 * net/browse-url.el (browse-url-browser-function): Add elinks.
13331 (browse-url-elinks-wrapper): New option.
13332 (browse-url-encode-url, browse-url-elinks)
13333 (browse-url-elinks-sentinel): New functions.
13334 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
13335 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
13336 Use new function browse-url-encode-url.
13337
13338 2007-09-07 Glenn Morris <rgm@gnu.org>
13339
13340 * version.el (emacs-version): Revert 2007-08-29 change: no need to
13341 say if multi-tty is present.
13342
13343 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13344
13345 * cus-start.el (split-window-preferred-function): Add custom info.
13346
13347 * calendar/holidays.el (holiday-list, calendar-check-holidays)
13348 (calendar-mark-holidays, calendar-list-holidays)
13349 (holiday-filter-visible-calendar): New names to clean up namespace.
13350 (filter-visible-calendar-holidays, list-calendar-holidays)
13351 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
13352 Add compatibility aliases.
13353 (calendar-check-holidays, calendar-mark-holidays)
13354 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
13355 (holiday-sexp): Replace append with list.
13356 (holiday-filter-visible-calendar): Replace append with push.
13357
13358 * woman.el: Remove spurious * in docstrings.
13359 (woman-mini-help, woman-non-underline-faces, woman0-rename)
13360 (woman-topic-all-completions-merge, woman-file-name-all-completions)
13361 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
13362 (woman-write-directory-cache, woman-display-extended-fonts)
13363 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
13364 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
13365 (woman-mode): Use inhibit-read-only.
13366 (woman-negative-vertical-space): Use dotimes.
13367 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
13368
13369 2007-09-06 Romain Francoise <romain@orebokech.com>
13370
13371 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
13372 (vc-bzr-workfile-version): Use it.
13373
13374 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
13375
13376 * complete.el (PC-do-completion): Don't try to treat
13377 empty string as an abbreviation.
13378
13379 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13380
13381 * help-fns.el (describe-variable): Keep doc's text properties.
13382
13383 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
13384
13385 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
13386 instead of a file.
13387
13388 2007-09-06 Glenn Morris <rgm@gnu.org>
13389
13390 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
13391 (checkdoc-minor-mode): Allow user to specify lighter via
13392 checkdoc-minor-mode-string.
13393
13394 2007-09-05 Richard Stallman <rms@gnu.org>
13395
13396 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
13397 Several items removed, simplified, or put on one line.
13398 (fancy-about-text): Add substantial contents, part of startup text.
13399 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
13400 (normal-splash-screen): Call normal-mouse-startup-screen,
13401 normal-no-mouse-startup-screen, or normal-about-screen.
13402 (normal-mouse-startup-screen): New fn, broken out, shortened.
13403 (normal-no-mouse-startup-screen): New fn, broken out.
13404 (normal-about-screen): New function, contents all new.
13405
13406 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
13407
13408 * emacs-lisp/rx.el (rx): Fix typo in docstring.
13409
13410 2007-09-05 Glenn Morris <rgm@gnu.org>
13411
13412 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
13413 is bound.
13414
13415 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13416
13417 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
13418 in doc string.
13419
13420 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
13421
13422 * server.el (server-start, server-unload-hook): Undo previous change.
13423
13424 * xt-mouse.el: Undo previous change.
13425
13426 2007-09-04 Juri Linkov <juri@jurta.org>
13427
13428 * startup.el (fancy-about-text): New variable.
13429 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
13430 (fancy-current-text, fancy-splash-stop-time)
13431 (fancy-splash-outer-buffer): Remove variables.
13432 (fancy-splash-head, fancy-splash-tail): Add new optional argument
13433 `startup' and use it to conditionally display different texts for
13434 Startup and About screens. Don't display Help commands on the About
13435 screen.
13436 (fancy-splash-screens-1): Remove function and move its content to
13437 `fancy-splash-screens' to the part that dislpays the About screen.
13438 (exit-splash-screen): Don't treat specially exiting from
13439 alternating screens.
13440 (fancy-splash-screens): Rename argument `static' to `startup'.
13441 Fix docstring. Remove code for displaying alternating screens.
13442 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
13443 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
13444 for `inhibit-read-only'.
13445 (normal-splash-screen): Rename argument `static' to `startup'.
13446 Fix docstring. Use argument `startup' to conditionally display
13447 different texts for Startup and About screens. Don't display Help
13448 commands on the About screen. Remove `unwind-protect' `sit-for'
13449 delay and `kill-buffer' after it.
13450 (display-startup-echo-area-message): Remove call to
13451 `use-fancy-splash-screens-p' because image.el is preloaded and
13452 doesn't display "Loading image... done".
13453 (display-splash-screen): Rename argument `static' to `startup'.
13454 Fix docstring.
13455
13456 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
13457
13458 * server.el (server-start, server-unload-hook):
13459 suspend-tty-functions has been renamed to suspend-tty-hook.
13460
13461 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
13462 resume-tty-hook.
13463
13464 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
13465
13466 * loadup.el: Fix merge problem, only load "button" once.
13467
13468 2007-09-03 Glenn Morris <rgm@gnu.org>
13469
13470 * vc-svn.el (vc-svn-print-log): If there is only one file, use
13471 "Working file:" as the prefix, for the sake of
13472 log-view-current-file.
13473
13474 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
13475
13476 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
13477 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
13478 if the selected frames is in
13479 xterm-modify-other-keys-terminal-list.
13480 (xterm-turn-off-modify-other-keys): Add an optional frame
13481 parameter. Only turn off modify-other-keys if FRAME is in
13482 xterm-modify-other-keys-terminal-list.
13483 (xterm-remove-modify-other-keys): New function.
13484 (terminal-init-xterm): Use it. Deal with delete-frame hook.
13485 Add the selected frame to xterm-modify-other-keys-terminal-list.
13486
13487 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13488
13489 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
13490 (icon-map-list): New variable.
13491 (x-gtk-map-stock): Use icon-map-list.
13492
13493 2007-09-02 Romain Francoise <romain@orebokech.com>
13494
13495 * log-view.el (log-view-current-file): Balance parens.
13496
13497 2007-09-02 Glenn Morris <rgm@gnu.org>
13498
13499 * comint.el (comint-mode): Don't set scroll-conservatively.
13500
13501 * eshell/em-unix.el (eshell/time): Stringify and flatten the
13502 non-command arguments.
13503
13504 * log-view.el (log-view-current-file): Give a more explicit error
13505 if log-view-file-re fails to find a match.
13506
13507 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
13508
13509 * emacs-lisp/bytecomp.el (byte-recompile-directory):
13510 Fix bug: Don't expand top-level file name more than once.
13511 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
13512
13513 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13514
13515 * server.el (server-process-filter): Don't display the splash screen.
13516 It's annoying enough on the initial screen and becomes positively
13517 obnoxious here.
13518
13519 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
13520
13521 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
13522 Change naming to use "avl-tree--" for internal functions.
13523
13524 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
13525
13526 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
13527 the merge.
13528 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
13529 (provide): Move to the end of file.
13530
13531 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
13532
13533 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
13534
13535 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
13536 New variable. List of exceptions for the duplicated word rule.
13537 (flyspell-mark-duplications-flag): Mention it.
13538 (flyspell-word): Treat it.
13539
13540 * files.el (create-file-buffer): If the filename sans directory starts
13541 with spaces, remove them.
13542
13543 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13544
13545 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
13546 (x-gtk-map-stock): Use two directory elements when matching
13547 file name.
13548
13549 2007-08-31 James Wright <james@chumsley.org>
13550
13551 * eshell/em-unix.el (eshell/info): New function.
13552
13553 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
13554
13555 * frame.el (frame-initialize, make-frame):
13556 * server.el (server-process-filter):
13557 * faces.el (tty-set-up-initial-frame-faces): Don't set
13558 term-environment-variable since it's not used any more.
13559
13560 * env.el (setenv): Don't treat $TERM specially.
13561
13562 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
13563 stated otherwise, subprocesses do not send back escape sequences
13564 corresponding to the terminal from which Emacs was started.
13565
13566 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
13567
13568 * calculator.el: Require cl for compilation.
13569
13570 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
13571
13572 * outline.el (outline-font-lock-levels): Comment out unused var.
13573 (outline-font-lock-face): Wrap around face list to handle any
13574 nesting depth gracefully.
13575
13576 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
13577
13578 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
13579 `set-file-times'.
13580
13581 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
13582
13583 * textmodes/org.el (org-export-visible): Fix drawers before export.
13584 (org-do-sort): Allow sorting by priority.
13585 (org-agenda-files): Ignore non-existing files.
13586 (org-agenda-skip-unavailable-files): New variable.
13587 (org-ellipsis): All a face as value.
13588 (org-mode): Interprete the face value of `org-ellipsis'.
13589 (org-archive-save-context-info): New option.
13590 (org-archive-subtree): Store context info in archived entry.
13591 (org-fast-tag-selection-can-set-todo-state): New variable.
13592 (org-fast-tag-selection): Allow setting TODO states through this
13593 interface.
13594 (org-cycle): Docstring updated.
13595 (org-todo-keyword-faces): New option.
13596 (org-get-todo-face): New function.
13597 (org-set-font-lock-defaults, org-agenda-highlight-todo):
13598 Use `org-get-todo-face'.
13599 (org-switch-to-buffer-other-window): New function.
13600 (org-table-edit-field, org-table-show-reference)
13601 (org-table-edit-formulas, org-add-log-note)
13602 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
13603 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
13604 `switch-to-buffer-other-window' to make sure that the temporary
13605 windows show up on the current frame.
13606 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
13607 (org-get-entries-from-diary, org-replace-region-by-html):
13608 Don't allow pop-up frames.
13609 (org-agenda-get-deadlines, org-agenda-get-scheduled):
13610 Fix problems with time-of-day.
13611 (org-export-get-title-from-subtree): New function.
13612 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
13613 with listing items that are DONE.
13614 (org-change-tag-in-region): New command.
13615 (org-agenda-skip-scheduled-if-done)
13616 (org-agenda-skip-deadline-if-done): Docstring clarified.
13617 (org-mode): Hide drawers on startup.
13618 (org-get-todo-face): New function.
13619 (org-todo-keyword-faces): New option.
13620 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
13621 (org-remove-keyword-keys): New function.
13622
13623 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
13624
13625 * progmodes/grep.el (grep-find-ignored-directories):
13626 Add monotone _MTN bookkeeping directory in workspaces.
13627 Add RCS control directory. List items in alphabetical order.
13628
13629 * progmodes/grep.el (grep-files-aliases): Add cc alias.
13630 Sort items in alphabetical order. Fix parens.
13631
13632 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
13633
13634 * vc-hg.el (vc-hg-extra-menu-map): New variable.
13635 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
13636 (vc-hg-pull): New functions.
13637 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
13638
13639 * term/mac-win.el: Don't require url, only autoloaded url
13640 functions are used in this file.
13641
13642 2007-08-29 Andreas Schwab <schwab@suse.de>
13643
13644 * shell.el (shell): Return correct value from interactive spec.
13645
13646 2007-08-29 Glenn Morris <rgm@gnu.org>
13647
13648 * version.el (emacs-version): Increase to 23.0.50.
13649
13650 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13651
13652 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
13653
13654 2007-08-29 Juri Linkov <juri@jurta.org>
13655
13656 * loadup.el: Add "button" loading after "faces" and move "startup"
13657 to load after "button".
13658
13659 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
13660
13661 * loadup.el: Load term/mac-win on a Mac using Carbon.
13662
13663 * term/mac-win.el: Provide mac-win.
13664 (mac-initialized): New variable.
13665 (mac-initialize-window-system): New function. Move global setup here.
13666 (handle-args-function-alist, frame-creation-function-alist):
13667 (window-system-initialization-alist): Add mac entries.
13668 (x-setup-function-keys): New function containing all the
13669 top level function key definitions.
13670
13671 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
13672
13673 * env.el (read-envvar-name): Don't consider the environment frame param.
13674
13675 * env.el (setenv):
13676 * frame.el (frame-initialize, make-frame):
13677 * faces.el (tty-set-up-initial-frame-faces):
13678 * server.el (server-process-filter): Set
13679 display-environment-variable and term-environment-variable.
13680
13681 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
13682
13683 2007-08-29 Jason Rumney <jasonr@gnu.org>
13684
13685 * loadup.el: Only load term/x-win when X is compiled in.
13686 Load term/w32-win and dependencies on windows-nt.
13687
13688 * term/w32-win.el: Reorder to match x-win.el more closely.
13689 Provide w32-win. Don't throw error when global window-system not w32.
13690 (internal-face-interactive): Remove obsolete function.
13691 (x-setup-function-keys): Use local-function-key-map.
13692 (w32-initialized): New variable.
13693 (w32-initialize-window-system): Set it.
13694 Move more global setup here.
13695 (x-setup-function-keys): New function.
13696 (w32-initialize-window-system): Move non function key global setup here.
13697 (x-cut-buffer-max): Remove.
13698 (w32-initialize-window-system): New function.
13699 (handle-args-function-alist, frame-creation-function-alist):
13700 (window-system-initialization-alist): Add w32 entries.
13701
13702 2007-08-29 David Kastrup <dak@gnu.org>
13703
13704 * env.el (getenv): Pass frame to getenv-internal.
13705
13706 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
13707
13708 * version.el (emacs-version): Show if multi-tty is present.
13709
13710 * loadup.el: Delay loading env; mule-conf gets confused by cl
13711 during bootstrap. Also load termdev and term/x-win.
13712
13713 * bindings.el (mode-line-client): New variable.
13714 (help-echo): Add it to the default mode-line format.
13715
13716 * cus-start.el: Remove bogus window-system reference from GTK test.
13717
13718 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
13719 (ebrowse-electric-position-mode-map):
13720 * ebuff-menu.el (electric-buffer-menu-mode-map):
13721 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
13722 not `suspend-emacs'.
13723
13724 * ediff-wind.el (ediff-setup-windows-automatic): New function.
13725 (ediff-window-setup-function): Use it as default.
13726
13727 * files.el (save-buffers-kill-terminal): New function.
13728 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
13729
13730 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
13731 and `with-selected-frame'.
13732
13733 * help-fns.el (describe-variable): Describe frame-local variables
13734 correctly.
13735
13736 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
13737 display support.
13738 (normal-erase-is-backspace-setup-frame): New function.
13739
13740 * subr.el (with-selected-frame): New function.
13741 (read-quoted-char): Use terminal-local binding of
13742 local-function-key-map instead of function-key-map.
13743
13744 * talk.el (talk): New function.
13745 (talk-handle-delete-frame): New function.
13746 (talk-add-display): Open a new frame only if FRAME was not a frame.
13747
13748 * termdev.el: New file.
13749
13750 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
13751 * term/x-win.el: Don't bind f10.
13752 * tmm.el: Remove autoload binding for f10.
13753
13754 * international/encoded-kb.el (encoded-kbd-setup-display): Use
13755 `set-input-meta-mode'. Fix broken condition before set-input-mode.
13756 Store the saved input method as a terminal parameter. Add keymap
13757 parameter. Use it instead of changing key-translation-map directly.
13758 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
13759 Remove.
13760 (encoded-kbd-setup-display): New function.
13761
13762 * international/mule-cmds.el (set-locale-environment): Fix getenv
13763 call. Use save-buffers-kill-terminal. Ignore window-system; always
13764 set the keyboard coding system. Add DISPLAY parameter.
13765 (set-display-table-and-terminal-coding-system): Add DISPLAY
13766 parameter. Pass it to set-terminal-coding-system.
13767
13768 * international/mule.el (keyboard-coding-system): Test for
13769 encoded-kbd-setup-display, not encoded-kbd-mode.
13770 (set-terminal-coding-system, set-keyboard-coding-system): Add
13771 DISPLAY parameter.
13772 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
13773
13774 * term/README: Update.
13775
13776 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
13777
13778 * term/x-win.el (x-setup-function-keys): New function. Move
13779 function-key-map tweaks here. Protect against multiple calls on
13780 the same terminal. Use terminal-local binding of
13781 local-function-key-map instead of function-key-map.
13782 (x-initialize-window-system): Make a copy of pure list. Pass a
13783 frame getenv.
13784
13785 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
13786 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
13787 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
13788 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
13789 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
13790 local-function-key-map instead of function-key-map.
13791
13792 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
13793 `substitute-key-definition' and `define-key' calls against
13794 multiple execution. Use terminal-local binding of
13795 local-function-key-map instead of function-key-map. Pass a frame
13796 to getenv.
13797
13798 * edmacro.el (edmacro-format-keys):
13799 * emulation/cua-base.el (cua--pre-command-handler):
13800 * isearch.el (isearch-other-meta-char):
13801 * xt-mouse.el: Use terminal-local binding of
13802 local-function-key-map instead of function-key-map.
13803
13804 * fringe.el (set-fringe-mode): Simplify and fix using
13805 `modify-all-frames-parameters'.
13806 * scroll-bar.el (set-scroll-bar-mode): Ditto.
13807 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
13808 check before calling `tool-bar-setup'.
13809 (tool-bar-setup): New variable.
13810 (tool-bar-setup): Use it to guard against multiple calls. Add
13811 optional frame parameter, and select that frame before adding items.
13812 (toggle-tool-bar-mode-from-frame): New function.
13813
13814 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
13815 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
13816 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
13817 "Tool-bar" toggles to reflect the state of the current frame.
13818 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
13819
13820 * env.el: Require cl for byte compilation (for `block' and `return').
13821 (environment, setenv-internal): New functions.
13822 (let-environment): New macro.
13823 (setenv, getenv): Add optional terminal parameter. Update docs.
13824 (setenv): Use setenv-internal. Always set process-environment.
13825 Handle `local-environment-variables'.
13826 (read-envvar-name, setenv, getenv): Use frame parameters
13827 to store the local environment, not terminal parameters. Include
13828 `process-environment' as well.
13829
13830 * faces.el (tty-run-terminal-initialization): New function.
13831 (tty-create-frame-with-faces): Use it. Set up faces and
13832 background mode only after the terminal has been initialized.
13833 Call terminal-init-*. Don't load the initialization file more
13834 than once. Call set-locale-environment.
13835 (frame-set-background-mode): Handle the 'background-mode terminal
13836 parameter.
13837 (tty-find-type): New function.
13838 (x-create-frame-with-faces): Remove bogus check for
13839 first frame. Call `tool-bar-setup'. Don't make frame visible
13840 until we are done setting up all its parameters. Call
13841 x-setup-function-keys.
13842
13843 * frame.el (make-frame): Always inherit 'environment and 'client
13844 parameters. Set up the 'environment frame parameter, when needed.
13845 Also inherit 'client parameter. Don't override explicitly
13846 specified values with inherited ones. Add 'terminal frame
13847 parameter. Append window-system-default-frame-alist to parameters
13848 before calling frame-creation-function.
13849 (frame-initialize): Copy the environment from the initial frame.
13850 (window-system-default-frame-alist): Enhance doc string.
13851 (frame-notice-user-settings): Don't put 'tool-bar-lines in
13852 `default-frame-alist' when initial frame is on a tty.
13853 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
13854 Remove specified parameters from `window-system-default-frame-alist'.
13855 (make-frame-on-tty, framep-on-display, suspend-frame):
13856 Extend doc string, update parameter names.
13857 (frames-on-display-list): Use terminal-id to get the display id.
13858 (frame-notice-user-settings): Extend to apply
13859 settings in `window-system-default-frame-alist' as well.
13860 (terminal-id, terminal-parameters, terminal-parameter)
13861 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
13862 (delete-frame-functions): Add to `delete-frame-functions' hook.
13863 (blink-cursor-mode): Adapt blink-cursor-mode default
13864 value from startup.el.
13865 (make-frame-on-display): Protect condition on x-initialized when
13866 x-win.el is not loaded. Update doc.
13867 (suspend-frame): Use display-controlling-tty-p to decide between
13868 suspend-emacs and suspend-tty.
13869 (frames-on-display-list): Update for display ids.
13870 (framep-on-display): Ditto.
13871 (suspend-frame): Use display-name, not frame-tty-name.
13872 (selected-terminal): New function.
13873
13874 * server.el: Use `device' instead of `display' or `display-id' in
13875 variable and client parameter names.
13876 (server-select-display): Remove (unused).
13877 (server-tty-live-p, server-handle-delete-tty): Remove.
13878 (server-unquote-arg, server-quote-arg, server-buffer-clients):
13879 Update docs.
13880 (server-getenv-from, server-with-environment, server-send-string)
13881 (server-save-buffers-kill-terminal): New functions.
13882 (server-delete-client): Handle quits in kill-buffer. Don't kill
13883 modified buffers. Add extra logging. Delete frames after
13884 deleting the tty. Clear 'client parameter before deleting a frame.
13885 Use delete-display, not delete-tty.
13886 (server-visit-files): Don't set `server-existing-buffer' if the
13887 buffer already has other clients. Return list of buffers
13888 created. Update doc. Don't set client-record when nowait.
13889 (server-handle-delete-frame): Delete the client if this was its
13890 last frame. Check that the frame is alive. Remove bogus comment.
13891 Add note on possible race condition. Delete tty clients, if needed.
13892 (server-handle-suspend-tty): Use server-send-string. Kill the
13893 client in case of errors from process-send-string. Use the display
13894 parameter.
13895 (server-unload-hook): Remove obsolete delete-tty hook.
13896 (server-start): Ask before restarting if the old server still has
13897 clients. Add feedback messages. Remove obsolete delete-tty hook.
13898 (server-process-filter): Use server-send-string. Accept `-dir'
13899 command. Switch to *scratch* immediately after creating the frame,
13900 before evaluating any -evals. Protect `display-splash-screen'
13901 call in a condition-case. Explain why. Call
13902 `display-startup-echo-area-message' before
13903 `display-splash-screen'. Don't display the splash screen when no
13904 frame was created. Show the Emacs splash screen and startup echo
13905 area message. Display the *scratch* buffer by default. Store the
13906 local environment in a frame (not terminal) parameter. Do not try
13907 to decode environment strings. Fix reference to the 'display
13908 frame parameter. Change syntax of environment variables. Put
13909 environment into terminal parameters, not client parameters. Use
13910 a dummy client with --no-wait's X frames. In `-position LINE'
13911 handler, don't ruin the request string until the line number is
13912 extracted. Log opened files. Handle -current-frame command.
13913 Don't create frames when it is given. Don't bind X frames to the
13914 client when we are in -no-wait mode. Set locale environment
13915 variables from client while creating tty frames. Disable call to
13916 configure-display-for-locale. When processing -position command,
13917 don't change the request string until the parameters are
13918 extracted. Don't try to create an X frame when Emacs does not
13919 support it. Improve logging. Temporarily set ncurses-related
13920 environment variables to those of the client while creating a new
13921 tty frame. Select buffers opened by nowait clients, don't leave
13922 them buried under others. Set the display parameter, and use it
13923 when appropriate.
13924
13925 * startup.el (display-startup-echo-area-message): Handle
13926 `inhibit-startup-echo-area-message' here.
13927 (command-line-1): Moved from here.
13928 (fancy-splash-screens): Use `overriding-local-map' instead of
13929 `overriding-terminal-local-map' for now; the latter doesn't work
13930 right, it looses keypresses to another terminal. Use
13931 `overriding-terminal-local-map' to set up keymap. Install a
13932 `delete-frame-functions' hook to catch `delete-frame' events.
13933 Ignore `select-window' events to cope better with
13934 `focus-follows-mouse'. Don't switch back to the original buffer
13935 if the splash frame has been killed. Restore previous buffer, even
13936 if it's *scratch*.
13937 (normal-splash-screen): Don't let-bind `mode-line-format'; it
13938 changes the global binding - setq it instead. Use
13939 `save-buffers-kill-terminal'.
13940 (display-splash-screen): Don't do anything if the splash screen is
13941 already displayed elsewhere.
13942 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
13943 (command-line): Replace duplicated code with a call to
13944 tty-run-terminal-initialization. Don't load the terminal
13945 initialization file more than once. Remove call to nonexistent
13946 function `set-locale-translation-file-name'.
13947
13948 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
13949 parameters.
13950 (xterm-mouse-position-function, xterm-mouse-event): Update.
13951 (xterm-mouse-mode): Don't depend on current value of window-system.
13952 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
13953 Update for multi-tty.
13954 (turn-on-xterm-mouse-tracking-on-terminal)
13955 (turn-off-xterm-mouse-tracking-on-terminal)
13956 (xterm-mouse-handle-delete-frame): New functions.
13957 (delete-frame-functions, after-make-frame-functions)
13958 (suspend-tty-functions, resume-tty-functions): Install extra hooks
13959 for multi-tty.
13960
13961 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
13962
13963 * simple.el (invisible-p): Remove: implemented in C now.
13964 (line-move-invisible-p): Remove obsolete alias.
13965
13966 2007-08-28 Juri Linkov <juri@jurta.org>
13967
13968 * image-mode.el (image-type): New variable.
13969 (image-mode): Set default major mode name to "Image[text]".
13970 (image-minor-mode): Change LIGHTER to display image-type in the
13971 mode line.
13972 (image-minor-mode): Set default image-type to "text".
13973 (image-toggle-display): After switching to text mode, set
13974 image-type to "text" and major mode name to "Image[text]".
13975 After switching to image mode, set image-type to actual image
13976 type, and add image type to major mode name. Let-bind the same
13977 variable names as arguments of `image-type' and `create-image'.
13978 Bind `type' to the result of `image-type' and use it as arg
13979 of `create-image' to not determine the image type twice.
13980
13981 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
13982
13983 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
13984 (tramp-set-file-uid-gid, tramp-get-local-uid)
13985 (tramp-get-local-gid): New defuns.
13986 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
13987 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
13988 Improve fast track.
13989 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
13990 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
13991 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
13992 (tramp-handle-write-region): Improve fast track.
13993 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
13994 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
13995 be nil.
13996
13997 2007-08-28 Ivan Kanis <apple@kanis.eu>
13998
13999 * time.el: New feature to display several time zones in a buffer.
14000 (display-time-world-mode, display-time-world-display)
14001 (display-time-world, display-time-world-timer): New functions.
14002 (display-time-world-list, display-time-world-time-format)
14003 (display-time-world-buffer-name, display-time-world-timer-enable)
14004 (display-time-world-timer-second, display-time-world-mode-map):
14005 New variables.
14006
14007 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14008
14009 * term/x-win.el (x-gtk-stock-map): New variable.
14010 (x-gtk-map-stock): New function.
14011
14012 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
14013 prev/next-node.
14014
14015 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
14016
14017 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
14018
14019 2007-08-28 Glenn Morris <rgm@gnu.org>
14020
14021 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
14022
14023 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
14024
14025 * progmodes/modula2.el (m2-definition, m2-module):
14026 Don't use previous-line. Reported by T. V. Raman.
14027
14028 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14029
14030 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
14031 argument to tool-bar-mode call.
14032
14033 2007-08-27 Glenn Morris <rgm@gnu.org>
14034
14035 * diff-mode.el (diff-find-file-name): Only accept regular files,
14036 to rule out /dev/null, directories, etc.
14037
14038 * vc-svn.el (vc-svn-diff): If the repository version of all the
14039 files is the same as the specified OLDVERS, do a local diff.
14040
14041 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14042
14043 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
14044 of buffers in uniquify-managed.
14045
14046 * simple.el (invisible-p): Rename from text-invisible-p.
14047 Update callers.
14048
14049 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14050
14051 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
14052 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
14053 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
14054 (cperl-etags-goto-tag-location): Use new style backquotes.
14055
14056 * net/browse-url.el: Remove spurious * in custom docstrings.
14057 (browse-url-filename-alist): Use new-style backquote.
14058
14059 * emacs-lisp/backquote.el (backquote-unquote-symbol)
14060 (backquote-splice-symbol): Clarify they're not new-style unquotes.
14061
14062 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
14063 (\,@): Backslash the , and ,@ which are not new-style unquotes.
14064
14065 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
14066
14067 * net/socks.el (socks-username/password-auth-filter):
14068 Remove unused vars `state' and `desired-len'.
14069 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
14070 (socks-wait-for-state-change): Use new-style backquotes.
14071
14072 * pcvs.el (cvs-mode-status): Fix long-standing typo.
14073
14074 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
14075 backquotes after each `read' rather than once per buffer.
14076
14077 * dframe.el: Remove spurious * in custom docstrings.
14078 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
14079 (dframe-xemacs20p): Remove, inline at the sole use point.
14080 (defface): Don't defvar the face, don't use old-style backquote.
14081 (defcustom): Don't use old-style backquote.
14082 (dframe-frame-parameter, dframe-mouse-event-p):
14083 Make it obvious that it's always defined.
14084 (dframe-popup-kludge): New function to replace
14085 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
14086 (dframe-frame-mode, dframe-set-timer-internal)
14087 (dframe-mouse-set-point): Remove use of with-no-warnings from
14088 XEmacs-specific code.
14089 (dframe-set-timer-internal): Fix very old bug with
14090 post-command-idle-hook.
14091
14092 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
14093
14094 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
14095
14096 * emacs-lisp/avl-tree.el: New file.
14097
14098 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
14099
14100 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
14101 was used.
14102
14103 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
14104
14105 * complete.el (PC-do-completion): Make RET accept a non-unique but
14106 complete expansion again.
14107
14108 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
14109
14110 * eshell/esh-opt.el (eshell-eval-using-options):
14111 Add debug declaration.
14112
14113 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14114
14115 * log-view.el (log-view-toggle-mark-entry): Add docstring.
14116 (log-view-get-marked): Likewise.
14117
14118 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
14119 (vc-delete-automatic-version-backups): Likewise.
14120
14121 * vc.el (vc-dired-buffers-for-dir): Likewise.
14122
14123 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
14124
14125 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
14126 safe-local-variable setting.
14127 * progmodes/perl-mode.el (perl-indent-level): Likewise.
14128
14129 * log-view.el (log-view-marked-list): Delete variable.
14130 (log-view-mode): Don't use it.
14131 (log-view-toggle-mark-entry): Likewise, simplify.
14132 (log-view-current-tag): Don't return properties.
14133 (log-view-get-marked): New function.
14134
14135 2007-08-25 Alexandre Julliard <julliard@winehq.org>
14136
14137 * vc-git.el (vc-git-mode-line-string): New function.
14138
14139 2007-08-25 Alan Mackenzie <acm@muc.de>
14140
14141 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
14142 new language variable.
14143
14144 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
14145 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
14146 "extern" etc., rather than BOI. Fix addition of spurious
14147 syntactic-symbol 'defun-block-intro, replacing it with
14148 'innamespace, etc.
14149
14150 2007-08-25 Juri Linkov <juri@jurta.org>
14151
14152 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
14153
14154 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
14155 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
14156 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
14157
14158 * image.el (image-type-header-regexps): Use more complex regexp for svg.
14159 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
14160 (image-type-auto-detectable): Add (svg . maybe).
14161
14162 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
14163 to treat it like .tgz.
14164
14165 * calendar/cal-bahai.el: Add file coding cookie.
14166
14167 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
14168
14169 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
14170 Don't behave differently when executed via M-x. Add doc string.
14171
14172 * sort.el (sort-fold-case, sort-numeric-base): Mark as
14173 safe-local-variable.
14174
14175 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
14176
14177 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
14178 the default value.
14179 (math-calendar-tzinfo): New variable.
14180 (math-get-calendar-tzinfo): New function.
14181 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
14182 to get information when zone is nil.
14183
14184 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
14185
14186 * log-view.el (log-view-toggle-mark-entry): New function.
14187 (log-view-mode-map): Bind it.
14188 (log-view-marked-list): New variable.
14189 (log-view-mode): Make it local.
14190
14191 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
14192
14193 * play/zone.el (zone-pgm-rat-race): New func.
14194 (zone-programs): Add `zone-pgm-rat-race'.
14195
14196 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14197
14198 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
14199 a list.
14200
14201 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
14202
14203 * progmodes/hideshow.el (hs-match-data): Delete alias.
14204 (hs-hide-block-at-point, hs-find-block-beginning)
14205 (hs-show-block): Use `match-data' directly.
14206
14207 2007-08-24 Martin Rudalics <rudalics@gmx.at>
14208
14209 * format.el (format-alist): Fix typo in doc-string.
14210
14211 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
14212
14213 * net/tramp.el (tramp-local-host-p): New defun.
14214 (tramp-handle-file-local-copy, tramp-handle-write-region):
14215 Implement fast track when being on the local host.
14216 (tramp-file-name-handler): Don't set "started" property. It shall
14217 be reserved for the "ftp" method.
14218 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
14219
14220 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
14221 (tramp-ftp-file-name-handler): Set "started" property.
14222
14223 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
14224
14225 * files.el (backup-buffer-copy): Don't wrap delete in
14226 condition-case, only try to delete if file exists.
14227
14228 2007-08-24 Glenn Morris <rgm@gnu.org>
14229
14230 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
14231
14232 * startup.el (tutorial-directory): Set with eval-at-startup so it
14233 gets the right value in an installed Emacs.
14234
14235 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
14236
14237 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
14238 (eldoc-highlight-function-argument): Use it.
14239
14240 2007-08-23 Masatake YAMATO <jet@gyve.org>
14241
14242 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
14243 name of parameters in document body.
14244
14245 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14246
14247 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
14248 (byte-compile-output-as-comment): Use with-current-buffer rather than
14249 a weird set-buffer&prog1 combination.
14250
14251 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
14252 test so as to optimise cases where the `progn's result is constant.
14253
14254 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
14255
14256 * locate.el (locate-get-file-positions):
14257 Use line-beginning-position and line-end-position.
14258
14259 2007-08-23 John Wiegley <johnw@newartisans.com>
14260
14261 * calendar/cal-bahai.el: Added in the diacriticals that were
14262 missing for many of the month names.
14263
14264 2007-08-22 Jason Rumney <jasonr@gnu.org>
14265
14266 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
14267
14268 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
14269
14270 * image-mode.el (image-minor-mode): Use image-mode-text-map.
14271
14272 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
14273
14274 * dabbrev.el (dabbrev--progress-reporter): New variable.
14275 (dabbrev--scanning-message): Delete func.
14276 (dabbrev--find-expansion): Use a progress reporter
14277 instead of dabbrev--scanning-message.
14278
14279 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
14280
14281 * comint.el (comint-exec-1): Raise an error if
14282 `start-file-process' does not return a process object.
14283
14284 * shell.el (shell): Prompt for `default-directory' if it is a
14285 remote file name, and if called with a prefix arg.
14286
14287 2007-08-22 Sam Steingold <sds@gnu.org>
14288
14289 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
14290
14291 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
14292
14293 * textmodes/org-export-latex.el: New file.
14294
14295 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
14296
14297 * textmodes/org.el (org-agenda-skip): Allow a form for
14298 `org-agenda-skip-function'.
14299 (org-agenda-redo): Re-use local settings.
14300 (org-agenda): Store local settings.
14301 (org-agenda-deadline-faces): New option.
14302 (org-agenda-deadline-face): New function.
14303 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
14304 entries on their due date.
14305 (org-agenda-get-timestamps): No longer handle the due dates of
14306 schedules and deadline items.
14307 (org-insert-link-global, org-open-at-point-global): New commands.
14308 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
14309 :for-ascii parameter.
14310 (org-skip-comments): Function removed.
14311 (org-cleaned-string-for-export): Handle special table lines.
14312 (org-global-properties): New option.
14313 (org-entry-get-with-inheritance): Check global properties.
14314 (org-local-properties): New variable.
14315 (org-set-regexps-and-options): Find the #+PROPERTY line.
14316 (org-link-types): Change type into variable (was constant).
14317 (org-make-link-regexps): New function.
14318 (org-link-re-with-space, org-link-re-with-space2)
14319 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
14320 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
14321 these regular expressions happens now in the function
14322 `org-make-link-regexps'.
14323 (org-store-link): Call the functions in
14324 `org-store-link-functions'.
14325 (org-add-link-type): New function.
14326 (org-store-link-functions): New variable.
14327 (org-activate-tags): Force matches to be in headlines.
14328 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
14329 (org-columns-display-here): Make sure this works in a narrowed
14330 buffer by checking for point-min.
14331 (org-columns-display-here): Make the rest of the line intangible,
14332 so that point never can be there.
14333 (org-cleaned-string-for-export): Use `with-current-buffer'.
14334 (org-replace-region-by-html): Use `with-current-buffer'.
14335 (org-unfontify-region, org-do-occur, org-columns-display-here)
14336 (org-columns-remove-overlays, org-columns-quit)
14337 (org-columns-edit-value, org-columns-next-allowed-value)
14338 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
14339 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
14340 (org-agenda-todo, org-agenda-change-all-lines)
14341 (org-agenda-align-tags, org-agenda-priority)
14342 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
14343 (org-agenda-show-new-time, org-cleaned-string-for-export)
14344 (org-export-grab-title-from-buffer)
14345 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
14346 instead of `buffer-read-only'.
14347 (org-export-as-html): Set `coding-system-for-write'.
14348 (org-remember-store-without-prompt): New option.
14349 (org-archive-subtree): Fixed bug with modifying TODO keyword.
14350 (org-beginning-of-line): Also treat C-a special in items.
14351 (org-table-convert-refs-to-rc): Fixed problem with column
14352 reference after "..".
14353 (org-columns-compute): Don't mark buffer modified because of text
14354 properties.
14355 (org-batch-store-agenda-views): Use the variable
14356 `default-directory', not the function.
14357 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
14358 (org-clock-out-when-done): New option.
14359 (org-html-entities): Added HTML entities for smileys.
14360
14361 2007-08-22 Glenn Morris <rgm@gnu.org>
14362
14363 * image.el (create-image): Doc fix.
14364
14365 * startup.el (tutorial-directory): New constant.
14366 (fancy-splash-text): Tutorials now in tutorial-directory.
14367 * tutorial.el (help-with-tutorial): Tutorials now in
14368 tutorial-directory.
14369
14370 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
14371
14372 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
14373 otherwise.
14374 (tramp-get-remote-path): New defun. Replace occurrences of
14375 `tramp-default-remote-path' by this function.
14376 (tramp-set-remote-path): Move most of the code to
14377 `tramp-get-remote-path'.
14378 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
14379 existing directories, this is done already in
14380 `tramp-get-remote-path'.
14381
14382 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
14383
14384 * image-file.el (image-file-name-extensions): Add "svg".
14385 * image.el (image-type-header-regexps): Add svg entry.
14386
14387 2007-08-22 Glenn Morris <rgm@gnu.org>
14388
14389 * files.el (backup-buffer-copy): Check backup directory is
14390 writable, to avoid infloop deleting old backup.
14391
14392 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
14393 movemail related variables.
14394 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
14395 will now be set before this is called.
14396
14397 2007-08-21 Juri Linkov <juri@jurta.org>
14398
14399 * delsel.el (delete-selection-pre-hook):
14400 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
14401 instead of checking last-command.
14402
14403 2007-08-21 Juri Linkov <juri@jurta.org>
14404
14405 * loadup.el: Preload "button".
14406
14407 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
14408
14409 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14410 Add previous-line and next-line.
14411
14412 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
14413 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
14414
14415 * vc-hooks.el (vc-menu-entry): New var.
14416 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
14417 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
14418 (vc-menu-map): Declare and initialize in one step.
14419 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
14420
14421 * menu-bar.el (vc-menu-map): Don't setup any more.
14422 Instead, just create the proper spot in the menu.
14423
14424 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14425
14426 * smerge-mode.el (smerge-resolve): New arg `safe'.
14427 (smerge-resolve-all, smerge-batch-resolve): New function.
14428 (smerge-refine): Make sure `diff' returns the expected result.
14429 (smerge-parsep-re): New const.
14430 (smerge-mode): Use it to adjust paragraph-separate.
14431
14432 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14433 Correctly match / regexp matchers as first char on a line when
14434 fontifying only that line.
14435
14436 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
14437
14438 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14439
14440 * vc-bzr.el: Don't fiddle with vc-handled-backend.
14441 (vc-bzr-registered): Don't redundantly protect against
14442 file-error. Actually use the format-specific code.
14443 (vc-bzr-buffer-nonblank-p): Remove.
14444 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
14445
14446 2007-08-20 Juri Linkov <juri@jurta.org>
14447
14448 * startup.el (fancy-splash-text): Change multiple tabs into one
14449 tab. Remove "Useful File menu items" section (with "Exit Emacs"
14450 and "Recover Crashed Session").
14451 (fancy-splash-screens): Set tab-width to 22.
14452 (normal-splash-screen): Replace literal tabs with \t and
14453 fix whitespace. Remove "Useful File menu items" section (with
14454 "Exit Emacs" and "Recover Crashed Session").
14455
14456 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
14457
14458 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
14459 extracted from `eval-last-sexp-1'.
14460 (eval-last-sexp-1): Call `preceding-sexp'.
14461
14462 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
14463
14464 * vc-rcs.el (vc-rcs-annotate-command):
14465 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
14466 Add back :vc-annotate-prefix propertization.
14467
14468 2007-08-20 Andreas Schwab <schwab@suse.de>
14469
14470 * mail/rmail.el (rmail-autodetect): Doc fix.
14471
14472 2007-08-19 Juri Linkov <juri@jurta.org>
14473
14474 * startup.el (normal-splash-screen): Add more links.
14475
14476 2007-08-19 Juri Linkov <juri@jurta.org>
14477
14478 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
14479 because it's common to both types of splash screen: fancy and normal.
14480 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
14481 (exit-splash-screen): Rename from `fancy-splash-quit'.
14482 Use `quit-window' instead of `kill-buffer'.
14483 (fancy-splash-head): Use make-button to insert GNU image link.
14484 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
14485 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
14486 (normal-splash-screen): Put "Browse manuals" on the same line with
14487 "Emacs manual". Remove descriptions from "Useful tasks" and put
14488 all links in two columns on two lines.
14489
14490 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
14491
14492 * emulation/viper.el (viper-remove-hooks): Remove some additional
14493 viper hooks when the user calls viper-go-away.
14494 (viper-go-away): Restore the default of default-major-mode.
14495 Save the value of default-major-mode before vaperization.
14496
14497 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
14498
14499 * emulation/viper-ex.el: Replace error "" with "Viper bell".
14500
14501 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
14502 buffer for which file is created.
14503
14504 2007-08-19 Glenn Morris <rgm@gnu.org>
14505
14506 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
14507 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
14508 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
14509 shadow files messing up the compilation.
14510
14511 2007-08-18 Glenn Morris <rgm@gnu.org>
14512
14513 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
14514 string. Also apply eldoc-argument-case in the help-split-fundoc
14515 case. Adapt for changed behavior of eldoc-function-argstring,
14516 eldoc-function-argstring-format, and
14517 eldoc-highlight-function-argument.
14518 (eldoc-highlight-function-argument): Handle nil INDEX argument,
14519 just call eldoc-docstring-format-sym-doc in that case.
14520 (eldoc-function-argstring): Change the behavior. Now it converts
14521 an argument list to a string.
14522 (eldoc-function-argstring-format): Change the behavior. Now it
14523 applies `eldoc-argument-case' to a string.
14524
14525 * progmodes/scheme.el (scheme-mode-variables): Set
14526 font-lock-comment-start-skip.
14527
14528 2007-08-18 Martin Rudalics <rudalics@gmx.at>
14529
14530 * progmodes/ada-mode.el (ada-create-syntax-table): Move
14531 set-syntax-table from here to ...
14532 (ada-mode): ... here. Do not change global value of
14533 comment-multi-line. Call new function
14534 ada-initialize-syntax-table-properties and add new function
14535 ada-handle-syntax-table-properties to font-lock-mode-hook.
14536 (ada-deactivate-properties, ada-initialize-properties): Replace
14537 by new functions ...
14538 (ada-handle-syntax-table-properties)
14539 (ada-initialize-syntax-table-properties)
14540 (ada-set-syntax-table-properties): ... to set up syntax-table
14541 properties uniformly, independently from whether font-lock-mode
14542 is enabled or not. Handle read-only buffers and do not change
14543 undo-list when setting syntax-table properties.
14544 (ada-after-change-function): Use ada-set-syntax-table-properties.
14545
14546 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
14547
14548 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
14549 (meta-indent-current-nesting): Use a computation of the nesting
14550 instead.
14551 (meta-indent-current-indentation): Indentation is given according
14552 to nesting and if the previous line was finished or not.
14553 (meta-indent-unfinished-line): Tell if the current line ends with
14554 a finished expression.
14555 (meta-indent-looking-at-code): Like `looking-at', but checks if
14556 the point is in a string before.
14557 (meta-indent-level-count): Use it. Don't count parenthesis as it's
14558 done in the nesting function.
14559 (meta-indent-in-string-p): Tell if the current point is in a
14560 string.
14561 (meta-indent-calculate): Treat b-o-b as a special case. Use the
14562 previous functions.
14563
14564 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
14565
14566 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
14567 (copyright-update-year, copyright-update)
14568 (copyright-fix-years): Use it.
14569
14570 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
14571
14572 * emacs-lisp/copyright.el (copyright-update-year):
14573 Fix bug: Handle nil copyright-limit.
14574
14575 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
14576
14577 * calc/calc-units.el (math-standard-units): Give exact
14578 conversion for tsp.
14579
14580 * calc/calc.el (math-bignum-digit-length): Compute the
14581 appropriate value.
14582
14583 * calc/calc-bin.el (math-bignum-logb-digit-size)
14584 (math-bignum-digit-power-of-two):
14585 * calc/calc-comb.el (math-small-factorial-table):
14586 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
14587 (math-approx-gamma-const):
14588 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
14589 (math-besY1, math-bernoulli-b-cache):
14590 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
14591 Remove `eval-when-compile's.
14592
14593 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
14594
14595 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
14596 (cperl-find-pods-heres): Fix an error when typing expressions like
14597 `s{a}{b}'.
14598
14599 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
14600
14601 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
14602 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
14603 a special case (there's no build number).
14604
14605 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
14606
14607 * completion.el (symbol-under-point, symbol-before-point)
14608 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
14609
14610 2007-08-17 Glenn Morris <rgm@gnu.org>
14611
14612 * progmodes/compile.el (compilation-get-file-structure): Make use
14613 of the directory part when checking for an existing entry, to
14614 handle files with same basename in different directories.
14615
14616 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
14617
14618 * calc/calc.el (calc-language-alist): Add texinfo-mode.
14619
14620 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14621
14622 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
14623 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
14624 (ps-paragraph-spacing): Docstring fix.
14625
14626 2007-08-16 Glenn Morris <rgm@gnu.org>
14627
14628 * ps-print.el (ps-font-size): Doc fix.
14629
14630 2007-08-16 Richard Stallman <rms@gnu.org>
14631
14632 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
14633
14634 2007-08-15 Juri Linkov <juri@jurta.org>
14635
14636 * startup.el (initialization): Change parent group from `internal'
14637 to `environment'.
14638 (initial-buffer-choice): New variable.
14639 (command-line): Revert 2007-07-02 change that sets
14640 buffer-offer-save in *scratch* and enables auto-save in it.
14641 (fancy-splash-text): Add links to existing items. Add new items
14642 with links for useful tasks. Move information about Control-g to
14643 fancy-splash-head. Move "Emacs Guided Tour" to the end.
14644 (fancy-splash-keymap): New variable.
14645 (fancy-splash-last-input-event): Remove variable.
14646 (fancy-splash-insert): Add processing of `:link' element.
14647 (fancy-splash-head): Replace "Type Control-l to begin editing"
14648 with "Type `q' to exit".
14649 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
14650 (fancy-splash-default-action, fancy-splash-special-event-action):
14651 Remove functions.
14652 (fancy-splash-quit): New function.
14653 (fancy-splash-screens): Rename input arg from `hide-on-input' to
14654 `static' and reverse the condition of its usage. Don't preserve
14655 original values of `minor-mode-map-alist',
14656 `emulation-mode-map-alists', `special-event-map'.
14657 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
14658 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
14659 Remove processing of special events. Use local key map
14660 `fancy-splash-keymap'. Set buffer to read-only.
14661 (normal-splash-screen): Rename input arg from `hide-on-input' to
14662 `static' and reverse the condition of its usage.
14663 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
14664 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
14665 Add links to existing items. Add new items with links for useful
14666 tasks. Use local key map `fancy-splash-keymap'.
14667 (display-splash-screen): Rename input arg from `hide-on-input' to
14668 `static'.
14669 (about-emacs): Add alias to display-splash-screen.
14670 (command-line-1): Use `initial-buffer-choice'.
14671
14672 * menu-bar.el (menu-bar-help-menu):
14673 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
14674 item to about-emacs instead of display-splash-screen.
14675
14676 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
14677
14678 * calc/calc-units.el (math-standard-units): Update values.
14679 Put in exact, rational values when possible.
14680 (math-unit-prefixes): Replace floats with powers of ten.
14681 (math-standard-units-systems): Replace floats with integers.
14682 (math-make-unit-string): Remove extra spaces in output.
14683
14684 2007-08-15 Glenn Morris <rgm@gnu.org>
14685
14686 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
14687 sloppier, for the sake of GNU Mailman.
14688 (rmail-digest-rfc1153): Initialize `result' correctly.
14689
14690 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
14691
14692 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
14693 in the mail title. Suggested by Reiner Steib.
14694
14695 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
14696
14697 * calc/calc-aent.el (calc-do-quick-calc): Add binary
14698 representation of integers to the list of outputs.
14699
14700 2007-08-14 Glenn Morris <rgm@gnu.org>
14701
14702 * simple.el (bad-packages-alist): New constant.
14703 (bad-package-check): New function. Together, these two add elements
14704 to `after-load-alist' to check for problematic external packages.
14705 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
14706
14707 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
14708
14709 * calc/calc-units.el (math-get-standard-units)
14710 (math-get-units, math-make-unit-string)
14711 (math-get-default-units, math-put-default-units): New functions.
14712 (math-default-units-table): New variable.
14713 (calc-convert-units, calc-convert-temperature): Add machinery
14714 to supply default values.
14715
14716 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
14717
14718 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
14719 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
14720 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
14721 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
14722
14723 * emulation/tpu-extras.el: Remove spurious * in docstrings.
14724 Put its autoloads into tpu-edt.el rather than loaddefs.el.
14725 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
14726 Make into a proper minor-mode.
14727 (tpu-backward-char, tpu-next-line, tpu-previous-line)
14728 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
14729 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
14730 (tpu-set-cursor-free, tpu-set-cursor-bound):
14731 Delegate to tpu-cursor-free-mode.
14732 (tpu-next-line, tpu-previous-line, tpu-forward-line)
14733 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
14734 Use line-move or forward-line instead of next-line-internal.
14735
14736 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
14737
14738 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
14739
14740 2007-08-12 Richard Stallman <rms@gnu.org>
14741
14742 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
14743 (cvs-execute-single-file): Use new name split-string-and-unquote.
14744 (cvs-header-msg): Use new name combine-and-quote-strings.
14745
14746 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
14747
14748 * progmodes/gud.el (gud-common-init): Use new name
14749 split-string-and-unquote.
14750
14751 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
14752 in javac regexp.
14753
14754 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
14755 combine-and-quote-strings and split-string-and-unquote.
14756
14757 * subr.el (combine-and-quote-strings): Rename from strings->string.
14758 (split-string-and-unquote): Rename from string->strings.
14759
14760 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
14761
14762 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
14763 to buffer-local settings.
14764
14765 * emacs-lisp/backquote.el (backquote-delay-process): New function.
14766 (backquote-process): Add internal arg `level'. Use the two to
14767 correctly handle nested backquotes.
14768
14769 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
14770
14771 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
14772 (vc-bzr-state-words): Add "kind changed" state word.
14773 (vc-bzr-status): New function. Return Bzr idea of file status,
14774 which is different from VC's.
14775 (vc-bzr-state): Use vc-bzr-status.
14776 (vc-workfile-unchanged-p): Use vc-bzr-status.
14777 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
14778 (vc-dired-state): Process "kind changed" state word.
14779
14780 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
14781
14782 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
14783
14784 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
14785 Move from vc-default-find-file-not-found-hook.
14786
14787 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
14788
14789 * man.el: Remove spurious * in docstrings.
14790 Merge defvars and toplevel setq-defaults.
14791 (Man-highlight-references0): Limit=nil rather than point-max.
14792 (Man-mode-map): Move initialization into the declaration.
14793 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
14794 (Man-view-header-file): Use expand-file-name rather than concat.
14795 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
14796
14797 * man.el (Man-next-section): Make sure we do not move backward.
14798
14799 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
14800
14801 * files.el (auto-mode-alist): Use the purecopied text (duh!).
14802
14803 2007-08-08 Glenn Morris <rgm@gnu.org>
14804
14805 * Replace `iff' in doc-strings and comments.
14806
14807 2007-08-08 Martin Rudalics <rudalics@gmx.at>
14808
14809 * dired.el (dired-pop-to-buffer):
14810 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
14811 * calendar/calendar.el (generate-calendar-window):
14812 * progmodes/compile.el (compilation-set-window-height):
14813 * textmodes/two-column.el (2C-two-columns, 2C-merge):
14814 Use window-full-width-p instead of comparing frame-width and
14815 window-width.
14816
14817 * progmodes/compile.el (compilation-find-buffer): Remove extra
14818 argument in call to compilation-buffer-internal-p.
14819
14820 2007-08-07 Tom Tromey <tromey@redhat.com>
14821
14822 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
14823 Add safe-local-variable property.
14824
14825 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
14826
14827 * image-mode.el (image-toggle-display): Use image-refresh.
14828
14829 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
14830
14831 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
14832 unofficial version.
14833 (vc-bzr-command): Remove redundant setting of process-connection-type.
14834 (vc-bzr-admin-checkout-format-file): Add autoload.
14835 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
14836 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
14837 (vc-bzr-registered): Compare dirstate format tag with known good
14838 value, abort parsing if match fails. Warn user in docstring.
14839 (vc-bzr-workfile-version): Case for different Bzr branch formats.
14840 See bzrlib/branch.py in Bzr sources.
14841 (vc-bzr-diff): First argument FILES may be a string rather than a list.
14842 (vc-bzr-shell-command): Remove in favor of
14843 vc-bzr-command-discarding-stderr.
14844 (vc-bzr-command-discarding-stderr): New function.
14845
14846 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
14847
14848 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
14849 program, and return nil.
14850 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
14851 (vc-bzr-state): Look for path names relative to the repository
14852 root after status keyword.
14853 (vc-bzr-file-name-relative): New function.
14854 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
14855 depend on it.
14856 (vc-bzr-admin-dirname, ...-checkout-format-file)
14857 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
14858 files that we now parse directly for speed.
14859 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
14860 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
14861 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
14862 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
14863 Bzr warnings, so we must discard it.
14864 (vc-bzr-workfile-version): Speedup counting lines from
14865 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
14866 if that file doesn't exist.
14867 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
14868 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
14869 to `vc-directory-exclusion-list'.
14870 (vc-bzr-shell-command): New function.
14871
14872 2007-08-06 Tom Tromey <tromey@redhat.com>
14873
14874 * diff-mode.el (diff-unified->context, diff-reverse-direction)
14875 (diff-fixup-modifs): Typo in docstring.
14876
14877 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
14878
14879 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
14880 count-screen-lines.
14881 (tpu-edt-off): Disable relevant pieces of advice.
14882
14883 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
14884 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
14885 (newline, newline-and-indent, do-auto-fill): Use advice instead of
14886 redefining the function.
14887 (tpu-set-scroll-margins): Activate the pieces of advice.
14888
14889 2007-08-06 Martin Rudalics <rudalics@gmx.at>
14890
14891 * help.el (resize-temp-buffer-window): Use window-full-width-p
14892 instead of comparing frame-width and window-width.
14893
14894 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
14895
14896 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
14897 optional quotes around files in NEED-UPDATE . REMOVED case.
14898
14899 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
14900 (ada-treat-cmd-string): Improve error message.
14901 (ada-do-file-completion): Call `ada-require-project-file', so
14902 project variables are set properly.
14903 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
14904 (ada-gnatfind-buffer-name): New constant.
14905 (ada-find-any-references): Use new constant. Set buffer name
14906 properly in compilation-start. Toggle read-only properly.
14907 (ada-find-in-src-path): Fix spelling error in docstring.
14908
14909 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
14910 by zero error.
14911
14912 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
14913
14914 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
14915
14916 2007-08-12 Richard Stallman <rms@gnu.org>
14917
14918 * progmodes/sh-script.el (sh): Delete group `unix'.
14919
14920 * progmodes/gud.el (gud): Change to group `processes'.
14921
14922 2007-08-11 Glenn Morris <rgm@gnu.org>
14923
14924 * progmodes/compile.el (compilation-buffer-name): Don't check
14925 compilation-arguments. It is superfluous, and the variable isn't
14926 even set when this function is called.
14927
14928 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14929
14930 * term/mac-win.el (mac-ae-reopen-application): New function.
14931 (mac-apple-event-map): Bind "reopen application" Apple event to it.
14932
14933 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
14934
14935 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
14936 take tex-font-script-display into account.
14937 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
14938 cell to a list of 2 elements to simplify the unfontify code.
14939
14940 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14941
14942 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
14943 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
14944 ps-print-color-p is neither nil nor black-white. Reported by Christian
14945 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
14946
14947 2007-08-08 Andreas Schwab <schwab@suse.de>
14948
14949 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
14950 self-insert-command, not self-insert.
14951
14952 2007-08-08 Glenn Morris <rgm@gnu.org>
14953
14954 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
14955 argument optional, for backwards compatibility, and only highlight
14956 args when present. Fix symbol name typo (doc/args).
14957
14958 * help-mode.el (help-make-xrefs): Search for symbol constituents,
14959 rather than just `-'.
14960
14961 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
14962
14963 * calc/calc-units.el (calc-convert-temperature):
14964 Use `/' to create fractions.
14965
14966 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
14967
14968 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
14969 global matching.
14970 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
14971 ERROR-BUFFER more robust. Display output.
14972 (tramp-file-name-handler): Add a connection property when we found
14973 a foreign file name handler. This allows backends like ftp to
14974 profit also from usr/host name completion based on connection
14975 cache.
14976 (tramp-send-command-and-read): Search for trash after the regexp
14977 until eol only. In XEmacs, there is a problem with \n.
14978
14979 * net/tramp-cache.el (top): Read persistent connection history
14980 when cache is empty.
14981
14982 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
14983
14984 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
14985 resulting output.
14986
14987 2007-08-07 Sam Steingold <sds@gnu.org>
14988
14989 * progmodes/compile.el (compilation-start): Pass nil as startfile
14990 to comint-exec.
14991
14992 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
14993
14994 * longlines.el (longlines-decoded): New variable.
14995 (longlines-mode): Avoid encoding or decoding the buffer twice.
14996
14997 2007-08-07 Martin Rudalics <rudalics@gmx.at>
14998
14999 * format.el (format-insert-file): Make sure that at most one undo
15000 entry is recorded for the insertion. Inhibit point-motion and
15001 modification hooks around call to insert-file-contents.
15002
15003 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
15004
15005 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
15006 Select the buffer's window before moving point.
15007
15008 2007-08-07 Richard Stallman <rms@gnu.org>
15009
15010 * term.el (term): Remove parent group `unix'.
15011
15012 * simple.el (default-indent-new-line): New function.
15013 It calls comment-line-break-function if there are comments.
15014 (do-auto-fill): Use that.
15015
15016 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
15017
15018 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
15019 (PC-do-completion): Add "acronym completion" for symbols and
15020 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
15021
15022 2007-08-06 Sam Steingold <sds@gnu.org>
15023
15024 * mouse.el (mouse-buffer-menu): Pass mode-name through
15025 format-mode-line because it may be a list,
15026 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
15027
15028 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
15029
15030 * printing.el (pr-update-menus): Docstring fix.
15031
15032 2007-08-06 Jason Rumney <jasonr@gnu.org>
15033
15034 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
15035
15036 * vc-hooks.el (vc-call): Add doc string.
15037
15038 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
15039
15040 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
15041 process-filter.
15042
15043 2007-08-06 Kenichi Handa <handa@m17n.org>
15044
15045 * international/quail.el: Wrap (require 'help-mode) by
15046 eval-when-compile.
15047 (quail-help-init): New function.
15048 (quail-help): Call quail-help-init.
15049 (quail-store-decode-map-key): Change it to a function.
15050
15051 2007-08-05 Jason Rumney <jasonr@gnu.org>
15052
15053 * vc.el (vc-rollback): Add norevert argument back.
15054 (vc-revert-buffer): Add back as obsolete alias.
15055
15056 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
15057
15058 * term.el: Honor term-default-fg-color and term-default-bg-color
15059 settings when modifying term-current-face.
15060 (term-default-fg-color, term-default-bg-color): Initialize from
15061 default term-current-face.
15062 (term-mode, term-reset-terminal): Set term-current-face with
15063 term-default-fg-color and term-default-bg-color.
15064 (term-handle-colors-array): term-current-face has term-default-fg-color
15065 and term-default-bg-color after reset escape sequence.
15066 (term-handle-colors-array): Set term-current-color with
15067 term-default-fg/bg-color instead of ansi-term-color-vector when the
15068 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
15069
15070 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
15071
15072 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
15073 (math-nlfit-givens): Let bind free variables.
15074
15075 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
15076
15077 * printing.el: Require lpr and ps-print when loading printing package.
15078 Reported by Glenn Morris <rgm@gnu.org>.
15079
15080 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
15081
15082 * files.el (set-auto-mode): Handle also remote files wrt
15083 `auto-mode-alist'.
15084
15085 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
15086
15087 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
15088 curves and plotting.
15089
15090 * calc/calc-nlfit.el: New file.
15091
15092 2007-08-04 Glenn Morris <rgm@gnu.org>
15093
15094 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
15095 zero, not nil, when the library is first loaded. Check for a file
15096 that has been modified on disk.
15097
15098 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
15099 Remove duplicate defvar preventing initialization.
15100 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
15101
15102 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15103
15104 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
15105 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
15106 may match up to 4 lines.
15107 (diff-beginning-of-file-and-junk): Rewrite.
15108
15109 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15110
15111 * printing.el: Evaluate require only during compilation.
15112 (pr-version): New version 6.9.1.
15113 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
15114 (pr-global-menubar): Fix code.
15115
15116 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
15117
15118 * term.el (term-erase-in-display): Fix case when point is not at
15119 the beginning of the line.
15120
15121 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
15122
15123 * calc/calc-ext.el (math-get-value, math-get-sdev)
15124 (math-contains-sdev): New functions.
15125
15126 * calc/calc-graph.el (calc-graph-format-data)
15127 (calc-graph-add-curve): Check for error forms.
15128 (calc-graph-set-styles): Add option for error forms.
15129
15130 2007-08-03 Miles Bader <miles@gnu.org>
15131
15132 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
15133 backend names for new backends to `Git', `Hg', and `Bzr'.
15134 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
15135 not `HG'.
15136 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
15137 name, not `GIT'.
15138 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
15139 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
15140
15141 2007-08-03 Richard Stallman <rms@gnu.org>
15142
15143 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
15144 to update deleted flag.
15145
15146 * cus-edit.el (customize-apropos, customize-apropos-options)
15147 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
15148
15149 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
15150
15151 * startup.el (fancy-splash-head, startup-echo-area-message):
15152 Change message text.
15153
15154 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
15155 All callers use line-move.
15156
15157 * progmodes/compile.el (compilation-find-buffer): Return current
15158 buffer immediately if suitable.
15159 (compile, compilation-buffer-name, compilation-start): Doc fixes.
15160
15161 2007-08-03 Daiki Ueno <ueno@unixuser.org>
15162
15163 * faces.el (face-normalize-spec): New function.
15164 (frame-set-background-mode): Normalize face-spec before calling
15165 face-spec-match-p.
15166
15167 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15168
15169 * server.el (server-window): Add switch-to-buffer-other-frame option.
15170
15171 2007-08-03 Glenn Morris <rgm@gnu.org>
15172
15173 * cus-edit.el (customize-apropos): Make the error message indicate
15174 what kind of thing the user was trying to customize.
15175
15176 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
15177
15178 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
15179 Fix off-by-one error in previous change.
15180
15181 2007-08-03 Drew Adams <drew.adams@oracle.com>
15182
15183 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
15184 Make buffer writable.
15185
15186 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
15187
15188 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
15189 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
15190 Use native Emacs functions, when appropriate.
15191
15192 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
15193 Stefan Monnier <monnier@iro.umontreal.ca>
15194
15195 * vc.el: Document new VC operation `extra-menu'.
15196
15197 * vc-hooks.el (vc-default-extra-menu): New function.
15198
15199 * menu-bar.el (menu-bar-vc-filter): New function.
15200 (menu-bar-tools-menu): Use it as a filter.
15201
15202 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
15203
15204 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
15205
15206 2007-08-01 Glenn Morris <rgm@gnu.org>
15207
15208 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
15209 strings.
15210 (fortran-tab-mode-default): Remove needless autoload.
15211 (fortran-tab-mode-string): Add help-echo and mouse properties, and
15212 mark as risky.
15213 (fortran-line-length): New buffer-local variable, safe if integer.
15214 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
15215 Change from variables to constants.
15216 (fortran-font-lock-syntactic-keywords): Delete as a variable,
15217 replace with a new function definition.
15218 (fortran-mode): Use fortran-line-length, and
15219 fortran-font-lock-syntactic-keywords as a function. Add a
15220 hack-local-variables-hook function.
15221 (fortran-line-length, fortran-hack-local-variables): New functions.
15222 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
15223 Use fortran-line-length rather than 72.
15224 (fortran-window-create-momentarily): Doc fix.
15225
15226 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
15227
15228 * cus-edit.el (custom-group-value-create, custom-goto-parent):
15229 Fix parent groups link.
15230
15231 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
15232
15233 * progmodes/python.el (python-current-defun): Adjust to never fall
15234 into infinite loop.
15235
15236 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
15237
15238 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
15239
15240 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
15241
15242 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
15243 (copyright-fix-years, copyright): Correctly handle the case where
15244 copyright-limit is nil.
15245
15246 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
15247
15248 * progmodes/python.el (run-python): Fix path separator under w32.
15249
15250 2007-07-30 Richard Stallman <rms@gnu.org>
15251
15252 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15253 Treat non-break space as whitespace in Lisp.
15254
15255 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
15256
15257 * vc.el (vc-dired-hook): Use inhibit-read-only.
15258
15259 * progmodes/compile.el (compilation-forget-errors):
15260 Reset compilation-auto-jump-to-next.
15261
15262 2007-07-30 Michael Olson <mwolson@gnu.org>
15263
15264 * cus-edit.el (custom-group-save): Fix void function definition
15265 error. Thanks to Zhang Wei for the report.
15266
15267 * ps-print.el: Check in trivial changes to the autoloads section
15268 caused by the build process. These autoloads really ought to be
15269 placed in a separate file, methinks.
15270
15271 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15272
15273 * calendar/calendar.el (calendar-mode): Make sure
15274 displayed-(month|year) are set.
15275 (calendar-basic-setup): Display buffer before adjusting window sizes.
15276 (generate-calendar-window): Use inhibit-read-only. Simplify.
15277 Generate buffer and set displayed-month and displayed-year before
15278 calling update-calendar-mode-line.
15279
15280 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
15281
15282 * net/tramp.el:
15283 * net/tramp-uu.el:
15284 * net/trampver.el: Use utf-8 encoding with coding cookie.
15285
15286 * net/tramp-cache.el:
15287 * net/tramp-fish.el:
15288 * net/tramp-ftp.el:
15289 * net/tramp-gw.el:
15290 * net/tramp-smb.el: Remove coding cookie.
15291
15292 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15293 Flush buffer file-name's file property.
15294 (tramp-handle-file-remote-p): The first parameter is FILENAME.
15295
15296 * net/trampver.el: Update release number.
15297
15298 2007-07-29 Juri Linkov <juri@jurta.org>
15299
15300 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
15301 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
15302 when major-mode is not dired-mode.
15303 (dired-toggle-read-only): New function.
15304 (dired-recursive-deletes): Remove obsolete comments about old
15305 default value.
15306 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
15307
15308 * wdired.el (wdired-exit): New function.
15309 (wdired-mode-map): Bind C-x C-q to wdired-exit.
15310
15311 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15312
15313 * cus-edit.el (customize-read-group): New fun.
15314 (customize-group-other-window, customize-face-other-window):
15315 Prompt before delegating to customize-(group|face).
15316 Bind pop-up-windows rather than use the other-window argument.
15317 (customize-group, customize-face): Prompt from the interactive spec.
15318 Remove args `prompt-for-group' and `other-window'.
15319
15320 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
15321 (ad-body-forms, ad-advised-interactive-form): Revert this part of
15322 last change.
15323
15324 2007-07-28 Masatake YAMATO <jet@gyve.org>
15325
15326 * vc.el (vc-dired-mode): Add a menu for VC related operation.
15327 Use backend name as the menu label. Suggested by David Kastrup.
15328
15329 2007-07-28 Alan Mackenzie <acm@muc.de>
15330
15331 Fix problem with modes derived from CC Mode:
15332 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
15333 macro to cc-langs.
15334 (c-init-language-vars-for): Remove call to above macro.
15335 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
15336 been moved to here.
15337 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
15338
15339 2007-07-28 Eli Zaretskii <eliz@gnu.org>
15340
15341 * net/trampver.el: Fix the `coding' cookie.
15342
15343 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
15344
15345 * vc-git.el (vc-git-print-log): Support both the old single file
15346 interface and the new one.
15347
15348 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
15349
15350 * bindings.el (mode-line-remote): Use updated %@ construct.
15351
15352 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
15353
15354 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
15355 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
15356 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
15357 (diary-list-bahai-entries, diary-bahai-mark-entries)
15358 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
15359 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
15360 New names to clean up namespace.
15361 (list-bahai-diary-entries, mark-bahai-diary-entries)
15362 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
15363 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
15364 Add compatibility aliases.
15365
15366 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
15367
15368 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
15369 (calendar-scroll-left-three-months)
15370 (calendar-scroll-right-three-months): Clean up namespace.
15371 (scroll-calendar-left, scroll-calendar-right)
15372 (scroll-calendar-left-three-months)
15373 (scroll-calendar-right-three-months): Add compatibility aliases.
15374
15375 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
15376 Behave like mouse-scroll-calendar-* when used from the mouse.
15377
15378 * calendar/cal-menu.el (cal-menu-scroll-menu)
15379 (cal-menu-global-mouse-menu):
15380 * calendar/calendar.el (calendar-mode-map):
15381 Use new calendar-scroll-* names.
15382 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
15383 Remove. Use calendar-scroll-* directly instead.
15384
15385 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15386
15387 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
15388 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
15389 (ad-make-advised-definition, ad-cache-id-verification-code):
15390 Use commandp and interactive-form instead.
15391
15392 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
15393
15394 * vc-git.el: Relicense to GPLv3 or later.
15395 (vc-directory-exclusion-list, vc-handled-backends): Remove.
15396
15397 * vc-hooks.el (vc-handled-backends): Add GIT.
15398
15399 * vc.el (vc-directory-exclusion-list): Add .git.
15400
15401 2007-07-26 Alexandre Julliard <julliard@winehq.org>
15402
15403 * vc-git.el (vc-git-revision-table)
15404 (vc-git-revision-completion-table): New functions.
15405
15406 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15407
15408 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
15409 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
15410 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
15411 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
15412 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
15413 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
15414 New command actions for EPS header and EPS footer.
15415
15416 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
15417 footer. Fix some problems with one-or-more, zero-or-more and
15418 alternative constructions generation. Some log messages
15419 implementation. Doc fix.
15420 (ebnf-version): New version 4.4.
15421 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
15422 (ebnf-eps-footer, ebnf-log): New options.
15423 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
15424 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
15425 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
15426 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
15427 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
15428 (ebnf-style-custom-list, ebnf-style-database): Put new values.
15429 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
15430 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
15431 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
15432 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
15433 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
15434 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
15435 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
15436 (ebnf-non-terminal-dimension, ebnf-special-dimension)
15437 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
15438 (ebnf-except-dimension, ebnf-alternative-dimension)
15439 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
15440 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
15441 message fun.
15442 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
15443 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
15444 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
15445 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
15446 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
15447 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
15448 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
15449 compatibility with Emacs 20 & 21.
15450 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
15451 (ebnf-eps-file-alist, ebnf-basic-width-extra)
15452 (ebnf-basic-empty-height): New vars.
15453 (ebnf-prologue): Fix PostScript code.
15454 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
15455 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
15456 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
15457 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
15458
15459 2007-07-25 Glenn Morris <rgm@gnu.org>
15460
15461 * Relicense all FSF files to GPLv3 or later.
15462
15463 * COPYING: Switch to GPLv3.
15464
15465 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
15466
15467 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
15468 Replace it with another one which disables undo before calling
15469 erase-buffer and then turns it back on if needed.
15470
15471 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15472
15473 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
15474
15475 2007-07-24 Glenn Morris <rgm@gnu.org>
15476
15477 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
15478 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
15479 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
15480 (cal-tex-cursor-week, cal-tex-cursor-week2)
15481 (cal-tex-cursor-week-iso, cal-tex-week-hours)
15482 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
15483 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15484 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
15485
15486 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
15487
15488 * calendar/calendar.el (calendar-mode-map): Move initialization
15489 into declaration. Add menu bindings (used to be done in cal-menu).
15490 (calendar-mode): Don't add an activate-menubar-hook.
15491
15492 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
15493 modify calendar-mode-map), use easy-menu, and make sure that C-h k
15494 can be used on the menu entries.
15495 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
15496 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
15497 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
15498 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
15499 (calendar-flatten, cal-menu-update): Remove.
15500 (calendar-mouse-insert-hebrew-diary-entry)
15501 (calendar-mouse-insert-islamic-diary-entry)
15502 (calendar-mouse-insert-bahai-diary-entry):
15503 Remove (fold into cal-menu-diary-menu).
15504 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
15505 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
15506 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
15507 (calendar-mouse-view-diary-entries): Minor simplifications.
15508 (calendar-event-to-date): Use with-current-buffer.
15509
15510 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
15511
15512 * add-log.el (change-log-redate): Remove (not needed anymore and
15513 doesn't appear to work).
15514
15515 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
15516
15517 * frame.el: Use mapc and dolist instead of mapcar where possible.
15518 (close-display-connection): New command.
15519
15520 2007-07-25 Alexandre Julliard <julliard@winehq.org>
15521
15522 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
15523 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
15524
15525 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15526
15527 * ps-print.el (ps-multibyte-buffer): Docstring fix.
15528
15529 * ps-mule.el: Doc fix.
15530 (ps-multibyte-buffer, ps-mule-font-info-database-default)
15531 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
15532
15533 2007-07-25 Glenn Morris <rgm@gnu.org>
15534
15535 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
15536 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
15537 (cal-tex-daily-end, cal-tex-hook)
15538 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
15539 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
15540 (cal-tex-cursor-week-iso, cal-tex-week-hours)
15541 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
15542 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
15543 (cal-tex-day-prefix, cal-tex-day-name-format)
15544 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
15545 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
15546 (cal-tex-LaTeX-subst-list): Change from variables to constants.
15547 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
15548 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
15549 etc, rather than \bf.
15550 (cal-tex-mini-calendar): Fix typos in previous change.
15551 (cal-tex-latexify-list): Remove inner let binding.
15552 (cal-tex-end-document, cal-tex-banner): Use multi-line
15553 cal-tex-comment.
15554 (cal-tex-comment): Handle embedded newlines.
15555 (cal-tex-LaTeXify-string): Use substring-no-properties.
15556
15557 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
15558
15559 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15560 Add support for the Maden build tool.
15561
15562 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
15563
15564 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
15565
15566 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
15567
15568 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
15569
15570 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15571
15572 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
15573 C-x C-q.
15574
15575 * vc-git.el (vc-git-print-log): Fix previous change.
15576
15577 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
15578
15579 * window.el (save-selected-window): Minor optimization.
15580 (bw-adjust-window): If operation failed, try with a smaller delta.
15581 (window-fixed-size-p): New function.
15582 (window-area-factor): New var.
15583 (balance-windows-area): New command.
15584
15585 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
15586 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
15587 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
15588 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
15589 (ps-mule-begin-job): Use dolist.
15590
15591 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
15592
15593 * subr.el (start-file-process-shell-command)
15594 (process-file-shell-command): New defuns.
15595
15596 * progmodes/compile.el (compilation-start):
15597 Apply `start-file-process-shell-command'.
15598
15599 2007-07-24 Alexandre Julliard <julliard@winehq.org>
15600
15601 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
15602
15603 2007-07-24 Alan Mackenzie <acm@muc.de>
15604
15605 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
15606 Initialise byte-compile-unresolved-functions before rather than
15607 after a compilation.
15608 (byte-compile-unresolved-functions): Amplify doc string.
15609
15610 2007-07-24 Glenn Morris <rgm@gnu.org>
15611
15612 * startup.el (normal-splash-screen): Use `emacs-copyright'.
15613
15614 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
15615 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
15616 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
15617 (cal-tex-cursor-week, cal-tex-cursor-week2)
15618 (cal-tex-cursor-week-iso, cal-tex-week-hours)
15619 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
15620 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15621 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
15622
15623 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
15624 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
15625 (cal-tex-day-name-format, cal-tex-cal-one-month)
15626 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
15627 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
15628 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
15629 (cal-tex-list-holidays, cal-tex-cursor-year)
15630 (cal-tex-cursor-year-landscape, cal-tex-year)
15631 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
15632 (cal-tex-cursor-month, cal-tex-insert-days)
15633 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
15634 (cal-tex-first-blank-p, cal-tex-cursor-week)
15635 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15636 (cal-tex-week-hours, cal-tex-cursor-week-monday)
15637 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
15638 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
15639 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
15640 (cal-tex-latexify-list, cal-tex-previous-month)
15641 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
15642 modernization, including using dotimes rather than
15643 calendar-for-loop.
15644 (cal-tex-LaTeX-subst-list): Remove `@'.
15645 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
15646 Use \textit and \textbf rather than \em and \it.
15647
15648 * calendar/cal-bahai.el (list-bahai-diary-entries)
15649 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
15650 * calendar/cal-islam.el (list-islamic-diary-entries)
15651 * calendar/calendar.el (generate-calendar, generate-calendar-month)
15652 * calendar/diary-lib.el (diary-list-entries)
15653 (mark-calendar-date-pattern): Use `dotimes' rather than
15654 `calendar-for-loop'.
15655
15656 * calendar/calendar.el (calendar-for-loop): Doc fix.
15657
15658 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
15659
15660 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
15661 underlying file is uptodate.
15662
15663 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
15664
15665 * replace.el (perform-replace): Use isearch-no-upper-case-p.
15666
15667 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
15668
15669 * vc-hooks.el (vc-mode-line-map): New const.
15670 (vc-mode-line): Use it.
15671
15672 2007-07-23 Alexandre Julliard <julliard@winehq.org>
15673
15674 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
15675 (vc-git-unregister): New functions.
15676 (vc-git-find-version): Use the result of ls-files as a parameter
15677 for cat-file.
15678
15679 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
15680
15681 * net/tramp.el (tramp-perl-file-attributes)
15682 (tramp-perl-directory-files-and-attributes)
15683 (tramp-handle-file-attributes-with-stat)
15684 (tramp-handle-directory-files-and-attributes-with-stat)
15685 (tramp-convert-file-attributes): Handle huge file sizes.
15686
15687 2007-07-23 Juri Linkov <juri@jurta.org>
15688
15689 * isearch.el (isearch-message-function): New variable.
15690 (isearch-update, isearch-search): Use it.
15691
15692 * simple.el (goto-history-element): New function created from
15693 next-history-element.
15694 (next-history-element): Most code moved to goto-history-element.
15695 Call goto-history-element with (- minibuffer-history-position n).
15696 (previous-history-element): Call goto-history-element with (+
15697 minibuffer-history-position n).
15698 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
15699 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
15700 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
15701 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
15702 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
15703 (minibuffer-history-isearch-pop-state): New functions.
15704
15705 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
15706
15707 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
15708 Also, if FILE is a list, return non-nil if any of its elements
15709 should stay local. Update docstring.
15710
15711 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
15712
15713 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
15714 change by reverting a small part.
15715
15716 2007-07-23 Richard Stallman <rms@gnu.org>
15717
15718 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
15719
15720 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15721
15722 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
15723 handling it. Use vc-git-command.
15724 (vc-git-find-version, vc-git-diff-tree): New functions.
15725 (vc-git-revert): Use vc-git-command.
15726 (vc-git--run-command): Delete.
15727
15728 2007-07-23 Alexandre Julliard <julliard@winehq.org>
15729
15730 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
15731
15732 2007-07-20 Kenichi Handa <handa@m17n.org>
15733
15734 * international/utf-8.el (utf-8-post-read-conversion):
15735 Temporarily bind utf-8-compose-scripts to nil while running
15736 *-compose-region functions.
15737
15738 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15739
15740 * vc-git.el: Update status.
15741 (vc-directory-exclusion-list): Use eval-after-load.
15742
15743 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
15744
15745 * bindings.el (mode-line-remote): New variable.
15746 (help-echo): Add to default values of mode-line-format.
15747
15748 * files.el: Mark mode-line-remote as risky.
15749
15750 2007-07-22 Juri Linkov <juri@jurta.org>
15751
15752 * isearch.el (isearch-edit-string): Save old point and
15753 isearch-other-end to old-point and old-other-end before reading
15754 the search string from minibuffer. After exiting minibuffer set
15755 point to old-other-end if point and the search direction is the
15756 same as before reading the search string.
15757 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
15758 to isearch-other-end. Instead of isearch-search-and-update call
15759 three functions isearch-search, isearch-push-state and isearch-update.
15760
15761 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15762
15763 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
15764 deal with multiple file arguments.
15765 (vc-git-print-log): Deal with multiple file arguments.
15766
15767 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
15768
15769 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
15770 diff-refine-hunk. Adjust users.
15771 (diff-unified-hunk-p, diff-splittable-p): New functions.
15772 (diff-mode-menu): Use it to disable Split when it doesn't work.
15773
15774 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15775
15776 * diff-mode.el (diff-mode-menu): New entries.
15777
15778 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
15779
15780 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
15781 if applicable, so as to save undo-log space.
15782
15783 * diff-mode.el (diff-find-file-name): Add arg `batch'.
15784
15785 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
15786 (diff-file-kill): Use it.
15787 (diff-beginning-of-hunk): Add arg `try-harder' using it.
15788 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
15789 Use it so they find the hunk even when we're in the file header.
15790
15791 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15792
15793 * vc-git.el (vc-git-revision-granularity, vc-git-root)
15794 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
15795 (vc-git-create-repo): New functions.
15796 (vc-git-registered): New autoloaded function definition.
15797 (vc-git-registered): Use vc-git-root.
15798 (vc-git-responsible-p): New defalias.
15799 (vc-git-annotate-extract-revision-at-line): Uncomment.
15800 (vc-git-print-log): Add the file name to the log.
15801 (vc-git-log-view-mode): New derived mode.
15802 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
15803
15804 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
15805
15806 * progmodes/grep.el (grep-compute-defaults): Keep default values.
15807
15808 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
15809
15810 * textmodes/reftex.el (reftex-access-parse-file): Create parse
15811 file in a way that does not interfere with recentf mode.
15812 (reftex-access-parse-file): Do not risk destroying an existing
15813 buffer.
15814
15815 2007-07-22 Alexandre Julliard <julliard@winehq.org>
15816
15817 * vc-git.el: New file.
15818
15819 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
15820
15821 * textmodes/tex-mode.el (tex-font-script-display): Change default.
15822
15823 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15824
15825 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
15826 for branches and new files.
15827
15828 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
15829 local-map handling ...
15830 (vc-mode-line): ... here. Improve handling of help-echo.
15831
15832 * vc.el (mode-line-string): Document help-echo usage.
15833
15834 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
15835
15836 Sync with Tramp 2.1.10.
15837
15838 * net/tramp.el (tramp-get-ls-command): Fix typo.
15839
15840 * net/trampver.el: Update release number.
15841
15842 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15843
15844 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
15845
15846 * term/x-win.el (x-handle-no-bitmap-icon): New function.
15847
15848 2007-07-22 Martin Rudalics <rudalics@gmx.at>
15849
15850 * add-log.el (change-log-fill-parenthesized-list): New function.
15851 (change-log-indent): Call change-log-fill-parenthesized-list.
15852 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
15853 Have lines with leading asterisk start a paragraph.
15854
15855 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
15856
15857 * calc/calc-math.el (math-emacs-precision)
15858 (math-largest-emacs-expt, math-smallest-emacs-expt):
15859 New variables.
15860 (math-use-emacs-fn): New function.
15861 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
15862 appropriate.
15863
15864 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
15865
15866 * image-dired.el (image-dired-sane-db-file): New func.
15867 (image-dired-write-tags, image-dired-remove-tag)
15868 (image-dired-list-tags, image-dired-write-comments)
15869 (image-dired-get-comment, image-dired-mark-tagged-files)
15870 (image-dired-create-gallery-lists): Call new func.
15871 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
15872
15873 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
15874
15875 * vc-hg.el (vc-hg-dir-state): Fix loop.
15876 (vc-hg-print-log): Fix expected return value for vc-hg-command.
15877 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
15878 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
15879 (vc-hg-revert): Likewise.
15880 (vc-hg-revision-table, vc-hg-revision-completion-table): New
15881 functions.
15882
15883 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
15884
15885 * add-log.el (change-log-resolve-conflict): Don't lose data if the
15886 merge fails.
15887
15888 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15889
15890 * progmodes/compile.el (compilation-auto-jump-to-first-error):
15891 Add group and version.
15892
15893 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
15894
15895 * add-log.el (add-log-file-name): Use file-relative-name.
15896 (add-change-log-entry): Delay reading
15897 add-log-(full-name|mailing-address) to after we've switched to the
15898 ChangeLog buffer so we get the right value.
15899 (add-change-log-entry, add-log-current-defun, change-log-merge):
15900 Use derived-mode-p rather than checking major-mode directly.
15901
15902 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
15903 name for buffer-file-name if it refers to a directory.
15904
15905 * vc-arch.el (vc-arch-diff): Fix last change.
15906
15907 * progmodes/compile.el (compilation-start): Remember the original
15908 directory in a buffer-local compilation-directory.
15909 (compile): Set the global value of compilation-directory.
15910 (recompile): Use compilation-directory even in the compilation buffer.
15911
15912 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15913
15914 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
15915
15916 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15917
15918 * ps-print.el: Problem with foreground and background color when
15919 printing a buffer with and without faces. Reported by Christian
15920 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
15921 (ps-print-version): New version 6.7.5.
15922 (ps-default-fg): Change default value to nil, so black color is used
15923 when a face does not specify a foreground color.
15924 (ps-default-bg): Change default value to nil, so white color is used
15925 for background color.
15926 (ps-begin-job): Fix code.
15927
15928 2007-07-20 Eli Zaretskii <eliz@gnu.org>
15929
15930 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
15931 in $(INSTALL_DIR)/lisp/ if they already exist.
15932
15933 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
15934
15935 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
15936 in $(INSTALL_DIR)/lisp/ if they already exist.
15937
15938 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
15939
15940 * progmodes/vera-mode.el (vera-re-search-forward)
15941 (vera-re-search-backward): Remove use of store-match-data.
15942 (vera-mode-map): Move initialization into declaration.
15943
15944 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
15945 (flymake-find-buildfile): Use locate-dominating-file.
15946
15947 * vc.el (vc-delistify): Use mapconcat.
15948 (vc-do-command): Minor simplification.
15949 (vc-expand-dirs): Use push.
15950
15951 * vc-mcvs.el (vc-mcvs-create-repo):
15952 * vc-cvs.el (vc-cvs-create-repo): Remove.
15953
15954 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
15955 directory and the root as well.
15956
15957 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15958
15959 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
15960 instead of a file.
15961
15962 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
15963 (vc-hg-registered): Replace if with when.
15964 (vc-hg-state): Deal with nonexistent files and handle removed files.
15965 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
15966 (vc-hg-checkout): Re-enable.
15967 (vc-hg-create-repo): Fix typos.
15968 (vc-hg-print-log): Fix for multiple files.
15969 (vc-hg-workfile-unchanged-p): New function.
15970
15971 * vc.el: Fix typo.
15972 (vc-print-log): Fix call to print-log.
15973 (vc-default-comment-history): Likewise.
15974 (vc-directory-exclusion-list): Add .hg and .bzr.
15975 (vc-diff-internal): Pass a list instead of a file.
15976
15977 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
15978
15979 * vc-bzr.el (vc-bzr-create-repo): New function.
15980
15981 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
15982
15983 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
15984 `file' from which to start the search.
15985
15986 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
15987
15988 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
15989 having a single file argument to having a list of files as the
15990 first argument.
15991
15992 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
15993
15994 * files.el (locate-dominating-file): New function.
15995
15996 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
15997
15998 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
15999 (grep-compute-defaults): Use it.
16000
16001 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
16002
16003 * uniquify.el: Docstring fixes.
16004
16005 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
16006
16007 * vc.el (revision-granularity, create-repo): Document new vc
16008 backend properties.
16009 (vc-rollback): Renamed from vc-cancel-version. Update references.
16010 Pass a list instead of a file.
16011 (vc-revert): Renamed from vc-revert-buffer. Update references.
16012 (vc-delistify, vc-expand-dirs): New functions.
16013 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
16014 of files instead of a single file.
16015 (vc-position-context, vc-resync-window, vc-diff-internal)
16016 (vc-print-log): Pass a list instead of a file.
16017
16018 * vc-hooks.el (vc-stay-local-p, vc-backend)
16019 (vc-backend-subdirectory-name): Work on a file list, not a single
16020 file.
16021 (vc-workfile-version): Update docstring.
16022 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
16023 vc-revert instead of vc-revert-buffer.
16024 (vc-prefix-map): Likewise. Bind vc-update.
16025
16026 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
16027 (vc-svn-wash-log): New functions.
16028 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
16029 (vc-svn-command): Deal with a list of files, not a single file.
16030
16031 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
16032 (vc-rcs-wash-log): New functions.
16033 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
16034 Deal with a list of files, not a single file.
16035 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
16036
16037 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
16038 functions.
16039 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
16040 list of files, not a single file.
16041
16042 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
16043 New functions.
16044 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
16045 (vc-mcvs-diff): Deal with a list of files, not a single file.
16046
16047 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
16048 functions.
16049 (vc-hg-print-log): Deal with a list of files, not a single file.
16050 (vc-hg-diff-tree): New function, replace defalias with the same
16051 name.
16052 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
16053 FILES to denote that it is a file list, not a single file.
16054
16055 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
16056 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
16057 a single file.
16058 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
16059 that it is a file list, not a single file.
16060 (vc-cvs-diff): Likewise. Simplify.
16061
16062 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
16063 Deal with a list of files, not a single file.
16064
16065 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
16066 (vc-bzr-print-log): Update FILE parameter name to denote that it
16067 is a file list, not a single file.
16068 (vc-bzr-diff): Likewise. Use the car of files.
16069
16070 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
16071
16072 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
16073 (follow-delete-other-windows-and-split, follow-recenter)
16074 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
16075 (follow-redisplay, follow-estimate-first-window-start)
16076 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
16077 Fix typos in docstrings.
16078
16079 2007-07-18 Martin Rudalics <rudalics@gmx.at>
16080
16081 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
16082 avoid that filling introduces lines with a single asterisk.
16083
16084 * kmacro.el (kmacro-end-macro): When ignoring empty macro
16085 avoid incorrect kmacro-ring-empty-p messages.
16086 Reported by Michael Schierl <schierlm@gmx.de>.
16087
16088 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
16089
16090 * vc.el: Add more info about the vc-registered function.
16091
16092 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
16093
16094 * files.el (file-remote-p): Introduce optional parameter
16095 IDENTIFICATION.
16096
16097 * recentf.el (recentf-keep-default-predicate): Adapt call of
16098 `file-remote-p'.
16099
16100 * progmodes/grep.el (grep-probe): Use `process-file'.
16101 (grep-compute-defaults): Handle variables host specific.
16102
16103 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
16104 parameter IDENTIFICATION.
16105
16106 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
16107 parameter IDENTIFICATION.
16108 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
16109 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16110 Add entry for `set-file-times'.
16111 (tramp-do-copy-or-rename-file-via-buffer)
16112 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
16113 (tramp-handle-unhandled-file-name-directory): Rewrite.
16114 (tramp-convert-file-attributes): Add error handling when inode is
16115 extraordinary big.
16116 (tramp-get-inode): Change parameter from FILE to VEC.
16117 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
16118 is nil. This is according to the specification. Goto (point-max)
16119 when ready.
16120 (tramp-handle-shell-command): Rewrite completely, using
16121 `process-file' and `start-file-process'.
16122 (tramp-methods, tramp-find-shell)
16123 (tramp-open-connection-setup-interactive-shell)
16124 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
16125 var. Reported by Steve Youngs <steve@sxemacs.org>.
16126
16127 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
16128 entry for `set-file-times'. Rename `start-process' into
16129 `start-file-process'. Remove `call-process' entry.
16130 (tramp-fish-handle-set-file-times): New defun.
16131 (tramp-fish-handle-executable-find): Use `process-file'.
16132 (tramp-fish-handle-process-file): New defun. Replaces
16133 `tramp-fish-handle-call-process'.
16134 (tramp-fish-do-copy-or-rename-file-directly): Use
16135 `set-file-times'.
16136 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
16137
16138 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
16139 `tramp-get-inode' parameter.
16140
16141 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
16142
16143 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
16144 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
16145 nowadays, and by the time Emacs-23 comes out, nobody will even remember
16146 it has ever existed.
16147
16148 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
16149
16150 * vc.el: Undo previous change.
16151
16152 2007-07-16 Eli Zaretskii <eliz@gnu.org>
16153
16154 * makefile.w32-in (clean): Don't delete *~.
16155
16156 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
16157
16158 * textmodes/tex-mode.el (tex-verbatim-environments):
16159 Add safe-local-variable property.
16160 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
16161 when starting font-lock rather than when loading tex-mode.el.
16162
16163 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
16164 whole $( rather than just the $. Rename from sh-quoted-subshell.
16165 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
16166
16167 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
16168
16169 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
16170 bookmark-alist. Instead, if not sorting, simply return it.
16171 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
16172 for its return value, not for its side effect.
16173
16174 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
16175 case of alignment under a constant symbol, find and consider
16176 the sexp actually at indentation to be the "last sexp".
16177
16178 2007-07-16 Drew Adams <drew.adams@oracle.com>
16179
16180 * mouse.el (mouse-yank-secondary): Better error message if no
16181 secondary selection.
16182
16183 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16184
16185 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
16186
16187 * term/xterm.el (xterm-turn-on-modify-other-keys)
16188 (xterm-turn-off-modify-other-keys): New functions.
16189 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
16190 terminal supports it.
16191
16192 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
16193
16194 * bookmark.el (bookmark-show-all-annotations):
16195 Make sure each inserted annotation ends with newline.
16196
16197 2007-07-15 Richard Stallman <rms@gnu.org>
16198
16199 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
16200
16201 * tutorial.el (tutorial--find-changed-keys):
16202 Handle C-x specially like ESC.
16203
16204 2007-07-15 Aaron Hawley <aaronh@garden.org>
16205
16206 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
16207
16208 2007-07-15 Juri Linkov <juri@jurta.org>
16209
16210 * delsel.el (delete-selection-pre-hook):
16211 * emulation/cua-base.el (cua-paste): Before a yank command,
16212 check also whether last-command is one of mouse-save-then-kill,
16213 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
16214
16215 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
16216
16217 * recentf.el (recentf-keep-default-predicate): New defun.
16218 (recentf-keep): Use it as initial value.
16219
16220 2007-07-15 Karl Fogel <kfogel@red-bean.com>
16221
16222 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
16223 thus restoring bookmark bindings to three slots under C-x r. See
16224 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
16225
16226 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
16227
16228 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
16229
16230 2007-07-15 Jason Rumney <jasonr@gnu.org>
16231
16232 * w32-fns.el (set-default-process-coding-system): Use dos line ends
16233 for input to cmdproxy on all versions of Windows.
16234 Use dos line ends for input to plink.
16235
16236 * comint.el (comint-simple-send): Concat newline before sending.
16237 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
16238
16239 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16240
16241 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
16242 safe-local-variable setting.
16243
16244 2007-07-14 David Kastrup <dak@gnu.org>
16245
16246 * emacs-lisp/advice.el (defadvice): Doc fix.
16247
16248 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
16249
16250 * subr.el (when, unless): Doc fix.
16251
16252 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
16253
16254 * replace.el (match): Use yellow1 instead of yellow.
16255
16256 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
16257 red.
16258
16259 * pcvs-info.el (cvs-unknown): Likewise.
16260
16261 2007-07-13 Eli Zaretskii <eliz@gnu.org>
16262
16263 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
16264 (install): Use them to copy all *.el files before *.elc.
16265
16266 2007-07-13 Drew Adams <drew.adams@oracle.com>
16267
16268 * bookmark.el (bookmark-jump-other-window): New function.
16269 (bookmark-map): Bind it to "o".
16270
16271 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
16272 and its thread contains discussion about this change.
16273 The original patch was slightly tweaked by Karl Fogel
16274 <kfogel@red-bean.com> before committing.
16275
16276 2007-07-13 Karl Fogel <kfogel@red-bean.com>
16277
16278 * bookmark.el: Shorten some comments to fit within 80 lines.
16279
16280 2007-07-13 Karl Fogel <kfogel@red-bean.com>
16281
16282 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
16283 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
16284 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
16285 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
16286
16287 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
16288
16289 * textmodes/org.el: Bug fixes.
16290 (org-end-of-line): Move to end of line if in headline without tags.
16291
16292 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16293
16294 * vc-hooks.el: Remove spurious * in docstrings.
16295 (vc-handled-backends): Add BZR.
16296
16297 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
16298
16299 2007-07-12 Davis Herring <herring@lanl.gov>
16300
16301 * desktop.el (desktop-buffer-info, desktop-save):
16302 Use `desktop-dirname' instead of `dirname'.
16303
16304 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
16305
16306 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
16307
16308 * progmodes/python.el (python-which-func-length-limit): New var.
16309 (python-which-func): New function.
16310 (python-current-defun): Add optional `length-limit' and try to fit
16311 computed function name to that length.
16312 (python-mode): Hook `python-which-func' up.
16313
16314 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
16315
16316 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
16317
16318 * comint.el (comint-dynamic-complete-as-filename):
16319 Use read-file-name-completion-ignore-case.
16320
16321 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
16322
16323 * comint.el (comint-dynamic-list-filename-completions):
16324 Use read-file-name-completion-ignore-case.
16325
16326 * vc-cvs.el: Require CL.
16327 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
16328 New functions to provide completion of revision names.
16329
16330 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
16331 (vc-cvs-annotate-first-line-re): New const.
16332 (vc-cvs-annotate-process-filter): New fun.
16333 (vc-cvs-annotate-command): Use them and run the command asynchronously.
16334
16335 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
16336
16337 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
16338 (eldoc-print-current-symbol-info): Adjust for changed helper
16339 function signatures.
16340 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
16341 `eldoc-highlight-function-argument'.
16342 (eldoc-highlight-function-argument): New function.
16343 (eldoc-get-var-docstring): Format documentation with
16344 `font-lock-variable-name-face'.
16345 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
16346 where suited.
16347 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
16348 (eldoc-beginning-of-sexp): Return number of skipped sexps.
16349
16350 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
16351
16352 * progmodes/compile.el (compilation-start): `start-process' must
16353 still be redefined when calling `start-process-shell-command'.
16354
16355 * progmodes/gud.el (gud-file-name): When `default-directory' is a
16356 remote file name, prepend its remote part to the filename.
16357 (gud-common-init): When `default-directory' is a remote file name,
16358 make the filename relative to it.
16359 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
16360
16361 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
16362
16363 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
16364 mouse binding and a tooltip.
16365
16366 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
16367
16368 * menu-bar.el (vc-menu-map): New defalias.
16369
16370 2007-07-10 Richard Stallman <rms@gnu.org>
16371
16372 * emacs-lisp/lisp-mode.el (eval-defun):
16373 Explain special handling of `defface'.
16374
16375 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
16376
16377 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
16378
16379 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
16380
16381 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
16382
16383 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
16384
16385 * vc-arch.el (vc-arch-complete): Remove.
16386 (vc-arch-revision-completion-table): Use complete-with-action.
16387
16388 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
16389 (complete-with-action): New function.
16390 (dynamic-completion-table): Use it.
16391
16392 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
16393
16394 * comint.el (make-comint, make-comint-in-buffer)
16395 (comint-exec-1): Replace `start-process' by `start-file-process'.
16396
16397 * progmodes/compile.el (compilation-start): Revert redefining
16398 `start-process'.
16399
16400 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
16401
16402 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
16403 with EOLs when generating MD5 checksums.
16404
16405 * follow.el: Don't change the global map from the follow-mode-map
16406 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
16407 XEmacs code.
16408 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
16409 since `follow-mode' should be used instead for that.
16410
16411 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
16412 (easy-menu-do-define): Use it.
16413 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
16414
16415 * progmodes/compile.el (compilation-auto-jump-to-first-error)
16416 (compilation-auto-jump-to-next): New vars.
16417 (compilation-auto-jump): New function.
16418 (compilation-error-properties): Use them to jump to first error.
16419 (compilation-start): Set the var if requested.
16420
16421 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
16422 duplicates without also removing entries from other directories.
16423
16424 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
16425
16426 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
16427 Remember span as default.
16428 (org-columns-edit-value): Rename from `org-column-edit'.
16429 (org-columns-display-here-title): Rename from
16430 `org-overlay-columns-title'.
16431 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
16432 (org-columns-get-autowidth-alist): Rename from
16433 `org-get-columns-autowidth-alist'.
16434 (org-columns-display-here): Rename from `org-overlay-columns'.
16435 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
16436 (org-columns-quit): Rename from `org-column-quit'.
16437 (org-columns-show-value): Rename from `org-column-show-value'.
16438 (org-columns-content, org-columns-widen)
16439 (org-columns-next-allowed-value)
16440 (org-columns-edit-allowed, org-columns-store-format)
16441 (org-columns-uncompile-format, org-columns-redo)
16442 (org-columns-edit-attributes, org-delete-property)
16443 (org-set-property, org-columns-update)
16444 (org-columns-compute, org-columns-eval)
16445 (org-columns-not-in-agenda, org-columns-compute-all)
16446 (org-property-next-allowed-value)
16447 (org-columns-compile-format)
16448 (org-fill-paragraph-experimental)
16449 (org-string-to-number, org-property-action)
16450 (org-columns-move-left, org-columns-new)
16451 (org-column-number-to-string)
16452 (org-property-previous-allowed-value)
16453 (org-at-property-p, org-columns-delete)
16454 (org-columns-previous-allowed-value)
16455 (org-columns-move-right, org-columns-narrow)
16456 (org-property-get-allowed-values)
16457 (org-verify-version, org-column-string-to-number)
16458 (org-delete-property-globally): New functions.
16459 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
16460 (org-columns-overlays): Rename from `org-column-overlays'.
16461 (org-columns-map): Rename from `org-column-map'.
16462 (org-columns-current-maxwidths): Rename from
16463 `org-current-columns-maxwidths'.
16464 (org-columns-begin-marker, org-columns-current-fmt-compiled)
16465 (org-previous-header-line-format)
16466 (org-columns-inhibit-recalculation)
16467 (org-columns-top-level-marker): New variables.
16468 (org-columns-default-format): Rename from `org-default-columns-format'.
16469 (org-property-re): New constant.
16470
16471 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
16472
16473 * subr.el (looking-at-p, string-match-p): New functions.
16474
16475 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
16476
16477 * textmodes/tex-mode.el (tex-fontify-script)
16478 (tex-font-script-display): New variables to make display of
16479 superscripts and subscripts customizable.
16480 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
16481
16482 2007-07-09 Richard Stallman <rms@gnu.org>
16483
16484 * isearch.el (isearch-edit-string): Call to isearch-push-state
16485 after the search.
16486
16487 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16488
16489 * window.el (fit-window-to-buffer): Remove setting of window-min-height
16490 to 1 as enlarge-window uses the value to resize/shrink windows other
16491 than WINDOW if needed.
16492
16493 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
16494
16495 * cus-start.el (file-coding-system-alist): Fix custom type.
16496
16497 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
16498
16499 * longlines.el (longlines-wrap-region): Avoid marking buffer as
16500 modified.
16501 (longlines-auto-wrap, longlines-window-change-function):
16502 Remove unnecessary calls to set-buffer-modified-p.
16503
16504 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
16505
16506 * cus-start.el (file-coding-system-alist): Fix custom type.
16507
16508 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16509
16510 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
16511 (vc-cvs-checkout): Remove last arg now unused; simplify.
16512
16513 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
16514
16515 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
16516
16517 * net/tramp.el:
16518 * net/tramp-ftp.el:
16519 * net/tramp-smb.el:
16520 * net/tramp-uu.el:
16521 * net/trampver.el: Migrate to Tramp 2.1.
16522
16523 * net/tramp-cache.el:
16524 * net/tramp-fish.el:
16525 * net/tramp-gw.el: New Tramp packages.
16526
16527 * net/tramp-util.el:
16528 * net/tramp-vc.el: Removed.
16529
16530 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
16531 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
16532
16533 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
16534
16535 * progmodes/compile.el (compilation-start): Redefine
16536 `start-process' temporarily when `default-directory' is remote.
16537 Remove case of synchronous compilation, this won't happen ever.
16538 (compilation-setup): Make local variable `comint-file-name-prefix'
16539 for remote compilation.
16540
16541 2007-07-08 Martin Rudalics <rudalics@gmx.at>
16542
16543 * novice.el (disabled-command-function): Fit window to buffer to
16544 make last line visible.
16545 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
16546
16547 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
16548 when handling the terminating event.
16549
16550 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
16551
16552 * calc/calc.el (math-read-number-simple): Remove leading 0s.
16553 (math-bignum-digit-length): Change to optimal value.
16554
16555 * calc/calc-bin.el (math-bignum-logb-digit-size)
16556 (math-bignum-digit-power-of-two): Evaluate when compiled.
16557
16558 * calc/calc-comb.el (math-small-factorial-table)
16559 (math-init-random-base, math-prime-test): Remove unnecessary calls
16560 to `math-read-number-simple'.
16561
16562 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
16563 (math-approx-gamma-const): Add docstrings.
16564
16565 * calc/calc-forms.el (math-julian-date-beginning)
16566 (math-julian-date-beginning-int): New constants.
16567 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
16568 Use the new constants.
16569
16570 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
16571
16572 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
16573 Add docstrings.
16574
16575 2007-07-07 Tom Tromey <tromey@redhat.com>
16576
16577 * vc.el (vc-annotate): Jump to line and output message only after the
16578 process is really all done.
16579
16580 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16581
16582 * vc.el (vc-exec-after): Don't move point from the sentinel.
16583 Forcefully read all the remaining text in the pipe upon process exit.
16584 (vc-annotate-display-autoscale, vc-annotate-lines):
16585 Don't stop at the first unrecognized line.
16586 (vc-annotate-display-select): Run autoscale after the process is done
16587 since it depends on the whole result.
16588
16589 2007-07-07 Eli Zaretskii <eliz@gnu.org>
16590
16591 * term/w32-win.el (menu-bar-open): New function.
16592 Bind <f10> to it.
16593
16594 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
16595
16596 * simple.el (start-file-process): New defun.
16597
16598 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16599
16600 * files.el (find-file-confirm-nonexistent-file): Rename from
16601 find-file-confirm-inexistent-file. Update users.
16602
16603 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
16604 format of autoload block where the file's time-stamp is replaced by its
16605 MD5 checksum.
16606 (autoload-generate-file-autoloads): Use MD5 checksum instead of
16607 time-stamp for secondary autoloads files.
16608 (update-directory-autoloads): Remove duplicate entries.
16609 Use time-less-p for time-stamps, as done in autoload-find-destination.
16610
16611 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
16612
16613 * calc/calc.el (math-read-number): Replace number by variable.
16614 (math-read-number-simple): Properly parse small integers.
16615
16616 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
16617
16618 * vc.el: Fix doc for the checkout function.
16619
16620 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
16621
16622 * vc-hg.el (vc-hg-root): New function.
16623 (vc-hg-registered): Use it.
16624 (vc-hg-diff-tree): New defalias.
16625 (vc-hg-responsible-p): Likewise.
16626 (vc-hg-checkout): Comment out, not needed.
16627 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
16628 (vc-hg-find-version, vc-hg-next-version): New functions.
16629
16630 2007-07-06 Andreas Schwab <schwab@suse.de>
16631
16632 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
16633 dynamic bindings around the evaluation of the expression.
16634 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
16635
16636 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
16637
16638 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
16639 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
16640 Use run-hooks rather than run-mode-hooks.
16641
16642 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
16643
16644 * calc/calc-comb.el (math-random-digit): Rename to
16645 `math-random-three-digit-number'.
16646 (math-random-digits): Don't depend on representation of integer.
16647
16648 * calc/calc-bin.el (math-bignum-logb-digit-size)
16649 (math-bignum-digit-power-of-two): New constants.
16650 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
16651 (math-not-bignum, math-clip-bignum): Use the constants
16652 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
16653 instead of their values.
16654 (math-clip): Use math-small-integer-size instead of its value.
16655
16656 * calc/calc.el (math-add-bignum): Replace number by constant.
16657
16658 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
16659
16660 * wid-edit.el (widget-documentation-string-value-create):
16661 Insert indentation spaces.
16662
16663 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
16664
16665 * emacs-lisp/byte-opt.el: Revert last change.
16666
16667 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
16668
16669 * vc-hooks.el (vc-handled-backends): Add HG.
16670
16671 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
16672
16673 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16674
16675 * complete.el (PC-do-complete-and-exit): Add support for the new
16676 `confirm-only' confirmation mode.
16677
16678 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
16679
16680 * cus-edit.el (custom-commands): New variable.
16681 (custom-tool-bar-map): New variable. Initialize using
16682 `custom-commands'.
16683 (custom-mode): Use `custom-tool-bar-map'.
16684 (custom-buffer-create-internal): Insert action buttons only if
16685 tool bar is not used. Use `custom-commands'.
16686 (Custom-help, custom-command-apply): New function.
16687 (custom-command-apply, Custom-set, Custom-save)
16688 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
16689 Use `custom-command-apply' instead of duplicating code.
16690 (customize-group-other-window): Call `customize-group' instead of
16691 duplicating code.
16692 (customize-face-other-window): Call `customize-face' instead of
16693 duplicating code.
16694 (customize-group, customize-face): Add optional args for opening
16695 in another window.
16696 (custom-variable-tag): Don't inherit `variable-pitch' face.
16697 (custom-group-tag): Inherit `variable-pitch' face.
16698 (custom-variable-value-create): Set documentation indentation.
16699 (custom-group-value-create): Make group name a link, instead of
16700 using an extra "go to group" button.
16701 (custom-prompt-variable, custom-group-set, custom-group-save)
16702 (custom-group-reset-current, custom-group-reset-saved)
16703 (custom-group-reset-standard): Minor cleanup.
16704
16705 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
16706
16707 * Makefile.in (bootstrap-prepare): When copying from
16708 ldefs-boot.el, make sure loaddefs.el is writeable.
16709
16710 (bootstrap-prepare): Make $(lisp)/ps-print.el
16711 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
16712
16713 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
16714
16715 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
16716 only caller, and delete.
16717 (vc-hg-state): Deal with exceptions and only parse the output on
16718 successful return.
16719 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
16720 caller, and delete.
16721 (vc-hg-workfile-version): Deal with exceptions and only parse the
16722 output on successful return.
16723 (vc-hg-revert): New function.
16724
16725 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
16726
16727 * calculator.el (calculator-expt): Use more cases to determine
16728 the value.
16729
16730 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
16731
16732 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
16733 file names.
16734
16735 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16736
16737 * calculator.el (calculator-expt, calculator-integer-p):
16738 New functions.
16739 (calculator-fact): Check to see if the factorial will be too
16740 large before computing it.
16741 (calculator-initial-operators): Use `calculator-expt' to
16742 compute "^".
16743 (calculator-mode): Mention that results which are too large
16744 will return inf.
16745 * calc/calc-comb.el (math-small-factorial-table): Replace list
16746 by vector.
16747
16748 2007-07-03 David Kastrup <dak@gnu.org>
16749
16750 * shell.el: On request of the authors, remove their addresses for
16751 the sake of bug reports, and add the developer list address as
16752 maintainer information.
16753
16754 2007-07-03 Richard Stallman <rms@gnu.org>
16755
16756 * files.el (make-directory): Doc fix.
16757 (find-file-confirm-inexistent-file): Make it a defcustom.
16758 Make nil the default.
16759
16760 2007-07-02 Richard Stallman <rms@gnu.org>
16761
16762 * startup.el (command-line): Set buffer-offer-save in *scratch*
16763 and enable auto-save in it.
16764
16765 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
16766
16767 * textmodes/org.el (orgstruct-mode-map): New variable.
16768 (orgstruct-mode): New minor mode.
16769 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
16770 (orgstruct-make-binding, org-context-p, org-get-local-variables)
16771 (org-run-like-in-org-mode): New functions.
16772 (org-cycle-list-bullet): New command.
16773 (org-special-properties, org-property-start-re)
16774 (org-property-end-re): New constants.
16775 (org-with-point-at): New macro.
16776 (org-get-property-block, org-entry-properties, org-entry-get)
16777 (org-entry-delete, org-entry-get-with-inheritance)
16778 (org-entry-put, org-buffer-property-keys): New functions.
16779 (org-insert-property-drawer): New command.
16780 (org-entry-property-inherited-from): New variable.
16781 (org-column): New face.
16782 (org-column-overlays, org-current-columns-fmt)
16783 (org-current-columns-maxwidths, org-column-map): New variables.
16784 (org-column-menu): New menu.
16785 (org-new-column-overlay, org-overlay-columns)
16786 (org-overlay-columns-title, org-remove-column-overlays)
16787 (org-column-show-value, org-column-quit, org-column-edit):
16788 New functions.
16789 (org-columns, org-agenda-columns): New commands.
16790 (org-get-columns-autowidth-alist): New functions.
16791 (org-properties): New customize group.
16792 (org-default-columns-format): New option.
16793 (org-priority): Realign tags after changing priority.
16794 (org-preserve-lc): New macro.
16795 (org-update-checkbox-count): Catch case when there is no headline.
16796 (org-agenda-quit): Remove any column overlays.
16797 (org-beginning-of-item-list): Fixed bug when non-item line is
16798 indented too deep.
16799 (org-cached-props): New variable.
16800 (org-cached-entry-get): New function.
16801 (org-make-tags-matcher): Handle property matches.
16802 (org-table-recalculate): Swap evaluation order: Field formula
16803 first, then column formulas, but don't allow them to overwrite the
16804 field formulas.
16805 (org-table-eval-formula): New argument untouchable.
16806 (org-table-put-field-property): New function.
16807
16808 2007-07-02 Martin Rudalics <rudalics@gmx.at>
16809
16810 * help-mode.el (help-make-xrefs): Skip spaces too when
16811 skipping tabs.
16812
16813 * ffap.el (dired-at-point-prompter): Improve prompt in
16814 list-directory case.
16815
16816 2007-07-01 Richard Stallman <rms@gnu.org>
16817
16818 * files.el (find-file-visit-truename): Fix safe-local-variable value.
16819
16820 2007-07-01 Richard Stallman <rms@gnu.org>
16821
16822 * cus-start.el (max-mini-window-height): Added.
16823
16824 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
16825
16826 * complete.el (partial-completion-mode): Remove advice of
16827 read-file-name-internal.
16828 (PC-do-completion): Rebind minibuffer-completion-table.
16829 (PC-read-file-name-internal): New function doing what
16830 read-file-name-internal advice did.
16831
16832 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
16833
16834 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
16835 property on a few symbols.
16836 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
16837 (byte-optimize-lapcode): Remove bindings that are not referenced
16838 and certainly will not effect through dynamic scoping.
16839
16840 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16841
16842 * files.el (find-file-confirm-inexistent-file): New var.
16843 (find-file, find-file-other-window, find-file-other-frame)
16844 (find-file-read-only, find-file-read-only-other-window)
16845 (find-file-read-only-other-frame): Use it.
16846
16847 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
16848
16849 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
16850
16851 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
16852
16853 * generic-x.el (generic-define-mswindows-modes)
16854 (generic-define-unix-modes, apache-log-generic-mode)
16855 (bat-generic-mode-keymap, java-manifest-generic-mode)
16856 (show-tabs-generic-mode): Fix typos in docstrings.
16857
16858 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
16859
16860 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
16861 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
16862 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
16863 (rcirc-print): Never ignore messages from ourself.
16864
16865 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16866
16867 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
16868 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
16869
16870 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16871
16872 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
16873 replace-regexp-in-string.
16874
16875 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
16876
16877 * emacs-lisp/cl.el: Set edebug and indentation before loading
16878 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
16879
16880 2007-06-28 Andreas Schwab <schwab@suse.de>
16881
16882 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
16883 $(lisp)/subdirs.el.
16884
16885 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
16886
16887 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
16888 the speedbar frame if nil; that deletes the current frame or
16889 causes an error if it is the only frame.
16890 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
16891
16892 2007-06-28 Kevin Ryde <user42@zip.com.au>
16893
16894 * textmodes/nroff-mode.el: Groff \# comments.
16895 (nroff-mode-syntax-table): \# comment intro,
16896 plain # as punct per global table.
16897 (nroff-font-lock-keywords): Add # as a single char escape.
16898 (nroff-mode): In comment-start-skip, match \#.
16899
16900 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
16901
16902 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
16903 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
16904 point-min == 1.
16905
16906 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
16907
16908 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
16909 Rename and move to...
16910
16911 * subr.el (strings->string, string->strings): ...here.
16912
16913 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
16914 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
16915
16916 * progmodes/gud.el (gud-common-init): Call string->strings instead
16917 of split-string.
16918
16919 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
16920
16921 * dired-aux.el: Remove `dired-call-process'.
16922 (dired-check-process): Call `process-file'.
16923
16924 * wdired.el (wdired-do-perm-changes): Call `process-file'.
16925
16926 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
16927 `ange-ftp-process-file'.
16928
16929 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16930
16931 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
16932
16933 * emacs-lisp/cl-extra.el:
16934 * emacs-lisp/cl-seq.el:
16935 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
16936 Add autoload cookies on all defs autoloaded manually in cl.el.
16937
16938 * emacs-lisp/cl-loaddefs.el: New file.
16939
16940 * textmodes/texinfmt.el (texinfo-raisesections-alist)
16941 (texinfo-lowersections-alist): Merge definition and declaration.
16942 (texinfo-start-of-header, texinfo-end-of-header): Remove.
16943 (texinfo-format-syntax-table): Merge init into declaration.
16944 (texinfo-format-parse-line-args, texinfo-format-parse-args)
16945 (texinfo-format-parse-defun-args, texinfo-format-node)
16946 (texinfo-push-stack, texinfo-multitable-widths)
16947 (texinfo-define-info-enclosure, texinfo-alias)
16948 (texinfo-format-defindex, batch-texinfo-format): Use push.
16949 (texinfo-footnote-number): Remove duplicate declaration.
16950
16951 * ps-print.el: Update with auto-generated autoloads.
16952
16953 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
16954
16955 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16956
16957 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
16958 relative to current dir for file-local settings.
16959 (autoload-generate-file-autoloads): Add `outfile' arg.
16960 (update-directory-autoloads): Use it to directly call
16961 autoload-generate-file-autoloads instead of going through
16962 update-file-autoloads so we avoid redundant searches and so we can know
16963 the set of buffers changed so we can save them all.
16964
16965 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
16966 rather than throwing `up-to-date'.
16967 (autoload-generate-file-autoloads): Adjust correspondingly.
16968 (update-file-autoloads): Be careful to let-bind
16969 autoload-modified-buffers and adjust to new calling conventions.
16970 (autoload-modified-buffers): Make it a dynamically scoped var.
16971 (update-directory-autoloads): Use file-relative-name instead of
16972 autoload-trim-file-name.
16973 (autoload-insert-section-header): Don't use autoload-trim-file-name
16974 since the file is already relative now.
16975 (autoload-trim-file-name): Remove.
16976
16977 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
16978 (vc-arch-complete, vc-arch--version-completion-table)
16979 (vc-arch-revision-completion-table): New functions to provide
16980 completion of revision names.
16981 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
16982 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
16983 to let the user trim the revlib.
16984
16985 * vc.el: Add new VC operation `revision-completion-table'.
16986 (vc-default-revision-completion-table): New function.
16987 (vc-version-diff, vc-version-other-window): Use it to provide
16988 completion of revision names if the backend provides it.
16989
16990 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
16991
16992 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
16993 of newer .svn/entries.
16994
16995 2007-06-25 David Kastrup <dak@gnu.org>
16996
16997 * calc/calc-poly.el (math-padded-polynomial)
16998 (math-partial-fractions): Add some function comments.
16999
17000 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17001
17002 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17003 Make `outbuf' optional.
17004 (update-file-autoloads): Use it.
17005
17006 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17007
17008 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
17009 (autoload-find-destination): Keep it uptodate.
17010 (autoload-save-buffers): New fun.
17011 (update-file-autoloads): Use it. Re-add the "up to date" message.
17012
17013 * emacs-lisp/autoload.el: Refactor for upcoming changes.
17014 (autoload-find-destination): New function extracted from
17015 update-file-autoloads.
17016 (update-file-autoloads): Use it.
17017 (autoload-generate-file-autoloads): New function extracted from
17018 generate-file-autoloads. Use file-relative-name. Delay computation of
17019 output-start to the first cookie. Remove done-any, replaced by
17020 output-start.
17021 (generate-file-autoloads): Use it.
17022
17023 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
17024
17025 * calc/calc-comb.el (math-init-random-base, math-prime-test):
17026 Use math-read-number-simple to insert constants.
17027 (math-prime-test): Redo calculation of sum.
17028
17029 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
17030
17031 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
17032 math-scale-bignum-3.
17033 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
17034 math-bignum-digit-size.
17035 (math-isqrt-small): Add another possible initial guess.
17036
17037 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17038
17039 * textmodes/bibtex.el (bibtex-entry-format): New options
17040 `whitespace', `braces', and `string'.
17041 (bibtex-field-braces-alist, bibtex-field-strings-alist)
17042 (bibtex-field-braces-opt, bibtex-field-strings-opt)
17043 (bibtex-cite-matcher-alist): New variables.
17044 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
17045 (bibtex-flash-head): Use blink-matching-delay.
17046 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
17047 (bibtex-format-entry, bibtex-reformat): Handle new options of
17048 bibtex-entry-format.
17049 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
17050 New functions.
17051 (bibtex-complete-internal): Do not display messages while
17052 minibuffer is used. Do not leave around a completions buffer
17053 that is out of date.
17054 (bibtex-copy-summary-as-kill): New optional arg.
17055 (bibtex-font-lock-url): New optional arg no-button.
17056 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
17057 (bibtex-url): Allow multiple URLs per entry.
17058
17059 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17060
17061 * emacs-lisp/autoload.el (autoload-generated-file): New function.
17062 (update-file-autoloads, update-directory-autoloads): Use it.
17063 (autoload-file-load-name): New function.
17064 (generate-file-autoloads, update-file-autoloads): Use it.
17065 (autoload-find-file): Accept non-absolute argument. Set default-dir.
17066 (generate-file-autoloads): If the autoloaded form is malformed,
17067 indicate the problem with a warning instead of aborting.
17068
17069 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
17070
17071 * simple.el (next-error-recenter): Accept `(4)' as well;
17072 also, specify `integer' instead of `number'.
17073
17074 2007-06-23 Eli Zaretskii <eliz@gnu.org>
17075
17076 * ls-lisp.el (insert-directory): If an invalid regexp error is
17077 thrown, try using FILE as a literal file name, not a wildcard.
17078
17079 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
17080
17081 * ruler-mode.el (ruler-mode): Prevent clobbering the original
17082 `header-line-format' when reentering ruler mode.
17083
17084 2007-06-23 Eli Zaretskii <eliz@gnu.org>
17085
17086 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
17087 FILE exists as a file.
17088
17089 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
17090
17091 * calc/calc.el (math-bignum-digit-length)
17092 (math-bignum-digit-size, math-small-integer-size):
17093 New constants.
17094 (math-normalize, math-bignum-big, math-make-float)
17095 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
17096 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
17097 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
17098 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
17099 (math-quotient, math-div-bignum, math-div-bignum-digit)
17100 (math-div-bignum-part, math-format-bignum-decimal)
17101 (math-read-bignum): Use math-bignum-digit-length,
17102 math-bignum-digit-size and math-small-integer-size.
17103
17104 * calc/calc-ext.el (math-fixnum-big): Use the variable
17105 math-bignum-digit-size.
17106
17107 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17108
17109 * log-view.el (log-view-mode-menu): New menu.
17110
17111 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
17112
17113 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
17114 differently.
17115
17116 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
17117 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
17118
17119 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
17120
17121 * vc-hg.el (vc-hg-print-log): Insert the file name.
17122 (vc-hg-log-view-mode): Fontify the file name.
17123
17124 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
17125
17126 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
17127 (calcFunc-julian): Fix incorrect number used in calculations.
17128
17129 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
17130
17131 * simple.el (next-error-recenter): New defcustom.
17132 (next-error, next-error-internal): Recenter if specified,
17133 immediately prior to running `next-error-hook'.
17134
17135 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
17136 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
17137
17138 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
17139
17140 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
17141
17142 * calc/calc-comb.el (math-small-factorial-table): New variable.
17143 (calcFunc-fact): Use `math-small-factorial-table'.
17144
17145 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
17146 initial values.
17147 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
17148 New variables to use in caches.
17149
17150 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
17151 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
17152
17153 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
17154 (math-bernoulli-b-cache): Use math-read-number-simple to insert
17155 bignums.
17156
17157 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
17158 New variables to use in caches.
17159
17160 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
17161
17162 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
17163
17164 * vc-hg.el (vc-hg-log-view-mode): New mode.
17165
17166 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
17167
17168 * calc/calc.el (math-read-number-simple): New function.
17169
17170 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17171
17172 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
17173 (vera-font-lock-match-item): Fix doc string.
17174 (vera-in-comment-p): Remove unused function.
17175 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
17176 use `syntax-ppss'.
17177 (vera-forward-syntactic-ws): Fix argument order.
17178 (vera-prepare-search): Use `with-syntax-table'.
17179 (vera-indent-line): Fix doc string.
17180 (vera-electric-tab): Fix doc string.
17181 (vera-expand-abbrev): Define alias instead of using `fset'.
17182 (vera-comment-uncomment-region): Use `comment-start-skip'.
17183
17184 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
17185
17186 * textmodes/org.el (org-export-with-footnotes): New option.
17187 (org-export-as-html): Fix replacement bug for XEmacs.
17188 (org-agenda-default-appointment-duration): New option.
17189
17190 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
17191
17192 * vc-hg.el: Add to do items.
17193 (vc-hg-diff): Add support for comparing different revisions.
17194 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
17195 (vc-hg-annotate-extract-revision-at-line)
17196 (vc-hg-previous-version, vc-hg-checkin): New functions.
17197 (vc-hg-annotate-re): New constant.
17198
17199 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
17200
17201 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
17202
17203 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17204
17205 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
17206 buffer-local value of log-view-*-re if applicable.
17207
17208 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
17209 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
17210 (vc-bzr-command*): Remove both (incompatible) versions.
17211 (vc-bzr-do-command*): Remove.
17212 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
17213 Remove by folding into its only caller vc-bzr-command.
17214 (vc-bzr-command): Always set the environment, even when ineffective.
17215 (vc-bzr-version): Minor fix up.
17216 (vc-bzr-admin-dirname): New var.
17217 (vc-bzr-bzr-dir): Remove.
17218 (vc-bzr-root-dir): New fun.
17219 (vc-bzr-registered): Use it. Add an autoloaded version.
17220 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
17221 (vc-bzr-view-log-function): Remove.
17222 (vc-bzr-log-view-mode): New major mode to replace it.
17223 (vc-bzr-print-log): Only activate the old hack if needed.
17224
17225 * vc.el (vc-default-log-view-mode): New function.
17226 (vc-print-log): Add new `log-view-mode' VC operation.
17227
17228 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
17229
17230 * ido.el (ido-find-file-in-dir): Don't signal an error for
17231 empty directories.
17232
17233 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
17234
17235 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
17236 directory where the desktop file was found, as the docstring says.
17237 (desktop-kill): Use `read-directory-name'.
17238
17239 2007-06-20 Alan Mackenzie <acm@muc.de>
17240
17241 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
17242 When removing lines, also remove the \n. Correction of patch of
17243 2007-04-21.
17244
17245 2007-06-20 Martin Rudalics <rudalics@gmx.at>
17246
17247 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
17248 event is not a cons cell. Do not unread drag-mouse-1 events.
17249 Select right window in check whether space was stolen from
17250 window above.
17251
17252 * help-mode.el (help-make-xrefs): Adjust position of new forward
17253 button.
17254
17255 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
17256
17257 * vc-bzr.el (vc-bzr-with-process-environment)
17258 (vc-bzr-std-process-invocation): New macros.
17259 (vc-bzr-command, vc-bzr-command*): Use them.
17260 (vc-bzr-with-c-locale): Remove.
17261 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
17262 (vc-bzr-buffer-nonblank-p): New function.
17263 (vc-bzr-state-words): New const.
17264 (vc-bzr-state): Look for `bzr status' keywords in output.
17265 Display everything else as a warning message to the user.
17266 Fix status report with bzr >= 0.15.
17267
17268 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
17269
17270 * vc-hg.el (vc-hg-global-switches): Simplify.
17271 (vc-hg-state): Handle more states.
17272 (vc-hg-diff): Fix doc-string.
17273 (vc-hg-register): New function.
17274 (vc-hg-checkout): Likewise.
17275
17276 2007-06-20 Reto Zimmermann <reto@gnu.org>
17277
17278 * progmodes/vera-mode.el: New file.
17279
17280 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
17281
17282 * calc/calc.el (calc-multiplication-has-precendence):
17283 New variable.
17284 (math-standard-ops, math-standard-ops-p, math-expr-ops):
17285 New functions.
17286 (math-expr-opers): Define using math-standard-ops rather than
17287 math-standard-opers.
17288 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
17289 equal the function math-standard-ops rather than the variable
17290 math-standard-opers.
17291 (calc-algebraic-entry): Let math-expr-opers equal
17292 math-standard-ops or math-expr-ops, as appropriate.
17293 (math-expr-read-level, math-read-factor): Let math-expr-opers
17294 equal math-expr-ops.
17295 * calc/calc-embed.el (calc-embedded-finish-edit):
17296 Let math-expr-opers equal the function math-standard-ops
17297 rather than the variable math-standard-opers.
17298 * calc/calc-ext.el (math-read-plain-expr)
17299 (math-format-flat-expr-fancy): Let math-expr-opers equal the
17300 function math-standard-ops rather than the variable
17301 math-standard-opers.
17302 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
17303 Let math-expr-opers equal the function math-standard-ops rather
17304 than the variable math-standard-opers.
17305 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
17306 equal the function math-standard-ops rather than the variable
17307 math-standard-opers.
17308 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
17309 equal the function math-standard-ops rather than the variable
17310 math-standard-opers.
17311 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
17312 math-expr-ops.
17313
17314 2007-06-19 Ivan Kanis <apple@kanis.eu>
17315
17316 * vc-hg.el: New file.
17317
17318 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
17319
17320 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
17321 with font-lock-multiline.
17322
17323 2007-06-17 Glenn Morris <rgm@gnu.org>
17324
17325 * lpr.el (lpr-page-header-switches): Move %s to separate element
17326 for correct quoting. Doc fix.
17327
17328 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17329
17330 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
17331 than setting sgml-xml-mode.
17332 (sgml-mode, html-mode): Set sgml-xml-mode.
17333 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
17334 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
17335 (sgml-electric-tag-pair-before-change-function)
17336 (sgml-electric-tag-pair-flush-overlays): New functions.
17337 (sgml-electric-tag-pair-mode): New minor mode.
17338 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
17339 (sgml-calculate-indent): Use assoc-string.
17340
17341 2007-06-16 Karl Fogel <kfogel@red-bean.com>
17342
17343 * thingatpt.el (thing-at-point-email-regexp): Don't require two
17344 chars before the "@" in an email address. Andreas Roehler noticed
17345 this problem.
17346
17347 2007-06-15 Karl Fogel <kfogel@red-bean.com>
17348
17349 * thingatpt.el: Add support for email addresses (`email').
17350 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
17351 (thing-at-point-email-regexp): New variable.
17352 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
17353 properties on this symbol, with lambda forms for values.
17354
17355 2007-06-15 Masatake YAMATO <jet@gyve.org>
17356
17357 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
17358
17359 * vc.el (vc-dired-hook): Check the backend returned from
17360 `vc-responsible-backend' can really handle `subdir'.
17361
17362 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
17363
17364 * wid-edit.el (widget-add-documentation-string-button):
17365 Fix handling of documentation indent.
17366
17367 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
17368
17369 * mb-depth.el: New file.
17370
17371 2007-06-15 Masatake YAMATO <jet@gyve.org>
17372
17373 * vc.el (vc-dired-mode): Show backend name as part of mode name.
17374
17375 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
17376
17377 * wid-edit.el (widget-default-create): Move ?h handling here...
17378 (widget-default-format-handler): ...from here.
17379 (widget-docstring, widget-add-documentation-string-button): New funs.
17380 (documentation-string): Add :visibility-widget property.
17381 (widget-documentation-string-value-create): Use it.
17382
17383 * cus-edit.el (custom-split-regexp-maybe): Simplify.
17384 (custom-buffer-create-internal): Simplify message.
17385 (custom-variable-tag): Reduce height to normal.
17386 (custom-variable-value-create, custom-face-value-create)
17387 (custom-visibility): New widget.
17388 (custom-visibility): New face.
17389 (custom-group-value-create):
17390 Call widget-add-documentation-string-button, using `custom-visibility'.
17391
17392 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17393
17394 * emacs-lisp/bytecomp.el (byte-compile-current-group)
17395 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
17396 change. Apparently the "warning even if the group is implicit" is
17397 a feature rather than a bug.
17398
17399 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
17400
17401 * emulation/viper.el (viper-describe-key-ad)
17402 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
17403 Compile them conditionally.
17404 (viper-version): Belated version change.
17405
17406 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
17407
17408 * follow.el (follow-all-followers, follow-generic-filter):
17409 * pcomplete.el (pcomplete-restore-windows):
17410 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
17411 (x-dnd-drop-data):
17412 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
17413 * progmodes/python.el (python-complete-symbol):
17414 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
17415
17416 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
17417
17418 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
17419 around bright and dim regexps. Make sure bright and dim matches
17420 use word anchors. Send text through rcirc-markup functions.
17421 (rcirc-url-regexp): Add single quote character.
17422 (rcirc-connect): Write logs to disk on auto-save-hook.
17423 Make server a non-optional argument.
17424 (rcirc-log-alist): New variable.
17425 (rcirc-log-directory): Make customizable.
17426 (rcirc-log-flag): New customizable variable.
17427 (rcirc-log): New function.
17428 (rcirc-print): Use above function.
17429 (rcirc-log-write): New function.
17430 (rcirc-generate-new-buffer-name): Strip text properties.
17431 (rcirc-switch-to-buffer-function): Remove variable.
17432 (rcirc-last-non-irc-buffer): Remove variable.
17433 (rcirc-non-irc-buffer): Add function.
17434 (rcirc-next-active-buffer): Use above function.
17435 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
17436 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
17437 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
17438 (rcirc-omit-mode): Add minor-mode.
17439 (rcirc-mode-map): Change C-c C-o binding.
17440 (rcirc-mode): Clear mode-line-process. Use a custom
17441 fill-paragraph-function. Set up buffer-invisibility-spec.
17442 (rcirc-response-formats): Remove timestamp code.
17443 (rcirc-omit-responses): Add variable.
17444 (rcirc-print): Don't put the overlay arrow on potentially omitted
17445 lines. Log line to disk. Record activity for private messages
17446 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
17447 (rcirc-jump-to-first-unread-line): Print message if there is no
17448 unread text.
17449 (rcirc-clear-unread): New function.
17450 (rcirc-markup-text-functions): Add variable.
17451 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
17452 (rcirc-debug): Don't mess with window configuration.
17453 (rcirc-send-message): Send message before printing locally.
17454 Add SILENT argument, do not print message if non-nil.
17455 (rcirc-visible-buffers): New function and variable.
17456 (rcirc-window-configuration-change-1): Add function.
17457 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
17458 server buffer.
17459 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
17460 (rcirc-fill-paragraph): Add function.
17461 (rcirc-record-activity, rcirc-window-configuration-change-1):
17462 Only update the activity string if it has actually changed.
17463 (rcirc-update-activity-string): Remove padding characters from the
17464 mode-line string.
17465 (rcirc-disconnect-buffer): New function to be called when a
17466 channel is parted or the user quits.
17467 (rcirc-server-name): Warn when the server-name hasn't been set.
17468 (rcirc-window-configuration-change): Postpone work until
17469 post-command-hook.
17470 (rcirc-window-configuration-change-1): Update mode-line and
17471 overlay arrows here.
17472 (rcirc-authenticate): Fixc hanserv identification.
17473 (rcirc-default-server): Remove variable.
17474 (rcirc): Connect according to rcirc-connections.
17475 (rcirc-connections): Add variable.
17476 (rcirc-startup-channels-alist): Remove variable.
17477 (rcirc-startup-channels): Remove function.
17478
17479 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17480
17481 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
17482
17483 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
17484
17485 * term/xterm.el (terminal-init-xterm): Escape parens in character
17486 constants.
17487
17488 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17489
17490 * progmodes/sh-script.el: Remove unneeded * from docstrings.
17491 Use [:alpha:] and [:alnum:] where applicable.
17492 (sh-quoted-subshell): Rewrite to correctly
17493 handle nested mixes of `...' and $(...).
17494 (sh-apply-quoted-subshell): Remove.
17495 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
17496
17497 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
17498
17499 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
17500
17501 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
17502 previous change.
17503
17504 2007-06-12 Tom Tromey <tromey@redhat.com>
17505
17506 * subr.el (user-emacs-directory): New defconst.
17507 * cmuscheme.el (scheme-start-file):
17508 * shell.el (shell):
17509 * completion.el (save-completions-file-name):
17510 * custom.el (custom-theme-directory):
17511 * term/x-win.el (emacs-session-filename):
17512 * filesets.el (filesets-menu-cache-file):
17513 * thumbs.el (thumbs-thumbsdir):
17514 * server.el (server-auth-dir):
17515 * image-dired.el (image-dired-dir):
17516 (image-dired-db-file):
17517 (image-dired-temp-image-file):
17518 (image-dired-gallery-dir):
17519 (image-dired-temp-rotate-image-file):
17520 * play/gamegrid.el (gamegrid-user-score-file-directory):
17521 * savehist.el (savehist-file):
17522 * tutorial.el (tutorial--saved-dir):
17523 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
17524
17525 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
17526
17527 * scroll-lock.el (scroll-lock-mode): Doc fix.
17528
17529 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
17530
17531 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
17532
17533 * ediff-init.el: Doc strings.
17534
17535 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
17536
17537 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
17538 (byte-compile-file): Bind it.
17539 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
17540 group argument is provided implicitly.
17541 (byte-compile-format-warn, byte-compile-from-buffer)
17542 (byte-compile-insert-header): Don't hardcode point-min==1.
17543 (byte-compile-file-form-require): Remove unused var old-load-list.
17544 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
17545
17546 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
17547
17548 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
17549 Display error messages.
17550 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
17551 Get rid of cl.el dependencies.
17552
17553 * emulation/viper-init.el (viper-suppress-input-method-change-message):
17554 New variable.
17555 (viper-activate-input-method-action)
17556 (viper-inactivate-input-method-action):
17557 Use viper-suppress-input-method-change-message.
17558
17559 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
17560 for C-s, C-r.
17561
17562 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
17563 Use viper-replace-overlay-cursor-color instead of
17564 viper-replace-overlay-cursor-color.
17565 (viper-sit-for-short): Use sit-for with 3 arguments.
17566
17567 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
17568 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
17569 to gud-mode.
17570
17571 * ediff-mult.el (ediff-meta-buffer-brief-message)
17572 (ediff-meta-buffer-verbose-message): New variables.
17573 (ediff-meta-buffer-message): Variable deleted.
17574 (ediff-verbose-help-enabled): New variable.
17575 (ediff-toggle-verbose-help-meta-buffer): New function.
17576 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
17577 message options.
17578
17579 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
17580 (ediff-fixup-patch-map): Improve heuristic.
17581
17582 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
17583
17584 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
17585 (log-view-font-lock-keywords): Simplify.
17586 (log-view-current-file, log-view-current-tag): Simplify.
17587
17588 2007-06-12 Sam Steingold <sds@gnu.org>
17589
17590 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
17591
17592 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
17593
17594 * desktop.el (desktop-load-locked-desktop): New option.
17595 (desktop-read): Use it.
17596 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
17597 Use `when'.
17598
17599 2007-06-12 Davis Herring <herring@lanl.gov>
17600
17601 * desktop.el (desktop-save-mode-off): New function.
17602 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
17603 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
17604 (desktop-claim-lock, desktop-release-lock): New functions.
17605 (desktop-kill): Tell `desktop-save' that this is the last save.
17606 Release the lock afterwards.
17607 (desktop-buffer-info): New function.
17608 (desktop-save): Use it. Run `desktop-save-hook' where the doc
17609 says to. Detect conflicts, and manage the lock.
17610 (desktop-read): Detect conflicts. Manage the lock.
17611
17612 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
17613
17614 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
17615
17616 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
17617 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
17618 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
17619 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
17620 keysyms rather than byte sequences.
17621 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
17622
17623 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
17624
17625 * font-lock.el (font-lock-add-keywords): In case font-lock was only
17626 half-activated, forcefully activate it completely.
17627
17628 2007-06-11 Richard Stallman <rms@gnu.org>
17629
17630 * cus-edit.el (custom-variable-type): Doc fix.
17631
17632 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
17633
17634 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
17635 (sh-font-lock-flush-syntax-ppss-cache): New functions.
17636 (sh-font-lock-syntactic-keywords): Use them to distinguish the
17637 different possible cases for \'.
17638
17639 * complete.el (PC-bindings): Don't bind things already bound in the
17640 parent keymap.
17641
17642 * textmodes/bibtex-style.el: New file.
17643
17644 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
17645
17646 * vc-bzr.el: New file.
17647
17648 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
17649
17650 * vc-svn.el (vc-svn-program): New var.
17651 (vc-svn-command): Use it.
17652
17653 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
17654
17655 * server.el (server-switch-buffer): Remove redundant check.
17656
17657 2007-06-10 Martin Rudalics <rudalics@gmx.at>
17658
17659 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
17660 Match against file-name-nondirectory.
17661 Fix text on user customization variables.
17662 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
17663
17664 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
17665
17666 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
17667
17668 2007-06-09 Davis Herring <herring@lanl.gov>
17669
17670 * desktop.el (desktop-minor-mode-table): Doc fix.
17671
17672 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
17673
17674 * textmodes/css-mode.el (css-navigation-syntax-table):
17675 Use set-char-table-range so it also works in the unicode branch.
17676
17677 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
17678
17679 * help-mode.el (help-xref-forward-stack)
17680 (help-xref-stack-forward-item, help-forward-label): New variables.
17681 (help-forward): New button type.
17682 (help-setup-xref): Initialise help-xref-forward-stack.
17683 (help-make-xrefs): Add forward button, if appropriate.
17684 (help-xref-go-back): Push item on forward stack.
17685 (help-xref-go-forward, help-go-forward): New functions.
17686
17687 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
17688
17689 * dired.el (dired-mode-map): Remove spurious separator.
17690
17691 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
17692
17693 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
17694
17695 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
17696 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
17697
17698 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
17699
17700 * textmodes/org.el: Version number fixed.
17701
17702 2007-06-07 Glenn Morris <rgm@gnu.org>
17703
17704 * version.el (emacs-copyright): New constant.
17705 * startup.el (fancy-splash-tail): Use emacs-copyright.
17706 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
17707
17708 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
17709 `make-local'.
17710 (byte-compile-warnings-safe-p): Add `make-local'.
17711 (byte-compile-make-variable-buffer-local):
17712 Allow byte-compile-warnings to suppress this warning.
17713
17714 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
17715 format of "menu" description.
17716 (tutorial--find-changed-keys): Describe the specific menu a
17717 command is in.
17718
17719 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
17720 Rewrite compatibility functions to silence byte-compiler.
17721
17722 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
17723
17724 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
17725 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
17726
17727 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
17728
17729 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
17730
17731 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
17732
17733 * progmodes/ebrowse.el (ebrowse-member-table):
17734 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
17735 (org-batch-agenda-csv): Fix typos in docstrings.
17736
17737 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
17738
17739 * international/mule-cmds.el (toggle-enable-multibyte-characters)
17740 (sort-coding-systems, search-unencodable-char): Doc fixes.
17741 (coding-system-change-eol-conversion, set-default-coding-systems)
17742 (prefer-coding-system, find-multibyte-characters, princ-list)
17743 (leim-list-entry-regexp, set-input-method, locale-language-names)
17744 (input-method-exit-on-first-char, exit-language-environment-hook)
17745 (locale-charset-language-names): Fix typos in docstrings.
17746
17747 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
17748
17749 * pgg.el (pgg-sign-region, pgg-sign):
17750 * ses.el (ses-call-printer):
17751 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
17752 * textmodes/org.el (org-cycle): Fix typos in docstrings.
17753
17754 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
17755
17756 * textmodes/org.el (org-export-region-as-html)
17757 (org-replace-region-by-html, org-number-to-letters)
17758 (org-table-fedit-finish, org-normalize-color)
17759 (org-table-fedit-ref-right, org-date-to-gregorian)
17760 (org-table-fedit-move, org-table-convert-refs-to-rc)
17761 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
17762 (org-write-agenda, org-colgroup-info-to-vline-list)
17763 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
17764 (org-indent-line-function, org-export-as-html-to-buffer)
17765 (org-store-agenda-views, org-update-mode-line)
17766 (org-find-if, org-delete-all)
17767 (org-table-fedit-convert-buffer, org-emphasize)
17768 (org-uniquify, org-table-fedit-lisp-indent)
17769 (org-table-fedit-scroll, org-get-todo-sequence-head)
17770 (org-table-fedit-scroll-down, org-table-fedit-line-down)
17771 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
17772 (org-table-fedit-toggle-coordinates, org-dvipng-color)
17773 (org-table-fedit-line-up, org-table-fedit-ref-down)
17774 (org-table-formula-from-user, org-mode-flyspell-verify)
17775 (org-cycle-show-empty-lines, org-ctrl-c-ret)
17776 (org-table-formula-to-user, org-diary-to-ical-string)
17777 (orgtbl-export, org-table-fedit-post-command)
17778 (org-closed-in-range, org-shiftcontrolright)
17779 (org-table-convert-refs-to-an, org-table-hline-and-move)
17780 (org-table-formula-less-p, org-format-table-ascii)
17781 (org-agenda-get-sexps, org-shift-refpart)
17782 (org-diary-sexp-entry, org-time-string-to-absolute)
17783 (org-table-show-reference, org-letters-to-number)
17784 (org-fix-agenda-info, org-table-fedit-ref-up)
17785 (org-table-fedit-shift-reference, org-table-fedit-abort)
17786 (org-closest-date, org-shiftcontrolleft)
17787 (org-at-heading-or-item-p, org-rematch-and-replace)
17788 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
17789 New functions.
17790 (org-table-edit-scroll-down, org-finish-edit-formulas)
17791 (org-table-edit-next-field, org-abort-edit-formulas)
17792 (org-font-lock-level, org-export-find-first-heading-line)
17793 (org-table-edit-line-down, org-table-edit-backward-field)
17794 (org-edit-formula-lisp-indent, org-table-edit-move)
17795 (org-check-log-option, org-this-word)
17796 (org-table-edit-line-up, org-table-edit-formulas-post-command)
17797 (org-agenda-file-to-end, org-expand-file-name)
17798 (org-fake-empty-table-line, org-table-edit-scroll)
17799 (org-toggle-log-option, org-show-reference): Function removed.
17800 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
17801 New defsubsts.
17802 (org-unmodified, org-batch-store-agenda-views)
17803 (org-batch-agenda-csv): New macro.
17804 (org-agenda-export): New customization group.
17805 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
17806 (org-highest-priority, org-agenda-exporter-settings)
17807 (org-log-done-with-time, org-replace-disputed-keys)
17808 (org-format-latex-header, org-export-table-header-tags)
17809 (org-cycle-separator-lines, org-export-table-data-tags)
17810 (org-icalendar-include-sexps)
17811 (org-empty-line-terminates-plain-lists)
17812 (org-log-repeat, org-special-ctrl-a)
17813 (org-table-use-standard-references, org-disputed-keys)
17814 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
17815 (org-agenda-export-html-style): New option.
17816 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
17817 (org-CUA-compatible): Option removed.
17818 (org-agenda-structure, org-sexp-date): New face.
17819 (org-todo-keywords-for-agenda, org-not-done-keywords)
17820 (org-planning-or-clock-line-re, org-agenda-name)
17821 (org-table-colgroup-info, org-todo-sets)
17822 (constants-unit-system, org-clock-mode-line-entry)
17823 (org-mode-line-timer, org-table-current-begin-pos)
17824 (org-todo-keywords-1, org-mode-line-string)
17825 (org-table-clean-did-remove-column, org-table-fedit-map)
17826 (org-clock-heading, org-table-buffer-is-an)
17827 (org-agenda-info, org-done-keywords)
17828 (org-done-keywords-for-agenda, org-todo-heads)
17829 (org-todo-kwd-alist, org-clock-start-time): New variable.
17830 (org-todo-kwd-priority-p, org-edit-formulas-map)
17831 (org-repeat-re, org-todo-kwd-max-priority)
17832 (org-version, org-done-string)
17833 (org-table-clean-did-remove-column-1, org-disputed-keys):
17834 Remove variables.
17835 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
17836 (org-ts-lengths): Constant removed.
17837 (org-follow-gnus-link): Don't ask how many articles to read.
17838 (org-export-find-first-export-line): Rename from
17839 `org-export-find-first-heading'.
17840 Use `org-export-skip-text-before-1st-heading'.
17841 (org-table-fedit-post-command): Rename from
17842 `org-table-edit-formulas-post-command'.
17843 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
17844 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
17845 (org-table-fedit-lisp-indent): Rename from
17846 `org-edit-formula-lisp-indent'.
17847 (org-table-show-reference): Rename from `org-show-reference'.
17848 (org-table-store-formulas): Use `org-table-formula-less-p'.
17849 (org-table-edit-formulas): Position cursor to current field equation.
17850 (org-update-checkbox-count, org-hide-archived-subtrees)
17851 (org-timestamp-up-day, org-timestamp-down-day)
17852 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
17853 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
17854 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
17855 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
17856 Let `org-on-heading-p' also check for invisible heading.
17857 (org-read-date): Match am/pm times.
17858 (org-eval-in-calendar): Fix default date in prompt.
17859
17860 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
17861
17862 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
17863 "ChangeLog.a" entries, giving the latter lower priority.
17864
17865 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
17866
17867 * faces.el (face-id): If the argument is a face alias,
17868 return the ID of the target face.
17869
17870 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
17871
17872 * net/socks.el (top): Remove unnecessary copyright line.
17873
17874 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
17875
17876 * longlines.el (longlines-auto-wrap): Handle argument correctly.
17877
17878 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
17879
17880 * net/socks.el: New file, taken from w3 repository.
17881 (top): Update Copyright. Don't load cl.el.
17882 (all): Replace `case' by `cond', `string-to-int' by
17883 `string-to-number', and `process-kill-without-query' by
17884 `set-process-query-on-exit-flag'.
17885 (socks-char-int): Remove defalias and all occurrences.
17886
17887 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
17888
17889 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
17890 Fix typos in docstrings.
17891 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
17892 (compilation-finish-function): Fix typo in obsolescence declaration.
17893
17894 2007-06-03 Sam Steingold <sds@gnu.org>
17895
17896 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
17897 handle unending automatic recompilation of changed files (`omake -P').
17898 (compilation-loop): VISITED is now 5th CDR.
17899 (compilation-next-error-function): Set TIMESTAMP.
17900
17901 2007-06-03 Sam Steingold <sds@gnu.org>
17902
17903 * files.el (kill-buffer-ask): New function.
17904 (kill-some-buffers): Use it.
17905 (kill-matching-buffers): New user command.
17906
17907 2007-06-01 David Kastrup <dak@gnu.org>
17908
17909 * dired.el (dired-recursive-deletes, dired-recursive-copies):
17910 Change default to `top'.
17911
17912 2007-05-31 Richard Stallman <rms@gnu.org>
17913
17914 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
17915
17916 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17917
17918 * textmodes/css-mode.el: New file.
17919
17920 2007-05-30 Michael Olson <mwolson@gnu.org>
17921
17922 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
17923 died and we are trying to send a signal to it. The program using
17924 tq.el should periodically check to see whether the process has
17925 died and react appropriately -- this is not the responsibility of
17926 tq.el, and is consistent with the rest of the tq.el source code.
17927
17928 2007-05-29 Martin Rudalics <rudalics@gmx.at>
17929
17930 * textmodes/table.el (table--point-entered-cell-function)
17931 (table--point-left-cell-function):
17932 Bind `inhibit-point-motion-hooks' to t.
17933
17934 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
17935
17936 * emacs-lisp/rx.el (rx): Doc fix.
17937
17938 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
17939
17940 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
17941
17942 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
17943
17944 Sync with Tramp 2.0.56.
17945
17946 * net/tramp.el:
17947 * net/tramp-ftp.el:
17948 * net/tramp-smb.el:
17949 * net/tramp-util.el:
17950 * net/tramp-vc.el:
17951 Don't load cl.el, because that pollutes the namespace. Replace cl
17952 macros by their implementations where necessary. Requested by
17953 Richard Stallman <rms@gnu.org>.
17954
17955 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
17956 doesn't exist.
17957 (with-parsed-tramp-file-name): Protect debug spec during compilation.
17958 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
17959 (tramp-file-name-p, tramp-file-name-multi-method)
17960 (tramp-file-name-method, tramp-file-name-user)
17961 (tramp-file-name-host, tramp-file-name-localname): New defuns,
17962 replacing defstruct `tramp-file-name'.
17963 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
17964 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
17965 Apply `vector' instead of `make-tramp-file-name'.
17966 (tramp-handle-make-auto-save-file-name):
17967 Apply `tramp-temporary-file-directory' for compatibility reasons.
17968 (tramp-completion-mode): Use `natnump' instead of `wholenump'
17969 because of XEmacs.
17970 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
17971 started.
17972
17973 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
17974
17975 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
17976
17977 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
17978
17979 * log-edit.el (log-edit-changelog-paragraph): Return point-max
17980 as the end of the ChangeLog paragraph when it ends without a line
17981 termination.
17982
17983 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
17984
17985 * net/webjump.el (webjump-sample-sites):
17986 Add simple Wikipedia query.
17987
17988 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
17989
17990 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
17991 compatibility code.
17992
17993 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
17994 (copyright-update-year): Use it.
17995
17996 * edmacro.el (edmacro-format-keys): Use current-active-maps.
17997
17998 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
17999 Add indentation and debugging info. Fix up comment convention.
18000
18001 * cus-dep.el (custom-make-dependencies): Simplify.
18002
18003 * composite.el (compose-region, decompose-region):
18004 Use inhibit-read-only and restore-buffer-modified-p.
18005
18006 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
18007 (xterm-mouse-event): Use it.
18008
18009 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
18010
18011 * bs.el (bs-cycle-previous): Don't modify the cycle list until
18012 `switch-to-buffer' has returned succesfully.
18013 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
18014 window is dedicated (it could iconify the frame).
18015
18016 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
18017
18018 * vc-hooks.el (vc-find-root): Fix file attribute test.
18019
18020 2007-05-24 Richard Stallman <rms@gnu.org>
18021
18022 * textmodes/flyspell.el (flyspell-correct-word-before-point):
18023 Don't let opoint be nil.
18024 (flyspell-emacs-popup): Explicit error if no dialogs.
18025
18026 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
18027
18028 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
18029 (image-next-line, image-previous-line, image-scroll-up)
18030 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
18031 New functions.
18032 (image-mode-map): Remap motion commands.
18033 (image-mode-text-map): New keymap for viewing images as text.
18034 (image-mode): Use image-mode-map.
18035 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
18036
18037 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18038
18039 * textmodes/fill.el (canonically-space-region): Make the second arg
18040 a marker if it's not already the case.
18041
18042 2007-05-23 Eli Zaretskii <eliz@gnu.org>
18043
18044 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
18045 (tar-get-descriptor): Handle type 55, an extended pax header.
18046
18047 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18048
18049 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
18050 to confuse outline-minor-mode.
18051
18052 2007-05-23 Eli Zaretskii <eliz@gnu.org>
18053
18054 * tar-mode.el (tar-file-name-handler): New function.
18055 (tar-extract): Bind file-name-handler-alist to it to force
18056 find-buffer-file-type-coding-system behave as if the file being
18057 extracted existed. Use last-coding-system-used to force
18058 buffer-file-coding-system to what decode-coding-region actually
18059 used to decode the file.
18060
18061 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
18062
18063 * progmodes/compile.el (compilation-handle-exit):
18064 `compilation-finish-function' may change the current buffer.
18065
18066 2007-05-22 Richard Stallman <rms@gnu.org>
18067
18068 * files.el (set-auto-mode): Doc fix.
18069
18070 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18071
18072 * help-fns.el (find-source-lisp-file): New function.
18073 (describe-function-1): Use find-source-lisp-file to find source
18074 file in compile tree.
18075
18076 2007-05-22 Eli Zaretskii <eliz@gnu.org>
18077
18078 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
18079
18080 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
18081
18082 * emacs-lisp/easy-mmode.el (define-minor-mode)
18083 (easy-mmode-define-navigation): Fix typos in docstrings.
18084
18085 2007-05-22 Glenn Morris <rgm@gnu.org>
18086
18087 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
18088
18089 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
18090
18091 * mail/mail-extr.el (mail-extract-address-components):
18092 Recognize non-ASCII characters except for NBSP as words.
18093
18094 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
18095
18096 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
18097 (rcirc-print): Handle `window-width'.
18098 (rcirc-buffer-maximum-lines): Doc fix.
18099
18100 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
18101
18102 * image-mode.el (image-toggle-display): Don't clear image cache.
18103 Only use filename in image spec if the file is readable.
18104 Call image-refresh.
18105
18106 * image.el (image-type-from-file-name, image-type): Simplify.
18107 (image-type-auto-detected-p): Don't scan auto-mode-alist.
18108
18109 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
18110 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
18111
18112 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
18113
18114 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
18115 is an error.
18116
18117 * term/linux.el (terminal-init-linux): Don't signal an error
18118 if gpm isn't running.
18119
18120 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
18121
18122 * t-mouse.el: Reduce to a minor-mode macro call.
18123 (t-mouse-mode): Remove the lighter.
18124
18125 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
18126
18127 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
18128
18129 * files.el (auto-mode-alist): Change the regexp so that
18130 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
18131
18132 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
18133
18134 * Version 22.1 released.
18135
18136 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
18137
18138 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
18139 changes.
18140
18141 2007-05-19 Kevin Ryde <user42@zip.com.au>
18142
18143 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
18144
18145 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
18146
18147 * textmodes/sgml-mode.el: Revert last change.
18148
18149 2007-05-18 Richard Stallman <rms@gnu.org>
18150
18151 * simple.el (push-mark): Doc fix.
18152
18153 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
18154
18155 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
18156 tpu-global-map.
18157 (tpu-original-global-map): Variable deleted.
18158 (tpu-control-keys-map): New keymap variable.
18159 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
18160 setting keymapping directly.
18161 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
18162 tpu-global-map.
18163 (tpu-edt-on): Activate the tpu-global-map.
18164 (tpu-edt-off): Deactivate the tpu-global-map.
18165
18166 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
18167
18168 * textmodes/ispell.el (ispell-get-word): Return markers
18169 for start and end positions.
18170 (ispell-word): Assume END is a marker.
18171
18172 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18173
18174 * printing.el: Group together all XEmacs/Emacs definitions.
18175 (pr-version): New version 6.9.
18176 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
18177 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
18178 (pr-menu-bind): Fix code.
18179 (pr-e-frame-char-height, pr-e-frame-char-width)
18180 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
18181 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
18182 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
18183 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
18184 (pr-x-event-y-pixel): Aliases eliminated.
18185 (pr-xemacs-global-menubar): Macro moved.
18186 (current-menubar, current-mouse-event, zmacs-region-stays)
18187 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
18188 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
18189 Vars moved.
18190 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
18191 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
18192 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
18193 (pr-menu-set-utility-title, pr-even-or-odd-pages)
18194 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
18195 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
18196 moved.
18197
18198 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
18199
18200 * textmodes/sgml-mode.el (sgml-tag):
18201 Fix bug: Call sgml-transformation-function.
18202
18203 2007-05-17 Martin Rudalics <rudalics@gmx.at>
18204
18205 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
18206 modified flag of buffer. Use `inhibit-modification-hooks'.
18207
18208 2007-05-16 Richard Stallman <rms@gnu.org>
18209
18210 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
18211
18212 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18213
18214 * files.el (magic-mode-alist, magic-fallback-mode-alist):
18215 Move the *ml, Postscript, and XmCD entries to the fallback part.
18216
18217 * files.el (magic-fallback-mode-alist):
18218 Rename from file-start-mode-alist.
18219
18220 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
18221
18222 * progmodes/compile.el (compilation-handle-exit): Quote first
18223 argument of `run-hook-with-args'.
18224
18225 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
18226
18227 * buff-menu.el (Buffer-menu-sort-column):
18228 * dabbrev.el (dabbrev-upcase-means-case-search):
18229 * dired.el (dired-recursive-deletes, dired-recursive-copies):
18230 * info.el (Info-current-subfile):
18231 * ls-lisp.el (ls-lisp-verbosity):
18232 * msb.el (msb-menu-cond):
18233 * pcvs.el (cvs-dired-use-hook):
18234 * simple.el (set-mark-command-repeat-pop):
18235 * time.el (display-time-24hr-format, display-time-mail-file):
18236 Doc fixes.
18237
18238 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
18239 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
18240
18241 * view.el (view-inhibit-help-message): Fix typo in docstring.
18242 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
18243
18244 2007-05-16 Martin Rudalics <rudalics@gmx.at>
18245
18246 * textmodes/ispell.el (ispell-start-process): Defend against bad
18247 default-directory.
18248
18249 2007-05-14 Eli Zaretskii <eliz@gnu.org>
18250
18251 * mail/rmail.el (rmail-convert-to-babyl-format): Check
18252 content-transfer-encoding _last_, because it's its position that
18253 we need as value of base64-header-field-end.
18254
18255 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
18256
18257 * files.el (mode-require-final-newline, require-final-newline)
18258 (enable-local-variables, enable-local-eval): Doc fixes.
18259
18260 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18261
18262 * ps-print.el: Use default color when foreground or background color
18263 are unspecified. Reported by Leo <sdl.web@gmail.com>.
18264 (ps-print-version): New version 6.7.4.
18265 (ps-rgb-color): New argument. Use default color when color is
18266 unspecified.
18267 (ps-begin-job): Fix code.
18268
18269 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
18270
18271 * longlines.el (longlines-mode): Make longlines-auto-wrap
18272 buffer-local. Add hooks unconditionally.
18273 (longlines-auto-wrap): Toggle wrapping.
18274 (longlines-after-change-function)
18275 (longlines-post-command-function): Check longlines-auto-wrap.
18276
18277 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
18278
18279 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
18280 (xterm-mouse-translate): Use it.
18281
18282 2007-05-10 Richard Stallman <rms@gnu.org>
18283
18284 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
18285 (iso-cvt-write-only): Likewise.
18286
18287 * emacs-lisp/easy-mmode.el (define-minor-mode):
18288 Fix generated doc string.
18289
18290 * startup.el (fancy-splash-text): Add URL of guided tour.
18291 Adjust horizontal and vertical whitespace.
18292
18293 * progmodes/compile.el (compilation-handle-exit):
18294 Use run-hook-with-args to run compilation-finish-functions.
18295
18296 * files.el (file-start-mode-alist): New variable.
18297 (magic-mode-regexp-match-limit): Doc fix.
18298 (set-auto-mode): Handle file-start-mode-alist.
18299 A little cleanup of structure.
18300
18301 * dabbrev.el (dabbrev-eliminate-newlines):
18302 Renamed from dabbrev--eliminate-newlines. All uses changed.
18303
18304 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
18305
18306 * man.el (Man-next-section): Don't consider the last line of the page
18307 as being part of any section.
18308
18309 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
18310
18311 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
18312 can take any number of values.
18313
18314 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
18315
18316 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
18317 to the list of citation commands.
18318
18319 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
18320
18321 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
18322
18323 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
18324
18325 * progmodes/python.el (python-font-lock-keywords)
18326 (python-open-block-statement-p, python-mode): Add support for the new
18327 "with" keyword.
18328
18329 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
18330
18331 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
18332 the exact opposite of diff-goto-source.
18333
18334 * emacs-lisp/advice.el (ad-special-forms): Remove.
18335 (ad-special-form-p): Use subr-arity.
18336
18337 * newcomment.el (comment-search-forward): Make sure we search forward.
18338 (comment-enter-backward): Try and distinguish the non-matching case at
18339 EOB from the non-matching case with a missing comment-end-skip for
18340 a 2-char comment ender.
18341 (comment-choose-indent): New function extracted from comment-indent.
18342 Improve the alignment algorithm.
18343 (comment-indent): Use it.
18344
18345 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
18346 XML style Processing Instructions.
18347 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
18348 (sgml-calculate-indent): Handle `pi' context.
18349
18350 * vc.el: Ensure that update-changelog issues an error when used with
18351 a backend that does not implement it.
18352 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
18353 Remove `backend' argument. Use expand-file-name.
18354 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
18355
18356 * progmodes/python.el (python-end-of-block): Revert last change.
18357 (python-end-of-statement): Make sure we move *forward*.
18358
18359 2007-05-08 Richard Stallman <rms@gnu.org>
18360
18361 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
18362 Don't include non-self-insert commands in the exception for `-'.
18363
18364 2007-05-08 David Reitter <david.reitter@gmail.com>
18365
18366 * progmodes/python.el (python-guess-indent): Check non-nullness
18367 before comparing indent against the 2..8 interval.
18368
18369 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18370
18371 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
18372 available.
18373
18374 2007-05-06 Richard Stallman <rms@gnu.org>
18375
18376 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
18377
18378 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18379
18380 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
18381 rather than storing their value in the revert-buffer function.
18382
18383 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
18384
18385 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
18386 when disabling t-mouse-mode.
18387
18388 2007-05-01 Davis Herring <herring@lanl.gov>
18389
18390 * calendar/timeclock.el: Update version number.
18391 (timeclock-modeline-display): Mention timeclock-use-display-time
18392 in explanatory message.
18393 (timeclock-in): Fix non-interactive workday specifications.
18394 (timeclock-log): Don't kill the log buffer if it already existed.
18395 Suppress warnings when finding the log. Don't check for a nil
18396 project twice. Run hooks after killing the buffer (if applicable).
18397 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
18398 was geometric). All uses changed.
18399 (timeclock-generate-report): Support prefix argument.
18400
18401 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
18402
18403 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
18404 disconnections.
18405
18406 2007-05-01 Romain Francoise <romain@orebokech.com>
18407
18408 * dired-x.el: Revert 2007-04-06 change.
18409
18410 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
18411
18412 * find-dired.el (find-dired-filter): Propertize all text down to eob.
18413
18414 2007-04-29 Richard Stallman <rms@gnu.org>
18415
18416 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
18417
18418 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18419
18420 * progmodes/cc-mode.el (c-before-change): Use point-min rather
18421 than 1.
18422
18423 2007-04-28 Richard Stallman <rms@gnu.org>
18424
18425 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
18426
18427 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
18428
18429 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
18430 don't put stop on toolbar.
18431
18432 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18433
18434 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
18435
18436 2007-04-28 Eli Zaretskii <eliz@gnu.org>
18437
18438 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
18439 instead of $(lisp)/mh-e.
18440
18441 2007-04-28 Glenn Morris <rgm@gnu.org>
18442
18443 * image-dired.el (image-dired-cmd-create-thumbnail-options)
18444 (image-dired-cmd-create-temp-image-options): Replace option
18445 +profile "*" with -strip.
18446
18447 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
18448
18449 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
18450 Use window-start and window-end.
18451
18452 2007-04-27 Andreas Schwab <schwab@suse.de>
18453
18454 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
18455
18456 2007-04-27 Eli Zaretskii <eliz@gnu.org>
18457
18458 * textmodes/fill.el (fill-paragraph): Doc fix.
18459
18460 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
18461
18462 * locate.el (locate-in-alternate-database): Doc fix.
18463
18464 2007-04-26 Glenn Morris <rgm@gnu.org>
18465
18466 * button.el (button): Use underline if supported, else fall back
18467 to color.
18468
18469 * version.el (emacs-version): Increase to 22.1.50.
18470
18471 2007-04-25 Richard Stallman <rms@gnu.org>
18472
18473 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
18474
18475 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
18476
18477 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
18478 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
18479 pushing mark.
18480 (idlwave-current-routine): Don't push mark.
18481
18482 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
18483
18484 * image-dired.el (image-dired-display-image): Derive image-type from
18485 filename rather than assuming jpeg, in case no resizing was needed.
18486
18487 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18488
18489 * custom.el (defface): Doc fix.
18490
18491 See ChangeLog.12 for earlier changes.
18492
18493 ;; Local Variables:
18494 ;; coding: iso-2022-7bit
18495 ;; add-log-time-zone-rule: t
18496 ;; End:
18497
18498 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
18499
18500 This file is part of GNU Emacs.
18501
18502 GNU Emacs is free software; you can redistribute it and/or modify
18503 it under the terms of the GNU General Public License as published by
18504 the Free Software Foundation; either version 3, or (at your option)
18505 any later version.
18506
18507 GNU Emacs is distributed in the hope that it will be useful,
18508 but WITHOUT ANY WARRANTY; without even the implied warranty of
18509 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18510 GNU General Public License for more details.
18511
18512 You should have received a copy of the GNU General Public License
18513 along with GNU Emacs; see the file COPYING. If not, write to the
18514 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18515 Boston, MA 02110-1301, USA.
18516
18517 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af