]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from gnus--devo--0
[gnu-emacs] / lisp / ChangeLog
1 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
2
3 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
4
5 2008-02-29 Kim F. Storm <storm@cua.dk>
6
7 * emulation/cua-base.el (cua-remap-control-v)
8 (cua-remap-control-z): New defcustoms.
9 (cua-mode): Add them to set-after property.
10 (cua--init-keymaps): Use them.
11 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
12
13 * help.el (view-emacs-todo): Rename from view-todo.
14 (describe-gnu-project): Rename from describe-project. Users changed.
15 (view-help-file): New helper function.
16 (describe-distribution, describe-copying, describe-gnu-project)
17 (view-todo, view-order-manuals, view-emacs-problems): Use it.
18 (view-emacs-debugging, view-external-packages): New commands.
19 (help-map): Move describe-distribution to C-h C-o (ordering).
20 Move view-emacs-problems to C-h C-p (problems).
21 Bind view-emacs-debugging to C-h C-d (debugging).
22 Bind view-external-packages to C-h C-e (extras).
23 (help-for-help-internal): Cleanup and align descriptions.
24 Remove command names to reduce clutter.
25
26 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
27
28 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
29 and quieter face (not a warning).
30
31 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
32
33 * vc.el (vc-status-crt-marked): New variable.
34 (vc-status-mode): Make it local.
35 (vc-status-refresh): Use it to save the marked files.
36 (vc-update-vc-status-buffer): Use it to restore the marked files.
37
38 * vc-svn.el (vc-svn-after-dir-status):
39 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
40
41 2008-02-29 Glenn Morris <rgm@gnu.org>
42
43 * allout.el (allout-topic-encryption-bullet)
44 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
45 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
46 from 22.0 to 22.1.
47
48 * net/imap.el (imap-ping-server):
49 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
50 Change defcustom :version from 23.0 to 23.1.
51
52 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
53
54 * desktop.el (desktop-save): Save the buffer name if the
55 uniquified base name is empty.
56
57 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
58
59 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
60 correctly when user has "set print address off".
61
62 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
63
64 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
65 version number of the next major Emacs release, not 23.0.
66
67 * longlines.el (longlines-unload-function): New function.
68
69 2008-02-28 Juri Linkov <juri@jurta.org>
70
71 * startup.el (normal-splash-screen): Add argument `concise'.
72 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
73 to the created buffer. If `concise' is non-nil, call
74 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
75 (display-startup-screen): Add argument `concise' to the call to
76 `normal-splash-screen'.
77
78 2008-02-28 Kim F. Storm <storm@cua.dk>
79
80 * startup.el (startup-echo-area-message): Check for about-emacs.
81
82 2008-02-28 Juri Linkov <juri@jurta.org>
83
84 * startup.el: Always add initial message to *scratch* buffer if
85 `initial-scratch-message' is non-nil regardless of the value of
86 `inhibit-startup-screen'.
87 (inhibit-startup-screen, initial-scratch-message): Doc fix.
88 (command-line-1): Move code that inserts `initial-scratch-message'
89 up before the if-form that checks for `inhibit-startup-screen'.
90 Suggested by Jonathan Rockway <jon@jrock.us>.
91
92 2008-02-28 Juri Linkov <juri@jurta.org>
93
94 * cus-edit.el (custom-mode-map, custom-mode-link-map):
95 Rename `custom-mode' to `Custom-mode' in docstrings.
96 (custom-buffer-create-internal, customize-browse):
97 Rename `custom-mode' to `Custom-mode'.
98 (custom-mode-hook): Rename to `Custom-mode-hook'.
99 (Custom-mode-hook): Renamed from `custom-mode-hook'.
100 (custom-mode): Rename to `Custom-mode'.
101 (Custom-mode): Renamed from `custom-mode'. Doc fix.
102 (custom-mode): Add backward-compatible non-interactive variant of
103 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
104 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
105
106 * info-look.el: Rename `custom-mode' to `Custom-mode'.
107
108 * emulation/viper.el (viper-emacs-state-mode-list):
109 Rename `custom-mode' to `Custom-mode'.
110
111 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
112 Capitalize "Tagged Files".
113 (minibuffer-local-map): Add menu items for next/previous
114 history elements and isearch history forward/backward.
115
116 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
117 `hs-isearch-open' with t instead of `comment' in :selected
118 for "Code and Comment blocks" menu item.
119
120 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 * uniquify.el (uniquify-buffer-base-name): Undo last change.
123 Should be done in desktop.el instead.
124
125 2008-02-28 Glenn Morris <rgm@gnu.org>
126
127 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
128
129 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
130
131 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
132 (Info-menu, Info-goto-node): Remove declarations.
133 (report-emacs-bug-info): Use info rather than Info-goto-node.
134
135 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
136 (idlwave-convert-xml-system-routine-info): Don't require xml.
137 (idlwave-show-commentary, idlwave-shell-show-commentary):
138 Don't require finder.
139 (idlwave-info): Don't require info. Use info rather than
140 Info-goto-node.
141
142 * textmodes/org.el (Info-goto-node): Remove declaration.
143 (org-info): Use info rather than Info-goto-node.
144
145 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
146 (reftex-info): Don't require info. Use info rather than Info-goto-node.
147
148 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
149
150 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
151 the menu.
152
153 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
154 (vc-finish-logentry): Check for vc-status-mode, not only for
155 vc-dired-mode.
156
157 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
158
159 * isearch.el (isearch-printing-char): Don't check
160 keyboard-coding-system. Call
161 isearch-process-search-multibyte-characters only when
162 current-input-method is non-nil.
163
164 2008-02-27 Kim F. Storm <storm@cua.dk>
165
166 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
167 (glyph-char, glyph-face): Handle cons encoding.
168
169 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
170
171 * uniquify.el (uniquify-buffer-base-name): If the base name is an
172 empty string, return nil to allow the caller to default to the
173 buffer name. Reported by Martin Fischer <parozusa@web.de>.
174
175 * tool-bar.el (tool-bar-setup): Doc fix.
176
177 * mail/supercite.el (sc-describe):
178 Fix typos in obsolescence declaration.
179
180 2008-02-27 Glenn Morris <rgm@gnu.org>
181
182 * autoinsert.el (auto-insert-alist): Change permission text to
183 match FSF's GPLv3 form.
184
185 * mail/supercite.el (sc-cite-original): Doc fix.
186 (sc-version): Make obsolete.
187 (sc-describe): Show the SC info page. Make obsolete.
188
189 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
190
191 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
192 when using transient-mark-mode.
193 (default-indicate-unused-lines): Remove unused var.
194
195 2008-02-26 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
196
197 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
198 and previous.
199
200 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
201
202 2008-02-26 Glenn Morris <rgm@gnu.org>
203
204 * net/net-utils.el (top-level): Don't require comint when compiling.
205 (nslookup-font-lock-keywords): Don't require font-lock.
206 Use font-lock faces rather than variables.
207 (nslookup, ftp, smbclient, network-service-connection):
208 Don't require comint.
209 (comint-prompt-regexp, comint-input-autoexpand)
210 (comint-input-ring): Declare for compiler.
211 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
212 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
213
214 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
215 doc-string.
216
217 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * doc-view.el (doc-view-current-page): Add a `win' argument.
220
221 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
224 Demote it to plain defvar.
225 (doc-view-conversion-refresh-interval): Reduce interval.
226 (doc-view-goto-page): Allow moving to pages not yet rendered.
227 (doc-view-goto-page): Construct a file name rather than extracting it
228 from doc-view-current-files.
229 (doc-view-kill-proc): Ignore errors from kill-process.
230 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
231 (doc-view-insert-image): Use appropriate text if the page hasn't been
232 rendered yet. Adjust scrolling so the text is displayed.
233 (doc-view-display): Detect not just that a page is available, but also
234 that it wasn't available before, so as to avoid refreshing all pages
235 repeatedly.
236 (doc-view-mode): Make doc-view-cache-directory if needed.
237
238 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
239
240 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
241 toggle-read-only.
242
243 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
244 refering to a missing required field with the OPT prefix.
245 Make unwindform more robust.
246
247 * textmodes/bibtex.el: Remove support for hideshow minor mode as
248 it duplicates the bibtex support in progmodes/hideshow.el.
249 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
250 entries that do not start at the beginning of a line.
251
252 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
253
254 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
255
256 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
257
258 * help-fns.el (describe-variable): Add phrases about
259 initialization file with and without customization;
260 use new button type help-info-variable.
261
262 * help-mode.el (help-info-variable):
263 New button able to read Info files for help-fns.el.
264
265 2008-02-25 Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>
266
267 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
268 (grep-mode): Use grep-mode-tool-bar-map.
269
270 * progmodes/compile.el (tool-bar): Require tool-bar.
271 (compilation-mode-tool-bar-map): New variable.
272 (compilation-mode): Use compilation-mode-tool-bar-map.
273
274 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
275
276 2008-02-25 Glenn Morris <rgm@gnu.org>
277
278 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
279
280 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
281
282 * diff-mode.el (diff-file-junk-re): New const.
283 (diff-beginning-of-file-and-junk): Use it.
284 (diff-file-kill): Make sure we were really inside a file diff.
285
286 * diff-mode.el: Make it more robust in the presence of empty context
287 lines in unified hunks.
288 (diff-valid-unified-empty-line): New var.
289 (diff-unified->context, diff-sanity-check-hunk): Obey it.
290 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
291 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
292 (diff-hunk-header-re-unified): New const.
293 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
294 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
295 (diff-sanity-check-hunk): Use it.
296
297 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
298 Index: line, don't search backward for the previous one.
299
300 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
301
302 * international/fontset.el (setup-default-fontset): Add non-OTF
303 lao font for lao script.
304
305 * language/tibetan.el: Register tibetan-composition-function in
306 composition-function-table.
307
308 * language/tibet-util.el (tibetan-composition-function):
309 Adjust for the new calling way (argument changed). Try font-shape-text
310 if possible.
311
312 * language/lao.el: Register lao-composition-function in
313 composition-function-table.
314
315 * language/lao-util.el (lao-composition-function): Adjust for the new
316 calling way (argument changed). Try font-shape-text if possible.
317
318 2008-02-25 Jason Rumney <jasonr@gnu.org>
319
320 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
321
322 2008-02-25 Juri Linkov <juri@jurta.org>
323
324 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
325 background, "red4" for a dark background, "red" for 16 and
326 8 colors, "grey" for grayscale, and inverse video otherwise.
327 Add :version tag.
328 (isearch-message): Keep the original isearch-message intact, and
329 add text properties to it where necessary. Add `isearch-error' to
330 the condition that checks if isearch is unsuccessful.
331
332 2008-02-24 Juri Linkov <juri@jurta.org>
333
334 * progmodes/compile.el (compilation-handle-exit):
335 Use compilation-error face instead of font-lock-warning-face.
336 Display the same message in the minibuffer as is inserted
337 at the end of the compilation buffer.
338
339 2008-02-24 Glenn Morris <rgm@gnu.org>
340
341 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
342 multiple file case.
343
344 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
345
346 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
347 multiple file case. Use a single `let' rather than two.
348
349 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
350
351 * progmodes/compile.el (compilation-start): Specify a face for
352 mode-line-process.
353 (compilation-handle-exit): Specify a face and a tooltip for
354 mode-line-process.
355
356 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
357
358 * hilit-chg.el: Remove spurious * in defcustom docstrings.
359 (hilit-chg-make-ov): Simplify.
360 (hilit-chg-fixup): Use remove-overlays.
361 (hilit-chg-set-face-on-change): Remove redundant call to
362 `remove-text-properties'.
363
364 * dired.el (dired-mark-prompt): Don't count/display the t element.
365 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
366
367 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
368
369 * progmodes/verilog-mode.el (eval-when-compile): Don't define
370 add-submenu.
371 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
372 Remove. Move contents to the only use ...
373 (verilog-menu): ... here.
374 (verilog-statement-menu): Remove. Move contents to the only use ...
375 (verilog-stmt-menu): ... here.
376 (verilog-mark-defun): Simply call mark-defun for emacs.
377 (occur-pos-list): Declare for byte compiler.
378 (mode-popup-menu): Don't defvar.
379 (verilog-add-statement-menu): Remove.
380 (verilog-mode-hook): Don't add verilog-add-statement-menu.
381 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
382
383 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
384
385 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
386 conditional.
387 (verilog-font-grouping-keywords-face): Make the begin..end
388 keywords standout more than other verilog keywords.
389 (verilog-type-font-keywords): Move the begin..end out of this list
390 to facilitate making them to (potentially) stand out more.
391 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
392 function & task blocks.
393 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
394 initial, function & task blocks.
395 (verilog-forward-sexp): Handle the new "disable fork" statement of
396 IEEE-1800 Verilog.
397 (verilog-beg-block-re-ordered): Handle the new "disable fork"
398 statement of IEEE-1800 Verilog.
399 (verilog-calc-1): Handle the new "disable fork" statement of
400 IEEE-1800 Verilog.
401 (verilog-disable-fork-re): Add const to help handle the new
402 "disable fork" statement of IEEE-1800 Verilog.
403 (verilog-declaration-core-re): Add port directions by themselves,
404 with no qualification, as base item of a declaration.
405 (verilog-pretty-declarations): Add new flag to ask it to refrain
406 from printing to the message buffer.
407 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
408 printing to the message buffer. Improve handling of the many
409 types of expression line up.
410 (verilog-just-one-space): Remove printing of an empty message.
411 (verilog-get-lineup-indent): Rework to support the better handling
412 of expression lineup for verilog-pretty-expr.
413 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
414
415 2008-02-24 Alan Mackenzie <acm@muc.de>
416
417 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
418 yesterday's commit.
419
420 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
421
422 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
423 to mouse-set-point in buffers that aren't associated with files.
424
425 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
426
427 2008-02-24 Alan Mackenzie <acm@muc.de>
428
429 Set of changes so that "obtrusive" syntactic elements in a
430 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
431 unmatched paren) don't interact syntactically with stuff outside
432 the CPP line.
433
434 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
435 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
436 off-by-one bug.
437 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
438 a bit of refactoring.
439 (c-awk-extend-and-syntax-tablify-region): Takes some of the
440 functionality of c-awk-advise-fl-for-awk-region, which has been
441 refactored away.
442
443 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
444 (c-clear-char-property-with-value): New function and macro which
445 remove text-properties `equal' to a supplied value.
446
447 * progmodes/cc-engine.el: Comment about text properties amended.
448
449 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
450 parens around "error\\|warning".
451
452 * progmodes/cc-langs.el (c-get-state-before-change-function)
453 (c-before-font-lock-function, c-anchored-cpp-prefix):
454 New language variables.
455 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
456
457 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
458 syntax-table text properties.
459 (c-common-init): Call language specific before/after-change
460 functions at mode initialisation.
461 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
462 (c-extend-region-for-CPP, c-neutralize-CPP-line)
463 (c-neutralize-syntax-in-CPP): New functions.
464 (c-before-change, c-after-change): Call the new language specific
465 change functions defined in cc-langs.el.
466 (c-advise-fl-for-region): New macro.
467 (awk-mode): Remove AWK specific stuff which has been refactored
468 into language independent stuff.
469
470 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
471
472 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
473 (gdb): (Re)set gdb-flush-pending-output to nil here...
474 (gdb-init-1): ...instead of here (before gdb-prompt).
475
476 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
477
478 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
479 Recognize ''' just like any other char-constant.
480
481 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
484 careful enough. Detect the uid-change all within the main loop.
485
486 2008-02-24 Stefan Monnier <monnier@pastel.home>
487
488 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
489
490 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
491
492 * hilit-chg.el (highlight-save-buffer-state): New macro.
493 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
494 (hilit-chg-clear): Use it to preserve the modified-p flag.
495 (highlight-changes-rotate-faces): Don't mess with the undo-list.
496
497 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
498
499 * font-lock.el (font-lock-set-defaults): Unset previously set variables
500 when needed.
501
502 2008-02-24 \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason <avar@cpan.org> (tiny change)
503
504 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
505 from gnus-button-url-regexp.
506
507 2008-02-24 Eli Zaretskii <eliz@gnu.org>
508
509 * progmodes/compile.el (compilation-next-error): Doc fix.
510 (compilation-find-file): Doc fix.
511
512 2008-02-24 Glenn Morris <rgm@gnu.org>
513
514 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
515 Add obsolete aliases to the old names.
516
517 2008-02-24 Richard Stallman <rms@gnu.org>
518
519 * net/net-utils.el (ifconfig): Rename from ipconfig.
520 (ipconfig): Alias to ifconfig.
521 (ifconfig-program): Rename from ipconfig-program.
522 (ifconfig-program-options): Rename from ipconfig-program-options.
523
524 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
525
526 * progmodes/verilog-mode.el (verilog-declaration-core-re):
527 Add port directions by themselves, with no qualification, as base
528 item of a declaration.
529 (verilog-pretty-declarations): Add new flag that inhibits printing
530 to the message buffer.
531 (verilog-pretty-expr): Add new flag that inhibits printing to the
532 message buffer. Improve handling of the many types of expression
533 line up.
534 (verilog-just-one-space): Don't print an empty message.
535 (verilog-get-lineup-indent): Rework to support the better handling
536 of expression lineup for verilog-pretty-expr.
537 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
538 (verilog-mode-version, verilog-mode-release-date): Update.
539
540 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
541
542 * subr.el (cancel-change-group): Don't move point.
543
544 2008-02-23 Markus Triska <markus.triska@gmx.at>
545
546 * linum.el (linum-after-config): Update all visible windows.
547
548 2008-02-23 Glenn Morris <rgm@gnu.org>
549
550 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
551 Add :help for Solitaire and Tetris.
552
553 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
554
555 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
556 (smtpmail-code-conv-from): Doc fix. Fix custom type.
557 (smtpmail-queue-index-file): Make it a defcustom.
558 (smtpmail-queue-index): Delete.
559 (smtpmail-send-it, smtpmail-send-queued-mail):
560 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
561 smtpmail-queue-index.
562
563 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
564 Add :version.
565
566 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
567
568 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
569 New variables.
570 (iwconfig): New function.
571
572 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
573
574 * vc.el (vc-find-revision): Make vc-parent-buffer local before
575 setting it.
576 (vc-status-menu-map): Do not define using easy-menu.
577 (vc-status-menu-map): New defalias.
578 (vc-status-mode-map): Hook up the menu.
579 (top-level): Update TODO.
580
581 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
582
583 * vc-bzr.el (vc-bzr-init-version): Rename to ...
584 (vc-bzr-init-revision): ... this.
585
586 2008-02-23 Jason Rumney <jasonr@gnu.org>
587
588 * makefile.w32-in (WINS_ALMOST): Remove term.
589 (WINS): Add term here.
590 (custom-deps, finder-data): Use WINS_ALMOST.
591
592 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
593
594 * faces.el (font-weight-table): Fix value of `semi-light'.
595
596 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
599 Make those tables bijective.
600
601 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
602
603 Finish pdbtrack integration cleanup, settling missing-functions
604 byte compiler warnings appropriately.
605
606 * progmodes/python.el (python-point): Remove this - beginning-of-line
607 was all that was necessary for `python-pdbtrack-overlay-arrow'.
608 (python-end-of-def-or-class, python-beginning-of-def-or-class)
609 (python-goto-initial-line): Drop these - they were only needed for
610 python-point.
611 (python-comint-output-filter-function): Use condition-case and
612 beginning-of-line directly, instead of python-mode.el functions
613 which require all sorts of baggage.
614 (point-safe): Unnecessary - we're using condition-case directly,
615 instead.
616 (python-execute-file): Include for python-shell, which I'm leaving
617 in keeping despite it being unnecessary for pdb tracking.
618
619 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
620
621 * progmodes/scheme.el (scheme-font-lock-keywords-2):
622 Add SRFI 11 support.
623 (let-values, let*-values): Specify scheme-indent-function.
624
625 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
626
627 * vc.el (vc-exec-after): Move setting mode-line-process in the
628 busy case ...
629 (vc-set-mode-line-busy-indicator): ... in this new function.
630 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
631 (vc-update-vc-status-buffer): Reset mode-line-process.
632 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
633 mark/unmark all the files with the same state as the current one.
634 With a prefix argument mark/unmark all files.
635 (vc-status-mode-menu): Adjust strings.
636 (vc-update-vc-status-buffer): Only do something when the argument
637 is not nil.
638 (vc-status-kill-dir-status-process): New function.
639 (vc-status-mode-map): Bind it.
640 (vc-status-process-buffer): New variable.
641 (vc-status-mode): Make it local.
642 (vc-status-refresh): Set it.
643
644 * vc-hg.el (vc-hg-dir-status):
645 * vc-git.el (vc-git-dir-status):
646 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
647 command is run.
648
649 2008-02-22 Glenn Morris <rgm@gnu.org>
650
651 * json.el (top-level): No need to require thingatpt.
652 (json-read-keyword): Use thing-at-point rather than word-at-point.
653
654 * time.el (top-level): No need to require time-date when compiling.
655
656 * emacs-lisp/copyright.el (copyright-update-year):
657 Fix subexpression numbering for the case when years are split over
658 lines, and for the replace case.
659
660 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
661 (tpu-caar, tpu-cadr): Delete functions.
662 (zmacs-regions): No need to declare for compiler.
663 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
664 (tpu-spell-check): Rewrite, and handle mark after point.
665 (tpu-special-insert): Use or rather than if.
666
667 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
668 rather than spell-region.
669
670 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
671 warnings about spell-region.
672
673 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
674
675 * ldefs-boot.el: Regenerated.
676
677 * loadup.el: Don't load language/devanagari, language/kannanda,
678 language/malayalam, and language/tamil. Load language/sinhala.
679
680 * language/indian.el (indian-font-foundry)
681 (indian-script-language-alist, indian-font-char-index-table)
682 (indian-font-char, indian-font-char-range, indian-script-table)
683 (indian-default-script, indian-composable-pattern): Delete them.
684 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
685 language environments moved to here.
686 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
687 New language environments.
688
689 * language/devanagari.el, language/devan-util.el,
690 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
691 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
692 Delete them.
693
694 * language/sinhala.el: New file.
695
696 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
697
698 Update Nick Robert's port of pdb tracking from python-mode.el.
699
700 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
701 Clarify docstring.
702 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
703 tracking is happening.
704 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
705 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
706 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
707 Tracking is plugged in to all comint buffers once python.el is loaded.
708 (python-pdbtrack-overlay-arrow): Toggle activation of
709 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
710 (python-pdbtrack-track-stack-file): Use new
711 `python-pdbtrack-get-source-buffer' for more flexible access to
712 debugging source files.
713 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
714 according to pdb stack trace, optionally using new
715 `python-pdbtrack-grub-for-buffer' if file is not locally available.
716 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
717 named buffer, or having function with indicated name.
718 (python-shell): Remove comint-output-filter-functions hook
719 addition, it's being done elsewhere. Wrap long line.
720
721 2008-02-21 Michael Olson <mwolson@gnu.org>
722
723 * json.el: Replace XEmacs compatibility code to get rid of
724 compiler warnings.
725
726 * time.el: Fix compiler warning.
727
728 2008-02-21 Edward O'Connor <ted@oconnor.cx>
729
730 * json.el: New file (JavaScript Object Notation parser / generator).
731
732 2008-02-21 Dave Love <fx@gnu.org>
733
734 * progmodes/sym-comp.el: New file.
735
736 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
737 Require sym-comp. Add Python buffer to same-window-buffer-names.
738 Fixup whitespaces.
739 (python-font-lock-keywords): Add highlighting for Python builtins.
740 (python-font-lock-syntactic-keywords): Rewrite.
741 (python-quote-syntax): Use syntax-ppss-context instead of parsing
742 ppss directly.
743 (python-mode-map): Add binding for python-find-function.
744 (python-calculate-indentation): Clean up the logic.
745 (python-beginning-of-defun): Explicitly set return value.
746 (python-beginning-of-statement): Stop looping if we get stuck
747 going backwards.
748 (python-next-statement): Stop looping if we somehow end up inside
749 a string while advancing.
750 (python-preoutput-continuation, python-version-checked): New vars.
751 (python-check-version): New function.
752 (run-python): Set default command to python-command instead of
753 python-python-command.
754 (run-python): Use python-check-version. Give PYTHONPATH
755 precedence over data-directory in the process environment.
756 Load function definitions in python process after.
757 (python-check-comint-prompt): New function.
758 (python-send-command, python-send-receive): Use it.
759 (python-complete-symbol, python-try-complete): Functions deleted.
760 Use symbol-complete instead of python-complete-symbol throughout.
761 (python-fill-paragraph): Further refine the fenced-string regexp.
762 (def-python-skeleton): Expand to the original abbrev instead if in
763 a comment or string. Tweak skeletons for `if', `while', `for',
764 `try/except', `try/finally', `name'.
765 (python-pea-hook, python-abbrev-pc-hook): New functions.
766 (python-abbrev-syntax-table): New var.
767 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
768 Use symbol-completion-try-complete for hippie expansion.
769 Turn on font lock unconditionally.
770 (python-mode-hook): Defcustom it. No need to use make-local
771 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
772 option, since it's buffer-local.
773
774 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
775
776 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
777
778 2008-02-21 Drew Adams <drew.adams@oracle.com>
779
780 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
781 "Turn off" and a "Help" entry when the minor mode has no menu.
782
783 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
784
785 * vc.el (vc-status-mark, vc-status-unmark): New functions.
786 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
787 vc-status-mark-file and vc-status-unmark-file.
788 (vc-status-mark-unmark): New function.
789 (vc-status-previous-line, vc-status-next-line): No longer interactive.
790
791 2008-02-21 Glenn Morris <rgm@gnu.org>
792
793 * composite.el (encode-composition-rule): Fix typo in error message.
794 (composition-function-table, auto-composition-mode): Doc fixes.
795
796 * subr.el (sit-for): Fix obsolete form for nil second argument.
797
798 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
799 (spell-string): Make obsolete, in favor of ispell.
800
801 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
802
803 * language/devanagari.el: Don't setup composition-function-table
804 here.
805 ("Devanagari"): Change charset, coding-system, coding-priority to
806 Unicode-based ones. Don't require the feature devan-util.
807
808 * composite.el (compose-chars-after): Fix arguments for a function
809 in composition-function-table.
810 (auto-compose-region): Likewise.
811
812 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
813 for Ethiopic.
814 (ps-mule-plot-string): Ignore glyph-string based compositions.
815
816 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * doc-view.el: Allow different windows to show different pages.
819 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
820 (doc-view-current-image, doc-view-current-overlay): Remove variables,
821 add them back as macros instead, using image-mode-winprops instead.
822 Update all users of those variables.
823 (doc-view-new-window-function): New function to create a new overlay
824 for each new window.
825 (doc-view-mode): Use it and image-mode-setup-winprops.
826 (doc-view-clone-buffer-hook): Rewrite accordingly.
827
828 * image-mode.el: Extend [hv]scroll support to per-window properties.
829 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
830 (image-mode-winprops-alist): New var to replace them.
831 (image-mode-new-window-functions): New hook.
832 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
833 New funs.
834 (image-set-window-vscroll, image-set-window-hscroll): Use them.
835 Remove the `window' argument, update callers.
836 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
837 Use the new functions.
838 (image-mode-reapply-winprops): New fun.
839 (image-mode): Use it.
840
841 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
842
843 * calc/calc-math.el (math-sin-raw): Add optional argument
844 to keep track of original argument.
845 (math-cos-raw): Use optional argument when calling math-sin-raw.
846 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
847 with close to original precision.
848
849 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
850
851 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
852 args in calls of sit-for.
853
854 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
855
856 * vc-svn.el (vc-svn-program): Fix typo in docstring.
857 (vc-svn-checkin): Fix typo in error message.
858
859 * help-mode.el: Require easymenu when compiling.
860
861 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
862
863 * help-mode.el (help-mode-menu): New menu.
864
865 2008-02-20 Glenn Morris <rgm@gnu.org>
866
867 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
868 on Windows.
869
870 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
871
872 * ps-mule.el (ps-mule-encode-region): Return a single string.
873 (ps-mule-plot-string): Adjust for the above change.
874 (ps-mule-encode-header-string): Likewise.
875
876 * international/latin1-disp.el (latin1-display): Don't use
877 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
878 standard-display-table.
879 (latin1-display-identities): Adjust for the change of what is
880 returned by (get-language-info charset 'charset).
881
882 * international/mule-util.el (char-displayable-p): Fix for Latin-1
883 characters and terminal case.
884
885 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
886
887 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
888
889 * progmodes/python.el: Also require comint when loading.
890 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
891 Replace python-shell with run-python on menu bar.
892 (python-shell-map): New map.
893 (python-default-interpreter, python-python-command-args)
894 (python-jython-command-args, python-pdbtrack-do-tracking-p):
895 New options.
896 (python-which-shell, python-which-args, python-which-bufname):
897 New buffer local variables.
898 (python-file-queue, python-pdbtrack-is-tracking-p):
899
900 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
901 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
902 New constants.
903
904 Pdbtrack features:
905
906 (python-point, python-end-of-def-or-class)
907 (python-beginning-of-def-or-class, python-goto-initial-line)
908 (python-comint-output-filter-function)
909 (python-pdbtrack-overlay-arrow)
910 (python-pdbtrack-track-stack-file, python-toggle-shells)
911 (python-shell, python-pdbtrack-toggle-stack-tracking)
912 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
913 New functions.
914
915 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
916
917 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
918 when the argument is nil.
919
920 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
921
922 * vc.el (dir-status): Add a brief description.
923
924 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
925
926 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
927 If non-nil, reverse the sense of the check.
928
929 * vc-rcs.el (vc-rcs-root): New func.
930 * vc-cvs.el (vc-cvs-root): New func.
931 * vc-svn.el (vc-svn-root): New func.
932 * vc-sccs.el (vc-sccs-root): New func.
933
934 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
935
936 * language/japan-util.el (setup-japanese-environment-internal):
937 Call use-cjk-char-width-table.
938
939 * language/japanese.el ("Japanese"): Set exit-function to
940 use-default-char-width-table.
941
942 * international/characters.el: Delete occurrences of non-Unicode
943 tibetan and ethiopic characters.
944 (cjk-char-width-table): New variable.
945 (use-cjk-char-width-table, use-default-char-width-table):
946 New functions.
947
948 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
949
950 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
951 (vc-status-mode-menu): Add a :filter.
952 (vc-status-printer): Add faces.
953
954 * vc-hg.el (vc-hg-extra-status-menu): New function.
955 (vc-hg-dir-status): Clean up the buffer before using it.
956
957 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
958
959 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
960 (gdb): Initialize it here instead.
961
962 * files.el (locate-dominating-file): Fix thinko in last change.
963 Reported by Bruce Stephens <bruce.stephens@isode.com>.
964
965 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
966
967 * vc.el (vc-status-mode-menu): New menu for vc-status.
968
969 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
970
971 * progmodes/verilog-mode.el (customize): Fix typo in error message.
972 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
973 (verilog-mode-auto, verilog-indent-level-module)
974 (verilog-minimum-comment-distance, verilog-library-flags)
975 (verilog-library-directories, verilog-library-files)
976 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
977 (verilog-xemacs-menu, verilog-set-compile-command)
978 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
979 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
980 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
981 (verilog-batch-inject-auto, verilog-batch-indent)
982 (verilog-continued-line, verilog-type-keywords)
983 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
984 (verilog-read-inst-pins, verilog-read-arg-pins)
985 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
986 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
987 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
988 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
989 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
990 (verilog-mode-version, verilog-mode-release-date)
991 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
992 (verilog-simulator, verilog-compiler)
993 (verilog-auto-sense-defines-constant, verilog-company)
994 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
995 Fix typos in docstrings.
996 (verilog-set-auto-endcomments, verilog-calculate-indent)
997 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
998 Reflow docstrings.
999 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
1000 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
1001 (electric-verilog-forward-sexp, verilog-in-case-region-p)
1002 (verilog-in-struct-region-p, verilog-in-generate-region-p)
1003 (verilog-leap-to-head, verilog-current-indent-level)
1004 (verilog-case-indent-level, verilog-cpp-keywords)
1005 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
1006 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
1007 (verilog-signals-not-in, verilog-symbol-detick-text)
1008 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
1009 (verilog-forward-close-paren, verilog-backward-open-paren)
1010 (verilog-backward-open-bracket): Doc fixes.
1011
1012 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
1013 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
1014 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
1015 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
1016 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
1017 Fix typos in docstrings.
1018
1019 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
1020
1021 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
1022
1023 * info.el (Info-read-node-name): Removed unused `default' arg.
1024
1025 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1026
1027 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
1028
1029 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1030
1031 * image-mode.el (image-get-display-property): New fun.
1032 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1033 (image-mode, image-minor-mode, image-toggle-display-text)
1034 (image-toggle-display): Use it.
1035
1036 2008-02-18 Jason Rumney <jasonr@gnu.org>
1037
1038 * international/mule.el (xml-find-file-coding-system): Don't warn
1039 about utf-16 with BOM.
1040
1041 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
1042
1043 * international/mule.el (sgml-xml-auto-coding-function): Detect and
1044 warn if file encoding is not utf-8 and encoding not specified.
1045 (xml-find-file-coding-system): New function.
1046 * international/mule-conf.el (file-coding-system-alist): Use it.
1047
1048 2008-02-17 Glenn Morris <rgm@gnu.org>
1049
1050 * international/mule-cmds.el (set-locale-environment):
1051 Pass `frame' to getenv for LC_MESSAGES.
1052
1053 2008-02-17 Juri Linkov <juri@jurta.org>
1054
1055 * time.el (emacs-init-time): Use format instead of format-seconds.
1056
1057 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1058
1059 * textmodes/bibtex.el (bibtex-search-entry): Rename from
1060 bibtex-find-entry. Add autoload cookie.
1061 (bibtex-find-entry): Alias for bibtex-search-entry.
1062 (bibtex-search-crossref): Rename from bibtex-find-crossref.
1063 (bibtex-find-crossref): Alias for bibtex-search-crossref.
1064 (bibtex-clean-entry): atomic-change-group removed.
1065 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
1066 to locate buffer location where error occurred.
1067 Make error messages more specific.
1068 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
1069
1070 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
1071
1072 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
1073 top level.
1074
1075 * simple.el (transient-mark-mode): Add an :init-value.
1076
1077 * startup.el (command-line): Use custom-reevaluate-setting for
1078 transient-mark-mode.
1079
1080 2008-02-17 Micha\e$(Q)a\e(Bl Cadilhac <michael@cadilhac.name>
1081
1082 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
1083
1084 2008-02-16 Juri Linkov <juri@jurta.org>
1085
1086 * startup.el (after-init-time): New variable.
1087 (command-line): Set `after-init-time' to the current time.
1088
1089 * time.el (emacs-init-time): New function.
1090
1091 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1092
1093 * files.el (locate-dominating-file): Remove initial loop because it's
1094 not careful enough. Detect the uid-change all within the main loop.
1095
1096 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
1097
1098 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
1099
1100 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
1101
1102 * vc.el (vc-annotate): Add new argument.
1103 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
1104
1105 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
1106 Move make-variable-buffer-local code after the corresponding defvar.
1107 (hs-minor-mode-map): Define and initialize in one step.
1108 (hs-minor-mode): Change from defun to define-minor-mode.
1109
1110 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
1111
1112 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
1113 (gdb-ready): Move declaration...
1114
1115 * progmodes/gdb-ui.el (gdb-ready): ...to here.
1116 (gdb-early-user-input): New variable.
1117 (gdb): Reset gdb-flush-pending-output to nil and set
1118 comint-input-sender here (before gdb-prompt), instead of...
1119 (gdb-init-1): ...here.
1120 (gdb-send): If Emacs is not ready, defer user input to...
1121 (gdb-prompt): ...here.
1122
1123 2008-02-16 Glenn Morris <rgm@gnu.org>
1124
1125 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
1126
1127 * startup.el (emacs-startup-time): Rename to `before-init-time'.
1128 (before-init-time): New name for `emacs-startup-time'.
1129 (command-line): Use before-init-time rather than emacs-startup-time.
1130 * time.el (emacs-uptime): Use before-init-time rather than
1131 emacs-startup-time.
1132
1133 * composite.el (composition-function-table): Doc fix.
1134
1135 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
1136 in favor of `%z' specifier.
1137 (emacs-uptime): Move to time.el.
1138 * time.el (emacs-uptime): Move here from time-date.el. Add optional
1139 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
1140 argument of format-seconds.
1141
1142 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
1143
1144 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
1145
1146 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
1147
1148 * ielm.el (ielm-is-whitespace): Remove.
1149 (ielm-is-whitespace-or-comment): New function.
1150 (ielm-eval-input): Use it.
1151
1152 2008-02-15 Jason Rumney <jasonr@gnu.org>
1153
1154 * term/mac-win.el: Fix coding tag.
1155
1156 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
1157
1158 * vc-hooks.el (vc-menu-map):
1159 * bindings.el (mode-line-mode-menu): Add tooltips.
1160
1161 * bindings.el (help-echo): Add more tooltips. Use a less
1162 telegraphic style for existing tooltips.
1163
1164 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
1167 from the auto-generated one.
1168
1169 2008-02-14 Glenn Morris <rgm@gnu.org>
1170
1171 * mail/rmail-spam-filter.el (rmail-spam-filter):
1172 Let-bind message-spam-status.
1173
1174 * mail/smtpmail.el (password-cache-add): Declare as function.
1175
1176 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
1177
1178 * mail/smtpmail.el: Use password-cache.
1179
1180 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
1181
1182 * uniquify.el (uniquify-buffer-base-name): New function.
1183 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1184
1185 * desktop.el (uniquify-managed): Don't defvar.
1186 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
1187 `uniquify-managed'. Return also the buffer's base name.
1188 (desktop-save): When saving the buffer info, filter out the base name,
1189 and save it as buffer name if the buffer is managed by uniquify.
1190 (uniquify-item-base): Don't declare; not called anymore.
1191
1192 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
1193
1194 * vc.el (vc-annotate-find-revision-at-line): New function.
1195 (vc-annotate-mode-map): Bind it.
1196 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
1197 some entries.
1198
1199 2008-02-14 Glenn Morris <rgm@gnu.org>
1200
1201 * calendar/time-date.el (format-seconds): New function.
1202 (emacs-uptime): Use format-seconds.
1203
1204 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1205 Remove `LC_ALL=C', since it's included in $(emacs) now.
1206
1207 2008-02-14 Zhang Wei <id.brep@gmail.com>
1208
1209 * textmodes/org-publish.el (org-publish-timestamp-filename):
1210 Replace colon characters in filename too.
1211
1212 2008-02-13 Bastien Guerry <bzg@altern.org>
1213
1214 * mail/rmail.el (rmail-header-name): New face.
1215 (rmail-font-lock-keywords): Use rmail-header-name.
1216
1217 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
1218 against X-Spam-Status header field.
1219 (rmail-spam-filter): Also check X-Spam-Status header field.
1220
1221 2008-02-14 Mark A. Hershberger <mah@everybody.org>
1222
1223 * progmodes/flymake.el (flymake-allowed-file-name-masks):
1224 Add support for .pm files and .php files.
1225 (flymake-err-line-patterns): Add pattern for PHP errors.
1226 (flymake-php-init): New function. PHP support for flymake.
1227
1228 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1229 Add regular expression for PHP errors.
1230
1231 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
1232
1233 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
1234 This DTRT even on w32 machines.
1235 (ange-ftp-cf1): Quote FILENAME.
1236
1237 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1238
1239 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
1240 (smerge-auto-combine): New fun.
1241
1242 2008-02-12 Juri Linkov <juri@jurta.org>
1243
1244 * startup.el (fancy-startup-screen, normal-splash-screen):
1245 Set default-directory to command-line-default-directory.
1246
1247 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
1248 after reading the desktop.
1249
1250 * progmodes/compile.el (compilation-auto-jump):
1251 Call compile-goto-error only when compilation-auto-jump-to-first-error
1252 is non-nil.
1253 (compilation-scroll-output): Replace :type 'boolean with a choice
1254 that has three options including a third option `first-error'.
1255 Doc fix.
1256 (compilation-start, compilation-forget-errors): Add an alternate
1257 condition comparing compilation-scroll-output with `first-error'
1258 in addition to compilation-auto-jump-to-first-error (to call
1259 compilation-auto-jump in the proper place).
1260
1261 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1262
1263 * international/mule.el (sgml-html-meta-auto-coding-function):
1264 Make sure the search limit is ahead.
1265
1266 * tar-mode.el: Fix broken indentation.
1267 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
1268 Use with-current-buffer.
1269
1270 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
1271
1272 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
1273 it is already automatically buffer-local.
1274
1275 2008-02-11 Drew Adams <drew.adams@oracle.com>
1276
1277 * help.el (describe-key): Join some split lines to facilitate filling.
1278 * help-fns.el (describe-function-1): Fill text of overlong lines.
1279
1280 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
1281
1282 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
1283 Use unibyte-string instead of string-make-unibyte.
1284
1285 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
1286
1287 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1288
1289 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
1290 works also for buffers w/o buffer-file-name. Update callers.
1291 (doc-view-clone-buffer-hook): New fun.
1292 (doc-view-mode): Use it for indirect clones. Mark the overlays with
1293 the `doc-view' property so they can be recognized.
1294
1295 * simple.el (clone-indirect-buffer-hook): New hook.
1296 (clone-indirect-buffer): Run it.
1297
1298 2008-02-11 Daiki Ueno <ueno@unixuser.org>
1299
1300 * epa.el (epa-menu-mode): Merge into epa-mode.
1301 (epa-menu-items): Rename the label "EasyPG Assistant" to
1302 "Encryption/Decryption".
1303
1304 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
1305 (epa-dired-mode-map): Rename from epa-dired-map.
1306 (epa-global-dired-mode): Rename the global minor mode.
1307
1308 2008-02-11 Drew Adams <drew.adams@oracle.com>
1309
1310 * isearch.el (isearch-fail): New face.
1311 (isearch-message): Highlight failure part of input.
1312
1313 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * ibuffer.el (ibuffer-header-line-format): New var.
1316 (ibuffer-mode): Set it instead of header-line-format.
1317 (ibuffer-update): Use it to set header-line-format.
1318
1319 * international/mule-cmds.el (ucs-insert): Inherit surrounding
1320 properties like self-insert-command.
1321
1322 2008-02-11 Drew Adams <drew.adams@oracle.com>
1323
1324 * progmodes/etags.el: Add many doc strings.
1325
1326 2008-02-11 Jason Rumney <jasonr@gnu.org>
1327
1328 * ldefs-boot.el: Regenerated.
1329
1330 2008-02-11 Glenn Morris <rgm@gnu.org>
1331
1332 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1333 Shorten some names.
1334
1335 * ffap.el (ffap-rfc-directories): Add :version.
1336
1337 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
1338
1339 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
1340 files, and backup files of same.
1341
1342 2008-02-11 Kevin Ryde <user42@zip.com.au>
1343
1344 * ffap.el (ffap-rfc-directories): New variable.
1345 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
1346
1347 * info.el (Info-next-reference, Info-prev-reference)
1348 (Info-try-follow-nearest-node): Move to and follow https:// links too.
1349
1350 * simple.el (completion-list-mode): Show full completion-list-mode-map
1351 in the docstring.
1352
1353 2008-02-11 Sam Steingold <sds@gnu.org>
1354
1355 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
1356
1357 2008-02-11 Glenn Morris <rgm@gnu.org>
1358
1359 * startup.el (emacs-startup-time): New variable.
1360 (command-line): Set emacs-startup-time.
1361
1362 * calendar/time-date.el (emacs-uptime): New function.
1363
1364 2008-02-10 Bastien Guerry <bzg@altern.org>
1365
1366 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
1367 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
1368 it is nil.
1369
1370 2008-02-10 Daiki Ueno <ueno@unixuser.org>
1371
1372 * epg-config.el: Expand the contents of epg-package-info.el.
1373 (epg-package-name): New constant.
1374 (epg-version-number): New constant.
1375 (epg-bug-report-address): New constant.
1376
1377 * epa-mail.el (epa-mail-mode): Add autoload cookie.
1378 (epa-global-mail-mode): New global minor mode.
1379
1380 * epa-file.el (epa-file-mode): New global minor mode.
1381
1382 * epa-dired.el (epa-dired-mode): New global minor mode.
1383
1384 * epa.el (epa-menu): New variable.
1385 (epa-menu-items): New variable.
1386 (epa-menu-mode): New global minor mode.
1387 (epa-global-minor-modes): New user option.
1388 (epa-mode): New global minor mode.
1389
1390 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
1391
1392 * net/dbus.el: Remove `no-byte-compile' cookie.
1393 (dbus-call-method, dbus-register-signal, dbus-debug)
1394 (dbus-registered-functions-table): Declare them with
1395 `declare-function' or `defvar', respectively.
1396 (top): Don't assert any longer. Require 'cl when compiling.
1397 Apply `ignore-errors' but `dbus-ignore-errors'.
1398
1399 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1400
1401 * diff-mode.el (diff-add-change-log-entries-other-window):
1402 Use add-change-log-entry.
1403
1404 2008-02-09 Jason Rumney <jasonr@gnu.org>
1405
1406 * button.el (button-map):
1407 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
1408 * ldefs-boot.el: Regenerate.
1409
1410 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
1411
1412 * epa.el (epa-faces, epa):
1413 * epa-file.el (epa-file):
1414 * epg-config.el (epg): Add :version.
1415
1416 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
1417
1418 * vc.el (vc-exec-after): Append CODE to previous fragments.
1419 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
1420 take MESSAGES instead of VERBOSE; use it when non-nil.
1421 (vc-diff-internal): Compute messages once; use them;
1422 update call to vc-diff-finish.
1423
1424 2008-02-09 Michael Olson <mwolson@gnu.org>
1425
1426 * net/tramp.el (tramp-process-sentinel): Avoid error when process
1427 buffer has been killed, such as by
1428 `tramp-cleanup-all-connections'.
1429
1430 2008-02-09 Miles Bader <miles@gnu.org>
1431
1432 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
1433
1434 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1435
1436 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
1437 splitter in context hunks.
1438
1439 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
1440
1441 * international/fontset.el (setup-default-fontset): Fix arabic otf
1442 font specification.
1443
1444 2008-02-08 Daiki Ueno <ueno@unixuser.org>
1445
1446 * epa-dired.el:
1447 * epa-file.el:
1448 * epa-mail.el:
1449 * epa-setup.el:
1450 * epa.el:
1451 * epg-config.el:
1452 * epg-package-info.el:
1453 * epg.el: Initial check-in of EasyPG.
1454
1455 2008-02-08 Glenn Morris <rgm@gnu.org>
1456
1457 * woman.el (woman-locale): New defcustom.
1458 (woman-expand-locale, woman-manpath-add-locales): New functions.
1459 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
1460
1461 * international/mule-cmds.el (locale-translate): New function,
1462 with old code extracted from set-locale-environment.
1463 (set-locale-environment): Use locale-translate. Set woman-locale.
1464
1465 * cus-start.el (selection-coding-system): Remove, since it's now
1466 defined in select.el rather than in xselect.c.
1467 * select.el (selection-coding-system): Make it a defcustom, and
1468 add the properties from cus-start.el. Bump :version.
1469
1470 * custom.el (custom-theme-set-variables): Sort symbols that are
1471 dependencies before symbols that depend on them.
1472 (custom-enabled-themes): Set after custom-theme-directory.
1473
1474 * pcmpl-unix.el (top-level): Move provide statement to end.
1475 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
1476 `*' from doc-string. Allow to be nil.
1477 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
1478 Allow to be nil. Add :version.
1479 (pcmpl-ssh-hosts): Move definition before use. Handle lines
1480 without hostnames, and multiple hostnames per line.
1481
1482 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
1483
1484 2008-02-08 Phil Hagelberg <phil@evri.com>
1485
1486 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
1487 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
1488
1489 2008-02-07 Timo Savola <timo.savola@iki.fi>
1490
1491 * startup.el (command-line-x-option-alist): Add --parent-id.
1492
1493 * term/x-win.el (x-handle-parent-id): New function.
1494
1495 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
1496
1497 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
1498 "Font Menu".
1499
1500 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
1501
1502 * net/dbus.el (dbus-interface-peer): New defconst.
1503 (dbus-ping): New defun.
1504
1505 2008-02-06 Sam Steingold <sds@gnu.org>
1506
1507 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
1508
1509 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1510
1511 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
1512 Just return nil and let the C code provide a fallback.
1513
1514 2008-02-05 Glenn Morris <rgm@gnu.org>
1515
1516 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
1517 tramp-flush-connection-property for removed 2nd argument.
1518
1519 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1520
1521 * diff-mode.el (diff-add-change-log-entries-other-window):
1522 Rename from diff-create-changelog. Change users.
1523 Minor change to hopefully work with plain diffs.
1524 (diff-mode-map): Add binding for it.
1525
1526 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
1527
1528 * diff-mode.el: Add new TODO entry.
1529 (diff-create-changelog): New function.
1530 (diff-mode-menu): Bind it.
1531
1532 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
1533
1534 * international/mule-diag.el (print-fontset-element): Handle the
1535 case of inhibiting the fallback fonts.
1536
1537 2008-02-04 Kim F. Storm <storm@cua.dk>
1538
1539 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
1540 (ido-magic-delete-char): Use prefix arg.
1541
1542 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
1543
1544 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
1545 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
1546 of today, the most recent libpng is 1.2.24).
1547
1548 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
1549
1550 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
1551
1552 * net/dbus.el (top): Check (featurep 'dbusbind).
1553
1554 * net/tramp.el (tramp-process-sentinel): New defun.
1555 (tramp-do-copy-or-rename-file-out-of-band)
1556 (tramp-maybe-open-connection): Use it as process sentinel.
1557 (tramp-handle-delete-directory): Don't use the "-f" option; it
1558 isn't portable.
1559 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
1560 after the command.
1561 (tramp-handle-shell-command): Set `mode-line-process' in the
1562 asynchronous case.
1563
1564 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
1565
1566 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
1567 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1568 Use `tramp-process-sentinel' as process sentinel.
1569
1570 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
1571
1572 * whitespace.el (global-whitespace-mode): Revert last change.
1573 (whitespace-unload-function): Force `global-whitespace-mode'
1574 to deactivate local modes in a slightly less intrusive way.
1575
1576 2008-02-02 Eli Zaretskii <eliz@gnu.org>
1577
1578 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
1579
1580 2008-02-02 Glenn Morris <rgm@gnu.org>
1581
1582 * international/latin1-disp.el (latin1-display):
1583 * progmodes/fortran.el (fortran-comment-indent-char):
1584 * progmodes/idlw-shell.el (top-level):
1585 * term/mac-win.el (mac-keyboard-translate-char):
1586 * whitespace.el (whitespace-char-valid-p):
1587 * wid-edit.el (widget-key-sequence-read-event):
1588 Use characterp rather than char-valid-p.
1589
1590 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
1591 to capitalized-find-word-boundary. Doc fix. Update callers.
1592 (capitalized-next-word-boundary-function-table): Rename to
1593 capitalized-find-word-boundary-function-table. Doc fix. Update users.
1594
1595 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
1596 string-to-int.
1597
1598 * ps-def.el (declare-function): Add compatibility definition.
1599 (ps-plot-with-face, ps-plot-string): Declare as functions.
1600 (ps-bold-faces, ps-italic-faces): Declare variables.
1601
1602 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
1603 (ps-mule-end-job): Declare as functions.
1604
1605 * wid-edit.el (widget-string-complete): Use assoc-string rather
1606 than assoc-ignore-case.
1607
1608 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
1609
1610 * progmodes/etags.el (next-file): Improve revert message.
1611
1612 2008-02-01 Andreas Schwab <schwab@suse.de>
1613
1614 * loadup.el: Load language/burmese instead of language/myanmar.
1615
1616 2008-02-01 Richard Stallman <rms@gnu.org>
1617
1618 * language/burmese.el: Rename from myanmar.el.
1619 ("Burmese"): Rename from "Myanmar".
1620
1621 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1622
1623 * international/fontset.el (script-representative-chars): Add cham
1624 and tai-viet.
1625 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
1626 Add fontconfig spec for cjk-misc. Explicitly specify font font
1627 for U+E000..U+F8FF.
1628
1629 * international/characters.el (script-list): Add cham.
1630
1631 * language/cham.el: New file.
1632
1633 2008-02-01 Mark A. Hershberger <mah@everybody.org>
1634
1635 * xml.el (xml-escape-string): Don't do any encoding changes on the
1636 string.
1637
1638 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1639
1640 * language/ind-util.el (in-is13194-post-read-conversion):
1641 Delete unnecessary call of indian-compose-region.
1642
1643 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1644
1645 * ps-print.el: Some face attributes (like :strike-through) were not
1646 being recognised. Reported by Leo <sdl.web@gmail.com>.
1647 (ps-print-version): New version 7.3.2.
1648 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
1649 ps-face-overline-p and ps-face-box-p functions.
1650
1651 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
1652 New functions.
1653
1654 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1655
1656 * international/fontset.el (font-encoding-alist): Add an entry for
1657 iso8859-16.
1658 (setup-default-fontset): Add iso8859-16 to latin.
1659
1660 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
1661 hexadigit string.
1662 (describe-char): Adjust for the above change.
1663
1664 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1665
1666 * international/fontset.el (font-encoding-alist): Don't set the
1667 repertory of GB18030 fonts.
1668
1669 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1670
1671 * language/indian.el: Set font-shape-text for all Indic characters
1672 in composition-function-table.
1673
1674 * language/khmer.el: New file.
1675
1676 * language/myanmar.el: New file.
1677
1678 * loadup.el: Load "language/khmer" and "language/myanmar".
1679
1680 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1681
1682 * international/fontset.el (setup-default-fontset): Fix lao OTF
1683 script name.
1684
1685 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1686
1687 * composite.el (terminal-composition-modification): Delete it.
1688
1689 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1690
1691 * international/fontset.el (x-complement-fontset-spec):
1692 Complement size too.
1693
1694 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1695
1696 * international/fontset.el (font-encoding-charset-alist):
1697 Initialize it.
1698 (otf-script-alist): Fix typo of canadian-aboriginal.
1699 (setup-default-fontset): Specify font-specs for many more scripts.
1700 (x-complement-fontset-spec): Change the first argument to a
1701 font-spec object.
1702 (create-fontset-from-fontset-spec): Adjust for the above change.
1703
1704 2008-02-01 Kenichi Handa <handa@m17n.org>
1705
1706 * language/devanagari.el: Register font-shape-text in
1707 composition-function-table.
1708
1709 * language/tibetan.el: Register font-shape-text in
1710 composition-function-table.
1711
1712 * language/thai-util.el (thai-composition-function): Fix arguments.
1713
1714 * language/tamil.el: Register font-shape-text in
1715 composition-function-table.
1716
1717 * language/malayalam.el: Register font-shape-text in
1718 composition-function-table.
1719
1720 * language/lao.el: Register font-shape-text in
1721 composition-function-table.
1722
1723 * language/kannada.el: Register font-shape-text in
1724 composition-function-table.
1725
1726 * language/european.el (diacritic-composition-function): Fix arguments.
1727
1728 * language/ethio-util.el (ethio-composition-function): Fix arguments.
1729
1730 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
1731
1732 * composite.el (composition-function-table): Fix docstring.
1733 (terminal-composition-function): Fix arguments.
1734 (auto-compose-current-font): Delete it.
1735 (auto-compose-chars): Adjust for the change of
1736 composition-function-table.
1737
1738 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1739
1740 * international/fontset.el (font-encoding-alist): Add the entry of
1741 "unicode-bmp".
1742
1743 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1744
1745 * composite.el (auto-compose-chars): Be sure to calculate
1746 composition at least at POS.
1747
1748 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1749
1750 * printing.el: Fix pr-interface-map initialization code.
1751 (pr-version): New version 6.9.3.
1752 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
1753 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
1754 (pr-f-read-string): Replace by pr-read-string.
1755 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
1756 New function name.
1757 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
1758
1759 2008-02-01 Kenichi Handa <handa@m17n.org>
1760
1761 * language/tv-util.el (tai-viet-re): Include '-'.
1762 (tai-viet-glyph-info): Handle '-'.
1763
1764 2008-02-01 Kenichi Handa <handa@m17n.org>
1765
1766 * descr-text.el (describe-char): Handle a composition of the new
1767 format. Show font name.
1768
1769 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1770
1771 * language/tibet-util.el (tibetan-composition-function): Use
1772 font-shape-text if auto-compose-current-font is non-nil.
1773
1774 * language/tibetan.el: Fix the range for recording
1775 tibetan-composition-function in composition-function-table.
1776
1777 * language/mlm-util.el (malayalam-composition-function): Use
1778 font-shape-text if auto-compose-current-font is non-nil.
1779
1780 * international/mule-conf.el: Flag many charsets as supplementary.
1781
1782 * international/mule.el (define-charset): Update the docstring for
1783 :supplementary-p.
1784
1785 * international/fontset.el (setup-default-fontset): Add OpenType
1786 fonts for malayalam and tibetan.
1787
1788 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1789
1790 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
1791
1792 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1793
1794 * international/fontset.el (otf-script-alist): Make all otf tags
1795 4-letters.
1796 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
1797
1798 * language/tml-util.el (tamil-composition-function): Use
1799 font-shape-text if auto-compose-current-font is non-nil.
1800
1801 * language/devan-util.el (devanagari-composition-function): Use
1802 font-shape-text if auto-compose-current-font is non-nil.
1803
1804 * composite.el (auto-compose-chars): Change argument font-object
1805 to window.
1806
1807 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1808
1809 * ps-print.el (ps-lpr-switches): Docstring fix.
1810 (ps-string-list): New function.
1811 (ps-do-despool): Code fix.
1812
1813 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1814
1815 * international/utf-7.el (utf-7-imap-post-read-conversion)
1816 (utf-7-imap-pre-write-conversion): New functions.
1817
1818 * international/mule-conf.el (utf-7-imap): New coding system.
1819
1820 2008-02-01 Kenichi Handa <handa@m17n.org>
1821
1822 * term/x-win.el (x-selection-value): If x-select-request-type is
1823 nil, try also STRING at last.
1824 (x-select-request-type): Doc fix for the change of x-selection-value.
1825
1826 * select.el (selection-coding-system, next-selection-coding-system):
1827 Move declarations from xselect.c.
1828 (x-get-selection): Decode by selection-coding-system if it is non-nil.
1829 If it is nil, decode by a proper coding system. Handle C_STRING.
1830 (ccl-check-utf-8, string-utf-8-p): Delete them.
1831 (xselect-convert-to-string): Fix determining data-type in the case
1832 that TEXT is requested. Don't use selection-coding-system if it's
1833 not proper for the data-type.
1834
1835 2008-02-01 Kenichi Handa <handa@m17n.org>
1836
1837 * term/x-win.el (x-selection-value): If x-select-request-type is
1838 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
1839
1840 2008-02-01 Jason Rumney <jasonr@gnu.org>
1841
1842 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
1843 to signify default fontset.
1844
1845 2008-02-01 Kenichi Handa <handa@m17n.org>
1846
1847 * international/mule-cmds.el (describe-language-environment):
1848 Check if the specified input method exists or not.
1849
1850 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1851
1852 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
1853 (ps-face-background-name): Remove this function. It's already defined
1854 in ps-def.el file.
1855
1856 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1857
1858 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
1859 Epoch emacsen.
1860
1861 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1862
1863 * ps-print.el: Now detect if text foreground and background colors are
1864 equals and replace the foreground color by another color, so the text
1865 becomes visible. Doc fix.
1866 (ps-print-version): New version 7.3.
1867 (ps-default-fg, ps-default-bg): Docstring fix.
1868 (ps-fg-list, ps-fg-validate-p): New options.
1869 (ps-foreground-list): New variable.
1870 (ps-generate-header-line): Replace fboundp by functionp.
1871 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
1872
1873 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1874
1875 * printing.el: Pacify byte compiler, that is, no compiler warnings.
1876 Move (again) some variable definitions before use, define some
1877 function aliases, no code change.
1878 (pr-version): New version 6.9.2.
1879 (pr-path-style, pr-auto-region, pr-menu-char-height)
1880 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
1881 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
1882 via (defvar VAR).
1883 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
1884 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
1885 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
1886 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
1887 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
1888 (pr-menu-print-item, pr-ps-printer-menu-modified)
1889 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
1890 (pr-even-or-odd-alist): Move variable definitions.
1891
1892 2008-02-01 Kenichi Handa <handa@m17n.org>
1893
1894 * language/chinese.el (cp936): Delete duplicated alias.
1895
1896 * international/mule-diag.el (list-block-of-chars): Don't insert
1897 non-Unicode characters.
1898
1899 2008-02-01 Jason Rumney <jasonr@gnu.org>
1900
1901 * loadup.el [windows-nt]: Don't load code-pages and ccl.
1902 * term/w32-win.el: Don't require code-pages.
1903
1904 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1905
1906 Fix up multi-tty merge.
1907
1908 * version.el (emacs-version): Bump to 23.0.60.
1909
1910 * term/x-win.el (x-initialize-window-system): Don't try to create
1911 a fontset from a font-specification anymore. This was removed on the
1912 unicode branch and mistakenly re-added by the multi-tty merge.
1913
1914 * term/w32-win.el: Remove duplicate code that's now in
1915 w32-initialize-window-system.
1916 (w32-initialize-window-system): Don't try to create a fontset from
1917 a font-specification anymore. This was removed on the unicode branch
1918 and mistakenly re-added by the multi-tty merge.
1919
1920 * term/mac-win.el: Remove duplicate top-level code.
1921
1922 * language/ethio-util.el:
1923 * international/characters.el: Use utf-8 rather than utf-8-emacs
1924 since it works as well and has the advantage of working with
1925 non-unicode versions of Emacs.
1926
1927 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
1928 multi-tty code, which includes the previous local change.
1929
1930 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1931
1932 * ps-print.el (ps-print-version): New version 7.2.5.
1933 (ps-background, ps-begin-file, ps-build-reference-face-lists):
1934 Use `mapc' rather than `mapcar'.
1935
1936 2008-02-01 Kenichi Handa <handa@m17n.org>
1937
1938 * skeleton.el (skeleton-internal-1): Use integerp and stringp
1939 instead of char-or-string-p to catch -1.
1940
1941 2008-02-01 Kenichi Handa <handa@m17n.org>
1942
1943 * international/mule-cmds.el (inactivate-input-method):
1944 Set input-method-function to nil before calling
1945 inactivate-current-input-method-function.
1946
1947 2008-02-01 Kenichi Handa <handa@m17n.org>
1948
1949 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
1950 height that doesn't exceed the requested height by rounding off.
1951
1952 2008-02-01 Andreas Schwab <schwab@suse.de>
1953
1954 * international/mule-diag.el (print-fontset-element):
1955 Use fontp only if defined.
1956
1957 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1958
1959 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
1960 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
1961 (ps-mule-prologue-generated): Code fix.
1962
1963 2008-02-01 Kenichi Handa <handa@m17n.org>
1964
1965 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
1966 with FIXEDCASE t.
1967
1968 2008-02-01 Kenichi Handa <handa@m17n.org>
1969
1970 * international/mule-diag.el (print-fontset-element): Fix for the
1971 format change of a fontset element for font-backend feature.
1972
1973 2008-02-01 Kenichi Handa <handa@m17n.org>
1974
1975 * descr-text.el (describe-char): Fix for the case that a component
1976 character is TAB.
1977
1978 2008-02-01 Kenichi Handa <handa@m17n.org>
1979
1980 * international/mule-cmds.el (select-safe-coding-system-interactively):
1981 Fix printing of rejected and unsafe coding-systems.
1982
1983 * international/fontset.el (setup-default-fontset): Add tai-viet.
1984
1985 * international/characters.el: Setup syntax/category table for Tai Viet.
1986 (script-list): Add tai-viet.
1987
1988 * loadup.el: Load "language/tai-viet".
1989
1990 * language/tai-viet.el: New file.
1991
1992 * language/tv-util.el: New file.
1993
1994 2008-02-01 Jason Rumney <jasonr@gnu.org>
1995
1996 * faces.el (font-weight-table): Use defaults on w32 that match
1997 LOGFONT.lfWeight.
1998
1999 * term/w32-win.el: Don't create fontset from command-line font.
2000
2001 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
2002
2003 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2004 (sort-coding-systems, search-unencodable-char): Doc fixes.
2005 (default-input-method, input-method-verbose-flag)
2006 (input-method-highlight-flag): Remove * in defcustom's docstrings.
2007 (exit-language-environment-hook, set-default-coding-systems)
2008 (coding-system-change-eol-conversion, prefer-coding-system)
2009 (find-multibyte-characters, leim-list-entry-regexp)
2010 (set-input-method, input-method-exit-on-first-char, princ-list)
2011 (locale-language-names, locale-charset-language-names)
2012 (define-char-code-property): Fix typos in docstrings.
2013
2014 2008-02-01 Kenichi Handa <handa@m17n.org>
2015
2016 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
2017 Fix for a new character code space (22-bit).
2018
2019 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
2020
2021 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
2022
2023 2008-02-01 Kenichi Handa <handa@m17n.org>
2024
2025 * international/characters.el: Add more cases/syntaxes from Latin
2026 characters.
2027
2028 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2029
2030 * ps-def.el (installation-directory): Must be initialized when defining
2031 it in XEmacs.
2032 (coding-system-for-read): Eliminate duplicated definition.
2033
2034 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2035
2036 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
2037
2038 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2039
2040 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
2041 (ps-print-emacs-type): Eliminate variable.
2042 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
2043 running ps-print package.
2044
2045 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
2046 (ps-frame-parameter): Replace defun by defalias.
2047 (mark-active): Eliminate defvar.
2048
2049 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
2050 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
2051 (ps-jts-ps-setup): Replace macros by vector key definition.
2052
2053 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2054
2055 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
2056 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
2057 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
2058 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
2059 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
2060 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
2061 New command actions for EPS header and EPS footer.
2062
2063 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
2064 footer. Fix some problems with one-or-more, zero-or-more and
2065 alternative constructions generation. Some implementation of log
2066 messages. Doc fix.
2067 (ebnf-version): New version 4.4.
2068 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
2069 (ebnf-eps-footer, ebnf-log): New options.
2070 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
2071 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
2072 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
2073 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
2074 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
2075 (ebnf-style-custom-list, ebnf-style-database): Put new values.
2076 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
2077 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
2078 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
2079 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
2080 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
2081 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
2082 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
2083 (ebnf-non-terminal-dimension, ebnf-special-dimension)
2084 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
2085 (ebnf-except-dimension, ebnf-alternative-dimension)
2086 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
2087 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
2088 Insert log message function.
2089 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
2090 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
2091 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
2092 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
2093 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
2094 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
2095 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
2096 compatibility with Emacs 20 & 21.
2097 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
2098 (ebnf-eps-file-alist, ebnf-basic-width-extra)
2099 (ebnf-basic-empty-height): New variables.
2100 (ebnf-prologue): Fix PostScript code.
2101 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
2102 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
2103 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
2104 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
2105
2106 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2107
2108 * printing.el: Group together all XEmacs/Emacs definitions.
2109 (pr-version): New version 6.9.
2110 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
2111 New functions.
2112 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
2113 (pr-menu-bind): Fix code.
2114 (pr-e-frame-char-height, pr-e-frame-char-width)
2115 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
2116 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
2117 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
2118 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
2119 (pr-x-event-y-pixel): Eliminate aliases.
2120 (pr-xemacs-global-menubar): Move macro.
2121 (current-menubar, current-mouse-event, zmacs-region-stays)
2122 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
2123 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
2124 Move variables.
2125 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
2126 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
2127 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
2128 (pr-menu-set-utility-title, pr-even-or-odd-pages)
2129 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
2130 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
2131 Move functions.
2132
2133 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2134
2135 * ps-print.el: The ps-print commands without face printing should not
2136 print background color. Reported by Leo <sdl.web@gmail.com>.
2137 (ps-print-version): New version 7.2.2.
2138 (ps-begin-job): New arg. Fix ps-default-background and
2139 ps-default-foreground initialization.
2140 (ps-face-attributes): Fix doc string.
2141 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2142
2143 * printing.el: Fix ps-print link.
2144
2145 2008-02-01 Kenichi Handa <handa@m17n.org>
2146
2147 * international/mule-diag.el (list-character-sets-2): Don't print width.
2148
2149 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2150
2151 * ps-print.ps: Fix background height.
2152 (ps-print-version): New version 7.2.1.
2153
2154 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2155
2156 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
2157 into separate files.
2158 (ps-print-version): New version 7.2.
2159 (ps-postscript-code-directory): Fix XEmacs initialization.
2160 (ps-generate-postscript-with-faces):
2161 Call ps-generate-postscript-with-faces1 (new function).
2162 (ps-color-format, ps-float-format): Move variables to ps-def.el.
2163 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
2164 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
2165 (ps-face-background-name, ps-frame-parameter, ps-color-device)
2166 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
2167 Move functions to ps-def.el.
2168 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
2169 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
2170 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
2171 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
2172 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
2173 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
2174 Move functions to ps-samp.el.
2175
2176 * ps-bdf.el (installation-directory, coding-system-for-read):
2177 Move variables to ps-def.el.
2178
2179 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
2180 (charset-bytes, charset-dimension, charset-id, charset-width)
2181 (find-charset-region, char-width, chars-in-region, forward-point)
2182 (decompose-composite-char, encode-coding-string, coding-system-p)
2183 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
2184 (string-make-multibyte, encode-char): Move functions to ps-def.el.
2185
2186 * ps-def.el: New file. XEmacs/Emacs definitions.
2187 (ps-generate-postscript-with-faces1): New function.
2188 (ps-color-format, ps-float-format): Move variables from ps-print.el.
2189 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
2190 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
2191 (ps-face-background-name, ps-frame-parameter, ps-color-device)
2192 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
2193 Move functions from ps-print.el.
2194 (installation-directory, coding-system-for-read):
2195 Move variables from ps-bdf.el.
2196 (leading-code-private-22): Move variable from ps-mule.el.
2197 (charset-bytes, charset-dimension, charset-id, charset-width)
2198 (find-charset-region, char-width, chars-in-region, forward-point)
2199 (decompose-composite-char, encode-coding-string, coding-system-p)
2200 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
2201 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
2202
2203 * ps-samp.el: New file. Sample setup code.
2204 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
2205 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
2206 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
2207 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
2208 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
2209 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
2210 Move functions from ps-print.el.
2211
2212 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2213
2214 * ps-print.el: Handle frame parameters (background and/or foreground
2215 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
2216 (ps-print-version): New version 7.1.
2217 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2218 (ps-frame-parameter): New function.
2219 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2220 Fix doc and customization.
2221 (ps-begin-job): Get frame parameters (background and/or foreground
2222 colors).
2223 (ps-do-despool): Ensure ps-printer-name has a valid value.
2224
2225 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2226
2227 * progmodes/ebnf-abn.el:
2228 * progmodes/ebnf-bnf.el:
2229 * progmodes/ebnf-dtd.el:
2230 * progmodes/ebnf-ebx.el:
2231 * progmodes/ebnf-iso.el:
2232 * progmodes/ebnf-otz.el:
2233 * progmodes/ebnf-yac.el:
2234 * progmodes/ebnf2ps.el:
2235 * delim-col.el:
2236 * printing.el:
2237 * ps-bdf.el:
2238 * ps-mule.el:
2239 * ps-print.el: Remove 'Time-stamp' comment mark.
2240
2241 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
2242 'easy-menu-add-item' when called in Emacs 21 or higher.
2243
2244 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2245
2246 * ps-print.el : Fix doc.
2247 (ps-print-version): New version 7.0.
2248
2249 2008-02-01 Kenichi Handa <handa@m17n.org>
2250
2251 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
2252 XMODIFIERS.
2253
2254 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2255
2256 * ps-print.el: Fix maintainer email. Eliminate function declaration
2257 that kept compatibility with older Emacs version.
2258 (ps-print-version): New version 6.7.
2259
2260 2008-02-01 Kenichi Handa <handa@m17n.org>
2261
2262 * international/quail.el (quail-get-translations):
2263 Make quail-current-key multibyte if not yet done.
2264
2265 2008-02-01 Zhang Wei <id.brep@gmail.com>
2266
2267 * language/chinese.el ("Chinese-GBK"): Add tutorial.
2268 ("Chinese-GB18030"): Add sample-text and tutorial.
2269
2270 * international/fontset.el (font-encoding-alist)
2271 (setup-default-fontset): Add gb18030.
2272 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
2273 (charset-script-alist): Add gbk and gb18030.
2274
2275 * international/characters.el: Put property
2276 preferred-coding-system on gbk and gb18030.
2277
2278 * international/mule-cmds.el (locale-language-names): Add an entry
2279 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
2280
2281 * faces.el (face-font-registry-alternatives): Add gb18030.
2282
2283 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2284
2285 * ps-mule.el: Fix maintainer email.
2286
2287 2008-02-01 Kenichi Handa <handa@m17n.org>
2288
2289 * international/quail.el (quail-insert-kbd-layout): Check the
2290 length of (cdr translation).
2291 (quail-get-current-str): Check the length of (cdr def).
2292
2293 2008-02-01 Kenichi Handa <handa@m17n.org>
2294
2295 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
2296
2297 2008-02-01 Kenichi Handa <handa@m17n.org>
2298
2299 * international/mule-cmds.el (ucs-insert): Re-implement.
2300
2301 2008-02-01 Kenichi Handa <handa@m17n.org>
2302
2303 * composite.el (terminal-composition-modification): New function.
2304 (terminal-composition-function): Create composition with the above
2305 modification function.
2306
2307 2008-02-01 Zhang Wei <id.brep@gmail.com>
2308
2309 * international/characters.el: Add more full-width characters in
2310 char-width-table.
2311
2312 2008-02-01 Kenichi Handa <handa@m17n.org>
2313
2314 * international/fontset.el (create-fontset-from-fontset-spec):
2315 Fix script name handling.
2316
2317 2008-02-01 Kenichi Handa <handa@m17n.org>
2318
2319 * composite.el (terminal-composition-function): New function.
2320 (terminal-composition-function-table): New variable.
2321 (auto-compose-chars): If running on a terminal, use
2322 terminal-composition-function-table.
2323
2324 * loadup.el: Load "composite" after "international/characters".
2325
2326 * international/characters.el: Delete codes for setting up charset
2327 property nospace-between-words. Fix setting up of
2328 char-width-table. Don't make ethiopic and tibetan double column.
2329
2330 * textmodes/fill.el (fill-find-break-point-function-table):
2331 Don't set it up in defvar.
2332 (fill-nospace-between-words-table): New variable.
2333 (fill-delete-newlines): Check fill-nospace-between-words-table
2334 instead of charset property nospcae-between-words.
2335
2336 2008-02-01 Kenichi Handa <handa@m17n.org>
2337
2338 * composite.el (global-auto-composition-mode): Make the initial
2339 value not depend on emacs-basic-display.
2340
2341 * textmodes/fill.el: Don't use charset property
2342 `fill-find-break-point-function'.
2343 (fill-find-break-point-function-table): New variable.
2344 (fill-find-break-point): Lookup fill-find-break-point-function-table.
2345
2346 2008-02-01 Kenichi Handa <handa@m17n.org>
2347
2348 * international/mule.el (coding-system-list): Be sure to exclude
2349 subsidiary coding systems.
2350
2351 2008-02-01 Kenichi Handa <handa@m17n.org>
2352
2353 * composite.el (auto-composition-after-change)
2354 (toggle-auto-composition): Remove `auto-composed' property instead
2355 of setting it to nil.
2356
2357 2008-02-01 Kenichi Handa <handa@m17n.org>
2358
2359 * language/misc-lang.el (iso-8859-6): New coding system.
2360
2361 2008-02-01 Kenichi Handa <handa@m17n.org>
2362
2363 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
2364 replace-regexp-in-string as replacement.
2365
2366 2008-02-01 Kenichi Handa <handa@m17n.org>
2367
2368 * international/fontset.el (otf-script-alist): Add byzm, math,
2369 musc, and nko.
2370
2371 * international/characters.el (script-list): Add nko,
2372 byzantine-musical-symbol, musical-symbol, and mathematical.
2373
2374 2008-02-01 Kenichi Handa <handa@m17n.org>
2375
2376 * composite.el (auto-compose-current-font): New variable.
2377 (auto-compose-chars): New arg FONT-OBJECT.
2378
2379 2008-02-01 Kenichi Handa <handa@m17n.org>
2380
2381 * international/characters.el: Modify category-table and
2382 script-table for new Ethiopic character range.
2383
2384 2008-02-01 Kenichi Handa <handa@m17n.org>
2385
2386 * international/mule-cmds.el (set-language-environment-fontset):
2387 Delete it.
2388
2389 2008-02-01 Kenichi Handa <handa@m17n.org>
2390
2391 * international/fontset.el (otf-script-alist): Set it.
2392
2393 2008-02-01 Kenichi Handa <handa@m17n.org>
2394
2395 * international/fontset.el (font-encoding-alist):
2396 Fix for "ethiopic-unicode".
2397
2398 2008-02-01 Kenichi Handa <handa@m17n.org>
2399
2400 * international/fontset.el (script-representative-chars):
2401 Add an entry for latin script.
2402
2403 2008-02-01 Kenichi Handa <handa@m17n.org>
2404
2405 * faces.el (font-weight-table): Treat regular and normal as the
2406 same as medium.
2407 (font-slant-table): Add (roman . 100).
2408
2409 2008-02-01 Kenichi Handa <handa@m17n.org>
2410
2411 These changes are for the new font handling codes.
2412
2413 * faces.el (font-weight-table, font-slant-table)
2414 (font-swidth-table): New customizable variables.
2415
2416 * international/fontset.el (font-encoding-alist): Add koi8-4.
2417 (script-representative-chars): Set the default value.
2418 (create-fontset-from-x-resource): Delete `message'.
2419
2420 2008-02-01 Kenichi Handa <handa@m17n.org>
2421
2422 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
2423 Call set-buffer-multibyte with arg `to'.
2424
2425 2008-02-01 Kenichi Handa <handa@m17n.org>
2426
2427 * info.el (Info-fontify-node): Check if already fontified or not
2428 by next-single-property-change.
2429
2430 2008-02-01 Kenichi Handa <handa@m17n.org>
2431
2432 * international/mule.el (ctext-pre-write-conversion): Produce
2433 extra designation sequence for ASCII at the end off extended segment.
2434
2435 2008-02-01 Kenichi Handa <handa@m17n.org>
2436
2437 * international/mule.el (ctext-non-standard-encodings-table):
2438 Reverse the returning list.
2439 (ctext-pre-write-conversion): Fix encoding with extended segments.
2440
2441 * international/mule-conf.el (compound-text)
2442 (compound-text-with-extensions): Add long-form in :flags.
2443
2444 2008-02-01 Kenichi Handa <handa@m17n.org>
2445
2446 * international/fontset.el (create-fontset-from-fontset-spec): Fix
2447 regexp for paring FONTSET-SPEC (allow spaces after `:').
2448
2449 2008-02-01 Kenichi Handa <handa@m17n.org>
2450
2451 * international/fontset.el (create-fontset-from-fontset-spec): Fix
2452 for the case that a charset is specified as target.
2453
2454 2008-02-01 Kenichi Handa <handa@m17n.org>
2455
2456 * international/ccl.el (ccl-embed-string): Check string length.
2457 Set special flag for multibyte character sequence.
2458 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
2459 str unibyte.
2460 (ccl-compile-write): If the character code doesn't fit in 22-bit
2461 (ccl-dump-write-const-string): Check special flag for multibyte
2462 character sequence.
2463
2464 2008-02-01 Kenichi Handa <handa@m17n.org>
2465
2466 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
2467 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
2468 ps-mule-eight-bit-char.
2469
2470 2008-02-01 Kenichi Handa <handa@m17n.org>
2471
2472 * language/chinese.el ("Chinese-BIG5"):
2473 Set ctext-non-standard-encodings property to "big5-0".
2474
2475 * international/mule.el (ctext-non-standard-encodings):
2476 Initialize to nil.
2477 (ctext-non-standard-encodings-alist): Set charset `big5' in the
2478 entry for "big5-0".
2479 (ctext-non-standard-encodings-table): Return a list instead of
2480 char-table.
2481 (ctext-pre-write-conversion): Adjust for the above change.
2482
2483 2008-02-01 Zhang Wei <id.brep@gmail.com>
2484
2485 * international/mule.el (ctext-non-standard-encodings-alist):
2486 Add an entry for gbk-0.
2487 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
2488 a row 8-bit.
2489
2490 * language/chinese.el ("Chinese-GBK"):
2491 Set ctext-non-standard-encodings property to "gbk-0".
2492 Add sample-text property.
2493
2494 2008-02-01 Kenichi Handa <handa@m17n.org>
2495
2496 * international/kkc.el (kkc-region): Use
2497 this-single-command-raw-keys on pushing back an unhandled key sequence.
2498
2499 2008-02-01 Kenichi Handa <handa@m17n.org>
2500
2501 * international/encoded-kb.el (encoded-kbd-mode):
2502 Check saved-input-mode on turning off Encoded Kbd mode.
2503
2504 * composite.el (auto-composition-after-change): Use save-buffer-state.
2505 (turn-on-auto-composition-if-enabled): Don't turn on
2506 auto-composition-mode in a unibyte buffer.
2507
2508 2008-02-01 Kenichi Handa <handa@m17n.org>
2509
2510 * startup.el (command-line): Use custom-reevaluate-setting for
2511 global-auto-composition-mode.
2512
2513 * composite.el (auto-composition-function): Make it buffer local.
2514 (auto-composition-mode): New minor mode.
2515 (turn-on-auto-composition-if-enabled): New function.
2516 (global-auto-composition-mode): New global minor mode.
2517
2518 2008-02-01 Kenichi Handa <handa@m17n.org>
2519
2520 * descr-text.el (describe-char): Use insert-text-button instead of
2521 widget-create for "customize what to show" button.
2522
2523 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
2524
2525 * language/ethiopic.el: Fix copyright.
2526 (composition-function-table): Support a new character in Unicode 4.1.
2527
2528 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
2529 (ethio-tex-to-fidel-buffer, ethio-composition-function)
2530 ("ethiopic-tex"): Support new characters in Unicode 4.1.
2531
2532 2008-02-01 Kenichi Handa <handa@m17n.org>
2533
2534 * international/characters.el: Register characters in
2535 auto-fill-chars. Put nospace-between-words to more charsets.
2536
2537 2008-02-01 Zhang Wei <id.brep@gmail.com>
2538
2539 * international/mule-cmds.el (locale-language-names): Add entries
2540 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
2541 (locale-preferred-coding-systems): Fix entries for Chinese locales.
2542
2543 2008-02-01 Kenichi Handa <handa@etlken>
2544
2545 * international/utf-7.el: Delete the definition of utf-7.
2546 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
2547 Add autoload cookies.
2548
2549 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2550
2551 * term/mac-win.el: Delete the code to create a fontset from the X
2552 resource "Font".
2553
2554 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
2555
2556 * international/robin.el (robin-define-package): Be sure to call
2557 put-char-code-property.
2558
2559 2008-02-01 Kenichi Handa <handa@m17n.org>
2560
2561 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
2562 property to 1.
2563
2564 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
2565 property to t.
2566
2567 * international/mule.el (coding-system-get):
2568 Check `ascii-incompatible' for backward compatiblity.
2569 (set-file-name-coding-system): Signal an error for a coding system
2570 not suitable for file name.
2571 (set-keyboard-coding-system): Signal an error for a coding system
2572 not suitable for keyboard.
2573
2574 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
2575 Set :suitable-for-keyboard property to 1.
2576
2577 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
2578 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
2579
2580 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
2581 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
2582
2583 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
2584
2585 * international/robin.el (robin-define-package): Delete redundant code.
2586 (robin-add-rule): Allow N-1 reverse conversion.
2587
2588 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
2589
2590 * international/robin.el (robin-define-package): Make the
2591 expanded form shorter.
2592
2593 2008-02-01 Zhang Wei <id.brep@gmail.com>
2594
2595 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
2596 chiense-iso-8bit.
2597
2598 2008-02-01 Kenichi Handa <handa@m17n.org>
2599
2600 * loadup.el: If we are byte-compiling unidata-gen.el or running
2601 unidata-ge-files, set purify-flag to nil.
2602
2603 2008-02-01 Kenichi Handa <handa@m17n.org>
2604
2605 * loadup.el: Load international/charprop.el with NOERROR t.
2606
2607 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
2608
2609 2008-02-01 Kenichi Handa <handa@m17n.org>
2610
2611 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
2612 New charsets and coding systems.
2613 (mac-symbol, mac-dingbats): New charsets.
2614
2615 2008-02-01 Kenichi Handa <handa@m17n.org>
2616
2617 * international/characters.el: Set syntax of NBSP to punctuation.
2618
2619 2008-02-01 Kenichi Handa <handa@m17n.org>
2620
2621 * international/mule-cmds.el: Don't require wid-edit.
2622
2623 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
2624
2625 * international/robin.el: New file.
2626
2627 * language/ethiopic.el: Change encoding to utf-8-emacs.
2628 Register ethio-composition-function in composition-function-table.
2629 ("Ethiopic"): Change coding-systems to utf-8-emacs.
2630
2631 * language/ethio-util.el: Change encoding to utf-8-emacs.
2632 Rewrite all transliteration functions to use robin.el.
2633 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
2634 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
2635 (ethio-prefer-ascii-punctuation): Delete variables.
2636 (ethio-char-to-ethiocode, ethio-convert-digit)
2637 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
2638 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
2639 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
2640 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
2641 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
2642 (ethio-adjust-robin, ethio-composition-function)
2643 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
2644 (ethio-sera-to-fidel-region-ethio)
2645 (ethio-sera-to-fidel-region-noethio)
2646 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
2647 New functions.
2648
2649 2008-02-01 Miles Bader <miles@gnu.org>
2650
2651 * international/mule.el (auto-coding-regexp-alist)
2652 (ctext-pre-write-conversion): Replace embedded control characters
2653 with octal escapes; this prevents diff from thinking the file is binary.
2654
2655 2008-02-01 Miles Bader <miles@gnu.org>
2656
2657 * descr-text.el (describe-char-unidata-list):
2658 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
2659 (byte-compile-insert-header):
2660 * international/mule.el (charset-list, set-coding-priority)
2661 (ignore-relative-composition):
2662 * international/mule-util.el (detect-coding-with-priority):
2663 * international/mule-diag.el:
2664 * international/mule-cmds.el (language-info-custom-alist):
2665 * international/codepage.el (codepage-setup):
2666 Replace references to Emacs version "22" with "23".
2667
2668 2008-02-01 Kenichi Handa <handa@m17n.org>
2669
2670 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
2671
2672 * international/fontset.el (font-encoding-alist): Add an entry for
2673 microsoft-cp1251.
2674 (setup-default-fontset): Add entries for microsoft-cp1251 and
2675 koi8-r for cyrillic.
2676
2677 * international/mule-cmds.el (char-code-property-alist): New variable.
2678 (define-char-code-property): New function.
2679 (get-char-code-property, put-char-code-property): Handle a
2680 char-table registerd in char-code-property-alist.
2681 (set-language-environment): Check :ascii-compatible-p property of
2682 nonascii charset instead of its dimension.
2683
2684 * international/uni-bidi.el, international/uni-category.el:
2685 * international/uni-combining.el, international/uni-comment.el:
2686 * international/uni-decimal.el, international/uni-decomposition.el:
2687 * international/uni-digit.el, international/uni-lowercase.el:
2688 * international/uni-mirrored.el, international/uni-name.el:
2689 * international/uni-numeric.el, international/uni-old-name.el:
2690 * international/uni-titlecase.el, international/uni-uppercase.el:
2691 * international/charprop.el: New files automatically generated by
2692 admin/unidata/Makefile.
2693
2694 * loadup.el: Load internationnal/charprop.el.
2695
2696 * descr-text.el (describe-char-unidata-list): New variable.
2697 (describe-char-unicode-data): Use char-code-property-description.
2698 (describe-char): Add lines for describing Unicode-based character
2699 properties.
2700
2701 2008-02-01 Kenichi Handa <handa@m17n.org>
2702
2703 * textmodes/ispell.el: These changes are to fix the code merged
2704 from trunk for the change on 2008-02-01.
2705 (ispell-unified-chars-table): Delete it.
2706 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
2707
2708 2008-02-01 Kenichi Handa <handa@m17n.org>
2709
2710 * international/mule-util.el (char-displayable-p): Check
2711 :charset-list property of CODING.
2712
2713 2008-02-01 Kenichi Handa <handa@m17n.org>
2714
2715 * international/mule-cmds.el (select-safe-coding-system-interactively):
2716 Change 'mime-charset to :mime-charset.
2717 (select-safe-coding-system): Use above.
2718 (set-language-environment): Delete unnecessary code for handling
2719 overriding-fontspec.
2720
2721 2008-02-01 Kenichi Handa <handa@m17n.org>
2722
2723 * international/mule-conf.el: New coding system aliases unix, dos,
2724 and mac.
2725
2726 2008-02-01 Kenichi Handa <handa@m17n.org>
2727
2728 * international/titdic-cnv.el (tit-process-header): Fix embedded
2729 coding tag.
2730 (titdic-convert): Bind coding-system-for-write to the coding
2731 system specfied in the map file. Remove `charset' property after
2732 decoding.
2733 (miscdic-convert): Bind coding-system-for-write to the coding
2734 system specfied for the map file. Fix LANGUAGE arg to
2735 quail-define-package.
2736 (batch-miscdic-convert): Check if a file is directory or not.
2737
2738 2008-02-01 Kenichi Handa <handa@m17n.org>
2739
2740 * international/mule.el (coding-system-equal): Move from mule-util.el.
2741
2742 * international/mule-util.el (coding-system-equal): Move to mule.el.
2743
2744 2008-02-01 Kenichi Handa <handa@m17n.org>
2745
2746 * international/encoded-kb.el (encoded-kbd-decode-code-list):
2747 New function.
2748 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
2749 Support multibyte charsets.
2750
2751 2008-02-01 Kenichi Handa <handa@m17n.org>
2752
2753 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
2754 to eight-bit chars.
2755
2756 * international/mule-conf.el: Don't define coding system
2757 `undecided' here.
2758
2759 2008-02-01 Kenichi Handa <handa@m17n.org>
2760
2761 * international/mule-cmds.el (locale-language-names): Fix for
2762 gb18030 and gdk.
2763
2764 2008-02-01 Kenichi Handa <handa@m17n.org>
2765
2766 * international/fontset.el (font-encoding-alist): Add gbk.
2767 (charset-script-alist): Add chinese-gbk.
2768
2769 2008-02-01 Kenichi Handa <handa@m17n.org>
2770
2771 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
2772
2773 2008-02-01 Kenichi Handa <handa@m17n.org>
2774
2775 * language/japanese.el ("Japanese"): Fix ordering of charsets.
2776
2777 2008-02-01 Kenichi Handa <handa@m17n.org>
2778
2779 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
2780 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
2781 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
2782
2783 2008-02-01 Kenichi Handa <handa@m17n.org>
2784
2785 * descr-text.el (describe-char): Fix for the case CODE is a cons
2786 of integers.
2787
2788 2008-02-01 Steven Tamm <steventamm@mac.com>
2789
2790 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
2791 (mac-standard-fontset-spec): Create.
2792
2793 2008-02-01 Kenichi Handa <handa@m17n.org>
2794
2795 * international/mule-diag.el (unicode-data):
2796 Call find-file-noselect with NOWARN t.
2797
2798 2008-02-01 Kenichi Handa <handa@m17n.org>
2799
2800 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
2801
2802 2008-02-01 Kenichi Handa <handa@m17n.org>
2803
2804 * international/characters.el: Give more CJK characters the
2805 category `|'.
2806
2807 * descr-text.el (describe-char): Make it work on *Help* buffer.
2808 Suppress auto-composition on a region describing about composition.
2809
2810 * language/european.el (diacritic-compose-region)
2811 (diacritic-compose-string, diacritic-composition-function):
2812 Compose diacritical marks only with a character whose syntax is
2813 word constituent.
2814 (diacritic-post-read-conversion): Delete it.
2815
2816 2008-02-01 Kenichi Handa <handa@m17n.org>
2817
2818 * composite.el (auto-compose-chars): Execute the main code in
2819 condition-case.
2820
2821 2008-02-01 Kenichi Handa <handa@m17n.org>
2822
2823 * international/fontset.el (x-complement-fontset-spec):
2824 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
2825
2826 2008-02-01 Kenichi Handa <handa@m17n.org>
2827
2828 * international/characters.el (next-word-boundary-kana):
2829 Handle half-width kana.
2830
2831 2008-02-01 Kenichi Handa <handa@m17n.org>
2832
2833 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
2834
2835 2008-02-01 Kenichi Handa <handa@m17n.org>
2836
2837 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
2838
2839 * mail/rmail.el (rmail-decode-babyl-format):
2840 Use with-coding-priority instead of detect-coding-with-priority.
2841
2842 2008-02-01 Kenichi Handa <handa@m17n.org>
2843
2844 * international/mule.el (make-translation-table)
2845 (make-translation-table-from-vector): Set the second extra slot of
2846 the char table to 1.
2847 (make-translation-table-from-alist): Fix handling of multiple entries.
2848
2849 2008-02-01 Kenichi Handa <handa@m17n.org>
2850
2851 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
2852 New translation tables.
2853
2854 * international/mule.el (make-translation-table-from-alist):
2855 New function.
2856
2857 2008-02-01 Kenichi Handa <handa@m17n.org>
2858
2859 * international/mule.el (translate-region): Re-implement it here.
2860 Make it interactive.
2861
2862 2008-02-01 Kenichi Handa <handa@m17n.org>
2863
2864 * ps-mule.el (ps-mule-font-info-database): Doc fix.
2865
2866 2008-02-01 Kenichi Handa <handa@m17n.org>
2867
2868 * international/mule-conf.el (chinese-cns11643-15): New charset.
2869
2870 2008-02-01 Kenichi Handa <handa@m17n.org>
2871
2872 * international/fontset.el (font-encoding-alist): Add entries for
2873 variations of cns11643 fonts.
2874 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
2875
2876 2008-02-01 Kenichi Handa <handa@m17n.org>
2877
2878 * international/mule-diag.el (list-charset-chars): Put charset
2879 text property.
2880
2881 * international/fontset.el (setup-default-fontset): Delete the
2882 entry for symbol script, add JISX0213 to kana script, specify
2883 fallback fonts.
2884
2885 2008-02-01 Kenichi Handa <handa@m17n.org>
2886
2887 * international/fontset.el (setup-default-fontset)
2888 (font-encoding-alist): Register "JISX0213.2004-1".
2889
2890 * international/mule-diag.el (list-character-sets): Fix the first
2891 line message.
2892 (sort-listed-character-sets): Adjust for the change of
2893 list-characters-sets-1.
2894 (list-character-sets-1): List supplementary character sets in a
2895 different section.
2896 (list-charset-chars): Validate charset at early stage.
2897
2898 * international/characters.el: Fix `han' script range.
2899
2900 * international/mule-conf.el (japanese-jisx0213.2004-1):
2901 Specify :code-space.
2902 (cp932-2-byte): Fix :code-space.
2903 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
2904
2905 2008-02-01 Kenichi Handa <handa@m17n.org>
2906
2907 * international/mule-conf.el (japanese-jisx0213.2004-1):
2908 Specify :dimension 2.
2909
2910 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
2911 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
2912 New coding systems.
2913 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
2914 aliases.
2915 ("Japanese"): Add new charsets and coding systems.
2916
2917 2008-02-01 Kenichi Handa <handa@m17n.org>
2918
2919 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
2920 Rename from japanese-ucs-cp932-map.
2921 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
2922 (japanese-ucs-glibc-map): Delete this translation table.
2923 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
2924 New translation tables.
2925
2926 2008-02-01 Kenichi Handa <handa@m17n.org>
2927
2928 * cus-start.el: Handle charset-map-path, not charset-map-directory.
2929
2930 2008-02-01 Kenichi Handa <handa@m17n.org>
2931
2932 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
2933
2934 2008-02-01 Kenichi Handa <handa@m17n.org>
2935
2936 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
2937 tables japanese-ucs-*-map.
2938
2939 2008-02-01 Kenichi Handa <handa@m17n.org>
2940
2941 * international/eucjp-ms.el: New file (automatically generated by
2942 admin/charsets/Makefile).
2943
2944 * international/cp51932.el: New file (automatically generated by
2945 admin/charsets/Makefile).
2946
2947 * language/japanese.el: Load cp51932 and eucjp-ms.
2948 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
2949 (japanese-ucs-glibc-map): New translation tables.
2950 (eucjp-ms): New coding system.
2951
2952 * international/mule.el (coding-system-put): Delete it.
2953 It's implemented in C now.
2954
2955 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
2956 (japanese-jisx0213-a): New supplementary charset.
2957 (japanese-jisx0213.2004-1): New charset.
2958
2959 2008-02-01 Kenichi Handa <handa@m17n.org>
2960
2961 * language/japanese.el (japanese-cp932): New coding system.
2962 (cp932): New alias of it.
2963
2964 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
2965 (cp932): New charsets.
2966
2967 * international/mule.el (define-charset): If :code-space is not
2968 given, generate it from :dimension.
2969
2970 2008-02-01 Kenichi Handa <handa@m17n.org>
2971
2972 * composite.el (reference-point-alist): Doc fix.
2973 (encode-composition-rule, decode-composition-rule):
2974 Handle a rule (GREF NREF XOFF YOFF).
2975
2976 2008-02-01 Kenichi Handa <handa@m17n.org>
2977
2978 * language/european.el (diacritic-composition-function): Fix for
2979 the case that POS is at the head. Allow combining with more characters.
2980
2981 2008-02-01 Kenichi Handa <handa@m17n.org>
2982
2983 * descr-text.el (describe-char): Check `charset' property.
2984 Show the code point in the charset in hexadigits.
2985
2986 * international/mule-diag.el (stretches-for-character-list):
2987 Delete it.
2988 (list-block-of-chars): Use tabs instead of `display' property for
2989 aligning characters.
2990 (print-fontset-element): Fix the printing of XLFD.
2991
2992 2008-02-01 Kenichi Handa <handa@m17n.org>
2993
2994 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
2995 New function.
2996 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
2997 handling utf-8.
2998
2999 2008-02-01 Kenichi Handa <handa@m17n.org>
3000
3001 * faces.el (read-face-font): Include fontsets in the completion list.
3002
3003 * international/mule-cmds.el (set-locale-environment):
3004 Insert locale-translation-file-name in a unibyte buffer.
3005
3006 * international/characters.el: Fix setting of category `|'.
3007
3008 2008-02-01 Kenichi Handa <handa@m17n.org>
3009
3010 * language/chinese.el (chinese-gb18030): Fix :charset-list.
3011
3012 2008-02-01 Kenichi Handa <handa@m17n.org>
3013
3014 * international/mule-cmds.el (select-safe-coding-system): Fix for
3015 the case that the first element of default-coding-system is t.
3016 Fix a message when some coding systems are rejected.
3017
3018 2008-02-01 Kenichi Handa <handa@m17n.org>
3019
3020 * international/mule-cmds.el (set-language-environment): Put
3021 higher priority to charsets listed in `charset' property of the
3022 language environment.
3023
3024 2008-02-01 Kenichi Handa <handa@m17n.org>
3025
3026 * composite.el (auto-compose-chars): Don't do unnecessary
3027 save-exclusion and save-restriction.
3028
3029 2008-02-01 Kenichi Handa <handa@m17n.org>
3030
3031 * international/mule-conf.el (ctext-no-compositions):
3032 Remove garbage arguments.
3033
3034 * international/mule.el (make-coding-system): Fix generation of
3035 properties.
3036
3037 * international/fontset.el (setup-default-fontset): Specify fonts
3038 for `symbol' script.
3039
3040 * international/characters.el (script-list): Include `currency'
3041 in `symbol'.
3042
3043 2008-02-01 Alex Schroeder <alex@gnu.org>
3044
3045 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
3046 8601 format (a capital T between the date and the time).
3047
3048 2008-02-01 Kenichi Handa <handa@m17n.org>
3049
3050 * international/mule.el (private-char-area-1-min)
3051 (private-char-area-1-max, private-char-area-2-min)
3052 (private-char-area-2-max, emacs-mule-charset-table): New variables.
3053 (convert-define-charset-argument): New function.
3054 (define-charset): Handle the old calling style.
3055 Update emacs-mule-charset-table.
3056 (make-char-internal): New function.
3057
3058 2008-02-01 Jason Rumney <jasonr@gnu.org>
3059
3060 * w32-charset-info-alist: Define iso10646-1 always.
3061
3062 2008-02-01 Kenichi Handa <handa@m17n.org>
3063
3064 * composite.el (compose-region): Doc fix (delete duplicated line).
3065
3066 2008-02-01 Kenichi Handa <handa@m17n.org>
3067
3068 * international/characters.el: Fix syntax for Ethiopic.
3069
3070 2008-02-01 Jason Rumney <jasonr@gnu.org>
3071
3072 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
3073
3074 * makefile.w32-in (DONTCOMPILE): Remove old languages.
3075 Add international/latin1-disp.el.
3076 (LC_ALL): Define as C.
3077
3078 2008-02-01 Jason Rumney <jasonr@gnu.org>
3079
3080 * term/w32-win.el: Don't set fontsets to use sjis.
3081
3082 2008-02-01 Kenichi Handa <handa@m17n.org>
3083
3084 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
3085 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
3086
3087 2008-02-01 Kenichi Handa <handa@m17n.org>
3088
3089 * composite.el (auto-composition-chunk-size): Delete variable.
3090 (auto-compose-chars): Always stop after processing a newline.
3091
3092 2008-02-01 Kenichi Handa <handa@m17n.org>
3093
3094 * international/mule.el (define-coding-system): Fix attribute
3095 name :for-unibyte.
3096
3097 2008-02-01 Kenichi Handa <handa@m17n.org>
3098
3099 * ps-bdf.el: Largely re-write.
3100
3101 * ps-mule.el: Largely re-write.
3102
3103 * ps-print.el (ps-generate-string-list): Delete function.
3104 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
3105 (ps-header-footer-string): Delete function.
3106 (ps-encode-header-string-function): New variable.
3107 (ps-generate-header-line): Call ps-encode-header-string-function.
3108 (ps-basic-plot-string-function): New variable
3109 (ps-begin-job): Set ps-basic-plot-string-function and
3110 ps-encode-header-string-function. For setting up headers and
3111 footers, don't use caches such as ps-rh-cache. Don't call
3112 ps-mule-begin-page.
3113 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
3114 Don't call ps-mule-prepare-ascii-font.
3115 (ps-plot-region): Don't pay attention to composition and
3116 non-ASCII characters.
3117 (ps-generate): Call ps-mule-end-job.
3118 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
3119 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
3120 (ps-mule-end-job): Declare autoload.
3121
3122 * composite.el (auto-compose-region): New function.
3123
3124 2008-02-01 Dave Love <fx@gnu.org>
3125
3126 * international/mule-util.el
3127 (detect-coding-with-language-environment): Doc fix.
3128
3129 * composite.el: Doc fixes.
3130 (auto-compose-chars): Use functionp, not fboundp.
3131
3132 * international/mule-diag.el (list-charset-chars): Set buffer file
3133 coding system.
3134
3135 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
3136 cookie. Doc fix.
3137
3138 2008-02-01 Dave Love <fx@gnu.org>
3139
3140 * international/mule-diag.el (list-charset-chars): Set buffer file
3141 coding system.
3142
3143 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
3144 cookie. Doc fix.
3145
3146 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3147 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
3148 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
3149 * eshell/esh-opt.el (eshell-process-option):
3150 * emulation/keypad.el (keypad-setup):
3151 * emacs-lisp/lisp-mode.el (prin1-char):
3152 * emacs-lisp/generic.el (generic-mode-set-comments):
3153 * edmacro.el (edmacro-parse-keys):
3154 * disp-table.el (standard-display-default): Use characterp.
3155
3156 2008-02-01 Kenichi Handa <handa@m17n.org>
3157
3158 * international/mule-conf.el (utf-16-be): Make it an alias of
3159 utf-16be-with-signature.
3160 (utf-16-le): Make it an alias of utf-16le-with-signature.
3161 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
3162 coding system aliases.
3163
3164 * international/utf-7.el (utf-7-decode, utf-7-encode):
3165 Use utf-16be, not utf-16-be.
3166
3167 2008-02-01 Kenichi Handa <handa@m17n.org>
3168
3169 * international/mule.el (coding-system-category): New function.
3170 (set-coding-priority): Re-write.
3171 (make-translation-table): Re-write.
3172
3173 * international/mule-cmds.el (universal-coding-system-argument):
3174 Check the coding system type `undecided', not `t'.
3175 (sort-coding-systems): Fix for iso-2022 coding systems.
3176 (find-multibyte-characters): Fix for eight-bit chars.
3177 (set-language-environment): Set charset priorities according to
3178 the charsets supported by the coding systems of higher priorities.
3179
3180 2008-02-01 Kenichi Handa <handa@m17n.org>
3181
3182 * font-lock.el
3183 (font-lock-match-c-style-declaration-item-and-skip-to-next):
3184 Check (match-end 2) before going there.
3185
3186 2008-02-01 Kenichi Handa <handa@m17n.org>
3187
3188 * international/mule.el (ctext-non-standard-designations-alist):
3189 Exclude entries for iso8859-1[03456]. Fix docstring.
3190 (ctext-pre-write-conversion): Make it work for the case that FROM
3191 is a string. Don't do unnecessary save-restriction and
3192 narrow-to-region.
3193
3194 2008-02-01 Kenichi Handa <handa@m17n.org>
3195
3196 * international/mule.el (ctext-non-standard-encodings-alist):
3197 Rename from non-standard-icccm-encodings-alist.
3198 (ctext-non-standard-encodings-regexp): New variable
3199 (ctext-post-read-conversion): Full rewrite.
3200 (ctext-non-standard-designations-alist): Rename from
3201 non-standard-designations-alist.
3202 (ctext-pre-write-conversion): Full rewrite.
3203 (define-coding-system): Doc fix (escape '"' by '\').
3204
3205 2008-02-01 Dave Love <fx@gnu.org>
3206
3207 * international/mule-conf.el (utf-16le, utf-16be-16be)
3208 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
3209 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
3210 `-16-{b,l}e-' and define aliases for the old names.
3211
3212 * international/mule.el (define-coding-system): Doc fix.
3213
3214 2008-02-01 Dave Love <fx@gnu.org>
3215
3216 * international/utf-7.el: New file.
3217
3218 * international/mule-conf.el (utf-7): New.
3219
3220 2008-02-01 Kenichi Handa <handa@m17n.org>
3221
3222 * international/mule-conf.el (utf-16): Add :endian 'big.
3223
3224 * international/mule.el (define-coding-system): Fix docstring
3225 about :bom and :endian.
3226
3227 2008-02-01 Dave Love <fx@gnu.org>
3228
3229 * international/mule-diag.el (describe-character-set):
3230 Fix printing dimensions. Use `\e,AW\e(B', not `x'.
3231
3232 2008-02-01 Kenichi Handa <handa@m17n.org>
3233
3234 * international/fontset.el: Register CDAC fonts in
3235 face-font-rescale-alist instead of face-resizing-fonts.
3236
3237 2008-02-01 Kenichi Handa <handa@m17n.org>
3238
3239 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
3240 (utf-16-be): Rename from utf-16-be-nosig.
3241 (utf-16-le-with-signature): Rename from utf-16-le.
3242 (utf-16-be-with-signature): Rename from utf-16-be.
3243 (utf-16): Set :bom to (utf-16-le-with-signature .
3244 utf-16-be-with-signature).
3245
3246 2008-02-01 Dave Love <fx@gnu.org>
3247
3248 * language/georgian.el (georgian-ps, georgian-academy): New coding
3249 system.
3250
3251 * language/chinese.el (chinese-big5-hkscs): New coding system.
3252 (big5-hkscs, cn-big5-hkscs): New aliases.
3253
3254 * international/mule-conf.el (big5-hkscs, georgian-academy):
3255 New charset.
3256 (ibm1047): Doc fix.
3257 (pt154): Add mime-charset.
3258 (ptcp154, cp154): New aliases.
3259
3260 2008-02-01 Dave Love <fx@gnu.org>
3261
3262 * international/mule.el (charset-iso-final-char, define-coding-system):
3263 Doc fix.
3264
3265 2008-02-01 Kenichi Handa <handa@m17n.org>
3266
3267 * international/ccl.el (define-ccl-program): Fset charset-id
3268 to charset-id-internal temporarily.
3269
3270 2008-02-01 Kenichi Handa <handa@m17n.org>
3271
3272 * international/mule-diag.el (list-block-of-chars):
3273 Use decode-char instead of make-char.
3274
3275 2008-02-01 Kenichi Handa <handa@m17n.org>
3276
3277 * international/fontset.el: Enable the default fontset to use
3278 unicode fonts for ASCII characters.
3279 (x-decompose-font-name): Don't try to resolve PATTERN by
3280 x-resolve-font-name.
3281 (x-complement-fontset-spec): Never prepend an ASCII font.
3282 (create-fontset-from-fontset-spec): If a fontset of the same name
3283 already exists, override it instead of signalling an error. Don't
3284 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
3285
3286 * international/mule-conf.el (unicode-bmp): Delete duplicated
3287 definition. Give it :code-offset 0.
3288
3289 * international/mule-diag.el (print-fontset-element): New function.
3290 (print-fontset): Use print-fontset-element to print the elements
3291 of a fontset. Use it also to print fonts fallen back to the
3292 default fontsets.
3293
3294 * term/x-win.el: Delete the code to create a fontset from the X
3295 resource "Font".
3296
3297 2008-02-01 Kenichi Handa <handa@m17n.org>
3298
3299 * international/mule-diag.el (print-fontset): Insert proper
3300 newline and indentation spaces.
3301
3302 2008-02-01 Dave Love <fx@gnu.org>
3303
3304 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
3305 multibyte-char-to-unibyte.
3306
3307 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
3308
3309 * international/mule-cmds.el (find-coding-systems-for-charsets):
3310 Use coding-system-type, coding-system-charset-list.
3311 (standard-keyboard-coding-systems): Delete.
3312 (set-locale-environment): Maybe set keyboard coding system.
3313 Avoid typical warning about codeset in C locale.
3314
3315 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3316
3317 * international/fontset.el (x-complement-fontset-spec): If a
3318 fontname doesn't conform to XLFD format, try to get XLFD name by
3319 x-list-fonts.
3320
3321 2008-02-01 Dave Love <fx@gnu.org>
3322
3323 * international/mule-conf.el (mik, pt154): New charsets.
3324
3325 * language/cyrillic.el (mik, pt154): New coding systems.
3326
3327 2008-02-01 Dave Love <fx@gnu.org>
3328
3329 * international/characters.el: Move parts around so that syntax
3330 definitions aren't overwritten wrongly.
3331
3332 * international/mule-diag.el (unicode-data): Fix treatment of
3333 numeric-value fields.
3334
3335 2008-02-01 Dave Love <fx@gnu.org>
3336
3337 * progmodes/cap-words.el: New file.
3338
3339 2008-02-01 Kenichi Handa <handa@m17n.org>
3340
3341 The following changes are to make character composition happen
3342 automatically on displaying.
3343
3344 * composite.el: Remove all autoload cookies.
3345 (composition-function-table): Move variable declaration from
3346 composite.c. Change format.
3347 (save-buffer-state): Copy from font-lock.el.
3348 (auto-composition-chunk-size): New variable.
3349 (auto-compose-chars): New function. Set
3350 auto-composition-function to it.
3351 (toggle-auto-composition): New function.
3352
3353 * international/characters.el: Make all chararacters in the
3354 charset tibetan to tibetan script.
3355
3356 * international/mule-conf.el (tibetan): Fix :code-space property.
3357 (tibetan-1-column): Delete :superset property, add :code-offset
3358 property.
3359
3360 * international/quail.el (quail-input-string-to-events): Don't
3361 generate compose-chars-after events.
3362
3363 * language/devanagari.el: Register devanagari-composable-function
3364 in composition-function-table for Devanagari characters.
3365
3366 * language/devan-util.el: Register devanagari-composable-pattern
3367 in indian-composable-pattern.
3368 (devanagari-composition-function): Add autoload cookie. Change
3369 arguments to conform to composition-function-table.
3370
3371 * language/european.el: Register combining characters in
3372 composition-function-table.
3373 (diacritic-composition-function): Change arguments to conform to
3374 composition-function-table.
3375
3376 * language/indian.el (indian-composable-pattern): New variable.
3377
3378 * language/ind-util.el (indian-compose-region): Don't call
3379 compose-chars-after, instead call a function registered in
3380 composition-function-table.
3381
3382 * language/lao.el: Register lao-composition-function in
3383 composition-function-table for Lao vowels and tones.
3384 (lao): Don't use lao-post-read-conversion.
3385
3386 * language/lao-util.el (lao-post-read-conversion): Delete this function.
3387 (lao-composition-function): Change arguments to conform to
3388 composition-function-table.
3389
3390 * language/thai.el: Register thai-composition-function in
3391 composition-function-table for Thai vowels and tones.
3392 (thai-tis620): Don't use thai-post-read-conversion.
3393
3394 * language/thai-util.el (thai-post-read-conversion): Delete function.
3395 (thai-composition-function): Change arguments to conform to
3396 composition-function-table.
3397
3398 * language/tibetan.el: Register tibetan-composition-function in
3399 composition-function-table for Tibetan characters.
3400
3401 * language/tibet-util.el (tibetan-composition-function):
3402 Change arguments to conform to composition-function-table.
3403
3404 * loadup.el: Load composite.
3405
3406 2008-02-01 Dave Love <fx@gnu.org>
3407
3408 * international/mule-diag.el (unicode-data): Find unicodedata-file
3409 literally.
3410
3411 2008-02-01 Dave Love <fx@gnu.org>
3412
3413 * international/fontset.el: Doc fixes.
3414 ("fontset-default"): Add iso8859-15.
3415
3416 2008-02-01 Kenichi Handa <handa@m17n.org>
3417
3418 * international/fontset.el ("fontset-default"): Add an entry for
3419 `indian-is13194' charset.
3420
3421 * international/mule-conf.el (indian-is13194): Delete :unify-map
3422 property. Don't unify this charset.
3423 (indian-2-column): Delete :superset property, add :code-offset property.
3424
3425 * language/devan-util.el: Delete the superfluous autoload cookie
3426 near the head of the file.
3427 (devanagari-compose-region): Add autoload cookie.
3428
3429 * language/ind-util.el (indian-2-column-to-ucs-region):
3430 Add autoload cookie.
3431
3432 2008-02-01 Kenichi Handa <handa@m17n.org>
3433
3434 * international/fontset.el ("fontset-default"): Add an entry for
3435 `devanagari' script and `malayalam-glyph' charset.
3436 (face-resizing-fonts): Register CDAC fonts.
3437
3438 * international/mule-conf.el (malayalam-glyph): New charset.
3439
3440 2008-02-01 Dave Love <fx@gnu.org>
3441
3442 * term/x-win.el: Fix typo in loop setting x-keysym-table.
3443
3444 2008-02-01 Dave Love <fx@gnu.org>
3445
3446 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
3447
3448 * term/x-win.el: Remove some ancient compatibility code. Populate
3449 x-keysym-table.
3450
3451 * international/mule-cmds.el (wid-edit): Require when compiling.
3452 (set-locale-environment): Check locale against coding system
3453 aliases too.
3454
3455 2008-02-01 Kenichi Handa <handa@m17n.org>
3456
3457 * language/indian.el (in-is13194-devanagari):
3458 Fix :post-read-conversion and :pre-write-conversion.
3459
3460 2008-02-01 Dave Love <fx@gnu.org>
3461
3462 * international/mule-cmds.el (charset): Supply doc, :tag.
3463
3464 2008-02-01 Kenichi Handa <handa@m17n.org>
3465
3466 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
3467 return a unibyte string.
3468
3469 2008-02-01 Kenichi Handa <handa@m17n.org>
3470
3471 * international/mule-cmds.el (set-locale-environment):
3472 Delete superfluous ')'s at the tail.
3473
3474 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3475
3476 * international/mule.el (define-coding-system): Fix typo;
3477 "docode" -> "decode".
3478
3479 2008-02-01 Dave Love <fx@gnu.org>
3480
3481 * emacs-lisp/byte-opt.el (side-effect-free-fns):
3482 Add string-make-unibyte string-make-multibyte string-to-multibyte
3483 string-as-multibyte string-as-unibyte.
3484
3485 2008-02-01 Dave Love <fx@gnu.org>
3486
3487 * language/english.el (ibm1047, cp1047): New.
3488
3489 * international/mule-conf.el (alternativnyj): Use new table.
3490 (cp866): Define standalone, not as alias.
3491 (ibm866): Change alias.
3492 (ibm1047): New.
3493
3494 * language/cyrillic.el (cyrillic-alternativnyj):
3495 Remove mime-charset. Use alternativnj charset.
3496 (cp866): Remove alias. Define standalone.
3497
3498 2008-02-01 Dave Love <fx@gnu.org>
3499
3500 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
3501
3502 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
3503 ("Tajik", "Belarusian"): Fix charset.
3504
3505 * international/mule-cmds.el (describe-language-environment):
3506 Be case-insensitive when looking for input methods.
3507 (locale-name-match): Doc fix.
3508 (locale-charset-match-p): New.
3509 (set-locale-environment): Warn if coding system doesn't agree
3510 with system locale.
3511
3512 2008-02-01 Kenichi Handa <handa@m17n.org>
3513
3514 * international/mule-cmds.el (select-safe-coding-system): If
3515 :mime-charset property of a coding system is not equal to that
3516 coding system, don't show that :mime-charset name.
3517
3518 2008-02-01 Dave Love <fx@gnu.org>
3519
3520 * international/quail.el (quail-help): Fix underlining.
3521
3522 * language/chinese.el (chinese-gb18030, gb18030)
3523 ("Chinese-GB18030"): New.
3524
3525 * international/mule-cmds.el (locale-language-names): Add GB18030.
3526
3527 * international/swedish.el: Don't require latin-1.
3528
3529 2008-02-01 Dave Love <fx@gnu.org>
3530
3531 * language/czech.el ("Czech"):
3532 * language/slovak.el ("Slovak"):
3533 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
3534
3535 * language/greek.el ("Greek"): Remove unibyte-syntax property.
3536 (cp737): New coding system.
3537
3538 * language/european.el: Remove unibyte-syntax properties.
3539 Augment some coding-system properties.
3540
3541 * international/mule-cmds.el (set-language-environment):
3542 Check for charset property of environment.
3543 (language-info-alist): Doc fix.
3544
3545 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
3546
3547 * international/characters.el: Add Latin-1.
3548
3549 * international/latin-1.el, international/latin-2.el,
3550 * international/latin-3.el, international/latin-4.el,
3551 * international/latin-5.el, international/latin-8.el,
3552 * international/latin-9.el: Delete.
3553
3554 * loadup.el: Remove international/latin-N.el.
3555
3556 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
3557 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
3558 Undo last changes.
3559
3560 * international/mule-diag.el (unicode-data): Check that
3561 `unicodedata-file' exists.
3562
3563 2008-02-01 Kenichi Handa <handa@m17n.org>
3564
3565 * international/fontset.el (charset-script-alist): Fix script names.
3566
3567 2008-02-01 Kenichi Handa <handa@m17n.org>
3568
3569 * international/latin-1.el: Bind set-case-syntax-charset to
3570 iso-8859-1. Never provide latin-1.
3571
3572 * international/latin-2.el: Bind set-case-syntax-charset to
3573 iso-8859-2. Never provide latin-2.
3574
3575 * international/latin-3.el: Bind set-case-syntax-charset to
3576 iso-8859-3. Never provide latin-3.
3577
3578 * international/latin-4.el: Bind set-case-syntax-charset to
3579 iso-8859-4. Never provide latin-4.
3580
3581 * international/latin-5.el: Bind set-case-syntax-charset to
3582 iso-8859-9. Never provide latin-5.
3583
3584 * international/latin-8.el: Bind set-case-syntax-charset to
3585 iso-8859-14. Never provide latin-8.
3586
3587 * international/latin-9.el: Bind set-case-syntax-charset to
3588 iso-8859-15. Never provide latin-9.
3589
3590 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
3591 (set-case-syntax-charset): New variable.
3592 (set-case-syntax-1): New function.
3593 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
3594 Call set-case-syntax-1 on arguments.
3595
3596 * international/mule-cmds.el (set-language-environment): Delete
3597 unnecessary setup of syntax/case for unibyte case.
3598
3599 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3600
3601 * international/fontset.el (generate-fontset-menu): Exclude the
3602 default fontset.
3603
3604 * faces.el (describe-face): Describe :fontset property too.
3605
3606 2008-02-01 Dave Love <fx@gnu.org>
3607
3608 * international/characters.el: Don't set char width of CJK
3609 charsets generally. Add some non-word syntax cases.
3610 (korean-ksc5601): Fix ranges with symbol syntax.
3611
3612 2008-02-01 Dave Love <fx@gnu.org>
3613
3614 * Makefile.in (DONTCOMPILE): Add indian.el.
3615
3616 * language/ind-util.el:
3617 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
3618 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
3619 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
3620 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
3621 Remove declarations and let-bind them in re-written top-level loop
3622 over scripts, including ucs-devanagari-to-is13194-alist.
3623
3624 2008-02-01 Dave Love <fx@gnu.org>
3625
3626 * international/mule-cmds.el (charset): Move.
3627 (language-info-custom-alist): Move. Alter :set.
3628 (find-coding-systems-for-charsets): Check charset type before
3629 getting :charset-list.
3630
3631 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
3632
3633 2008-02-01 Dave Love <fx@gnu.org>
3634
3635 * wid-edit.el (widget-string-complete): New.
3636 (widget-coding-system-prompt-value-history): Delete.
3637 (coding-system): Use coding-system-value-history.
3638
3639 * international/mule-cmds.el (charset): New widget.
3640 (language-info-custom-alist): Use it.
3641 (default-input-method): Modify :type.
3642
3643 2008-02-01 Dave Love <fx@gnu.org>
3644
3645 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
3646 (indian-glyph-char, indian-char-glyph): Delete.
3647 (is13194-default-repertory): Rename from is13194-default-repartory.
3648 (iscii-to-ucs-region): Hoist evals from loop.
3649
3650 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
3651
3652 * language/indian.el (indian-script-table)
3653 (ccl-encode-indian-glyph-font): Delete.
3654
3655 * international/mule-cmds.el (language-info-custom-alist): New.
3656 (input-method-activate-hook, input-method-inactivate-hook)
3657 (input-method-after-insert-chunk-hook)
3658 (input-method-use-echo-area, set-language-environment-hook)
3659 (exit-language-environment-hook): Customize.
3660 (find-coding-systems-for-charsets): Rewrite.
3661 (default-input-method): Add :link.
3662
3663 2008-02-01 Dave Love <fx@gnu.org>
3664
3665 * international/mule-conf.el (eight-bit): Add :docstring,
3666 :short-name properties.
3667 (cp851): Doc fix.
3668 (unicode-bmp): New.
3669
3670 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
3671
3672 * language/european.el (cp858): New.
3673 ("Turkish"): Add special case rules.
3674
3675 2008-02-01 Dave Love <fx@gnu.org>
3676
3677 * international/characters.el: Make \e,_/\e(B and \e,A\7f\e(B a case pair.
3678
3679 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3680
3681 * international/mule-conf.el: Don't define the charset iso-8859-1
3682 here, just setup its properties.
3683
3684 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3685
3686 * international/mule-conf.el (utf-8): Give :mime-charset property.
3687
3688 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3689
3690 * international/characters.el: Remove duplicated case setting for
3691 Cyrillic and Greek letters. Don't setup printable-chars here.
3692
3693 * case-table.el (describe-buffer-case-table): Handle the case
3694 that KEY is a cons within map-char-table.
3695
3696 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3697
3698 * international/characters.el: Fix categories ?A and ?C.
3699 Treat ASCII characters as `latin' script.
3700
3701 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3702
3703 * international/fontset.el (fontset-plain-name): If the fontset
3704 name doesn't ends with "-fontset-*", use family name as the first
3705 part of the plain name.
3706 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
3707 created, use that name for the fontset. Fix arguments to
3708 subst-char-in-string.
3709
3710 2008-02-01 Dave Love <fx@gnu.org>
3711
3712 * term.el (term-char-mode): Remove generic-character-list code.
3713
3714 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
3715
3716 * wid-edit.el (character): Use characterp.
3717
3718 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
3719
3720 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
3721
3722 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
3723 Add charset.
3724 ("Ukrainian"): New.
3725
3726 * language/georgian.el (georgian-ps): New coding system.
3727
3728 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3729
3730 * international/mule-cmds.el (reset-language-environment):
3731 Don't set nonascii-translation-table and nonascii-insert-offset.
3732 Call set-unibyte-charset, not set-primary-charset.
3733 (nonascii-translation-table, nonascii-insert-offset):
3734 Declare these variable as obsolete ones.
3735 (set-language-environment): Call set-unibyte-charset, not
3736 set-primary-charset. Call set-charset-priority with `charset'
3737 info of the language environment.
3738
3739 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3740
3741 * international/characters.el (next-word-boundary-han):
3742 Don't treat katakana following han characters as a part of a word.
3743
3744 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3745
3746 * international/characters.el: Call map-charset-chars on big5 (not
3747 chinese-big5-1/2) to set categories `c', `C', and `|'.
3748 (next-word-boundary-han, next-word-boundary-kana): New function.
3749 Register it in next-word-boundary-function-table.
3750
3751 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3752
3753 * arc-mode.el (archive-file-name-coding-system): New variable.
3754 Make it permanent-local.
3755 (byte-after, bref, insert-unibyte): New function. Change most of
3756 char-after, aref, insert to them respectively.
3757 (archive-mode): Set archive-file-name-coding-system.
3758 (archive-summarize): Don't change the buffer's multibyteness.
3759 (archive-extract): Inherit archive-file-name-coding-system from
3760 archive-superior-buffer. Bind coding-system-for-write to
3761 archive-file-name-coding-system.
3762 (archive-*-write-file-member): Encode ENAME by
3763 archive-file-name-coding-system. Bind coding-system-for-write to
3764 no-conversion.
3765 (archive-rename-entry): Encode the filename by
3766 archive-file-name-coding-system.
3767 (archive-mode-revert): Don't change the buffer's multibyteness.
3768 (archive-arc-summarize, archive-lzh-summarize)
3769 (archive-zoo-summarize): Don't change the buffer's multibyteness.
3770 Decode filenames by archive-file-name-coding-system.
3771 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
3772 the buffer's multibyteness.
3773
3774 * tar-mode.el (tar-file-name-coding-system): New variable.
3775 Make it permanent-local.
3776 (tar-header-block-tokenize): Decode filename and linkname by
3777 tar-file-name-coding-system.
3778 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
3779 the byte value of eight-bit chars.
3780 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
3781 `to'. Delete unnecessary call of position-bytes.
3782 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
3783 call of position-bytes.
3784 (tar-extract): Simplify by calling decode-coding-region with
3785 DESTINATION argument. Don't toggle multibyteness of tar buffer.
3786 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
3787 (tar-clear-modification-flags): Delete unnecessary call of
3788 position-bytes.
3789 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
3790 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
3791 Convert new-data-string by string-to-multibyte before inserting it.
3792 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
3793 buffer. Simplify by calling encoding-coding-region with
3794 DESTINATION argument.
3795 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
3796
3797 2008-02-01 Dave Love <fx@gnu.org>
3798
3799 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
3800
3801 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
3802
3803 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3804
3805 * international/characters.el: Setup char-script-table.
3806
3807 * international/fontset.el: Setup the default fontset by the new
3808 script-based way.
3809 (x-complement-fontset-spec): Change the format of arg FONTLIST to
3810 an alist of charsets vs font name lists.
3811 (charset-script-alist): New variable.
3812 (create-fontset-from-fontset-spec): Allow script name in
3813 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
3814 to the corresponding script name.
3815 (create-fontset-from-ascii-font): Slight tuning.
3816
3817 * international/mule-conf.el (devanagari-glyph): New charset.
3818 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
3819 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
3820 japanese-jisx0213-2.
3821
3822 * international/mule-diag.el (print-fontset): Use describe-vector
3823 to handle a char table returned by fontset-info.
3824
3825 * language/indian.el: Don't register ccl-encode-indian-glyph-font
3826 and ccl-encode-unicode-font in font-ccl-encoder-alist.
3827
3828 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3829
3830 * international/mule-util.el (detect-coding-with-priority):
3831 Fix the place of using `,' marker in backguote form.
3832
3833 2008-02-01 Dave Love <fx@gnu.org>
3834
3835 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
3836
3837 * international/mule-util.el (with-coding-priority): Fix.
3838
3839 * international/mule.el (set-coding-priority): Fix obsolete spec.
3840
3841 2008-02-01 Dave Love <fx@gnu.org>
3842
3843 * international/mule-cmds.el (leim-list-header): Add coding tag.
3844
3845 2008-02-01 Dave Love <fx@gnu.org>
3846
3847 * international/mule-cmds.el (find-coding-systems-region)
3848 (language-info-alist, reset-language-environment, princ-list): Doc fix.
3849 (input-method-verbose-flag): Fix :type.
3850
3851 2008-02-01 Dave Love <fx@gnu.org>
3852
3853 * international/mule.el (set-char-table-default): Make obsolete.
3854
3855 2008-02-01 Dave Love <fx@gnu.org>
3856
3857 * language/devanagari.el ("Devanagari"): Fix coding-system,
3858 coding-priority.
3859
3860 * international/mule-diag.el (describe-char-after): Modify display
3861 list processing.
3862 (unicodedata-file, unicodedata-find): New.
3863
3864 2008-02-01 Dave Love <fx@gnu.org>
3865
3866 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
3867 autoload cookie.
3868
3869 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
3870
3871 2008-02-01 Dave Love <fx@gnu.org>
3872
3873 * international/mule-util.el (detect-coding-with-priority): Rewrite.
3874
3875 2008-02-01 Dave Love <fx@gnu.org>
3876
3877 * composite.el (compose-string): Doc fix.
3878
3879 * language/georgian.el ("Georgian"): Delete code-pages feature,
3880 add nonascii-translation.
3881
3882 * language/european.el ("German", "French", "Spanish"):
3883 Add latin-9 as alternative coding system.
3884 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
3885 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
3886 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
3887 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
3888 system.
3889
3890 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
3891 encode-coding-char.
3892 (side-effect-and-error-free-fns): Add charsetp, max-char,
3893 primary-charset.
3894
3895 * simple.el: Don't require cl when compiling.
3896
3897 * Makefile.in (DONTCOMPILE): Fix duplicates.
3898
3899 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
3900
3901 * international/mule.el: Doc fixes.
3902 (load-with-code-conversion): Fix coding-system-type test.
3903
3904 * international/mule-cmds.el (sort-coding-systems): Comment out
3905 iso-2022 case.
3906 (encoded-string-description): Fix coding-system-type test.
3907
3908 2008-02-01 Dave Love <fx@gnu.org>
3909
3910 * international/characters.el: Make korean-ksc5601 double-width.
3911
3912 * international/mule.el (auto-coding-regexp-alist):
3913 Recognize Emacs 20/1 byte-compiled files.
3914
3915 * international/mule-conf.el (file-coding-system-alist):
3916 Change .elc to utf-8-emacs.
3917
3918 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
3919 of utf-8-emacs.
3920 (byte-compile-insert-header): Update magic number. Add ballast.
3921 (map-char-table): Use byte-compile-funarg-2.
3922
3923 2008-02-01 Dave Love <fx@gnu.org>
3924
3925 * language/cyrillic.el ("Belarusian"): Doc fix.
3926 (cp1125, koi8-t): Doc fix.
3927
3928 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
3929 (find-multibyte-characters): Don't test for charset `unknown'.
3930 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
3931 ru, sr_YU, tg, wa, zh.gbk.
3932 (locale-language-names): Change sp to Cyrillic.
3933 (locale-charset-language-names): Match @euro after utf-8.
3934
3935 2008-02-01 Dave Love <fx@gnu.org>
3936
3937 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
3938 New coding systems.
3939 ("Chinese-GBK"): New environment.
3940
3941 2008-02-01 Dave Love <fx@gnu.org>
3942
3943 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
3944 New coding systems.
3945 ("Chinese-GBK"): New environment.
3946
3947 * language/thai-util.el: Remove redundant unicodes in category-setting.
3948
3949 * language/lao-util.el: Remove redundant unicodes in category-setting.
3950
3951 * international/mule-conf.el (japanese-jisx0213-1)
3952 (japanese-jisx0213-2): Add unify-map.
3953
3954 2008-02-01 Kenichi Handa <handa@etl.go.jp>
3955
3956 * international/quail.el (quail-update-leim-list-file):
3957 Force writing the file by iso-2022-7bit.
3958
3959 * international/titdic-cnv.el (miscdic-convert): Force writing the
3960 file by iso-2022-7bit.
3961
3962 * international/mule.el (define-charset): Change the attribute
3963 :parents to :subset or :superset.
3964
3965 * international/mule-conf.el: Adjust for the change of
3966 define-charset (:parent -> :subset or :superset).
3967
3968 * international/characters.el: Fix the last change.
3969
3970 2008-02-01 Dave Love <fx@gnu.org>
3971
3972 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
3973 (cyrillic-encode-alternativnyj-char): Fix.
3974 (standard-display-cyrillic-translit): Remove redundant unicodes.
3975
3976 2008-02-01 Dave Love <fx@gnu.org>
3977
3978 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
3979 New environments.
3980
3981 * international/mule-conf.el (control-1): New charset.
3982 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
3983 (korean-ksc5601): Redefine to use code-offset and unify-map.
3984
3985 2008-02-01 Dave Love <fx@gnu.org>
3986
3987 * international/mule-conf.el (tcvn-5712): New charset.
3988
3989 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
3990 ("Vietnamese"): Doc fix.
3991
3992 2008-02-01 Dave Love <fx@gnu.org>
3993
3994 * international/mule-conf.el (windows-936): New alias.
3995
3996 * cus-start.el: Add scalable-fonts-allowed.
3997
3998 * international/characters.el: Reinstate various CJK syntax and
3999 category setup. Remove obsolete syntax setting in Greek section.
4000 Optimize the char tables.
4001
4002 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
4003
4004 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
4005
4006 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
4007 coding systems.
4008
4009 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
4010
4011 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4012
4013 * international/characters.el (printable-chars): Setup correctly.
4014
4015 2008-02-01 Dave Love <fx@gnu.org>
4016
4017 * cus-start.el: Add selection-coding-system.
4018
4019 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
4020
4021 * language/china-util.el (post-read-decode-hz)
4022 (pre-write-encode-hz): Move from chinese.el.
4023 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
4024 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
4025
4026 * language/chinese.el (post-read-decode-hz)
4027 (pre-write-encode-hz): Move to china-util.el.
4028
4029 * case-table.el (set-case-syntax-pair): Test again for equal byte
4030 lengths of the pair.
4031
4032 * international/characters.el: Add Vietnamese category to
4033 equivalent unicodes.
4034
4035 2008-02-01 Dave Love <fx@gnu.org>
4036
4037 * international/mule-conf.el (chinese-sisheng, ipa)
4038 (indian-is13194, tibetan, ethiopic): Add :unify-map.
4039
4040 * international/mule-diag.el (describe-character-set): Account for
4041 more than two dimensions of possibly different size.
4042 (describe-current-coding-system): Add selection-coding-system.
4043
4044 * international/mule-cmds.el (unify-8859-on-encoding-mode)
4045 (unify-8859-on-decoding-mode): Move from mule.el.
4046
4047 * international/mule.el (unify-8859-on-encoding-mode)
4048 (unify-8859-on-decoding-mode): Remove :init-value.
4049 (charset-chars): Add optional dimension arg.
4050 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
4051 Move to mule-cmds.el.
4052
4053 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4054
4055 * international/fontset.el: Change registry for japanese-jisx0208
4056 to "JISX0208*" in the default fontset.
4057 (font-encoding-alist): Add an entry for "JISX0208.1983" and
4058 "ISO10646.indian-1".
4059
4060 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4061
4062 * language/japanese.el (japanese-iso-7bit-1978-irv):
4063 Add `designation' to :flags, `ascii' to :charset-list.
4064
4065 * international/mule.el (define-charset): New args :min-code and
4066 :max-code.
4067 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
4068
4069 * international/mule-conf.el (chinese-gbk): Change :code-offset to
4070 #x160000.
4071 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
4072 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
4073
4074 2008-02-01 Dave Love <fx@gnu.org>
4075
4076 * language/thai.el (iso-8859-11): New coding system.
4077
4078 * international/mule-conf.el: Doc fixes.
4079 (iso-8859-11): New.
4080
4081 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
4082
4083 * cus-start.el (scalable-fonts-allowed): Add.
4084
4085 2008-02-01 Dave Love <fx@gnu.org>
4086
4087 * international/mule.el (unify-8859-on-encoding-mode)
4088 (unify-8859-on-decoding-mode): Dummy versions.
4089
4090 * international/ucs-tables.el: Remove.
4091
4092 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
4093 language/japanese.el.
4094
4095 * international/mule-conf.el: Doc fixes.
4096 (cp936): New alias.
4097 (cp720, cp858): New charsets.
4098
4099 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
4100 coding system, not emacs-mule.
4101
4102 * files.el (revert-buffer, recover-file): Likewise.
4103
4104 * desktop.el (desktop-save): Likewise.
4105
4106 2008-02-01 Dave Love <fx@gnu.org>
4107
4108 * international/mule.el (with-category-table): Use make-symbol.
4109 (coding-system-list): Use coding-system-aliases.
4110 (make-translation-table): Don't deal with generic characters.
4111
4112 * international/mule-util.el (coding-system-post-read-conversion)
4113 (coding-system-pre-write-conversion)
4114 (coding-system-translation-table-for-decode)
4115 (coding-system-translation-table-for-encode): Get the right properties.
4116 (with-coding-priority): New macro.
4117 (detect-coding-with-language-environment): Use it.
4118 (coding-system-equal): Use coding-system-plist.
4119
4120 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
4121 Use :valid property.
4122
4123 * international/mule-cmds.el (encode-coding-char):
4124 Use find-coding-systems-string. Don't use make-char.
4125 (describe-language-environment): Use coding-system-aliases.
4126 (prefer-coding-system): Doc fix.
4127
4128 * international/mule-diag.el (describe-current-coding-system):
4129 Fix aliases listing.
4130 (print-iso-2022-flags): Delete.
4131 (print-designation): Partial re-write.
4132 (describe-coding-system): Deal with iso-2022 designations, flags.
4133 Fix shift_jis case.
4134 (describe-char-after): Use characterp. Print explicit unicode.
4135 Remove some obsolete code.
4136 (print-coding-system-briefly): Fix printing aliases.
4137 (print-coding-system): Use coding-system-aliases.
4138 (mule-diag): Don't list coding categories.
4139
4140 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
4141 Re-order charset priorities.
4142 (binary): New alias.
4143 (iso-8859-16): Fix nickname.
4144 (define-iso-single-byte-charset): Un-define after use.
4145
4146 2008-02-01 Dave Love <fx@gnu.org>
4147
4148 * international/characters.el: Additional double width specifications.
4149
4150 * international/mule-diag.el (print-coding-system): Incomplete updates.
4151 (describe-character-set): List more properties.
4152 (print-fontset): Fix case of vector font-spec.
4153 (describe-current-coding-system): Fix iso-7, iso-7-else.
4154
4155 * international/mule-conf.el (ibm866): Fix alias.
4156 (iso-8859-16): Fix nickname.
4157
4158 2008-02-01 Dave Love <fx@gnu.org>
4159
4160 * language/ind-util.el: Avoid decode-char.
4161 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
4162 Use characterp, not char-valid-p.
4163
4164 * language/devan-util.el: Add coding tag, avoid decode-char.
4165
4166 * international/titdic-cnv.el: Add coding tag.
4167 (tit-process-header): Add coding tag to output.
4168
4169 * language/thai.el (cp874, ibm874): New coding systems.
4170
4171 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
4172 Add character-p.
4173
4174 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
4175 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
4176 New coding systems.
4177 <set-language-info-alist>: Avoid decode-char.
4178
4179 * language/hebrew.el (cp862, ibm862): New coding systems.
4180
4181 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
4182
4183 * language/cyrillic.el (cp855, ibm855): New coding systems.
4184
4185 * international/mule-conf.el: Avoid decode-char in top-level code
4186 for self-inserting multibyte chars.
4187 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
4188 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
4189 New charsets.
4190
4191 * international/characters.el: Various simplifications and additions.
4192
4193 2008-02-01 Dave Love <fx@gnu.org>
4194
4195 * international/mule-conf.el (code-pages): Provide, for compatibility.
4196
4197 * international/code-pages.el: Remove.
4198
4199 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4200
4201 * Makefile.in: Cancel the 2008-02-01 change of mine.
4202
4203 * international/fontset.el: Add setting for unicode font at the
4204 end of the default fontset.
4205
4206 2008-02-01 Dave Love <fx@gnu.org>
4207
4208 * international/mule-conf.el (adobe-standard-encoding, symbol):
4209 Adjust :code-space.
4210 (ibm850): Add :ascii-compatible-p.
4211
4212 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4213
4214 * international/mule-conf.el (vietnamese-viscii-lower)
4215 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
4216 mapping table.
4217
4218 2008-02-01 Dave Love <fx@gnu.org>
4219
4220 * cus-start.el: Add charset-map-directory.
4221
4222 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
4223
4224 * format.el (format-alist): Remove ibm, mac, hp entries (available
4225 natively).
4226
4227 * language/romanian.el (iso-latin-10): Add :mime-charset.
4228 ("Romanian"): Add doc.
4229
4230 * international/mule-conf.el (iso-8859-10, symbol)
4231 (adobe-standard-encoding, ibm850): New charsets.
4232 (iso-8859-13): Fix IR number, final char.
4233 (file-coding-system-alist): Add .xml.
4234
4235 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
4236 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
4237 (adobe-standard-encoding, cp850, ibm850): New coding systems.
4238 ("Latin-6", "Latin-7"): New language environments.
4239
4240 2008-02-01 Dave Love <fx@gnu.org>
4241
4242 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
4243 utf-8-subst; add vietnamese, cyrillic, czech.
4244
4245 * language/romanian.el (iso-latin-10): New coding system.
4246
4247 * international/mule-conf.el (emacs-mule): Set :charset-list,
4248 consistent with coding-system-charset-list doc.
4249 (iso-8859-16): New charset.
4250
4251 * international/mule-diag.el (describe-coding-system): Avoid error
4252 for iso-2022, emacs-mule.
4253
4254 2008-02-01 Dave Love <fx@gnu.org>
4255
4256 * international/codepage.el: Remove or comment out most of code.
4257 (codepage-setup): Re-write as trivial, obsolete function.
4258
4259 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
4260 Remove setup function.
4261
4262 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
4263
4264 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
4265 language/cyrillic.el, language/czech.el.
4266
4267 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
4268 (font-ccl-encoder-alist): Remove viscii, vscii.
4269
4270 * language/hebrew.el (windows-1255, cp1255): New coding systems.
4271
4272 * language/european.el (windows-1254, cp1254, windows-1257)
4273 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
4274 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
4275
4276 * language/greek.el (windows-1253, cp1253): New coding systems.
4277
4278 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
4279 file name.
4280 (windows-1253, windows-1254, windows-1255, windows-1256)
4281 (windows-1257, windows-1258, next): New charsets.
4282
4283 * international/utf-8.el, international/utf-8-subst.el: Remove.
4284
4285 * international/mule.el: Doc fixes.
4286 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
4287 (coding-system-get): Try to convert old-style symbol to keyword.
4288 (define-charset): Purecopy strings in property list.
4289 (define-coding-system): Purecopy docstring.
4290
4291 * international/mule-diag.el (list-character-sets-2): Avoid
4292 charset-bytes.
4293 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
4294 (list-block-of-chars): Re-write.
4295 (describe-character-set): Show more properties.
4296 (describe-char-after): Correct codepoint display.
4297 (print-coding-system): Use symbolic types.
4298
4299 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4300
4301 * Makefile.in: Be sure also to run emacs with LANG=C.
4302
4303 2008-02-01 Dave Love <fx@gnu.org>
4304
4305 * international/mule-diag.el: Doc fixes.
4306 (sort-charset-list, charset-multibyte-form-string): Remove.
4307 (list-character-sets, list-character-sets-1)
4308 (list-character-sets-2): Re-write.
4309 (non-iso-charset-alist): Set to nil and made obsolete.
4310 (decode-codepage-char): Re-write and made obsolete.
4311 (read-charset): Don't use non-iso-charset-alist.
4312 (describe-coding-system): Use keyword properties.
4313 (describe-character-set): Re-write.
4314
4315 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
4316 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
4317 (ebcdic-uk): New charsets.
4318
4319 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
4320 New coding systems.
4321
4322 * language/european.el (windows-1252): New coding system.
4323
4324 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4325
4326 * Makefile.in: By sure to run emacs with LC_ALL=C.
4327
4328 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
4329 encoded-kbd-self-insert-iso2022-8bit with argument 1.
4330 (encoded-kbd-self-insert-charset): New function.
4331 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
4332 coding-system of type charset.
4333
4334 2008-02-01 Dave Love <fx@gnu.org>
4335
4336 * international/mule-cmds.el (set-locale-environment): Comment out
4337 set-keyboard-coding-system stuff.
4338
4339 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4340
4341 * international/mule.el (define-coding-system): Doc fix;
4342 sjis->shift-jis.
4343
4344 * international/mule-conf.el: Use decode-char instead of make-char.
4345
4346 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
4347 New arg ARG. Directly call self-insert-command. This is a
4348 temporary workaround to make it work with latin-1.
4349 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
4350
4351 * international/characters.el: Setup char-width-table for CJK
4352 characters.
4353
4354 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4355
4356 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
4357 Fix the initial value to specify character range of
4358 japanese-jisx0208, not unicode.
4359
4360 * international/characters.el: Set syntax/category for
4361 japanese-jisx0208.
4362
4363 2008-02-01 Dave Love <fx@gnu.org>
4364
4365 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
4366 mime-charset.
4367
4368 * language/vietnamese.el, language/korean.el, language/japanese.el:
4369 * language/hebrew.el, language/greek.el, language/chinese.el:
4370 Fix :mime-charset properties.
4371
4372 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
4373 (cyrillic-alternativnyj): Fix :mime-charset.
4374 (cp878, cp866): New alias.
4375
4376 * language/european.el: Fix mime-charset properties.
4377
4378 * international/mule-cmds.el (sort-coding-systems)
4379 (select-safe-coding-system, select-message-coding-system): Use
4380 :mime-charset, not 'mime-charset.
4381
4382 * international/mule-conf.el: Add various :mime-charset properties.
4383
4384 2008-02-01 Dave Love <fx@gnu.org>
4385
4386 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
4387 getting decoder.
4388 (encoded-kbd-mode): Fix code for coding system type and designations.
4389
4390 * international/mule-conf.el: Spelling fixes.
4391
4392 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4393
4394 * international/fontset.el (fontset-plain-name): Handle the case
4395 that size, weight, slant are not specified in the fontset name.
4396
4397 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
4398
4399 * language/greek.el (greek-iso-8bit): Fix typo.
4400
4401 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4402
4403 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
4404
4405 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4406
4407 * international/characters.el: Change encoding to utf-8-emacs.
4408 Remove apparent duplicate codes.
4409
4410 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4411
4412 * international/fontset.el: Change the registry for
4413 chinese-gb2312 and add the registry for chinese-gbk.
4414
4415 * international/mule.el (charset-chars): Fix typo.
4416
4417 * international/mule-conf.el (chinese-gbk): New charset.
4418
4419 * international/titdic-cnv.el (titdic-convert): Read into a
4420 unibyte buffer then make the buffer multibyte.
4421
4422 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4423
4424 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
4425 instead of :signature.
4426
4427 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4428
4429 * language/czech.el ("Czech"): Set `iso-8859-2' for
4430 `nonascii-translation'.
4431
4432 * language/romanian.el ("Romanian"): Likewise.
4433
4434 * language/slovak.el ("Slovak"): Likewise.
4435
4436 * international/characters.el: Optimize calls of modify-category-entry.
4437
4438 2008-02-01 Kenichi Handa <handa@etl.go.jp>
4439
4440 * bindings.el: Don't bind multibyte characters to
4441 self-insert-command here. It's done in mule-conf.el.
4442
4443 * case-table.el (set-case-syntax-offset): Delete variable.
4444 (set-case-syntax-1): Delete function. Change callers.
4445 (set-case-syntax-delims): Don't check byte length of characters.
4446
4447 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
4448 characters to isearch-printing-char.
4449
4450 * loadup.el: Don't load "international/utf-8". Don't call
4451 update-coding-systems-internal. Bind coding-system-for-write to
4452 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
4453 dumping.
4454
4455 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
4456 change of map-char-table.
4457
4458 * eshell/esh-mode.el: Adjust for the change of map-char-table.
4459
4460 * international/characters.el: Adjust for the deletion of
4461 generic characters.
4462
4463 * international/code-pages.el (cp-make-translation-table)
4464 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
4465 (cp-make-coding-system): Call define-coding-system.
4466
4467 * international/fontset.el: Rewrite most code.
4468
4469 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
4470 Call encode-char instead of split-char.
4471
4472 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
4473 Change value.
4474 (skkdic-lookup-key): Call encode-char instead of split-char.
4475
4476 * international/titdic-cnv.el (titdic-convert): Bind
4477 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
4478 buffer.
4479
4480 * international/latin-1.el: Don't bind set-case-syntax-offset.
4481
4482 * international/latin-2.el: Don't bind set-case-syntax-offset.
4483
4484 * international/latin-3.el: Don't bind set-case-syntax-offset.
4485
4486 * international/latin-4.el: Don't bind set-case-syntax-offset.
4487
4488 * international/latin-5.el: Don't bind set-case-syntax-offset.
4489
4490 * international/latin-8.el: Don't bind set-case-syntax-offset.
4491
4492 * international/latin-9.el: Don't bind set-case-syntax-offset.
4493
4494 * international/mule-cmds.el: Don't use coding category.
4495 Call set-coding-system-priority instead of set-coding-priority.
4496 (sort-coding-systems, select-safe-coding-system):
4497 Call coding-system-priority-list to get the most preferred one.
4498 (reset-language-environment): Order of coding system priority
4499 changed. Set primary charset to iso-8859-1.
4500 (set-language-environment-coding-systems):
4501 Call set-coding-system-priority instead of set-coding-priority.
4502 (get-charset-property, put-charset-property): Move to mule.el.
4503
4504 * international/mule-conf.el: Ful re-write.
4505
4506 * international/mule-diag.el (print-designation): Change arguments.
4507 (print-iso-2022-flags): New function.
4508 (describe-coding-system, describe-current-coding-system):
4509 Adjust for the new structure of coding system.
4510
4511 * international/mule.el (char-valid-p): Make it an alias of characterp.
4512 (define-charset): Full re-design.
4513 (charset-quoted-standard-p): Delete.
4514 (charsetp): Move to charset.c.
4515 (charset-info, charset-id, charset-bytes, charset-width)
4516 (charset-directioin, charset-iso-graphic-plane)
4517 (charset-reverse-charset): Delete.
4518 (charset-dimension, charset-chars, charset-iso-final-char)
4519 (charset-description, charset-short-name, charset-long-name):
4520 Call charset-plist instead of charset-info.
4521 (charset-plist, set-charset-plist): Move to charset.c.
4522 (get-charset-property, put-charset-property): Move from
4523 mule-cmds.el. Call charset-plist and set-charset-plist.
4524 (make-char): Delete.
4525 (generic-char-p): Make it always return nil.
4526 (decode-char, encode-char): Move to charset.c.
4527 (coding-spec-XXX-idx): Delete variables.
4528 (coding-system-iso-2022-flags): New variable.
4529 (define-coding-system): New function.
4530 (transform-make-coding-system-args, make-coding-system): Delete.
4531 (set-coding-priority): Make it obsolete.
4532 (after-insert-file-set-buffer-file-coding-system)
4533 (find-new-buffer-file-coding-system): Adjust for the new coding
4534 system structure.
4535
4536 * language/chinese.el, language/cyrillic.el, language/european.el:
4537 * language/greek.el, language/hebrew.el, language/indian.el:
4538 * language/japanese.el, language/korean.el, language/lao.el:
4539 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4540 Call define-coding-system instead of make-coding-system.
4541 Delete all CCL program.
4542
4543 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
4544 of make-char.
4545 (sgml-char-names-table): Fix iteration limit.
4546
4547 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
4548 (ccl-encode-mac-roman-font): Delete.
4549
4550 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
4551 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
4552 currently. This is just a temporary workaround.
4553
4554 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4555
4556 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
4557 of `find-file-hooks'.
4558 (global-whitespace-toggle-options): Doc fix.
4559
4560 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
4561
4562 * whitespace.el (whitespace): Set :version tag to 23.1.
4563 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
4564 (whitespace-style, whitespace-chars, whitespace-space)
4565 (whitespace-hspace, whitespace-tab, whitespace-newline)
4566 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
4567 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
4568 (whitespace-hspace-regexp, whitespace-space-regexp)
4569 (whitespace-tab-regexp, whitespace-trailing-regexp)
4570 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
4571 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
4572 (whitespace-space-after-tab-regexp, whitespace-line-column)
4573 (whitespace-display-mappings, global-whitespace-toggle-options)
4574 (whitespace-cleanup, whitespace-cleanup-region)
4575 (whitespace-interactive-char): Doc fixes.
4576
4577 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
4578
4579 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
4580 When turning off the global mode, turn off the local modes too
4581 if whitespace is being unloaded.
4582 (whitespace-unload-function): New function.
4583
4584 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4585
4586 * vc.el (vc-update): Fix bug: Specify branch tip as
4587 vc-checkout REVISION. Reported by Dan Nicolaescu.
4588
4589 2008-02-01 Glenn Morris <rgm@gnu.org>
4590
4591 * info.el (bookmark-make-cell-function, bookmark-search-size)
4592 (bookmark-current-bookmark): Declare variables for compiler.
4593 (bookmark-buffer-file-name, bookmark-get-filename)
4594 (bookmark-get-front-context-string)
4595 (bookmark-get-rear-context-string, bookmark-get-position)
4596 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
4597 (bookmark-jump-noselect): Declare functions for compiler.
4598 (Info-bookmark-make-cell): Fix argument list to match example of
4599 `bookmark-make-cell-for-text-file'.
4600 (Info-bookmark-jump): Don't require info inside info.el.
4601
4602 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
4603
4604 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
4605 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
4606 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
4607 (verilog-sk-state-machine): Quote all calls to
4608 "auxiliary skeleton"s to prevent infloops.
4609
4610 2008-02-01 Jason Rumney <jasonr@gnu.org>
4611
4612 * w32-fns.el: Partially revert 2007-11-10 change.
4613
4614 2008-02-01 Martin Rudalics <rudalics@gmx.at>
4615
4616 * mail/rmail.el (rmail-highlight): Fix specification.
4617 Reported by pod <pod@herald.ox.ac.uk>.
4618
4619 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * image-mode.el (image-mode-current-vscroll)
4622 (image-mode-current-hscroll): Make buffer-local.
4623 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
4624 (image-reset-current-vhscroll): Use the latest setting when displaying
4625 for the first time in a window. Apply to all windows in the frame.
4626 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
4627
4628 * progmodes/grep.el (grep-compute-defaults):
4629 Don't mix up defaults for different connections to the same host.
4630
4631 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4632
4633 * blank-mode.el: Rename to whitespace.el.
4634
4635 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
4636
4637 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
4638
4639 * net/rcompile.el (remote-compile): Remove broken code.
4640
4641 2008-01-31 Jason Rumney <jasonr@gnu.org>
4642
4643 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
4644
4645 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
4646
4647 * linum.el (linum-unload-function): New function.
4648
4649 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
4650
4651 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
4652 (gdb-var-set-format-handler): New function.
4653 (gdb-var-set-format): Use it.
4654
4655 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
4656
4657 * emacs-lisp/check-declare.el (check-declare-directory):
4658 * emacs-lisp/authors.el (authors): Use `find-program' and
4659 `grep-program' instead of hardcoded program names.
4660
4661 * emacs-lisp/cl-loaddefs.el: Update.
4662
4663 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
4664
4665 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
4666 Implement bookmark support the new make-cell/handler way.
4667 (Info-mode): Bind bookmark-make-cell-function to
4668 Info-bookmark-make-cell buffer locally.
4669
4670 2008-01-30 Richard Stallman <rms@gnu.org>
4671
4672 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
4673 Doc fix.
4674
4675 * files.el (hack-local-variables): Don't query about fake variables.
4676
4677 2008-01-30 Markus Triska <markus.triska@gmx.at>
4678
4679 * linum.el: New file.
4680
4681 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
4682
4683 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
4684 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
4685 a single element in "plinkx".
4686 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
4687 "*Shell Command Output*" buffers. Check, whether there is already
4688 an asynchronous process running. Display always the buffer of the
4689 asynchronous process.
4690 (tramp-compute-multi-hops): Adapt error message.
4691
4692 2008-01-29 Alan Mackenzie <acm@muc.de>
4693
4694 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
4695 from this regexp; part of same fix as next change to cc-engine.el.
4696
4697 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
4698 Anchor the "{" of a template function correctly on "template", not the
4699 following "<".
4700
4701 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
4702
4703 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
4704
4705 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
4706 and image-mode-current-hscroll being alists now.
4707
4708 * image-mode.el (image-mode-current-vscroll)
4709 (image-mode-current-hscroll): Add doc strings.
4710 (image-set-window-vscroll, image-set-window-hscroll)
4711 (image-reset-current-vhscroll, image-mode): Adapt to
4712 image-mode-current-vscroll and image-mode-current-hscroll being
4713 alists now.
4714
4715 2008-01-29 Martin Rudalics <rudalics@gmx.at>
4716
4717 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4718 Strip extension from .emacs.el to make sure symbol is searched
4719 in .emacs too.
4720
4721 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
4722
4723 * doc-view.el (doc-view-mode): Use facilities below to
4724 restore [vh]scroll when switching buffers.
4725
4726 * image-mode.el (image-mode-current-vscroll)
4727 (image-mode-current-hscroll): New variables.
4728 (image-set-window-hscroll, image-set-window-vscroll): New functions.
4729 (image-forward-hscroll, image-next-line, image-bol, image-eol)
4730 (image-bob, image-eob): Use them.
4731 (image-reset-current-vhscroll): New function.
4732 (image-mode): Make new variables buffer-local and reset [vh]scroll
4733 on window configuration changes.
4734
4735 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
4736
4737 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
4738 gdb-cpp-define-alist-program if file is nil (currently only
4739 " *partial-output-...").
4740
4741 2008-01-27 Richard Stallman <rms@gnu.org>
4742
4743 * allout.el: Many doc fixes.
4744 (allout-encrypt-string): Fix error message.
4745
4746 2008-01-26 Eli Zaretskii <eliz@gnu.org>
4747
4748 * progmodes/etags.el (tags-query-replace): Doc fix.
4749
4750 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
4751
4752 * allout.el (allout-unload-function): New function.
4753
4754 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
4755
4756 * allout.el (allout-prefix-data): Doc fix.
4757 (allout-show-current-subtree): Reflow docstring.
4758 (allout-use-mode-specific-leader, allout-use-hanging-indents)
4759 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
4760 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
4761 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
4762 (allout-copy-topic-as-kill, allout-listify-exposed)
4763 (allout-process-exposed, allout-encrypted-key-info)
4764 (allout-update-passphrase-mnemonic-aids)
4765 (allout-next-topic-pending-encryption)
4766 (allout-tests-globally-true): Fix typos in docstrings.
4767
4768 2008-01-23 Jason Rumney <jasonr@gnu.org>
4769
4770 * lpr.el (printer-name): Do not set on MS Windows.
4771
4772 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
4773
4774 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
4775 the command.
4776
4777 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4778
4779 * whitespace.el: Moved to obsolete dir.
4780
4781 * blank-mode.el: New version 9.2. Replace whitespace functions by
4782 aliases in blank-mode.
4783 (whitespace-buffer): New fun.
4784 (whitespace-region): Alias for whitespace-buffer, because there is no
4785 blank-region fun.
4786 (whitespace-cleanup): Alias for blank-cleanup.
4787 (whitespace-cleanup-region): Alias for blank-cleanup-region.
4788
4789 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
4790
4791 * server.el (server-log-time-function): Doc fix.
4792 (server-buffer): Fix typo in docstring.
4793
4794 2008-01-27 Martin Rudalics <rudalics@gmx.at>
4795
4796 * view.el (view-buffer): Explain in doc-string why exit-action
4797 should not be set to kill-buffer.
4798
4799 * arc-mode.el (archive-extract):
4800 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
4801 exit-action when viewing the buffer.
4802
4803 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
4804
4805 * add-log.el (change-log-search-file-name): Work harder to find
4806 the correct file name.
4807 (change-log-find-file): Fix typo.
4808 (change-log-start-entry-re): Move definition earlier.
4809
4810 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
4811
4812 * add-log.el (change-log-search-file-name, change-log-find-file):
4813 New function.
4814 (change-log-font-lock-keywords): Move file name matching ...
4815 (change-log-file-names-re): ... here. New defconst.
4816 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
4817
4818 2008-01-27 Alan Mackenzie <acm@muc.de>
4819
4820 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
4821 enhance comments.
4822
4823 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
4824
4825 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
4826 methods, the host name must be a local host.
4827
4828 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
4829
4830 * vc.el: Add TODO item about not defaulting to RCS.
4831
4832 * server.el (server-process-filter): Check for non-nil before
4833 calling file-directory-p.
4834
4835 2008-01-27 Alan Mackenzie <acm@muc.de>
4836
4837 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
4838 arglist-cont-nonempty.
4839
4840 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
4841 for a brace with syntax arglist-cont-nonempty.
4842
4843 * progmodes/cc-styles.el (c-style-alist): Add elements for
4844 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
4845
4846 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4847
4848 * button.el (define-button-type): Clarify type of NAME in docstring.
4849
4850 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
4851
4852 * server.el (server-buffer): New const.
4853 (server-log): New var.
4854 (server-log): Use them.
4855 (server-process-filter): (Try to) run the continuation in the same cwd
4856 as the client's.
4857
4858 2008-01-26 Alan Mackenzie <acm@muc.de>
4859
4860 * progmodes/cc-defs.el (c-save-buffer-state):
4861 Bind buffer-file-name and buffer-file-truename to nil, to prevent
4862 primitives generating "buffer is read only" messages.
4863
4864 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
4865
4866 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
4867 (icalendar-import-format): Doc fix. Allow function type.
4868 (icalendar--read-element): Doc fix.
4869 (icalendar--parse-summary-and-rest): Doc fix. Handle function
4870 type icalendar-import-format. Make regexps non-greedy.
4871 (icalendar--format-ical-event): Handle function type
4872 icalendar-import-format.
4873 (icalendar-import-format-sample): New function.
4874
4875 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
4876
4877 * vc.el (vc-exec-after): For mode-line-process highlighting, if
4878 `compile' is not available, fall back to font-lock-warning-face.
4879
4880 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
4881
4882 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
4883 that the filename end is found even when the filename is empty.
4884 Fixes error and spurious newlines when marking files for deletion.
4885
4886 2008-01-26 Martin Rudalics <rudalics@gmx.at>
4887
4888 * subr.el (find-tag-default): Simplify using exclusively
4889 skip-syntax-backward/-forward.
4890
4891 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
4892
4893 * vc.el (vc-directory, vc-update-change-log): Remove check for
4894 Tramp. Both functions work for it, though pretty slow
4895 (`vc-directory'). Maybe the implementation can be optimized.
4896
4897 * net/tramp.el (tramp-dissect-file-name): Raise an error when
4898 Tramp 2.0 syntax is used.
4899 Suggested by Trent W. Buck <trentbuck@gmail.com>.
4900
4901 2008-01-26 Eli Zaretskii <eliz@gnu.org>
4902
4903 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
4904 invoke directory-files-and-attributes with last argument `integer'
4905 instead of `string'.
4906 (insert-directory): Add -n to the list of supported switches
4907 mentioned in the doc string.
4908
4909 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4910
4911 * blank-mode.el: New version 9.1. Handle "long" line tail
4912 visualization. Doc fix.
4913 (blank-line-length): Rename to blank-line-column.
4914 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
4915 Initialization fix.
4916 (blank-replace-spaces-by-tabs): New fun.
4917 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
4918
4919 2008-01-25 Richard Stallman <rms@gnu.org>
4920
4921 * subr.el (add-hook): Implement `permanent-local-hook' property.
4922
4923 * loadhist.el (file-provides, file-requires): Push the filename right.
4924
4925 2008-01-25 Martin Rudalics <rudalics@gmx.at>
4926
4927 * emacs-lisp/find-func.el (find-library): Wrap search for
4928 library name in condition-case to avoid reporting a scan-error.
4929
4930 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
4931
4932 * server.el (server-process-filter): Don't force
4933 the authentication string to be followed by "\n".
4934
4935 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4936
4937 * blank-mode.el: New version 9.0. New commands to clean up some blank
4938 problems like trailing blanks. New faces and regexp for visualizing
4939 the blank problems. Doc fix.
4940 (blank-chars, blank-global-modes, blank-chars-value-list)
4941 (blank-toggle-option-alist, blank-help-text): Initialization fix.
4942 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
4943 (blank-indentation, blank-empty, blank-space-after-tab)
4944 (blank-indentation-regexp, blank-empty-at-bob-regexp)
4945 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
4946 (blank-cleanup, blank-cleanup-region): New commands.
4947 (blank-color-on): Code fix.
4948
4949 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
4950
4951 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
4952 file name.
4953 (ibuffer-mode-map): Add binding to sort by file name.
4954 (ibuffer-filename/process-header-map): New variable.
4955 (filename-and-process): Add a header that sorts by file name.
4956 (ibuffer-mode): Mention sorting by file name.
4957
4958 * ibuf-ext.el (filename/process): New sorter.
4959
4960 2008-01-25 Sven Joachim <svenjoac@gmx.de>
4961
4962 * view.el (kill-buffer-if-not-modified): Don't pass t to
4963 buffer-modified-p.
4964
4965 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
4966
4967 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
4968 the source file in case of `rename'.
4969 Reported by Pete Forman <pete.forman@westerngeco.com>.
4970
4971 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
4972
4973 * allout.el (allout-keybindings-list): In initial setting, express
4974 meta-prefixed allout keys as vectors instead of strings, since the
4975 string form is interpreted in some cases as composed key
4976 modifiers, eg, accented keys.
4977
4978 (allout-line-boundary-regexp): Clarify description.
4979
4980 (set-allout-regexp): Repair the expressions so that the formfeed
4981 part is identified as one of the top-level groups, and is
4982 included in all the forms, not just the -line-boundary-regexp one.
4983
4984 (allout-prefix-data): Incorporate information from the various
4985 allout regexp's formfeed alternative group, when present.
4986
4987 (allout-write-file-hook-handler): Rectify mangling of the error
4988 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
4989 condition-case handler was apparently reformatted as if it was a
4990 call to the error function. An apparent repair attempt in version
4991 1.101 situated the original body of the error handling code as
4992 bogus condition-case handlers. I've returned to just about the
4993 working code that was originally there, removing an unnecessary -
4994 but benign - enclosing 'progn'. \(Automated or cursory code fixes
4995 often aren't.)
4996
4997 (allout-region-active-p): Fallback to value of mark-active if
4998 neither use-region-p nor region-active-p are present, for
4999 compatability with current and recent emacs major releases.
5000
5001 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5002
5003 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
5004 (reftex-toc-restore-region):
5005 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
5006 (reftex-index-phrases-apply-to-region):
5007 * textmodes/ispell.el (ispell-word):
5008 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
5009 * progmodes/pascal.el (pascal-mark-defun):
5010 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
5011 (f90-fill-region):
5012 * emulation/tpu-edt.el (tpu-set-mark):
5013 * emulation/crisp.el (crisp-region-active):
5014 * winner.el (winner-active-region):
5015 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
5016 of bound tests in order to resolve conditionals at compile time.
5017
5018 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
5019
5020 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
5021 not autoloaded, and we wouldn't want to load CL just to unload
5022 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
5023
5024 2008-01-24 Martin Rudalics <rudalics@gmx.at>
5025
5026 * delsel.el (delete-selection-pre-hook): Avoid clearing out
5027 pre-command-hook when text is read-only.
5028
5029 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
5030
5031 * vc.el (vc-process-filter): Do nothing if buffer not live.
5032 (vc-diff-finish): Rename from vc-diff-sentinel.
5033 No longer take REV1-NAME and REV2-NAME.
5034 Instead, take BUFFER-NAME. Do nothing if buffer not live.
5035 Don't do window resize if no window displays buffer.
5036 (vc-diff-internal): Use vc-diff-finish.
5037
5038 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
5039 In both cases, convert single call to one wrapped in dolist.
5040
5041 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5042
5043 * vc.el: Add a TODO item about missing files.
5044 (vc-exec-after): Add a tooltip to the new mode-line item.
5045
5046 2008-01-24 Glenn Morris <rgm@gnu.org>
5047
5048 * t-mouse.el (gpm-mouse-start): Declare as a function.
5049
5050 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
5051
5052 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
5053 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
5054 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5055 Don't send `tramp-rsh-end-of-line' additionally, when setting the
5056 prompt.
5057 (tramp-wait-for-output): Distinguish different prompt formats.
5058 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
5059 (tramp-local-host-p): Check whether temp directory is writable.
5060
5061 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
5062
5063 * vc.el: Add TODO items.
5064
5065 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
5066
5067 * replace.el (occur-mode-find-occurrence-hook): New hook that can
5068 be used to reveal or highlight the location of a match.
5069 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
5070 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
5071
5072 2008-01-23 Martin Rudalics <rudalics@gmx.at>
5073
5074 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
5075 for defcustom.
5076 (hide-ifdef-shadow): Add version number for defface.
5077
5078 2008-01-23 Glenn Morris <rgm@gnu.org>
5079
5080 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
5081
5082 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
5083
5084 * progmodes/sh-script.el (sh-basic-offset):
5085 * progmodes/cc-vars.el (c-syntactic-indentation)
5086 (c-syntactic-indentation-in-macros): Mark as safe.
5087
5088 2008-01-23 Richard Stallman <rms@gnu.org>
5089
5090 * icomplete.el (icomplete-get-keys):
5091 Look up KEYS using all maps in proper buffer.
5092
5093 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
5094
5095 * frame.el (display-mm-height, display-mm-width):
5096 * whitespace.el (whitespace-check-leading-whitespace)
5097 (whitespace-check-trailing-whitespace)
5098 (whitespace-check-spacetab-whitespace)
5099 (whitespace-check-indent-whitespace)
5100 (whitespace-check-ateol-whitespace):
5101 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
5102
5103 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
5104
5105 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
5106 after-save-hook so that it is not called multiple times.
5107
5108 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
5109
5110 2008-01-23 Eli Zaretskii <eliz@gnu.org>
5111
5112 * view.el (view-file-other-window, view-file-other-frame):
5113 Don't kill the buffer if it is modified. Doc fixes.
5114 (kill-buffer-if-not-modified): New function.
5115 (view-file): Don't kill the buffer if it is modified.
5116
5117 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
5118 (ebrowse-view/find-file-and-search-pattern):
5119 Call view-file-other-window instead of ebrowse-view-file-other-window.
5120 (ebrowse-view-file-other-frame): Don't call
5121 current-window-configuration. Fix second argument in the call to
5122 view-mode-enter. Doc fix.
5123
5124 2008-01-23 Richard Stallman <rms@gnu.org>
5125
5126 * subr.el (atomic-change-group): Prevent undo list truncation.
5127
5128 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
5129
5130 * files.el (safe-local-eval-forms):
5131 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
5132
5133 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
5134
5135 * comint.el (comint-insert-input): Set point first.
5136
5137 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
5138 session doesn't hang because gdb-pending-triggers is non-nil.
5139 (gdb-frame-handler): Use buffer-file-name instead of
5140 buffer-name in case of duplicate file names.
5141
5142 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
5143
5144 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
5145 C-M-e and C-M-h for emacs, they work by default.
5146 (verilog-emacs-features): Remove.
5147 (verilog-setup-dual-comments, verilog-populate-syntax-table):
5148 Remove. Move syntax table initialization ...
5149 (verilog-mode-syntax-table): ... here.
5150 (verilog-mode): Don't initialize the syntax table here.
5151 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
5152 does not need it.
5153
5154 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
5155
5156 * progmodes/verilog-mode.el (verilog-booleanp): New function for
5157 backward compatibility. Replace all uses of booleanp with
5158 verilog-booleanp.
5159
5160 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
5161
5162 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
5163
5164 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
5165
5166 * progmodes/verilog-mode.el (top-level): Fix spacing.
5167 (verilog-mode-version, verilog-mode-release-date):
5168 Update version number.
5169 (verilog-mode-release-emacs): New variable.
5170 (compile-command, reporter-prompt-for-summary-p):
5171 Define for byte compiler.
5172 (verilog-startup-message-lines, verilog-startup-message-displayed)
5173 (verilog-display-startup-message): Remove.
5174 (verilog-highlight-p1800-keywords): Improve docstring.
5175 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
5176 (vector-skip-list): Only defvar at compile time.
5177 (verilog-highlight-translate-off, verilog-indent-level)
5178 (verilog-indent-level-module, verilog-indent-level-declaration)
5179 (verilog-indent-declaration-macros, verilog-indent-lists)
5180 (verilog-indent-level-behavioral, verilog-indent-level-directive)
5181 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
5182 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
5183 (verilog-tab-to-comment, verilog-indent-begin-after-if)
5184 (verilog-align-ifelse, verilog-minimum-comment-distance)
5185 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
5186 (verilog-auto-endcomments, verilog-auto-read-includes)
5187 (verilog-auto-star-expand, verilog-auto-star-save)
5188 (verilog-library-flags, verilog-library-directories)
5189 (verilog-library-files, verilog-library-extensions)
5190 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
5191 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
5192 (verilog-assignment-delay, verilog-auto-inst-vector)
5193 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
5194 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
5195 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
5196 Add safe-local-variable properties.
5197 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
5198 (verilog-re-search-backward, verilog-error-regexp-add)
5199 (verilog-end-block-re, verilog-emacs-features)
5200 (verilog-populate-syntax-table, verilog-setup-dual-comments)
5201 (verilog-type-font-keywords, verilog-inside-comment-p)
5202 (electric-verilog-backward-sexp, verilog-backward-sexp)
5203 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
5204 (electric-verilog-terminate-line, electric-verilog-semi)
5205 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
5206 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
5207 (verilog-beg-of-statement, verilog-in-case-region-p)
5208 (verilog-in-struct-region-p, verilog-in-generate-region-p)
5209 (verilog-in-fork-region-p, verilog-backward-case-item)
5210 (verilog-set-auto-endcomments, verilog-get-expr)
5211 (verilog-expand-vector-internal, verilog-surelint-off)
5212 (verilog-batch-execute-func, verilog-calculate-indent)
5213 (verilog-calc-1, verilog-calculate-indent-directive)
5214 (verilog-leap-to-head, verilog-continued-line)
5215 (verilog-backward-token, verilog-backward-syntactic-ws)
5216 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
5217 (verilog-forward-ws&directives, verilog-at-constraint-p)
5218 (verilog-skip-backward-comments, verilog-indent-line-relative)
5219 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
5220 (verilog-pretty-declarations, verilog-pretty-expr)
5221 (verilog-just-one-space, verilog-indent-declaration)
5222 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
5223 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
5224 (verilog-read-always-signals-recurse, verilog-read-instants)
5225 (verilog-read-auto-template, verilog-set-define)
5226 (verilog-read-defines, verilog-read-signals, verilog-getopt)
5227 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
5228 (verilog-modi-cache-results, verilog-insert-one-definition)
5229 (verilog-make-width-expression, verilog-delete-autos-lined)
5230 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
5231 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
5232 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
5233 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
5234 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
5235 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
5236 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
5237 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5238 (verilog-library-files): Cleanup spacing of )'s they should not be
5239 on unique lines. Fix checkdoc warnings.
5240
5241 2008-01-22 Glenn Morris <rgm@gnu.org>
5242
5243 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
5244 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
5245 from defcustoms.
5246 (hide-ifdef-shadow): Remove autoload cookie from defface.
5247
5248 * vc.el (vc-diff-sentinel): Do not write a footer if there were
5249 differences.
5250
5251 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
5252
5253 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
5254 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
5255 manual entry.
5256
5257 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
5258
5259 * net/dbus.el (dbus-ignore-errors): New macro.
5260 (dbus-unregister-object): New defun. Moved from dbusbind.c.
5261 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
5262 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
5263 (dbus-get-signatures): Apply `dbus-ignore-errors'.
5264
5265 2008-01-21 Martin Rudalics <rudalics@gmx.at>
5266
5267 * outline.el (outline-up-heading): Fix check for top level to
5268 avoid infinite looping in hide-other.
5269
5270 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
5271
5272 * vc.el (vc-process-sentinel): After calling the previous
5273 sentinel, do nothing if the process' buffer is not live.
5274
5275 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5276
5277 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
5278 blank-mode in some buffers (like *info* buffers). Reported by Juanma
5279 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
5280 blank-mode faces. Doc fix. New version 8.1.
5281 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
5282 CONDITION BODY).
5283 (blank-space-face): Face/option name replaced by blank-space.
5284 (blank-hspace-face): Face/option name replaced by blank-hspace.
5285 (blank-tab-face): Face/option name replaced by blank-tab.
5286 (blank-newline-face): Face/option name replaced by blank-newline.
5287 (blank-trailing-face): Face/option name replaced by blank-trailing.
5288 (blank-line-face): Face/option name replaced by blank-line.
5289 (blank-space-before-tab-face): Face/option name replaced by
5290 blank-space-before-tab.
5291 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
5292
5293 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
5294
5295 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
5296 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
5297 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
5298 (global-blank-mode): Doc fixes.
5299 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
5300 (blank-newline-face, blank-trailing-face, blank-line-face)
5301 (blank-space-before-tab-face, blank-display-mappings)
5302 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
5303 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
5304 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
5305 Fix typos in docstrings.
5306
5307 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
5308
5309 * server.el (server-log-time-function): New variable.
5310 (server-log): Use it.
5311
5312 2008-01-21 Glenn Morris <rgm@gnu.org>
5313
5314 * progmodes/hideif.el: Move defcustoms and defface to start of file.
5315
5316 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
5317
5318 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
5319
5320 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
5321 (org-descriptive-links, org-link-file-path-type)
5322 (org-remember-use-refile-when-interactive)
5323 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
5324 (org-export-ascii-bullets, org-agenda-deadline-faces)
5325 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
5326 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
5327 (org-kill-note-or-show-branches): Fix typos in docstrings.
5328
5329 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
5330
5331 * vc.el (vc-process-sentinel): Set mode-line-process.
5332 (vc-exec-after): Likewise, for the `run' process status.
5333
5334 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5335
5336 * ibuffer.el (ibuffer-mode): Fix last change.
5337
5338 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
5339
5340 * vc-hg.el (vc-hg-registered):
5341 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
5342
5343 2008-01-20 Martin Rudalics <rudalics@gmx.at>
5344
5345 * repeat.el (repeat-undo-count): New variable.
5346 (repeat): For self-insertions make undo boundary only after 20
5347 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
5348
5349 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5350
5351 * net/imap.el (imap-ping-server): New variable.
5352 (imap-opened): On add extra ping if imap-ping-server is non-nil.
5353 (imap-ping-server): Minor doc string fixes.
5354
5355 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5356
5357 * net/imap.el (imap-ping-server): New function.
5358 (imap-opened): Call imap-ping-server.
5359
5360 2008-01-20 Glenn Morris <rgm@gnu.org>
5361
5362 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
5363 prevent infloops.
5364
5365 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
5366
5367 * progmodes/python.el (python-imports): Default to "None".
5368
5369 2008-01-19 Tom Tromey <tromey@redhat.com>
5370
5371 * vc-svn.el (vc-svn-after-dir-status): New function.
5372 (vc-svn-dir-status): Run svn asynchronously.
5373
5374 2008-01-19 Martin Rudalics <rudalics@gmx.at>
5375
5376 * progmodes/hideif.el (hide-ifdef-shadow): New option.
5377 (hide-ifdef-shadow): New face.
5378 (hide-ifdef-toggle-shadowing): New function to toggle between
5379 shadowing and making code invisible.
5380 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
5381 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
5382 (hide-ifdef-region-internal): Give new overlay hide-ifdef
5383 property. Shadow text when hide-ifdef-shadow is non-nil.
5384 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
5385 (hif-hide-line): Use when instead of if.
5386 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
5387 Remove unneeded * from doc-strings.
5388
5389 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
5390
5391 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
5392 the hscroll behavior was fixed.
5393 (doc-view-mode): Disable auto-hscroll-mode.
5394
5395 2008-01-18 Tom Tromey <tromey@redhat.com>
5396
5397 * vc-svn.el (vc-svn-dir-status): New function.
5398
5399 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
5400
5401 * vc.el: Make vc-status asynchronous.
5402 (vc-update-vc-status-buffer): New function broken out of ...
5403 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
5404 the dir-status backend function.
5405
5406 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
5407 Move the output processing to ...
5408 (vc-hg-after-dir-status): ... here. Call the function passed as
5409 an argument with the results.
5410
5411 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
5412
5413 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
5414 (doc-view-insert-image): Do something if the image is missing.
5415 (doc-view-mode): Don't use file-remote-p.
5416
5417 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
5418
5419 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
5420 (org-export-latex-special-chars): Convert "..." in \ldots
5421 and skip tables.
5422 (org-export-latex-fontify-headline): Change parameter name.
5423 (org-export-as-latex): Handle export of subtrees.
5424 (org-export-latex-make-header): New argument TITLE.
5425 (org-export-latex-content): New argument EXCLUDE-LIST.
5426 (org-list-parse-list): New name for org-export-latex-parse-list.
5427 (org-export-latex-make-header): New name for
5428 org-export-latex-make-preamble.
5429 (org-list-to-generic): New name of org-export-list-to-generic.
5430 (org-list-to-latex): New name of org-export-list-to-latex.
5431 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
5432 (org-list-send-list, org-list-to-texinfo)
5433 (org-list-to-html): New functions.
5434 (org-export-latex-tables-column-borders)
5435 (org-export-latex-default-class, org-export-latex-classes)
5436 (org-export-latex-classes-sectioning)
5437 (org-list-radio-list-templates): New options.
5438 (org-export-latex-header): New variable.
5439 (org-latex-entities): New constant.
5440 (org-export-latex-default-sectioning, org-export-latex-preamble)
5441 (org-export-latex-prepare-text-option)
5442 (org-export-latex-get-sectioning): Remove.
5443
5444 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
5445
5446 * textmodes/org-publish.el (org-publish-current-project):
5447 Fix bug with forcing publication.
5448
5449 * textmodes/org.el (org-export-with-special-strings): New option.
5450 (org-export-html-convert-special-strings): New function.
5451 (org-html-do-expand): `org-export-html-convert-special-strings'
5452 added to the list of conversion.
5453 (org-infile-export-plist, org-get-current-options): Add support
5454 for "-" in the #+OPTION line to let user switch on/off special
5455 strings conversion.
5456 (org-export-plist-vars): New :html-table-tag property.
5457 (org-export-as-html, org-format-org-table-html)
5458 (org-format-table-table-html) Use the :html-table-tag property
5459 instead of the `org-export-html-table-tag' global value.
5460 (org-additional-option-like-keywords): Add "TBLFM".
5461 (org-entry-properties): Include the CLOCKSUM special property.
5462 (org-columns-edit-value): Do not allow to edit the special
5463 CLOCKSUM property.
5464 (org-flag-drawer): Use the original value of `outline-regexp'.
5465 (org-remember-handler): Add invisible-ok flag to call to
5466 `org-end-of-subtree'.
5467 (org-agenda-highlight-todo): Respect
5468 `org-agenda-todo-keyword-format'.
5469 (org-agenda-todo-keyword-format): New option.
5470 (org-infile-export-plist): No restriction while searching for options.
5471 (org-remember-handler): Remove comments at the end of the buffer.
5472 (org-remember-use-refile-when-interactive): New option.
5473 (org-table-sort-lines): Make sure sorting works on link
5474 descritions only, and ignores the link.
5475 (org-sort-entries-or-items): Make sure the end of the subtree is
5476 included.
5477 (org-refile-use-outline-path): New allowed values `file' and
5478 `full-file-path'.
5479 (org-get-refile-targets): Respect new values for
5480 `org-refile-use-outline-path'.
5481 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
5482 (org-export-as-xoxo): Restore point when done.
5483 (org-open-file): Allow multiple %s in command.
5484 (org-clock-in-switch-to-state): New option.
5485 (org-first-list-item-p): New function.
5486 (org-last-remember-storage-locations): New variable.
5487 (org-get-refile-targets): Interpret the new maxlevel setting.
5488 (org-refile-targets): New option `:maxlevel'.
5489 (org-copy-subtree): Include empty lines before but not after subtree.
5490 (org-back-over-empty-lines, org-skip-whitespace): New functions.
5491 (org-move-item-down, org-move-item-up): Include empty lines before
5492 but not after item.
5493 (org-first-sibling-p): New function.
5494 (org-remember-apply-template): Defaults, completions and history
5495 for template prompts. Also, interpret new `%!' escape.
5496 (org-context-choices): New constant.
5497 (org-bound-and-true-p): New macro.
5498 (org-imenu-depth): New option.
5499 (org-imenu-markers): New variable.
5500 (org-imenu-new-marker, org-imenu-get-tree)
5501 (org-speedbar-set-agenda-restriction): New functions.
5502 (org-agenda-set-restriction-lock)
5503 (org-agenda-remove-restriction-lock)
5504 (org-agenda-maybe-redo): New functions.
5505 (org-agenda-restriction-lock): New face.
5506 (org-agenda-restriction-lock-overlay)
5507 (org-speedbar-restriction-lock-overlay): New variables.
5508 (org-open-at-point): Remove obsolete way to do redirection in
5509 shell links.
5510 (org-imenu-and-speedbar): New customization group.
5511 (org-entry-properties): Return keyword-less time strings.
5512 (org-clock-heading-function): New option.
5513 (org-clock-in): Use `org-clock-heading-function'.
5514 (org-calendar-holiday): Try to use `calendar-check-holidays'
5515 instead of the obsolete `check-calendar-holidays'.
5516 (org-export-html-special-string-regexps): New constant.
5517 (org-massive-special-regexp): New variable.
5518 (org-compute-latex-and-specials-regexp)
5519 (org-do-latex-and-special-faces): New functions.
5520 (org-latex-and-export-specials): New face.
5521 (org-highlight-latex-fragments-and-specials): New option.
5522 (org-link-escape-chars): Use characters instead of strings.
5523 (org-link-escape-chars-browser, org-link-escape)
5524 (org-link-unescape): Use characters instead of strings.
5525 (org-export-html-convert-sub-super, org-html-do-expand): Check for
5526 protected text.
5527 (org-emphasis-alist): Additional `verbatim' flag.
5528 (org-set-emph-re): Handle the verbatim flag and compute
5529 `org-verbatim-re'.
5530 (org-cleaned-string-for-export): Protect verbatim elements.
5531 (org-verbatim-re): New variable.
5532 (org-hide-emphasis-markers): New option.
5533 (org-additional-option-like-keywords): Add new keywords.
5534 (org-get-entry): Rename from `org-get-cleaned-entry'.
5535 (org-icalendar-cleanup-string): New function for quoting icalendar text.
5536 (org-agenda-skip-scheduled-if-done): New option.
5537 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
5538 `org-agenda-skip-scheduled-if-done'.
5539 (org-prepare-agenda-buffers): Allow buffers as arguments.
5540 (org-entry-properties): Add CATEGORY as a special property.
5541 (org-use-property-inheritance): Allow a list of properties as a value.
5542 (org-eval-in-calendar): No longer update the prompt.
5543 (org-read-date-popup-calendar): Rename from
5544 `org-popup-calendar-for-date-prompt'.
5545 (org-read-date-display-live): New variable.
5546 (org-read-date-display): New function.
5547 (org-read-date-analyze): New function.
5548 (org-remember-apply-template): Define `remember-finalize' if it is
5549 not yet defined.
5550 (org-remember-insinuate): New function.
5551 (org-read-date-prefer-future): New option.
5552 (org-read-date): Respect the setting of
5553 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
5554 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
5555 hardcoded string.
5556 (org-remember-apply-template): Use `remember-finalize' instead of
5557 `remember-buffer'.
5558 (org-columns-compute, org-column-number-to-string)
5559 (org-columns-uncompile-format, org-columns-compile-format)
5560 (org-columns-compile-format): Handle printf format specifier.
5561 (org-columns-new, org-column-number-to-string)
5562 (org-columns-uncompile-format, org-columns-compile-format):
5563 Support for new currency summary type.
5564 (org-tree-to-indirect-buffer): Do not kill old buffer when
5565 `org-indirect-buffer-display' is `new-frame'.
5566 (org-indirect-buffer-display): Document that `new-frame' leads to
5567 indiret buffer proliferation.
5568 (org-agenda-list): Use `org-extend-today-until'.
5569 (org-extend-today-until): New option.
5570 (org-format-org-table-html): Use lower-case for <col> tag.
5571 (org-agenda-execute): New command.
5572 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
5573 (org-select-remember-template): New function.
5574 (org-remember-apply-template): Use `org-select-remember-template'.
5575 (org-go-to-remember-target): New function.
5576
5577 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
5578
5579 * vc.el: Add a TODO note about vc-state.
5580 (vc-next-action): Register 'unregistered and 'ignored files.
5581 Use when and unless instead of if where appropriate.
5582 (vc-start-entry): Fix typo.
5583 (vc-status): Autoload it.
5584
5585 2008-01-18 Glenn Morris <rgm@gnu.org>
5586
5587 * ffap.el (ffap-alist): Remove space from RFC regexp.
5588
5589 2008-01-18 Richard Stallman <rms@gnu.org>
5590
5591 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
5592 than face-spec-recalc.
5593
5594 2008-01-18 Glenn Morris <rgm@gnu.org>
5595
5596 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
5597
5598 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5599 Miles Bader <miles@gnu.org>
5600
5601 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
5602 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
5603 for handling display table (via visws.el package), his code was
5604 modified, but the main idea was kept.
5605
5606 2008-01-17 Glenn Morris <rgm@gnu.org>
5607
5608 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
5609 (ibuffer-save-filters): Remove calls to deleted
5610 ibuffer-update-mode-name.
5611
5612 2008-01-16 Martin Rudalics <rudalics@gmx.at>
5613
5614 * longlines.el (longlines-mode, longlines-show-region)
5615 (longlines-unshow-hard-newlines): Bind buffer-file-name and
5616 buffer-file-truename to nil while modifying buffer.
5617
5618 * cus-edit.el (custom-reset-standard-variables-list)
5619 (custom-reset-standard-faces-list): New variables.
5620 (custom-reset-standard-save-and-update): New function.
5621 (Custom-save): Apply custom-mark-to-save before and
5622 custom-state-set-and-redraw after saving options.
5623 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
5624 options and call custom-reset-standard-save-and-update.
5625 (custom-variable, custom-face, custom-group): Provide new
5626 entries for custom-mark-to-save, custom-mark-to-reset-standard,
5627 and custom-state-set-and-redraw.
5628 (custom-variable-mark-to-save)
5629 (custom-variable-state-set-and-redraw)
5630 (custom-variable-mark-to-reset-standard)
5631 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
5632 (custom-face-mark-to-reset-standard)
5633 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
5634 (custom-group-mark-to-reset-standard): New functions.
5635 (custom-variable-save): Move save, state-set, and redraw
5636 functionality to custom-variable-mark-to-save.
5637 (custom-face-save): Move save, state-set, and redraw
5638 functionality to custom-face-mark-to-save.
5639 (custom-group-save): Move save, state-set, and redraw
5640 functionality to custom-group-mark-to-save.
5641 (custom-variable-reset-standard, custom-face-reset-standard)
5642 (custom-group-reset-standard): Move save, state-set, and redraw
5643 functionality to custom-reset-standard-save-and-update.
5644
5645 (custom-buffer-create-internal): Fix text in verbose help.
5646 (custom-face-value-create): Indent doc-strings of faces like
5647 those of variables.
5648
5649 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5650
5651 * server.el (server-process-filter): Replace lineno and columnnno
5652 which defaulted to 1&0 with filepos which defaults to nil.
5653 (server-goto-line-column): Only receive the filepos.
5654 Only move if filepos is non-nil.
5655 (server-visit-files): Slight restructure to consolidate two calls to
5656 server-goto-line-column into just one.
5657
5658 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
5659 the use of degraded mode.
5660 (nxml-degrade): Don't change mode-name.
5661
5662 * nxml/rng-nxml.el (rng-nxml-mode-init):
5663 Don't overwrite mode-line-process.
5664
5665 * ibuffer.el (mode): Pass the buffer to format-mode-line.
5666 (ibuffer-update-mode-name): Remove.
5667 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
5668 (ibuffer-mode): Use mode-line-process instead.
5669
5670 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
5671 Use derived-mode-p.
5672 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
5673
5674 * help.el (describe-mode): Pass the right buffer to format-mode-line.
5675
5676 2008-01-16 Glenn Morris <rgm@gnu.org>
5677
5678 * comint.el (comint-regexp-arg): Fix no-input case.
5679
5680 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
5681
5682 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
5683 * pcvs.el (cvs-revert-if-needed):
5684 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
5685
5686 * vc-svn.el (vc-svn-find-file-hook):
5687 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
5688
5689 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
5690
5691 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
5692 (icalendar-export-file, icalendar-import-file):
5693 Restore significant trailing whitespace in `interactive' prompts.
5694
5695 2008-01-16 Tom Tromey <tromey@redhat.com>
5696
5697 * calendar/icalendar.el (icalendar--convert-tz-offset)
5698 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
5699 (icalendar--find-time-zone): New functions.
5700 (icalendar--decode-isodatetime): Add `zone' argument, passed to
5701 `decode-time'. Doc fix.
5702 (icalendar--convert-ical-to-diary): Compute zone-map.
5703 Pass timezone to icalendar--decode-isodatetime.
5704
5705 2008-01-16 Alan Mackenzie <acm@muc.de>
5706
5707 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
5708 an eval-and-compile, so as to permit byte-compiling (e.g. in
5709 bootstrap).
5710
5711 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
5712
5713 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
5714 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
5715 using the same key for different menu entries.
5716
5717 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
5718 (smerge-makeup-conflict): New command.
5719
5720 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
5721
5722 * log-edit.el (log-edit): Doc fix.
5723
5724 2008-01-15 Glenn Morris <rgm@gnu.org>
5725
5726 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
5727
5728 2008-01-14 Alan Mackenzie <acm@muc.de>
5729
5730 * progmodes/cc-vars.el (c-constant-symbol): New function which
5731 supersedes c-const-symbol. During a customize-.. call it enables
5732 an element of (e.g.) c-hanging-braces alist to have its name
5733 displayed, even when the default value of c-h-b etc. doesn't
5734 include the elemnt. Replace uses of the old function by the new.
5735
5736 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
5737 obscure non-working fragment ":value c-".
5738
5739 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5740
5741 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
5742
5743 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
5744
5745 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
5746 instead of `tramp-file-name-real-host'.
5747
5748 * net/trampver.el: Update release number.
5749
5750 2008-01-14 Alan Mackenzie <acm@muc.de>
5751
5752 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
5753 call inside a struct being recognised as a K&R argument.
5754
5755 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5756
5757 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5758 Accept "fatal error" from MSFT.
5759 Reported by Jared Finder <jfinder@crypticstudios.com>.
5760
5761 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
5762
5763 * smerge-mode.el (smerge-auto): New function.
5764 * vc-svn.el (vc-svn-find-file-hook):
5765 * vc-arch.el (vc-arch-find-file-hook):
5766 * pcvs.el (cvs-revert-if-needed):
5767 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
5768 (top-level): Add a Todo list.
5769
5770 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
5771
5772 * vc.el (vc-update): Resolve conflicts if necessary instead of
5773 just updating the buffer.
5774
5775 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
5776 update command so that we can parse the output.
5777
5778 2008-01-13 Martin Rudalics <rudalics@gmx.at>
5779
5780 * mail/rmail.el (rmail-convert-to-babyl-format):
5781 Remove save-excursion to avoid infinite looping.
5782 Reported by dnz <dnz@bk.ru>.
5783
5784 2008-01-12 Glenn Morris <rgm@gnu.org>
5785
5786 * woman.el (woman-parse-numeric-arg): Change handling of `==':
5787 can be interned without a function definition.
5788
5789 2008-01-12 Jason Rumney <jasonr@gnu.org>
5790
5791 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
5792 (rng-nxml-mode-init): Declare.
5793
5794 2008-01-11 Jason Rumney <jasonr@gnu.org>
5795
5796 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
5797 (rng-preferred-prefix-alist-default): Remove.
5798
5799 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
5800 Rename from nxml-enable-unicode-char-name-sets-flag.
5801 (nxml-enable-unicode-char-name-sets-1): Merge into
5802 nxml-enable-unicode-char-name-sets.
5803 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
5804 nxml-char-name-ignore-case here.
5805
5806 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
5807 Update doc string and commentary.
5808 (nxml-char-name-ignore-case): Change default value.
5809 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
5810
5811 2008-01-11 Martin Rudalics <rudalics@gmx.at>
5812
5813 * cus-start.el (all): Add missing version entries.
5814
5815 2008-01-11 Glenn Morris <rgm@gnu.org>
5816
5817 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
5818 (euc-to-flat-code, flat-code-to-euc):
5819 * textmodes/org.el (elmo-msgdb-overview-get-entity)
5820 (wl-summary-buffer-msgdb): Declare as funtions.
5821
5822 2008-01-10 Martin Rudalics <rudalics@gmx.at>
5823
5824 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
5825 Bind buffer-file-name and buffer-file-truename.
5826
5827 * fringe.el (fringe-mode-explicit): New variable.
5828 (set-fringe-mode): Don't alter default-frame-alist when just
5829 loading this file.
5830
5831 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
5832
5833 * doc-view.el (doc-view-buffer-file-name): New variable.
5834 (doc-view-convert-current-doc, doc-view-search)
5835 (doc-view-current-cache-dir, doc-view-initiate-display)
5836 (doc-view-mode): Use it.
5837 (doc-view-bookmark-make-cell): Use variable buffer-file-name
5838 instead of function.
5839
5840 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
5841
5842 * vc-svn.el (vc-svn-registered): Return the correct value for
5843 ignored and unregistered files.
5844
5845 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
5846
5847 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
5848
5849 2008-01-10 Tom Tromey <tromey@redhat.com>
5850
5851 * vc.el (vc-status-unmark-all-files): New function.
5852 (vc-status-unmark-all-files): Likewise.
5853 (vc-status-mode-map): Add bindings.
5854
5855 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
5856
5857 * ediff*.el: Uncomment declare-function.
5858
5859 * viper*.el: Uncomment declare-function.
5860
5861 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
5862
5863 * doc-view.el (doc-view-mode): Support tramp, compressed files and
5864 files inside archives uniformly.
5865
5866 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
5867
5868 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
5869 constant with a computation on sgml-specials rather than a literal
5870 list. Without this change the syntax table is generated
5871 incorrectly, and the mode will think it's in a comment following
5872 any instance of the string "--".
5873
5874 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
5875
5876 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
5877 (doc-view-mode): Support document files inside archives.
5878
5879 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
5880
5881 * vc.el (vc-deduce-fileset): Return the currently selected file if
5882 no files are selected when using vc-status.
5883
5884 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
5885
5886 * ediff*.el: Comment out declare-function. "make bootstrap"
5887 stops with an error and Emacs does not compile with those things in.
5888 Besides, declare-function is not defined in XEmacs.
5889
5890 * ediff-util (eqiff-quit): Autoraise minibuffer.
5891
5892 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
5893
5894 * emulation/viper*.el: Comment out declare-function -- not defined
5895 in XEmacs.
5896
5897 * emulation/viper-ex.el (viper-info-on-file):
5898 Take care of indirect buffers.
5899
5900 * emulation/viper.el (viper-set-hooks, set-cursor-color):
5901 Set viper-vi-state-cursor-color.
5902
5903 2008-01-09 Tom Tromey <tromey@redhat.com>
5904
5905 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
5906 Just return header.
5907 (vc-status-move-to-goal-column): New function.
5908 (vc-status-mode-map): Define more keys.
5909 (vc-status-mode): Use vc-status-refresh. Now 'special.
5910 (vc-status-refresh): New function.
5911 (vc-status-next-line): Likewise.
5912 (vc-status-previous-line): Likewise.
5913 (vc-status-mark-file): Use vc-status-next-line.
5914 (vc-status-unmark-file): Use vc-status-previous-line.
5915 (vc-status-unmark-file-up): New function.
5916 (vc-status-register): Likewise.
5917 (vc-status-find-file): Likewise.
5918 (vc-status-find-file-other-window): Likewise.
5919 (vc-status-current-file): Likewise.
5920 (vc-ensure-vc-buffer): Understand vc-status mode.
5921
5922 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
5923
5924 2008-01-09 Glenn Morris <rgm@gnu.org>
5925
5926 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
5927 entry, for Windows.
5928
5929 2008-01-09 Tom Tromey <tromey@redhat.com>
5930
5931 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
5932
5933 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5934
5935 * ps-print.el: Some face attributes (like :strike-through) were not
5936 being recognised. Reported by Leo <sdl.web@gmail.com>.
5937 (ps-print-version): New version 6.8.2.
5938 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New functions.
5939 (ps-screen-to-bit-face): Fix code.
5940
5941 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5942
5943 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
5944 add a file-name handler.
5945
5946 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5947
5948 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
5949 Rename from function bibtex-files-expand. New optional arg select.
5950 (bibtex-flash-head): Allow blink-matching-delay being zero.
5951 (bibtex-clean-entry): Use atomic-change-group.
5952 (bibtex-format-entry): Check presence of required fields only
5953 after formatting of fields. Use member-ignore-case. Do not use
5954 bibtex-parse-entry. Do not use booktitle field to set a missing title.
5955 (bibtex-autofill-entry): Do not call undo-boundary.
5956 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
5957 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
5958 Parse keys if necessary.
5959
5960 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
5961
5962 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
5963 quotes in case of spaces, e.g. STL containers (not pretty).
5964
5965 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
5966
5967 * progmodes/gdb-ui.el (gud-gdb-command-name):
5968 Explain "--annotate=3" option is necessary for the Graphical Interface.
5969
5970 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
5971
5972 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
5973 on menu bar.
5974
5975 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
5976
5977 * ffap.el (ffap-read-file-or-url): Let-bind
5978 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
5979
5980 2008-01-08 Sven Joachim <svenjoac@gmx.de>
5981
5982 * vc-bzr.el: Fix typo in header.
5983
5984 2008-01-08 Eli Zaretskii <eliz@gnu.org>
5985
5986 * Makefile.in (custom-deps, finder-data): Depend on autoloads
5987 instead of loaddefs.el.
5988
5989 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
5990
5991 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
5992 gets inserted out-of-order.
5993
5994 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
5995
5996 * vc-bzr.el: Copyright and version headers update.
5997 Remove some outdated comments through the whole file.
5998 (vc-bzr-program-args): Remove because unused.
5999 (vc-bzr-log-switches): New customization option.
6000 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
6001 use `vc-bzr-program-args'.
6002 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
6003 `vc-find-root' (patch by Andreas Hoenen).
6004 (vc-bzr-status): Update regex to match latest Bzr output.
6005 Remove redundant test.
6006 (vc-bzr-init-version): New function.
6007 (vc-bzr-unregister): Must not delete file.
6008 (vc-bzr-find-version): New function.
6009 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
6010 a non-empty string, otherwise take head revision.
6011 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
6012 (vc-bzr-diff): Simpler build of the revision spec string.
6013 (vc-annotate-convert-time, vc-bzr-annotate-difference):
6014 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
6015 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
6016 (vc-bzr-dired-state-info): Only provide custom strings for
6017 overloaded VC state 'edited; otherwise fallback to
6018 `vc-default-dired-state-info'.
6019
6020 2008-01-08 Richard Stallman <rms@gnu.org>
6021
6022 * delsel.el (delete-selection-mode): Doc fix.
6023
6024 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
6025
6026 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
6027 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
6028
6029 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
6030 of watch expressions (only works fully with GDB 6.7 or later).
6031
6032 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
6033
6034 * time-stamp.el (time-stamp-time-zone):
6035 * whitespace.el (whitespace-check-buffer-leading)
6036 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
6037 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
6038 * progmodes/sh-script.el (sh-indentation):
6039 * textmodes/ispell.el (ispell-local-pdict):
6040 Add safe-local-variable properties.
6041
6042 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
6043
6044 * vc-git.el (vc-git--call): Apply `process-file' instead of
6045 `call-process'.
6046
6047 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
6048 Reported by Pete Forman <pete.forman@westerngeco.com>.
6049 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
6050 (tramp-handle-process-file): Handle the case where DESTINATION is
6051 a consp with t as car.
6052 (tramp-wait-for-output): We shall remove exactly what has been
6053 find by the search.
6054
6055 2008-01-08 Kevin Ryde <user42@zip.com.au>
6056
6057 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6058 For perl, allow "during global destruction" at end. Add entry for
6059 two-arg form of the Test module ok() func.
6060
6061 2008-01-08 Glenn Morris <rgm@gnu.org>
6062
6063 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
6064 unified format.
6065
6066 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
6067
6068 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
6069
6070 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
6071 Simplify selection of frame focusing function.
6072
6073 2008-01-08 Michael Olson <mwolson@gnu.org>
6074
6075 * textmodes/remember.el (remember-region): Fix typo in docstring.
6076
6077 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
6078
6079 * textmodes/remember.el (remember): If there is a visible region
6080 [that is, the mark is active and transient mark mode is enabled]
6081 then use this region for the initial contents of the *Remember*
6082 buffer. Use `region-beginning' and `region-end' instead of
6083 `point' and `mark'.
6084
6085 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
6086
6087 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
6088 argument to vc-hg-command.
6089 (vc-hg-log-view-mode): Handle the user field better.
6090
6091 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
6092
6093 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
6094
6095 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6096
6097 * vc.el (vc-status-fileinfo): New defstruct.
6098 (vc-status): New defvar.
6099 (vc-status-insert-headers, vc-status-printer, vc-status)
6100 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
6101 (vc-status-unmark-file, vc-status-marked-files): New functions.
6102
6103 * vc-hg.el (vc-hg-dir-status): New function.
6104
6105 2008-01-06 Martin Rudalics <rudalics@gmx.at>
6106
6107 * cus-edit.el (custom-tool-bar-map): Move initialization of this
6108 keymap from here ...
6109 (custom-mode): ... to here. Reported by Reiner Steib.
6110
6111 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6112
6113 * obsolete/x-apollo.el: Remove file for unsupported system.
6114
6115 * term/x-win.el (vendor-specific-keysyms): Remove reference to
6116 Apollo.
6117
6118 * progmodes/gud.el (gud-dgux-p): Remove.
6119 (dbx): Remove reference to dgux.
6120
6121 * progmodes/ps-mode.el (ps-mode-print-function):
6122 * ps-print.el (ps-lp-system):
6123 * paths.el (rmail-spool-directory):
6124 * ls-lisp.el (ls-lisp-emulation):
6125 * lpr.el (lpr-lp-system):
6126 * dired.el (dired-chown-program): Remove references to dgux.
6127
6128 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6129
6130 * vc.el (vc-process-sentinel): Fix apparent typo.
6131 (vc-do-command): Forcefully kill any left over process.
6132 Use start-file-process.
6133 (vc-annotate-get-time-set-line-props): Check we don't move backward.
6134
6135 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
6136
6137 * net/dbus.el (dbus-list-hash-table)
6138 (dbus-name-owner-changed-handler): Replace "signal" by "member".
6139 (dbus-check-event): Add serial number to event.
6140 (dbus-handle-event): Apply return message if needed.
6141 (dbus-event-serial-number): New defun.
6142 (dbus-event-service-name, dbus-event-path-name)
6143 (dbus-event-interface-name, dbus-event-member-name):
6144 Adapt implementation to serial number.
6145
6146 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
6147
6148 * bs.el (bs--get-mode-name): Fix typo in previous change.
6149
6150 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
6151
6152 * mouse.el (mouse-popup-menubar): Fix typo.
6153
6154 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
6155 form inside with-current-buffer.
6156
6157 * progmodes/antlr-mode.el (provide): Move to the end of file.
6158 (require): Don't require font-lock and compile.
6159 (outline-level, imenu-use-markers, imenu-create-index-function):
6160 Move declarations to top level.
6161 (cond-emacs-xemacs-macfn): Declare for compiler.
6162
6163 * vc-bzr.el (vc-bzr-root):
6164 * vc-arch.el (vc-arch-root): Only set a property if the file is
6165 managed by this backend.
6166
6167 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
6168
6169 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
6170
6171 * doc-view.el (doc-view-scroll-up-or-next-page)
6172 (doc-view-scroll-down-or-previous-page): Don't scroll to the
6173 top/bottom again when on the first/last page.
6174
6175 * doc-view.el (doc-view-scroll-up-or-next-page)
6176 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
6177 image-scroll-down instead of the non-image equivalents.
6178 Don't rely on a signalled condition but switch pages when scrolling
6179 doesn't change the vertical position anymore.
6180 (doc-view-mode-map): Remap scroll-{up,down} to
6181 image-scroll-{up,down}.
6182
6183 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
6184
6185 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
6186 tpu-mapper command rather than load the tpu-mapper package.
6187
6188 * emulation/tpu-mapper.el (tpu-mapper): New command.
6189 Contains all the code previously at top-level.
6190
6191 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6192
6193 * bs.el (bs--sort-by-mode, bs--get-mode-name):
6194 * imenu.el (imenu-add-to-menubar):
6195 * makesum.el (make-command-summary):
6196 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
6197 (mouse-buffer-menu):
6198 * msb.el (msb--mode-menu-cond):
6199 * calc/calc-embed.el (calc-do-embedded):
6200 * emacs-lisp/helper.el (Helper-describe-mode):
6201 * mail/emacsbug.el (report-emacs-bug):
6202 * progmodes/hideshow.el (hs-grok-mode-type):
6203 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6204 * textmodes/table.el (*table--cell-describe-mode):
6205 Pass mode-name through format-mode-line.
6206
6207 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6208
6209 * progmodes/ada-xref.el (ada-prj-find-prj-file):
6210 * progmodes/ada-mode.el (comment-region):
6211 * calendar/todo-mode.el (todo-insert-item):
6212 * bookmark.el (bookmark-buffer-name):
6213 Test major-mode rather than mode-name.
6214
6215 2008-01-04 Richard Stallman <rms@gnu.org>
6216
6217 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6218 Call byte-compile-warn-about-unresolved-functions outside
6219 the with-current-buffer.
6220 (byte-compile-insert-header): Use with-current-buffer.
6221
6222 2008-01-04 Glenn Morris <rgm@gnu.org>
6223
6224 * startup.el (fancy-about-screen): Remove reference to deleted
6225 `fancy-splash-help-echo' variable.
6226
6227 * version.el (emacs-copyright): Update to 2008.
6228
6229 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
6230 rather than mapcar.
6231
6232 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
6233 change (merge mistake).
6234
6235 * doc-view.el (doc-view-search-internal): Don't use `incf'.
6236
6237 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
6238 (bookmark-get-bookmark-record):
6239 * image-mode.el (bookmark-make-cell-function)
6240 (bookmark-get-filename, bookmark-get-bookmark-record)
6241 (bookmark-get-position):
6242 * log-view.el (vc-modify-change-comment):
6243 * progmodes/grep.el (find-name-arg): Declare for compiler.
6244
6245 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
6246
6247 * savehist.el (savehist-coding-system): Default to a variant coding
6248 system with explicit unix end-of-line conversion, which is safer.
6249
6250 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6251
6252 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
6253 * ibuffer.el (mode column): Use format-mode-line.
6254
6255 * server.el (server-create-window-system-frame): Remove workaround for
6256 a bug that has been fixed.
6257
6258 2008-01-03 Magnus Henoch <magnus@zemdatav>
6259
6260 * net/dbus.el (dbus-name-owner-changed-handler):
6261 Use dbus-unregister-object instead of dbus-unregister-signal.
6262
6263 2008-01-03 Drew Adams <drew.adams@oracle.com>
6264
6265 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
6266
6267 2008-01-03 Richard Stallman <rms@gnu.org>
6268
6269 * replace.el (occur-context-lines): New subroutine,
6270 broken out of occur-engine.
6271 (occur-engine): Call it.
6272
6273 2008-01-03 Alexandre Julliard <julliard@winehq.org>
6274
6275 * vc-git.el (vc-git--ls-files-state): New function.
6276 (vc-git-dir-state): Use it instead of processing the status
6277 results here.
6278
6279 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
6280
6281 * progmodes/grep.el (grep-find-ignored-directories):
6282 Initialize from the value of vc-directory-exclusion-list.
6283
6284 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
6285 even though we don't have a back end for darcs yet.
6286
6287 2008-01-02 Karl Fogel <kfogel@red-bean.com>
6288
6289 Change a return type, for greater extensibility.
6290 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
6291 and its thread for discussion leading to this change.
6292
6293 * bookmark.el (bookmark-jump-noselect):
6294 Return an alist instead of a dotted pair.
6295 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
6296 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
6297 (bookmark-bmenu-switch-other-window): Adjust accordingly.
6298 (bookmark-make-cell-function): Adjust documentation accordingly.
6299
6300 * image-mode.el (image-bookmark-jump):
6301 Adjust return type accordingly; document.
6302
6303 * doc-view.el (doc-view-bookmark-jump):
6304 Adjust return type accordingly; document.
6305
6306 2008-01-02 Miles Bader <miles@gnu.org>
6307
6308 * net/rcirc.el (rcirc-log-filename-function): New variable.
6309 (rcirc-log): Use `rcirc-log-filename-function' to generate the
6310 log-file name. Don't log anything if it returns nil.
6311 (rcirc-log-write): Use `expand-file-name' when merging the
6312 log-file name from the alist with rcirc-log-directory; this does
6313 the right thing if the name in the alist already an absolute
6314 filename. Make the log-file directory if necessary.
6315
6316 2007-12-29 Richard Stallman <rms@gnu.org>
6317
6318 * font-lock.el (font-lock-prepend-text-property)
6319 (font-lock-append-text-property): Canonicalize the face and
6320 font-lock-face properties.
6321
6322 * faces.el (facep): Doc fix.
6323
6324 * startup.el (fancy-startup-tail, fancy-about-text)
6325 (fancy-startup-text): Regularize format of face property.
6326
6327 * facemenu.el (list-colors-print): Use :background and :foreground
6328 instead of background-color and foreground-color.
6329
6330 2007-12-29 Drew Adams <drew.adams@oracle.com>
6331
6332 * cus-edit.el (custom-add-parent-links):
6333 Fill the "Parent documentation" text.
6334
6335 2007-12-29 Eli Zaretskii <eliz@gnu.org>
6336
6337 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
6338 MS-Windows and MS-DOS.
6339 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
6340
6341 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
6342
6343 * vc-svn.el (vc-svn-modify-change comment): New function.
6344
6345 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
6346
6347 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
6348 Do not disable undo, with-temp-buffer does it by default.
6349
6350 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
6351
6352 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
6353 correctly.
6354
6355 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
6356 with vc-state.
6357 (vc-next-action): Fix vc-transfer-file call.
6358
6359 2007-12-31 Tom Tromey <tromey@redhat.com>
6360
6361 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
6362 Move point to the start of the buffer.
6363
6364 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
6365
6366 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
6367
6368 * vc.el: State that dir-state is required to set the vc-state and
6369 vc-backend properties.
6370
6371 2007-12-31 Martin Rudalics <rudalics@gmx.at>
6372
6373 * man.el (Man-default-man-entry): Make this a defun.
6374 Improve guessing mechanism and handling of section numbers.
6375
6376 2007-12-31 Richard Stallman <rms@gnu.org>
6377
6378 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
6379
6380 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
6381
6382 * calc/calc-units.el (calc-convert-temperature): Ensure that units
6383 are on the result even when the result is zero.
6384
6385 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
6386
6387 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
6388 resistent towards wrong parameters.
6389 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
6390
6391 2007-12-30 Richard Stallman <rms@gnu.org>
6392
6393 * faces.el (face-all-attributes): New function.
6394
6395 * faces.el (face-differs-from-default-p): Compute list of attr names
6396 from face-attribute-name-alist.
6397
6398 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
6399 (custom-face-save): Likewise.
6400 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
6401
6402 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
6403 (custom-theme-set-faces): Clear `face-override-spec' property.
6404 Call `face-spec-set' with FOR-DEFFACE.
6405
6406 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
6407
6408 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
6409 Use of frame as third arg is deprecated.
6410 Handle `face-override-spec' property.
6411 (face-spec-recalc): New function.
6412 (face-spec-set-2): New function.
6413 (frame-set-background-mode): Handle `face-override-spec' property.
6414 Use `face-spec-recalc'.
6415 (face-set-after-frame-default): Use `face-spec-recalc'.
6416
6417 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
6418
6419 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
6420
6421 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
6422
6423 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
6424
6425 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
6426
6427 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
6428 'added, 'removed.
6429
6430 * vc.el (header coment): Better description of dir-state.
6431 (vc-compatible-state): New function. Checks whether two states
6432 can be in the same changeset; used with 'edited it can test whether
6433 the next action for a state should be commit.
6434 (vc-default-dired-state-info): Display 'removed state.
6435 (vc-dired-hook): Turn off undo, this is a speed tweak.
6436
6437 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
6438
6439 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
6440 Cope with the possibility that the 'C' status flag might change
6441 in 0.9,6.
6442
6443 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
6444
6445 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
6446
6447 * files.el (cd-absolute): Fix omission bug:
6448 Make `list-buffers-directory' buffer-local.
6449
6450 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
6451
6452 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
6453
6454 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
6455
6456 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
6457
6458 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
6459 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
6460 (math-yacas-compose-deriv, math-yacas-compose-taylor)
6461 (math-maxima-parse-subst, math-maxima-parse-taylor)
6462 (math-maxima-compose-taylor, math-maxima-compose-subst)
6463 (math-maxima-compose-if, math-lang-switch-args)
6464 (math-lang-compose-switch-args, math-read-giac-subscr):
6465 New functions.
6466 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
6467 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
6468 Add languages.
6469 (math-vector-brackets, math-complex-format, math-variable-table)
6470 (math-parse-table, math-oper-table, math-function-table)
6471 (math-special-function-table, math-compose-subscr):
6472 Add values for new languages.
6473
6474 * calc/calccomp.el (math-compose-expr): Add new languages.
6475
6476 * calc/calc.el (calc-language): Add languages to docstring.
6477
6478 * calc/calc-ext.el (calc-init-extensions): Add keybindings
6479 for new languages. Autoload commands to change languages.
6480
6481 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
6482
6483 * calc/calc-menu.el (calc-modes-menu): Add new languages.
6484 (calc-arithmetic-menu, calc-scientific-function-menu)
6485 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
6486 (calc-units-menu, calc-variables-menu, calc-stack-menu):
6487 Add :active keywords.
6488
6489 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
6490
6491 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
6492 returns 'ignored or 'unregistered.
6493 (vc-hg-state): Pass "-A" to the status command and deal with the
6494 output.
6495 (vc-hg-dir-state): Pass "-A" to the status command.
6496
6497 2007-12-29 Richard Stallman <rms@gnu.org>
6498
6499 * progmodes/compile.el (compilation-start): Set initial visible
6500 point properly even when compilation buffer already current.
6501
6502 2007-12-29 Richard Stallman <rms@gnu.org>
6503
6504 * files.el (conf-mode-maybe): New function.
6505 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
6506
6507 2007-12-29 Martin Rudalics <rudalics@gmx.at>
6508
6509 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
6510
6511 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
6512
6513 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
6514
6515 2007-12-29 Richard Stallman <rms@gnu.org>
6516
6517 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
6518 so they never do EOF.
6519
6520 2007-12-29 Richard Stallman <rms@gnu.org>
6521
6522 * faces.el (copy-face): Create the new face explicitly if it
6523 does not exist already.
6524
6525 2007-12-29 Eli Zaretskii <eliz@gnu.org>
6526
6527 * simple.el (minibuffer-history, shell-command-history)
6528 (set-variable-value-history):
6529 * replace.el (regexp-history):
6530 * international/mule-cmds.el (input-method-history):
6531 * files.el (file-name-history): Add reference to history-length in
6532 the doc string.
6533
6534 2007-12-29 Richard Stallman <rms@gnu.org>
6535
6536 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
6537
6538 2007-12-29 Jason Rumney <jasonr@gnu.org>
6539
6540 * find-dired.el (find-name-arg): New custom variable.
6541 (find-name-dired): Use it.
6542 (find-dired-find-program): Remove.
6543 (find-dired): Use find-program.
6544 (find-grep-dired): Use grep-program.
6545
6546 * progmodes/grep.el (rgrep): Use find-name-arg.
6547
6548 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
6549
6550 * progmodes/cc-vars.el (defcustom-c-stylevar):
6551 Revert to pre-2007-12-12 version.
6552
6553 2007-12-29 Richard Stallman <rms@gnu.org>
6554
6555 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
6556
6557 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
6558 Use changed.
6559
6560 * startup.el (fancy-splash-help-echo): Var deleted.
6561 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
6562 (fancy-about-screen): Don't display fancy-splash-help-echo.
6563
6564 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
6565
6566 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
6567
6568 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
6569 to vc-hooks.el so it will be available to other modes, such as
6570 speedbar.el. Also, teach it to recognize monotone state directories.
6571
6572 * speedbar.el: Remove this mode's fragile assumptions about
6573 version-control systems. Instead, make it use logic from
6574 vc-hooks.el so it will become smarter whenever VC mode does.
6575
6576 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
6577 Fix the documentation.
6578
6579 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
6580 Modify all instances of the dir-state back-end method to suppress
6581 keeping undo lists on the buffers holding status output, which
6582 can get extremely large.
6583
6584 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
6585 so they don't do work that the default one can do instead.
6586
6587 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
6588 states, and the new return-value convention. These are not
6589 actually used yet, just set.
6590
6591 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
6592 states when appropriate.
6593
6594 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
6595 'unregistered when appropriate.
6596
6597 * vc-git.el: Document that we don't set the new states yet.
6598
6599 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
6600 'ignored states.
6601
6602 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
6603 appropriate.
6604
6605 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
6606 when appropriate.
6607
6608 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
6609
6610 * thumbs.el (thumbs-call-convert): Use call-process directly
6611 with thumbs-conversion-program instead of through shell-file-name
6612 for better error reporting.
6613
6614 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
6615
6616 * calc/calc-aent.el (math-remove-percentsigns):
6617 * calc/calccomp.el (math-to-percentsigns): Change placeholder
6618 for percent signs.
6619
6620 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
6621
6622 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
6623 use completion-ignored-extensions to detect files that should be
6624 ignorted in VC-Dired listings, heading off lots of expensive calls
6625 to (vc-state).
6626
6627 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
6628 non-terse mode.
6629 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
6630 Makefile.in or Makefile.am.
6631
6632 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6633
6634 * ps-print.el (ps-mark-active-p): Fun returned back.
6635 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
6636 `region-active-p' for error checking.
6637
6638 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
6639
6640 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
6641 Put new machinery in place to support editing of change comments
6642 with 'e' in a log-view buffer. Not documented yet as this
6643 only works for SCCS, RCS, and maybe CVS if you have admin
6644 privileges. When we have backend support for Subversion and
6645 more modern systems it will be time to write this up.
6646
6647 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
6648
6649 * international/mule-cmds.el (select-safe-coding-system):
6650 When a buffer is modified, cancel the writing.
6651
6652 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
6653
6654 * log-view.el: Add Subversion and Mercurial log format samples.
6655
6656 * vc.el (vc-dired-hook): Significantly speed up by arranging for
6657 it to call the backend dir-state hook (if it exists)
6658 exactly *once*, rather than once per each subdirectory (with
6659 dired-state-info calls on all toplevel files slowing it down even
6660 further). For this to work, backend dir-state methods have to
6661 recurse to subdirectories. Most of them already did anyway; a few
6662 needed *non*-recursion switches removed. This change mostly
6663 removed code that was perversely bad and should have been shot
6664 through the head years ago.
6665
6666 * vc-bzr.el (vc-bzr-dir-state):
6667 * vc-cvs.el (vc-cvs-dir-state):
6668 * vc-mcvs.el (vc-mcvs-dir-state):
6669 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
6670
6671 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
6672 multiple arguments, so generate logs sequentially when we get them.
6673 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
6674 headers so the various log bindings can do the right thing.
6675 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
6676
6677 2007-12-26 Andreas Schwab <schwab@suse.de>
6678
6679 * font-lock.el (save-buffer-state): Make sure the state of the
6680 buffer is always restored.
6681
6682 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
6683
6684 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
6685
6686 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
6687 a variable.
6688
6689 * calc/calccomp.el (math-to-percentsigns): New function.
6690 (math-compose-var): Handle variables with percent signs.
6691 (math-compose-expr): Handle function names with percent signs.
6692
6693 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
6694 (math-read-exprs): Handle percent signs in languages that
6695 allow them.
6696 (math-restore-underscores): Remove function.
6697 (math-remove-percentsigns, math-restore-placeholders):
6698 New functions.
6699
6700 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6701
6702 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
6703 of `mark' for error checking.
6704
6705 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
6706
6707 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
6708 New functions.
6709 (image-mode): Set bookmark-make-cell-function appropriately.
6710
6711 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
6712
6713 * bookmark.el (bookmark-make-cell-function): New variable.
6714 (bookmark-make): Call bookmark-make-cell-function's function
6715 instead of bookmark-make-cell.
6716 (bookmark-get-handler, bookmark-jump-internal): New functions.
6717 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
6718 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
6719 Use bookmark-jump-internal.
6720 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
6721
6722 * doc-view.el (doc-view-bookmark-make-cell)
6723 (doc-view-bookmark-jump): New functions.
6724 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
6725
6726 2007-12-25 Miles Bader <miles@gnu.org>
6727
6728 * indent.el (indent-for-tab-command): Rigidly indent the following
6729 sexp along with the current line when a prefix arg is given in the
6730 non-active-region case. Specify raw prefix in interactive spec.
6731 Simplify main indentation logic to get rid of the conditional call
6732 to `indent-according-to-mode' (it just ended up calling
6733 `indent-line-function' in all cases anyway, which can be done more
6734 simply here). Remove unnecessary test of ARG in active region case.
6735
6736 2007-12-25 Richard Stallman <rms@gnu.org>
6737
6738 * allout.el (allout-region-active-p): Rename from my-region-active-p.
6739 Use `use-region-p'.
6740 (allout-write-file-hook-handler): Simplify code.
6741
6742 * ps-print.el (ps-mark-active-p): Function deleted.
6743 (ps-print-preprint-region): Use (mark) for the error check.
6744
6745 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
6746
6747 * winner.el (winner-active-region): Use `mark-active' if it's defined.
6748
6749 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
6750
6751 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
6752
6753 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
6754
6755 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
6756
6757 * progmodes/cc-defs.el (c-region-is-active-p):
6758 Use `mark-active' if it's defined.
6759
6760 * progmodes/cc-cmds.el (c-indent-line-or-region):
6761 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
6762
6763 * simple.el (select-active-regions): New option.
6764 (set-mark): Obey it.
6765 (yank-pop-change-selection): New option.
6766 (current-kill): Obey it.
6767
6768 * simple.el (use-region-p): Rename from `region-active-p'.
6769 (region-active-p): New function.
6770
6771 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
6772
6773 * term/x-win.el (x-select-enable-primary): New option.
6774 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
6775
6776 * mouse.el (mouse-yank-primary): New function (almost same
6777 as mouse-yank-secondary).
6778
6779 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
6780
6781 * calculator.el:
6782 * dframe.el:
6783 * iswitchb.el:
6784 * whitespace.el:
6785 * winner.el:
6786 * emacs-lisp/checkdoc.el:
6787 * mail/feedmail.el:
6788 * net/quickurl.el:
6789 * obsolete/fast-lock.el:
6790 * play/5x5.el:
6791 * progmodes/delphi.el:
6792 * progmodes/idlw-shell.el:
6793 * progmodes/idlwave.el:
6794 * textmodes/artist.el:
6795 * textmodes/ispell.el:
6796 * textmodes/texinfmt.el:
6797 * textmodes/texinfo.el: Remove obsolete definitions of backward
6798 compatibility macros for defcustom, defgroup, defface, when,
6799 unless, with-current-buffer and with-temp-message.
6800
6801 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
6802
6803 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
6804
6805 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
6808 indeed a process.
6809
6810 2007-12-23 Richard Stallman <rms@gnu.org>
6811
6812 * simple.el (region-active-p): New function.
6813 (use-empty-active-region): New variable.
6814
6815 * dired-aux.el (dired): Load dired.el at run time too.
6816
6817 2007-12-23 Juri Linkov <juri@jurta.org>
6818
6819 * man.el (Man-follow-manual-reference): Fill the minibuffer's
6820 default list with a full list of references.
6821
6822 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
6823
6824 2007-12-23 Andreas Schwab <schwab@suse.de>
6825
6826 * files.el (switch-to-buffer-other-frame): Return the buffer
6827 switched to.
6828
6829 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
6830
6831 Sync with Tramp 2.1.12.
6832
6833 * net/tramp.el: New todo item.
6834
6835 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
6836 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
6837
6838 * net/trampver.el: Update release number.
6839
6840 2007-12-22 Richard Stallman <rms@gnu.org>
6841
6842 * newcomment.el (comment-region-default): Don't triple the
6843 comment starter if the first region line isn't indented enough.
6844
6845 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6846
6847 * net/imap.el (imap-authenticate): Use current-buffer instead of
6848 buffer, for the cases where imap-authenticate is called with a nil
6849 buffer parameter.
6850
6851 2007-12-21 Martin Rudalics <rudalics@gmx.at>
6852
6853 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
6854 specifier from format-string. Reported by Ye Wenbin.
6855
6856 2007-12-20 Jason Rumney <jasonr@gnu.org>
6857
6858 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
6859 Parent group is font-lock-faces.
6860 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
6861 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
6862 (nxml-version): Remove.
6863 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
6864 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
6865 (nxml-processing-instruction-delimiter)
6866 (nxml-processing-instruction-target)
6867 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
6868 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
6869 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
6870 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
6871 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
6872 (nxml-attribute-prefix, nxml-attribute-colon)
6873 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
6874 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
6875 (nxml-attribute-value, nxml-attribute-value-delimiter)
6876 (nxml-namespace-attibute-value)
6877 (nxml-namespace-attribure-value-delimiter)
6878 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
6879 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
6880 (nxml-glyph): Rename, removing -face suffix.
6881 Inherit from existing font-lock faces.
6882 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
6883 Use new face names.
6884
6885 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6886 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6887 Rename, removing -face suffix.
6888 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
6889 (nxml-highlighted-colon, nxml-highlighted-slash)
6890 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
6891 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
6892 (nxml-highlighted-qname, nxml-outline-display-heading):
6893 Use new face names.
6894
6895 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
6896
6897 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
6898
6899 2007-12-19 Martin Rudalics <rudalics@gmx.at>
6900
6901 * cus-start.el (all): Use correct group name for members of
6902 mode-line group.
6903
6904 * man.el (Man-default-man-entry): When looking for default man
6905 entry title search text preceding point. Use when instead of if.
6906
6907 * indent.el (indent-for-tab-command): Fix doc-string typo.
6908
6909 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
6910 vc-parent-buffer is the current buffer.
6911
6912 * info-look.el (info-lookup, info-lookup-setup-mode)
6913 (info-lookup-make-completions): Avoid clobbering Info-history and
6914 Info-history-list.
6915
6916 2007-12-19 Glenn Morris <rgm@gnu.org>
6917
6918 * progmodes/verilog-mode.el (top-level): Don't require compile.
6919 (compilation-error-regexp-alist, compilation-last-buffer):
6920 Define for compiler.
6921 (verilog-insert-1): New function.
6922 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
6923 Use verilog-insert-1.
6924 (verilog-surelint-off): Use next-error-last-buffer if bound.
6925 Check compile buffer is live.
6926
6927 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
6928
6929 * progmodes/compile.el (compilation-start): Don't pass a FRAME
6930 argument to display-buffer.
6931
6932 2007-12-19 Jason Rumney <jasonr@gnu.org>
6933
6934 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
6935 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
6936 (rng-byte-compile-load, rng-write-version): Remove.
6937
6938 * nxml/rng-loc.el (rng-schema-locating-files-default)
6939 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
6940 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
6941
6942 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
6943
6944 * files.el (cd-absolute): Set `list-buffers-directory' in order to
6945 show correct path in buffer list.
6946
6947 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
6948 (tramp-find-shell): Send only single prompt setting commands, in
6949 order to avoid double-prompt.
6950
6951 * net/tramp-compat.el (top): Require cl only when compiling.
6952 Reported by Glenn Morris <rgm@gnu.org>.
6953
6954 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
6955
6956 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
6957 (c-comment-continuation-stars): No longer declare with
6958 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
6959 (c-block-comment-prefix): Use symbol-value to
6960 access c-comment-continuation-stars.
6961 * progmodes/cc-mode.el (c-initialize-cc-mode):
6962 Use symbol-value to access c-comment-continuation-stars.
6963
6964 2007-12-18 Mark A. Hershberger <mah@everybody.org>
6965
6966 * xml.el (xml-escape-string): New function. Escape string using
6967 xml-entity-alist.
6968 (xml-debug-print-internal): Use xml-escape-string to escape
6969 characters in attributes and in text children of elements.
6970
6971 2007-12-18 Glenn Morris <rgm@gnu.org>
6972
6973 * progmodes/cc-subword.el (c-subword-mode): Drop support for
6974 systems without define-minor-mode.
6975
6976 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
6977
6978 * progmodes/verilog-mode.el: Replace all instances of
6979 string-to-int with string-to-number, insert-string with insert,
6980 and read-input with read-string.
6981 (top-level): No need to require imenu, reporter, dinotrace, vc,
6982 font-lock when compiling. Always require compile. Relegate remaining
6983 compatibility cruft to XEmacs. Don't require font-lock.
6984 (verilog-version): Remove superfluous concat.
6985 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
6986 No need to define.
6987 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
6988 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
6989 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
6990 (verilog-startup-message-displayed): These are variables, not constants.
6991 (verilog-batch-execute-func, verilog-auto-inst)
6992 (verilog-auto-inst-param): Use mapc rather than mapcar.
6993 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
6994 actually defining.
6995 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
6996 (verilog-modi-get-outputs, verilog-modi-get-inouts)
6997 (verilog-modi-get-inputs, verilog-modi-get-wires)
6998 (verilog-modi-get-regs, verilog-modi-get-assigns)
6999 (verilog-modi-get-consts, verilog-modi-get-gparams)
7000 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
7001 (verilog-modi-get-sub-inputs): Move inline functions earlier in
7002 the file.
7003 (sigs-in, sigs-out): Don't declare multiple times.
7004 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
7005 `defvar'.
7006 (verilog-auto): Call dinotrace-unannotate-all only if bound.
7007 (verilog-module-inside-filename-p): No need to wrap fboundp test
7008 in condition-case.
7009 (reporter-submit-bug-report): Autoload it.
7010 (verilog-mark-defun): Call zmacs-activate-region only if bound.
7011 (verilog-font-customize): Call customize-apropos only if bound.
7012 (verilog-getopt-flags, verilog-auto-reeval-locals):
7013 Use make-local-variable rather than make-variable-buffer-local.
7014 (verilog-company, verilog-project, verilog-modi-cache-list):
7015 Move make-variable-buffer-local calls to top-level.
7016 (font-lock-defaults-alist): Don't define it.
7017 (verilog-need-fld): Remove.
7018 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
7019 (verilog-mode): Only call make-local-hook on XEmacs.
7020 Set font-lock-defaults rather than using verilog-font-lock-init.
7021
7022 2007-12-17 Andreas Schwab <schwab@suse.de>
7023
7024 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
7025 Fix comment typo.
7026
7027 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
7028
7029 * net/dbus.el (dbus-name-owner-changed-handler):
7030 Use `dbus-unregister-signal' for removing old rules.
7031 Obey new structure of `dbus-registered-functions-table'.
7032
7033 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
7034
7035 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
7036
7037 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
7038
7039 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
7040 function.
7041 (add-submenu): Only define for XEmacs.
7042 (verilog-regexp-words): Revert previous change, keep the other
7043 definition.
7044
7045 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
7046
7047 * progmodes/perl-mode.el (perl-continued-statement-offset)
7048 (perl-continued-brace-offset, perl-brace-offset)
7049 (perl-brace-imaginary-offset, perl-label-offset):
7050 * progmodes/cperl-mode.el (cperl-brace-offset)
7051 (cperl-continued-brace-offset, cperl-label-offset)
7052 (cperl-continued-statement-offset)
7053 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
7054 Add safe-local-variable properties.
7055
7056 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
7057
7058 * progmodes/verilog-mode.el (verilog-mode-map)
7059 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
7060 (verilog-colorize-include-files): Use only overlay functions so
7061 that it can work on both emacs and XEmacs.
7062 (set-extent-keymap): Remove unused defun.
7063 (verilog-kill-existing-comment, verilog-insert-date)
7064 (verilog-insert-year): Rename in order not to pollute the global
7065 namespace from kill-existing-comment, insert-date and
7066 insert-year, respectively.
7067 (verilog-set-auto-endcomments, verilog-header): Update callers.
7068
7069 * files.el (auto-mode-alist): Recognize verilog files.
7070
7071 * progmodes/verilog-mode.el (verilog-string-replace-matches)
7072 (verilog-string-remove-spaces, verilog-re-search-forward)
7073 (verilog-re-search-backward, verilog-re-search-forward-quick)
7074 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
7075 (verilog-get-end-of-line, verilog-within-string): Move definitions
7076 before first use. No code changes.
7077
7078 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
7079
7080 * progmodes/verilog-mode.el (verilog-mode-version)
7081 (verilog-mode-release-date): Don't use expanding keywords.
7082 (provide): Move to the end of file.
7083 (fboundp): Don't check if eval-when-compile is bound, it is used
7084 later in the file without checking.
7085 (when, unless): Copy definitions from subr.el.
7086 (char-before, defcustom, defface, customize-group)
7087 (verilog-batch-error-wrapper): Don't use old style backquotes.
7088 (verilog-regexp-opt): Avoid using the cl function case.
7089 (verilog-regexp-words): Remove duplicated definition.
7090 (verilog-mode-abbrev-table): Remove, duplicate.
7091 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
7092 Declare and initialize in one step.
7093 (verilog-declaration-prefix-re, verilog-declaration-re)
7094 (verilog-end-of-statement, verilog-indent-declaration)
7095 (verilog-get-lineup-indent): Remove trailing whitespace.
7096 (verilog-mode): Fix autoload cookie.
7097 Set beginning-of-defun-function and end-of-defun-function. Use when
7098 instead of if.
7099 (verilog-emacs-features, verilog-auto-ascii-enum)
7100 (verilog-insert-indices): Escape braces in doc strings.
7101
7102 2007-12-08 Michael McNamara <mac@verilog.com>
7103 Wilson Snyder <wsnyder@wsnyder.org>
7104
7105 * progmodes/verilog-mode.el: New file.
7106
7107 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
7108
7109 * international/latexenc.el (latexenc-find-file-coding-system):
7110 If both coding-system-for-write and buffer-file-coding-system of
7111 latex-main-file are nil, use `undecided'.
7112
7113 2007-12-06 Jason Rumney <jasonr@gnu.org>
7114
7115 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
7116
7117 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7118
7119 * files.el (revert-buffer): Docstring fix.
7120
7121 2007-12-11 Glenn Morris <rgm@gnu.org>
7122
7123 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
7124
7125 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
7126
7127 * calc/calc-aent.el (math-restore-underscores)
7128 (math-string-restore-underscores): New functions.
7129 (math-read-factor): Properly check variable names with underscores
7130 for entries in `math-expr-variable-mapping'.
7131
7132 * calc/calc-lang.el (math-lang-name): New property name.
7133
7134 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
7135 to set language name.
7136
7137 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7138
7139 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7140
7141 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
7142
7143 * server.el (server-select-display): Fix important typo.
7144 (server-process-filter): Turn a "" display into nil.
7145
7146 2007-12-09 Juri Linkov <juri@jurta.org>
7147
7148 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
7149 Check search-upper-case before calling isearch-no-upper-case-p
7150 to set case-fold-search.
7151 (occur): Doc fix.
7152 (occur-1, perform-replace): Check search-upper-case before calling
7153 isearch-no-upper-case-p to set case-fold-search.
7154
7155 * isearch.el (search-upper-case): Doc fix.
7156 (isearch-mode-map): Bind `M-s o' to isearch-occur.
7157 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
7158 (isearch-query-replace-regexp): Doc fix.
7159 (isearch-occur): New function.
7160
7161 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7162
7163 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
7164 backward compatibility.
7165
7166 * net/imap.el (imap-string-to-integer): New function.
7167
7168 2007-12-09 David Kastrup <dak@gnu.org>
7169
7170 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
7171 directories. Not sure anybody uses this anymore, though.
7172
7173 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7174
7175 * printing.el: Fix pr-interface-map initialization code.
7176 (pr-version): New version 6.9.3.
7177 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
7178 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
7179 (pr-f-read-string): Replace by pr-read-string.
7180 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
7181 name.
7182 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
7183
7184 2007-12-09 Glenn Morris <rgm@gnu.org>
7185
7186 * emulation/viper-init.el (top-level): Use dolist rather than mapc
7187 in make-variable-frame-local call.
7188
7189 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
7190
7191 * mail/hashcash.el (declare-function):
7192 * net/imap.el (declare-function): New no-op macro for backward
7193 compatibility.
7194
7195 2007-12-08 Eli Zaretskii <eliz@gnu.org>
7196
7197 Sync makefile.w32-in with Makefile.in.
7198
7199 * makefile.w32-in (check-declare): New target.
7200 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
7201 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
7202 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
7203 ($(lisp)/progmodes/cc-mode.elc): Use it.
7204 ($(lisp)/progmodes/cc-mode.elc): New rule.
7205
7206 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
7207
7208 * indent.el (tab-stop-list): Mark as safe-local-variable.
7209
7210 * generic-x.el (etc-sudoers-generic-mode): New mode.
7211 (generic-unix-modes): Add it.
7212
7213 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
7214
7215 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
7216 apply wildcards in a hash table key; there is no usable hash code then.
7217 (dbus-registered-functions-table): Use `equal' as test function.
7218 (dbus-name-owner-changed-handler): Rewrite due to new hash table
7219 structure.
7220
7221 2007-12-08 Martin Rudalics <rudalics@gmx.at>
7222
7223 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
7224 bound error in block comment branch.
7225
7226 2007-12-08 David Kastrup <dak@gnu.org>
7227
7228 * textmodes/reftex.el (reftex-select-with-char):
7229 * textmodes/reftex-toc.el (reftex-toc-do-promote)
7230 (reftex-toc-visit-location, reftex-toc-find-section):
7231 * textmodes/reftex-index.el (reftex-index-show-entry):
7232 * textmodes/org.el (org-cycle-hide-archived-subtrees)
7233 (org-table-rotate-recalc-marks, org-mark-ring-push)
7234 (org-follow-info-link, org-mhe-get-message-folder-from-index)
7235 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
7236 (org-evaluate-time-range, org-edit-agenda-file-list):
7237 * textmodes/artist.el (artist-select-next-op-in-list)
7238 (artist-select-prev-op-in-list):
7239 * term/mac-win.el (mac-service-insert-text):
7240 * startup.el (fancy-about-screen):
7241 * progmodes/vhdl-mode.el (vhdl-decision-query):
7242 * progmodes/idlwave.el (idlwave-template)
7243 (idlwave-scroll-completions, idlwave-display-completion-list):
7244 * progmodes/ebrowse.el (ebrowse-show-progress):
7245 * progmodes/cperl-mode.el (cperl-find-pods-heres):
7246 * progmodes/antlr-mode.el (antlr-insert-option-do):
7247 * play/mpuz.el (mpuz-close-game):
7248 * net/rcirc.el (rcirc-next-active-buffer):
7249 * mail/reporter.el (reporter-update-status):
7250 * kmacro.el (kmacro-display):
7251 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7252 * emulation/viper-util.el (viper-save-setting):
7253 * emacs-lisp/lisp-mnt.el (lm-verify):
7254 * emacs-lisp/edebug.el (edebug-set-mode):
7255 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
7256 * calendar/calendar.el (calendar-print-day-of-year):
7257 * calc/calcalg3.el (calc-curve-fit):
7258 * calc/calcalg2.el (math-integral):
7259 * calc/calc.el (calc-read-key-sequence, calc-version):
7260 * calc/calc-mode.el (calc-set-simplify-mode):
7261 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
7262
7263 2007-12-07 D. Goel <deego3@gmail.com>
7264
7265 * progmodes/idlw-shell.el (idlwave-shell-display-line)
7266 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
7267 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
7268 * mail/uce.el (uce-reply-to-uce)
7269 * progmodes/vhdl-mode.el (vhdl-template-modify)
7270 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
7271 to `error' (as suggested by RMS.)
7272
7273 2007-12-07 Glenn Morris <rgm@gnu.org>
7274
7275 * allout.el (allout-write-file-hook-handler):
7276 * textmodes/reftex.el (reftex-TeX-master-file):
7277 * textmodes/reftex-parse.el (reftex-short-context):
7278 Revert previous change.
7279
7280 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
7281
7282 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
7283 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
7284 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
7285 (dbus-event-service-name, dbus-event-path-name)
7286 (dbus-event-interface-name, dbus-event-member-name): Fix for new
7287 event structure.
7288 (dbus-list-activatable-names, dbus-list-names)
7289 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
7290 Reorder `dbus-call-method' arguments.
7291
7292 2007-12-06 D. Goel <deego3@gmail.com>
7293
7294 * allout.el (allout-write-file-hook-handler):
7295 * textmodes/reftex.el (reftex-TeX-master-file):
7296 * textmodes/org.el (org-paste-subtree):
7297 * progmodes/vhdl-mode.el (vhdl-template-modify):
7298 * progmodes/idlw-shell.el (idlwave-shell-send-command)
7299 (idlwave-shell-display-line):
7300 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
7301 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7302 * net/trampver.el (x):
7303 * mail/uce.el (uce-reply-to-uce):
7304 * mail/rmailout.el (rmail-output):
7305 * mail/feedmail.el (feedmail-dump-message-to-queue):
7306 * whitespace.el (whitespace-write-file-hook):
7307 * wdired.el (wdired-check-kill-buffer):
7308 * vc.el (vc-update):
7309 * vc-mcvs.el (vc-mcvs-checkin):
7310 * vc-cvs.el (vc-cvs-checkin):
7311 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
7312 * ibuffer.el (ibuffer-current-buffer):
7313 * dired.el (dired-move-to-end-of-filename):
7314 * bindings.el (complete-symbol):
7315 * textmodes/org-publish.el (org-publish-file):
7316 (org-publish-current-project):
7317 * textmodes/reftex-parse.el (reftex-short-context):
7318 * textmodes/texinfmt.el: Fix buggy calls to `error'.
7319
7320 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7321
7322 * doc-view.el (doc-view-dvi->pdf-sentinel)
7323 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
7324 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
7325 within a sentinel or timer.
7326 (doc-view-display): Don't try to display before the requested page
7327 is available, unless told to do so explicitly.
7328 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
7329 Force display even if the requested page is not available.
7330
7331 2007-12-06 Richard Stallman <rms@gnu.org>
7332
7333 * help-fns.el (describe-function-1): Call ad-get-advice-info
7334 only on symbols.
7335
7336 2007-12-06 Glenn Morris <rgm@gnu.org>
7337
7338 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
7339 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
7340 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
7341 faces in non-light-background case.
7342
7343 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
7344 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
7345 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
7346 * emulation/vi.el, emulation/viper-cmd.el:
7347 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
7348 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
7349 * textmodes/fill.el: Remove directory part from filenames in
7350 function declarations.
7351
7352 * dired-aux.el (mailcap-mime-info): Update declaration.
7353
7354 2007-12-05 Richard Stallman <rms@gnu.org>
7355
7356 * wid-edit.el (widget-type): Doc fix.
7357
7358 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7359
7360 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7361 Don't match "sub { (...) ... }".
7362
7363 2007-12-05 Richard Stallman <rms@gnu.org>
7364
7365 * international/mule-cmds.el (toggle-input-method-active): New var.
7366 (toggle-input-method): Bind toggle-input-method-active to t.
7367 Error if it was already non-nil.
7368
7369 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
7370
7371 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7372
7373 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
7374
7375 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
7376 see if certs should be verified and what is to be done in the
7377 event of a verification failure.
7378
7379 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
7380
7381 * net/tls.el (tls-program): Provide more custom choices from
7382 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
7383 (tls-process-connection-type, tls-success): Remove "*" in doc string.
7384 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7385 version. Minor improvement to doc strings.
7386 (tls-program): Add comment.
7387
7388 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
7389
7390 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7391 (tls-checktrust): New variable. Check if GNU TLS complained about a
7392 mismatch between the hostname provided in the certificate and the name
7393 of the host connnecting to.
7394 (open-tls-stream): Use them. Check certificates against trusted root
7395 certificates.
7396
7397 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
7398
7399 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7400 (imap-parse-status): Upcase status-att for broken servers that sends
7401 them lower-case (e.g., MS Exchange 2007).
7402
7403 2007-12-05 D. Goel <deego3@gmail.com>
7404
7405 * simple.el (undo):
7406 * image-dired.el (image-dired-display-thumb-properties):
7407 (image-dired-modify-mark-on-thumb-original-file):
7408 (image-dired-dired-display-properties):
7409 * help.el (help-window-display-message):
7410 * files.el (hack-local-variables-confirm):
7411 * ediff.el (ediff-version):
7412 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
7413 `message' and `error': Ensure that first arg is a format string.
7414
7415 * emacs-lisp/find-func.el (find-library-name): Prefer files with
7416 ".el" suffix over "".
7417
7418 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
7419
7420 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
7421 interface and member fields.
7422
7423 2007-12-05 Glenn Morris <rgm@gnu.org>
7424
7425 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
7426 (pcomplete-here): Autoload it.
7427
7428 * eshell/em-basic.el (print-func): No need to define for compiler.
7429
7430 * eshell/esh-cmd.el (eshell-debug-command):
7431 * eshell/esh-io.el (eshell-print): Move definitions before use.
7432
7433 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
7434
7435 * eshell/esh-util.el (top-level): Don't require pp.
7436 Use condition-case rather than ignore-errors.
7437
7438 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
7439
7440 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
7441 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
7442 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
7443 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
7444 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
7445 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
7446 * eshell/esh-util.el, eshell/eshell.el: Require individual files
7447 if needed when compiling, rather than esh-maint. Collect any
7448 require statements. Move provide statement to end. Move any
7449 commentary to start.
7450
7451 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
7452 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
7453 * eshell/esh-proc.el, eshell/esh-var.el:
7454 Require individual files if needed when compiling, rather than
7455 esh-maint. Collect any require statements. Leave provide at start.
7456 Move any commentary to start.
7457
7458 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
7459 Remove declared function from byte-compile-noruntime-functions.
7460
7461 * ediff-util.el (ediff-version):
7462 * progmodes/python.el (compilation-shell-minor-mode):
7463 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
7464 (calendar-bahai-date-string, calendar-check-holidays)
7465 (calendar-chinese-date-string, calendar-coptic-date-string)
7466 (calendar-ethiopic-date-string, calendar-forward-day)
7467 (calendar-french-date-string, calendar-goto-date)
7468 (calendar-goto-today, calendar-hebrew-date-string)
7469 (calendar-islamic-date-string, calendar-iso-date-string)
7470 (calendar-julian-date-string, calendar-mayan-date-string)
7471 (calendar-persian-date-string, gnus-summary-last-subject)
7472 (parse-time-string, rmail-show-message): Declare as functions.
7473
7474 2007-12-05 Michael Olson <mwolson@gnu.org>
7475
7476 * textmodes/remember.el: Merge contents of remember-diary.el here,
7477 updating header. Add autoload cookie so that byte-compilation
7478 works without warning.
7479 (remember-diary-file): Default to nil, since diary might not yet
7480 be loaded at this point, which would deny us access to diary-file.
7481 (remember-diary-extract-entries): If remember-diary-file is nil,
7482 then use diary-file instead.
7483
7484 * textmodes/remember-diary.el: Remove, due to the issue of needing
7485 the first 8 characters of a filename to be unique.
7486
7487 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
7488
7489 * net/dbus.el (dbus-hash-table=): New defun.
7490 (dbus-hash-table-test): New hash table test function, used in
7491 `dbus-registered-functions-table'.
7492 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
7493 (dbus-event-service-name, dbus-event-path-name)
7494 (dbus-event-interface-name, dbus-event-member-name):
7495 Rewrite, due to new structure of `dbus-event'.
7496
7497 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
7498
7499 * ido.el (ido-save-history): Set the `coding' local
7500 variable in the first line of the file.
7501
7502 2007-12-04 Glenn Morris <rgm@gnu.org>
7503
7504 * password-cache.el: Move here from gnus/password.el.
7505 (top-level): Don't require cl when compiling.
7506 (password-read-and-add): Doc fix. Make obsolete.
7507
7508 * net/tramp.el: Require password-cache or password.
7509
7510 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
7511 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
7512 compiling.
7513 (cua-set-rectangle-mark): Add doc string to autoload.
7514 (cua--rectangle, cua--last-killed-rectangle)
7515 (cua--global-mark-active): Always define for compiler.
7516 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
7517 (cua--delete-rectangle, cua--insert-rectangle)
7518 (cua--rectangle-corner, cua--rectangle-assert)
7519 (cua--insert-at-global-mark, cua--global-mark-post-command):
7520 Declare as functions.
7521
7522 * emulation/cua-gmrk.el (top-level): Move provide to end.
7523
7524 * emulation/cua-rect.el (top-level): Move provide to end.
7525 Don't require cua-gmrk when compiling.
7526 (cua--cut-rectangle-to-global-mark)
7527 (cua--copy-rectangle-to-global-mark): Declare as functions.
7528
7529 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
7530 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
7531 (viper-vi-state-cursor-color):
7532 Consolidate make-variable-frame-local calls.
7533
7534 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
7535 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
7536 than bbdb-address-street1,2,3.
7537
7538 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
7539 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
7540
7541 2007-12-03 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
7542
7543 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7544 (imap-parse-status): Upcase status-att for servers that sends them
7545 lower-case (e.g., MS Exchange 2007).
7546
7547 2007-12-03 Karl Fogel <kfogel@red-bean.com>
7548
7549 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
7550 (save-place-alist-to-file, load-save-place-alist-from-file):
7551 Don't print non-error messages at all, there's really no need.
7552 Do print if there's a problem, and clarify message in that case.
7553
7554 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7555
7556 * ediff-diff.el (ediff-prepare-error-list):
7557 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
7558
7559 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
7560
7561 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
7562 (doc-view-current-overlay, doc-view-pending-cache-flush):
7563 Add doc string.
7564
7565 2007-12-03 Richard Stallman <rms@gnu.org>
7566
7567 * subr.el (declare-function): Move from byte-run.el.
7568
7569 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
7570
7571 * window.el (recenter-top-bottom): Don't use `ecase'.
7572
7573 2007-12-02 Karl Fogel <kfogel@red-bean.com>
7574
7575 * saveplace.el (save-place-alist-to-file):
7576 Set coding-system-for-write once and refer to it throughout.
7577 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
7578
7579 2007-12-02 Karl Fogel <kfogel@red-bean.com>
7580
7581 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
7582 system when writing, and set it in the first-line file variables.
7583 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
7584 Juanma Barranquero.
7585
7586 2007-12-02 Glenn Morris <rgm@gnu.org>
7587
7588 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
7589 Reverse branches of if statement.
7590
7591 * emulation/viper-cmd.el (top-level): Don't require advice.
7592 Don't load viper-util, viper-keym, viper-mous, viper-macs,
7593 viper-ex when compiling.
7594
7595 * emulation/viper-ex.el (top-level): Don't load viper-util,
7596 viper-keym when compiling.
7597
7598 * emulation/viper-init.el (top-level): Move provide statement to end.
7599
7600 * emulation/viper-keym.el (top-level): Don't load viper-util when
7601 compiling. Move provide statement to end.
7602
7603 * emulation/viper-macs.el (top-level): Don't load viper-util,
7604 viper-keym, viper-mous when compiling.
7605
7606 * emulation/viper-mous.el (top-level): Don't load viper-util when
7607 compiling.
7608
7609 * emulation/viper-util.el (top-level): Don't load viper-init when
7610 compiling.
7611
7612 * emulation/viper.el (top-level): Don't require ring.
7613 Don't load viper-init, viper-cmd when compiling.
7614
7615 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
7616 Move here from gnus/.
7617
7618 2007-12-02 Karl Fogel <kfogel@red-bean.com>
7619
7620 Offer option for saveplace to be quiet about loading and saving.
7621 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
7622
7623 * saveplace.el (save-place-quiet): New customizable boolean.
7624 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
7625 to determine whether to print loading/saving messages.
7626
7627 2007-12-02 Glenn Morris <rgm@gnu.org>
7628
7629 * mail/binhex.el: Move here from gnus/.
7630 (binhex): New custom group.
7631 (binhex-decoder-program, binhex-decoder-switches)
7632 (binhex-use-external): Move to the binhex custom group.
7633
7634 * mail/uudecode.el: Move here from gnus/.
7635 (uudecode): New custom group.
7636 (uudecode-decoder-program, uudecode-decoder-switches)
7637 (uudecode-use-external): Move to the uudecode custom group.
7638
7639 * net/netrc.el (top-level): Don't load `encrypt' features.
7640 (netrc-parse): Don't use encrypt.
7641 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7642
7643 * progmodes/python.el (top-level): Don't require cl when compiling.
7644
7645 2007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
7646
7647 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
7648 encoding for aspell process and for communication with it.
7649 Only add "-d" option if not already present.
7650 Use ispell-current-dictionary and ispell-current-personal-dictionary.
7651 General reorganization.
7652
7653 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
7654 encoding here.
7655 (ispell-start-process): Explicitly set encoding here if using aspell.
7656
7657 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
7658
7659 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
7660 function to log-edit.
7661
7662 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
7663
7664 * net/dbus.el: New file.
7665
7666 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
7667
7668 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
7669 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
7670 (calc-lang-parens-are-subscripts): New variables.
7671 (math-expr-special-function-mapping): Remove variable.
7672 (math-eqn-ignore-words, math-tex-ignore-words)
7673 (math-latex-ignore-words): Move to calc-lang.el.
7674
7675 * calc/calc-lang.el (math-compose-vector, math-compose-var)
7676 (math-tex-expr-is-flat): Declare as functions.
7677 (calc-lang-slash-idiv, calc-lang-allow-underscores)
7678 (math-comp-left-bracket, math-comp-right-bracket)
7679 (math-comp-comma, math-comp-vector-prec): Declare as variables.
7680 (math-var-formatter, math-matrix-formatter)
7681 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
7682 (math-punc-table, math-compose-subscr, math-dots)
7683 (math-func-formatter): New property names to store language
7684 specific information.
7685 (math-compose-tex-var, math-compose-tex-intv)
7686 (math-compose-maple-intv, math-compose-eqn-intv)
7687 (math-compose-tex-sum, math-compose-tex-func)
7688 (math-compose-tex-intv): New functions.
7689 (math-eqn-ignore-words, math-tex-ignore-words)
7690 (math-latex-ignore-words): Move from calc.el.
7691 (math-special-function-table): Add entries for tex.
7692 (calc-lang-slash-idiv, calc-lang-allows-underscores):
7693 New variables.
7694 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
7695 (math-compose-tex-matrix, math-compose-eqn-matrix)
7696 (math-eqn-special-functions): Move from calccomp.el.
7697
7698 * calc/calccomp.el (math-compose-var): New function.
7699 (math-compose-expr): Allow more special functions to be used.
7700 Change test for formatting fractions. Use variables and property
7701 names to help with language specific formatting.
7702 (math-compose-tex-matrix, math-compose-eqn-matrix)
7703 (math-eqn-special-functions): Move to calc-lang.el.
7704 (math-compose-rows): Use property names to help with language
7705 specific formatting.
7706
7707 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
7708 into nested subscripts.
7709 (math-read-token): Use variables and property names to help with
7710 language specific parsing.
7711 (math-read-expression-level): Use variables to help with language
7712 specific parsing.
7713
7714 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7715
7716 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
7717 (archive-rar-summarize): Allow the file name to be passed as argument.
7718 Remove unused vars `header' and `footer'.
7719 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
7720
7721 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
7722
7723 * log-edit.el (log-edit-show-diff): New function.
7724 (log-edit-mode-map, log-edit-menu): Bind it.
7725 (log-edit-diff-function): New variable.
7726 (log-edit): Change the 3rd param to be an alist and accept a
7727 function that computes a diff for the files involved.
7728
7729 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
7730
7731 2007-12-01 Martin Rudalics <rudalics@gmx.at>
7732
7733 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
7734 wrap next-/previous-line in with-no-warnings.
7735
7736 2007-12-01 Glenn Morris <rgm@gnu.org>
7737
7738 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
7739
7740 * net/dig.el: Move here from gnus/.
7741 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
7742
7743 * net/dns.el: Move here from gnus/.
7744 (top-level): Don't require mm-util, or cl when compiling.
7745 (dns-write-name, dns-read, dns-read-type, query-dns):
7746 Replace mm-with-unibyte-buffer with its expansion.
7747 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
7748
7749 * progmodes/gdb-ui.el (gud-remove, gud-break):
7750 * progmodes/gud.el (gdb-create-define-alist)
7751 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
7752 (hl-line-highlight, gdb-display-source-buffer)
7753 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
7754 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
7755
7756 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
7757
7758 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
7759 Move args on defun line.
7760
7761 * textmodes/org.el (org-calendar-holiday):
7762 Use calendar-check-holidays instead of the obsolete
7763 check-calendar-holidays.
7764 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
7765 (bbdb-company, bbdb-current-record, bbdb-name)
7766 (bbdb-record-getprop, bbdb-record-name)
7767 (bibtex-beginning-of-entry, bibtex-generate-autokey)
7768 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
7769 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
7770 (mh-find-path, mh-get-header-field, mh-get-msg-num)
7771 (mh-header-display, mh-index-previous-folder)
7772 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
7773 (mh-show-buffer-message-number, mh-show-header-display)
7774 (mh-show-msg, mh-show-show, mh-visit-folder)
7775 (org-export-latex-cleaned-string, remember)
7776 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
7777 (rmail-what-message, elmo-folder-exists-p)
7778 (elmo-message-entity-field, elmo-message-field)
7779 (vm-beginning-of-message, vm-follow-summary-cursor)
7780 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
7781 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
7782 (vm-summarize, wl-folder-get-elmo-folder)
7783 (wl-summary-goto-folder-subr)
7784 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
7785 (wl-summary-line-subject, wl-summary-message-number)
7786 (wl-summary-redisplay): Declare as functions.
7787
7788 2007-11-30 Martin Rudalics <rudalics@gmx.at>
7789
7790 * longlines.el (longlines-show-hard-newlines): Remove handling of
7791 buffer-undo-list and buffer-modified status.
7792 (longlines-show-region, longlines-unshow-hard-newlines):
7793 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
7794 inhibit-modification-hooks here to avoid that a buffer appears
7795 modified when toggling visibility of hard newlines.
7796
7797 2007-11-30 Glenn Morris <rgm@gnu.org>
7798
7799 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
7800
7801 * progmodes/idlw-complete-structtag.el
7802 (idlwave-sintern-structtag):
7803 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
7804 (idlwave-sintern-sysvartag):
7805 * progmodes/idlwave.el (idlwave-sintern-class-tag)
7806 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
7807 functions.
7808
7809 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
7810
7811 * textmodes/reftex-index.el (texmathp):
7812 * textmodes/reftex-auc.el (TeX-argument-insert)
7813 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
7814 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
7815 (LaTeX-label-list):
7816 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
7817 (rng-clear-conditional-region, rng-do-some-validation): Declare as
7818 functions.
7819 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
7820
7821 2007-11-30 Glenn Morris <rgm@gnu.org>
7822
7823 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
7824 argument and document it.
7825
7826 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
7827 Third argument to declare-function must be a list to specify arglist.
7828
7829 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
7830 Handle declare-function third argument `t' and fourth argument.
7831 (check-declare-verify): Doc fix. Handle `fileonly' case.
7832 Use progn rather than prog1.
7833
7834 * desktop.el (uniquify-item-base):
7835 * term/mac-win.el (url-type): Declare as functions.
7836
7837 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
7838 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
7839 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
7840 fourth arg to declare-function.
7841
7842 * play/dunnet.el: Don't require cl when compiling.
7843 (byte-compile-warnings): Set via file local variables.
7844 (dun-parse): Let-bind `beg' and `line'.
7845
7846 2007-11-29 Alexandre Julliard <julliard@winehq.org>
7847
7848 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
7849
7850 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
7851
7852 * calendar/time-date.el (encode-time-value): Doc fix.
7853
7854 2007-11-29 Glenn Morris <rgm@gnu.org>
7855
7856 * calendar/time-date.el (with-decoded-time-value): Doc fix.
7857
7858 * textmodes/css-mode.el (prog-mode): Remove.
7859 (css-mode): Derive from fundamental-mode rather than prog-mode.
7860
7861 * emacs-lisp/byte-run.el (declare-function): Doc fix.
7862
7863 * emacs-lisp/check-declare.el (check-declare-locate)
7864 (check-declare-verify): Handle `external' files.
7865 (check-declare-errmsg): New function.
7866 (check-declare-verify, check-declare-file, check-declare-directory):
7867 Use check-declare-errmsg to report the number of problems.
7868
7869 * ffap.el (w3-view-this-url)
7870 * mail/mspools.el (vm-visit-folder)
7871 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
7872 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
7873 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
7874 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
7875 (bbdb-records)
7876 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
7877 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
7878 (sasl-make-client, sasl-next-step, sasl-step-data)
7879 (sasl-step-set-data)
7880 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
7881 (htmlr-step): Declare as functions.
7882
7883 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
7884 Use bbdb-address-zip rather than bbdb-address-zip-string.
7885
7886 2007-11-28 Richard Stallman <rms@gnu.org>
7887
7888 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
7889 Move here from gnus/.
7890
7891 2007-11-28 Martin Rudalics <rudalics@gmx.at>
7892
7893 * newcomment.el (comment-region-internal): Fix newline insertion
7894 in `block' case.
7895
7896 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7897
7898 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
7899
7900 2007-11-28 Glenn Morris <rgm@gnu.org>
7901
7902 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
7903 delete .elc files.
7904
7905 * nxml/char-name/unicode: Move to etc/nxml/.
7906 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
7907
7908 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
7909 Declare as a function.
7910
7911 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
7912 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
7913 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
7914
7915 * nxml/nxml-outln.el (nxml-token-start-tag-p)
7916 (nxml-token-end-tag-p): Move definitions before use.
7917
7918 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
7919
7920 * nxml/nxml-uchnm.el (top-level)
7921 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
7922 (nxml-enabled-unicode-blocks): Add custom group.
7923
7924 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
7925 Use string-to-number rather than string-to-int.
7926
7927 * dired-x.el (dired-omit-old-add-entry): Declare as function.
7928 Move definition before use.
7929 (dired-old-find-buffer-nocreate): Declare as function.
7930
7931 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
7932 (check-declare-verify): Handle fset.
7933
7934 * emulation/edt.el (edt-user-emulation-setup):
7935 Test edt-setup-user-bindings is bound before calling.
7936
7937 * emulation/tpu-edt.el: Don't require cl when compiling.
7938 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
7939 (tpu-edt-off): Use condition-case rather than ignore-errors.
7940 Use with-no-warnings.
7941
7942 * eshell/esh-util.el (top-level): Use require rather than load for
7943 ange-ftp.
7944
7945 * mail/supercite.el (sc-version): Redefine as an alias for
7946 emacs-version.
7947 (sc-help-address): Remove.
7948 (sc-version): Use emacs-version rather than sc-version.
7949 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
7950
7951 * net/socks.el (socks-original-open-network-stream): Declare as
7952 function. Move definition before use.
7953
7954 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
7955
7956 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
7957 (math-make-frac): Declare as functions.
7958
7959 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
7960
7961 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
7962 Pacify byte compiler.
7963 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
7964
7965 * progmodes/idlwave.el (idlwave-shell-get-path-info)
7966 (idlwave-shell-temp-file, idlwave-shell-is-running)
7967 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
7968 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
7969 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
7970 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
7971 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
7972 (idlwave-completing-read, idlwave-current-routine)
7973 (idlwave-downcase-safe, idlwave-entry-find-keyword)
7974 (idlwave-expand-keyword, idlwave-find-class-definition)
7975 (idlwave-find-inherited-class, idlwave-find-struct-tag)
7976 (idlwave-get-buffer-visiting, idlwave-in-quote)
7977 (idlwave-make-full-name, idlwave-members-only)
7978 (idlwave-popup-select, idlwave-routine-source-file)
7979 (idlwave-routines, idlwave-sintern-class)
7980 (idlwave-sintern-keyword, idlwave-sintern-method)
7981 (idlwave-sintern-routine-or-method)
7982 (idlwave-substitute-link-target, idlwave-sys-dir)
7983 (idlwave-this-word, idlwave-what-module-find-class)
7984 (idlwave-where):
7985 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
7986 * mail/uce.el (rmail-msg-is-pruned)
7987 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
7988 (rmail-toggle-header):
7989 * mail/sendmail.el (dired-view-file, dired-get-filename):
7990 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
7991 (rmail-display-labels, rmail-msgbeg)
7992 (rmail-set-message-deleted-p, rmail-message-labels-p)
7993 (rmail-show-message, mail-comma-list-regexp)
7994 (mail-parse-comma-list):
7995 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
7996 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
7997 (rfc822-addresses, mail-abbrev-make-syntax-table)
7998 (mail-sendmail-delimit-header, mail-header-end):
7999 * mail/hashcash.el (message-narrow-to-headers-or-head)
8000 (message-fetch-field, message-goto-eoh)
8001 (message-narrow-to-headers):
8002 * vc.el (view-mode-exit): Declare as functions.
8003
8004 * mail/vms-pmail.el:
8005 * vmsproc.el:
8006 * vms-patch.el: Don't byte compile these files, they don't work.
8007
8008 2007-11-27 Glenn Morris <rgm@gnu.org>
8009
8010 * calc/calc-ext.el (math-read-big-rec):
8011 * calc/calc-nlfit.el (math-map-binop):
8012 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
8013
8014 * eshell/eshell.el (eshell-report-bug): Add version number of
8015 obsolescence.
8016
8017 * emulation/viper.el, emulation/viper-util.el,
8018 emulation/viper-macs.el, emulation/viper-keym.el,
8019 emulation/viper-ex.el, emulation/viper-cmd.el:
8020 Load viper-*.el files silently.
8021
8022 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
8023 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
8024 Load ediff-*.el files silently.
8025
8026 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
8027 compiling.
8028 (Info-goto-node): Declare as a function.
8029
8030 * ediff-init.el: Don't load ange-ftp when compiling.
8031 * ediff-util.el: Don't load reporter when compiling.
8032
8033 * ediff-wind.el (ediff-display-pixel-width)
8034 (ediff-display-pixel-height):
8035 * generic-x.el (ini-generic-mode):
8036 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
8037 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
8038 (ps-mule-initialize, ps-mule-begin-job):
8039 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
8040 (mark-calendar-days-named):
8041 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
8042 (add-to-diary-list, diary-name-pattern)
8043 (mark-calendar-days-named):
8044 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
8045 (mark-calendar-days-named):
8046 * calendar/cal-x.el (make-fancy-diary-buffer):
8047 * calendar/holidays.el (calendar-absolute-from-julian):
8048 * calendar/todo-mode.el (calendar-current-date):
8049 * calendar/cal-menu.el (calendar-increment-month)
8050 (calendar-month-name, extract-calendar-year)
8051 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
8052 (calendar-current-date, calendar-cursor-holidays)
8053 (calendar-date-string, insert-diary-entry, calendar-set-mark)
8054 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
8055 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8056 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
8057 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
8058 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
8059 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
8060 (calendar-day-of-year-string, calendar-iso-date-string)
8061 (calendar-julian-date-string, calendar-astro-date-string)
8062 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
8063 (calendar-persian-date-string, calendar-bahai-date-string)
8064 (calendar-islamic-date-string, calendar-chinese-date-string)
8065 (calendar-coptic-date-string, calendar-ethiopic-date-string)
8066 (calendar-french-date-string, calendar-mayan-date-string)
8067 (calendar-print-chinese-date, calendar-goto-date):
8068 Declare as functions.
8069
8070 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
8071 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
8072
8073 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
8074 aliases for report-emacs-bug.
8075 (gnus-summary-select-article, gnus-configure-windows): Declare as
8076 functions.
8077
8078 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
8079 compiler.
8080
8081 * pgg.el (pgg-clear-string): Declare as a function.
8082 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
8083 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
8084
8085 * emacs-lisp/check-declare.el (check-declare-locate):
8086 Handle compressed files.
8087 (check-declare-verify): Handle define-generic-mode,
8088 define-global(ized)-minor-mode, define-obsolete-function-alias.
8089
8090 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
8091
8092 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
8093 algebraic modes.
8094
8095 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
8096 (math-is-true, calc-explain-why, calc-alg-edit)
8097 (math-composite-inequalities, math-flatten-lands)
8098 (math-multi-subst, calcFunc-vmatches, math-simplify)
8099 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
8100 (math-read-string, math-read-brackets, math-read-angle-brackets):
8101 Declare as functions.
8102
8103 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
8104 (calc-fit-bell-shaped-logistic-curve)
8105 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
8106 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
8107 (math-max-list): Declare as functions.
8108 (math-map-binop): New function.
8109 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
8110
8111 * calc/calc.el (calc-set-language, calc-edit-finish)
8112 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
8113 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
8114 (math-lessp, calc-embedded-finish-command)
8115 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
8116 (calc-push-list-in-macro, calc-replace-selections)
8117 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
8118 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
8119 (calc-embedded-stack-change, calc-refresh-evaltos)
8120 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
8121 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
8122 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
8123 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
8124 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
8125 (math-dimension-error, calc-incomplete-error, math-float-fancy)
8126 (math-neg-fancy, math-zerop, calc-add-fractions)
8127 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
8128 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
8129 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
8130 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
8131 (math-compose-expr, math-comp-width, math-composition-to-string)
8132 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
8133 (math-adjust-fraction, math-format-binary, math-format-radix)
8134 (math-group-float, math-mod, math-format-number-fancy)
8135 (math-format-bignum-fancy, math-read-number-fancy)
8136 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
8137 (calc-do-embedded-activate, math-do-defmath)
8138 (calc-load-everything): Declare as functions.
8139
8140 * calc/calc-ext.el (math-clip, math-round, math-simplify)
8141 (math-simplify-extended, math-simplify-units, calc-set-language)
8142 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
8143 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
8144 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
8145 (math-normalize-hms, math-normalize-mod, math-make-sdev)
8146 (math-make-intv, math-normalize-logical-op, math-possible-signs)
8147 (math-infinite-dir, math-calcFunc-to-var)
8148 (calc-embedded-evaluate-expr, math-known-nonzerop)
8149 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
8150 (math-format-date, math-vector-is-string, math-vector-to-string)
8151 (math-format-radix-float, math-compose-expr, math-abs)
8152 (math-format-bignum-binary, math-format-bignum-octal)
8153 (math-format-bignum-hex, math-format-bignum-radix)
8154 (math-compute-max-digits): Declare as functions.
8155 (math-provably-realp): Fix typo.
8156
8157 * calc/calc-forms.el (calendar-current-time-zone)
8158 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
8159 functions.
8160
8161 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
8162
8163 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
8164 Declare as functions.
8165
8166 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
8167 (math-posp, math-compare, math-bignum, math-compare-bignum):
8168 Declare as functions.
8169
8170 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
8171 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
8172 (calc-explain-why, calc-clear-command-flag)
8173 (calc-roll-down-with-selections, calc-roll-up-with-selections)
8174 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
8175 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
8176 (math-trunc-special, math-trunc-fancy, math-floor-special)
8177 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
8178 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
8179 (math-pow-zero, math-pow-fancy): Declare as functions.
8180
8181 * calc/calc-mode.el (calc-embedded-save-original-modes):
8182 Declare as a function.
8183
8184 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
8185 Declare as functions.
8186 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
8187 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
8188 Replace `mapcar*' by `math-map-binop'.
8189 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
8190
8191 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
8192 (math-read-expr-level): Declare as functions.
8193
8194 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
8195
8196 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8197
8198 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
8199 end-of-defun-function is called consistently, even for negative
8200 arguments.
8201 (end-of-defun-function): Default to forward-sexp.
8202
8203 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
8204
8205 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
8206
8207 2007-11-26 Glenn Morris <rgm@gnu.org>
8208
8209 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
8210 than :suffix.
8211
8212 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
8213
8214 2007-11-26 Simon Josefsson <simon@josefsson.org>
8215
8216 * net/imap.el: Move from ../gnus.
8217
8218 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8219
8220 * doc-view.el (doc-view-mode-p): New function.
8221
8222 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
8223
8224 * mail/mspools.el (rmail-get-new-mail):
8225 * mail/reporter.el (mail-position-on-field, mail-text):
8226 * mail/rmail.el (mail-position-on-field, mail-text-start)
8227 (rmail-update-summary):
8228 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
8229 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
8230 * mail/rmailout.el (rmail-update-summary):
8231 * mail/rmailsort.el (rmail-update-summary):
8232 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
8233 (dired-view-file):
8234 * mail/uce.el (mail-strip-quoted-names):
8235 * mail/undigest.el (rmail-update-summary):
8236 * mail/unrmail.el (mail-strip-quoted-names):
8237 * ediff.el (diff-latest-backup-file): Declare as functions.
8238
8239 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
8240 (kill-to-end-of-line):
8241 * obsolete/rnews.el (news-set-minor-modes):
8242 Remove non working functions.
8243
8244 2007-11-25 Glenn Morris <rgm@gnu.org>
8245
8246 * eshell/esh-maint.el (top-level): Use require with NOERROR for
8247 pcomplete. Don't mess with load-path.
8248
8249 * eshell/eshell.el (eshell-report-bug-address): Remove.
8250 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
8251
8252 2007-11-24 Glenn Morris <rgm@gnu.org>
8253
8254 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
8255 (appt-disp-window): Don't require electric.
8256 Simplify minibuffer-avoidance code.
8257 (appt-select-lowest-window): Avoid minibuffer.
8258
8259 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
8260 (esh-mode): Require it.
8261 (esh-util): Use require rather than featurep and load.
8262 (eshell): No need to test if eshell-mode is bound; remove obsolete
8263 reference to eshell-auto.
8264 (eshell-command, eshell-command-result): Don't require esh-mode
8265 now that the file does.
8266 (top-level): Move provide statement to the end of the file.
8267 Re-order and update commentary.
8268
8269 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
8270
8271 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
8272 (vc-annotate-toggle-annotation-visibility): New command.
8273 (vc-annotate-mode-map): Bind "V" to it.
8274 (vc-annotate-mode-menu): Add entry for it.
8275 (vc-annotate-get-time-set-line-props): New func.
8276 (vc-annotate-display-autoscale)
8277 (vc-annotate-display-difference): Use it.
8278
8279 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
8280 Also, match one space at end of annotation text, after last paren.
8281
8282 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
8283
8284 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
8285 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
8286 `tramp-completion-mode'.
8287
8288 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
8289
8290 * vc-git.el (vc-git-show-log-entry): New func.
8291
8292 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
8293 (vc-git-state): Use vc-git--call.
8294 (vc-git-registered, vc-git-working-revision)
8295 (vc-git-previous-revision, vc-git-next-revision)
8296 (vc-git--run-command-string, vc-git-symbolic-commit):
8297 Use vc-git--out-ok.
8298
8299 2007-11-24 Glenn Morris <rgm@gnu.org>
8300
8301 * emacs-lisp/byte-run.el (declare-function): Doc fix.
8302
8303 2007-11-24 Kenichi Handa <handa@m17n.org>
8304
8305 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
8306
8307 2007-11-23 David Kastrup <dak@gnu.org>
8308
8309 * server.el (server-process-filter): Use `command-line-args-left'.
8310
8311 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8312
8313 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
8314
8315 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
8316
8317 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
8318 buffer if the parent buffer is in vc-dired-mode.
8319
8320 2007-11-23 Mark A. Hershberger <mah@everybody.org>
8321
8322 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
8323
8324 2007-11-23 Juri Linkov <juri@jurta.org>
8325
8326 * dired.el (dired-read-dir-and-switches): For C-x d, set the
8327 value for M-n to the visited file name of the current buffer.
8328 Use minibuffer-with-setup-hook to set minibuffer-default to
8329 buffer-file-name inside read-file-name.
8330
8331 * man.el (Man-getpage-in-background): Don't disregard user option
8332 `Man-width' on non-window systems. Remove test for `window-system'
8333 around setting envvar "COLUMNS" depending on the value of `Man-width'.
8334
8335 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
8336 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
8337 of "--color=always".
8338
8339 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8340
8341 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
8342 beginning-of-defun-function.
8343
8344 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8345
8346 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
8347
8348 2007-11-22 Glenn Morris <rgm@gnu.org>
8349
8350 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
8351
8352 * emacs-lisp/check-declare.el (check-declare-locate): New function.
8353 (check-declare-scan): Use check-declare-locate.
8354 (check-declare-verify): No longer adjust fnfile, now
8355 check-declare-locate does it.
8356
8357 * emacs-lisp/byte-run.el (declare-function): Doc fix.
8358
8359 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8360
8361 * subr.el (posn-col-row): Make the `default-value' use explicit.
8362
8363 * window.el (balance-windows): Remove unused var `counter'.
8364 (bw-balance-sub): Remove unused var `lastchild'.
8365 (split-window-vertically): Remove unused var `switch'.
8366 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
8367
8368 * emacs-lisp/bytecomp.el
8369 (byte-compile-file-form-custom-declare-variable): Simplify.
8370
8371 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
8372
8373 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
8374 Set `show-trailing-whitespace' to nil.
8375
8376 * dired.el (make-symbolic-link):
8377 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
8378 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
8379 * dired-x.el (make-symbolic-link):
8380 * frame.el (x-initialize-window-system):
8381 * menu-bar.el (x-menu-bar-open):
8382 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
8383 (x-store-cut-buffer-internal):
8384 * wdired.el (make-symbolic-link):
8385 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
8386 (x-send-client-message):
8387 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
8388
8389 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8390
8391 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
8392
8393 2007-11-22 Glenn Morris <rgm@gnu.org>
8394
8395 * dos-fns.el (int86):
8396 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
8397
8398 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
8399
8400 * calendar/holidays.el (holiday-list): Add autoload cookie.
8401
8402 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
8403 files relative to src/ directory.
8404 (check-declare-verify): Handle .c files. Warn if could not find
8405 an arglist to check.
8406
8407 * emacs-lisp/byte-run.el (declare-function): Doc fix.
8408
8409 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
8410
8411 * replace.el (occur-mode-map): Add a major mode menu with entries
8412 for all occur operations.
8413
8414 * international/titdic-cnv.el (dos-8+3-filename):
8415 * obsolete/fast-lock.el (msdos-long-file-names):
8416 * frame.el (msdos-mouse-p):
8417 * files.el (msdos-long-file-names, w32-long-file-name):
8418 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
8419 (mac-resume-apple-event, mac-font-panel-mode)
8420 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
8421 (mac-clear-font-name-table):
8422 * term/pc-win.el (msdos-remember-default-colors)
8423 (w16-set-clipboard-data, w16-get-clipboard-data):
8424 * term/w32-win.el (w32-send-sys-command, w32-select-font)
8425 (set-message-beep):
8426 * net/browse-url.el (w32-shell-execute):
8427 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
8428 (w32-get-locale-info, w32-get-valid-locale-ids)
8429 (w32-set-clipboard-data):
8430 * dos-fns.el (int86, msdos-long-file-names):
8431 * dos-w32.el (default-printer-name): Declare as functions.
8432
8433 2007-11-21 Jason Rumney <jasonr@gnu.org>
8434
8435 * emacs-lisp/byte-run.el (declare-function): Return nil.
8436
8437 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8438
8439 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
8440
8441 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8442
8443 * ps-print.el (ps-lpr-switches): Docstring fix.
8444 (ps-string-list): New fun.
8445 (ps-do-despool): Code fix.
8446
8447 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
8448
8449 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
8450
8451 2007-11-21 Glenn Morris <rgm@gnu.org>
8452
8453 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
8454 for now. Handle define-minor-mode, and defalias (with no argument
8455 checking).
8456
8457 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
8458
8459 * frame.el (msdos-mouse-p):
8460 * files.el (msdos-long-file-names, w32-long-file-name):
8461 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
8462 (mac-resume-apple-event, mac-font-panel-mode)
8463 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
8464 (mac-clear-font-name-table):
8465 * term/pc-win.el (msdos-remember-default-colors)
8466 (w16-set-clipboard-data, w16-get-clipboard-data):
8467 * term/w32-win.el (w32-send-sys-command, w32-select-font)
8468 (set-message-beep):
8469 * net/browse-url.el (w32-shell-execute):
8470 * dos-fns.el (int86, msdos-long-file-names):
8471 * dos-w32.el (default-printer-name): Undo previous change.
8472
8473 2007-11-21 Eli Zaretskii <eliz@gnu.org>
8474
8475 * international/mule-cmds.el (set-locale-environment):
8476 Set default-file-name-coding-system _after_ keyboard and terminal
8477 coding systems. This fixes last change.
8478
8479 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
8480 one space after "Subject:".
8481
8482 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
8485 in order to determine if there's a conflict.
8486
8487 2007-11-21 Richard Stallman <rms@gnu.org>
8488
8489 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
8490
8491 * reposition.el (reposition-window):
8492 Binding C-M-l moved to bindings.el.
8493
8494 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
8495
8496 * add-log.el (add-change-log-entry-other-window):
8497 Key binding C-x 4 a moved to bindings.el.
8498
8499 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
8500 from filecache.el.
8501
8502 * filecache.el: Minibuffer map bindings moved to bindings.el.
8503
8504 2007-11-21 Jason Rumney <jasonr@gnu.org>
8505
8506 * international/mule-cmds.el (set-locale-environment):
8507 Set default-file-name-coding-system from system defaults on Windows.
8508
8509 2007-11-21 Jason Rumney <jasonr@gnu.org>
8510
8511 * term/w32console.el: New term init file for w32 console.
8512
8513 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
8514 (x-setup-function-keys): Likewise, replacing top-level key definitions.
8515 (w32-tty-standard-colors): Move to term/w32console.el.
8516
8517 * term/w32-win.el (x-setup-function-keys): Remove.
8518
8519 * term/tty-colors.el (tty-register-default-colors): Remove special
8520 case for w32.
8521
8522 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
8523
8524 * frame.el (msdos-mouse-p):
8525 * generic-x.el (w32-shell-name):
8526 * files.el (msdos-long-file-names, w32-long-file-name)
8527 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
8528 (dos-8+3-filename, vms-read-directory, view-mode-disable):
8529 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
8530 (mac-resume-apple-event, mac-font-panel-mode)
8531 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
8532 (mac-clear-font-name-table):
8533 * term/pc-win.el (msdos-remember-default-colors)
8534 (w16-set-clipboard-data, w16-get-clipboard-data):
8535 * term/w32-win.el (w32-send-sys-command, w32-select-font)
8536 (set-message-beep):
8537 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
8538 (w32-get-locale-info, w32-get-valid-locale-ids)
8539 (w32-set-clipboard-data):
8540 * help-fns.el (ad-get-advice-info):
8541 * font-lock.el (fast-lock-after-fontify-buffer)
8542 (fast-lock-after-unfontify-buffer, fast-lock-mode)
8543 (lazy-lock-after-fontify-buffer)
8544 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
8545 * net/browse-url.el (w32-shell-execute):
8546 * dos-fns.el (int86, msdos-long-file-names):
8547 * dos-w32.el (default-printer-name): Declare as functions.
8548
8549 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
8550
8551 * textmodes/paragraphs.el (forward-sentence): Doc fix.
8552 Reported by Drew Adams <drew.adams@oracle.com>.
8553
8554 2007-11-20 Jason Rumney <jasonr@gnu.org>
8555
8556 * term/w32-win.el (x-setup-function-keys): Protect against
8557 multiple calls on the same terminal.
8558
8559 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
8560
8561 * term/mac-win.el (x-setup-function-keys): Only setup
8562 local-function-key-map if it has not been setup already for the
8563 current frame. Move the suspend-emacs processing here.
8564
8565 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
8566
8567 * progmodes/grep.el (xargs-program): New variable.
8568 (grep-compute-defaults): Use it.
8569 (grep-default-command): Doc fix.
8570 (grep, lgrep, rgrep): Reflow docstrings.
8571
8572 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
8573
8574 * vc.el (vc-find-revision): Set the parent buffer.
8575 Use when instead of if.
8576
8577 * progmodes/python.el (info-lookup-maybe-add-help):
8578 * progmodes/ps-mode.el (doc-view-minor-mode):
8579 * mail/emacsbug.el (Info-menu, Info-goto-node):
8580 * emulation/viper-keym.el (viper-ex)
8581 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
8582 * emulation/viper-cmd.el (widget-type, widget-button-press)
8583 (viper-set-hooks):
8584 * emacs-lisp/tcover-unsafep.el (unsafep-function):
8585 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
8586 (ses-load, ses-vector-delete, ses-create-header-string)
8587 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
8588 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
8589
8590 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8591
8592 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
8593
8594 2007-11-20 Glenn Morris <rgm@gnu.org>
8595
8596 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
8597 for end of function-name. Handle define-derived-mode.
8598
8599 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
8600
8601 * progmodes/idlw-help.el: Require browse-url unconditionally, it
8602 is available by default.
8603 (idlwave-help-browse-url-available): Change default to t.
8604
8605 * emulation/edt.el (defgroup, defcustom): Remove definition.
8606 (eval-when-compile): Remove.
8607 (c-mark-function):
8608 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
8609 * textmodes/fill.el (comment-search-forward)
8610 (comment-string-strip):
8611 * progmodes/prolog.el (comint-mode, comint-send-string)
8612 (comint-send-region, comint-send-eof):
8613 * progmodes/dcl-mode.el (imenu-default-create-index-function):
8614 * emulation/viper-util.el (viper-forward-Word):
8615 * emulation/vi.el (c-mark-function):
8616 * emulation/edt-vt100.el (vt100-wide-mode):
8617 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
8618
8619 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
8620
8621 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
8622 Still some tuning in case of an echoing shell.
8623 (tramp-send-command): Connection property "remote-echo" is not
8624 persistent; cache key is the process therefore.
8625
8626 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
8627
8628 * replace.el (map-query-replace-regexp): Doc fix (revert part of
8629 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
8630
8631 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
8632
8633 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
8634 * play/yow.el (doctor-ret-or-read):
8635 * vc-hooks.el (vc-dired-resynch-file):
8636 * vc-hg.el (log-view-get-marked):
8637 * smerge-mode.el (ediff-cleanup-mess):
8638 * pcvs.el (vc-editable-p, vc-checkout):
8639 * pcomplete.el (comint-bol):
8640 * informat.el (texinfo-format-refill):
8641 * ido.el (tramp-tramp-file-p):
8642 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
8643 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
8644 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
8645 functions.
8646
8647 * textmodes/ispell.el (ispell-int-char): Make it a defalias
8648 instead of fset.
8649 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
8650
8651 * ido.el (ido-file-internal): Move with-no-warnings to include the
8652 ffap-string-at-point call.
8653
8654 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
8655
8656 * vc-hg.el (vc-hg-revision-table): Fix last change.
8657
8658 2007-11-19 Martin Rudalics <rudalics@gmx.at>
8659
8660 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
8661 clipboard-yank when the buffer is read-only.
8662
8663 * cus-edit.el (custom-field-keymap): Move to other Custom mode
8664 keymaps such that it's before the definition of Custom-mode-menu.
8665 (Custom-mode-menu): Show it for custom-field-keymap too.
8666
8667 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
8668
8669 * progmodes/gdb-ui.el: Update commentary.
8670
8671 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
8672
8673 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
8674
8675 2007-11-19 Glenn Morris <rgm@gnu.org>
8676
8677 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
8678 does not exist, try adding `.el' extension. Also search for defsubsts.
8679
8680 * cus-edit.el (recentf-expand-file-name):
8681 * dired.el (dired-relist-entry):
8682 * subr.el (w32-shell-dos-semantics):
8683 * emacs-lisp/bytecomp.el (compilation-forget-errors):
8684 Declare as functions.
8685
8686 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8687
8688 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
8689 (prepare-abbrev-list-buffer): Use dolist.
8690 (clear-abbrev-table): Preserve properties.
8691
8692 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
8693
8694 * textmodes/texinfmt.el (texinfo-format-printindex):
8695 Collect combined indexes using texinfo-short-index-format-cmds-alist.
8696 Reported on <bug-texinfo@gnu.org>.
8697
8698 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
8699
8700 * net/tramp.el (tramp-completion-reread-directory-timeout):
8701 New defcustom.
8702 (tramp-handle-file-name-all-completions): Flush directory contents
8703 from cache regularly.
8704 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
8705 (tramp-open-connection-setup-interactive-shell):
8706 Call `tramp-cleanup-connection' via funcall.
8707
8708 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
8709 created when copying.
8710
8711 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
8712
8713 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
8714 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
8715 * eshell/esh-ext.el (eshell-external-command):
8716 * eshell/esh-cmd.el (require):
8717 * eshell/em-unix.el (eshell-plain-locate-behavior):
8718 * eshell/em-cmpl.el (eshell-cmpl-initialize):
8719 Replace eshell-under-xemacs-p with (featurep 'xemacs).
8720 * eshell/esh-mode.el (characterp, char-int): Remove unused
8721 conditional defaliases.
8722
8723 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
8724 Rename from event-matches-key-specifier-p, define unconditionally.
8725 (event-basic-type): Remove unused defalias.
8726 (pcomplete-show-completions):
8727 Use pcomplete-event-matches-key-specifier-p.
8728
8729 2007-11-17 Eli Zaretskii <eliz@gnu.org>
8730
8731 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
8732 when saving esh-groups.el.
8733
8734 2007-11-17 Martin Rudalics <rudalics@gmx.at>
8735
8736 * wid-edit.el (widget-default-complete):
8737 * progmodes/flymake.el (flymake-goto-file-and-line):
8738 Fix typo in (doc-)string.
8739
8740 2007-11-17 Glenn Morris <rgm@gnu.org>
8741
8742 * emacs-lisp/byte-run.el (declare-function): New macro.
8743 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
8744 New function, byte-hunk-handler for declare-function.
8745 (byte-compile-callargs-warn): Handle declared functions.
8746
8747 * emacs-lisp/check-declare.el: New file.
8748 * Makefile.in (check-declare): New target.
8749
8750 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
8751
8752 * subr.el (process-lines): Move here from ../admin/admin.el.
8753 * emacs-lisp/authors.el (authors-process-lines): Remove.
8754 (authors): Use process-lines rather than authors-process-lines.
8755
8756 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
8757 Remove these files.
8758
8759 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
8760
8761 * emacs-lisp/backquote.el (backquote):
8762 Improve argument/docstring consistency.
8763
8764 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
8765 (ring-length, ring-empty-p): Use c[ad]dr.
8766 (ring-plus1): Use `1+'.
8767 (ring-minus1): Use `zerop'.
8768 (ring-remove): Use c[ad]dr. Use `when'.
8769 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
8770 (ring-ref): Use `let', not `let*'.
8771 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
8772 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
8773 (ring-member): Simplify. Doc fix.
8774 (ring-convert-sequence-to-ring): Simplify.
8775
8776 2007-11-17 Juri Linkov <juri@jurta.org>
8777
8778 * dired-aux.el (dired-create-directory): Allow creating
8779 a directory of an arbitrary depth. Add a loop to find the topmost
8780 nonexistent parent dir `new', and call `dired-add-file' on it.
8781 Set the `PARENTS' arg of `make-directory' to t.
8782
8783 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
8784
8785 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
8786 (math-build-parse-table): Get parse information from math-parse-table.
8787
8788 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8789
8790 * window.el (recenter-last-op): New var.
8791 (recenter-top-bottom): New command.
8792 (global-map): Bind it to C-l.
8793
8794 * abbrev.el (abbrev--write): Fix error in transcription from C.
8795
8796 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
8797 (pc-select-ensure-mark): Set mark-active to a special value instead.
8798 Rename from ensure-mark. Update call callers.
8799 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
8800 Rewrite. Update all callers.
8801 (pc-selection-mode): Remove redundant var declaration.
8802
8803 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
8804
8805 * doc-view.el (doc-view-search-backward, doc-view-search):
8806 Fix assignment to free variable bug.
8807
8808 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
8809
8810 * emulation/pc-select.el (pc-select-shifted-mark): New var.
8811 (ensure-mark): Set it.
8812 (maybe-deactivate-mark): New fun.
8813 Use it everywhere instead of (setq mark-active nil).
8814
8815 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
8816
8817 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
8818 Add check for XEmacs.
8819
8820 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
8821
8822 * doc-view.el (doc-view-resolution): Add missing :group.
8823
8824 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
8825
8826 * subr.el (make-variable-frame-local):
8827 Fix typo in obsolescence declaration.
8828
8829 2007-11-16 Werner Lemberg <wl@gnu.org>
8830
8831 * files.el (set-auto-mode-1): Check second line for -*- if file
8832 starts with '\" (which is used by man pages to identify needed
8833 troff preprocessors).
8834
8835 2007-11-16 Glenn Morris <rgm@gnu.org>
8836
8837 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
8838
8839 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
8840
8841 * calc/calc-lang.el (math-oper-table): Fix typo.
8842 Reduce precedence of "/" for TeX.
8843
8844 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
8845
8846 2007-11-16 Juri Linkov <juri@jurta.org>
8847
8848 * dired-aux.el (dired-read-shell-command-default): New function.
8849 (dired-read-shell-command): Use its return value for DEFAULT arg.
8850
8851 * replace.el (keep-lines-read-args, occur-read-primary-args):
8852 Use a list of default values for DEFAULT arg of read-from-minibuffer.
8853
8854 * man.el (Man-heading-regexp): Add 0-9.
8855 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
8856
8857 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8858
8859 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
8860 (doc-view-resolution): New custom var.
8861 (doc-view-pdf/ps->png): Use it.
8862 (doc-view-shrink-factor): New var.
8863 (doc-view-enlarge, doc-view-shrink): New commands.
8864 (doc-view-mode-map): Use them.
8865
8866 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
8867
8868 * ediff-wind.el (ediff-window-setup-function):
8869 * simple.el (normal-erase-is-backspace):
8870 * eshell/em-unix.el (eshell/info):
8871 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
8872 Fix typos in docstrings.
8873
8874 * emulation/cua-base.el (cua--keymaps-initialized):
8875 Rename from `cua--keymaps-initalized'. Callers changed.
8876 (cua-highlight-region-shift-only): Doc fix.
8877 (cua-paste-pop): Fix typo in docstring.
8878
8879 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8880
8881 * emulation/cua-base.el (cua--pre-command-handler-1):
8882 Use input-decode-map instead of function-key-map.
8883 Use event-modifiers now that it works reliably.
8884
8885 * vc.el (vc-diff-internal): Pop-to-buffer later.
8886
8887 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
8888
8889 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
8890 did not touch them.
8891
8892 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
8893
8894 * calc/calc-menu.el: New file.
8895 * calc/calc.el (calc-mode): Require calc-menu.
8896
8897 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
8898
8899 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
8900
8901 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
8902
8903 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
8904 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
8905 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
8906 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
8907 locations.
8908 (gdb-info-breakpoints-custom, gdb-assembler-custom)
8909 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
8910 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
8911
8912 2007-11-13 Noah Friedman <friedman@splode.com>
8913
8914 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
8915 bindings to remap when `calc-scan-for-dels' is non-nil.
8916
8917 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8918
8919 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
8920 constant forms.
8921 (byte-compile-nilconstp): New function.
8922 (byte-optimize-cond): Kill subsequent branches when a branch is
8923 know to be taken or not taken.
8924 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
8925
8926 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
8927
8928 * vc.el (vc-register): Allow registering a file passed as a
8929 parameter instead of just the current buffer.
8930
8931 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
8932
8933 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
8934 Check whether the output of "uname -sr" has been changed.
8935
8936 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8937
8938 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
8939 patterns from compilation-perl.el and compilation-weblint.el files.
8940
8941 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8942
8943 * progmodes/compilation-perl.el:
8944 * progmodes/compilation-weblint.el: Disable autoloads, they cause
8945 a bootstrap failure.
8946
8947 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
8948 instead of doing "cvs diff" in order to avoid accessing the repository.
8949
8950 2007-11-12 Kevin Ryde <user42@zip.com.au>
8951
8952 * progmodes/compilation-perl.el:
8953 * progmodes/compilation-weblint.el: New files.
8954
8955 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
8956
8957 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
8958 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
8959 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
8960 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
8961 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
8962 Rewrite in active voice.
8963
8964 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
8965
8966 * doc-view.el: Add comments about isearch support.
8967
8968 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8969
8970 * vc.el (vc-start-entry): Fix setting the in the case the function
8971 is called from vc-dired. Use when instead of if where appropriate.
8972
8973 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8974
8975 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
8976 to be a list.
8977 (ps-begin-job): Error if ps-lpr-switches is not a list.
8978
8979 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8980
8981 * faces.el (face-normalize-spec): Remove function.
8982 (frame-set-background-mode): Undo last change.
8983
8984 2007-11-10 Jason Rumney <jasonr@gnu.org>
8985
8986 * w32-fns.el: Sync charset names with setup-default-fontset.
8987 Append "-1" where second part missing.
8988
8989 2007-11-10 Juri Linkov <juri@jurta.org>
8990
8991 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
8992 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
8993
8994 * custom.el (custom-note-var-changed): Remove the `interactive'
8995 spec from this new non-interactive function.
8996
8997 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
8998
8999 * doc-view.el (doc-view-mode-map, doc-view-menu)
9000 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
9001 (doc-view-search-backward): New function.
9002 (doc-view-search): Query new regexp if prefix arg is given, else
9003 jump to next/previous match.
9004 (doc-view-mode): Handle compressed files.
9005 (jka-compr): Required for compressed files.
9006
9007 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
9008
9009 * replace.el (query-replace-show-replacement): New defcustom.
9010 (perform-replace): Use `match-substitute-replacement' if
9011 `query-replace-show-replacement' is non-nil.
9012
9013 2007-11-10 David Kastrup <dak@gnu.org>
9014
9015 * subr.el (match-substitute-replacement): New function.
9016
9017 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
9018
9019 * files.el (auto-mode-alist): Select org-mode for files with the
9020 extension ".org".
9021
9022 2007-11-10 Martin Rudalics <rudalics@gmx.at>
9023
9024 * help.el (help-window, help-window-point-marker): New variables.
9025 (help-window-select): New option.
9026 (with-help-window): New macro for displaying help windows.
9027 (help-window-display-message, help-window-setup-finish)
9028 (help-window-setup): New functions used for setting up help windows.
9029 (print-help-return-message): Reset help-window to nil.
9030 (view-lossage): Use with-help-window instead of
9031 with-output-to-temp-buffer and move help-window-point-marker after
9032 inserted text.
9033 (describe-bindings, describe-key, describe-mode): Use
9034 with-help-window instead of with-output-to-temp-buffer.
9035
9036 * help-mode.el (help-mode): Set view-exit-action to bury the
9037 buffer instead of fiddling with windows. Simplify code.
9038 (help-mode-finish): When help-window eqs t set it to the selected
9039 window and have with-help-window set up view-return-to-alist.
9040 (help-buffer): Add autoload cookie.
9041
9042 * view.el (view-remove-frame-by-deleting): Change default value to t.
9043 Add autoload cookie.
9044 (view-exit-action, view-file, view-file-other-window)
9045 (view-file-other-frame, view-buffer, view-buffer-other-window)
9046 (view-buffer-other-frame): Rewrite doc strings.
9047 (view-return-to-alist-update): New function to remove stale entries
9048 from view-return-to-alist.
9049 (view-mode-enter): Rewrite doc string and simplify code.
9050 (view-mode-exit): Handle new case 'keep-frame. Don't reset
9051 view-exit-action to nil. Simplify code and rewrite doc string.
9052
9053 * apropos.el (apropos-describe-plist):
9054 * descr-text.el (describe-char):
9055 * disp-table.el (describe-display-table):
9056 * faces.el (list-faces-display, describe-face):
9057 * facemenu.el (list-colors-display):
9058 * help-fns.el (describe-function, describe-variable)
9059 (describe-syntax, describe-categories):
9060 Use with-help-window instead of with-output-to-temp-buffer.
9061
9062 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
9063
9064 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
9065 Optimize (featurep 'emacs) to t.
9066
9067 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
9068 New function.
9069 (byte-compile-maybe-guarded): Use it to also look for bound
9070 symbols inside `and' forms. Comment out non-working code that was
9071 trying to avoid warnings for XEmacs code.
9072
9073 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
9074
9075 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
9076 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
9077 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
9078 (vc-cvs-annotate-command):
9079 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
9080 is bound, it always is.
9081
9082 2007-11-10 Jason Rumney <jasonr@gnu.org>
9083
9084 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
9085 setup here from global scope.
9086
9087 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
9088
9089 * ido.el (ido-save-history): Save the history file in UTF-8, not
9090 the current filename coding system.
9091
9092 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9093
9094 * simple.el (interprogram-cut-function, interprogram-paste-function):
9095 Don't make them frame-local any more.
9096
9097 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
9098 Don't set interprogram-(cut|paste)-function on each frame.
9099
9100 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
9101 Make them work in tty frames.
9102 (interprogram-cut-function, interprogram-paste-function):
9103 Set them globally.
9104
9105 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
9106
9107 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
9108 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
9109 (iso-iso2duden-trans-tab): Add docstring.
9110
9111 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9112
9113 * abbrev.el (define-abbrev-table): Record the variable definition.
9114
9115 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
9116 New function.
9117
9118 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9119
9120 * ps-print.el: Clean the code for checking suitable Emacs version.
9121 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
9122 (ps-print-version): New version 6.8.1.
9123
9124 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
9125
9126 * files.el (enable-local-variables): Doc fix.
9127
9128 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
9129
9130 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
9131
9132 2007-11-09 Sven Joachim <svenjoac@gmx.de>
9133
9134 * dired-aux.el (dired-copy-file-recursive):
9135 Preserve directory permissions.
9136
9137 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
9138
9139 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
9140 (whitespace-unload-function): New-style unload function. When run,
9141 unintern `whitespace-unload-hook' and call `unload-feature' recursively
9142 to stop the old hook from messing with the unloading.
9143
9144 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
9145
9146 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
9147 (elp-unset-master, elp-results): Fix typos.
9148 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
9149 Doc fixes.
9150
9151 * msb.el (msb--many-menus): Remove variable.
9152 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
9153 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
9154 (msb--toggle-menu-type): Fix typos in docstrings.
9155
9156 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
9157 (shadow-insert-var): Doc fixes.
9158 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
9159 Reflow docstrings.
9160 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
9161
9162 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
9163
9164 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
9165 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
9166 Fix typos in autoload docstrings.
9167
9168 2007-11-09 Richard Stallman <rms@gnu.org>
9169
9170 * savehist.el (savehist-save): Obey savehist-ignored-variables.
9171
9172 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
9173
9174 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
9175 (gdb-var-update-handler-1): Use it.
9176
9177 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
9178
9179 * loadhist.el (unload-feature): Remove erroneous check for the
9180 FEATURE-unload-function variable; check the existence of the
9181 function (that's what the docstring says, and it makes more sense).
9182
9183 * follow.el (follow-unload-function): Add docstring.
9184 (follow-unload-function): Remove variable.
9185
9186 * server.el (server-unload-function): Remove variable.
9187 (server-unload-function): Unbind `server-edit' from `C-x #'.
9188
9189 * ses.el (ses-unload-function): New function.
9190
9191 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
9192
9193 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
9194 (unsafep-progn, unsafep-let): Fix typos in docstrings.
9195
9196 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
9197 before use to avoid a warning in packages that require uniquify.
9198 (uniquify-unload-function): New function and var.
9199
9200 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
9201
9202 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
9203 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
9204 (ediff-current-diff-A, ediff-current-diff-B)
9205 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
9206 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
9207 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
9208 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
9209 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
9210 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
9211 (ediff-setup-windows-plain-merge)
9212 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
9213 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
9214 * ediff-util.el (ediff-setup-keymap, )
9215 (ediff-toggle-wide-display, ediff-toggle-multiframe)
9216 (ediff-toggle-use-toolbar, ediff-really-quit)
9217 (ediff-good-frame-under-mouse)
9218 (ediff-highlight-diff-in-one-buffer)
9219 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
9220 (ediff-make-bullet-proof-overlay):
9221 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
9222 (ediff-set-meta-overlay):
9223 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
9224 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
9225 ediff-emacs-p with their former definitions.
9226
9227 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
9228 (viper-has-face-support-p, viper-inactivate-input-method)
9229 (viper-activate-input-method)
9230 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
9231 * emulation/viper-mous.el (viper-multiclick-timeout)
9232 (viper-surrounding-word, viper-mouse-click-insert-word)
9233 (viper-mouse-click-search-word, viper-parse-mouse-key):
9234 * emulation/viper-macs.el (viper-char-array-to-macro):
9235 * emulation/viper.el (viper-go-away, viper-set-hooks)
9236 (viper-non-hook-settings):
9237 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
9238 (viper-get-saved-cursor-color-in-insert-mode)
9239 (viper-get-saved-cursor-color-in-emacs-mode)
9240 (viper-check-version, viper-get-visible-buffer-window)
9241 (viper-file-checked-in-p, viper-set-replace-overlay)
9242 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
9243 (viper-check-minibuffer-overlay, viper-read-key-sequence)
9244 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
9245 with their former definitions.
9246 (viper-eventify-list-xemacs): Only do work for XEmacs.
9247 (viper-set-unread-command-events): Only do work for Emacs.
9248 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
9249 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
9250 (viper-overlay-get, viper-overlay-put, viper-read-event)
9251 (viper-characterp, viper-int-to-char, viper-get-face)
9252 (viper-color-defined-p, viper-iconify): New defaliases replacing
9253 the old fsets.
9254
9255 * progmodes/fortran.el (comment-region-function)
9256 (uncomment-region-function): Pacify byte compiler.
9257
9258 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
9259
9260 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
9261
9262 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
9263 `process-environment'.
9264
9265 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
9266
9267 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
9268 match dir like "a...b".
9269
9270 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9271
9272 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
9273
9274 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
9275
9276 * net/tramp.el (tramp-handle-substitute-in-file-name):
9277 Don't expand the remote connection identification.
9278 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9279 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
9280 before calling stty.
9281
9282 * net/tramp-cache.el (tramp-cache-print)
9283 (tramp-dump-connection-properties): Fix docstring.
9284 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
9285
9286 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
9287
9288 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
9289 remote connection identification when setting connection property.
9290
9291 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
9292 "//" substitutes only in the local filename part.
9293
9294 2007-11-07 David Hansen <david.hansen@gmx.net>
9295
9296 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
9297
9298 2007-11-07 Glenn Morris <rgm@gnu.org>
9299
9300 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
9301 Remove superfluous concats. Move final set-buffer to
9302 non-emacs-specific code.
9303
9304 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
9305
9306 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
9307
9308 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
9309
9310 * eshell/esh-mode.el (eshell-output-filter):
9311 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
9312 Use `with-current-buffer'.
9313
9314 2007-11-07 Andreas Schwab <schwab@suse.de>
9315
9316 * server.el (server-start): Only register cleanup after server was
9317 started.
9318
9319 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
9320
9321 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
9322
9323 * net/tramp-cache.el (tramp-cache-print): Move down.
9324 (tramp-cache-list-connections): New defun.
9325
9326 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
9327
9328 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
9329
9330 * ido.el (ido-save-history): Write the history file in the current
9331 filename coding system, and add `coding' file-local variable.
9332
9333 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
9334
9335 * textmodes/org.el (org-table-formula-substitute-names):
9336 Remove forgotten temporary debugging code.
9337
9338 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
9339
9340 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
9341 the prompt.
9342
9343 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
9344
9345 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
9346
9347 2007-11-05 Simon Josefsson <simon@josefsson.org>
9348
9349 * net/tls.el (tls-end-of-info): Doc fix.
9350
9351 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
9352
9353 * international/utf-7.el (utf-7-imap): New coding system.
9354 (utf-7-imap-post-read-conversion): New function.
9355 (utf-7-imap-pre-write-conversion): New function.
9356
9357 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
9358
9359 * abbrev.el (abbrev--write): Fix up typo.
9360
9361 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
9362
9363 * abbrev.el (define-abbrev-table): Doc fix.
9364
9365 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
9366
9367 * info.el (Info-revert-buffer-function): New func.
9368 (Info-mode): Arrange to use it for reverting.
9369 (Info-copy-current-node-name): Add space between filename and nodename.
9370
9371 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9372
9373 * abbrev.el (expand-abbrev): Move point back to expansion's end.
9374
9375 2007-11-04 Glenn Morris <rgm@gnu.org>
9376
9377 * net/tls.el: Don't require rx when compiling.
9378 (tls-end-of-info): Rewrite without using rx.
9379 (open-tls-stream): Use with-current-buffer.
9380
9381 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
9382
9383 * net/tls.el: Require rx when compiling.
9384 (tls-end-of-info): New variable.
9385 (open-tls-stream): Keep reading input until `tls-end-of-info' is
9386 matched.
9387
9388 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
9389
9390 * register.el (append-to-register, prepend-to-register):
9391 Don't signal error on empty register; use the text, instead.
9392
9393 2007-11-03 Michael Olson <mwolson@gnu.org>
9394
9395 * textmodes/remember.el (remember-buffer):
9396 Use define-obsolete-function-alias rather than defalias.
9397
9398 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
9399
9400 * simple.el (bad-packages-alist): Anchor semantic regexp.
9401
9402 2007-11-03 Glenn Morris <rgm@gnu.org>
9403
9404 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
9405 if defined, for blank lines. Doc fix.
9406
9407 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
9408 (fortran-mode): Set values for comment-region-function,
9409 uncomment-region-function and comment-insert-comment-function.
9410 (fortran-uncomment-region): New function.
9411
9412 * textmodes/nroff-mode.el (nroff-mode):
9413 Set comment-insert-comment-function rather than indent-line-function.
9414 (nroff-indent-line-function): Remove.
9415 (nroff-insert-comment-function): New function.
9416
9417 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
9418
9419 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
9420
9421 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
9422
9423 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
9424
9425 * emulation/viper-cmd.el (viper-prev-destructive-command)
9426 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
9427 copy-sequence.
9428
9429 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
9430 Got rid of ediff-copy-list.
9431
9432 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
9433 use face-name.
9434 (ediff-test-utility, ediff-diff-mandatory-option)
9435 (ediff-reset-diff-options): Remove to simplify the mandatory option
9436 handling on Windows.
9437 (ediff-set-diff-options): Add.
9438 (ediff-diff-options): Set "--binary" option as default in some cases.
9439
9440 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
9441 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
9442 ediff-vc-working-revision. Require vc-hooks.
9443
9444 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
9445
9446 * files.el (hack-local-variables): Fix membership tests to avoid
9447 treating all variables as safe if `enable-local-variables' is
9448 set to :safe (CVE-2007-5795).
9449
9450 2007-11-02 Glenn Morris <rgm@gnu.org>
9451
9452 * newcomment.el (comment-indent): Let comment-insert-comment-function,
9453 if defined, do all the work of inserting a new comment.
9454
9455 * progmodes/etags.el (tags-table-mode): Disable undo.
9456
9457 * simple.el (bad-packages-alist): Revert previous change.
9458
9459 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
9460
9461 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
9462
9463 * obsolete/lselect.el: Do not warn about unknown functions.
9464
9465 2007-11-02 Michael Olson <mwolson@gnu.org>
9466
9467 * textmodes/remember.el (remember-buffer): Make this an alias of
9468 remember-finalize, because Org uses it.
9469
9470 2007-11-01 Michael Olson <mwolson@gnu.org>
9471
9472 * textmodes/remember.el: Improve documentation in heading.
9473 (remember-before-remember-hook): Turn into a customizable option.
9474 (remember): Document INITIAL argument.
9475 (remember-region): Remove autoload cookie. Improve docstring to
9476 mention that it is called from the *Remember* buffer, and does not
9477 have any functional overlap with the `remember' function.
9478 (remember-finalize): Remove autoload cookie. Rename from
9479 remember-buffer to emphasize that this does not have any
9480 functional overlap with the `remember' function.
9481 (remember-destroy): Remove autoload cookie.
9482 (remember-mode-map): Define and initialize in one step.
9483 (remember-mode): Improve docstring.
9484 (remember-annotation-functions): Default to just '(buffer-file-name),
9485 and don't try to take the default value from Planner.
9486
9487 2007-11-01 Glenn Morris <rgm@gnu.org>
9488
9489 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
9490
9491 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
9492
9493 * emacs-lisp/authors.el (authors-scan-change-log)
9494 (authors-scan-el): Don't enable local eval; enable only safe local
9495 variables, without querying.
9496
9497 * mail/footnote.el (footnote-numeric-regexp)
9498 (footnote-english-upper-regexp, footnote-english-lower-regexp)
9499 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
9500 Match multi-character footnotes.
9501
9502 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
9503 (nroff-indent-line-function): New function.
9504 (nroff-count-text-lines): Use nroff-forward-text-line rather than
9505 obsolete alias.
9506
9507 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
9508
9509 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
9510 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
9511 (rcirc-print): Only update the line count when not marking the
9512 line as omittable.
9513 (rcirc-log-write): Specify coding system when writing logfile.
9514 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
9515
9516 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
9517
9518 * printing.el (printing): Fix :version, printing.el was included
9519 for in emacs-22.1.
9520 (pr-path-style, pr-path-alist, pr-txt-name)
9521 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
9522 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
9523 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
9524 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
9525 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
9526 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
9527 (pr-setting-database, pr-visible-entry-list)
9528 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
9529 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
9530
9531 * ediff-util.el (ediff-nuke-selective-display): Move definition to
9532 top level, make it dependent on the emacs flavor.
9533
9534 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
9535 Test for XEmacs not for itimer.
9536
9537 * term/sun-mouse.el:
9538 * obsolete/sun-fns.el:
9539 * obsolete/sun-curs.el: Remove files.
9540
9541 * term/sun.el (select-previous-complex-command): Remove obsolete code.
9542
9543 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
9544
9545 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
9546 was given to concat.
9547
9548 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9549
9550 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
9551 used normally for goto-line. Change `g' to revert the buffer.
9552 Add redundant `r' binding for buffer-revert.
9553
9554 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
9555 (mail-abbrevs-setup): Use abbrev-expand-functions.
9556 (build-mail-abbrevs): Use with-temp-buffer.
9557 (define-mail-abbrev): Simplify.
9558 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
9559 Change it for use on abbrev-expand-functions.
9560 (mail-abbrev-complete-alias): Use with-syntax-table.
9561
9562 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
9563
9564 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
9565 directly. Fix bug in deleting temp file.
9566
9567 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9568
9569 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
9570 Merge defvar and define-abbrev-table.
9571 (def-python-skeleton): Use :case-fixed and :enable-function.
9572 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
9573 Remove.
9574 (python-mode): Don't modify pre-abbrev-expand-hook.
9575
9576 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
9577
9578 * ediff-util.el (ediff-file-checked-out-p)
9579 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
9580
9581 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9582
9583 * abbrev.el (abbrev-symbol): Correct let->let*.
9584 (abbrev--before-point): Only use abbrev-start-location if before point.
9585
9586 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
9587
9588 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
9589 (strokes-unload-hook): Remove function and variable.
9590 (strokes-unload-function): New-style unload function, adapted
9591 from `strokes-unload-hook'.
9592
9593 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
9594 (cl-unload-hook): Remove variable.
9595 (cl-unload-function): New-style unload function, adapted
9596 from `cl-cannot-unload'.
9597
9598 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
9599 (elp-unload-function): New-style unload function, adapted
9600 from `elp-unload-hook'.
9601
9602 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
9603
9604 * emacs-lisp/find-func.el (find-library): Use library at
9605 point as default interactive argument.
9606
9607 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
9608
9609 * shadowfile.el (shadow-join): Remove.
9610 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
9611 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
9612 (shadowfile-unload-hook): Remove function and variable.
9613 (shadowfile-unload-function): New-style unload function, adapted
9614 from `shadowfile-unload-hook'.
9615
9616 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
9617
9618 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
9619 only if it is bound.
9620
9621 * textmodes/reftex.el: Move autoloads for before all uses.
9622 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
9623 (reftex-delete-overlay): Move to the top level with the condition
9624 in the body.
9625
9626 * progmodes/simula.el: Use when instead of if.
9627
9628 * iimage.el (iimage-locate-file): Define unconditionally.
9629
9630 * mail/mailabbrev.el (mail-abbrev-next-line):
9631 * emulation/vip.el (vip-enlarge-region, vip-line)
9632 (vip-next-line-at-bol, vip-previous-line)
9633 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
9634 Wrap with-no-warnings around uses of next-line and previous-line.
9635
9636 * ediff.el (run-ediff-from-cvs-buffer):
9637 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
9638 Remove function not used by pcl-cvs anymore.
9639 (noninteractive, generic-sc-get-latest-rev)
9640 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
9641 Delete support for long obsolete generic-sc.el.
9642
9643 2007-10-31 Glenn Morris <rgm@gnu.org>
9644
9645 * cvs-status.el: No longer require pcvs when compiling.
9646
9647 * doc-view.el (doc-view-conversion-refresh-interval)
9648 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
9649 (doc-view-reset-slice): Doc fixes.
9650 (doc-view-menu): Remove deleted function doc-view-edit-doc.
9651
9652 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
9653
9654 * help-at-pt.el (help-at-pt-unload-hook): Remove.
9655 Timers are automatically canceled by `unload-feature'.
9656
9657 * delsel.el (delsel-unload-hook): Remove function and variable.
9658 (delsel-unload-function): New-style unload function, adapted
9659 from `delsel-unload-hook'.
9660
9661 * msb.el (msb-unload-hook): Remove function and variable.
9662 (msb-unload-function): New-style unload function, adapted from
9663 `msb-unload-hook'.
9664
9665 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
9666
9667 * desktop.el (uniquify-managed): Pacify byte compiler.
9668 (desktop-buffer-info): If the buffer name is managed by uniquify,
9669 save the base name, not the uniquified one.
9670 (desktop-create-buffer): Allow `rename-buffer' to generate a new
9671 name in case of conflict.
9672
9673 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * doc-view.el: Use expand-file-name rather than concat.
9676 (doc-view-cache-directory): Add the UID so multiple users won't clash.
9677 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
9678 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
9679 (doc-view-toggle-display): Use an overlay over the whole buffer so as
9680 not to have to touch the buffer's content.
9681 (doc-view-initiate-display): New function, extracted from doc-view-mode.
9682 (doc-view-mode): Use it. Don't mark as a special mode.
9683 Put the page numbers in the modeline.
9684 Set up the overlay. Hide the cursor. Run the mode hook.
9685 Use after-revert-hook rather than revert-buffer-function.
9686 (doc-view-search-internal): Fix typo.
9687 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
9688 image-cache flush.
9689 (doc-view-reconvert-doc): Don't reset the whole mode.
9690 (doc-view-make-safe-dir): New function.
9691 (doc-view-current-cache-dir): Use it.
9692
9693 2007-10-30 Jason Rumney <jasonr@gnu.org>
9694
9695 * time.el (display-time-world-list): Test for zoneinfo support.
9696
9697 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
9698
9699 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
9700
9701 * net/tramp-cache.el (tramp-flush-file-function): Check also
9702 `default-directory' if `buffer-file-name' does not return a
9703 string. Added to `eshell-pre-command-hook'.
9704
9705 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * doc-view.el (doc-view-current-doc): Remove.
9708 Replace all uses by buffer-file-name.
9709 (doc-view-menu): New menu.
9710 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
9711 unused var `doc'.
9712 (doc-view-sort): Simplify.
9713 (doc-view-buffer-message): Don't change buffer-modified-p.
9714 (doc-view-mode): Change it here instead.
9715 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
9716 Don't modify the global value of revert-buffer-function.
9717
9718 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
9719 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
9720 (image-toggle-display): Take overlays into account and don't assume
9721 point-min==1.
9722
9723 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
9724
9725 * vc.el (vc-annotate): Fix omission bug:
9726 Specify value for vc-sentinel-movepoint.
9727
9728 2007-10-30 Michael Olson <mwolson@gnu.org>
9729
9730 * textmodes/remember.el (remember-mode-hook)
9731 (remember-handler-functions, remember-annotation-functions):
9732 Add additional items as options, including some Org functions.
9733
9734 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
9735
9736 * doc-view.el: Remove cl-dependency.
9737 (doc-view-buffer-message): Mention new binding K.
9738 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
9739 instead of variable.
9740 (doc-view-current-cache-dir): Better cache dir naming.
9741 (doc-view-current-display): Remove variable.
9742 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
9743 (doc-view-kill-proc): Set converter process to nil.
9744 (doc-view-minor-mode): New minor mode.
9745 (doc-view-minor-mode-map): New keymap.
9746 (doc-view-mode): Remove text/image switching code. Use plain defun.
9747 (doc-view-mode-map): New binding K kills converter process.
9748 Remove C-c C-e binding.
9749 (doc-view-mode-text-map): Remove keymap.
9750 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
9751 d-v-display-maybe.
9752 (doc-view-previous-major-mode): New variable.
9753 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
9754 (doc-view-remove-if): New function.
9755 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
9756 (doc-view-toggle-display): Toggle modes instead of display styles.
9757 (doc-view-reconvert-doc): Adapt to new way of doing things.
9758
9759 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
9760
9761 2007-10-30 Glenn Morris <rgm@gnu.org>
9762
9763 * dirtrack.el (dirtrack-mode): Doc fix.
9764
9765 * shell.el (shell-dirtrack-verbose, shell-mode)
9766 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
9767
9768 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
9769 (byte-compile-enable-warning): Doc fix.
9770
9771 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
9772 suppress byte-opt warning.
9773
9774 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
9775
9776 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
9777 (edt-gnu-emacs19-p): Remove.
9778 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
9779 (edt-xserver, edt-page-backward, edt-beginning-of-line)
9780 (edt-end-of-line-forward, edt-end-of-line-backward)
9781 (edt-one-word-forward, edt-one-word-backward, edt-character)
9782 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
9783 (edt-find-forward, edt-find-backward, edt-find-next-forward)
9784 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
9785 (edt-define-key, edt-bottom-check, edt-sentence-forward)
9786 (edt-sentence-backward, edt-paragraph-forward)
9787 (edt-paragraph-backward, edt-restore-key, edt-window-top)
9788 (edt-window-bottom, edt-scroll-window-forward-line)
9789 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
9790 (edt-line-to-top-of-window, edt-paragraph-backward)
9791 (edt-restore-key, edt-window-top, edt-window-bottom)
9792 (edt-scroll-window-forward-line)
9793 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
9794 (edt-line-to-middle-of-window, edt-goto-percentage)
9795 (edt-display-the-time, edt-remember, edt-split-window)
9796 (edt-emulation-on, edt-emulation-off)
9797 (edt-default-emulation-setup, edt-user-emulation-setup)
9798 (edt-select-default-global-map, edt-select-user-global-map):
9799 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
9800 tests.
9801
9802 * textmodes/reftex-index.el (reftex-index-selection-or-word):
9803 Use feature test instead of boundp test so it can be resolved at
9804 compile time.
9805
9806 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
9807
9808 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
9811 Update all users.
9812 (abbrev-get, abbrev-put): Simplify.
9813 (define-abbrev): Don't store the `force' value in the :system property.
9814 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
9815
9816 2007-10-30 Michael Olson <mwolson@gnu.org>
9817
9818 * desktop.el (desktop-minor-mode-table): Add line for ERC.
9819
9820 * textmodes/remember.el: New file that implements a mode for
9821 quickly jotting down things to remember.
9822
9823 * textmodes/remember-diary.el: A backend for remember.el that
9824 implements saving notes to a Diary file.
9825
9826 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
9827
9828 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
9829 Relocate in file.
9830 (allout-doublecheck-at-and-shallower): Increase to include
9831 slightly greater depths, since yank interaction is now ok.
9832 Also, elaborate the docstring to explain the situation.
9833 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
9834 instead of concat, so we accommodate key sequences expressed as
9835 vectors as well as strings and lists.
9836 (allout-flag-region, allout-hide-by-annotation): Make the
9837 hidden-text overlays 'front-advance.
9838 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
9839 (allout-aberrant-container-p, allout-on-current-heading-p)
9840 (allout-e-o-prefix-p, allout-next-heading)
9841 (allout-previous-heading, allout-goto-prefix)
9842 (allout-end-of-prefix, allout-next-sibling-leap)
9843 (allout-next-visible-heading, allout-auto-fill)
9844 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
9845 (allout-yank-processing, allout-resolve-xref)
9846 (allout-current-topic-collapsed-p, allout-hide-region-body)
9847 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
9848 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
9849 (count-trailing-whitespace-region): Preserve match data, so allout
9850 outline navigation doesn't disrupt other Emacs operations.
9851 (allout-beginning-of-line): Retreat to the beginning of the hidden
9852 text, so fields are respected (for submodes that care).
9853 (allout-end-of-line): Preserve mark activation status when jumping.
9854 (allout-open-topic): Account for opening after a child that
9855 contains a hidden trailing newline. Preserve match data.
9856 Run allout-structure-added-hook
9857 (allout-encrypt-decrypted): Preserve match data.
9858 (allout-toggle-current-subtree-exposure): Add new interactive
9859 function for toggle subtree exposure - suggested by tassilo.
9860 (move-beginning-of-line, move-end-of-line): Don't use
9861 line-move-invisible-p, it's obsolete - substitute the code, instead.
9862
9863 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
9864
9865 * textmodes/flyspell.el (message-signature-separator):
9866 * longlines.el (message-indent-citation-function): Pacify byte
9867 compiler.
9868
9869 * emacs-lisp/cl-loaddefs.el:
9870 * ldefs-boot.el: Regenerate.
9871
9872 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
9873 (.el.elc, compile, compile-always, compile-calc)
9874 ($(lisp)/progmodes/cc-mode.elc): Use it.
9875
9876 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
9877 Only do work for XEmacs.
9878 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
9879 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
9880 on XEmacs.
9881 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
9882 (ps-x-color-name, ps-x-color-specifier-p)
9883 (ps-x-copy-coding-system, ps-x-device-class)
9884 (ps-x-extent-end-position, ps-x-extent-face)
9885 (ps-x-extent-priority, ps-x-extent-start-position)
9886 (ps-x-face-font-instance, ps-x-find-coding-system)
9887 (ps-x-font-instance-properties, ps-x-make-color-instance)
9888 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
9889 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
9890 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
9891 (ps-generate-postscript-with-faces): Delete defaliases.
9892 (ps-face-foreground-name, ps-face-background-name)
9893 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
9894 Move definitions to top level, make the body conditional on the Emacs
9895 flavor. Replace uses of deleted aliases and renamed functions.
9896 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
9897 of deleted aliases and renamed functions.
9898
9899 * calc/calc.el (calc-emacs-type-lucid): Remove.
9900 (calc-digit-map, calcDigit-start, calc-read-key)
9901 (calc-clear-unread-commands):
9902 * calc/calc-ext.el (calc-user-key-map): Replace uses of
9903 calc-emacs-type-lucid with (featurep 'xemacs)
9904
9905 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
9906 (featurep 'xemacs).
9907 (tpu-lucid-emacs19-p): Remove.
9908 (tpu-map-key): Make it a function instead of using fset. Inline
9909 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
9910 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
9911
9912 * ielm.el: Use featurep 'xemacs.
9913
9914 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
9915 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
9916 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
9917 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
9918 cperl-xemacs-p with (featurep 'xemacs).
9919 (font-lock-cache-position): Pacify byte compiler.
9920
9921 2007-10-29 Drew Adams <drew.adams@oracle.com>
9922
9923 * faces.el (read-color): New function.
9924 (face-at-point, foreground-color-at-point)
9925 (background-color-at-point): New functions.
9926
9927 2007-10-28 Richard Stallman <rms@gnu.org>
9928
9929 * net/browse-url.el (browse-url-text-xterm): Rename from
9930 browse-url-lynx-xterm and made generic.
9931 (browse-url-text-emacs): Likewise.
9932 (browse-url-text-browser): New variable.
9933 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
9934 (browse-url-text-input-field, browse-url-text-input-attempts)
9935 (browse-url-kde-program): Likewise.
9936
9937 2007-10-29 Glenn Morris <rgm@gnu.org>
9938
9939 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
9940 Use mapc rather than mapcar (reinstall change deleted without log
9941 entry 2007-10-22).
9942
9943 2007-10-29 Martin Rudalics <rudalics@gmx.at>
9944
9945 * wdired.el (wdired-next-line, wdired-previous-line):
9946 Use next-line and previous-line wrapped in with-no-warnings.
9947
9948 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
9949
9950 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
9951 (rcirc-recent-quit-alist): New function.
9952 (rcirc): Print a better message when there is only one connected server.
9953 (rcirc-complete-nick): Do not update the nick table here.
9954 (rcirc-mode-map): Add M-o.
9955 (rcirc-current-line): Add variable.
9956 (rcirc-mode): Setup variables for line based omit.
9957 (rcirc-edit-multiline): Strip text properties.
9958 (rcirc-omit-responses): Add NICK.
9959 (rcirc-omit-threshold): Add variable.
9960 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
9961 Add functions.
9962 (rcirc-print): Keep track of current line. Do not fill text if
9963 `rcirc-fill-flag' is null. Only omit text if the last activity
9964 from the sender is more than `rcirc-omit-threshold' lines ago.
9965 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
9966 numbers instead of time.
9967 (rcirc-channel-nicks): Sort by line numbers instead of time.
9968 (rcirc-omit-mode): Add `...' when omitting text and recenter.
9969 (rcirc-handler-JOIN): Restore the joiners linestamp.
9970 (rcirc-maybe-remember-nick-quit): Add function.
9971 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
9972
9973 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
9974
9975 * loadhist.el (unload-feature-special-hooks):
9976 Add `delete-frame-functions' and `suspend-tty-functions'.
9977
9978 * server.el (server-unload-function): Rename from `server-unload-hook'
9979 and adapt to new `unload-feature' functionality. Remove hook from
9980 `kill-buffer-hook' buffer-locally.
9981 (server-unload-hook): Remove.
9982 (server-unload-function): New var; replaces `server-unload-hook'.
9983
9984 2007-10-29 Glenn Morris <rgm@gnu.org>
9985
9986 * dirtrack.el (dirtrack-debug): Doc fix.
9987 (dirtrack-mode, dirtrack-debug-mode): New names for
9988 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
9989 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
9990 Make obsolete.
9991 (dirtrack-debug-message): Only print message if
9992 dirtrack-debug-mode is non-nil. Use with-current-buffer.
9993 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
9994 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
9995
9996 2007-10-28 Glenn Morris <rgm@gnu.org>
9997
9998 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
9999 (byte-compile-warnings-safe-p): Handle `not'.
10000 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
10001 (byte-compile-enable-warning): New functions.
10002 (byte-compile-eval-before-compile)
10003 (byte-compile-file-form-require): Use byte-compile-disable-warning.
10004 (byte-compile-close-variables): Locally bind byte-compile-warnings,
10005 but do not modify it.
10006 (byte-compile-eval, byte-compile-obsolete)
10007 (byte-compile-warn-about-unresolved-functions)
10008 (byte-compile-file-form-defvar)
10009 (byte-compile-file-form-custom-declare-variable)
10010 (byte-compile-file-form-require)
10011 (byte-compile-file-form-defmumble, byte-compile-lambda)
10012 (byte-compile-form, byte-compile-normal-call)
10013 (byte-compile-variable-ref, byte-compile-defvar)
10014 (byte-compile-make-variable-buffer-local):
10015 Use byte-compile-warning-enabled-p.
10016 * emacs-lisp/advice.el (ad-compile-function):
10017 Use byte-compile-disable-warning.
10018 * emacs-lisp/cl.el: Move local variables to end of file, and set
10019 byte-compile-warnings to `(not cl-functions)'.
10020 * emacs-lisp/cl-compat.el: Add a local variables section, and set
10021 byte-compile-warnings to `(not cl-functions)'.
10022 * emacs-lisp/cl-macs.el: Unify local variable section, and set
10023 byte-compile-warnings to `(not cl-functions)'.
10024 (cl-do-proclaim): Use byte-compile-disable-warning and
10025 byte-compile-enable-warning.
10026 * emacs-lisp/cl-seq.el: Unify local variable section, and set
10027 byte-compile-warnings to `(not cl-functions)'.
10028 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
10029 Use byte-compile-disable-warning.
10030
10031 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
10032
10033 * cus-edit.el (custom-browse-insert-prefix):
10034 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
10035
10036 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
10037
10038 * server.el (server-process-filter): Fix typo in docstring.
10039 (server-log): Reflow docstrings.
10040 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
10041 (server-goto-line-column): Use `when'.
10042
10043 2007-10-28 Juri Linkov <juri@jurta.org>
10044
10045 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
10046 when mouse is clicked on the isearch message.
10047 (isearch-resume): Call `isearch-update' at the end.
10048 Rename argument `search' to `string' to conform to the
10049 isearch terminology.
10050
10051 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 Rewrite abbrev.c in Elisp.
10054 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
10055 (abbrev-table-get, abbrev-table-put, abbrev-get)
10056 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
10057 (define-abbrev, abbrev--check-chars, define-global-abbrev)
10058 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
10059 (abbrev-expansion, abbrev--before-point, expand-abbrev)
10060 (unexpand-abbrev, abbrev--write, abbrev--describe)
10061 (insert-abbrev-table-description, define-abbrev-table):
10062 New funs, largely transcribed from abbrev.c.
10063 (abbrev-with-wrapper-hook): New macro.
10064 (abbrev-table-name-list, global-abbrev-table)
10065 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
10066 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
10067 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
10068 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
10069 New vars, largely transcribed from abbrev.c.
10070 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
10071 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
10072 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
10073
10074 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10075
10076 * ps-print.el: Now detect if text foreground and background colors are
10077 equal and replace the foreground color by another color, so the text
10078 becomes visible. Doc fix.
10079 (ps-print-version): New version 6.8.
10080 (ps-default-fg, ps-default-bg): Docstring fix.
10081 (ps-postscript-code-directory): Fix default value code.
10082 (ps-fg-list, ps-fg-validate-p): New options.
10083 (ps-foreground-list): New var.
10084 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
10085
10086 2007-10-27 Glenn Morris <rgm@gnu.org>
10087
10088 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
10089 (shell-dirtrack-toggle): Mark as obsolete.
10090 (dirtrack-toggle, dirtrack-mode): No longer alias to
10091 shell-dirtrack-mode.
10092
10093 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
10094
10095 * calc/calc.el (math-standard-opers): Lower the precedence
10096 of negation.
10097 * calc/calc-lang.el (math-oper-table): Lower precedence of
10098 negation for C, TeX, and eqn.
10099
10100 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
10101
10102 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
10103
10104 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
10105
10106 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
10107 (desktop-not-loaded-hook): Fix :version tags.
10108
10109 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
10110
10111 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
10112 (tramp-get-remote-tmpdir): New defun.
10113 (tramp-make-tramp-temp-file): Use it.
10114 (tramp-local-call-process): New defun. Replace all calls of
10115 `call-process' by this when appropriate.
10116 (tramp-handle-write-region): Replace calls of `file-attributes' by
10117 `tramp-compat-file-attributes'.
10118 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10119 Make the first command a `tramp-send-command' call, with let-bind
10120 of `tramp-end-of-output'.
10121 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
10122 (tramp-load-report-modules, tramp-append-tramp-buffers):
10123 Move to tramp-cmds.el.
10124
10125 * net/tramp-fish.el (tramp-fish-handle-copy-file)
10126 (tramp-fish-do-copy-or-rename-file)
10127 (tramp-fish-do-copy-or-rename-file-directly):
10128 * net/tramp-smb.el (tramp-smb-handle-copy-file):
10129 Add parameter PRESERVE-UID-GID.
10130
10131 2007-10-27 Eli Zaretskii <eliz@gnu.org>
10132
10133 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
10134 New defcustoms.
10135 (display-time-world-list): Use them as appropriate for the current
10136 value of `system-type'.
10137
10138 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10139
10140 * printing.el: Pacify byte compiler, that is, no compiler warnings.
10141 Move (again) some variable definitions before use, define some fun
10142 aliases, no code change.
10143 (pr-version): New version 6.9.2.
10144 (pr-path-style, pr-auto-region, pr-menu-char-height)
10145 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
10146 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
10147 via (defvar VAR).
10148 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
10149 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
10150 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
10151 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
10152 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
10153 (pr-menu-print-item, pr-ps-printer-menu-modified)
10154 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
10155 (pr-even-or-odd-alist): Vars definition moved.
10156
10157 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10158
10159 * emulation/pc-select.el (next-line-mark, next-line-nomark)
10160 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
10161 around uses of previous-line and next-line.
10162
10163 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
10164 New defvars.
10165
10166 * textmodes/css-mode.el (comment-continue):
10167 * net/browse-url.el (url-handler-regexp):
10168 * progmodes/idlw-help.el (idlwave-system-routines):
10169 Pacify byte-compiler.
10170
10171 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
10172 line-move-invisible-p with its former definition: invisible-p.
10173 line-move-invisible-p was removed on 2007-08-29.
10174
10175 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
10176
10177 * files.el (kill-emacs-query-functions): Doc fix;
10178 `save-buffers-kill-emacs' is no longer bound to a key.
10179
10180 2007-10-26 Richard Stallman <rms@gnu.org>
10181
10182 * isearch-multi.el (isearch-buffers-multi): New option.
10183 (isearch-buffers-search-fun): Test it.
10184
10185 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
10186 Put ps-run-clear on C-c C-l.
10187
10188 * newcomment.el (comment-styles): New style indent-or-triple.
10189 (comment-style): Make that the default.
10190 (comment-add defvar): Doc fix.
10191 (comment-add): Delete arg EXTRA.
10192 (comment-region-default): Open code call to comment-add.
10193 Handle indent-or-triple style which uses `multi-char' for INDENT.
10194
10195 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
10196
10197 * eshell/em-unix.el (nil-blank-string): Doc fix.
10198
10199 2007-10-26 John Wiegley <johnw@newartisans.com>
10200
10201 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
10202 function, ensure that the third argument is turned into a nil if
10203 the string is otherwise completely empty (either no characters, or
10204 all tabs/spaces). This fixes a bug from a user who found himself
10205 unable to customize `diff-switches' and still use Eshell's diff
10206 command.
10207
10208 2007-10-26 Glenn Morris <rgm@gnu.org>
10209
10210 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
10211 safe-local-variable property.
10212
10213 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
10214
10215 * net/browse-url.el (browse-url-browser-function): Delete grail.
10216 (browse-url-grail): Function and variable deleted.
10217 (browse-url-browser-function): Delete IXI Mosaic.
10218 (browse-url-default-browser): Don't try IXI Mosaic.
10219 (browse-url-iximosaic): Function deleted.
10220 (browse-url-browser-function): Delete MMM.
10221 (browse-url-default-browser): Don't try MMM.
10222 (browse-url-mmm): Function deleted.
10223
10224 2007-10-26 Drew Adams <drew.adams@oracle.com>
10225
10226 * custom.el (custom-note-var-changed): New function.
10227
10228 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
10229
10230 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
10231 use with the definition. Remove.
10232
10233 * add-log.el (change-log-start-entry-re): New defconst.
10234 (change-log-sortable-date-at): Use it.
10235 (change-log-beginning-of-defun, change-log-end-of-defun):
10236 New functions.
10237 (change-log-mode): Use them for beginning-of-defun-function and
10238 end-of-defun-function.
10239
10240 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
10241
10242 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
10243 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
10244 (ses-recalculate-cell): Deal with point being just beyond end of
10245 data area (why does this happen?)
10246 (ses-set-curcell): Ditto.
10247 (ses-column-letter): Handle columns beyond 702. Code written by
10248 Gareth Rees.
10249
10250 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
10251
10252 * textmodes/org.el (org-agenda-get-restriction-and-command):
10253 Use `mapc' instead of `mapcar'.
10254 (org-agenda-list): Numeric prefix argument can specify the number
10255 of days.
10256 (remember-register, remember-buffer): Prevent byte compiler from
10257 complaining.
10258 (org-todo): Save and restore match data.
10259 (org-no-warnings): New macro.
10260 (org-columns-eval): Use `org-no-warnings'.
10261
10262 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
10263
10264 * comint.el (comint-password-prompt-regexp):
10265 Handle `[sudo] password'-style prompt.
10266
10267 2007-10-25 Glenn Morris <rgm@gnu.org>
10268
10269 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
10270 (defcustom): Doc fix.
10271
10272 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
10273 Add `non_intrinsic'.
10274 (f90-constants-re): Add ieee modules.
10275 (f90-typedef-matcher, f90-typedec-matcher)
10276 (f90-imenu-type-matcher): New functions.
10277 (f90-font-lock-keywords-1): Give module procedures function-name face.
10278 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
10279 Add `use, intrinsic'.
10280 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
10281 Move start of `enum' blocks to separate entry.
10282 (f90-start-block-re): Fix `type', `abstract interface'.
10283 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
10284 derived types.
10285 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
10286 `elemental', change `enumerator'.
10287 (f90-no-block-limit): Fix `abstract interface'.
10288
10289 * progmodes/f90.el (f90-indented-comment-re)
10290 (f90-directive-comment-re, f90-break-delimiters):
10291 * progmodes/fortran.el (fortran-comment-line-start-skip)
10292 (fortran-directive-re):
10293 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
10294 as safe if they are strings.
10295
10296 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10297
10298 * startup.el (window-system): Remove. Don't make it frame-local.
10299
10300 2007-10-24 Richard Stallman <rms@gnu.org>
10301
10302 * savehist.el (savehist-save): Omit unreadable elements.
10303
10304 * loadhist.el (unload-function-defs-list): Rename from
10305 unload-function-features-list.
10306 (unload-feature-special-hooks, unload-feature): Doc fixes.
10307
10308 * indent.el (indent-to-left-margin): If point's in the indentation,
10309 move to the end of the indentation.
10310
10311 * cus-edit.el (customize-changed-options): Make arg optional.
10312
10313 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
10314
10315 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
10316
10317 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
10318
10319 * textmodes/org-publish.el (org-publish-attachment): Re-install
10320 accidentally deleted change.
10321
10322 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10323
10324 * term/iris-ansi.el (iris-function-map): Move init into declaration.
10325
10326 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
10327
10328 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
10329 (Buffer-menu-mode-map): Initialize in the declaration.
10330 (Buffer-menu-mode): Define with `define-derived-mode'.
10331
10332 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
10333
10334 * textmodes/org.el (org-version): Change to 5.13e.
10335 (org-agenda-file-regexp): Fix typo in docstring.
10336 (org-add-planning-info): Fix bug in parenthesis settings.
10337 (org-scan-tags): Catch the case of indirect buffers with no filename.
10338 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
10339 Re-install switch to mapc, had been removed by accident.
10340 (org-columns-map): New binding `C-c C-o'.
10341 (org-columns-menu): Change menu text and added new entry.
10342 (org-columns-eval): Document the use of `next-line'.
10343 (org-columns-open-link): New function.
10344 (org-columns-follow-link): Remove function.
10345 (org-open-link-from-string): New function.
10346 (org-read-date-get-relative): Fix typo in docstring.
10347 (org-read-date-get-relative): Leading +/- is not optional.
10348 (org-agenda-get-restriction-and-command): Always resize window on
10349 first loop cycle.
10350 (org-agenda-open-link): Make sure the link abbreviations are
10351 present in the agenda buffer.
10352 (org-agenda-copy-local-variable): New function.
10353
10354 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10355
10356 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
10357
10358 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10359
10360 * simple.el (reindent-then-newline-and-indent): Use a `move after
10361 insert' kind of marker in the save-excursion.
10362
10363 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10364
10365 * textmodes/css-mode.el: Require CL.
10366 (comment-continue): Declare.
10367
10368 * subr.el (make-variable-frame-localizable): Remove.
10369 (make-variable-frame-local): Mark obsolete.
10370
10371 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
10374 of the subdirs is unreadable.
10375
10376 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
10377
10378 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
10379 when we are local.
10380
10381 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10382
10383 * progmodes/python.el (python-current-defun): Remove left-over
10384 assignment to `start'.
10385
10386 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
10387
10388 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
10389 than `mapcar'; return value is not used.
10390
10391 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
10392
10393 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
10394 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
10395
10396 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
10397
10398 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
10399 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
10400
10401 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
10402
10403 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
10404
10405 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
10406
10407 * emacs-lisp/advice.el (ad-make-advised-docstring):
10408 Add ad-advice-info text property to doc string.
10409
10410 2007-10-23 Glenn Morris <rgm@gnu.org>
10411
10412 * progmodes/f90.el (f90-do-indent, f90-if-indent)
10413 (f90-type-indent, f90-program-indent, f90-associate-indent)
10414 (f90-continuation-indent, f90-comment-region)
10415 (f90-beginning-ampersand, f90-smart-end)
10416 (f90-break-before-delimiters, f90-auto-keyword-case)
10417 (f90-leave-line-no, f90-mode-hook):
10418 Give an appropriate safe-local-variable property.
10419
10420 * progmodes/fortran.el (fortran-tab-mode-default)
10421 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
10422 (fortran-structure-indent, fortran-continuation-indent)
10423 (fortran-comment-indent, fortran-comment-line-extra-indent)
10424 (fortran-comment-line-start)
10425 (fortran-minimum-statement-indent-fixed)
10426 (fortran-minimum-statement-indent-tab)
10427 (fortran-comment-indent-char, fortran-line-number-indent)
10428 (fortran-check-all-num-for-matching-do)
10429 (fortran-blink-matching-if, fortran-continuation-string)
10430 (fortran-comment-region, fortran-electric-line-number)
10431 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
10432 (fortran-analyze-depth, fortran-break-before-delimiters):
10433 Give an appropriate safe-local-variable property.
10434
10435 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
10436
10437 * printing.el: Move variable definitions before use.
10438 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
10439
10440 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
10441
10442 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
10443 (tpu-edt-off): Use it.
10444 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
10445 the global-map before adding it to global-map.
10446
10447 * menu-bar.el (global-buffers-menu-map): New var.
10448 (global-map, menu-bar-update-buffers): Use it.
10449 * msb.el (msb-menu-bar-update-buffers): Use it.
10450 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
10451 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
10452 Use with-current-buffer.
10453
10454 2007-10-22 Juri Linkov <juri@jurta.org>
10455
10456 * isearch-multi.el: New file.
10457
10458 * isearch.el (isearch-search-string): After finding the next
10459 occurrence switch to buffer isearch-buffers-current-buffer when
10460 isearch-buffers-next-buffer-function is non-nil and
10461 isearch-buffers-current-buffer is live.
10462
10463 * add-log.el (change-log-mode): Make and set buffer-local variable
10464 isearch-buffers-next-buffer-function to change-log-next-buffer.
10465 Call isearch-buffers-minor-mode.
10466 (change-log-next-buffer): New function.
10467
10468 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
10469
10470 * textmodes/org-export-latex.el (org-export-latex-protect-string):
10471 Renaming of `org-latex-protect'.
10472 (org-export-latex-emphasis-alist): By default, don't protect
10473 any emphasis formatter from further conversion.
10474 (org-export-latex-tables): Honor column grouping for tables.
10475 (org-export-latex-title-command): New option.
10476 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
10477 export backslash character.
10478
10479 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
10480
10481 * textmodes/org.el (org-read-date-get-relative): New function.
10482 (org-agenda-file-regexp): New variable.
10483 (org-agenda-files): Allow directories in the variable.
10484 (org-agenda-get-restriction-and-command): New function.
10485 (org-agenda): Use `org-agenda-get-restriction-and-command'.
10486 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
10487 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
10488 New functions.
10489 (org-entry-add-to-multivalued-property)
10490 (org-entry-remove-from-multivalued-property)
10491 (org-entry-member-in-multivalued-property): New functions.
10492 (org-remember-apply-template): Catch C-g and make sure window
10493 configuration is restored.
10494 (org-agenda-open-link): Make it work with several links in the line.
10495 (org-drawers, org-set-regexps-and-options)
10496 (org-get-current-options): Add support for a DRAWERS in-buffer option.
10497 (org-agenda-window-frame-fractions): New option.
10498 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
10499 (org-columns-cleanup-item, org-find-entry-with-id)
10500 (org-insert-columns-dblock, org-listtable-to-string)
10501 (org-dblock-write:columnview, org-columns-capture-view)
10502 (org-edit-headline): New functions.
10503 (org-agenda-to-appt): Require calendar.
10504 (org-entry-get-with-inheritance): Widen for search.
10505 (org-columns-display-here): Don't mark buffer as modified when
10506 adding space characters to accomodate column overlays.
10507 (org-export-as-html): Better formatting of tags in the toc.
10508 (org-columns-display-here): Make the ITEM column as compact as possible.
10509 (org-remember-templates): Customization interface improved.
10510 (org-export-with-property-drawer): Variable removed.
10511 (org-export-with-drawers): New option.
10512 (org-complex-heading-regexp): New variable.
10513 (org-sort-entries): Rewrite using `sort-subr'.
10514 (org-set-property): More appropriate completion during interactive use.
10515 (org-sort-entries): Allow sorting by property.
10516 (org-additional-option-like-keywords): Add more values.
10517 (org-sort-entries-or-items): Rename from `org-sort-entries'.
10518
10519 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
10520
10521 * textmodes/org.el (org-get-date-from-calendar): New function.
10522 (org-at-timestamp-p, org-timestamp-change)
10523 (org-remember-templates): First element of each entry is now a
10524 name for the template.
10525 (org-store-log-note): Check for `org-note-abort'.
10526 (org-kill-note-or-show-branches): New command.
10527 (org-fontify-priorities): New option.
10528 (org-fontify-priorities): New function.
10529 (org-cut-subtree, org-copy-subtree): New argument N to
10530 act on N sequential subtrees.
10531 (org-paste-subtree): Fix the level at which a tree is pasted.
10532 (org-fit-agenda-window): Limitations on window size removed.
10533 (org-agenda-find-same-or-today-or-agenda): Rename from
10534 `org-agenda-find-today-or-agenda'.
10535 (org-scheduled-past-days): New option.
10536 (org-agenda-scheduled-leaders)
10537 (org-agenda-deadline-leaders): New options.
10538 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
10539 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
10540 (org-export-with-tags, org-export-plist-vars)
10541 (org-infile-export-plist): New "tags" option.
10542 (org-use-property-inheritance): New option.
10543 (org-cached-entry-get): Use `org-use-property-inheritance'.
10544 (org-remember-apply-template): Fix typo.
10545
10546 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
10547
10548 * net/tramp.el (tramp-find-shell)
10549 (tramp-open-connection-setup-interactive-shell): Improve sending
10550 initial commands.
10551 (tramp-action-terminal): Send debug message.
10552 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
10553 (tramp-barf-if-no-shell-prompt): Insert code of
10554 `tramp-wait-for-shell-prompt'.
10555
10556 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
10557
10558 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
10559
10560 * term/vt200.el (terminal-init-vt200):
10561 * term/vt201.el (terminal-init-vt201):
10562 * term/vt220.el (terminal-init-vt220):
10563 * term/vt240.el (terminal-init-vt240):
10564 * term/vt300.el (terminal-init-vt300):
10565 * term/vt320.el (terminal-init-vt320):
10566 * term/vt400.el (terminal-init-vt400):
10567 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
10568
10569 * term/wyse50.el (wyse50-terminal-map): New var.
10570 (terminal-init-wyse50): Use it and input-decode-map.
10571 (enable-arrow-keys): Emasculate.
10572
10573 * term/tvi970.el (tvi970-terminal-map): New var.
10574 (terminal-init-tvi970): Use it and input-decode-map.
10575 (tvi970-keypad-numeric): Remove.
10576 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
10577
10578 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
10579 (terminal-init-sun): Use it and input-decode-map.
10580
10581 * term/news.el (terminal-init-news):
10582 * term/lk201.el (terminal-init-lk201):
10583 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
10584
10585 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
10586
10587 * complete.el (PC-expand-many-files): Remove.
10588 (PC-do-completion): Call file-expand-wildcards instead of
10589 PC-expand-many-files.
10590
10591 * net/tramp.el (tramp-handle-expand-many-files): Remove.
10592 (PC-expand-many-files): Remove advice.
10593
10594 2007-10-22 Glenn Morris <rgm@gnu.org>
10595
10596 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
10597 Add some support for Fortran 2003 syntax:
10598 (f90-type-indent): Now also applies to `enum'.
10599 (f90-associate-indent): New user option.
10600 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
10601 Add some F2003 keywords.
10602 (f90-constants-re): New constant.
10603 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
10604 Interface'.
10605 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
10606 `class'. Arguments for `type'/`class' may have spaces. Add a new
10607 element for functions with specified types. Add `end enum' and
10608 `select type'. Add `implicit enumerator' and `procedure'.
10609 Add `class default' and `type is', `class is'. Fix `go to' regexp.
10610 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
10611 (f90-font-lock-keywords-4): Add `f90-constants-re'.
10612 (f90-blocks-re): Add `enum' and `associate'.
10613 (f90-else-like-re): Add `class is', `type is', and `class default'.
10614 (f90-end-type-re): Add `enum'.
10615 (f90-end-associate-re, f90-typeis-re): New constants.
10616 (f90-end-block-re): Add `enum' and `associate'. Change from
10617 optional whitespace to end-of-word, to avoid `enumerator'.
10618 (f90-start-block-re): Add `select type', `abstract interface', and
10619 `enum'. Avoid `type is', and `type (sometype)'.
10620 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
10621 (f90-mode): Doc fix.
10622 (f90-looking-at-select-case): Doc fix. Add `select type'.
10623 (f90-looking-at-associate): New function.
10624 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
10625 Add `enum' and `abstract interface'.
10626 (f90-no-block-limit): Add `select type' and `abstract interface'.
10627 (f90-get-correct-indent, f90-calculate-indent)
10628 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
10629 (f90-indent-region, f90-match-end): Handle `associate' blocks.
10630
10631 2007-10-22 Martin Rudalics <rudalics@gmx.at>
10632
10633 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
10634 Use window-full-width-p.
10635
10636 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
10637
10638 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
10639
10640 * tooltip.el: Use featurep 'xemacs.
10641
10642 * printing.el: Move variable definitions before use, no code change.
10643
10644 2007-10-22 Juri Linkov <juri@jurta.org>
10645
10646 * simple.el (goto-history-element): Allow minibuffer-default to be
10647 a list of default values accessible by typing M-n in the minibuffer.
10648
10649 * dired-x.el (dired-guess-shell-command): Put all guesses to the
10650 minibuffer default value list instead of pushing them temporarily
10651 to the history list.
10652
10653 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
10654
10655 * hexl.el (hexl-menu): New major mode menu.
10656
10657 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
10660
10661 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
10662
10663 * w32-fns.el (w32-quote-process-args):
10664 * dos-w32.el (print-region-function, lpr-headers-switches)
10665 (ps-print-region-function): Pacify byte-compiler.
10666
10667 * emulation/edt-mapper.el (function-key-map):
10668 (edt-map-key): Make it a function instead of using fset.
10669 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
10670 (edt-gnu-map-key, edt-lucid-map-key): Remove.
10671 (edt-x-emacs-p): Remove.
10672 (edt-emacs-variant, edt-window-system, edt-xserver):
10673 Use featurep 'xemacs.
10674
10675 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
10676 Replace eudc-xemacs-p with its definition.
10677 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
10678 (eudc-emacs-mule-p): Remove.
10679 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
10680 eudc-xemacs-p with feature tests.
10681
10682 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
10683 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
10684 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
10685 (eudc-bob-toggle-inline-display):
10686 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
10687 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
10688
10689 * net/eudcb-ph.el (eudc-ph-open-session):
10690 Replace eudc-xemacs-mule-p with its former definition.
10691
10692 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
10693 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
10694
10695 * progmodes/vera-mode.el (vera-xemacs): Remove.
10696 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
10697
10698 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
10699 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
10700 (vhdl-speedbar-initialize, vhdl-ps-print-init)
10701 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
10702 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
10703 with (featurep 'xemacs).
10704
10705 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
10706 (save-buffer-state-x):
10707 * obsolete/fast-lock.el (fast-lock-verbose):
10708 * emulation/viper-init.el (viper-xemacs-p)
10709 (viper-cond-compile-for-xemacs-or-emacs):
10710 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
10711 * ps-print.el (case-fold-search):
10712 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
10713 * calculator.el (calculator-help): Use featurep 'xemacs.
10714
10715 * progmodes/prolog.el: Undo previous change.
10716 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
10717
10718 * progmodes/dcl-mode.el:
10719 * play/yow.el:
10720 * calendar/todo-mode.el:
10721 * calendar/cal-hebrew.el:
10722 * vc-hg.el: Undo previous change.
10723
10724 * vms-patch.el: Likewise.
10725 (print-region-function): Pacify byte-compiler.
10726
10727 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
10728
10729 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
10730 preserve-uid-gid.
10731
10732 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
10733 compatibility. It is not used, though.
10734
10735 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
10736 Require tramp-cmds.el.
10737 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
10738 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
10739 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
10740 (tramp-do-copy-or-rename-file-out-of-band)
10741 (tramp-maybe-open-connection): Use `make-temp-name'. This is
10742 possible, because we don't need to create the temporary file, but
10743 we need a prefix for ssh, which has its own temporary file handling.
10744 (tramp-handle-delete-directory): Add "-f" to rmdir.
10745 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
10746 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
10747 a signal, in order to give the callee a chance to suppress.
10748 (tramp-handle-write-region): Set owner also in case of short
10749 track. Don't use compatibility calls for `write-region' anymore.
10750 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
10751 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
10752
10753 * net/tramp-cmds.el: New file.
10754
10755 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
10756 `tramp-clear-passwd'.
10757
10758 * net/trampver.el: Update release number.
10759
10760 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
10761
10762 * progmodes/gud.el (gud-target-name): Move definition before use.
10763
10764 * progmodes/dcl-mode.el: Require imenu at compile time.
10765
10766 * progmodes/cc-engine.el (c-maybe-stale-found-type):
10767 Pacify byte-compiler.
10768
10769 * obsolete/fast-lock.el: Use featurep test instead of string-match.
10770
10771 * eshell/esh-mode.el (eshell-handle-ansi-color):
10772 Require ansi-color at compile time too.
10773
10774 * eshell/em-unix.el (eshell/info): Require info at compile time too.
10775
10776 * w32-fns.el: Require w32-vars.
10777
10778 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
10779 time too.
10780
10781 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10782
10783 * double.el ([ignore]): Use `ignore'.
10784 (double-setup): Inline into double-mode.
10785 (double-mode): Use define-minor-mode.
10786
10787 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
10788
10789 * textmodes/reftex.el: Move require easymenu before first use.
10790 (reftex-info): Require info at compile too.
10791
10792 * textmodes/org-publish.el (org-publish-org-to-html)
10793 (org-publish-org-to): Require org at compile time too.
10794 (org-publish-attachment): Require at compile time too.
10795
10796 * term/tty-colors.el (w32-tty-standard-colors):
10797 Pacify byte-compiler.
10798
10799 * term/pc-win.el (frame-creation-function-alist): Add to this
10800 instead of setting frame-creation-function.
10801
10802 * play/blackbox.el (bb-up, bb-down): Use forward-line.
10803
10804 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
10805
10806 * calendar/todo-mode.el: Require calendar at compile time.
10807
10808 * calendar/cal-hebrew.el: Require holidays at compile time.
10809
10810 * w32-vars.el: Provide w32-vars.
10811
10812 * term/w32-win.el: Require w32-vars.
10813 (w32-color-map): Pacify byte-compiler.
10814
10815 * loadup.el: Load w32-vars before term/w32-win.
10816
10817 2007-10-20 Juri Linkov <juri@jurta.org>
10818
10819 * textmodes/fill.el (fill-paragraph): When the region is active,
10820 don't try other `or' branches regardless of the value returned by
10821 fill-region; just return t.
10822
10823 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
10824
10825 * vc.el (vc-do-command): Condition out a misleading message when
10826 running asynchronously.
10827 (vc-deduce-fileset): New argument enables using an unregistered
10828 visited file as a singleton fileset if nothing else is available.
10829 (vc-next-action): Restore file-registering behavior.
10830
10831 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
10832
10833 * calc/README: Add recent news.
10834
10835 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
10836
10837 * term/x-win.el (x-gtk-stock-map, icon-map-list)
10838 (x-gtk-map-stock): Delete duplicated definitions from merge.
10839
10840 * progmodes/compile.el (compilation-skip-to-next-location)
10841 (compilation-skip-threshold, compilation-skip-visited):
10842 Move definitions earlier.
10843
10844 * play/decipher.el (decipher-keypress):
10845 * play/zone.el (zone-fall-through-ws):
10846 * play/landmark.el (lm-move-down, lm-move-up):
10847 * play/handwrite.el (handwrite):
10848 * mail/mspools.el (mspools-visit-spool):
10849 * wdired.el (wdired-next-line, wdired-previous-line):
10850 * tar-mode.el (tar-subfile-save-buffer):
10851 * scroll-lock.el (scroll-lock-next-line)
10852 (scroll-lock-previous-line):
10853 * image-dired.el (image-dired-next-line)
10854 (image-dired-previous-line):
10855 * ediff-help.el (ediff-help-message-line-length):
10856 Use forward-line.
10857
10858 * smerge-mode.el (smerge-auto-refine):
10859 * diff-mode.el (diff-auto-refine): Add :group.
10860
10861 * play/yow.el: Require doctor at compile time.
10862
10863 * vmsproc.el: Provide vmsproc.
10864 (command-send-input): Use forward-line.
10865
10866 * vms-patch.el: Require ps-print and vmsproc at compile time.
10867
10868 * vc-mtn.el (log-view-message-re, log-view-file-re)
10869 (log-view-font-lock-keywords): Pacify byte-compiler.
10870
10871 * vc-hg.el: Require log-view at compile time.
10872
10873 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
10874
10875 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
10876
10877 2007-10-20 Glenn Morris <rgm@gnu.org>
10878
10879 * progmodes/f90.el (f90-font-lock-keywords-2)
10880 (f90-looking-at-type-like): Fix regexp typos.
10881
10882 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
10883
10884 * bs.el (bs--track-window-changes): Don't refresh the whole list.
10885 (bs-mode): Set mode-class property to special.
10886
10887 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10888
10889 * diff-mode.el (diff-auto-refine): New var.
10890 (diff-hunk): Use it.
10891 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
10892 (diff-refine-change): Rename from diff-fine-change. Change it.
10893 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
10894 (diff-refine-hunk): Rename from diff-fine-highlight.
10895
10896 2007-10-20 John Paul Wallington <jpw@pobox.com>
10897
10898 * help-fns.el (describe-variable-custom-version-info): New function
10899 to return variable's version or package version note.
10900 (describe-variable): Use it, display result.
10901
10902 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10903
10904 * smerge-mode.el (smerge-auto-refine): New var.
10905 (smerge-next, smerge-prev): Use it.
10906 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
10907
10908 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10909 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
10910
10911 * vc-bzr.el (vc-bzr-diff-tree):
10912 * vc-git.el (vc-git-diff-tree):
10913 * vc-hg.el (vc-hg-diff-tree):
10914 * vc-mcvs.el (vc-mcvs-diff-tree):
10915 * vc-mtn.el (vc-mtn-diff-tree):
10916 * vc-svn.el (vc-svn-diff-tree): Remove.
10917
10918 * vc-mtn.el (vc-mtn-revision-completion-table):
10919 * vc-cvs.el (vc-cvs-revision-completion-table):
10920 * vc-arch.el (vc-arch-revision-completion-table):
10921 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
10922 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
10923 Make it work when the arg is a list of files.
10924
10925 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10926
10927 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
10928 Also `revision-completion-table' now takes a list of files.
10929 (vc-deduce-fileset): Remove unused var `regexp'.
10930 Only obey allow-directory-wildcard in dired buffers.
10931 (vc-default-diff-tree): Remove.
10932 (vc-diff-added-files): New var.
10933 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
10934 (vc-version-diff): Revert from `vc-history-diff' to the original name.
10935 Remove the `backend' arg.
10936 (vc-contains-version-controlled-file): Remove.
10937 (vc-diff): Bring it closer to the version in Emacs-22.
10938 (vc-revert): Fix typo in let-binding.
10939 (vc-default-unregister): Remove.
10940 (vc-dired-buffers-for-dir): Remove N^2 behavior.
10941
10942 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
10943
10944 * textmodes/two-column.el (2C-split, 2C-merge):
10945 * textmodes/bib-mode.el (bib-find-key, mark-bib):
10946 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
10947 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
10948 * progmodes/ada-xref.el (ada-get-all-references):
10949 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
10950 * emulation/vi.el (vi-previous-line-first-nonwhite)
10951 (vi-effective-range, vi-put-before):
10952 * emulation/edt.el (edt-next-line, edt-previous-line)
10953 (edt-paragraph-forward): Use forward-line.
10954
10955 * progmodes/etags.el (tags-apropos): Require apropos at compile
10956 time too.
10957
10958 * progmodes/prolog.el: Require comint when compiling.
10959 (inferior-prolog-flavor): Move defvar before use.
10960
10961 2007-10-19 Richard Stallman <rms@gnu.org>
10962
10963 * font-core.el (turn-on-font-lock-if-desired):
10964 Rename from `turn-on-font-lock-if-enabled'.
10965 Fully obey `font-lock-global-modes'.
10966
10967 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10968
10969 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
10970 which will not affect the behavior of things like forward-word.
10971 (diff-fine-highlight): Preserve point.
10972
10973 * doc-view.el (doc-view-mode-map): Use remapping.
10974 Don't rebind C-v, M-v to their default value.
10975 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
10976
10977 * smerge-mode.el: Add word-granularity refinement.
10978 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
10979 (smerge-refine-weight-hack): New vars.
10980 (smerge-refine-forward): New fun.
10981 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
10982 (smerge-refine-subst): Use them as well. Preserve point.
10983
10984 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
10985
10986 * follow.el (follow-unload-function): New function.
10987
10988 * loadhist.el (unload-function-features-list):
10989 Rename from `unload-hook-features-list'.
10990 (unload-hook-features-list): Add as obsolete alias.
10991 (unload-feature): Use `unload-function-features-list'
10992 and new FEATURE-unload-function.
10993
10994 2007-10-19 Glenn Morris <rgm@gnu.org>
10995
10996 * bindings.el (mouse-minor-mode-menu)
10997 (minor-mode-menu-from-indicator): Move to mouse.el.
10998 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
10999 Move here from bindings.el.
11000
11001 2007-10-19 Richard Stallman <rms@gnu.org>
11002
11003 * help-fns.el (describe-function-1): Don't use the advice origname
11004 if it has no function definition.
11005
11006 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
11007
11008 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
11009 Use `save-restriction' rather than `widen'.
11010
11011 2007-10-18 Richard Stallman <rms@gnu.org>
11012
11013 * time.el (display-time-world-time-format): Display day # not month #.
11014
11015 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
11016
11017 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
11018
11019 * doc-view.el: Remove version keyword.
11020 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
11021 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
11022 (doc-view-ghostscript-options): Improve custom type.
11023 (doc-view-cache-directory, doc-view-conversion-buffer)
11024 (doc-view-conversion-refresh-interval): Simplify custom type.
11025
11026 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
11027
11028 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
11029 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
11030 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
11031 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
11032 Remove superfluous messages.
11033 (doc-view-mode-map): Use the image-mode scrolling commands.
11034 Don't rebind C-x k.
11035
11036 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
11037
11038 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
11039 Add comment about "-dSAFER".
11040
11041 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11042
11043 * term/xterm.el: Don't require xt-mouse.
11044 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
11045 calling turn-on-xterm-mouse-tracking-on-terminal directly.
11046
11047 * xt-mouse.el: Don't change the global function-key-map anny more.
11048 (xterm-mouse-mode): Use terminal-init-xterm-hook.
11049 Don't use after-make-frame-functions now that term/xterm.el calls
11050 us directly.
11051 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
11052 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
11053 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
11054 Setup input-decode-map and remember that xterm-mouse-mode was
11055 enabled in this terminal.
11056 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
11057 terminals where it has been enabled.
11058
11059 * faces.el (tty-create-frame-with-faces): Make sure not only
11060 tty-run-terminal-initialization but also set-locale-environment
11061 are run only once per terminal.
11062 (tty-run-terminal-initialization): Don't check if the terminal was
11063 already initted.
11064
11065 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
11066 not to remove keymaps that just happen to inherit from one of ours.
11067 When setting up our keymap, make sure it won't be accidentally
11068 modified by someone else.
11069
11070 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
11071
11072 * textmodes/artist.el (artist-previous-line, artist-next-line):
11073 * dired.el (dired-next-line, dired-previous-line):
11074 * progmodes/delphi.el (delphi-newline):
11075 * textmodes/org.el (org-columns-eval):
11076 Use forward-line.
11077
11078 * emerge.el (emerge-setup): Use insert-buffer-substring.
11079 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
11080
11081 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
11082
11083 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
11084 (adaptive-fill-function): Doc fix. Remove * from docstring.
11085
11086 2007-10-18 Tom Horsley <tom.horsley@att.net>
11087
11088 * simple.el (interprogram-paste-function): Doc fix.
11089 (current-kill): Accept list of strings as well
11090 as single string from `interprogram-paste-function'.
11091
11092 2007-10-18 Glenn Morris <rgm@gnu.org>
11093
11094 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
11095
11096 2007-10-18 Drew Adams <drew.adams@oracle.com>
11097
11098 * bindings.el (mode-line-minor-mode-keymap):
11099 Add mouse-minor-mode-menu on mouse-1.
11100 (mode-line-modes): Add mouse-1 to help-echo text.
11101 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
11102 New functions.
11103 (mode-line-minor-mode-help): Doc fix.
11104
11105 2007-10-17 Juri Linkov <juri@jurta.org>
11106
11107 * textmodes/fill.el (fill-paragraph-or-region): Remove function
11108 at the request of RMS.
11109 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
11110 arg `region'. Fix docstring. At the first `or' branch add call to
11111 `fill-region' if it the region is active in transient-mark-mode.
11112
11113 * bindings.el (esc-map): Bind M-q to fill-paragraph
11114 instead of fill-paragraph-or-region.
11115
11116 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
11117 with fill-paragraph.
11118
11119 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
11120 Fix docstring.
11121
11122 * indent.el (indent-for-tab-command): Change interactive spec from
11123 "P" to "p". Add check for interactive arg before indenting the
11124 active region.
11125
11126 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
11127 Regroup.
11128
11129 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
11130
11131 * emacs-lisp/find-func.el: Don't require loadhist.
11132
11133 * loadhist.el (feature-symbols, file-provides, file-requires)
11134 (file-set-intersect, file-dependents): Simplify.
11135 (unload-feature-special-hooks): Update list of special hooks.
11136
11137 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
11138
11139 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
11140 extensions since they can be viewed with doc-view.
11141
11142 * files.el (auto-mode-alist): Make doc-view-mode the default mode
11143 for pdf, ps and dvi files.
11144
11145 * doc-view.el: Make doc-view-mode the standard mode for viewing
11146 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
11147 text and image display. Add binding C-c C-e to switch to an
11148 editing mode.
11149 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
11150 avoid security problems when rendering files from untrusted sources.
11151
11152 2007-10-17 Aaron Hawley <aaronh@garden.org>
11153
11154 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
11155 position is not saved.
11156
11157 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
11158
11159 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
11160 (doc-view-ghostscript-options): Fix typo in doc string.
11161
11162 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11163
11164 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
11165 handling, so compilation-fake-loc works again.
11166
11167 * server.el (server-select-display): Nop if we do not support m-f-o-d.
11168 (server-process-filter): Revert last change.
11169
11170 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
11171 behavior unrelated to filesets.
11172
11173 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
11174
11175 * longlines.el (longlines-wrap-follows-window-size): Integer value
11176 specifies wrapping margin.
11177 (longlines-mode, longlines-window-change-function):
11178 Set window-specific wrapping margin based on the above.
11179
11180 2007-10-17 John Wiegley <johnw@newartisans.com>
11181
11182 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
11183
11184 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
11185
11186 * server.el (server-process-filter): Only set display if X11 is
11187 supported.
11188
11189 2007-10-17 Glenn Morris <rgm@gnu.org>
11190
11191 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
11192 Tweak regexp to avoid stack overflow.
11193
11194 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11195
11196 * simple.el (reindent-then-newline-and-indent): Don't assume that
11197 indent-according-to-mode preserves point.
11198
11199 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
11200
11201 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
11202 (bs--nth-wrapper): Simplify.
11203 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
11204 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
11205 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
11206 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
11207 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
11208 (bs-configurations, bs-default-configuration)
11209 (bs-alternative-configuration, bs-cycle-configuration-name)
11210 (bs-string-show-always, bs-string-show-never, bs-string-current)
11211 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
11212 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
11213 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
11214 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
11215 (bs--window-config-coming-from): Revert 2006-11-09 change.
11216 (bs--restore-window-config): Keep the selected frame.
11217 (bs--track-window-changes, bs--remove-hooks): New functions.
11218 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
11219 (bs--create-header): Remove.
11220 (bs--create-header-line): New function, based on `bs--create-header'.
11221 (bs--show-header): Use `bs--create-header-line'.
11222 (bs--show-with-configuration): Revert 2006-11-09 change.
11223 Don't reuse window unless it is visible on the selected frame.
11224 Restore window configuration (possibly in a different frame)
11225 before creating any window.
11226
11227 2007-10-16 Glenn Morris <rgm@gnu.org>
11228
11229 * simple.el (blink-matching-open): Don't report false errors with
11230 the `$' syntax class.
11231
11232 2007-10-16 Richard Stallman <rms@gnu.org>
11233
11234 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
11235 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
11236 (ad-is-advised, ad-get-advice-info-field)
11237 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
11238
11239 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11240
11241 * vc-hooks.el (vc-workfile-version): Compatibility alias.
11242 (vc-default-working-revision): Compatibility for backends.
11243
11244 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
11245
11246 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
11247 (filesets-ormap, filesets-sort-case-sensitive-flag)
11248 (filesets-remake-shortcut, filesets-ingroup-collect-files):
11249 Fix typos in docstrings.
11250 (filesets-conditional-sort, filesets-find-or-display-file)
11251 (filesets-data-get-name, filesets-data-get-data)
11252 (filesets-data-set, filesets-cmd-query-replace-getargs)
11253 (filesets-ingroup-collect): Doc fixes.
11254
11255 2007-10-15 Sam Steingold <sds@gnu.org>
11256
11257 * mail/sendmail.el (sendmail-error-reporting-interactive)
11258 (sendmail-error-reporting-non-interactive): New variables for
11259 sendmail error reporting options to simplify support for imperfect
11260 sendmail emulators.
11261 (sendmail-send-it): Use them instead of list literals.
11262
11263 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
11264
11265 * help-fns.el: Revert previous change; it creates a
11266 dependency loop between advice.el and help-fns.el.
11267
11268 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
11269
11270 * help-fns.el: Require advice when compiling.
11271
11272 2007-10-14 Drew Adams <drew.adams@oracle.com>
11273
11274 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
11275 (ring-insert+extend, ring-remove+insert+extend, ring-member)
11276 (ring-next, ring-previous): New functions.
11277
11278 2007-10-14 Richard Stallman <rms@gnu.org>
11279
11280 * emacs-lisp/advice.el (documentation): Advice deleted.
11281 Doc for advised functions is now handled at C level.
11282 (ad-stop-advice, ad-start-advice): Don't enable or disable
11283 advice for `documentation'.
11284 (ad-advised-definition-docstring-regexp): Var deleted.
11285 (ad-make-advised-definition-docstring): Store orig name
11286 as text property of string.
11287 (ad-advised-definition-p): Check for text property of docstring.
11288
11289 * help-fns.el (describe-function-1): Find source of advised functions.
11290
11291 2007-10-14 Juri Linkov <juri@jurta.org>
11292
11293 * faces.el (describe-face): Allow handling a string as the face name.
11294
11295 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
11296 active region in transient-mark-mode.
11297 (ispell-region): Change messages displayed at the start and end of
11298 the spell-checking to be the same.
11299
11300 * startup.el (fancy-startup-tail): Say exactly what does the button
11301 dismiss ("Dismiss this startup screen"). Use text "Never show
11302 it again" for the checkbox after this button.
11303 (fancy-startup-screen, fancy-about-screen): Put point before the
11304 first link, so the user can quickly select links with the keyboard.
11305 (normal-mouse-startup-screen): Add more useful text describing how
11306 to follow a link.
11307
11308 2007-10-14 Glenn Morris <rgm@gnu.org>
11309
11310 * progmodes/etags.el (select-tags-table): Disable undo in the
11311 `*Tags Table List*' buffer.
11312
11313 2007-10-13 Eli Zaretskii <eliz@gnu.org>
11314
11315 * dired.el (dired-warn-writable): New face.
11316 (dired-warn-writable-face): New variable.
11317 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
11318 of dired-warning-face, for group- and world-writable files.
11319
11320 2007-10-13 Richard Stallman <rms@gnu.org>
11321
11322 * files.el (directory-abbrev-alist): Doc fix.
11323
11324 2007-10-13 Jari Aalto <jari.aalto@cante.net>
11325
11326 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
11327
11328 2007-10-12 Martin Rudalics <rudalics@gmx.at>
11329
11330 * frame.el (set-frame-configuration): Assign name parameter only
11331 if it has been set explicitly before.
11332
11333 2007-10-11 Tom Tromey <tromey@redhat.com>
11334
11335 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
11336 frame is visible.
11337
11338 2007-10-10 Richard Stallman <rms@gnu.org>
11339
11340 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
11341 in *Backtrace*.
11342
11343 * faces.el (face-font-selection-order): Doc fix.
11344
11345 * loadhist.el (unload-feature): Doc fix.
11346
11347 2007-10-13 Glenn Morris <rgm@gnu.org>
11348
11349 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
11350 (octave-re-search-forward-kw, octave-re-search-backward-kw):
11351 Add doc string, and an explicit COUNT argument.
11352 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
11353 `inc' to search functions.
11354
11355 * faces.el (face-spec-set): When FRAME is nil, set the default for
11356 new frames (restores pre-2007-09-17 behavior). Doc fix.
11357
11358 2007-10-13 John W. Eaton <jwe@octave.org>
11359
11360 * progmodes/octave-mod.el (octave-looking-at-kw)
11361 (octave-re-search-forward-kw, octave-re-search-backward-kw):
11362 New functions.
11363 (octave-in-defun-p, calculate-octave-indent)
11364 (octave-blink-matching-block-open, octave-beginning-of-defun)
11365 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
11366 to search for regexps that contain case-sensitive keywords.
11367 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
11368 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
11369
11370 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
11371
11372 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
11373 Do not use a single clause cond.
11374
11375 * cus-start.el (all): Use test that does not match the X11 version
11376 for mac.
11377
11378 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
11379
11380 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
11381 BROWSE buffer.
11382
11383 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
11384
11385 * cus-start.el (all): Undo previous change.
11386
11387 2007-10-13 Glenn Morris <rgm@gnu.org>
11388
11389 * woman.el (woman0-rename): Fix paren typo.
11390
11391 * mail/feedmail.el (feedmail-run-the-queue)
11392 (feedmail-look-at-queue-directory):
11393 * mail/reporter.el (reporter-dump-state):
11394 * net/eudc-hotlist.el (eudc-edit-hotlist):
11395 * net/eudc.el (eudc-display-records)
11396 (eudc-filter-duplicate-attributes)
11397 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
11398 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
11399 (eudc-bbdb-query-internal):
11400 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
11401 * net/socks.el (socks-build-auth-list):
11402 * progmodes/cc-cmds.el (top level):
11403 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
11404 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
11405 (cperl-write-tags, cperl-tags-treeify):
11406 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
11407 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
11408 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
11409 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
11410 (idlwave-toolbar-remove-everywhere):
11411 * progmodes/idlwave.el (idlwave-indent-line)
11412 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
11413 (idlwave-write-paths, idlwave-all-method-classes)
11414 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
11415 (idlwave-fix-keywords, idlwave-display-calling-sequence)
11416 (idlwave-complete-in-buffer):
11417 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
11418 (org-fast-tag-selection):
11419 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
11420 than mapcar.
11421
11422 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
11423
11424 * diff-mode.el (diff-fine-change): Add :group.
11425
11426 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
11427
11428 * cus-start.el (all): Use the same test as the 22.2 branch.
11429
11430 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11431
11432 * diff-mode.el (diff-current-defun): Force recomputation of
11433 change-log-default-name.
11434
11435 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
11436
11437 * startup.el (fancy-startup-screen): Remove an unnecessary newline
11438 and some leftover logic regarding dedicated frames. If showing
11439 concise startup screen, fit window to buffer.
11440 (command-line-1): If we will be using the splash screen, use
11441 find-file instead of find-file-other-window to find additional files.
11442 Comment out unused code for coping with the old sit-for behavior.
11443
11444 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11445
11446 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
11447 `meta' modifier consistently, rather than using sometimes meta
11448 sometimes alt.
11449
11450 2007-10-12 Martin Rudalics <rudalics@gmx.at>
11451
11452 * window.el (handle-select-window): Revert part of 2007-10-08
11453 change setting the input focus.
11454
11455 2007-10-12 Glenn Morris <rgm@gnu.org>
11456
11457 * startup.el (command-line): Do not read abbrev file in batch mode.
11458
11459 * emacs-lisp/byte-opt.el (top level):
11460 * mail/rmail.el (rmail-list-to-menu):
11461 * obsolete/hilit19.el (hilit-mode):
11462 * progmodes/cc-mode.el (c-postprocess-file-styles)
11463 (c-submit-bug-report):
11464 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
11465 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
11466 (reftex-access-parse-file):
11467 * textmodes/reftex-cite.el (reftex-do-citation)
11468 (reftex-insert-bib-matches):
11469 * textmodes/reftex-ref.el (reftex-offer-label-menu):
11470 * textmodes/reftex-sel.el (reftex-select-unmark):
11471 * textmodes/reftex-toc.el (reftex-toc-do-promote):
11472 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
11473
11474 * cus-edit.el (custom-variable-menu, custom-face-menu)
11475 (custom-group-menu): Check init-file-user rather than
11476 user-init-file, in case cus-edit is loaded by site-run-file.
11477
11478 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
11479
11480 * vc.el (vc-deduce-fileset): Delete unused code.
11481 (vc-next-action): Fix typos.
11482
11483 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
11484
11485 * bs.el (bs--mark-unmark): New function.
11486 (bs-mark-current, bs-unmark-current): Use it.
11487
11488 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
11489
11490 * vc.el (vc-diff):
11491 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
11492 temporarily disable the check for his edge case of
11493 vc-diff (stopping it from grinding when called from $HOME), as
11494 it's calling some brittle code in vc-hooks.el.
11495 (with-vc-properties): Fix evaluation time of a macro argument.
11496 * ediff-vers.el (ediff-vc-internal):
11497 * vc-hooks.el:
11498 * loaddefs.el: Follow up on VC terminology change.
11499
11500 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
11501
11502 * follow.el (follow-stop-intercept-process-output):
11503 Use `follow-call-process-filter' rather than `process-filter'.
11504 Simplify.
11505
11506 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
11507
11508 * vc-hooks.el (vc-registered): Robustify this function a bit
11509 against filenames with no directory component.
11510
11511 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11512
11513 * international/characters.el: Undo unwanted and unexplained change.
11514
11515 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11516
11517 * ps-print.el: Fix the usage of :foreground and :background face
11518 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
11519 (ps-print-version): New version 6.7.6.
11520 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
11521 Fix code.
11522 (ps-face-foreground-color-p, ps-face-background-color-p)
11523 (ps-face-color-p): New inline funs.
11524
11525 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
11526
11527 * textmodes/org.el (org-additional-option-like-keywords): New constant.
11528 (org-complete): Use `org-additional-option-like-keywords'.
11529 (org-parse-local-options): New function.
11530
11531 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
11532
11533 * textmodes/org.el (org-in-clocktable-p): New function.
11534 (org-clock-report): Only update the table at point, or insert a new one.
11535 (org-clock-goto): New function.
11536 (org-open-file): Use `start-process-shell-command' instead of
11537 `shell-command' with an ampersand.
11538 (org-deadline, org-schedule): New argument REMOVE to remove the
11539 date from the entry.
11540 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
11541 argument to `org-schedule' and `org-deadline'.
11542 (org-trim): Use the correct expressions for beginning and end of
11543 the string.
11544 (org-get-cleaned-entry): Trim the string before returning it.
11545 (org-clock-find-position): New function.
11546 (org-clock-into-drawer): New option.
11547 (org-agenda-tags-column): Rename from
11548 `org-agenda-align-tags-to-column'.
11549 (org-agenda-align-tags): Allow negative values for
11550 `org-agenda-tags-column'.
11551 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
11552 (org-agenda-to-appt): New optional argument FILTER.
11553 (org-completion-fallback-command): New variable.
11554 (org-complete): Use `org-completion-fallback-command'.
11555 (org-find-base-buffer-visiting): Catch the case that there is no
11556 buffer visiting the file.
11557 (org-property-or-variable-value): New function.
11558 (org-todo): Use `org-property-or-variable-value'
11559 (org-agenda-compact-blocks): New option.
11560 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
11561 (org-agenda-schedule, org-agenda-deadline):
11562 Call `org-agenda-show-new-time'.
11563 (org-agenda-show-new-time): New argument PREFIX.
11564 (org-colgroup-info-to-vline-list): Fix but that cause a
11565 shift in the vertical lines.
11566 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
11567 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
11568 (org-indent-item): No arg in call to `org-fix-bullet-type'.
11569 (org-fix-bullet-type): Remove argument.
11570 (org-read-date): Check for am/pm twice, to catch the end time.
11571 (org-goto-map): Use `suppress-keymap'.
11572 (org-remember-apply-template): Respect the dynamically scoped
11573 selection character.
11574
11575 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
11576
11577 * textmodes/org-export-latex.el (org-export-latex-protect-string):
11578 Renaming of `org-latex-protect'.
11579 (org-export-latex-emphasis-alist): By default, don't protect
11580 any emphasis formatter from further conversion.
11581 (org-export-latex-tables): Honor column grouping for tables.
11582 (org-export-latex-title-command): New option.
11583 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
11584 export backslash character.
11585
11586 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11587
11588 * frame.el (frame-inherited-parameters): Remove unused `environment'
11589 parameter, and let server.el add `client' when needed.
11590
11591 * server.el (server-create-tty-frame)
11592 (server-create-window-system-frame): Set frame-inherited-parameters.
11593
11594 * frame.el (frame-inherited-parameters): New var.
11595 (make-frame): Use it.
11596
11597 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
11598
11599 * env.el (let-environment): Remove. Unused.
11600 (read-envvar-name): Simplify.
11601 (setenv): Remove unused arg `frame'.
11602
11603 * help-fns.el (describe-variable): Add missing " " for multiline
11604 obsolescence info and missing EOL after global value.
11605
11606 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
11607
11608 * add-log.el:
11609 * ediff-vers.el:
11610 * log-view.el:
11611 * pcvs.el:
11612 * vc-arch.el:
11613 * vc-bzr.el:
11614 * vc-cvs.el:
11615 * vc.el:
11616 * vc-git.el:
11617 * vc-hg.el:
11618 * vc-hooks.el:
11619 * vc-mcvs.el:
11620 * vc-mtn.el:
11621 * vc-rcs.el:
11622 * vc-sccs.el:
11623 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
11624 {find,init,next,previous,annotate-*,log}-version ->
11625 {find,init,next,previous,annotate-*,log}-revision,
11626 annotate-focus-version -> annotate-working-revision, The term
11627 'focus' is gone. The term 'revision' is now used consistently
11628 everywhere that reference to a revision ID is intended, replacing
11629 older use of 'version'.
11630
11631 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
11632
11633 * follow.el: Change all instances of "Follow Mode" to "Follow
11634 mode" in docstrings and messages.
11635 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
11636
11637 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
11638
11639 * vc.el (vc-next-action): Rewrite completely; this principal
11640 entry point now operates on a current fileset selected either
11641 explicitly via VC-Dired or implicitly by visiting a file buffer,
11642 rather than always operating on the file of the current buffer as
11643 in older versions. Rewrite the rest of the mode to match.
11644 (with-vc-properties): Rewrite to operate on a file list.
11645 (with-vc-file): vc-checkin takes a file list argument now.
11646 (vc-post-command-functions): This hook now receives a file list.
11647 (vc-do-command): Take a either a file or a file list as argument.
11648 (vc-deduce-fileset): New function for deducing a file list to
11649 operate on.
11650 (vc-next-action-on-file, vc-next-action-dired): Remove.
11651 Merge into vc-next-action.
11652 (vc-register): Adapt to the fact that vc-start-entry now takes a
11653 file list.
11654 (vc-register-with): New function.
11655 (vc-start-entry): Take a file list argument rather than a
11656 file argument.
11657 (vc-checkout): Cope with vc-start-entry taking a file list.
11658 (vc-steal-lock): Cope with with-vc-properties taking a
11659 file list.
11660 (vc-checkin): Take a file list argument rather than a file argument.
11661 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
11662 (vc-diff-internal): Rewrite for filesets.
11663 (vc-diff-sentinel): New function, tests whether changes were
11664 written into a diff buffer.
11665 (vc-diff): Rewrite for filesets.
11666 (vc-version-diff): Rewrite for filesets.
11667 (vc-print-log): Take a fileset argument.
11668 (vc-revert): Revert the entire selected fileset, not just the
11669 current buffer.
11670 (vc-rollback): Roll back the entire selected fileset, if
11671 possible. No longer accepts a prefix argument.
11672 (vc-update): Merge new changes for the entire selected
11673 fileset, not just the current buffer.
11674 (vc-revert-file): Cope with with-vc-properties taking a file list.
11675 (vc-default-dired-state-info): Add + status suffix if the file is
11676 modified.
11677 (vc-annotate-warp-version): Use the new diff machinery.
11678 (vc-log-edit): Take a file list argument rather than a file argument.
11679
11680 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
11681
11682 Sync with Tramp 2.1.11.
11683
11684 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
11685 Pacify byte compiler.
11686
11687 * net/trampver.el: Update release number.
11688
11689 2007-10-09 Richard Stallman <rms@gnu.org>
11690
11691 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
11692
11693 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
11694
11695 * follow.el: Require easymenu.
11696 (follow-mode-hook, follow-mode): Doc fixes.
11697 (follow-mode-off-hook): Mark as obsolete.
11698
11699 2007-10-08 Martin Rudalics <rudalics@gmx.at>
11700
11701 * window.el (mouse-autoselect-window-cancel): Don't cancel for
11702 select-window or select-frame events.
11703 (handle-select-window): When autoselecting window set input
11704 focus. Restructure.
11705
11706 * frame.el (focus-follows-mouse): Move to frame.c.
11707 * cus-start.el (all): Add focus-follows-mouse.
11708
11709 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
11710
11711 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
11712 activate font-locking in the *buffer-selection* buffer.
11713 (bs-show-sorted): Doc fix.
11714
11715 * bs.el (bs--get-marked-string, bs--get-modified-string)
11716 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11717 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
11718 (bs--format-aux): Doc fix.
11719
11720 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
11721
11722 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
11723
11724 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
11725
11726 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
11727 (gud-gdb): New function for old M-x gdb (text command mode).
11728 (gud-gdb-command-name, gdb): Move to...
11729
11730 * progmodes/gdb-ui.el: ...here and adapt doc string.
11731 (gud-gdba-command-name, gdba): Delete.
11732
11733 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
11734
11735 * bs.el: Don't defvar `font-lock-verbose'.
11736 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
11737 (bs--get-file-name): Fix typos in docstrings.
11738 (bs--show-header): Use `dolist' instead of `mapcar'.
11739 (bs-mode): Set `show-trailing-whitespace' to nil.
11740 (bs-buffer-sort-function, bs-mouse-select-other-frame)
11741 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
11742 Doc fixes.
11743
11744 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
11745
11746 * progmodes/gud.el (pdb): Specify file for gud-break.
11747
11748 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
11749
11750 * progmodes/gud.el (gdb): Make graphical mode the default and
11751 switch to text command mode if appropriate, i.e., reverse previous
11752 arrangement.
11753 (gud-gdb-marker-filter): Adapt for above change.
11754
11755 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
11756 gud-minor-mode and gud-marker-filter.
11757 (gdb-fullname-regexp): New variable.
11758 (gud-gdba-marker-filter): Use it to switch to text command
11759 mode if appropriate.
11760
11761 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
11762
11763 * progmodes/gud.el (gud-display-line): Find source buffer even when
11764 GUD buffer has its own frame.
11765
11766 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11767
11768 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
11769
11770 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11771
11772 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
11773
11774 2007-10-08 Martin Rudalics <rudalics@gmx.at>
11775
11776 * allout.el (allout-before-change-handler): Replace got-char by
11777 goto-char.
11778
11779 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11780
11781 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
11782 Used to try and automatically enabled smerge-mode in the presence of
11783 conflicts and to call `svn resolved' when the conflicts are gone.
11784 (vc-svn-parse-status): Remember the svn-specific status.
11785
11786 2007-10-08 Eli Zaretskii <eliz@gnu.org>
11787
11788 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
11789 menu-bar-apropos-menu. All users changed.
11790 (menu-bar-help-menu): Change menu symbols to better match the text
11791 displayed by the menu.
11792
11793 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
11794
11795 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
11796 #, @, : and ^.
11797
11798 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
11799
11800 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
11801
11802 * log-view.el (log-view-mode-map): Likewise.
11803
11804 * diff-mode.el (diff-mode-shared-map): Likewise.
11805
11806 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
11807
11808 * files.el (file-name-sans-versions): Also allow `A-Z'.
11809
11810 * vc.el: Mention all supported VC backends.
11811
11812 2007-10-08 Richard Stallman <rms@gnu.org>
11813
11814 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
11815 neighbouring buttons.
11816
11817 2007-10-08 Andreas Schwab <schwab@suse.de>
11818
11819 * files.el (file-name-sans-versions): Also allow `_'.
11820
11821 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
11822
11823 * files.el (file-name-sans-versions): Allow - and a-z in version names.
11824
11825 * log-view.el (log-view-mode-map, log-view-mode-menu):
11826 Bind log-view-annotate-version.
11827 (log-view-beginning-of-defun, log-view-end-of-defun)
11828 (log-view-annotate-version): New functions.
11829 (log-view-mode): Use log-view-beginning-of-defun and
11830 log-view-end-of-defun.
11831
11832 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11833
11834 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
11835
11836 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11837
11838 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
11839 neighbouring buttons.
11840
11841 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11842 Recognize gcc's use of "note" for informational messages.
11843
11844 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11845
11846 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
11847 (css-mode): Update correspondingly.
11848
11849 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
11850
11851 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
11852 Signed-off-by, Acked-by and Merge.
11853
11854 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11855
11856 * ediff-init.el (ediff-verbose-p): This var is not a constant.
11857
11858 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11859
11860 * vc-mtn.el: New file.
11861
11862 * vc-hooks.el (vc-handled-backends): Add Mtn.
11863
11864 2007-10-08 Eli Zaretskii <eliz@gnu.org>
11865
11866 * files.el (find-file, find-file-other-window)
11867 (find-file-other-frame, find-file-existing, find-file-read-only)
11868 (find-file-read-only-other-window)
11869 (find-file-read-only-other-frame)
11870 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
11871
11872 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
11873
11874 * progmodes/gud.el (gdb-ready): New variable.
11875 (gdb): Set it to nil. Set gud-running to nil here...
11876 (gud-common-init): ...instead of here.
11877
11878 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
11879 Use gdb-ready. Discard input until GDB is ready to accept it.
11880
11881 2007-10-08 Martin Rudalics <rudalics@gmx.at>
11882
11883 * dired.el (dired-warning): Inherit from font-lock-warning-face to
11884 make it show up with eight colors.
11885
11886 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11887
11888 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
11889 diffs are concatenated with no intervening line.
11890
11891 2007-10-08 Dave Love <fx@gnu.org>
11892
11893 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
11894 (python-font-lock-keywords): Update to the 2.5 version of the language.
11895 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
11896 (python-backspace): Only behave funny in code.
11897 (python-compilation-regexp-alist): Add PDB stack trace regexp.
11898 (inferior-python-mode): Add PDB prompt regexp.
11899 (python-fill-paragraph): Refine the fenced-string regexp.
11900 (python-find-imports): Handle imports spanning several lines.
11901 (python-mode): Add `class' to hideshow support.
11902
11903 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11904
11905 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11906 Use add-log-buffer-file-name-function rather than binding
11907 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
11908 when `fi' is the ChangeLog file itself.
11909
11910 * outline.el (outline-flag-region): Use front-advance.
11911
11912 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
11913
11914 * progmodes/cperl-mode.el: Merge upstream 5.23.
11915 (cperl-where-am-i): Remove function.
11916 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
11917 (cperl-sniff-for-indent): De-invert [string] and [comment].
11918 When looking for label, skip s:m:y:tr.
11919 (cperl-indent-line): Likewise.
11920 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
11921 (cperl-windowed-init): Wrong `ps-print' handling.
11922 Both thanks to Chong Yidong.
11923 (cperl-look-at-leading-count): Could fail with unfinished RExen.
11924 (cperl-find-pods-heres): If the second part of s()[] is missing,
11925 don't try to highlight delimiters...
11926
11927 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
11928
11929 * progmodes/compile.el (compilation-get-file-structure): Complete last
11930 change by also using spec-directory in the puthash.
11931
11932 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
11933
11934 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
11935 (vc-bzr-status): Fix shadowing of variable 'status'.
11936 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
11937 Use `expand-file-name' instead of `concat'.
11938 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
11939 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
11940
11941 2007-10-08 Jason Rumney <jasonr@gnu.org>
11942
11943 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
11944
11945 2007-10-08 Richard Stallman <rms@gnu.org>
11946
11947 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
11948 Add `safe-local-variable' property.
11949 (lisp-body-indent): Likewise.
11950
11951 2007-10-08 Richard Stallman <rms@gnu.org>
11952
11953 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
11954 Add doc string.
11955
11956 2007-10-08 Martin Rudalics <rudalics@gmx.at>
11957
11958 * files.el (backup-buffer-copy): Try to overwrite old backup first.
11959
11960 2007-10-08 Martin Rudalics <rudalics@gmx.at>
11961
11962 * repeat.el (repeat): Use last-repeatable-command instead of
11963 real-last-command. Run pre- and post-command hooks for
11964 self-insertion. Update doc-string.
11965
11966 2007-10-08 Alexandre Julliard <julliard@winehq.org>
11967
11968 * vc-git.el (vc-git-state): Call git-add --refresh to update the
11969 state of the file.
11970 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
11971 (vc-git-create-repo): Fix invalid command.
11972
11973 2007-10-08 Richard Stallman <rms@gnu.org>
11974
11975 * textmodes/flyspell.el (flyspell-mode):
11976 Catch errors in flyspell-mode-on.
11977
11978 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
11979
11980 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
11981
11982 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11983
11984 * international/encoded-kb.el (encoded-kbd-setup-display):
11985 Use input-decode-map rather than local-key-translation-map.
11986
11987 * term/rxvt.el (rxvt-alternatives-map): New map.
11988 (terminal-init-rxvt): Use it.
11989 Bind rxvt-function-map in input-decode-map.
11990
11991 * term/xterm.el (xterm-alternatives-map): New map.
11992 (terminal-init-xterm): Use it.
11993 Bind xterm-function-map in input-decode-map.
11994
11995 * term/x-win.el (x-alternatives-map): New var.
11996 (x-setup-function-keys): Use it.
11997
11998 * help-fns.el (describe-variable): Slightly change the layout of
11999 meta-info to separate it better from the docstring.
12000 Standardize insertion of extra empty lines in various circumstances.
12001
12002 * diff-mode.el (diff-hunk-style): New fun.
12003 (diff-end-of-hunk): Use it.
12004 (diff-context->unified): Use the new `apply' undo element,
12005 if applicable, so as to save undo-log space.
12006 (diff-fine-change): New face.
12007 (diff-fine-highlight-preproc): New function.
12008 (diff-fine-highlight): New command.
12009 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
12010
12011 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
12012 (smerge-refine-highlight-change): Add `props' argument.
12013 (smerge-refine-subst): New function holding most of smerge-refine.
12014 (smerge-refine): Use it.
12015
12016 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
12017
12018 * vc.el (vc-default-wash-log): Remove unused code, the
12019 log washers all live in the backends now.
12020 (vc-default-comment-history): Correct for the fact
12021 that wash-log is argumentless in the new API.
12022
12023 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
12024
12025 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
12026 (tramp-maybe-send-script): Apply `member' but `memq'.
12027 (tramp-advice-file-expand-wildcards): Simplify implementation.
12028
12029 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
12030
12031 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
12032
12033 * mb-depth.el (minibuf-depth-indicator-function): New variable.
12034 (minibuf-depth-setup-minibuffer): Use it.
12035
12036 2007-10-07 Glenn Morris <rgm@gnu.org>
12037
12038 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
12039 version numbers.
12040
12041 2007-10-06 Juri Linkov <juri@jurta.org>
12042
12043 * textmodes/fill.el (fill-paragraph-or-region): New function.
12044
12045 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
12046 instead of fill-paragraph.
12047
12048 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
12049 with fill-paragraph-or-region. Suspend command is now the same
12050 `suspend-frame' on window systems and on tty.
12051
12052 * image.el (image-type): Check if image-types is bound to not fail
12053 on tty.
12054
12055 * delsel.el (delete-selection-pre-hook):
12056 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
12057 is fbound to not fail on mouseless tty.
12058
12059 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
12060
12061 * net/tramp.el (top): Move loading of tramp-util.el and
12062 tramp-vc.el to tramp-compat.el.
12063 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
12064 temporary file if possible, in order to avoid a security hole.
12065 (tramp-do-copy-or-rename-file-out-of-band)
12066 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
12067 with DONT-CREATE, because the connection is not setup yet.
12068 (tramp-handle-process-file): Rewrite temporary file handling.
12069 (tramp-completion-mode): New defvar.
12070 (tramp-completion-mode-p): Use it.
12071
12072 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
12073
12074 * net/tramp-fish.el (tramp-fish-handle-process-file):
12075 Rewrite temporary file handling.
12076
12077 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
12078
12079 * vc.el: Workfile version -> focus version change. Port various
12080 comments from new VC to reduce the noise in the diff.
12081 Patch in the new vc-create-repo function to go with the
12082 header comment about it already present.
12083 There are no changes to existing logic in this patch.
12084 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
12085
12086 2007-10-06 Aaron Hawley <aaronh@garden.org>
12087
12088 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
12089
12090 2007-10-05 Chris Moore <dooglus@gmail.com>
12091
12092 * server.el (server-kill-new-buffers): Doc fix.
12093
12094 2007-10-05 John W. Eaton <jwe@octave.org>
12095
12096 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
12097 (octave-begin-keywords): Add "do".
12098 (octave-end-keywords): Remove "end".
12099 (octave-reserved-words): Add "end". Remove "all_va_args",
12100 "gplot", and 'gsplot".
12101 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
12102 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
12103 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
12104 "default_return_value", "define_all_return_values",
12105 "do_fortran_indexing", "empty_list_elements_ok",
12106 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
12107 "ok_to_lose_imaginary_part", "prefer_column_vectors",
12108 "prefer_zero_one_indexing", "propagate_empty_matrices",
12109 "resize_on_range_error", "treat_neg_dim_as_zero",
12110 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
12111 "warn_divide_by_zero", "warn_function_name_clash",
12112 "warn_missing_semicolon", "whitespace_in_literal_matrix".
12113 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
12114 "crash_dumps_octave_core", "sighup_dumps_octave_core",
12115 "sigterm_dumps_octave_core".
12116 (octave-block-match-alist): Remove "end" from block-end keywords.
12117 (octave-mode): Update ftp site address.
12118
12119 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12120
12121 * vc.el: Reorder functions, no code changes.
12122
12123 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
12124
12125 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
12126 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
12127 the cond clauses where needed.
12128 (tramp-handle-write-region): Rearrange code for proper handling of
12129 tmpfile.
12130
12131 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
12132
12133 * net/tramp.el:
12134 * net/tramp-fish.el:
12135 * net/tramp-ftp.el:
12136 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
12137 `tramp-compat-make-temp-file'.
12138
12139 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
12140
12141 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
12142
12143 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12144
12145 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
12146 already uses a more recent copyright version than the "current" one.
12147
12148 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
12149
12150 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
12151 (doc-view-insert-image): Minor aesthetical docstring changes.
12152
12153 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
12154
12155 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
12156 completing filename.
12157 (doc-view-search-internal): Docstring change.
12158
12159 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
12160
12161 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
12162 (tramp-file-name-handler-alist):
12163 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
12164 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
12165 used before, creates the file already, which is not desired.
12166 (tramp-do-copy-or-rename-file-directly): Simplify handling of
12167 temporary file.
12168 (tramp-handle-insert-file-contents): Assign the result in the
12169 short track case.
12170 (tramp-handle-insert-file-contents-literally): New defun.
12171 (tramp-completion-mode-p): Revert change from 2007-09-24.
12172 Checking for `return' etc as last character is not sufficient, for
12173 example in dired-mode when entering <g> (revert-buffer) or
12174 <s> (dired-sort).
12175
12176 * net/tramp-compat.el (top): Add also compatibility code for loading
12177 appropriate timer package.
12178 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
12179 order to avoid autoloading problems.
12180
12181 * net/tramp-fish.el:
12182 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
12183
12184 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
12185 where the second parameter of `copy-file' or `rename-file' is a
12186 remote file but not via ftp.
12187
12188 2007-10-02 Richard Stallman <rms@gnu.org>
12189
12190 * frame.el (cursor-in-non-selected-windows): Doc fix.
12191
12192 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
12193
12194 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
12195 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
12196
12197 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
12198
12199 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
12200 when `expt' doesn't give range errors.
12201
12202 2007-10-01 Markus Triska <markus.triska@gmx.at>
12203
12204 * calc/calc-math.el (math-smallest-emacs-expt):
12205 Make the computation more robust.
12206
12207 2007-09-30 David Kastrup <dak@gnu.org>
12208
12209 * startup.el (argv): Alias for `command-line-args-left' to use as
12210 `(pop argv)' inside of --eval command sequences. Allows for
12211 passing shell commands into Emacs verbatim without need for Lisp
12212 quoting.
12213
12214 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
12215 check only for changed size.
12216 (auto-revert-tail-handler): Get size from caller. If the file has
12217 shrunk, tail the whole file again (the file presumably has been
12218 rewritten).
12219
12220 * woman.el (woman-topic-all-completions, woman-mini-help):
12221 Fix fallout from 2007-09-07 introduction of `dolist' when the list
12222 actually was being manipulated in the loop.
12223 (woman-Cyg-to-Win, woman-pre-process-region)
12224 (woman-horizontal-escapes, woman-if-body, woman-unescape)
12225 (woman-strings, woman-special-characters, woman1-hc)
12226 (woman-change-fonts, woman-find-next-control-line):
12227 Use `match-beginning' rather than `match-string' when the result is
12228 just used as a flag.
12229
12230 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
12231
12232 * net/tramp-compat.el: New file.
12233
12234 * net/tramp.el:
12235 * net/tramp-fish.el:
12236 * net/tramp-smb.el:
12237 * net/tramp-uu.el:
12238 * net/trampver.el: Move compatibility code to tramp-compat.el.
12239 Apply `mapc' instead of `mapcar' when the code needs side effects
12240 only. Move utf-8 coding cookie to the second line.
12241
12242 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
12243
12244 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
12245 Improve custom type.
12246 (icon-map-list): Make it customizable. Document how to disable
12247 stock icons.
12248
12249 2007-09-30 Richard Stallman <rms@gnu.org>
12250
12251 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
12252
12253 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12254
12255 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
12256
12257 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
12258
12259 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
12260 (t-mouse-mode): New compatibility alias.
12261
12262 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
12263
12264 * server.el (server-delete-client): Only delete the terminal if it
12265 is non-nil.
12266
12267 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
12268
12269 * net/tramp.el (with-file-property, with-connection-property):
12270 Highlight as keyword.
12271 (tramp-rfn-eshadow-setup-minibuffer)
12272 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
12273 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
12274 (tramp-do-copy-or-rename-file-directly)
12275 (tramp-do-copy-or-rename-file-out-of-band)
12276 (tramp-handle-shell-command, tramp-get-debug-buffer)
12277 (tramp-send-command-and-read, tramp-equal-remote)
12278 (tramp-get-local-gid): Pacify byte-compiler.
12279 (tramp-handle-file-name-directory): Result shall not be expanded.
12280 (tramp-find-foreign-file-name-handler): Rewrite.
12281 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
12282
12283 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
12284
12285 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
12286 Apply `tramp-completion-mode-p'.
12287 (tramp-fish-handle-set-file-times)
12288 (tramp-fish-handle-executable-find)
12289 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
12290 (tramp-fish-retrieve-data): Pacify byte-compiler.
12291
12292 * net/tramp-gw.el (tramp-gw-basic-authentication):
12293 Call `tramp-read-passwd' with first parameter `nil'.
12294
12295 2007-09-28 Glenn Morris <rgm@gnu.org>
12296
12297 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
12298 than mapcar.
12299
12300 * textmodes/tex-mode.el (tex-suscript-height-ratio)
12301 (tex-suscript-height-minimum): New customizable variables.
12302 (tex-suscript-height): New function.
12303 (superscript, subscript): Set height using tex-suscript-height
12304 rather than fixing at 0.8.
12305 (tex-fontify-script, tex-font-script-display): Add :version tag.
12306
12307 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
12308
12309 * progmodes/python.el (python-eldoc-function): Doc fix.
12310
12311 2007-09-27 Glenn Morris <rgm@gnu.org>
12312
12313 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
12314 image if it is not in image-type-auto-detectable, or is there with
12315 a nil value.
12316
12317 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
12318
12319 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
12320 connection more robust.
12321
12322 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
12323
12324 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
12325 Deal with the case that special &keywords are at the beginning or
12326 end of the argument list. Also add some (incomplete) support for
12327 non-standard arglists.
12328
12329 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
12330
12331 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
12332 (eldoc-message-commands, eldoc-current-idle-delay)
12333 (eldoc-function-argstring-format): Fix typos in docstrings.
12334
12335 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
12336
12337 * calc/calc-units.el (calc-convert-units)
12338 (calc-convert-temperature): Remove unnecessary colons.
12339
12340 2007-09-26 Bastien Guerry <bzg@altern.org>
12341
12342 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
12343 New function.
12344 (org-export-latex-remove-from-headlines): Name changed because of typo.
12345 (org-export-latex-quotation-marks-convention): Option removed.
12346 (org-export-latex-make-preamble): Handle the DATE option.
12347 (org-export-latex-cleaned-string): Now the only cleaning function,
12348 synched up with org.el.
12349 (org-export-latex-lists, org-export-latex-parse-list)
12350 (org-export-list-to-latex): New functions.
12351
12352 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
12353
12354 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
12355 (org-outline-regexp): New constant.
12356 (org-remember-handler): Throw error when the target file is not in
12357 org-mode.
12358 (org-cleaned-string-for-export): No longer call
12359 `org-export-latex-cleaned-string' with an argument.
12360 (org-get-tags): Returns now a list, not a string.
12361 (org-get-tags-string): New function.
12362 (org-archive-subtree): No need to split return of `org-get-tags'.
12363 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
12364 instead of `org-get-tags'.
12365 (org-agenda-format-date): Rename from `org-agenda-date-format'.
12366 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
12367 (org-compatible-face): New argument INHERITS. Inherit from this
12368 face if possible.
12369 (org-level-1, org-level-2, org-level-3, org-level-4)
12370 (org-level-5, org-level-6, org-level-7, org-level-8)
12371 (org-special-keyword, org-drawer, org-column, org-warning)
12372 (org-archived, org-todo, org-done, org-headline-done, org-table)
12373 (org-formula, org-code, org-agenda-structure)
12374 (org-scheduled-today, org-scheduled-previously)
12375 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
12376 in the new way.
12377 (org-get-heading): New argument NO-TAGS.
12378 (org-fast-tag-selection-include-todo): Made defvar instead of
12379 defcustom, feature is not deprecated.
12380 (org-remember-store-without-prompt): New default value t.
12381 (org-todo-log-states): New variable.
12382 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
12383 Compute the log states.
12384 (org-goto-map): More commands copied from global map. Also bind
12385 `org-occur'.
12386 (org-goto): Made into a general lookup command.
12387 (org-get-location): Complete rewrite.
12388 (org-goto-exit-command): New variable.
12389 (org-goto-selected-point): New variable.
12390 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
12391 Set the new variables.
12392 (org-paste-subtree): Whitespace insertion strategy revised.
12393 (org-remember-apply-template): Protect v-A from the possibility
12394 that v-a might be nil.
12395 (org-remember-handler): Insertion rules revised.
12396 (org-todo): Respect org-todo-log-states.
12397 (org-up-heading-safe): New function.
12398 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
12399
12400 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
12401
12402 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
12403 region if in transient-mark-mode.
12404
12405 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
12406
12407 * calc/calc-ext.el (calc-init-extensions, calc-reset):
12408 * calc/calc-help.el (calc-full-help):
12409 * calc/calc-misc.el (another-calc):
12410 * calc/calc-store.el (calc-var-name-map):
12411 * calc/calc-stuff.el (calc-flush-caches):
12412 * calc/calc-units.el (math-build-units-table):
12413 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
12414 (calc-quit):
12415 * calendar/icalendar.el (icalendar--format-ical-event)
12416 (icalendar--convert-ical-to-diary):
12417 * emacs-lisp/authors.el (authors):
12418 * emacs-lisp/cust-print.el (custom-print-install)
12419 (custom-print-uninstall):
12420 * emacs-lisp/disass.el (disassemble-1):
12421 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12422 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
12423 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
12424 (elint-check-let-form, elint-check-condition-case-form)
12425 (elint-initialize):
12426 * emacs-lisp/elp.el (elp-results):
12427 * emacs-lisp/generic.el (generic-mode-internal):
12428 * emacs-lisp/re-builder.el (reb-delete-overlays):
12429 * emacs-lisp/regi.el (regi-interpret):
12430 * emacs-lisp/sregex.el (sregex--char-aux):
12431 * emulation/cua-rect.el (cua--deactivate-rectangle)
12432 (cua--highlight-rectangle, cua--rectangle-post-command):
12433 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
12434 * emulation/viper-macs.el (viper-describe-kbd-macros)
12435 (viper-describe-one-macro):
12436 * emulation/viper-util.el (viper-setup-master-buffer):
12437 * emulation/viper.el (set-viper-state-in-major-mode):
12438 * international/mule-diag.el (describe-current-coding-system):
12439 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
12440 * mail/emacsbug.el (report-emacs-bug):
12441 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
12442 * obsolete/hilit19.el (hilit-unhighlight-region)
12443 (hilit-set-mode-patterns):
12444 * play/solitaire.el (solitaire-check, solitaire-solve):
12445 * play/zone.el (zone-pgm-rotate):
12446 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
12447 * progmodes/ada-prj.el (ada-prj-display-page):
12448 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
12449 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
12450 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
12451 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
12452 * progmodes/sh-script.el (sh-make-vars-local)
12453 (sh-reset-indent-vars-to-global-values):
12454 * progmodes/sql.el (top):
12455 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
12456 * progmodes/xscheme.el (top):
12457 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
12458 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
12459 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
12460 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
12461 (artist-submit-bug-report):
12462 * textmodes/flyspell.el (flyspell-delay-commands)
12463 (flyspell-deplacement-commands):
12464 * textmodes/table.el (table--generate-source-epilogue, table-insert)
12465 (table--generate-source-cells-in-a-row, table--make-cell-map)
12466 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
12467
12468 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
12469
12470 * allout.el (produce-allout-mode-map, allout-process-exposed):
12471 * ansi-color.el (ansi-color-make-color-map):
12472 * autoinsert.el (auto-insert):
12473 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
12474 * dired-aux.el (dired-create-files):
12475 * dired.el (dired-restore-desktop-buffer):
12476 * ediff-diff.el (ediff-setup-fine-diff-regions):
12477 * ediff-mult.el (ediff-intersect-directories)
12478 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
12479 (ediff-redraw-registry-buffer):
12480 * ediff-ptch.el (ediff-fixup-patch-map):
12481 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
12482 (ediff-really-quit, ediff-clear-diff-vector):
12483 * emerge.el (emerge-really-quit):
12484 * ffap.el (ffap-replace-file-component):
12485 * filecache.el (file-cache-add-directory)
12486 (file-cache-add-directory-recursively)
12487 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
12488 (file-cache-delete-directory, file-cache-files-matching-internal)
12489 (file-cache-display):
12490 * files.el (cd):
12491 * find-lisp.el (find-lisp-insert-directory):
12492 * finder.el (finder-compile-keywords):
12493 * help.el (view-emacs-news):
12494 * hi-lock.el (hi-lock-write-interactive-patterns):
12495 * ido.el (ido-to-end, ido-set-matches-1):
12496 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
12497 (image-dired-mark-tagged-files):
12498 * jka-cmpr-hook.el (jka-compr-get-compression-info):
12499 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
12500 * ps-print.el (ps-background, ps-begin-file)
12501 (ps-build-reference-face-lists):
12502 * simple.el (clone-buffer):
12503 * startup.el (command-line):
12504 * tempo.el (tempo-insert-template, tempo-is-user-element)
12505 (tempo-forward-mark, tempo-backward-mark):
12506 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
12507
12508 2007-09-25 Glenn Morris <rgm@gnu.org>
12509
12510 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
12511
12512 * view.el (view-search-no-match-lines): Add a doc string.
12513 Rewrite to simplify and work better.
12514
12515 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12516
12517 * progmodes/cc-mode.el (c-mode-base-map):
12518 Use c-indent-line-or-region instead of c-indent-line.
12519
12520 * indent.el (indent-for-tab-command): First check if the region is
12521 active.
12522
12523 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
12524
12525 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
12526 whitespace-rescan-timer-time is 0.
12527
12528 2007-09-24 Karl Berry <karl@gnu.org>
12529
12530 * international/mule.el (coding-system-base): Fix doc string grammar.
12531
12532 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
12533
12534 * net/tramp.el (tramp-completion-mode-p): Rename from
12535 `tramp-completion-mode'. Revert logic, check `return', `newline'
12536 and such alike. Packages like Icicles tend to use other completion
12537 characters but `tab' and `space' only.
12538
12539 2007-09-24 Adam Hupp <adam@hupp.org>
12540
12541 * progmodes/python.el (run-python): Import emacs module without
12542 waiting; prevents lockup on error.
12543
12544 2007-09-23 Richard Stallman <rms@gnu.org>
12545
12546 * mail/sendmail.el (mail-bury): Delete the frame
12547 if this frame looks like it was made for this message.
12548
12549 * completion.el (completion-separator-self-insert-command)
12550 (completion-separator-self-insert-autofilling):
12551 If `self-insert-command' has been remapped, use the substitute.
12552
12553 * simple.el (copy-region-as-kill): Doc fix.
12554
12555 * textmodes/org.el (org-confirm-shell-link-function)
12556 (org-confirm-elisp-link-function): Doc fixes.
12557
12558 2007-09-23 Glenn Morris <rgm@gnu.org>
12559
12560 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
12561
12562 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
12563
12564 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
12565
12566 * term/tvi970.el (terminal-init-tvi970): Likewise.
12567
12568 * term/sun-mouse.el (print-mouse-format): Likewise.
12569
12570 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
12571 Use forward-line instead of previous-line and next-line.
12572
12573 2007-09-22 Juri Linkov <juri@jurta.org>
12574
12575 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
12576
12577 * tutorial.el (tutorial--default-keys): Update standard bindings:
12578 rename `iconify-or-deiconify-frame' to `suspend-frame',
12579 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
12580
12581 2007-09-22 Juri Linkov <juri@jurta.org>
12582
12583 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
12584 Add help-echo to external links and to links without description.
12585 (fancy-splash-insert): Use help-echo from the 3rd element of the
12586 link specification list, or "Follow this link" if it's nil. Doc fix.
12587
12588 2007-09-22 Juri Linkov <juri@jurta.org>
12589
12590 * startup.el (command-line): Rename `inhibit-startup-message' to
12591 `inhibit-startup-screen'.
12592 (fancy-about-text): Use shorter label for "Ordering Manuals".
12593 (fancy-startup-tail): Add optional arg `concise'. When `concise'
12594 is nil, display a line with "To start..." and 3 links to useful
12595 tasks. Display the "Dismiss" button and "Don't show this message
12596 again" only when concise is non-nil.
12597 (fancy-startup-screen): Call `fancy-startup-tail' with optional
12598 arg `concise'. If CONCISE is non-nil, display a concise version
12599 of the splash screen in another window. Otherwise, switch to the
12600 startup buffer in the same window.
12601 (startup-echo-area-message): Change displayed binding from
12602 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
12603 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
12604 the GNU system".
12605 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
12606 to "*GNU Emacs*".
12607 (display-about-screen): Don't check the existence of the buffer
12608 "*About GNU Emacs*".
12609 (display-splash-screen): Make alias to `display-startup-screen'.
12610 (command-line-1): Rename `inhibit-startup-message' to
12611 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
12612 started with command line options "-f", "-funcall", "-e", "-eval",
12613 "-execute", "-insert", "-find-file", "-file", "-visit".
12614 Inhibit startup screen when Emacs is started with a file name only
12615 on tty (i.e. don't inhibit it when started with a file name like
12616 "emacs FILE..." on a window system).
12617 (command-line-1): Simplify logic of displaying the startup screen:
12618 if file-count > 0, then display the concise version in another
12619 window, otherwise display full version in the same window.
12620
12621 * help.el (help-map): Bind C-h C-a to about-emacs.
12622 (help-for-help-internal): Add C-a description to C-h help text.
12623
12624 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
12625
12626 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
12627 (checkdoc-permit-comma-termination-flag): Autoload the
12628 safe-local-variable setting.
12629
12630 * bookmark.el (bookmark-xemacsp): Remove.
12631 (bookmark-make): Don't use bookmark-xemacsp,
12632 use (featurep 'xemacs) instead.
12633
12634 * speedbar.el (speedbar-frame-mode)
12635 (speedbar-frame-reposition-smartly)
12636 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
12637 (speedbar-check-vc): Remove use of non-existent variable
12638 dframe-xemacsp, use (featurep 'xemacs) instead.
12639
12640 * indent.el (indent-for-tab-command): Indent the region if
12641 transient-mark-mode and the region is active.
12642
12643 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
12644
12645 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
12646 add inferior-octave-directory-tracker to the buffer-local value
12647 of comint-input-filter-functions.
12648
12649 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12650
12651 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
12652
12653 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
12654
12655 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
12656 on w32 frames.
12657
12658 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12659
12660 * startup.el (normal-top-level): Remove DISPLAY from
12661 process-environment to let it be computed dynamically in callproc.c.
12662
12663 * frame.el (frame-initialize, make-frame):
12664 * faces.el (tty-set-up-initial-frame-faces):
12665 * env.el (setenv): Don't set display-environment-variable.
12666
12667 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
12668 (server-create-tty-frame): Don't set unused `tty' property.
12669 Set `display' instead of display-environment-variable.
12670 (server-create-window-system-frame): No display-environment-variable.
12671
12672 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
12673
12674 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
12675 (rfn-eshadow-update-overlay-hook): New defvars.
12676 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
12677 Run the hooks.
12678
12679 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
12680 (tramp-rfn-eshadow-setup-minibuffer)
12681 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
12682 rfn-eshadow.el.
12683
12684 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
12685 timeout.
12686
12687 2007-09-21 Glenn Morris <rgm@gnu.org>
12688
12689 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
12690 * term/sun-mouse.el (suspend-emacstool): Remove.
12691 * term/sun.el: Remove emacstool-related code.
12692
12693 * emacs-lisp/bytecomp.el (byte-compile-warnings)
12694 (byte-compile-warnings-safe-p): Add `mapcar'.
12695 (byte-compile-warning-types): Add mapcar and make-local.
12696 (byte-compile-normal-call): Add option to suppress mapcar warning.
12697 (top-level): Use mapc rather than mapcar in eval-when-compile.
12698
12699 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
12700 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
12701 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
12702 Handle escaped parens.
12703 (latex-forward-sexp): Doc fix.
12704
12705 * eshell/esh-mode.el (eshell-output-filter-functions):
12706 Add eshell-postoutput-scroll-to-bottom.
12707
12708 * loadup.el: Remove termdev.
12709
12710 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
12711 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
12712
12713 2007-09-21 Markus Triska <markus.triska@gmx.at>
12714
12715 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
12716 `mapcar' is called for effect.
12717
12718 2007-09-21 Kevin Ryde <user42@zip.com.au>
12719
12720 * international/mule.el (sgml-html-meta-auto-coding-function):
12721 Bind `case-fold-search' to t.
12722
12723 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
12724
12725 * termdev.el: Remove.
12726
12727 * frame.el (get-device-terminal): New function. Moved from termdev.el.
12728 (frames-on-display-list): Use it.
12729
12730 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
12731
12732 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
12733
12734 2007-09-20 Richard Stallman <rms@gnu.org>
12735
12736 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
12737
12738 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
12739
12740 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
12741
12742 2007-09-20 Glenn Morris <rgm@gnu.org>
12743
12744 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
12745 motion functions, rather than hard-coding "\n\n".
12746 (tex-validate-region): Check for eobp, to speed up.
12747 (tex-next-unmatched-end): Doc fix.
12748
12749 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12750
12751 * files.el (auto-mode-alist): Use archive-mode for .rar files.
12752
12753 * international/mule.el (auto-coding-alist): Rar archives are binary.
12754
12755 * arc-mode.el: Add basic support for Rar.
12756 (archive-find-type): Recognize Rar's signature.
12757 (archive-desummarize): New fun.
12758 (archive-summarize): Use it to restore the buffer's data in case
12759 someone wants to switch to some other major mode.
12760 (archive-resummarize): Use it as well.
12761 (archive-rar-summarize, archive-rar-extract): New functions.
12762
12763 * filesets.el: Remove spurious * in docstrings.
12764 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
12765 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
12766 (filesets-ingroup-collect): Remove unused arg `depth'.
12767 (filesets-update): Remove unused arg `version'.
12768
12769 * finder.el (finder-compile-keywords): Fix up comment style.
12770 (finder-mouse-face-on-line): previous-line -> forward-line.
12771
12772 * recentf.el: Remove spurious * in docstrings.
12773 (recentf-save-list): Fix up comment style.
12774
12775 * progmodes/octave-mod.el: Remove spurious * in docstrings.
12776 (octave-mode-map): Move init into declaration and remove \t binding.
12777 (octave-mode-startup-message): Remove unused var.
12778 (octave-scan-blocks): Remove unused arg `from'.
12779 (octave-forward-block, octave-down-block, octave-up-block):
12780 Update callers.
12781
12782 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
12783 (meta-mode-map): Likewise and remove \t binding.
12784
12785 * net/snmp-mode.el: Remove spurious * in docstrings.
12786 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
12787 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
12788 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
12789 that completion accepts lists of strings.
12790 (snmp-mode-syntax-table): Move initialization into declaration.
12791 (snmp-mode-map): Likewise and remove \t binding.
12792 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
12793 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
12794 (snmp-indent-command): Remove.
12795
12796 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
12797 binding, so tab-always-indent works right.
12798
12799 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
12800
12801 * net/browse-url.el (browse-url-elinks-new-window): New function.
12802 (browse-url-elinks): Use browse-url-elinks-new-window.
12803 Accept optional second argument `new-window'. Fix typo in doc-string.
12804 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
12805 Improve error message.
12806
12807 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
12808
12809 * net/browse-url.el (browse-url-url-encode-chars): Use the right
12810 parameter name in the function body.
12811 Reported by Johannes Weiner.
12812
12813 2007-09-19 Glenn Morris <rgm@gnu.org>
12814
12815 * net/socks.el (socks-open-network-stream): Signal an explicit
12816 error if the port associated with a service string can't be found.
12817
12818 * textmodes/tex-mode.el (tex-terminate-paragraph):
12819 Use backward-paragraph.
12820
12821 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12822
12823 * server.el (server-running-p): New function.
12824
12825 2007-09-18 Jason Rumney <jasonr@gnu.org>
12826
12827 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
12828 x-focus-frame.
12829
12830 * frame.el (select-frame-set-input-focus, select-frame-by-name):
12831 Use x-focus-frame for w32.
12832
12833 2007-09-17 David Kastrup <dak@gnu.org>
12834
12835 * textmodes/tex-mode.el (tex-verbatim-environments):
12836 Eliminate CL dependency.
12837
12838 2007-09-17 Richard Stallman <rms@gnu.org>
12839
12840 * newcomment.el (comment-add): New arg EXTRA.
12841 (comment-region-default): Pass EXTRA if not indenting lines.
12842
12843 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
12844
12845 * net/browse-url.el (browse-url-url-encode-chars): New function.
12846 URL-encode some chars in a string.
12847 (browse-url-encode-url): Rewrite using the previous function.
12848 (browse-url-file-url): Use `browse-url-url-encode-chars'.
12849 (browse-url-elinks-sentinel): Fix typo.
12850 (browse-url-new-window-flag): Doc change.
12851
12852 2007-09-17 Glenn Morris <rgm@gnu.org>
12853
12854 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
12855 filename from `--file-line-error', if it is available.
12856
12857 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
12858
12859 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
12860 TeX `--file-line-error' format.
12861
12862 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12863
12864 * xt-mouse.el: Delete add-hook calls that were moved to
12865 xterm-mouse-mode.
12866 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
12867 does not work.
12868
12869 2007-09-17 Richard Stallman <rms@gnu.org>
12870
12871 * cus-face.el (custom-theme-set-faces): Undo previous change.
12872
12873 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
12874
12875 2007-09-17 Glenn Morris <rgm@gnu.org>
12876
12877 * textmodes/tex-mode.el (tex-region): Simplify previous change,
12878 handling the case where the region is not in `tex-main-file'.
12879 (tex-region-1): Delete.
12880 (tex-region-header): New function, doing the header part of the
12881 old tex-region-1.
12882
12883 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12884
12885 * simple.el (newline): Simplify use of prefix-numeric-value.
12886 (line-move-partial): Remove unused var `ppos'.
12887 (line-move-1): Replace 9999 with most-positive-fixnum.
12888 (move-end-of-line): Use more efficient single-property search.
12889 (move-beginning-of-line): Remove unused var `start'.
12890 (blink-matching-open): Restructure in a more functional style.
12891
12892 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
12893
12894 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
12895
12896 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12897
12898 * server.el (server-clients): Only keep procs, no properties any more.
12899 (server-client): Remove.
12900 (server-client-get, server-client-set): Remove, replace all callers by
12901 process-get and process-put resp.
12902 (server-clients-with, server-add-client, server-delete-client)
12903 (server-create-tty-frame, server-create-window-system-frame)
12904 (server-process-filter, server-execute, server-visit-files)
12905 (server-buffer-done, server-kill-buffer-query-function)
12906 (server-kill-emacs-query-function, server-switch-buffer)
12907 (server-save-buffers-kill-terminal): Update accordingly.
12908
12909 * server.el (server-with-environment): Simplify.
12910 (server-select-display, server-unselect-display): Re-add functions that
12911 seem to have been lost in the multi-tty merge.
12912 (server-eval-and-print, server-create-tty-frame)
12913 (server-create-window-system-frame, server-goto-toplevel)
12914 (server-execute, server-return-error): New functions extracted from
12915 server-process-filter.
12916 (server-execute-continuation): New functions.
12917 (server-process-filter): Restructure so that all arguments are analysed
12918 first and then acted upon in a subsequent stage. This way
12919 server-goto-toplevel can be executed later, when we know if
12920 it's necessary.
12921 Remove the "-version" and "-version-good" support.
12922
12923 2007-09-16 Drew Adams <drew.adams@oracle.com>
12924
12925 * cus-edit.el (custom-face-edit-activate): Doc fix.
12926
12927 2007-09-16 Glenn Morris <rgm@gnu.org>
12928
12929 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
12930 Following cal-bahai renaming, update all instances of
12931 list-bahai-diary-entries to diary-bahai-list-entries,
12932 mark-bahai-diary-entries to diary-bahai-mark-entries,
12933 calendar-goto-bahai-date to calendar-bahai-goto-date,
12934 insert-bahai-diary-entry to diary-bahai-insert-entry,
12935 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
12936 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
12937 calendar-print-bahai-date to calendar-bahai-print-date.
12938
12939 * textmodes/tex-mode.el (tex-region): Handle the case where the
12940 region is not in `tex-main-file'. Move the old code that applies
12941 to both cases...
12942 (tex-region-1): ...to this new function.
12943
12944 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12945
12946 * vc.el (vc-process-sentinel): New function.
12947 (vc-exec-after): Use it instead of using ugly hackish analysis and
12948 construction of Elisp code.
12949 (vc-sentinel-movepoint): New dynamically scoped var.
12950 (vc-print-log, vc-annotate): Set it to move the user's point.
12951
12952 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
12953 inhibit-modification-hooks.
12954
12955 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
12956 (calendar-bahai-print-date, calendar-bahai-goto-date)
12957 (diary-bahai-list-entries, diary-bahai-insert-entry):
12958 New names to clean up the namespace a bit more.
12959 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
12960
12961 2007-09-15 Glenn Morris <rgm@gnu.org>
12962
12963 * calendar/holidays.el (holiday-list): Rename it back to
12964 `list-holidays', but leave `holiday-list' as an alias.
12965
12966 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
12967 custom group.
12968
12969 * textmodes/css-mode.el (css): New custom group.
12970 (css-electrick-keys, css-selector, css-property)
12971 (css-indent-offset): Specify custom group.
12972
12973 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12974
12975 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
12976 (cvs-execute-single-file): Use process-file.
12977 (cvs-run-process): Use start-file-process.
12978
12979 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
12980
12981 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
12982 level. Remove the hooks when turning off the mode.
12983
12984 * term/xterm.el: Require xt-mouse at compile time.
12985 (terminal-init-xterm): Turn on xterm mouse tracking for this
12986 terminal if xterm-mouse-mode is enabled.
12987
12988 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
12989
12990 * term/xterm.el (xterm-function-map): Replace bindings that were
12991 deleted by the merge.
12992
12993 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
12994
12995 * play/bubbles.el (bubbles-version): Bump value to "0.5".
12996 (bubbles-mode-map): Move define-key statements here.
12997 (bubbles-game-theme-menu): Ditto.
12998 (bubbles-graphics-theme-menu): Ditto.
12999 (bubbles-menu): Ditto.
13000 (bubbles-mode): Initialize buffer-undo-list, redisplay.
13001 (bubbles--initialize): Reset buffer-undo-list, redisplay.
13002 (bubbles-plop): Set buffer-undo-list, redisplay.
13003 (bubbles-undo): Reset buffer-undo-list, redisplay.
13004 (bubbles--show-images): Take care of missing text properties.
13005
13006 2007-09-14 Glenn Morris <rgm@gnu.org>
13007
13008 * startup.el (fancy-startup-text, fancy-about-text): Fix face
13009 quoting.
13010
13011 * calendar/cal-hebrew.el, calendar/cal-menu.el
13012 * calendar/calendar.el, calendar/diary-lib.el
13013 * calendar/holidays.el: Rename all instances of
13014 list-calendar-holidays callers to calendar-list-holidays,
13015 list-holidays to holiday-list, check-calendar-holidays to
13016 calendar-check-holidays, mark-calendar-holidays to
13017 calendar-mark-holidays, and filter-visible-calendar-holidays to
13018 holiday-filter-visible-calendar.
13019
13020 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13021
13022 * term/xterm.el (xterm-function-map): Add C-M- bindings.
13023
13024 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
13025
13026 * play/bubbles.el (bubbles--initialize-images): Fix bug:
13027 Use transparent background for empty cells in graphics mode.
13028
13029 2007-09-13 Jari Aalto <jari.aalto@cante.net>
13030
13031 * man.el (Man-default-man-entry): At end of line, continue looking
13032 to the next line for possible end of hyphenated command.
13033
13034 2007-09-13 Chris Moore <dooglus@gmail.com>
13035
13036 * shell.el (shell-resync-dirs): Don't move the cursor relative to
13037 the command being edited.
13038
13039 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
13040
13041 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
13042
13043 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
13044
13045 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
13046 C-M-S- keys.
13047
13048 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
13049
13050 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
13051
13052 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
13053 New argument `filename-p' to use one set of confusing chars or another.
13054 (browse-url-file-url): Use the argument.
13055 Suggested by Johannes Weiner.
13056
13057 2007-09-12 Romain Francoise <romain@orebokech.com>
13058
13059 * cus-start.el (all): Revert 2007-09-08 change.
13060
13061 2007-09-12 Aaron Hawley <aaronh@garden.org>
13062
13063 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
13064 extract .Z files, since it is more common than uncompress.
13065
13066 2007-09-12 Glenn Morris <rgm@gnu.org>
13067
13068 * textmodes/org-publish.el (org-publish-org-to-html): Remove
13069 duplicate function definition.
13070
13071 2007-09-10 Chris Moore <dooglus@gmail.com>
13072
13073 * diff-mode.el (diff-sanity-check-hunk):
13074 Also accept single-line hunks.
13075
13076 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
13077
13078 * startup.el (startup-screen-inhibit-startup-screen)
13079 (pure-space-overflow-message): New vars.
13080 (fancy-splash-insert): Allow functions for face and link specs.
13081 (fancy-splash-head): Remove unused arg. Move splash text...
13082 (fancy-startup-text, fancy-about-text): ...here.
13083 (fancy-startup-tail): Rename from fancy-splash-tail.
13084 (fancy-startup-screen, fancy-about-screen): Split off from
13085 fancy-splash-screens.
13086 (display-startup-screen): New function.
13087 (display-about-screen): Rename from display-splash-screen.
13088 (command-line-1): Use concise startup screen if necessary.
13089
13090 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
13091
13092 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
13093 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
13094
13095 2007-09-10 Dave Love <fx@gnu.org>
13096
13097 * outline.el (outline-4, outline-5, outline-7):
13098 Move font-lock-builtin-face down from 4 to 7 to better keep the
13099 progression of color brightness, and to better match Org-mode's faces.
13100
13101 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
13102
13103 * progmodes/meta-mode.el (meta-font-lock-keywords)
13104 (font-lock-match-meta-declaration-item-and-skip-to-next)
13105 (meta-comment-indent, meta-indent-previous-line)
13106 (meta-indent-unfinished-line, meta-beginning-of-defun)
13107 (meta-end-of-defun, meta-common-initialization): Handle \f.
13108 (meta-indent-unfinished-line): Do not handle a `%' in a string as
13109 a comment-start.
13110
13111 * files.el (file-modes-char-to-who, file-modes-char-to-right)
13112 (file-modes-rights-to-number): Auxiliary functions for symbolic to
13113 numeric notation of file modes.
13114 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
13115 numeric value.
13116 (read-file-modes): New. Read either an octal value of a file mode or a
13117 symbolic value, and return its numeric value.
13118
13119 * dired-aux.el (dired-do-chmod): Change to use the built-in
13120 `set-file-modes' and the previous symbolic mode parsing functions.
13121
13122 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13123
13124 * textmodes/texinfo.el: Remove spurious * in docstrings.
13125 (texinfo-mode-syntax-table, texinfo-mode-map):
13126 Initialize in the declaration.
13127
13128 * tmm.el: Remove spurious * in docstrings.
13129 (tmm-prompt): Use with-current-buffer.
13130
13131 * vcursor.el: Remove spurious * in docstrings.
13132 (vcursor-map): Initialize in the declaration.
13133 (vcursor-use-vcursor-map): Use define-minor-mode.
13134 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
13135
13136 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
13137 Initialize in the declaration.
13138 (widget-minor-mode): Use define-minor-mode.
13139
13140 * woman.el (woman-mode-map, woman-syntax-table):
13141 Initialize in the declaration.
13142
13143 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
13144
13145 * doc-view.el: New file.
13146
13147 2007-09-09 Juri Linkov <juri@jurta.org>
13148
13149 * Makefile.in (update-authors): Add etc/ to AUTHORS.
13150
13151 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
13152
13153 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
13154 to "Startup screen". Fix docstring.
13155 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
13156 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
13157 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
13158 (initial-scratch-message): Fix docstring.
13159 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
13160 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
13161 Add link to "Customize Startup" and set interval between links to
13162 5 spaces.
13163 (fancy-about-text): Add links "Authors" and "Contributing".
13164 (fancy-splash-head): Add text "Welcome to " on the startup screen,
13165 and "This is " on the about screen. Add link to
13166 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
13167 For the about screen move emacs version to the header from
13168 `fancy-splash-tail' (as it's done already for normal about screen).
13169 (fancy-splash-tail): Insert emacs version only for startup screen.
13170 (normal-splash-screen): Remove duplicate empty lines.
13171 (normal-about-screen): Add links "Authors" and "Contributing".
13172
13173 * menu-bar.el (menu-bar-help-menu):
13174 Move "About Emacs" and "About GNU" to the end of the Help menu.
13175 Move "Emacs Psychotherapist" after "Send Bug Report...".
13176 Move "External Packages" after "Find Emacs Packages".
13177
13178 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
13179
13180 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
13181 they are useless with the byte compiler.
13182 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
13183 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
13184 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
13185 (tramp-file-name-real-host, tramp-file-name-port)
13186 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
13187 defuns.
13188
13189 * net/tramp-cache.el (top): Improve error message when
13190 `tramp-persistency-file-name' is corrupted.
13191
13192 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
13193
13194 * textmodes/org.el (org-re): Also replace the :alpha: class.
13195 (org-todo-tag-alist): Variable removed.
13196 (org-todo-key-alist, org-todo-key-trigger): New variables.
13197 (org-use-fast-todo-selection): New option.
13198 (org-log-done): Docstring fixed.
13199 (org-deadline-warning-days): New default value 14.
13200 (org-edit-timestamp-down-means-later): New option.
13201 (org-tag-alist): Docstring fixed.
13202 (org-fast-tag-selection-include-todo): New option.
13203 (org-export-language-setup): New languages added.
13204 (org-set-regexps-and-options): Compute the new variables.
13205 (org-paste-subtree): Cleaning up.
13206 (org-remember-apply-template): New escape %A.
13207 (org-todo): Call fast TODO selection.
13208 (org-fast-todo-selection): New function.
13209 (org-add-log-note): Allow prefix for abort exit.
13210 (org-at-property-p, org-entry-properties)
13211 (org-columns-get-autowidth-alist): Use :alpha: class.
13212 (org-get-wdays): New function.
13213 (org-agenda-remove-date): New variable.
13214 (org-agenda-get-deadlines): Use `org-get-wdays'.
13215 (org-agenda-get-deadlines): Reverse ee before returning.
13216 (org-format-agenda-item): New argument REMOVE-RE.
13217 (org-agenda-convert-date): Baha'i calendar added.
13218 (org-infile-export-plist): Also find DATE line.
13219 (org-get-min-level): New function.
13220 (org-export-as-html, org-export-as-ascii): Use the date format.
13221 (org-shiftup, org-shiftdown): Use.
13222 `org-edit-timestamp-down-means-later'.
13223 (org-assign-fast-keys): New function.
13224
13225 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
13226
13227 * cus-start.el (all): Add prefer-window-split-horizontally from
13228 window.c.
13229
13230 2007-09-08 Eli Zaretskii <eliz@gnu.org>
13231
13232 * net/browse-url.el (browse-url-galeon): Fix last change.
13233 (top-level): Require cl when compiling.
13234
13235 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
13236
13237 * textmodes/org-export-latex.el: arch-tag restored.
13238
13239 * textmodes/org-publish.el: arch-tag restored.
13240
13241 2007-09-08 Masatake YAMATO <jet@gyve.org>
13242
13243 * progmodes/which-func.el (which-func-modes): Add diff-mode.
13244
13245 * progmodes/cc-langs.el: Support new keywords added to
13246 objective-c frontend of gcc.
13247 (c-simple-stmt-kwds): Add @throw.
13248 (c-block-stmt-2-kwds): Add @synchronized.
13249 (c-block-stmt-1-kwds): Add @finally and @try.
13250
13251 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
13252
13253 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
13254 (org-agenda-after-show-hook): New variable.
13255 (org-columns-compile-format)
13256 (org-columns-get-autowidth-alist, org-buffer-property-keys)
13257 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
13258 property names.
13259 (org-get-wdays): New function.
13260
13261 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13262
13263 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
13264
13265 * term/xterm.el (xterm-function-map): Initialize in the declaration.
13266
13267 * vc-arch.el (vc-arch-checkin): Fix typo.
13268
13269 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
13270
13271 * cus-face.el (custom-theme-set-faces): Set face attributes
13272 locally for each frame.
13273
13274 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13275
13276 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
13277 via font-lock-defaults.
13278
13279 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
13280 derived-mode-p.
13281
13282 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
13283
13284 * progmodes/autoconf.el (autoconf-definition-regexp):
13285 Handle optional square brackets around definition name.
13286
13287 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
13288
13289 * net/browse-url.el (browse-url-browser-function): Add elinks.
13290 (browse-url-elinks-wrapper): New option.
13291 (browse-url-encode-url, browse-url-elinks)
13292 (browse-url-elinks-sentinel): New functions.
13293 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
13294 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
13295 Use new function browse-url-encode-url.
13296
13297 2007-09-07 Glenn Morris <rgm@gnu.org>
13298
13299 * version.el (emacs-version): Revert 2007-08-29 change: no need to
13300 say if multi-tty is present.
13301
13302 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13303
13304 * cus-start.el (split-window-preferred-function): Add custom info.
13305
13306 * calendar/holidays.el (holiday-list, calendar-check-holidays)
13307 (calendar-mark-holidays, calendar-list-holidays)
13308 (holiday-filter-visible-calendar): New names to clean up namespace.
13309 (filter-visible-calendar-holidays, list-calendar-holidays)
13310 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
13311 Add compatibility aliases.
13312 (calendar-check-holidays, calendar-mark-holidays)
13313 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
13314 (holiday-sexp): Replace append with list.
13315 (holiday-filter-visible-calendar): Replace append with push.
13316
13317 * woman.el: Remove spurious * in docstrings.
13318 (woman-mini-help, woman-non-underline-faces, woman0-rename)
13319 (woman-topic-all-completions-merge, woman-file-name-all-completions)
13320 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
13321 (woman-write-directory-cache, woman-display-extended-fonts)
13322 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
13323 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
13324 (woman-mode): Use inhibit-read-only.
13325 (woman-negative-vertical-space): Use dotimes.
13326 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
13327
13328 2007-09-06 Romain Francoise <romain@orebokech.com>
13329
13330 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
13331 (vc-bzr-workfile-version): Use it.
13332
13333 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
13334
13335 * complete.el (PC-do-completion): Don't try to treat
13336 empty string as an abbreviation.
13337
13338 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13339
13340 * help-fns.el (describe-variable): Keep doc's text properties.
13341
13342 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
13343
13344 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
13345 instead of a file.
13346
13347 2007-09-06 Glenn Morris <rgm@gnu.org>
13348
13349 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
13350 (checkdoc-minor-mode): Allow user to specify lighter via
13351 checkdoc-minor-mode-string.
13352
13353 2007-09-05 Richard Stallman <rms@gnu.org>
13354
13355 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
13356 Several items removed, simplified, or put on one line.
13357 (fancy-about-text): Add substantial contents, part of startup text.
13358 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
13359 (normal-splash-screen): Call normal-mouse-startup-screen,
13360 normal-no-mouse-startup-screen, or normal-about-screen.
13361 (normal-mouse-startup-screen): New fn, broken out, shortened.
13362 (normal-no-mouse-startup-screen): New fn, broken out.
13363 (normal-about-screen): New function, contents all new.
13364
13365 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
13366
13367 * emacs-lisp/rx.el (rx): Fix typo in docstring.
13368
13369 2007-09-05 Glenn Morris <rgm@gnu.org>
13370
13371 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
13372 is bound.
13373
13374 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13375
13376 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
13377 in doc string.
13378
13379 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
13380
13381 * server.el (server-start, server-unload-hook): Undo previous change.
13382
13383 * xt-mouse.el: Undo previous change.
13384
13385 2007-09-04 Juri Linkov <juri@jurta.org>
13386
13387 * startup.el (fancy-about-text): New variable.
13388 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
13389 (fancy-current-text, fancy-splash-stop-time)
13390 (fancy-splash-outer-buffer): Remove variables.
13391 (fancy-splash-head, fancy-splash-tail): Add new optional argument
13392 `startup' and use it to conditionally display different texts for
13393 Startup and About screens. Don't display Help commands on the About
13394 screen.
13395 (fancy-splash-screens-1): Remove function and move its content to
13396 `fancy-splash-screens' to the part that dislpays the About screen.
13397 (exit-splash-screen): Don't treat specially exiting from
13398 alternating screens.
13399 (fancy-splash-screens): Rename argument `static' to `startup'.
13400 Fix docstring. Remove code for displaying alternating screens.
13401 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
13402 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
13403 for `inhibit-read-only'.
13404 (normal-splash-screen): Rename argument `static' to `startup'.
13405 Fix docstring. Use argument `startup' to conditionally display
13406 different texts for Startup and About screens. Don't display Help
13407 commands on the About screen. Remove `unwind-protect' `sit-for'
13408 delay and `kill-buffer' after it.
13409 (display-startup-echo-area-message): Remove call to
13410 `use-fancy-splash-screens-p' because image.el is preloaded and
13411 doesn't display "Loading image... done".
13412 (display-splash-screen): Rename argument `static' to `startup'.
13413 Fix docstring.
13414
13415 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
13416
13417 * server.el (server-start, server-unload-hook):
13418 suspend-tty-functions has been renamed to suspend-tty-hook.
13419
13420 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
13421 resume-tty-hook.
13422
13423 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
13424
13425 * loadup.el: Fix merge problem, only load "button" once.
13426
13427 2007-09-03 Glenn Morris <rgm@gnu.org>
13428
13429 * vc-svn.el (vc-svn-print-log): If there is only one file, use
13430 "Working file:" as the prefix, for the sake of
13431 log-view-current-file.
13432
13433 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
13434
13435 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
13436 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
13437 if the selected frames is in
13438 xterm-modify-other-keys-terminal-list.
13439 (xterm-turn-off-modify-other-keys): Add an optional frame
13440 parameter. Only turn off modify-other-keys if FRAME is in
13441 xterm-modify-other-keys-terminal-list.
13442 (xterm-remove-modify-other-keys): New function.
13443 (terminal-init-xterm): Use it. Deal with delete-frame hook.
13444 Add the selected frame to xterm-modify-other-keys-terminal-list.
13445
13446 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13447
13448 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
13449 (icon-map-list): New variable.
13450 (x-gtk-map-stock): Use icon-map-list.
13451
13452 2007-09-02 Romain Francoise <romain@orebokech.com>
13453
13454 * log-view.el (log-view-current-file): Balance parens.
13455
13456 2007-09-02 Glenn Morris <rgm@gnu.org>
13457
13458 * comint.el (comint-mode): Don't set scroll-conservatively.
13459
13460 * eshell/em-unix.el (eshell/time): Stringify and flatten the
13461 non-command arguments.
13462
13463 * log-view.el (log-view-current-file): Give a more explicit error
13464 if log-view-file-re fails to find a match.
13465
13466 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
13467
13468 * emacs-lisp/bytecomp.el (byte-recompile-directory):
13469 Fix bug: Don't expand top-level file name more than once.
13470 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
13471
13472 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13473
13474 * server.el (server-process-filter): Don't display the splash screen.
13475 It's annoying enough on the initial screen and becomes positively
13476 obnoxious here.
13477
13478 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
13479
13480 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
13481 Change naming to use "avl-tree--" for internal functions.
13482
13483 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
13484
13485 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
13486 the merge.
13487 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
13488 (provide): Move to the end of file.
13489
13490 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
13491
13492 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
13493
13494 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
13495 New variable. List of exceptions for the duplicated word rule.
13496 (flyspell-mark-duplications-flag): Mention it.
13497 (flyspell-word): Treat it.
13498
13499 * files.el (create-file-buffer): If the filename sans directory starts
13500 with spaces, remove them.
13501
13502 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13503
13504 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
13505 (x-gtk-map-stock): Use two directory elements when matching
13506 file name.
13507
13508 2007-08-31 James Wright <james@chumsley.org>
13509
13510 * eshell/em-unix.el (eshell/info): New function.
13511
13512 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
13513
13514 * frame.el (frame-initialize, make-frame):
13515 * server.el (server-process-filter):
13516 * faces.el (tty-set-up-initial-frame-faces): Don't set
13517 term-environment-variable since it's not used any more.
13518
13519 * env.el (setenv): Don't treat $TERM specially.
13520
13521 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
13522 stated otherwise, subprocesses do not send back escape sequences
13523 corresponding to the terminal from which Emacs was started.
13524
13525 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
13526
13527 * calculator.el: Require cl for compilation.
13528
13529 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
13530
13531 * outline.el (outline-font-lock-levels): Comment out unused var.
13532 (outline-font-lock-face): Wrap around face list to handle any
13533 nesting depth gracefully.
13534
13535 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
13536
13537 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
13538 `set-file-times'.
13539
13540 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
13541
13542 * textmodes/org.el (org-export-visible): Fix drawers before export.
13543 (org-do-sort): Allow sorting by priority.
13544 (org-agenda-files): Ignore non-existing files.
13545 (org-agenda-skip-unavailable-files): New variable.
13546 (org-ellipsis): All a face as value.
13547 (org-mode): Interprete the face value of `org-ellipsis'.
13548 (org-archive-save-context-info): New option.
13549 (org-archive-subtree): Store context info in archived entry.
13550 (org-fast-tag-selection-can-set-todo-state): New variable.
13551 (org-fast-tag-selection): Allow setting TODO states through this
13552 interface.
13553 (org-cycle): Docstring updated.
13554 (org-todo-keyword-faces): New option.
13555 (org-get-todo-face): New function.
13556 (org-set-font-lock-defaults, org-agenda-highlight-todo):
13557 Use `org-get-todo-face'.
13558 (org-switch-to-buffer-other-window): New function.
13559 (org-table-edit-field, org-table-show-reference)
13560 (org-table-edit-formulas, org-add-log-note)
13561 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
13562 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
13563 `switch-to-buffer-other-window' to make sure that the temporary
13564 windows show up on the current frame.
13565 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
13566 (org-get-entries-from-diary, org-replace-region-by-html):
13567 Don't allow pop-up frames.
13568 (org-agenda-get-deadlines, org-agenda-get-scheduled):
13569 Fix problems with time-of-day.
13570 (org-export-get-title-from-subtree): New function.
13571 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
13572 with listing items that are DONE.
13573 (org-change-tag-in-region): New command.
13574 (org-agenda-skip-scheduled-if-done)
13575 (org-agenda-skip-deadline-if-done): Docstring clarified.
13576 (org-mode): Hide drawers on startup.
13577 (org-get-todo-face): New function.
13578 (org-todo-keyword-faces): New option.
13579 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
13580 (org-remove-keyword-keys): New function.
13581
13582 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
13583
13584 * progmodes/grep.el (grep-find-ignored-directories):
13585 Add monotone _MTN bookkeeping directory in workspaces.
13586 Add RCS control directory. List items in alphabetical order.
13587
13588 * progmodes/grep.el (grep-files-aliases): Add cc alias.
13589 Sort items in alphabetical order. Fix parens.
13590
13591 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
13592
13593 * vc-hg.el (vc-hg-extra-menu-map): New variable.
13594 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
13595 (vc-hg-pull): New functions.
13596 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
13597
13598 * term/mac-win.el: Don't require url, only autoloaded url
13599 functions are used in this file.
13600
13601 2007-08-29 Andreas Schwab <schwab@suse.de>
13602
13603 * shell.el (shell): Return correct value from interactive spec.
13604
13605 2007-08-29 Glenn Morris <rgm@gnu.org>
13606
13607 * version.el (emacs-version): Increase to 23.0.50.
13608
13609 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13610
13611 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
13612
13613 2007-08-29 Juri Linkov <juri@jurta.org>
13614
13615 * loadup.el: Add "button" loading after "faces" and move "startup"
13616 to load after "button".
13617
13618 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
13619
13620 * loadup.el: Load term/mac-win on a Mac using Carbon.
13621
13622 * term/mac-win.el: Provide mac-win.
13623 (mac-initialized): New variable.
13624 (mac-initialize-window-system): New function. Move global setup here.
13625 (handle-args-function-alist, frame-creation-function-alist):
13626 (window-system-initialization-alist): Add mac entries.
13627 (x-setup-function-keys): New function containing all the
13628 top level function key definitions.
13629
13630 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
13631
13632 * env.el (read-envvar-name): Don't consider the environment frame param.
13633
13634 * env.el (setenv):
13635 * frame.el (frame-initialize, make-frame):
13636 * faces.el (tty-set-up-initial-frame-faces):
13637 * server.el (server-process-filter): Set
13638 display-environment-variable and term-environment-variable.
13639
13640 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
13641
13642 2007-08-29 Jason Rumney <jasonr@gnu.org>
13643
13644 * loadup.el: Only load term/x-win when X is compiled in.
13645 Load term/w32-win and dependencies on windows-nt.
13646
13647 * term/w32-win.el: Reorder to match x-win.el more closely.
13648 Provide w32-win. Don't throw error when global window-system not w32.
13649 (internal-face-interactive): Remove obsolete function.
13650 (x-setup-function-keys): Use local-function-key-map.
13651 (w32-initialized): New variable.
13652 (w32-initialize-window-system): Set it.
13653 Move more global setup here.
13654 (x-setup-function-keys): New function.
13655 (w32-initialize-window-system): Move non function key global setup here.
13656 (x-cut-buffer-max): Remove.
13657 (w32-initialize-window-system): New function.
13658 (handle-args-function-alist, frame-creation-function-alist):
13659 (window-system-initialization-alist): Add w32 entries.
13660
13661 2007-08-29 David Kastrup <dak@gnu.org>
13662
13663 * env.el (getenv): Pass frame to getenv-internal.
13664
13665 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
13666
13667 * version.el (emacs-version): Show if multi-tty is present.
13668
13669 * loadup.el: Delay loading env; mule-conf gets confused by cl
13670 during bootstrap. Also load termdev and term/x-win.
13671
13672 * bindings.el (mode-line-client): New variable.
13673 (help-echo): Add it to the default mode-line format.
13674
13675 * cus-start.el: Remove bogus window-system reference from GTK test.
13676
13677 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
13678 (ebrowse-electric-position-mode-map):
13679 * ebuff-menu.el (electric-buffer-menu-mode-map):
13680 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
13681 not `suspend-emacs'.
13682
13683 * ediff-wind.el (ediff-setup-windows-automatic): New function.
13684 (ediff-window-setup-function): Use it as default.
13685
13686 * files.el (save-buffers-kill-terminal): New function.
13687 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
13688
13689 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
13690 and `with-selected-frame'.
13691
13692 * help-fns.el (describe-variable): Describe frame-local variables
13693 correctly.
13694
13695 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
13696 display support.
13697 (normal-erase-is-backspace-setup-frame): New function.
13698
13699 * subr.el (with-selected-frame): New function.
13700 (read-quoted-char): Use terminal-local binding of
13701 local-function-key-map instead of function-key-map.
13702
13703 * talk.el (talk): New function.
13704 (talk-handle-delete-frame): New function.
13705 (talk-add-display): Open a new frame only if FRAME was not a frame.
13706
13707 * termdev.el: New file.
13708
13709 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
13710 * term/x-win.el: Don't bind f10.
13711 * tmm.el: Remove autoload binding for f10.
13712
13713 * international/encoded-kb.el (encoded-kbd-setup-display): Use
13714 `set-input-meta-mode'. Fix broken condition before set-input-mode.
13715 Store the saved input method as a terminal parameter. Add keymap
13716 parameter. Use it instead of changing key-translation-map directly.
13717 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
13718 Remove.
13719 (encoded-kbd-setup-display): New function.
13720
13721 * international/mule-cmds.el (set-locale-environment): Fix getenv
13722 call. Use save-buffers-kill-terminal. Ignore window-system; always
13723 set the keyboard coding system. Add DISPLAY parameter.
13724 (set-display-table-and-terminal-coding-system): Add DISPLAY
13725 parameter. Pass it to set-terminal-coding-system.
13726
13727 * international/mule.el (keyboard-coding-system): Test for
13728 encoded-kbd-setup-display, not encoded-kbd-mode.
13729 (set-terminal-coding-system, set-keyboard-coding-system): Add
13730 DISPLAY parameter.
13731 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
13732
13733 * term/README: Update.
13734
13735 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
13736
13737 * term/x-win.el (x-setup-function-keys): New function. Move
13738 function-key-map tweaks here. Protect against multiple calls on
13739 the same terminal. Use terminal-local binding of
13740 local-function-key-map instead of function-key-map.
13741 (x-initialize-window-system): Make a copy of pure list. Pass a
13742 frame getenv.
13743
13744 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
13745 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
13746 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
13747 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
13748 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
13749 local-function-key-map instead of function-key-map.
13750
13751 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
13752 `substitute-key-definition' and `define-key' calls against
13753 multiple execution. Use terminal-local binding of
13754 local-function-key-map instead of function-key-map. Pass a frame
13755 to getenv.
13756
13757 * edmacro.el (edmacro-format-keys):
13758 * emulation/cua-base.el (cua--pre-command-handler):
13759 * isearch.el (isearch-other-meta-char):
13760 * xt-mouse.el: Use terminal-local binding of
13761 local-function-key-map instead of function-key-map.
13762
13763 * fringe.el (set-fringe-mode): Simplify and fix using
13764 `modify-all-frames-parameters'.
13765 * scroll-bar.el (set-scroll-bar-mode): Ditto.
13766 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
13767 check before calling `tool-bar-setup'.
13768 (tool-bar-setup): New variable.
13769 (tool-bar-setup): Use it to guard against multiple calls. Add
13770 optional frame parameter, and select that frame before adding items.
13771 (toggle-tool-bar-mode-from-frame): New function.
13772
13773 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
13774 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
13775 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
13776 "Tool-bar" toggles to reflect the state of the current frame.
13777 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
13778
13779 * env.el: Require cl for byte compilation (for `block' and `return').
13780 (environment, setenv-internal): New functions.
13781 (let-environment): New macro.
13782 (setenv, getenv): Add optional terminal parameter. Update docs.
13783 (setenv): Use setenv-internal. Always set process-environment.
13784 Handle `local-environment-variables'.
13785 (read-envvar-name, setenv, getenv): Use frame parameters
13786 to store the local environment, not terminal parameters. Include
13787 `process-environment' as well.
13788
13789 * faces.el (tty-run-terminal-initialization): New function.
13790 (tty-create-frame-with-faces): Use it. Set up faces and
13791 background mode only after the terminal has been initialized.
13792 Call terminal-init-*. Don't load the initialization file more
13793 than once. Call set-locale-environment.
13794 (frame-set-background-mode): Handle the 'background-mode terminal
13795 parameter.
13796 (tty-find-type): New function.
13797 (x-create-frame-with-faces): Remove bogus check for
13798 first frame. Call `tool-bar-setup'. Don't make frame visible
13799 until we are done setting up all its parameters. Call
13800 x-setup-function-keys.
13801
13802 * frame.el (make-frame): Always inherit 'environment and 'client
13803 parameters. Set up the 'environment frame parameter, when needed.
13804 Also inherit 'client parameter. Don't override explicitly
13805 specified values with inherited ones. Add 'terminal frame
13806 parameter. Append window-system-default-frame-alist to parameters
13807 before calling frame-creation-function.
13808 (frame-initialize): Copy the environment from the initial frame.
13809 (window-system-default-frame-alist): Enhance doc string.
13810 (frame-notice-user-settings): Don't put 'tool-bar-lines in
13811 `default-frame-alist' when initial frame is on a tty.
13812 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
13813 Remove specified parameters from `window-system-default-frame-alist'.
13814 (make-frame-on-tty, framep-on-display, suspend-frame):
13815 Extend doc string, update parameter names.
13816 (frames-on-display-list): Use terminal-id to get the display id.
13817 (frame-notice-user-settings): Extend to apply
13818 settings in `window-system-default-frame-alist' as well.
13819 (terminal-id, terminal-parameters, terminal-parameter)
13820 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
13821 (delete-frame-functions): Add to `delete-frame-functions' hook.
13822 (blink-cursor-mode): Adapt blink-cursor-mode default
13823 value from startup.el.
13824 (make-frame-on-display): Protect condition on x-initialized when
13825 x-win.el is not loaded. Update doc.
13826 (suspend-frame): Use display-controlling-tty-p to decide between
13827 suspend-emacs and suspend-tty.
13828 (frames-on-display-list): Update for display ids.
13829 (framep-on-display): Ditto.
13830 (suspend-frame): Use display-name, not frame-tty-name.
13831 (selected-terminal): New function.
13832
13833 * server.el: Use `device' instead of `display' or `display-id' in
13834 variable and client parameter names.
13835 (server-select-display): Remove (unused).
13836 (server-tty-live-p, server-handle-delete-tty): Remove.
13837 (server-unquote-arg, server-quote-arg, server-buffer-clients):
13838 Update docs.
13839 (server-getenv-from, server-with-environment, server-send-string)
13840 (server-save-buffers-kill-terminal): New functions.
13841 (server-delete-client): Handle quits in kill-buffer. Don't kill
13842 modified buffers. Add extra logging. Delete frames after
13843 deleting the tty. Clear 'client parameter before deleting a frame.
13844 Use delete-display, not delete-tty.
13845 (server-visit-files): Don't set `server-existing-buffer' if the
13846 buffer already has other clients. Return list of buffers
13847 created. Update doc. Don't set client-record when nowait.
13848 (server-handle-delete-frame): Delete the client if this was its
13849 last frame. Check that the frame is alive. Remove bogus comment.
13850 Add note on possible race condition. Delete tty clients, if needed.
13851 (server-handle-suspend-tty): Use server-send-string. Kill the
13852 client in case of errors from process-send-string. Use the display
13853 parameter.
13854 (server-unload-hook): Remove obsolete delete-tty hook.
13855 (server-start): Ask before restarting if the old server still has
13856 clients. Add feedback messages. Remove obsolete delete-tty hook.
13857 (server-process-filter): Use server-send-string. Accept `-dir'
13858 command. Switch to *scratch* immediately after creating the frame,
13859 before evaluating any -evals. Protect `display-splash-screen'
13860 call in a condition-case. Explain why. Call
13861 `display-startup-echo-area-message' before
13862 `display-splash-screen'. Don't display the splash screen when no
13863 frame was created. Show the Emacs splash screen and startup echo
13864 area message. Display the *scratch* buffer by default. Store the
13865 local environment in a frame (not terminal) parameter. Do not try
13866 to decode environment strings. Fix reference to the 'display
13867 frame parameter. Change syntax of environment variables. Put
13868 environment into terminal parameters, not client parameters. Use
13869 a dummy client with --no-wait's X frames. In `-position LINE'
13870 handler, don't ruin the request string until the line number is
13871 extracted. Log opened files. Handle -current-frame command.
13872 Don't create frames when it is given. Don't bind X frames to the
13873 client when we are in -no-wait mode. Set locale environment
13874 variables from client while creating tty frames. Disable call to
13875 configure-display-for-locale. When processing -position command,
13876 don't change the request string until the parameters are
13877 extracted. Don't try to create an X frame when Emacs does not
13878 support it. Improve logging. Temporarily set ncurses-related
13879 environment variables to those of the client while creating a new
13880 tty frame. Select buffers opened by nowait clients, don't leave
13881 them buried under others. Set the display parameter, and use it
13882 when appropriate.
13883
13884 * startup.el (display-startup-echo-area-message): Handle
13885 `inhibit-startup-echo-area-message' here.
13886 (command-line-1): Moved from here.
13887 (fancy-splash-screens): Use `overriding-local-map' instead of
13888 `overriding-terminal-local-map' for now; the latter doesn't work
13889 right, it looses keypresses to another terminal. Use
13890 `overriding-terminal-local-map' to set up keymap. Install a
13891 `delete-frame-functions' hook to catch `delete-frame' events.
13892 Ignore `select-window' events to cope better with
13893 `focus-follows-mouse'. Don't switch back to the original buffer
13894 if the splash frame has been killed. Restore previous buffer, even
13895 if it's *scratch*.
13896 (normal-splash-screen): Don't let-bind `mode-line-format'; it
13897 changes the global binding - setq it instead. Use
13898 `save-buffers-kill-terminal'.
13899 (display-splash-screen): Don't do anything if the splash screen is
13900 already displayed elsewhere.
13901 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
13902 (command-line): Replace duplicated code with a call to
13903 tty-run-terminal-initialization. Don't load the terminal
13904 initialization file more than once. Remove call to nonexistent
13905 function `set-locale-translation-file-name'.
13906
13907 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
13908 parameters.
13909 (xterm-mouse-position-function, xterm-mouse-event): Update.
13910 (xterm-mouse-mode): Don't depend on current value of window-system.
13911 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
13912 Update for multi-tty.
13913 (turn-on-xterm-mouse-tracking-on-terminal)
13914 (turn-off-xterm-mouse-tracking-on-terminal)
13915 (xterm-mouse-handle-delete-frame): New functions.
13916 (delete-frame-functions, after-make-frame-functions)
13917 (suspend-tty-functions, resume-tty-functions): Install extra hooks
13918 for multi-tty.
13919
13920 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
13921
13922 * simple.el (invisible-p): Remove: implemented in C now.
13923 (line-move-invisible-p): Remove obsolete alias.
13924
13925 2007-08-28 Juri Linkov <juri@jurta.org>
13926
13927 * image-mode.el (image-type): New variable.
13928 (image-mode): Set default major mode name to "Image[text]".
13929 (image-minor-mode): Change LIGHTER to display image-type in the
13930 mode line.
13931 (image-minor-mode): Set default image-type to "text".
13932 (image-toggle-display): After switching to text mode, set
13933 image-type to "text" and major mode name to "Image[text]".
13934 After switching to image mode, set image-type to actual image
13935 type, and add image type to major mode name. Let-bind the same
13936 variable names as arguments of `image-type' and `create-image'.
13937 Bind `type' to the result of `image-type' and use it as arg
13938 of `create-image' to not determine the image type twice.
13939
13940 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
13941
13942 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
13943 (tramp-set-file-uid-gid, tramp-get-local-uid)
13944 (tramp-get-local-gid): New defuns.
13945 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
13946 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
13947 Improve fast track.
13948 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
13949 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
13950 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
13951 (tramp-handle-write-region): Improve fast track.
13952 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
13953 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
13954 be nil.
13955
13956 2007-08-28 Ivan Kanis <apple@kanis.eu>
13957
13958 * time.el: New feature to display several time zones in a buffer.
13959 (display-time-world-mode, display-time-world-display)
13960 (display-time-world, display-time-world-timer): New functions.
13961 (display-time-world-list, display-time-world-time-format)
13962 (display-time-world-buffer-name, display-time-world-timer-enable)
13963 (display-time-world-timer-second, display-time-world-mode-map):
13964 New variables.
13965
13966 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13967
13968 * term/x-win.el (x-gtk-stock-map): New variable.
13969 (x-gtk-map-stock): New function.
13970
13971 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
13972 prev/next-node.
13973
13974 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
13975
13976 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
13977
13978 2007-08-28 Glenn Morris <rgm@gnu.org>
13979
13980 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
13981
13982 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
13983
13984 * progmodes/modula2.el (m2-definition, m2-module):
13985 Don't use previous-line. Reported by T. V. Raman.
13986
13987 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13988
13989 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
13990 argument to tool-bar-mode call.
13991
13992 2007-08-27 Glenn Morris <rgm@gnu.org>
13993
13994 * diff-mode.el (diff-find-file-name): Only accept regular files,
13995 to rule out /dev/null, directories, etc.
13996
13997 * vc-svn.el (vc-svn-diff): If the repository version of all the
13998 files is the same as the specified OLDVERS, do a local diff.
13999
14000 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14001
14002 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
14003 of buffers in uniquify-managed.
14004
14005 * simple.el (invisible-p): Rename from text-invisible-p.
14006 Update callers.
14007
14008 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14009
14010 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
14011 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
14012 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
14013 (cperl-etags-goto-tag-location): Use new style backquotes.
14014
14015 * net/browse-url.el: Remove spurious * in custom docstrings.
14016 (browse-url-filename-alist): Use new-style backquote.
14017
14018 * emacs-lisp/backquote.el (backquote-unquote-symbol)
14019 (backquote-splice-symbol): Clarify they're not new-style unquotes.
14020
14021 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
14022 (\,@): Backslash the , and ,@ which are not new-style unquotes.
14023
14024 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
14025
14026 * net/socks.el (socks-username/password-auth-filter):
14027 Remove unused vars `state' and `desired-len'.
14028 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
14029 (socks-wait-for-state-change): Use new-style backquotes.
14030
14031 * pcvs.el (cvs-mode-status): Fix long-standing typo.
14032
14033 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
14034 backquotes after each `read' rather than once per buffer.
14035
14036 * dframe.el: Remove spurious * in custom docstrings.
14037 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
14038 (dframe-xemacs20p): Remove, inline at the sole use point.
14039 (defface): Don't defvar the face, don't use old-style backquote.
14040 (defcustom): Don't use old-style backquote.
14041 (dframe-frame-parameter, dframe-mouse-event-p):
14042 Make it obvious that it's always defined.
14043 (dframe-popup-kludge): New function to replace
14044 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
14045 (dframe-frame-mode, dframe-set-timer-internal)
14046 (dframe-mouse-set-point): Remove use of with-no-warnings from
14047 XEmacs-specific code.
14048 (dframe-set-timer-internal): Fix very old bug with
14049 post-command-idle-hook.
14050
14051 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
14052
14053 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
14054
14055 * emacs-lisp/avl-tree.el: New file.
14056
14057 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
14058
14059 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
14060 was used.
14061
14062 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
14063
14064 * complete.el (PC-do-completion): Make RET accept a non-unique but
14065 complete expansion again.
14066
14067 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
14068
14069 * eshell/esh-opt.el (eshell-eval-using-options):
14070 Add debug declaration.
14071
14072 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
14073
14074 * log-view.el (log-view-toggle-mark-entry): Add docstring.
14075 (log-view-get-marked): Likewise.
14076
14077 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
14078 (vc-delete-automatic-version-backups): Likewise.
14079
14080 * vc.el (vc-dired-buffers-for-dir): Likewise.
14081
14082 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
14083
14084 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
14085 safe-local-variable setting.
14086 * progmodes/perl-mode.el (perl-indent-level): Likewise.
14087
14088 * log-view.el (log-view-marked-list): Delete variable.
14089 (log-view-mode): Don't use it.
14090 (log-view-toggle-mark-entry): Likewise, simplify.
14091 (log-view-current-tag): Don't return properties.
14092 (log-view-get-marked): New function.
14093
14094 2007-08-25 Alexandre Julliard <julliard@winehq.org>
14095
14096 * vc-git.el (vc-git-mode-line-string): New function.
14097
14098 2007-08-25 Alan Mackenzie <acm@muc.de>
14099
14100 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
14101 new language variable.
14102
14103 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
14104 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
14105 "extern" etc., rather than BOI. Fix addition of spurious
14106 syntactic-symbol 'defun-block-intro, replacing it with
14107 'innamespace, etc.
14108
14109 2007-08-25 Juri Linkov <juri@jurta.org>
14110
14111 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
14112
14113 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
14114 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
14115 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
14116
14117 * image.el (image-type-header-regexps): Use more complex regexp for svg.
14118 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
14119 (image-type-auto-detectable): Add (svg . maybe).
14120
14121 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
14122 to treat it like .tgz.
14123
14124 * calendar/cal-bahai.el: Add file coding cookie.
14125
14126 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
14127
14128 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
14129 Don't behave differently when executed via M-x. Add doc string.
14130
14131 * sort.el (sort-fold-case, sort-numeric-base): Mark as
14132 safe-local-variable.
14133
14134 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
14135
14136 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
14137 the default value.
14138 (math-calendar-tzinfo): New variable.
14139 (math-get-calendar-tzinfo): New function.
14140 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
14141 to get information when zone is nil.
14142
14143 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
14144
14145 * log-view.el (log-view-toggle-mark-entry): New function.
14146 (log-view-mode-map): Bind it.
14147 (log-view-marked-list): New variable.
14148 (log-view-mode): Make it local.
14149
14150 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
14151
14152 * play/zone.el (zone-pgm-rat-race): New func.
14153 (zone-programs): Add `zone-pgm-rat-race'.
14154
14155 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14156
14157 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
14158 a list.
14159
14160 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
14161
14162 * progmodes/hideshow.el (hs-match-data): Delete alias.
14163 (hs-hide-block-at-point, hs-find-block-beginning)
14164 (hs-show-block): Use `match-data' directly.
14165
14166 2007-08-24 Martin Rudalics <rudalics@gmx.at>
14167
14168 * format.el (format-alist): Fix typo in doc-string.
14169
14170 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
14171
14172 * net/tramp.el (tramp-local-host-p): New defun.
14173 (tramp-handle-file-local-copy, tramp-handle-write-region):
14174 Implement fast track when being on the local host.
14175 (tramp-file-name-handler): Don't set "started" property. It shall
14176 be reserved for the "ftp" method.
14177 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
14178
14179 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
14180 (tramp-ftp-file-name-handler): Set "started" property.
14181
14182 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
14183
14184 * files.el (backup-buffer-copy): Don't wrap delete in
14185 condition-case, only try to delete if file exists.
14186
14187 2007-08-24 Glenn Morris <rgm@gnu.org>
14188
14189 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
14190
14191 * startup.el (tutorial-directory): Set with eval-at-startup so it
14192 gets the right value in an installed Emacs.
14193
14194 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
14195
14196 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
14197 (eldoc-highlight-function-argument): Use it.
14198
14199 2007-08-23 Masatake YAMATO <jet@gyve.org>
14200
14201 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
14202 name of parameters in document body.
14203
14204 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14205
14206 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
14207 (byte-compile-output-as-comment): Use with-current-buffer rather than
14208 a weird set-buffer&prog1 combination.
14209
14210 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
14211 test so as to optimise cases where the `progn's result is constant.
14212
14213 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
14214
14215 * locate.el (locate-get-file-positions):
14216 Use line-beginning-position and line-end-position.
14217
14218 2007-08-23 John Wiegley <johnw@newartisans.com>
14219
14220 * calendar/cal-bahai.el: Added in the diacriticals that were
14221 missing for many of the month names.
14222
14223 2007-08-22 Jason Rumney <jasonr@gnu.org>
14224
14225 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
14226
14227 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
14228
14229 * image-mode.el (image-minor-mode): Use image-mode-text-map.
14230
14231 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
14232
14233 * dabbrev.el (dabbrev--progress-reporter): New variable.
14234 (dabbrev--scanning-message): Delete func.
14235 (dabbrev--find-expansion): Use a progress reporter
14236 instead of dabbrev--scanning-message.
14237
14238 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
14239
14240 * comint.el (comint-exec-1): Raise an error if
14241 `start-file-process' does not return a process object.
14242
14243 * shell.el (shell): Prompt for `default-directory' if it is a
14244 remote file name, and if called with a prefix arg.
14245
14246 2007-08-22 Sam Steingold <sds@gnu.org>
14247
14248 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
14249
14250 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
14251
14252 * textmodes/org-export-latex.el: New file.
14253
14254 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
14255
14256 * textmodes/org.el (org-agenda-skip): Allow a form for
14257 `org-agenda-skip-function'.
14258 (org-agenda-redo): Re-use local settings.
14259 (org-agenda): Store local settings.
14260 (org-agenda-deadline-faces): New option.
14261 (org-agenda-deadline-face): New function.
14262 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
14263 entries on their due date.
14264 (org-agenda-get-timestamps): No longer handle the due dates of
14265 schedules and deadline items.
14266 (org-insert-link-global, org-open-at-point-global): New commands.
14267 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
14268 :for-ascii parameter.
14269 (org-skip-comments): Function removed.
14270 (org-cleaned-string-for-export): Handle special table lines.
14271 (org-global-properties): New option.
14272 (org-entry-get-with-inheritance): Check global properties.
14273 (org-local-properties): New variable.
14274 (org-set-regexps-and-options): Find the #+PROPERTY line.
14275 (org-link-types): Change type into variable (was constant).
14276 (org-make-link-regexps): New function.
14277 (org-link-re-with-space, org-link-re-with-space2)
14278 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
14279 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
14280 these regular expressions happens now in the function
14281 `org-make-link-regexps'.
14282 (org-store-link): Call the functions in
14283 `org-store-link-functions'.
14284 (org-add-link-type): New function.
14285 (org-store-link-functions): New variable.
14286 (org-activate-tags): Force matches to be in headlines.
14287 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
14288 (org-columns-display-here): Make sure this works in a narrowed
14289 buffer by checking for point-min.
14290 (org-columns-display-here): Make the rest of the line intangible,
14291 so that point never can be there.
14292 (org-cleaned-string-for-export): Use `with-current-buffer'.
14293 (org-replace-region-by-html): Use `with-current-buffer'.
14294 (org-unfontify-region, org-do-occur, org-columns-display-here)
14295 (org-columns-remove-overlays, org-columns-quit)
14296 (org-columns-edit-value, org-columns-next-allowed-value)
14297 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
14298 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
14299 (org-agenda-todo, org-agenda-change-all-lines)
14300 (org-agenda-align-tags, org-agenda-priority)
14301 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
14302 (org-agenda-show-new-time, org-cleaned-string-for-export)
14303 (org-export-grab-title-from-buffer)
14304 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
14305 instead of `buffer-read-only'.
14306 (org-export-as-html): Set `coding-system-for-write'.
14307 (org-remember-store-without-prompt): New option.
14308 (org-archive-subtree): Fixed bug with modifying TODO keyword.
14309 (org-beginning-of-line): Also treat C-a special in items.
14310 (org-table-convert-refs-to-rc): Fixed problem with column
14311 reference after "..".
14312 (org-columns-compute): Don't mark buffer modified because of text
14313 properties.
14314 (org-batch-store-agenda-views): Use the variable
14315 `default-directory', not the function.
14316 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
14317 (org-clock-out-when-done): New option.
14318 (org-html-entities): Added HTML entities for smileys.
14319
14320 2007-08-22 Glenn Morris <rgm@gnu.org>
14321
14322 * image.el (create-image): Doc fix.
14323
14324 * startup.el (tutorial-directory): New constant.
14325 (fancy-splash-text): Tutorials now in tutorial-directory.
14326 * tutorial.el (help-with-tutorial): Tutorials now in
14327 tutorial-directory.
14328
14329 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
14330
14331 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
14332 otherwise.
14333 (tramp-get-remote-path): New defun. Replace occurrences of
14334 `tramp-default-remote-path' by this function.
14335 (tramp-set-remote-path): Move most of the code to
14336 `tramp-get-remote-path'.
14337 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
14338 existing directories, this is done already in
14339 `tramp-get-remote-path'.
14340
14341 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
14342
14343 * image-file.el (image-file-name-extensions): Add "svg".
14344 * image.el (image-type-header-regexps): Add svg entry.
14345
14346 2007-08-22 Glenn Morris <rgm@gnu.org>
14347
14348 * files.el (backup-buffer-copy): Check backup directory is
14349 writable, to avoid infloop deleting old backup.
14350
14351 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
14352 movemail related variables.
14353 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
14354 will now be set before this is called.
14355
14356 2007-08-21 Juri Linkov <juri@jurta.org>
14357
14358 * delsel.el (delete-selection-pre-hook):
14359 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
14360 instead of checking last-command.
14361
14362 2007-08-21 Juri Linkov <juri@jurta.org>
14363
14364 * loadup.el: Preload "button".
14365
14366 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
14367
14368 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14369 Add previous-line and next-line.
14370
14371 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
14372 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
14373
14374 * vc-hooks.el (vc-menu-entry): New var.
14375 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
14376 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
14377 (vc-menu-map): Declare and initialize in one step.
14378 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
14379
14380 * menu-bar.el (vc-menu-map): Don't setup any more.
14381 Instead, just create the proper spot in the menu.
14382
14383 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14384
14385 * smerge-mode.el (smerge-resolve): New arg `safe'.
14386 (smerge-resolve-all, smerge-batch-resolve): New function.
14387 (smerge-refine): Make sure `diff' returns the expected result.
14388 (smerge-parsep-re): New const.
14389 (smerge-mode): Use it to adjust paragraph-separate.
14390
14391 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14392 Correctly match / regexp matchers as first char on a line when
14393 fontifying only that line.
14394
14395 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
14396
14397 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14398
14399 * vc-bzr.el: Don't fiddle with vc-handled-backend.
14400 (vc-bzr-registered): Don't redundantly protect against
14401 file-error. Actually use the format-specific code.
14402 (vc-bzr-buffer-nonblank-p): Remove.
14403 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
14404
14405 2007-08-20 Juri Linkov <juri@jurta.org>
14406
14407 * startup.el (fancy-splash-text): Change multiple tabs into one
14408 tab. Remove "Useful File menu items" section (with "Exit Emacs"
14409 and "Recover Crashed Session").
14410 (fancy-splash-screens): Set tab-width to 22.
14411 (normal-splash-screen): Replace literal tabs with \t and
14412 fix whitespace. Remove "Useful File menu items" section (with
14413 "Exit Emacs" and "Recover Crashed Session").
14414
14415 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
14416
14417 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
14418 extracted from `eval-last-sexp-1'.
14419 (eval-last-sexp-1): Call `preceding-sexp'.
14420
14421 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
14422
14423 * vc-rcs.el (vc-rcs-annotate-command):
14424 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
14425 Add back :vc-annotate-prefix propertization.
14426
14427 2007-08-20 Andreas Schwab <schwab@suse.de>
14428
14429 * mail/rmail.el (rmail-autodetect): Doc fix.
14430
14431 2007-08-19 Juri Linkov <juri@jurta.org>
14432
14433 * startup.el (normal-splash-screen): Add more links.
14434
14435 2007-08-19 Juri Linkov <juri@jurta.org>
14436
14437 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
14438 because it's common to both types of splash screen: fancy and normal.
14439 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
14440 (exit-splash-screen): Rename from `fancy-splash-quit'.
14441 Use `quit-window' instead of `kill-buffer'.
14442 (fancy-splash-head): Use make-button to insert GNU image link.
14443 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
14444 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
14445 (normal-splash-screen): Put "Browse manuals" on the same line with
14446 "Emacs manual". Remove descriptions from "Useful tasks" and put
14447 all links in two columns on two lines.
14448
14449 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
14450
14451 * emulation/viper.el (viper-remove-hooks): Remove some additional
14452 viper hooks when the user calls viper-go-away.
14453 (viper-go-away): Restore the default of default-major-mode.
14454 Save the value of default-major-mode before vaperization.
14455
14456 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
14457
14458 * emulation/viper-ex.el: Replace error "" with "Viper bell".
14459
14460 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
14461 buffer for which file is created.
14462
14463 2007-08-19 Glenn Morris <rgm@gnu.org>
14464
14465 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
14466 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
14467 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
14468 shadow files messing up the compilation.
14469
14470 2007-08-18 Glenn Morris <rgm@gnu.org>
14471
14472 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
14473 string. Also apply eldoc-argument-case in the help-split-fundoc
14474 case. Adapt for changed behavior of eldoc-function-argstring,
14475 eldoc-function-argstring-format, and
14476 eldoc-highlight-function-argument.
14477 (eldoc-highlight-function-argument): Handle nil INDEX argument,
14478 just call eldoc-docstring-format-sym-doc in that case.
14479 (eldoc-function-argstring): Change the behavior. Now it converts
14480 an argument list to a string.
14481 (eldoc-function-argstring-format): Change the behavior. Now it
14482 applies `eldoc-argument-case' to a string.
14483
14484 * progmodes/scheme.el (scheme-mode-variables): Set
14485 font-lock-comment-start-skip.
14486
14487 2007-08-18 Martin Rudalics <rudalics@gmx.at>
14488
14489 * progmodes/ada-mode.el (ada-create-syntax-table): Move
14490 set-syntax-table from here to ...
14491 (ada-mode): ... here. Do not change global value of
14492 comment-multi-line. Call new function
14493 ada-initialize-syntax-table-properties and add new function
14494 ada-handle-syntax-table-properties to font-lock-mode-hook.
14495 (ada-deactivate-properties, ada-initialize-properties): Replace
14496 by new functions ...
14497 (ada-handle-syntax-table-properties)
14498 (ada-initialize-syntax-table-properties)
14499 (ada-set-syntax-table-properties): ... to set up syntax-table
14500 properties uniformly, independently from whether font-lock-mode
14501 is enabled or not. Handle read-only buffers and do not change
14502 undo-list when setting syntax-table properties.
14503 (ada-after-change-function): Use ada-set-syntax-table-properties.
14504
14505 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
14506
14507 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
14508 (meta-indent-current-nesting): Use a computation of the nesting
14509 instead.
14510 (meta-indent-current-indentation): Indentation is given according
14511 to nesting and if the previous line was finished or not.
14512 (meta-indent-unfinished-line): Tell if the current line ends with
14513 a finished expression.
14514 (meta-indent-looking-at-code): Like `looking-at', but checks if
14515 the point is in a string before.
14516 (meta-indent-level-count): Use it. Don't count parenthesis as it's
14517 done in the nesting function.
14518 (meta-indent-in-string-p): Tell if the current point is in a
14519 string.
14520 (meta-indent-calculate): Treat b-o-b as a special case. Use the
14521 previous functions.
14522
14523 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
14524
14525 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
14526 (copyright-update-year, copyright-update)
14527 (copyright-fix-years): Use it.
14528
14529 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
14530
14531 * emacs-lisp/copyright.el (copyright-update-year):
14532 Fix bug: Handle nil copyright-limit.
14533
14534 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
14535
14536 * calc/calc-units.el (math-standard-units): Give exact
14537 conversion for tsp.
14538
14539 * calc/calc.el (math-bignum-digit-length): Compute the
14540 appropriate value.
14541
14542 * calc/calc-bin.el (math-bignum-logb-digit-size)
14543 (math-bignum-digit-power-of-two):
14544 * calc/calc-comb.el (math-small-factorial-table):
14545 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
14546 (math-approx-gamma-const):
14547 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
14548 (math-besY1, math-bernoulli-b-cache):
14549 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
14550 Remove `eval-when-compile's.
14551
14552 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
14553
14554 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
14555 (cperl-find-pods-heres): Fix an error when typing expressions like
14556 `s{a}{b}'.
14557
14558 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
14559
14560 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
14561 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
14562 a special case (there's no build number).
14563
14564 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
14565
14566 * completion.el (symbol-under-point, symbol-before-point)
14567 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
14568
14569 2007-08-17 Glenn Morris <rgm@gnu.org>
14570
14571 * progmodes/compile.el (compilation-get-file-structure): Make use
14572 of the directory part when checking for an existing entry, to
14573 handle files with same basename in different directories.
14574
14575 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
14576
14577 * calc/calc.el (calc-language-alist): Add texinfo-mode.
14578
14579 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14580
14581 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
14582 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
14583 (ps-paragraph-spacing): Docstring fix.
14584
14585 2007-08-16 Glenn Morris <rgm@gnu.org>
14586
14587 * ps-print.el (ps-font-size): Doc fix.
14588
14589 2007-08-16 Richard Stallman <rms@gnu.org>
14590
14591 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
14592
14593 2007-08-15 Juri Linkov <juri@jurta.org>
14594
14595 * startup.el (initialization): Change parent group from `internal'
14596 to `environment'.
14597 (initial-buffer-choice): New variable.
14598 (command-line): Revert 2007-07-02 change that sets
14599 buffer-offer-save in *scratch* and enables auto-save in it.
14600 (fancy-splash-text): Add links to existing items. Add new items
14601 with links for useful tasks. Move information about Control-g to
14602 fancy-splash-head. Move "Emacs Guided Tour" to the end.
14603 (fancy-splash-keymap): New variable.
14604 (fancy-splash-last-input-event): Remove variable.
14605 (fancy-splash-insert): Add processing of `:link' element.
14606 (fancy-splash-head): Replace "Type Control-l to begin editing"
14607 with "Type `q' to exit".
14608 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
14609 (fancy-splash-default-action, fancy-splash-special-event-action):
14610 Remove functions.
14611 (fancy-splash-quit): New function.
14612 (fancy-splash-screens): Rename input arg from `hide-on-input' to
14613 `static' and reverse the condition of its usage. Don't preserve
14614 original values of `minor-mode-map-alist',
14615 `emulation-mode-map-alists', `special-event-map'.
14616 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
14617 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
14618 Remove processing of special events. Use local key map
14619 `fancy-splash-keymap'. Set buffer to read-only.
14620 (normal-splash-screen): Rename input arg from `hide-on-input' to
14621 `static' and reverse the condition of its usage.
14622 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
14623 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
14624 Add links to existing items. Add new items with links for useful
14625 tasks. Use local key map `fancy-splash-keymap'.
14626 (display-splash-screen): Rename input arg from `hide-on-input' to
14627 `static'.
14628 (about-emacs): Add alias to display-splash-screen.
14629 (command-line-1): Use `initial-buffer-choice'.
14630
14631 * menu-bar.el (menu-bar-help-menu):
14632 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
14633 item to about-emacs instead of display-splash-screen.
14634
14635 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
14636
14637 * calc/calc-units.el (math-standard-units): Update values.
14638 Put in exact, rational values when possible.
14639 (math-unit-prefixes): Replace floats with powers of ten.
14640 (math-standard-units-systems): Replace floats with integers.
14641 (math-make-unit-string): Remove extra spaces in output.
14642
14643 2007-08-15 Glenn Morris <rgm@gnu.org>
14644
14645 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
14646 sloppier, for the sake of GNU Mailman.
14647 (rmail-digest-rfc1153): Initialize `result' correctly.
14648
14649 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
14650
14651 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
14652 in the mail title. Suggested by Reiner Steib.
14653
14654 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
14655
14656 * calc/calc-aent.el (calc-do-quick-calc): Add binary
14657 representation of integers to the list of outputs.
14658
14659 2007-08-14 Glenn Morris <rgm@gnu.org>
14660
14661 * simple.el (bad-packages-alist): New constant.
14662 (bad-package-check): New function. Together, these two add elements
14663 to `after-load-alist' to check for problematic external packages.
14664 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
14665
14666 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
14667
14668 * calc/calc-units.el (math-get-standard-units)
14669 (math-get-units, math-make-unit-string)
14670 (math-get-default-units, math-put-default-units): New functions.
14671 (math-default-units-table): New variable.
14672 (calc-convert-units, calc-convert-temperature): Add machinery
14673 to supply default values.
14674
14675 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
14676
14677 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
14678 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
14679 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
14680 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
14681
14682 * emulation/tpu-extras.el: Remove spurious * in docstrings.
14683 Put its autoloads into tpu-edt.el rather than loaddefs.el.
14684 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
14685 Make into a proper minor-mode.
14686 (tpu-backward-char, tpu-next-line, tpu-previous-line)
14687 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
14688 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
14689 (tpu-set-cursor-free, tpu-set-cursor-bound):
14690 Delegate to tpu-cursor-free-mode.
14691 (tpu-next-line, tpu-previous-line, tpu-forward-line)
14692 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
14693 Use line-move or forward-line instead of next-line-internal.
14694
14695 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
14696
14697 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
14698
14699 2007-08-12 Richard Stallman <rms@gnu.org>
14700
14701 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
14702 (cvs-execute-single-file): Use new name split-string-and-unquote.
14703 (cvs-header-msg): Use new name combine-and-quote-strings.
14704
14705 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
14706
14707 * progmodes/gud.el (gud-common-init): Use new name
14708 split-string-and-unquote.
14709
14710 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
14711 in javac regexp.
14712
14713 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
14714 combine-and-quote-strings and split-string-and-unquote.
14715
14716 * subr.el (combine-and-quote-strings): Rename from strings->string.
14717 (split-string-and-unquote): Rename from string->strings.
14718
14719 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
14720
14721 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
14722 to buffer-local settings.
14723
14724 * emacs-lisp/backquote.el (backquote-delay-process): New function.
14725 (backquote-process): Add internal arg `level'. Use the two to
14726 correctly handle nested backquotes.
14727
14728 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
14729
14730 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
14731 (vc-bzr-state-words): Add "kind changed" state word.
14732 (vc-bzr-status): New function. Return Bzr idea of file status,
14733 which is different from VC's.
14734 (vc-bzr-state): Use vc-bzr-status.
14735 (vc-workfile-unchanged-p): Use vc-bzr-status.
14736 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
14737 (vc-dired-state): Process "kind changed" state word.
14738
14739 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
14740
14741 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
14742
14743 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
14744 Move from vc-default-find-file-not-found-hook.
14745
14746 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
14747
14748 * man.el: Remove spurious * in docstrings.
14749 Merge defvars and toplevel setq-defaults.
14750 (Man-highlight-references0): Limit=nil rather than point-max.
14751 (Man-mode-map): Move initialization into the declaration.
14752 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
14753 (Man-view-header-file): Use expand-file-name rather than concat.
14754 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
14755
14756 * man.el (Man-next-section): Make sure we do not move backward.
14757
14758 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
14759
14760 * files.el (auto-mode-alist): Use the purecopied text (duh!).
14761
14762 2007-08-08 Glenn Morris <rgm@gnu.org>
14763
14764 * Replace `iff' in doc-strings and comments.
14765
14766 2007-08-08 Martin Rudalics <rudalics@gmx.at>
14767
14768 * dired.el (dired-pop-to-buffer):
14769 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
14770 * calendar/calendar.el (generate-calendar-window):
14771 * progmodes/compile.el (compilation-set-window-height):
14772 * textmodes/two-column.el (2C-two-columns, 2C-merge):
14773 Use window-full-width-p instead of comparing frame-width and
14774 window-width.
14775
14776 * progmodes/compile.el (compilation-find-buffer): Remove extra
14777 argument in call to compilation-buffer-internal-p.
14778
14779 2007-08-07 Tom Tromey <tromey@redhat.com>
14780
14781 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
14782 Add safe-local-variable property.
14783
14784 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
14785
14786 * image-mode.el (image-toggle-display): Use image-refresh.
14787
14788 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
14789
14790 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
14791 unofficial version.
14792 (vc-bzr-command): Remove redundant setting of process-connection-type.
14793 (vc-bzr-admin-checkout-format-file): Add autoload.
14794 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
14795 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
14796 (vc-bzr-registered): Compare dirstate format tag with known good
14797 value, abort parsing if match fails. Warn user in docstring.
14798 (vc-bzr-workfile-version): Case for different Bzr branch formats.
14799 See bzrlib/branch.py in Bzr sources.
14800 (vc-bzr-diff): First argument FILES may be a string rather than a list.
14801 (vc-bzr-shell-command): Remove in favor of
14802 vc-bzr-command-discarding-stderr.
14803 (vc-bzr-command-discarding-stderr): New function.
14804
14805 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
14806
14807 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
14808 program, and return nil.
14809 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
14810 (vc-bzr-state): Look for path names relative to the repository
14811 root after status keyword.
14812 (vc-bzr-file-name-relative): New function.
14813 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
14814 depend on it.
14815 (vc-bzr-admin-dirname, ...-checkout-format-file)
14816 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
14817 files that we now parse directly for speed.
14818 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
14819 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
14820 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
14821 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
14822 Bzr warnings, so we must discard it.
14823 (vc-bzr-workfile-version): Speedup counting lines from
14824 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
14825 if that file doesn't exist.
14826 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
14827 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
14828 to `vc-directory-exclusion-list'.
14829 (vc-bzr-shell-command): New function.
14830
14831 2007-08-06 Tom Tromey <tromey@redhat.com>
14832
14833 * diff-mode.el (diff-unified->context, diff-reverse-direction)
14834 (diff-fixup-modifs): Typo in docstring.
14835
14836 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
14837
14838 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
14839 count-screen-lines.
14840 (tpu-edt-off): Disable relevant pieces of advice.
14841
14842 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
14843 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
14844 (newline, newline-and-indent, do-auto-fill): Use advice instead of
14845 redefining the function.
14846 (tpu-set-scroll-margins): Activate the pieces of advice.
14847
14848 2007-08-06 Martin Rudalics <rudalics@gmx.at>
14849
14850 * help.el (resize-temp-buffer-window): Use window-full-width-p
14851 instead of comparing frame-width and window-width.
14852
14853 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
14854
14855 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
14856 optional quotes around files in NEED-UPDATE . REMOVED case.
14857
14858 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
14859 (ada-treat-cmd-string): Improve error message.
14860 (ada-do-file-completion): Call `ada-require-project-file', so
14861 project variables are set properly.
14862 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
14863 (ada-gnatfind-buffer-name): New constant.
14864 (ada-find-any-references): Use new constant. Set buffer name
14865 properly in compilation-start. Toggle read-only properly.
14866 (ada-find-in-src-path): Fix spelling error in docstring.
14867
14868 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
14869 by zero error.
14870
14871 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
14872
14873 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
14874
14875 2007-08-12 Richard Stallman <rms@gnu.org>
14876
14877 * progmodes/sh-script.el (sh): Delete group `unix'.
14878
14879 * progmodes/gud.el (gud): Change to group `processes'.
14880
14881 2007-08-11 Glenn Morris <rgm@gnu.org>
14882
14883 * progmodes/compile.el (compilation-buffer-name): Don't check
14884 compilation-arguments. It is superfluous, and the variable isn't
14885 even set when this function is called.
14886
14887 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14888
14889 * term/mac-win.el (mac-ae-reopen-application): New function.
14890 (mac-apple-event-map): Bind "reopen application" Apple event to it.
14891
14892 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
14893
14894 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
14895 take tex-font-script-display into account.
14896 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
14897 cell to a list of 2 elements to simplify the unfontify code.
14898
14899 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14900
14901 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
14902 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
14903 ps-print-color-p is neither nil nor black-white. Reported by Christian
14904 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
14905
14906 2007-08-08 Andreas Schwab <schwab@suse.de>
14907
14908 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
14909 self-insert-command, not self-insert.
14910
14911 2007-08-08 Glenn Morris <rgm@gnu.org>
14912
14913 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
14914 argument optional, for backwards compatibility, and only highlight
14915 args when present. Fix symbol name typo (doc/args).
14916
14917 * help-mode.el (help-make-xrefs): Search for symbol constituents,
14918 rather than just `-'.
14919
14920 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
14921
14922 * calc/calc-units.el (calc-convert-temperature):
14923 Use `/' to create fractions.
14924
14925 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
14926
14927 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
14928 global matching.
14929 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
14930 ERROR-BUFFER more robust. Display output.
14931 (tramp-file-name-handler): Add a connection property when we found
14932 a foreign file name handler. This allows backends like ftp to
14933 profit also from usr/host name completion based on connection
14934 cache.
14935 (tramp-send-command-and-read): Search for trash after the regexp
14936 until eol only. In XEmacs, there is a problem with \n.
14937
14938 * net/tramp-cache.el (top): Read persistent connection history
14939 when cache is empty.
14940
14941 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
14942
14943 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
14944 resulting output.
14945
14946 2007-08-07 Sam Steingold <sds@gnu.org>
14947
14948 * progmodes/compile.el (compilation-start): Pass nil as startfile
14949 to comint-exec.
14950
14951 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
14952
14953 * longlines.el (longlines-decoded): New variable.
14954 (longlines-mode): Avoid encoding or decoding the buffer twice.
14955
14956 2007-08-07 Martin Rudalics <rudalics@gmx.at>
14957
14958 * format.el (format-insert-file): Make sure that at most one undo
14959 entry is recorded for the insertion. Inhibit point-motion and
14960 modification hooks around call to insert-file-contents.
14961
14962 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
14963
14964 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
14965 Select the buffer's window before moving point.
14966
14967 2007-08-07 Richard Stallman <rms@gnu.org>
14968
14969 * term.el (term): Remove parent group `unix'.
14970
14971 * simple.el (default-indent-new-line): New function.
14972 It calls comment-line-break-function if there are comments.
14973 (do-auto-fill): Use that.
14974
14975 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
14976
14977 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
14978 (PC-do-completion): Add "acronym completion" for symbols and
14979 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
14980
14981 2007-08-06 Sam Steingold <sds@gnu.org>
14982
14983 * mouse.el (mouse-buffer-menu): Pass mode-name through
14984 format-mode-line because it may be a list,
14985 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
14986
14987 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
14988
14989 * printing.el (pr-update-menus): Docstring fix.
14990
14991 2007-08-06 Jason Rumney <jasonr@gnu.org>
14992
14993 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
14994
14995 * vc-hooks.el (vc-call): Add doc string.
14996
14997 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
14998
14999 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
15000 process-filter.
15001
15002 2007-08-06 Kenichi Handa <handa@m17n.org>
15003
15004 * international/quail.el: Wrap (require 'help-mode) by
15005 eval-when-compile.
15006 (quail-help-init): New function.
15007 (quail-help): Call quail-help-init.
15008 (quail-store-decode-map-key): Change it to a function.
15009
15010 2007-08-05 Jason Rumney <jasonr@gnu.org>
15011
15012 * vc.el (vc-rollback): Add norevert argument back.
15013 (vc-revert-buffer): Add back as obsolete alias.
15014
15015 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
15016
15017 * term.el: Honor term-default-fg-color and term-default-bg-color
15018 settings when modifying term-current-face.
15019 (term-default-fg-color, term-default-bg-color): Initialize from
15020 default term-current-face.
15021 (term-mode, term-reset-terminal): Set term-current-face with
15022 term-default-fg-color and term-default-bg-color.
15023 (term-handle-colors-array): term-current-face has term-default-fg-color
15024 and term-default-bg-color after reset escape sequence.
15025 (term-handle-colors-array): Set term-current-color with
15026 term-default-fg/bg-color instead of ansi-term-color-vector when the
15027 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
15028
15029 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
15030
15031 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
15032 (math-nlfit-givens): Let bind free variables.
15033
15034 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
15035
15036 * printing.el: Require lpr and ps-print when loading printing package.
15037 Reported by Glenn Morris <rgm@gnu.org>.
15038
15039 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
15040
15041 * files.el (set-auto-mode): Handle also remote files wrt
15042 `auto-mode-alist'.
15043
15044 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
15045
15046 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
15047 curves and plotting.
15048
15049 * calc/calc-nlfit.el: New file.
15050
15051 2007-08-04 Glenn Morris <rgm@gnu.org>
15052
15053 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
15054 zero, not nil, when the library is first loaded. Check for a file
15055 that has been modified on disk.
15056
15057 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
15058 Remove duplicate defvar preventing initialization.
15059 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
15060
15061 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15062
15063 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
15064 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
15065 may match up to 4 lines.
15066 (diff-beginning-of-file-and-junk): Rewrite.
15067
15068 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15069
15070 * printing.el: Evaluate require only during compilation.
15071 (pr-version): New version 6.9.1.
15072 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
15073 (pr-global-menubar): Fix code.
15074
15075 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
15076
15077 * term.el (term-erase-in-display): Fix case when point is not at
15078 the beginning of the line.
15079
15080 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
15081
15082 * calc/calc-ext.el (math-get-value, math-get-sdev)
15083 (math-contains-sdev): New functions.
15084
15085 * calc/calc-graph.el (calc-graph-format-data)
15086 (calc-graph-add-curve): Check for error forms.
15087 (calc-graph-set-styles): Add option for error forms.
15088
15089 2007-08-03 Miles Bader <miles@gnu.org>
15090
15091 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
15092 backend names for new backends to `Git', `Hg', and `Bzr'.
15093 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
15094 not `HG'.
15095 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
15096 name, not `GIT'.
15097 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
15098 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
15099
15100 2007-08-03 Richard Stallman <rms@gnu.org>
15101
15102 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
15103 to update deleted flag.
15104
15105 * cus-edit.el (customize-apropos, customize-apropos-options)
15106 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
15107
15108 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
15109
15110 * startup.el (fancy-splash-head, startup-echo-area-message):
15111 Change message text.
15112
15113 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
15114 All callers use line-move.
15115
15116 * progmodes/compile.el (compilation-find-buffer): Return current
15117 buffer immediately if suitable.
15118 (compile, compilation-buffer-name, compilation-start): Doc fixes.
15119
15120 2007-08-03 Daiki Ueno <ueno@unixuser.org>
15121
15122 * faces.el (face-normalize-spec): New function.
15123 (frame-set-background-mode): Normalize face-spec before calling
15124 face-spec-match-p.
15125
15126 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15127
15128 * server.el (server-window): Add switch-to-buffer-other-frame option.
15129
15130 2007-08-03 Glenn Morris <rgm@gnu.org>
15131
15132 * cus-edit.el (customize-apropos): Make the error message indicate
15133 what kind of thing the user was trying to customize.
15134
15135 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
15136
15137 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
15138 Fix off-by-one error in previous change.
15139
15140 2007-08-03 Drew Adams <drew.adams@oracle.com>
15141
15142 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
15143 Make buffer writable.
15144
15145 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
15146
15147 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
15148 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
15149 Use native Emacs functions, when appropriate.
15150
15151 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
15152 Stefan Monnier <monnier@iro.umontreal.ca>
15153
15154 * vc.el: Document new VC operation `extra-menu'.
15155
15156 * vc-hooks.el (vc-default-extra-menu): New function.
15157
15158 * menu-bar.el (menu-bar-vc-filter): New function.
15159 (menu-bar-tools-menu): Use it as a filter.
15160
15161 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
15162
15163 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
15164
15165 2007-08-01 Glenn Morris <rgm@gnu.org>
15166
15167 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
15168 strings.
15169 (fortran-tab-mode-default): Remove needless autoload.
15170 (fortran-tab-mode-string): Add help-echo and mouse properties, and
15171 mark as risky.
15172 (fortran-line-length): New buffer-local variable, safe if integer.
15173 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
15174 Change from variables to constants.
15175 (fortran-font-lock-syntactic-keywords): Delete as a variable,
15176 replace with a new function definition.
15177 (fortran-mode): Use fortran-line-length, and
15178 fortran-font-lock-syntactic-keywords as a function. Add a
15179 hack-local-variables-hook function.
15180 (fortran-line-length, fortran-hack-local-variables): New functions.
15181 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
15182 Use fortran-line-length rather than 72.
15183 (fortran-window-create-momentarily): Doc fix.
15184
15185 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
15186
15187 * cus-edit.el (custom-group-value-create, custom-goto-parent):
15188 Fix parent groups link.
15189
15190 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
15191
15192 * progmodes/python.el (python-current-defun): Adjust to never fall
15193 into infinite loop.
15194
15195 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
15196
15197 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
15198
15199 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
15200
15201 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
15202 (copyright-fix-years, copyright): Correctly handle the case where
15203 copyright-limit is nil.
15204
15205 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
15206
15207 * progmodes/python.el (run-python): Fix path separator under w32.
15208
15209 2007-07-30 Richard Stallman <rms@gnu.org>
15210
15211 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15212 Treat non-break space as whitespace in Lisp.
15213
15214 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
15215
15216 * vc.el (vc-dired-hook): Use inhibit-read-only.
15217
15218 * progmodes/compile.el (compilation-forget-errors):
15219 Reset compilation-auto-jump-to-next.
15220
15221 2007-07-30 Michael Olson <mwolson@gnu.org>
15222
15223 * cus-edit.el (custom-group-save): Fix void function definition
15224 error. Thanks to Zhang Wei for the report.
15225
15226 * ps-print.el: Check in trivial changes to the autoloads section
15227 caused by the build process. These autoloads really ought to be
15228 placed in a separate file, methinks.
15229
15230 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15231
15232 * calendar/calendar.el (calendar-mode): Make sure
15233 displayed-(month|year) are set.
15234 (calendar-basic-setup): Display buffer before adjusting window sizes.
15235 (generate-calendar-window): Use inhibit-read-only. Simplify.
15236 Generate buffer and set displayed-month and displayed-year before
15237 calling update-calendar-mode-line.
15238
15239 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
15240
15241 * net/tramp.el:
15242 * net/tramp-uu.el:
15243 * net/trampver.el: Use utf-8 encoding with coding cookie.
15244
15245 * net/tramp-cache.el:
15246 * net/tramp-fish.el:
15247 * net/tramp-ftp.el:
15248 * net/tramp-gw.el:
15249 * net/tramp-smb.el: Remove coding cookie.
15250
15251 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15252 Flush buffer file-name's file property.
15253 (tramp-handle-file-remote-p): The first parameter is FILENAME.
15254
15255 * net/trampver.el: Update release number.
15256
15257 2007-07-29 Juri Linkov <juri@jurta.org>
15258
15259 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
15260 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
15261 when major-mode is not dired-mode.
15262 (dired-toggle-read-only): New function.
15263 (dired-recursive-deletes): Remove obsolete comments about old
15264 default value.
15265 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
15266
15267 * wdired.el (wdired-exit): New function.
15268 (wdired-mode-map): Bind C-x C-q to wdired-exit.
15269
15270 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15271
15272 * cus-edit.el (customize-read-group): New fun.
15273 (customize-group-other-window, customize-face-other-window):
15274 Prompt before delegating to customize-(group|face).
15275 Bind pop-up-windows rather than use the other-window argument.
15276 (customize-group, customize-face): Prompt from the interactive spec.
15277 Remove args `prompt-for-group' and `other-window'.
15278
15279 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
15280 (ad-body-forms, ad-advised-interactive-form): Revert this part of
15281 last change.
15282
15283 2007-07-28 Masatake YAMATO <jet@gyve.org>
15284
15285 * vc.el (vc-dired-mode): Add a menu for VC related operation.
15286 Use backend name as the menu label. Suggested by David Kastrup.
15287
15288 2007-07-28 Alan Mackenzie <acm@muc.de>
15289
15290 Fix problem with modes derived from CC Mode:
15291 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
15292 macro to cc-langs.
15293 (c-init-language-vars-for): Remove call to above macro.
15294 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
15295 been moved to here.
15296 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
15297
15298 2007-07-28 Eli Zaretskii <eliz@gnu.org>
15299
15300 * net/trampver.el: Fix the `coding' cookie.
15301
15302 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
15303
15304 * vc-git.el (vc-git-print-log): Support both the old single file
15305 interface and the new one.
15306
15307 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
15308
15309 * bindings.el (mode-line-remote): Use updated %@ construct.
15310
15311 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
15312
15313 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
15314 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
15315 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
15316 (diary-list-bahai-entries, diary-bahai-mark-entries)
15317 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
15318 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
15319 New names to clean up namespace.
15320 (list-bahai-diary-entries, mark-bahai-diary-entries)
15321 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
15322 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
15323 Add compatibility aliases.
15324
15325 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
15326
15327 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
15328 (calendar-scroll-left-three-months)
15329 (calendar-scroll-right-three-months): Clean up namespace.
15330 (scroll-calendar-left, scroll-calendar-right)
15331 (scroll-calendar-left-three-months)
15332 (scroll-calendar-right-three-months): Add compatibility aliases.
15333
15334 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
15335 Behave like mouse-scroll-calendar-* when used from the mouse.
15336
15337 * calendar/cal-menu.el (cal-menu-scroll-menu)
15338 (cal-menu-global-mouse-menu):
15339 * calendar/calendar.el (calendar-mode-map):
15340 Use new calendar-scroll-* names.
15341 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
15342 Remove. Use calendar-scroll-* directly instead.
15343
15344 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15345
15346 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
15347 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
15348 (ad-make-advised-definition, ad-cache-id-verification-code):
15349 Use commandp and interactive-form instead.
15350
15351 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
15352
15353 * vc-git.el: Relicense to GPLv3 or later.
15354 (vc-directory-exclusion-list, vc-handled-backends): Remove.
15355
15356 * vc-hooks.el (vc-handled-backends): Add GIT.
15357
15358 * vc.el (vc-directory-exclusion-list): Add .git.
15359
15360 2007-07-26 Alexandre Julliard <julliard@winehq.org>
15361
15362 * vc-git.el (vc-git-revision-table)
15363 (vc-git-revision-completion-table): New functions.
15364
15365 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15366
15367 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
15368 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
15369 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
15370 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
15371 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
15372 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
15373 New command actions for EPS header and EPS footer.
15374
15375 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
15376 footer. Fix some problems with one-or-more, zero-or-more and
15377 alternative constructions generation. Some log messages
15378 implementation. Doc fix.
15379 (ebnf-version): New version 4.4.
15380 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
15381 (ebnf-eps-footer, ebnf-log): New options.
15382 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
15383 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
15384 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
15385 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
15386 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
15387 (ebnf-style-custom-list, ebnf-style-database): Put new values.
15388 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
15389 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
15390 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
15391 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
15392 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
15393 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
15394 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
15395 (ebnf-non-terminal-dimension, ebnf-special-dimension)
15396 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
15397 (ebnf-except-dimension, ebnf-alternative-dimension)
15398 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
15399 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
15400 message fun.
15401 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
15402 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
15403 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
15404 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
15405 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
15406 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
15407 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
15408 compatibility with Emacs 20 & 21.
15409 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
15410 (ebnf-eps-file-alist, ebnf-basic-width-extra)
15411 (ebnf-basic-empty-height): New vars.
15412 (ebnf-prologue): Fix PostScript code.
15413 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
15414 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
15415 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
15416 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
15417
15418 2007-07-25 Glenn Morris <rgm@gnu.org>
15419
15420 * Relicense all FSF files to GPLv3 or later.
15421
15422 * COPYING: Switch to GPLv3.
15423
15424 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
15425
15426 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
15427 Replace it with another one which disables undo before calling
15428 erase-buffer and then turns it back on if needed.
15429
15430 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15431
15432 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
15433
15434 2007-07-24 Glenn Morris <rgm@gnu.org>
15435
15436 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
15437 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
15438 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
15439 (cal-tex-cursor-week, cal-tex-cursor-week2)
15440 (cal-tex-cursor-week-iso, cal-tex-week-hours)
15441 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
15442 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15443 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
15444
15445 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
15446
15447 * calendar/calendar.el (calendar-mode-map): Move initialization
15448 into declaration. Add menu bindings (used to be done in cal-menu).
15449 (calendar-mode): Don't add an activate-menubar-hook.
15450
15451 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
15452 modify calendar-mode-map), use easy-menu, and make sure that C-h k
15453 can be used on the menu entries.
15454 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
15455 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
15456 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
15457 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
15458 (calendar-flatten, cal-menu-update): Remove.
15459 (calendar-mouse-insert-hebrew-diary-entry)
15460 (calendar-mouse-insert-islamic-diary-entry)
15461 (calendar-mouse-insert-bahai-diary-entry):
15462 Remove (fold into cal-menu-diary-menu).
15463 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
15464 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
15465 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
15466 (calendar-mouse-view-diary-entries): Minor simplifications.
15467 (calendar-event-to-date): Use with-current-buffer.
15468
15469 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
15470
15471 * add-log.el (change-log-redate): Remove (not needed anymore and
15472 doesn't appear to work).
15473
15474 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
15475
15476 * frame.el: Use mapc and dolist instead of mapcar where possible.
15477 (close-display-connection): New command.
15478
15479 2007-07-25 Alexandre Julliard <julliard@winehq.org>
15480
15481 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
15482 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
15483
15484 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15485
15486 * ps-print.el (ps-multibyte-buffer): Docstring fix.
15487
15488 * ps-mule.el: Doc fix.
15489 (ps-multibyte-buffer, ps-mule-font-info-database-default)
15490 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
15491
15492 2007-07-25 Glenn Morris <rgm@gnu.org>
15493
15494 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
15495 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
15496 (cal-tex-daily-end, cal-tex-hook)
15497 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
15498 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
15499 (cal-tex-cursor-week-iso, cal-tex-week-hours)
15500 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
15501 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
15502 (cal-tex-day-prefix, cal-tex-day-name-format)
15503 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
15504 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
15505 (cal-tex-LaTeX-subst-list): Change from variables to constants.
15506 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
15507 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
15508 etc, rather than \bf.
15509 (cal-tex-mini-calendar): Fix typos in previous change.
15510 (cal-tex-latexify-list): Remove inner let binding.
15511 (cal-tex-end-document, cal-tex-banner): Use multi-line
15512 cal-tex-comment.
15513 (cal-tex-comment): Handle embedded newlines.
15514 (cal-tex-LaTeXify-string): Use substring-no-properties.
15515
15516 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
15517
15518 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15519 Add support for the Maden build tool.
15520
15521 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
15522
15523 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
15524
15525 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
15526
15527 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
15528
15529 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
15530
15531 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
15532 C-x C-q.
15533
15534 * vc-git.el (vc-git-print-log): Fix previous change.
15535
15536 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
15537
15538 * window.el (save-selected-window): Minor optimization.
15539 (bw-adjust-window): If operation failed, try with a smaller delta.
15540 (window-fixed-size-p): New function.
15541 (window-area-factor): New var.
15542 (balance-windows-area): New command.
15543
15544 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
15545 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
15546 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
15547 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
15548 (ps-mule-begin-job): Use dolist.
15549
15550 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
15551
15552 * subr.el (start-file-process-shell-command)
15553 (process-file-shell-command): New defuns.
15554
15555 * progmodes/compile.el (compilation-start):
15556 Apply `start-file-process-shell-command'.
15557
15558 2007-07-24 Alexandre Julliard <julliard@winehq.org>
15559
15560 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
15561
15562 2007-07-24 Alan Mackenzie <acm@muc.de>
15563
15564 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
15565 Initialise byte-compile-unresolved-functions before rather than
15566 after a compilation.
15567 (byte-compile-unresolved-functions): Amplify doc string.
15568
15569 2007-07-24 Glenn Morris <rgm@gnu.org>
15570
15571 * startup.el (normal-splash-screen): Use `emacs-copyright'.
15572
15573 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
15574 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
15575 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
15576 (cal-tex-cursor-week, cal-tex-cursor-week2)
15577 (cal-tex-cursor-week-iso, cal-tex-week-hours)
15578 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
15579 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15580 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
15581
15582 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
15583 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
15584 (cal-tex-day-name-format, cal-tex-cal-one-month)
15585 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
15586 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
15587 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
15588 (cal-tex-list-holidays, cal-tex-cursor-year)
15589 (cal-tex-cursor-year-landscape, cal-tex-year)
15590 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
15591 (cal-tex-cursor-month, cal-tex-insert-days)
15592 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
15593 (cal-tex-first-blank-p, cal-tex-cursor-week)
15594 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15595 (cal-tex-week-hours, cal-tex-cursor-week-monday)
15596 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
15597 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
15598 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
15599 (cal-tex-latexify-list, cal-tex-previous-month)
15600 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
15601 modernization, including using dotimes rather than
15602 calendar-for-loop.
15603 (cal-tex-LaTeX-subst-list): Remove `@'.
15604 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
15605 Use \textit and \textbf rather than \em and \it.
15606
15607 * calendar/cal-bahai.el (list-bahai-diary-entries)
15608 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
15609 * calendar/cal-islam.el (list-islamic-diary-entries)
15610 * calendar/calendar.el (generate-calendar, generate-calendar-month)
15611 * calendar/diary-lib.el (diary-list-entries)
15612 (mark-calendar-date-pattern): Use `dotimes' rather than
15613 `calendar-for-loop'.
15614
15615 * calendar/calendar.el (calendar-for-loop): Doc fix.
15616
15617 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
15618
15619 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
15620 underlying file is uptodate.
15621
15622 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
15623
15624 * replace.el (perform-replace): Use isearch-no-upper-case-p.
15625
15626 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
15627
15628 * vc-hooks.el (vc-mode-line-map): New const.
15629 (vc-mode-line): Use it.
15630
15631 2007-07-23 Alexandre Julliard <julliard@winehq.org>
15632
15633 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
15634 (vc-git-unregister): New functions.
15635 (vc-git-find-version): Use the result of ls-files as a parameter
15636 for cat-file.
15637
15638 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
15639
15640 * net/tramp.el (tramp-perl-file-attributes)
15641 (tramp-perl-directory-files-and-attributes)
15642 (tramp-handle-file-attributes-with-stat)
15643 (tramp-handle-directory-files-and-attributes-with-stat)
15644 (tramp-convert-file-attributes): Handle huge file sizes.
15645
15646 2007-07-23 Juri Linkov <juri@jurta.org>
15647
15648 * isearch.el (isearch-message-function): New variable.
15649 (isearch-update, isearch-search): Use it.
15650
15651 * simple.el (goto-history-element): New function created from
15652 next-history-element.
15653 (next-history-element): Most code moved to goto-history-element.
15654 Call goto-history-element with (- minibuffer-history-position n).
15655 (previous-history-element): Call goto-history-element with (+
15656 minibuffer-history-position n).
15657 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
15658 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
15659 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
15660 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
15661 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
15662 (minibuffer-history-isearch-pop-state): New functions.
15663
15664 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
15665
15666 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
15667 Also, if FILE is a list, return non-nil if any of its elements
15668 should stay local. Update docstring.
15669
15670 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
15671
15672 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
15673 change by reverting a small part.
15674
15675 2007-07-23 Richard Stallman <rms@gnu.org>
15676
15677 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
15678
15679 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15680
15681 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
15682 handling it. Use vc-git-command.
15683 (vc-git-find-version, vc-git-diff-tree): New functions.
15684 (vc-git-revert): Use vc-git-command.
15685 (vc-git--run-command): Delete.
15686
15687 2007-07-23 Alexandre Julliard <julliard@winehq.org>
15688
15689 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
15690
15691 2007-07-20 Kenichi Handa <handa@m17n.org>
15692
15693 * international/utf-8.el (utf-8-post-read-conversion):
15694 Temporarily bind utf-8-compose-scripts to nil while running
15695 *-compose-region functions.
15696
15697 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
15698
15699 * vc-git.el: Update status.
15700 (vc-directory-exclusion-list): Use eval-after-load.
15701
15702 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
15703
15704 * bindings.el (mode-line-remote): New variable.
15705 (help-echo): Add to default values of mode-line-format.
15706
15707 * files.el: Mark mode-line-remote as risky.
15708
15709 2007-07-22 Juri Linkov <juri@jurta.org>
15710
15711 * isearch.el (isearch-edit-string): Save old point and
15712 isearch-other-end to old-point and old-other-end before reading
15713 the search string from minibuffer. After exiting minibuffer set
15714 point to old-other-end if point and the search direction is the
15715 same as before reading the search string.
15716 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
15717 to isearch-other-end. Instead of isearch-search-and-update call
15718 three functions isearch-search, isearch-push-state and isearch-update.
15719
15720 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15721
15722 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
15723 deal with multiple file arguments.
15724 (vc-git-print-log): Deal with multiple file arguments.
15725
15726 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
15727
15728 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
15729 diff-refine-hunk. Adjust users.
15730 (diff-unified-hunk-p, diff-splittable-p): New functions.
15731 (diff-mode-menu): Use it to disable Split when it doesn't work.
15732
15733 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15734
15735 * diff-mode.el (diff-mode-menu): New entries.
15736
15737 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
15738
15739 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
15740 if applicable, so as to save undo-log space.
15741
15742 * diff-mode.el (diff-find-file-name): Add arg `batch'.
15743
15744 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
15745 (diff-file-kill): Use it.
15746 (diff-beginning-of-hunk): Add arg `try-harder' using it.
15747 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
15748 Use it so they find the hunk even when we're in the file header.
15749
15750 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15751
15752 * vc-git.el (vc-git-revision-granularity, vc-git-root)
15753 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
15754 (vc-git-create-repo): New functions.
15755 (vc-git-registered): New autoloaded function definition.
15756 (vc-git-registered): Use vc-git-root.
15757 (vc-git-responsible-p): New defalias.
15758 (vc-git-annotate-extract-revision-at-line): Uncomment.
15759 (vc-git-print-log): Add the file name to the log.
15760 (vc-git-log-view-mode): New derived mode.
15761 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
15762
15763 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
15764
15765 * progmodes/grep.el (grep-compute-defaults): Keep default values.
15766
15767 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
15768
15769 * textmodes/reftex.el (reftex-access-parse-file): Create parse
15770 file in a way that does not interfere with recentf mode.
15771 (reftex-access-parse-file): Do not risk destroying an existing
15772 buffer.
15773
15774 2007-07-22 Alexandre Julliard <julliard@winehq.org>
15775
15776 * vc-git.el: New file.
15777
15778 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
15779
15780 * textmodes/tex-mode.el (tex-font-script-display): Change default.
15781
15782 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15783
15784 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
15785 for branches and new files.
15786
15787 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
15788 local-map handling ...
15789 (vc-mode-line): ... here. Improve handling of help-echo.
15790
15791 * vc.el (mode-line-string): Document help-echo usage.
15792
15793 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
15794
15795 Sync with Tramp 2.1.10.
15796
15797 * net/tramp.el (tramp-get-ls-command): Fix typo.
15798
15799 * net/trampver.el: Update release number.
15800
15801 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15802
15803 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
15804
15805 * term/x-win.el (x-handle-no-bitmap-icon): New function.
15806
15807 2007-07-22 Martin Rudalics <rudalics@gmx.at>
15808
15809 * add-log.el (change-log-fill-parenthesized-list): New function.
15810 (change-log-indent): Call change-log-fill-parenthesized-list.
15811 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
15812 Have lines with leading asterisk start a paragraph.
15813
15814 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
15815
15816 * calc/calc-math.el (math-emacs-precision)
15817 (math-largest-emacs-expt, math-smallest-emacs-expt):
15818 New variables.
15819 (math-use-emacs-fn): New function.
15820 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
15821 appropriate.
15822
15823 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
15824
15825 * image-dired.el (image-dired-sane-db-file): New func.
15826 (image-dired-write-tags, image-dired-remove-tag)
15827 (image-dired-list-tags, image-dired-write-comments)
15828 (image-dired-get-comment, image-dired-mark-tagged-files)
15829 (image-dired-create-gallery-lists): Call new func.
15830 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
15831
15832 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
15833
15834 * vc-hg.el (vc-hg-dir-state): Fix loop.
15835 (vc-hg-print-log): Fix expected return value for vc-hg-command.
15836 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
15837 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
15838 (vc-hg-revert): Likewise.
15839 (vc-hg-revision-table, vc-hg-revision-completion-table): New
15840 functions.
15841
15842 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
15843
15844 * add-log.el (change-log-resolve-conflict): Don't lose data if the
15845 merge fails.
15846
15847 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15848
15849 * progmodes/compile.el (compilation-auto-jump-to-first-error):
15850 Add group and version.
15851
15852 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
15853
15854 * add-log.el (add-log-file-name): Use file-relative-name.
15855 (add-change-log-entry): Delay reading
15856 add-log-(full-name|mailing-address) to after we've switched to the
15857 ChangeLog buffer so we get the right value.
15858 (add-change-log-entry, add-log-current-defun, change-log-merge):
15859 Use derived-mode-p rather than checking major-mode directly.
15860
15861 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
15862 name for buffer-file-name if it refers to a directory.
15863
15864 * vc-arch.el (vc-arch-diff): Fix last change.
15865
15866 * progmodes/compile.el (compilation-start): Remember the original
15867 directory in a buffer-local compilation-directory.
15868 (compile): Set the global value of compilation-directory.
15869 (recompile): Use compilation-directory even in the compilation buffer.
15870
15871 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15872
15873 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
15874
15875 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15876
15877 * ps-print.el: Problem with foreground and background color when
15878 printing a buffer with and without faces. Reported by Christian
15879 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
15880 (ps-print-version): New version 6.7.5.
15881 (ps-default-fg): Change default value to nil, so black color is used
15882 when a face does not specify a foreground color.
15883 (ps-default-bg): Change default value to nil, so white color is used
15884 for background color.
15885 (ps-begin-job): Fix code.
15886
15887 2007-07-20 Eli Zaretskii <eliz@gnu.org>
15888
15889 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
15890 in $(INSTALL_DIR)/lisp/ if they already exist.
15891
15892 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
15893
15894 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
15895 in $(INSTALL_DIR)/lisp/ if they already exist.
15896
15897 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
15898
15899 * progmodes/vera-mode.el (vera-re-search-forward)
15900 (vera-re-search-backward): Remove use of store-match-data.
15901 (vera-mode-map): Move initialization into declaration.
15902
15903 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
15904 (flymake-find-buildfile): Use locate-dominating-file.
15905
15906 * vc.el (vc-delistify): Use mapconcat.
15907 (vc-do-command): Minor simplification.
15908 (vc-expand-dirs): Use push.
15909
15910 * vc-mcvs.el (vc-mcvs-create-repo):
15911 * vc-cvs.el (vc-cvs-create-repo): Remove.
15912
15913 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
15914 directory and the root as well.
15915
15916 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15917
15918 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
15919 instead of a file.
15920
15921 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
15922 (vc-hg-registered): Replace if with when.
15923 (vc-hg-state): Deal with nonexistent files and handle removed files.
15924 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
15925 (vc-hg-checkout): Re-enable.
15926 (vc-hg-create-repo): Fix typos.
15927 (vc-hg-print-log): Fix for multiple files.
15928 (vc-hg-workfile-unchanged-p): New function.
15929
15930 * vc.el: Fix typo.
15931 (vc-print-log): Fix call to print-log.
15932 (vc-default-comment-history): Likewise.
15933 (vc-directory-exclusion-list): Add .hg and .bzr.
15934 (vc-diff-internal): Pass a list instead of a file.
15935
15936 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
15937
15938 * vc-bzr.el (vc-bzr-create-repo): New function.
15939
15940 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
15941
15942 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
15943 `file' from which to start the search.
15944
15945 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
15946
15947 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
15948 having a single file argument to having a list of files as the
15949 first argument.
15950
15951 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
15952
15953 * files.el (locate-dominating-file): New function.
15954
15955 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
15956
15957 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
15958 (grep-compute-defaults): Use it.
15959
15960 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
15961
15962 * uniquify.el: Docstring fixes.
15963
15964 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
15965
15966 * vc.el (revision-granularity, create-repo): Document new vc
15967 backend properties.
15968 (vc-rollback): Renamed from vc-cancel-version. Update references.
15969 Pass a list instead of a file.
15970 (vc-revert): Renamed from vc-revert-buffer. Update references.
15971 (vc-delistify, vc-expand-dirs): New functions.
15972 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
15973 of files instead of a single file.
15974 (vc-position-context, vc-resync-window, vc-diff-internal)
15975 (vc-print-log): Pass a list instead of a file.
15976
15977 * vc-hooks.el (vc-stay-local-p, vc-backend)
15978 (vc-backend-subdirectory-name): Work on a file list, not a single
15979 file.
15980 (vc-workfile-version): Update docstring.
15981 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
15982 vc-revert instead of vc-revert-buffer.
15983 (vc-prefix-map): Likewise. Bind vc-update.
15984
15985 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
15986 (vc-svn-wash-log): New functions.
15987 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
15988 (vc-svn-command): Deal with a list of files, not a single file.
15989
15990 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
15991 (vc-rcs-wash-log): New functions.
15992 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
15993 Deal with a list of files, not a single file.
15994 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
15995
15996 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
15997 functions.
15998 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
15999 list of files, not a single file.
16000
16001 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
16002 New functions.
16003 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
16004 (vc-mcvs-diff): Deal with a list of files, not a single file.
16005
16006 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
16007 functions.
16008 (vc-hg-print-log): Deal with a list of files, not a single file.
16009 (vc-hg-diff-tree): New function, replace defalias with the same
16010 name.
16011 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
16012 FILES to denote that it is a file list, not a single file.
16013
16014 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
16015 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
16016 a single file.
16017 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
16018 that it is a file list, not a single file.
16019 (vc-cvs-diff): Likewise. Simplify.
16020
16021 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
16022 Deal with a list of files, not a single file.
16023
16024 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
16025 (vc-bzr-print-log): Update FILE parameter name to denote that it
16026 is a file list, not a single file.
16027 (vc-bzr-diff): Likewise. Use the car of files.
16028
16029 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
16030
16031 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
16032 (follow-delete-other-windows-and-split, follow-recenter)
16033 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
16034 (follow-redisplay, follow-estimate-first-window-start)
16035 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
16036 Fix typos in docstrings.
16037
16038 2007-07-18 Martin Rudalics <rudalics@gmx.at>
16039
16040 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
16041 avoid that filling introduces lines with a single asterisk.
16042
16043 * kmacro.el (kmacro-end-macro): When ignoring empty macro
16044 avoid incorrect kmacro-ring-empty-p messages.
16045 Reported by Michael Schierl <schierlm@gmx.de>.
16046
16047 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
16048
16049 * vc.el: Add more info about the vc-registered function.
16050
16051 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
16052
16053 * files.el (file-remote-p): Introduce optional parameter
16054 IDENTIFICATION.
16055
16056 * recentf.el (recentf-keep-default-predicate): Adapt call of
16057 `file-remote-p'.
16058
16059 * progmodes/grep.el (grep-probe): Use `process-file'.
16060 (grep-compute-defaults): Handle variables host specific.
16061
16062 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
16063 parameter IDENTIFICATION.
16064
16065 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
16066 parameter IDENTIFICATION.
16067 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
16068 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16069 Add entry for `set-file-times'.
16070 (tramp-do-copy-or-rename-file-via-buffer)
16071 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
16072 (tramp-handle-unhandled-file-name-directory): Rewrite.
16073 (tramp-convert-file-attributes): Add error handling when inode is
16074 extraordinary big.
16075 (tramp-get-inode): Change parameter from FILE to VEC.
16076 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
16077 is nil. This is according to the specification. Goto (point-max)
16078 when ready.
16079 (tramp-handle-shell-command): Rewrite completely, using
16080 `process-file' and `start-file-process'.
16081 (tramp-methods, tramp-find-shell)
16082 (tramp-open-connection-setup-interactive-shell)
16083 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
16084 var. Reported by Steve Youngs <steve@sxemacs.org>.
16085
16086 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
16087 entry for `set-file-times'. Rename `start-process' into
16088 `start-file-process'. Remove `call-process' entry.
16089 (tramp-fish-handle-set-file-times): New defun.
16090 (tramp-fish-handle-executable-find): Use `process-file'.
16091 (tramp-fish-handle-process-file): New defun. Replaces
16092 `tramp-fish-handle-call-process'.
16093 (tramp-fish-do-copy-or-rename-file-directly): Use
16094 `set-file-times'.
16095 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
16096
16097 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
16098 `tramp-get-inode' parameter.
16099
16100 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
16101
16102 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
16103 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
16104 nowadays, and by the time Emacs-23 comes out, nobody will even remember
16105 it has ever existed.
16106
16107 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
16108
16109 * vc.el: Undo previous change.
16110
16111 2007-07-16 Eli Zaretskii <eliz@gnu.org>
16112
16113 * makefile.w32-in (clean): Don't delete *~.
16114
16115 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
16116
16117 * textmodes/tex-mode.el (tex-verbatim-environments):
16118 Add safe-local-variable property.
16119 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
16120 when starting font-lock rather than when loading tex-mode.el.
16121
16122 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
16123 whole $( rather than just the $. Rename from sh-quoted-subshell.
16124 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
16125
16126 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
16127
16128 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
16129 bookmark-alist. Instead, if not sorting, simply return it.
16130 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
16131 for its return value, not for its side effect.
16132
16133 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
16134 case of alignment under a constant symbol, find and consider
16135 the sexp actually at indentation to be the "last sexp".
16136
16137 2007-07-16 Drew Adams <drew.adams@oracle.com>
16138
16139 * mouse.el (mouse-yank-secondary): Better error message if no
16140 secondary selection.
16141
16142 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16143
16144 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
16145
16146 * term/xterm.el (xterm-turn-on-modify-other-keys)
16147 (xterm-turn-off-modify-other-keys): New functions.
16148 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
16149 terminal supports it.
16150
16151 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
16152
16153 * bookmark.el (bookmark-show-all-annotations):
16154 Make sure each inserted annotation ends with newline.
16155
16156 2007-07-15 Richard Stallman <rms@gnu.org>
16157
16158 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
16159
16160 * tutorial.el (tutorial--find-changed-keys):
16161 Handle C-x specially like ESC.
16162
16163 2007-07-15 Aaron Hawley <aaronh@garden.org>
16164
16165 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
16166
16167 2007-07-15 Juri Linkov <juri@jurta.org>
16168
16169 * delsel.el (delete-selection-pre-hook):
16170 * emulation/cua-base.el (cua-paste): Before a yank command,
16171 check also whether last-command is one of mouse-save-then-kill,
16172 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
16173
16174 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
16175
16176 * recentf.el (recentf-keep-default-predicate): New defun.
16177 (recentf-keep): Use it as initial value.
16178
16179 2007-07-15 Karl Fogel <kfogel@red-bean.com>
16180
16181 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
16182 thus restoring bookmark bindings to three slots under C-x r. See
16183 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
16184
16185 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
16186
16187 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
16188
16189 2007-07-15 Jason Rumney <jasonr@gnu.org>
16190
16191 * w32-fns.el (set-default-process-coding-system): Use dos line ends
16192 for input to cmdproxy on all versions of Windows.
16193 Use dos line ends for input to plink.
16194
16195 * comint.el (comint-simple-send): Concat newline before sending.
16196 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
16197
16198 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16199
16200 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
16201 safe-local-variable setting.
16202
16203 2007-07-14 David Kastrup <dak@gnu.org>
16204
16205 * emacs-lisp/advice.el (defadvice): Doc fix.
16206
16207 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
16208
16209 * subr.el (when, unless): Doc fix.
16210
16211 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
16212
16213 * replace.el (match): Use yellow1 instead of yellow.
16214
16215 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
16216 red.
16217
16218 * pcvs-info.el (cvs-unknown): Likewise.
16219
16220 2007-07-13 Eli Zaretskii <eliz@gnu.org>
16221
16222 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
16223 (install): Use them to copy all *.el files before *.elc.
16224
16225 2007-07-13 Drew Adams <drew.adams@oracle.com>
16226
16227 * bookmark.el (bookmark-jump-other-window): New function.
16228 (bookmark-map): Bind it to "o".
16229
16230 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
16231 and its thread contains discussion about this change.
16232 The original patch was slightly tweaked by Karl Fogel
16233 <kfogel@red-bean.com> before committing.
16234
16235 2007-07-13 Karl Fogel <kfogel@red-bean.com>
16236
16237 * bookmark.el: Shorten some comments to fit within 80 lines.
16238
16239 2007-07-13 Karl Fogel <kfogel@red-bean.com>
16240
16241 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
16242 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
16243 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
16244 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
16245
16246 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
16247
16248 * textmodes/org.el: Bug fixes.
16249 (org-end-of-line): Move to end of line if in headline without tags.
16250
16251 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16252
16253 * vc-hooks.el: Remove spurious * in docstrings.
16254 (vc-handled-backends): Add BZR.
16255
16256 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
16257
16258 2007-07-12 Davis Herring <herring@lanl.gov>
16259
16260 * desktop.el (desktop-buffer-info, desktop-save):
16261 Use `desktop-dirname' instead of `dirname'.
16262
16263 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
16264
16265 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
16266
16267 * progmodes/python.el (python-which-func-length-limit): New var.
16268 (python-which-func): New function.
16269 (python-current-defun): Add optional `length-limit' and try to fit
16270 computed function name to that length.
16271 (python-mode): Hook `python-which-func' up.
16272
16273 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
16274
16275 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
16276
16277 * comint.el (comint-dynamic-complete-as-filename):
16278 Use read-file-name-completion-ignore-case.
16279
16280 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
16281
16282 * comint.el (comint-dynamic-list-filename-completions):
16283 Use read-file-name-completion-ignore-case.
16284
16285 * vc-cvs.el: Require CL.
16286 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
16287 New functions to provide completion of revision names.
16288
16289 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
16290 (vc-cvs-annotate-first-line-re): New const.
16291 (vc-cvs-annotate-process-filter): New fun.
16292 (vc-cvs-annotate-command): Use them and run the command asynchronously.
16293
16294 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
16295
16296 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
16297 (eldoc-print-current-symbol-info): Adjust for changed helper
16298 function signatures.
16299 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
16300 `eldoc-highlight-function-argument'.
16301 (eldoc-highlight-function-argument): New function.
16302 (eldoc-get-var-docstring): Format documentation with
16303 `font-lock-variable-name-face'.
16304 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
16305 where suited.
16306 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
16307 (eldoc-beginning-of-sexp): Return number of skipped sexps.
16308
16309 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
16310
16311 * progmodes/compile.el (compilation-start): `start-process' must
16312 still be redefined when calling `start-process-shell-command'.
16313
16314 * progmodes/gud.el (gud-file-name): When `default-directory' is a
16315 remote file name, prepend its remote part to the filename.
16316 (gud-common-init): When `default-directory' is a remote file name,
16317 make the filename relative to it.
16318 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
16319
16320 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
16321
16322 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
16323 mouse binding and a tooltip.
16324
16325 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
16326
16327 * menu-bar.el (vc-menu-map): New defalias.
16328
16329 2007-07-10 Richard Stallman <rms@gnu.org>
16330
16331 * emacs-lisp/lisp-mode.el (eval-defun):
16332 Explain special handling of `defface'.
16333
16334 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
16335
16336 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
16337
16338 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
16339
16340 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
16341
16342 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
16343
16344 * vc-arch.el (vc-arch-complete): Remove.
16345 (vc-arch-revision-completion-table): Use complete-with-action.
16346
16347 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
16348 (complete-with-action): New function.
16349 (dynamic-completion-table): Use it.
16350
16351 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
16352
16353 * comint.el (make-comint, make-comint-in-buffer)
16354 (comint-exec-1): Replace `start-process' by `start-file-process'.
16355
16356 * progmodes/compile.el (compilation-start): Revert redefining
16357 `start-process'.
16358
16359 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
16360
16361 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
16362 with EOLs when generating MD5 checksums.
16363
16364 * follow.el: Don't change the global map from the follow-mode-map
16365 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
16366 XEmacs code.
16367 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
16368 since `follow-mode' should be used instead for that.
16369
16370 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
16371 (easy-menu-do-define): Use it.
16372 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
16373
16374 * progmodes/compile.el (compilation-auto-jump-to-first-error)
16375 (compilation-auto-jump-to-next): New vars.
16376 (compilation-auto-jump): New function.
16377 (compilation-error-properties): Use them to jump to first error.
16378 (compilation-start): Set the var if requested.
16379
16380 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
16381 duplicates without also removing entries from other directories.
16382
16383 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
16384
16385 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
16386 Remember span as default.
16387 (org-columns-edit-value): Rename from `org-column-edit'.
16388 (org-columns-display-here-title): Rename from
16389 `org-overlay-columns-title'.
16390 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
16391 (org-columns-get-autowidth-alist): Rename from
16392 `org-get-columns-autowidth-alist'.
16393 (org-columns-display-here): Rename from `org-overlay-columns'.
16394 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
16395 (org-columns-quit): Rename from `org-column-quit'.
16396 (org-columns-show-value): Rename from `org-column-show-value'.
16397 (org-columns-content, org-columns-widen)
16398 (org-columns-next-allowed-value)
16399 (org-columns-edit-allowed, org-columns-store-format)
16400 (org-columns-uncompile-format, org-columns-redo)
16401 (org-columns-edit-attributes, org-delete-property)
16402 (org-set-property, org-columns-update)
16403 (org-columns-compute, org-columns-eval)
16404 (org-columns-not-in-agenda, org-columns-compute-all)
16405 (org-property-next-allowed-value)
16406 (org-columns-compile-format)
16407 (org-fill-paragraph-experimental)
16408 (org-string-to-number, org-property-action)
16409 (org-columns-move-left, org-columns-new)
16410 (org-column-number-to-string)
16411 (org-property-previous-allowed-value)
16412 (org-at-property-p, org-columns-delete)
16413 (org-columns-previous-allowed-value)
16414 (org-columns-move-right, org-columns-narrow)
16415 (org-property-get-allowed-values)
16416 (org-verify-version, org-column-string-to-number)
16417 (org-delete-property-globally): New functions.
16418 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
16419 (org-columns-overlays): Rename from `org-column-overlays'.
16420 (org-columns-map): Rename from `org-column-map'.
16421 (org-columns-current-maxwidths): Rename from
16422 `org-current-columns-maxwidths'.
16423 (org-columns-begin-marker, org-columns-current-fmt-compiled)
16424 (org-previous-header-line-format)
16425 (org-columns-inhibit-recalculation)
16426 (org-columns-top-level-marker): New variables.
16427 (org-columns-default-format): Rename from `org-default-columns-format'.
16428 (org-property-re): New constant.
16429
16430 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
16431
16432 * subr.el (looking-at-p, string-match-p): New functions.
16433
16434 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
16435
16436 * textmodes/tex-mode.el (tex-fontify-script)
16437 (tex-font-script-display): New variables to make display of
16438 superscripts and subscripts customizable.
16439 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
16440
16441 2007-07-09 Richard Stallman <rms@gnu.org>
16442
16443 * isearch.el (isearch-edit-string): Call to isearch-push-state
16444 after the search.
16445
16446 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16447
16448 * window.el (fit-window-to-buffer): Remove setting of window-min-height
16449 to 1 as enlarge-window uses the value to resize/shrink windows other
16450 than WINDOW if needed.
16451
16452 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
16453
16454 * cus-start.el (file-coding-system-alist): Fix custom type.
16455
16456 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
16457
16458 * longlines.el (longlines-wrap-region): Avoid marking buffer as
16459 modified.
16460 (longlines-auto-wrap, longlines-window-change-function):
16461 Remove unnecessary calls to set-buffer-modified-p.
16462
16463 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
16464
16465 * cus-start.el (file-coding-system-alist): Fix custom type.
16466
16467 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16468
16469 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
16470 (vc-cvs-checkout): Remove last arg now unused; simplify.
16471
16472 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
16473
16474 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
16475
16476 * net/tramp.el:
16477 * net/tramp-ftp.el:
16478 * net/tramp-smb.el:
16479 * net/tramp-uu.el:
16480 * net/trampver.el: Migrate to Tramp 2.1.
16481
16482 * net/tramp-cache.el:
16483 * net/tramp-fish.el:
16484 * net/tramp-gw.el: New Tramp packages.
16485
16486 * net/tramp-util.el:
16487 * net/tramp-vc.el: Removed.
16488
16489 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
16490 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
16491
16492 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
16493
16494 * progmodes/compile.el (compilation-start): Redefine
16495 `start-process' temporarily when `default-directory' is remote.
16496 Remove case of synchronous compilation, this won't happen ever.
16497 (compilation-setup): Make local variable `comint-file-name-prefix'
16498 for remote compilation.
16499
16500 2007-07-08 Martin Rudalics <rudalics@gmx.at>
16501
16502 * novice.el (disabled-command-function): Fit window to buffer to
16503 make last line visible.
16504 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
16505
16506 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
16507 when handling the terminating event.
16508
16509 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
16510
16511 * calc/calc.el (math-read-number-simple): Remove leading 0s.
16512 (math-bignum-digit-length): Change to optimal value.
16513
16514 * calc/calc-bin.el (math-bignum-logb-digit-size)
16515 (math-bignum-digit-power-of-two): Evaluate when compiled.
16516
16517 * calc/calc-comb.el (math-small-factorial-table)
16518 (math-init-random-base, math-prime-test): Remove unnecessary calls
16519 to `math-read-number-simple'.
16520
16521 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
16522 (math-approx-gamma-const): Add docstrings.
16523
16524 * calc/calc-forms.el (math-julian-date-beginning)
16525 (math-julian-date-beginning-int): New constants.
16526 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
16527 Use the new constants.
16528
16529 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
16530
16531 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
16532 Add docstrings.
16533
16534 2007-07-07 Tom Tromey <tromey@redhat.com>
16535
16536 * vc.el (vc-annotate): Jump to line and output message only after the
16537 process is really all done.
16538
16539 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16540
16541 * vc.el (vc-exec-after): Don't move point from the sentinel.
16542 Forcefully read all the remaining text in the pipe upon process exit.
16543 (vc-annotate-display-autoscale, vc-annotate-lines):
16544 Don't stop at the first unrecognized line.
16545 (vc-annotate-display-select): Run autoscale after the process is done
16546 since it depends on the whole result.
16547
16548 2007-07-07 Eli Zaretskii <eliz@gnu.org>
16549
16550 * term/w32-win.el (menu-bar-open): New function.
16551 Bind <f10> to it.
16552
16553 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
16554
16555 * simple.el (start-file-process): New defun.
16556
16557 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16558
16559 * files.el (find-file-confirm-nonexistent-file): Rename from
16560 find-file-confirm-inexistent-file. Update users.
16561
16562 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
16563 format of autoload block where the file's time-stamp is replaced by its
16564 MD5 checksum.
16565 (autoload-generate-file-autoloads): Use MD5 checksum instead of
16566 time-stamp for secondary autoloads files.
16567 (update-directory-autoloads): Remove duplicate entries.
16568 Use time-less-p for time-stamps, as done in autoload-find-destination.
16569
16570 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
16571
16572 * calc/calc.el (math-read-number): Replace number by variable.
16573 (math-read-number-simple): Properly parse small integers.
16574
16575 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
16576
16577 * vc.el: Fix doc for the checkout function.
16578
16579 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
16580
16581 * vc-hg.el (vc-hg-root): New function.
16582 (vc-hg-registered): Use it.
16583 (vc-hg-diff-tree): New defalias.
16584 (vc-hg-responsible-p): Likewise.
16585 (vc-hg-checkout): Comment out, not needed.
16586 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
16587 (vc-hg-find-version, vc-hg-next-version): New functions.
16588
16589 2007-07-06 Andreas Schwab <schwab@suse.de>
16590
16591 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
16592 dynamic bindings around the evaluation of the expression.
16593 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
16594
16595 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
16596
16597 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
16598 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
16599 Use run-hooks rather than run-mode-hooks.
16600
16601 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
16602
16603 * calc/calc-comb.el (math-random-digit): Rename to
16604 `math-random-three-digit-number'.
16605 (math-random-digits): Don't depend on representation of integer.
16606
16607 * calc/calc-bin.el (math-bignum-logb-digit-size)
16608 (math-bignum-digit-power-of-two): New constants.
16609 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
16610 (math-not-bignum, math-clip-bignum): Use the constants
16611 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
16612 instead of their values.
16613 (math-clip): Use math-small-integer-size instead of its value.
16614
16615 * calc/calc.el (math-add-bignum): Replace number by constant.
16616
16617 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
16618
16619 * wid-edit.el (widget-documentation-string-value-create):
16620 Insert indentation spaces.
16621
16622 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
16623
16624 * emacs-lisp/byte-opt.el: Revert last change.
16625
16626 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
16627
16628 * vc-hooks.el (vc-handled-backends): Add HG.
16629
16630 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
16631
16632 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16633
16634 * complete.el (PC-do-complete-and-exit): Add support for the new
16635 `confirm-only' confirmation mode.
16636
16637 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
16638
16639 * cus-edit.el (custom-commands): New variable.
16640 (custom-tool-bar-map): New variable. Initialize using
16641 `custom-commands'.
16642 (custom-mode): Use `custom-tool-bar-map'.
16643 (custom-buffer-create-internal): Insert action buttons only if
16644 tool bar is not used. Use `custom-commands'.
16645 (Custom-help, custom-command-apply): New function.
16646 (custom-command-apply, Custom-set, Custom-save)
16647 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
16648 Use `custom-command-apply' instead of duplicating code.
16649 (customize-group-other-window): Call `customize-group' instead of
16650 duplicating code.
16651 (customize-face-other-window): Call `customize-face' instead of
16652 duplicating code.
16653 (customize-group, customize-face): Add optional args for opening
16654 in another window.
16655 (custom-variable-tag): Don't inherit `variable-pitch' face.
16656 (custom-group-tag): Inherit `variable-pitch' face.
16657 (custom-variable-value-create): Set documentation indentation.
16658 (custom-group-value-create): Make group name a link, instead of
16659 using an extra "go to group" button.
16660 (custom-prompt-variable, custom-group-set, custom-group-save)
16661 (custom-group-reset-current, custom-group-reset-saved)
16662 (custom-group-reset-standard): Minor cleanup.
16663
16664 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
16665
16666 * Makefile.in (bootstrap-prepare): When copying from
16667 ldefs-boot.el, make sure loaddefs.el is writeable.
16668
16669 (bootstrap-prepare): Make $(lisp)/ps-print.el
16670 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
16671
16672 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
16673
16674 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
16675 only caller, and delete.
16676 (vc-hg-state): Deal with exceptions and only parse the output on
16677 successful return.
16678 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
16679 caller, and delete.
16680 (vc-hg-workfile-version): Deal with exceptions and only parse the
16681 output on successful return.
16682 (vc-hg-revert): New function.
16683
16684 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
16685
16686 * calculator.el (calculator-expt): Use more cases to determine
16687 the value.
16688
16689 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
16690
16691 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
16692 file names.
16693
16694 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16695
16696 * calculator.el (calculator-expt, calculator-integer-p):
16697 New functions.
16698 (calculator-fact): Check to see if the factorial will be too
16699 large before computing it.
16700 (calculator-initial-operators): Use `calculator-expt' to
16701 compute "^".
16702 (calculator-mode): Mention that results which are too large
16703 will return inf.
16704 * calc/calc-comb.el (math-small-factorial-table): Replace list
16705 by vector.
16706
16707 2007-07-03 David Kastrup <dak@gnu.org>
16708
16709 * shell.el: On request of the authors, remove their addresses for
16710 the sake of bug reports, and add the developer list address as
16711 maintainer information.
16712
16713 2007-07-03 Richard Stallman <rms@gnu.org>
16714
16715 * files.el (make-directory): Doc fix.
16716 (find-file-confirm-inexistent-file): Make it a defcustom.
16717 Make nil the default.
16718
16719 2007-07-02 Richard Stallman <rms@gnu.org>
16720
16721 * startup.el (command-line): Set buffer-offer-save in *scratch*
16722 and enable auto-save in it.
16723
16724 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
16725
16726 * textmodes/org.el (orgstruct-mode-map): New variable.
16727 (orgstruct-mode): New minor mode.
16728 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
16729 (orgstruct-make-binding, org-context-p, org-get-local-variables)
16730 (org-run-like-in-org-mode): New functions.
16731 (org-cycle-list-bullet): New command.
16732 (org-special-properties, org-property-start-re)
16733 (org-property-end-re): New constants.
16734 (org-with-point-at): New macro.
16735 (org-get-property-block, org-entry-properties, org-entry-get)
16736 (org-entry-delete, org-entry-get-with-inheritance)
16737 (org-entry-put, org-buffer-property-keys): New functions.
16738 (org-insert-property-drawer): New command.
16739 (org-entry-property-inherited-from): New variable.
16740 (org-column): New face.
16741 (org-column-overlays, org-current-columns-fmt)
16742 (org-current-columns-maxwidths, org-column-map): New variables.
16743 (org-column-menu): New menu.
16744 (org-new-column-overlay, org-overlay-columns)
16745 (org-overlay-columns-title, org-remove-column-overlays)
16746 (org-column-show-value, org-column-quit, org-column-edit):
16747 New functions.
16748 (org-columns, org-agenda-columns): New commands.
16749 (org-get-columns-autowidth-alist): New functions.
16750 (org-properties): New customize group.
16751 (org-default-columns-format): New option.
16752 (org-priority): Realign tags after changing priority.
16753 (org-preserve-lc): New macro.
16754 (org-update-checkbox-count): Catch case when there is no headline.
16755 (org-agenda-quit): Remove any column overlays.
16756 (org-beginning-of-item-list): Fixed bug when non-item line is
16757 indented too deep.
16758 (org-cached-props): New variable.
16759 (org-cached-entry-get): New function.
16760 (org-make-tags-matcher): Handle property matches.
16761 (org-table-recalculate): Swap evaluation order: Field formula
16762 first, then column formulas, but don't allow them to overwrite the
16763 field formulas.
16764 (org-table-eval-formula): New argument untouchable.
16765 (org-table-put-field-property): New function.
16766
16767 2007-07-02 Martin Rudalics <rudalics@gmx.at>
16768
16769 * help-mode.el (help-make-xrefs): Skip spaces too when
16770 skipping tabs.
16771
16772 * ffap.el (dired-at-point-prompter): Improve prompt in
16773 list-directory case.
16774
16775 2007-07-01 Richard Stallman <rms@gnu.org>
16776
16777 * files.el (find-file-visit-truename): Fix safe-local-variable value.
16778
16779 2007-07-01 Richard Stallman <rms@gnu.org>
16780
16781 * cus-start.el (max-mini-window-height): Added.
16782
16783 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
16784
16785 * complete.el (partial-completion-mode): Remove advice of
16786 read-file-name-internal.
16787 (PC-do-completion): Rebind minibuffer-completion-table.
16788 (PC-read-file-name-internal): New function doing what
16789 read-file-name-internal advice did.
16790
16791 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
16792
16793 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
16794 property on a few symbols.
16795 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
16796 (byte-optimize-lapcode): Remove bindings that are not referenced
16797 and certainly will not effect through dynamic scoping.
16798
16799 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16800
16801 * files.el (find-file-confirm-inexistent-file): New var.
16802 (find-file, find-file-other-window, find-file-other-frame)
16803 (find-file-read-only, find-file-read-only-other-window)
16804 (find-file-read-only-other-frame): Use it.
16805
16806 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
16807
16808 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
16809
16810 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
16811
16812 * generic-x.el (generic-define-mswindows-modes)
16813 (generic-define-unix-modes, apache-log-generic-mode)
16814 (bat-generic-mode-keymap, java-manifest-generic-mode)
16815 (show-tabs-generic-mode): Fix typos in docstrings.
16816
16817 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
16818
16819 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
16820 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
16821 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
16822 (rcirc-print): Never ignore messages from ourself.
16823
16824 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16825
16826 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
16827 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
16828
16829 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16830
16831 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
16832 replace-regexp-in-string.
16833
16834 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
16835
16836 * emacs-lisp/cl.el: Set edebug and indentation before loading
16837 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
16838
16839 2007-06-28 Andreas Schwab <schwab@suse.de>
16840
16841 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
16842 $(lisp)/subdirs.el.
16843
16844 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
16845
16846 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
16847 the speedbar frame if nil; that deletes the current frame or
16848 causes an error if it is the only frame.
16849 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
16850
16851 2007-06-28 Kevin Ryde <user42@zip.com.au>
16852
16853 * textmodes/nroff-mode.el: Groff \# comments.
16854 (nroff-mode-syntax-table): \# comment intro,
16855 plain # as punct per global table.
16856 (nroff-font-lock-keywords): Add # as a single char escape.
16857 (nroff-mode): In comment-start-skip, match \#.
16858
16859 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
16860
16861 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
16862 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
16863 point-min == 1.
16864
16865 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
16866
16867 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
16868 Rename and move to...
16869
16870 * subr.el (strings->string, string->strings): ...here.
16871
16872 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
16873 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
16874
16875 * progmodes/gud.el (gud-common-init): Call string->strings instead
16876 of split-string.
16877
16878 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
16879
16880 * dired-aux.el: Remove `dired-call-process'.
16881 (dired-check-process): Call `process-file'.
16882
16883 * wdired.el (wdired-do-perm-changes): Call `process-file'.
16884
16885 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
16886 `ange-ftp-process-file'.
16887
16888 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16889
16890 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
16891
16892 * emacs-lisp/cl-extra.el:
16893 * emacs-lisp/cl-seq.el:
16894 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
16895 Add autoload cookies on all defs autoloaded manually in cl.el.
16896
16897 * emacs-lisp/cl-loaddefs.el: New file.
16898
16899 * textmodes/texinfmt.el (texinfo-raisesections-alist)
16900 (texinfo-lowersections-alist): Merge definition and declaration.
16901 (texinfo-start-of-header, texinfo-end-of-header): Remove.
16902 (texinfo-format-syntax-table): Merge init into declaration.
16903 (texinfo-format-parse-line-args, texinfo-format-parse-args)
16904 (texinfo-format-parse-defun-args, texinfo-format-node)
16905 (texinfo-push-stack, texinfo-multitable-widths)
16906 (texinfo-define-info-enclosure, texinfo-alias)
16907 (texinfo-format-defindex, batch-texinfo-format): Use push.
16908 (texinfo-footnote-number): Remove duplicate declaration.
16909
16910 * ps-print.el: Update with auto-generated autoloads.
16911
16912 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
16913
16914 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16915
16916 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
16917 relative to current dir for file-local settings.
16918 (autoload-generate-file-autoloads): Add `outfile' arg.
16919 (update-directory-autoloads): Use it to directly call
16920 autoload-generate-file-autoloads instead of going through
16921 update-file-autoloads so we avoid redundant searches and so we can know
16922 the set of buffers changed so we can save them all.
16923
16924 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
16925 rather than throwing `up-to-date'.
16926 (autoload-generate-file-autoloads): Adjust correspondingly.
16927 (update-file-autoloads): Be careful to let-bind
16928 autoload-modified-buffers and adjust to new calling conventions.
16929 (autoload-modified-buffers): Make it a dynamically scoped var.
16930 (update-directory-autoloads): Use file-relative-name instead of
16931 autoload-trim-file-name.
16932 (autoload-insert-section-header): Don't use autoload-trim-file-name
16933 since the file is already relative now.
16934 (autoload-trim-file-name): Remove.
16935
16936 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
16937 (vc-arch-complete, vc-arch--version-completion-table)
16938 (vc-arch-revision-completion-table): New functions to provide
16939 completion of revision names.
16940 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
16941 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
16942 to let the user trim the revlib.
16943
16944 * vc.el: Add new VC operation `revision-completion-table'.
16945 (vc-default-revision-completion-table): New function.
16946 (vc-version-diff, vc-version-other-window): Use it to provide
16947 completion of revision names if the backend provides it.
16948
16949 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
16950
16951 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
16952 of newer .svn/entries.
16953
16954 2007-06-25 David Kastrup <dak@gnu.org>
16955
16956 * calc/calc-poly.el (math-padded-polynomial)
16957 (math-partial-fractions): Add some function comments.
16958
16959 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16960
16961 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16962 Make `outbuf' optional.
16963 (update-file-autoloads): Use it.
16964
16965 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16966
16967 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
16968 (autoload-find-destination): Keep it uptodate.
16969 (autoload-save-buffers): New fun.
16970 (update-file-autoloads): Use it. Re-add the "up to date" message.
16971
16972 * emacs-lisp/autoload.el: Refactor for upcoming changes.
16973 (autoload-find-destination): New function extracted from
16974 update-file-autoloads.
16975 (update-file-autoloads): Use it.
16976 (autoload-generate-file-autoloads): New function extracted from
16977 generate-file-autoloads. Use file-relative-name. Delay computation of
16978 output-start to the first cookie. Remove done-any, replaced by
16979 output-start.
16980 (generate-file-autoloads): Use it.
16981
16982 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
16983
16984 * calc/calc-comb.el (math-init-random-base, math-prime-test):
16985 Use math-read-number-simple to insert constants.
16986 (math-prime-test): Redo calculation of sum.
16987
16988 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
16989
16990 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
16991 math-scale-bignum-3.
16992 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
16993 math-bignum-digit-size.
16994 (math-isqrt-small): Add another possible initial guess.
16995
16996 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16997
16998 * textmodes/bibtex.el (bibtex-entry-format): New options
16999 `whitespace', `braces', and `string'.
17000 (bibtex-field-braces-alist, bibtex-field-strings-alist)
17001 (bibtex-field-braces-opt, bibtex-field-strings-opt)
17002 (bibtex-cite-matcher-alist): New variables.
17003 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
17004 (bibtex-flash-head): Use blink-matching-delay.
17005 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
17006 (bibtex-format-entry, bibtex-reformat): Handle new options of
17007 bibtex-entry-format.
17008 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
17009 New functions.
17010 (bibtex-complete-internal): Do not display messages while
17011 minibuffer is used. Do not leave around a completions buffer
17012 that is out of date.
17013 (bibtex-copy-summary-as-kill): New optional arg.
17014 (bibtex-font-lock-url): New optional arg no-button.
17015 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
17016 (bibtex-url): Allow multiple URLs per entry.
17017
17018 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17019
17020 * emacs-lisp/autoload.el (autoload-generated-file): New function.
17021 (update-file-autoloads, update-directory-autoloads): Use it.
17022 (autoload-file-load-name): New function.
17023 (generate-file-autoloads, update-file-autoloads): Use it.
17024 (autoload-find-file): Accept non-absolute argument. Set default-dir.
17025 (generate-file-autoloads): If the autoloaded form is malformed,
17026 indicate the problem with a warning instead of aborting.
17027
17028 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
17029
17030 * simple.el (next-error-recenter): Accept `(4)' as well;
17031 also, specify `integer' instead of `number'.
17032
17033 2007-06-23 Eli Zaretskii <eliz@gnu.org>
17034
17035 * ls-lisp.el (insert-directory): If an invalid regexp error is
17036 thrown, try using FILE as a literal file name, not a wildcard.
17037
17038 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
17039
17040 * ruler-mode.el (ruler-mode): Prevent clobbering the original
17041 `header-line-format' when reentering ruler mode.
17042
17043 2007-06-23 Eli Zaretskii <eliz@gnu.org>
17044
17045 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
17046 FILE exists as a file.
17047
17048 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
17049
17050 * calc/calc.el (math-bignum-digit-length)
17051 (math-bignum-digit-size, math-small-integer-size):
17052 New constants.
17053 (math-normalize, math-bignum-big, math-make-float)
17054 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
17055 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
17056 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
17057 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
17058 (math-quotient, math-div-bignum, math-div-bignum-digit)
17059 (math-div-bignum-part, math-format-bignum-decimal)
17060 (math-read-bignum): Use math-bignum-digit-length,
17061 math-bignum-digit-size and math-small-integer-size.
17062
17063 * calc/calc-ext.el (math-fixnum-big): Use the variable
17064 math-bignum-digit-size.
17065
17066 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17067
17068 * log-view.el (log-view-mode-menu): New menu.
17069
17070 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
17071
17072 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
17073 differently.
17074
17075 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
17076 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
17077
17078 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
17079
17080 * vc-hg.el (vc-hg-print-log): Insert the file name.
17081 (vc-hg-log-view-mode): Fontify the file name.
17082
17083 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
17084
17085 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
17086 (calcFunc-julian): Fix incorrect number used in calculations.
17087
17088 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
17089
17090 * simple.el (next-error-recenter): New defcustom.
17091 (next-error, next-error-internal): Recenter if specified,
17092 immediately prior to running `next-error-hook'.
17093
17094 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
17095 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
17096
17097 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
17098
17099 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
17100
17101 * calc/calc-comb.el (math-small-factorial-table): New variable.
17102 (calcFunc-fact): Use `math-small-factorial-table'.
17103
17104 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
17105 initial values.
17106 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
17107 New variables to use in caches.
17108
17109 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
17110 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
17111
17112 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
17113 (math-bernoulli-b-cache): Use math-read-number-simple to insert
17114 bignums.
17115
17116 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
17117 New variables to use in caches.
17118
17119 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
17120
17121 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
17122
17123 * vc-hg.el (vc-hg-log-view-mode): New mode.
17124
17125 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
17126
17127 * calc/calc.el (math-read-number-simple): New function.
17128
17129 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17130
17131 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
17132 (vera-font-lock-match-item): Fix doc string.
17133 (vera-in-comment-p): Remove unused function.
17134 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
17135 use `syntax-ppss'.
17136 (vera-forward-syntactic-ws): Fix argument order.
17137 (vera-prepare-search): Use `with-syntax-table'.
17138 (vera-indent-line): Fix doc string.
17139 (vera-electric-tab): Fix doc string.
17140 (vera-expand-abbrev): Define alias instead of using `fset'.
17141 (vera-comment-uncomment-region): Use `comment-start-skip'.
17142
17143 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
17144
17145 * textmodes/org.el (org-export-with-footnotes): New option.
17146 (org-export-as-html): Fix replacement bug for XEmacs.
17147 (org-agenda-default-appointment-duration): New option.
17148
17149 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
17150
17151 * vc-hg.el: Add to do items.
17152 (vc-hg-diff): Add support for comparing different revisions.
17153 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
17154 (vc-hg-annotate-extract-revision-at-line)
17155 (vc-hg-previous-version, vc-hg-checkin): New functions.
17156 (vc-hg-annotate-re): New constant.
17157
17158 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
17159
17160 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
17161
17162 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17163
17164 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
17165 buffer-local value of log-view-*-re if applicable.
17166
17167 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
17168 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
17169 (vc-bzr-command*): Remove both (incompatible) versions.
17170 (vc-bzr-do-command*): Remove.
17171 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
17172 Remove by folding into its only caller vc-bzr-command.
17173 (vc-bzr-command): Always set the environment, even when ineffective.
17174 (vc-bzr-version): Minor fix up.
17175 (vc-bzr-admin-dirname): New var.
17176 (vc-bzr-bzr-dir): Remove.
17177 (vc-bzr-root-dir): New fun.
17178 (vc-bzr-registered): Use it. Add an autoloaded version.
17179 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
17180 (vc-bzr-view-log-function): Remove.
17181 (vc-bzr-log-view-mode): New major mode to replace it.
17182 (vc-bzr-print-log): Only activate the old hack if needed.
17183
17184 * vc.el (vc-default-log-view-mode): New function.
17185 (vc-print-log): Add new `log-view-mode' VC operation.
17186
17187 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
17188
17189 * ido.el (ido-find-file-in-dir): Don't signal an error for
17190 empty directories.
17191
17192 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
17193
17194 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
17195 directory where the desktop file was found, as the docstring says.
17196 (desktop-kill): Use `read-directory-name'.
17197
17198 2007-06-20 Alan Mackenzie <acm@muc.de>
17199
17200 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
17201 When removing lines, also remove the \n. Correction of patch of
17202 2007-04-21.
17203
17204 2007-06-20 Martin Rudalics <rudalics@gmx.at>
17205
17206 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
17207 event is not a cons cell. Do not unread drag-mouse-1 events.
17208 Select right window in check whether space was stolen from
17209 window above.
17210
17211 * help-mode.el (help-make-xrefs): Adjust position of new forward
17212 button.
17213
17214 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
17215
17216 * vc-bzr.el (vc-bzr-with-process-environment)
17217 (vc-bzr-std-process-invocation): New macros.
17218 (vc-bzr-command, vc-bzr-command*): Use them.
17219 (vc-bzr-with-c-locale): Remove.
17220 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
17221 (vc-bzr-buffer-nonblank-p): New function.
17222 (vc-bzr-state-words): New const.
17223 (vc-bzr-state): Look for `bzr status' keywords in output.
17224 Display everything else as a warning message to the user.
17225 Fix status report with bzr >= 0.15.
17226
17227 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
17228
17229 * vc-hg.el (vc-hg-global-switches): Simplify.
17230 (vc-hg-state): Handle more states.
17231 (vc-hg-diff): Fix doc-string.
17232 (vc-hg-register): New function.
17233 (vc-hg-checkout): Likewise.
17234
17235 2007-06-20 Reto Zimmermann <reto@gnu.org>
17236
17237 * progmodes/vera-mode.el: New file.
17238
17239 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
17240
17241 * calc/calc.el (calc-multiplication-has-precendence):
17242 New variable.
17243 (math-standard-ops, math-standard-ops-p, math-expr-ops):
17244 New functions.
17245 (math-expr-opers): Define using math-standard-ops rather than
17246 math-standard-opers.
17247 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
17248 equal the function math-standard-ops rather than the variable
17249 math-standard-opers.
17250 (calc-algebraic-entry): Let math-expr-opers equal
17251 math-standard-ops or math-expr-ops, as appropriate.
17252 (math-expr-read-level, math-read-factor): Let math-expr-opers
17253 equal math-expr-ops.
17254 * calc/calc-embed.el (calc-embedded-finish-edit):
17255 Let math-expr-opers equal the function math-standard-ops
17256 rather than the variable math-standard-opers.
17257 * calc/calc-ext.el (math-read-plain-expr)
17258 (math-format-flat-expr-fancy): Let math-expr-opers equal the
17259 function math-standard-ops rather than the variable
17260 math-standard-opers.
17261 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
17262 Let math-expr-opers equal the function math-standard-ops rather
17263 than the variable math-standard-opers.
17264 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
17265 equal the function math-standard-ops rather than the variable
17266 math-standard-opers.
17267 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
17268 equal the function math-standard-ops rather than the variable
17269 math-standard-opers.
17270 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
17271 math-expr-ops.
17272
17273 2007-06-19 Ivan Kanis <apple@kanis.eu>
17274
17275 * vc-hg.el: New file.
17276
17277 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
17278
17279 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
17280 with font-lock-multiline.
17281
17282 2007-06-17 Glenn Morris <rgm@gnu.org>
17283
17284 * lpr.el (lpr-page-header-switches): Move %s to separate element
17285 for correct quoting. Doc fix.
17286
17287 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17288
17289 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
17290 than setting sgml-xml-mode.
17291 (sgml-mode, html-mode): Set sgml-xml-mode.
17292 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
17293 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
17294 (sgml-electric-tag-pair-before-change-function)
17295 (sgml-electric-tag-pair-flush-overlays): New functions.
17296 (sgml-electric-tag-pair-mode): New minor mode.
17297 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
17298 (sgml-calculate-indent): Use assoc-string.
17299
17300 2007-06-16 Karl Fogel <kfogel@red-bean.com>
17301
17302 * thingatpt.el (thing-at-point-email-regexp): Don't require two
17303 chars before the "@" in an email address. Andreas Roehler noticed
17304 this problem.
17305
17306 2007-06-15 Karl Fogel <kfogel@red-bean.com>
17307
17308 * thingatpt.el: Add support for email addresses (`email').
17309 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
17310 (thing-at-point-email-regexp): New variable.
17311 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
17312 properties on this symbol, with lambda forms for values.
17313
17314 2007-06-15 Masatake YAMATO <jet@gyve.org>
17315
17316 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
17317
17318 * vc.el (vc-dired-hook): Check the backend returned from
17319 `vc-responsible-backend' can really handle `subdir'.
17320
17321 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
17322
17323 * wid-edit.el (widget-add-documentation-string-button):
17324 Fix handling of documentation indent.
17325
17326 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
17327
17328 * mb-depth.el: New file.
17329
17330 2007-06-15 Masatake YAMATO <jet@gyve.org>
17331
17332 * vc.el (vc-dired-mode): Show backend name as part of mode name.
17333
17334 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
17335
17336 * wid-edit.el (widget-default-create): Move ?h handling here...
17337 (widget-default-format-handler): ...from here.
17338 (widget-docstring, widget-add-documentation-string-button): New funs.
17339 (documentation-string): Add :visibility-widget property.
17340 (widget-documentation-string-value-create): Use it.
17341
17342 * cus-edit.el (custom-split-regexp-maybe): Simplify.
17343 (custom-buffer-create-internal): Simplify message.
17344 (custom-variable-tag): Reduce height to normal.
17345 (custom-variable-value-create, custom-face-value-create)
17346 (custom-visibility): New widget.
17347 (custom-visibility): New face.
17348 (custom-group-value-create):
17349 Call widget-add-documentation-string-button, using `custom-visibility'.
17350
17351 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17352
17353 * emacs-lisp/bytecomp.el (byte-compile-current-group)
17354 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
17355 change. Apparently the "warning even if the group is implicit" is
17356 a feature rather than a bug.
17357
17358 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
17359
17360 * emulation/viper.el (viper-describe-key-ad)
17361 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
17362 Compile them conditionally.
17363 (viper-version): Belated version change.
17364
17365 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
17366
17367 * follow.el (follow-all-followers, follow-generic-filter):
17368 * pcomplete.el (pcomplete-restore-windows):
17369 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
17370 (x-dnd-drop-data):
17371 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
17372 * progmodes/python.el (python-complete-symbol):
17373 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
17374
17375 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
17376
17377 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
17378 around bright and dim regexps. Make sure bright and dim matches
17379 use word anchors. Send text through rcirc-markup functions.
17380 (rcirc-url-regexp): Add single quote character.
17381 (rcirc-connect): Write logs to disk on auto-save-hook.
17382 Make server a non-optional argument.
17383 (rcirc-log-alist): New variable.
17384 (rcirc-log-directory): Make customizable.
17385 (rcirc-log-flag): New customizable variable.
17386 (rcirc-log): New function.
17387 (rcirc-print): Use above function.
17388 (rcirc-log-write): New function.
17389 (rcirc-generate-new-buffer-name): Strip text properties.
17390 (rcirc-switch-to-buffer-function): Remove variable.
17391 (rcirc-last-non-irc-buffer): Remove variable.
17392 (rcirc-non-irc-buffer): Add function.
17393 (rcirc-next-active-buffer): Use above function.
17394 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
17395 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
17396 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
17397 (rcirc-omit-mode): Add minor-mode.
17398 (rcirc-mode-map): Change C-c C-o binding.
17399 (rcirc-mode): Clear mode-line-process. Use a custom
17400 fill-paragraph-function. Set up buffer-invisibility-spec.
17401 (rcirc-response-formats): Remove timestamp code.
17402 (rcirc-omit-responses): Add variable.
17403 (rcirc-print): Don't put the overlay arrow on potentially omitted
17404 lines. Log line to disk. Record activity for private messages
17405 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
17406 (rcirc-jump-to-first-unread-line): Print message if there is no
17407 unread text.
17408 (rcirc-clear-unread): New function.
17409 (rcirc-markup-text-functions): Add variable.
17410 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
17411 (rcirc-debug): Don't mess with window configuration.
17412 (rcirc-send-message): Send message before printing locally.
17413 Add SILENT argument, do not print message if non-nil.
17414 (rcirc-visible-buffers): New function and variable.
17415 (rcirc-window-configuration-change-1): Add function.
17416 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
17417 server buffer.
17418 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
17419 (rcirc-fill-paragraph): Add function.
17420 (rcirc-record-activity, rcirc-window-configuration-change-1):
17421 Only update the activity string if it has actually changed.
17422 (rcirc-update-activity-string): Remove padding characters from the
17423 mode-line string.
17424 (rcirc-disconnect-buffer): New function to be called when a
17425 channel is parted or the user quits.
17426 (rcirc-server-name): Warn when the server-name hasn't been set.
17427 (rcirc-window-configuration-change): Postpone work until
17428 post-command-hook.
17429 (rcirc-window-configuration-change-1): Update mode-line and
17430 overlay arrows here.
17431 (rcirc-authenticate): Fixc hanserv identification.
17432 (rcirc-default-server): Remove variable.
17433 (rcirc): Connect according to rcirc-connections.
17434 (rcirc-connections): Add variable.
17435 (rcirc-startup-channels-alist): Remove variable.
17436 (rcirc-startup-channels): Remove function.
17437
17438 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17439
17440 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
17441
17442 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
17443
17444 * term/xterm.el (terminal-init-xterm): Escape parens in character
17445 constants.
17446
17447 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17448
17449 * progmodes/sh-script.el: Remove unneeded * from docstrings.
17450 Use [:alpha:] and [:alnum:] where applicable.
17451 (sh-quoted-subshell): Rewrite to correctly
17452 handle nested mixes of `...' and $(...).
17453 (sh-apply-quoted-subshell): Remove.
17454 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
17455
17456 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
17457
17458 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
17459
17460 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
17461 previous change.
17462
17463 2007-06-12 Tom Tromey <tromey@redhat.com>
17464
17465 * subr.el (user-emacs-directory): New defconst.
17466 * cmuscheme.el (scheme-start-file):
17467 * shell.el (shell):
17468 * completion.el (save-completions-file-name):
17469 * custom.el (custom-theme-directory):
17470 * term/x-win.el (emacs-session-filename):
17471 * filesets.el (filesets-menu-cache-file):
17472 * thumbs.el (thumbs-thumbsdir):
17473 * server.el (server-auth-dir):
17474 * image-dired.el (image-dired-dir):
17475 (image-dired-db-file):
17476 (image-dired-temp-image-file):
17477 (image-dired-gallery-dir):
17478 (image-dired-temp-rotate-image-file):
17479 * play/gamegrid.el (gamegrid-user-score-file-directory):
17480 * savehist.el (savehist-file):
17481 * tutorial.el (tutorial--saved-dir):
17482 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
17483
17484 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
17485
17486 * scroll-lock.el (scroll-lock-mode): Doc fix.
17487
17488 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
17489
17490 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
17491
17492 * ediff-init.el: Doc strings.
17493
17494 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
17495
17496 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
17497 (byte-compile-file): Bind it.
17498 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
17499 group argument is provided implicitly.
17500 (byte-compile-format-warn, byte-compile-from-buffer)
17501 (byte-compile-insert-header): Don't hardcode point-min==1.
17502 (byte-compile-file-form-require): Remove unused var old-load-list.
17503 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
17504
17505 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
17506
17507 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
17508 Display error messages.
17509 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
17510 Get rid of cl.el dependencies.
17511
17512 * emulation/viper-init.el (viper-suppress-input-method-change-message):
17513 New variable.
17514 (viper-activate-input-method-action)
17515 (viper-inactivate-input-method-action):
17516 Use viper-suppress-input-method-change-message.
17517
17518 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
17519 for C-s, C-r.
17520
17521 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
17522 Use viper-replace-overlay-cursor-color instead of
17523 viper-replace-overlay-cursor-color.
17524 (viper-sit-for-short): Use sit-for with 3 arguments.
17525
17526 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
17527 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
17528 to gud-mode.
17529
17530 * ediff-mult.el (ediff-meta-buffer-brief-message)
17531 (ediff-meta-buffer-verbose-message): New variables.
17532 (ediff-meta-buffer-message): Variable deleted.
17533 (ediff-verbose-help-enabled): New variable.
17534 (ediff-toggle-verbose-help-meta-buffer): New function.
17535 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
17536 message options.
17537
17538 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
17539 (ediff-fixup-patch-map): Improve heuristic.
17540
17541 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
17542
17543 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
17544 (log-view-font-lock-keywords): Simplify.
17545 (log-view-current-file, log-view-current-tag): Simplify.
17546
17547 2007-06-12 Sam Steingold <sds@gnu.org>
17548
17549 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
17550
17551 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
17552
17553 * desktop.el (desktop-load-locked-desktop): New option.
17554 (desktop-read): Use it.
17555 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
17556 Use `when'.
17557
17558 2007-06-12 Davis Herring <herring@lanl.gov>
17559
17560 * desktop.el (desktop-save-mode-off): New function.
17561 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
17562 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
17563 (desktop-claim-lock, desktop-release-lock): New functions.
17564 (desktop-kill): Tell `desktop-save' that this is the last save.
17565 Release the lock afterwards.
17566 (desktop-buffer-info): New function.
17567 (desktop-save): Use it. Run `desktop-save-hook' where the doc
17568 says to. Detect conflicts, and manage the lock.
17569 (desktop-read): Detect conflicts. Manage the lock.
17570
17571 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
17572
17573 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
17574
17575 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
17576 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
17577 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
17578 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
17579 keysyms rather than byte sequences.
17580 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
17581
17582 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
17583
17584 * font-lock.el (font-lock-add-keywords): In case font-lock was only
17585 half-activated, forcefully activate it completely.
17586
17587 2007-06-11 Richard Stallman <rms@gnu.org>
17588
17589 * cus-edit.el (custom-variable-type): Doc fix.
17590
17591 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
17592
17593 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
17594 (sh-font-lock-flush-syntax-ppss-cache): New functions.
17595 (sh-font-lock-syntactic-keywords): Use them to distinguish the
17596 different possible cases for \'.
17597
17598 * complete.el (PC-bindings): Don't bind things already bound in the
17599 parent keymap.
17600
17601 * textmodes/bibtex-style.el: New file.
17602
17603 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
17604
17605 * vc-bzr.el: New file.
17606
17607 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
17608
17609 * vc-svn.el (vc-svn-program): New var.
17610 (vc-svn-command): Use it.
17611
17612 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
17613
17614 * server.el (server-switch-buffer): Remove redundant check.
17615
17616 2007-06-10 Martin Rudalics <rudalics@gmx.at>
17617
17618 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
17619 Match against file-name-nondirectory.
17620 Fix text on user customization variables.
17621 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
17622
17623 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
17624
17625 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
17626
17627 2007-06-09 Davis Herring <herring@lanl.gov>
17628
17629 * desktop.el (desktop-minor-mode-table): Doc fix.
17630
17631 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
17632
17633 * textmodes/css-mode.el (css-navigation-syntax-table):
17634 Use set-char-table-range so it also works in the unicode branch.
17635
17636 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
17637
17638 * help-mode.el (help-xref-forward-stack)
17639 (help-xref-stack-forward-item, help-forward-label): New variables.
17640 (help-forward): New button type.
17641 (help-setup-xref): Initialise help-xref-forward-stack.
17642 (help-make-xrefs): Add forward button, if appropriate.
17643 (help-xref-go-back): Push item on forward stack.
17644 (help-xref-go-forward, help-go-forward): New functions.
17645
17646 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
17647
17648 * dired.el (dired-mode-map): Remove spurious separator.
17649
17650 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
17651
17652 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
17653
17654 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
17655 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
17656
17657 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
17658
17659 * textmodes/org.el: Version number fixed.
17660
17661 2007-06-07 Glenn Morris <rgm@gnu.org>
17662
17663 * version.el (emacs-copyright): New constant.
17664 * startup.el (fancy-splash-tail): Use emacs-copyright.
17665 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
17666
17667 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
17668 `make-local'.
17669 (byte-compile-warnings-safe-p): Add `make-local'.
17670 (byte-compile-make-variable-buffer-local):
17671 Allow byte-compile-warnings to suppress this warning.
17672
17673 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
17674 format of "menu" description.
17675 (tutorial--find-changed-keys): Describe the specific menu a
17676 command is in.
17677
17678 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
17679 Rewrite compatibility functions to silence byte-compiler.
17680
17681 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
17682
17683 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
17684 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
17685
17686 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
17687
17688 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
17689
17690 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
17691
17692 * progmodes/ebrowse.el (ebrowse-member-table):
17693 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
17694 (org-batch-agenda-csv): Fix typos in docstrings.
17695
17696 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
17697
17698 * international/mule-cmds.el (toggle-enable-multibyte-characters)
17699 (sort-coding-systems, search-unencodable-char): Doc fixes.
17700 (coding-system-change-eol-conversion, set-default-coding-systems)
17701 (prefer-coding-system, find-multibyte-characters, princ-list)
17702 (leim-list-entry-regexp, set-input-method, locale-language-names)
17703 (input-method-exit-on-first-char, exit-language-environment-hook)
17704 (locale-charset-language-names): Fix typos in docstrings.
17705
17706 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
17707
17708 * pgg.el (pgg-sign-region, pgg-sign):
17709 * ses.el (ses-call-printer):
17710 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
17711 * textmodes/org.el (org-cycle): Fix typos in docstrings.
17712
17713 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
17714
17715 * textmodes/org.el (org-export-region-as-html)
17716 (org-replace-region-by-html, org-number-to-letters)
17717 (org-table-fedit-finish, org-normalize-color)
17718 (org-table-fedit-ref-right, org-date-to-gregorian)
17719 (org-table-fedit-move, org-table-convert-refs-to-rc)
17720 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
17721 (org-write-agenda, org-colgroup-info-to-vline-list)
17722 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
17723 (org-indent-line-function, org-export-as-html-to-buffer)
17724 (org-store-agenda-views, org-update-mode-line)
17725 (org-find-if, org-delete-all)
17726 (org-table-fedit-convert-buffer, org-emphasize)
17727 (org-uniquify, org-table-fedit-lisp-indent)
17728 (org-table-fedit-scroll, org-get-todo-sequence-head)
17729 (org-table-fedit-scroll-down, org-table-fedit-line-down)
17730 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
17731 (org-table-fedit-toggle-coordinates, org-dvipng-color)
17732 (org-table-fedit-line-up, org-table-fedit-ref-down)
17733 (org-table-formula-from-user, org-mode-flyspell-verify)
17734 (org-cycle-show-empty-lines, org-ctrl-c-ret)
17735 (org-table-formula-to-user, org-diary-to-ical-string)
17736 (orgtbl-export, org-table-fedit-post-command)
17737 (org-closed-in-range, org-shiftcontrolright)
17738 (org-table-convert-refs-to-an, org-table-hline-and-move)
17739 (org-table-formula-less-p, org-format-table-ascii)
17740 (org-agenda-get-sexps, org-shift-refpart)
17741 (org-diary-sexp-entry, org-time-string-to-absolute)
17742 (org-table-show-reference, org-letters-to-number)
17743 (org-fix-agenda-info, org-table-fedit-ref-up)
17744 (org-table-fedit-shift-reference, org-table-fedit-abort)
17745 (org-closest-date, org-shiftcontrolleft)
17746 (org-at-heading-or-item-p, org-rematch-and-replace)
17747 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
17748 New functions.
17749 (org-table-edit-scroll-down, org-finish-edit-formulas)
17750 (org-table-edit-next-field, org-abort-edit-formulas)
17751 (org-font-lock-level, org-export-find-first-heading-line)
17752 (org-table-edit-line-down, org-table-edit-backward-field)
17753 (org-edit-formula-lisp-indent, org-table-edit-move)
17754 (org-check-log-option, org-this-word)
17755 (org-table-edit-line-up, org-table-edit-formulas-post-command)
17756 (org-agenda-file-to-end, org-expand-file-name)
17757 (org-fake-empty-table-line, org-table-edit-scroll)
17758 (org-toggle-log-option, org-show-reference): Function removed.
17759 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
17760 New defsubsts.
17761 (org-unmodified, org-batch-store-agenda-views)
17762 (org-batch-agenda-csv): New macro.
17763 (org-agenda-export): New customization group.
17764 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
17765 (org-highest-priority, org-agenda-exporter-settings)
17766 (org-log-done-with-time, org-replace-disputed-keys)
17767 (org-format-latex-header, org-export-table-header-tags)
17768 (org-cycle-separator-lines, org-export-table-data-tags)
17769 (org-icalendar-include-sexps)
17770 (org-empty-line-terminates-plain-lists)
17771 (org-log-repeat, org-special-ctrl-a)
17772 (org-table-use-standard-references, org-disputed-keys)
17773 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
17774 (org-agenda-export-html-style): New option.
17775 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
17776 (org-CUA-compatible): Option removed.
17777 (org-agenda-structure, org-sexp-date): New face.
17778 (org-todo-keywords-for-agenda, org-not-done-keywords)
17779 (org-planning-or-clock-line-re, org-agenda-name)
17780 (org-table-colgroup-info, org-todo-sets)
17781 (constants-unit-system, org-clock-mode-line-entry)
17782 (org-mode-line-timer, org-table-current-begin-pos)
17783 (org-todo-keywords-1, org-mode-line-string)
17784 (org-table-clean-did-remove-column, org-table-fedit-map)
17785 (org-clock-heading, org-table-buffer-is-an)
17786 (org-agenda-info, org-done-keywords)
17787 (org-done-keywords-for-agenda, org-todo-heads)
17788 (org-todo-kwd-alist, org-clock-start-time): New variable.
17789 (org-todo-kwd-priority-p, org-edit-formulas-map)
17790 (org-repeat-re, org-todo-kwd-max-priority)
17791 (org-version, org-done-string)
17792 (org-table-clean-did-remove-column-1, org-disputed-keys):
17793 Remove variables.
17794 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
17795 (org-ts-lengths): Constant removed.
17796 (org-follow-gnus-link): Don't ask how many articles to read.
17797 (org-export-find-first-export-line): Rename from
17798 `org-export-find-first-heading'.
17799 Use `org-export-skip-text-before-1st-heading'.
17800 (org-table-fedit-post-command): Rename from
17801 `org-table-edit-formulas-post-command'.
17802 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
17803 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
17804 (org-table-fedit-lisp-indent): Rename from
17805 `org-edit-formula-lisp-indent'.
17806 (org-table-show-reference): Rename from `org-show-reference'.
17807 (org-table-store-formulas): Use `org-table-formula-less-p'.
17808 (org-table-edit-formulas): Position cursor to current field equation.
17809 (org-update-checkbox-count, org-hide-archived-subtrees)
17810 (org-timestamp-up-day, org-timestamp-down-day)
17811 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
17812 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
17813 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
17814 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
17815 Let `org-on-heading-p' also check for invisible heading.
17816 (org-read-date): Match am/pm times.
17817 (org-eval-in-calendar): Fix default date in prompt.
17818
17819 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
17820
17821 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
17822 "ChangeLog.a" entries, giving the latter lower priority.
17823
17824 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
17825
17826 * faces.el (face-id): If the argument is a face alias,
17827 return the ID of the target face.
17828
17829 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
17830
17831 * net/socks.el (top): Remove unnecessary copyright line.
17832
17833 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
17834
17835 * longlines.el (longlines-auto-wrap): Handle argument correctly.
17836
17837 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
17838
17839 * net/socks.el: New file, taken from w3 repository.
17840 (top): Update Copyright. Don't load cl.el.
17841 (all): Replace `case' by `cond', `string-to-int' by
17842 `string-to-number', and `process-kill-without-query' by
17843 `set-process-query-on-exit-flag'.
17844 (socks-char-int): Remove defalias and all occurrences.
17845
17846 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
17847
17848 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
17849 Fix typos in docstrings.
17850 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
17851 (compilation-finish-function): Fix typo in obsolescence declaration.
17852
17853 2007-06-03 Sam Steingold <sds@gnu.org>
17854
17855 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
17856 handle unending automatic recompilation of changed files (`omake -P').
17857 (compilation-loop): VISITED is now 5th CDR.
17858 (compilation-next-error-function): Set TIMESTAMP.
17859
17860 2007-06-03 Sam Steingold <sds@gnu.org>
17861
17862 * files.el (kill-buffer-ask): New function.
17863 (kill-some-buffers): Use it.
17864 (kill-matching-buffers): New user command.
17865
17866 2007-06-01 David Kastrup <dak@gnu.org>
17867
17868 * dired.el (dired-recursive-deletes, dired-recursive-copies):
17869 Change default to `top'.
17870
17871 2007-05-31 Richard Stallman <rms@gnu.org>
17872
17873 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
17874
17875 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17876
17877 * textmodes/css-mode.el: New file.
17878
17879 2007-05-30 Michael Olson <mwolson@gnu.org>
17880
17881 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
17882 died and we are trying to send a signal to it. The program using
17883 tq.el should periodically check to see whether the process has
17884 died and react appropriately -- this is not the responsibility of
17885 tq.el, and is consistent with the rest of the tq.el source code.
17886
17887 2007-05-29 Martin Rudalics <rudalics@gmx.at>
17888
17889 * textmodes/table.el (table--point-entered-cell-function)
17890 (table--point-left-cell-function):
17891 Bind `inhibit-point-motion-hooks' to t.
17892
17893 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
17894
17895 * emacs-lisp/rx.el (rx): Doc fix.
17896
17897 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
17898
17899 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
17900
17901 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
17902
17903 Sync with Tramp 2.0.56.
17904
17905 * net/tramp.el:
17906 * net/tramp-ftp.el:
17907 * net/tramp-smb.el:
17908 * net/tramp-util.el:
17909 * net/tramp-vc.el:
17910 Don't load cl.el, because that pollutes the namespace. Replace cl
17911 macros by their implementations where necessary. Requested by
17912 Richard Stallman <rms@gnu.org>.
17913
17914 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
17915 doesn't exist.
17916 (with-parsed-tramp-file-name): Protect debug spec during compilation.
17917 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
17918 (tramp-file-name-p, tramp-file-name-multi-method)
17919 (tramp-file-name-method, tramp-file-name-user)
17920 (tramp-file-name-host, tramp-file-name-localname): New defuns,
17921 replacing defstruct `tramp-file-name'.
17922 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
17923 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
17924 Apply `vector' instead of `make-tramp-file-name'.
17925 (tramp-handle-make-auto-save-file-name):
17926 Apply `tramp-temporary-file-directory' for compatibility reasons.
17927 (tramp-completion-mode): Use `natnump' instead of `wholenump'
17928 because of XEmacs.
17929 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
17930 started.
17931
17932 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
17933
17934 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
17935
17936 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
17937
17938 * log-edit.el (log-edit-changelog-paragraph): Return point-max
17939 as the end of the ChangeLog paragraph when it ends without a line
17940 termination.
17941
17942 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
17943
17944 * net/webjump.el (webjump-sample-sites):
17945 Add simple Wikipedia query.
17946
17947 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
17948
17949 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
17950 compatibility code.
17951
17952 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
17953 (copyright-update-year): Use it.
17954
17955 * edmacro.el (edmacro-format-keys): Use current-active-maps.
17956
17957 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
17958 Add indentation and debugging info. Fix up comment convention.
17959
17960 * cus-dep.el (custom-make-dependencies): Simplify.
17961
17962 * composite.el (compose-region, decompose-region):
17963 Use inhibit-read-only and restore-buffer-modified-p.
17964
17965 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
17966 (xterm-mouse-event): Use it.
17967
17968 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
17969
17970 * bs.el (bs-cycle-previous): Don't modify the cycle list until
17971 `switch-to-buffer' has returned succesfully.
17972 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
17973 window is dedicated (it could iconify the frame).
17974
17975 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
17976
17977 * vc-hooks.el (vc-find-root): Fix file attribute test.
17978
17979 2007-05-24 Richard Stallman <rms@gnu.org>
17980
17981 * textmodes/flyspell.el (flyspell-correct-word-before-point):
17982 Don't let opoint be nil.
17983 (flyspell-emacs-popup): Explicit error if no dialogs.
17984
17985 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
17986
17987 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
17988 (image-next-line, image-previous-line, image-scroll-up)
17989 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
17990 New functions.
17991 (image-mode-map): Remap motion commands.
17992 (image-mode-text-map): New keymap for viewing images as text.
17993 (image-mode): Use image-mode-map.
17994 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
17995
17996 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
17997
17998 * textmodes/fill.el (canonically-space-region): Make the second arg
17999 a marker if it's not already the case.
18000
18001 2007-05-23 Eli Zaretskii <eliz@gnu.org>
18002
18003 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
18004 (tar-get-descriptor): Handle type 55, an extended pax header.
18005
18006 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18007
18008 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
18009 to confuse outline-minor-mode.
18010
18011 2007-05-23 Eli Zaretskii <eliz@gnu.org>
18012
18013 * tar-mode.el (tar-file-name-handler): New function.
18014 (tar-extract): Bind file-name-handler-alist to it to force
18015 find-buffer-file-type-coding-system behave as if the file being
18016 extracted existed. Use last-coding-system-used to force
18017 buffer-file-coding-system to what decode-coding-region actually
18018 used to decode the file.
18019
18020 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
18021
18022 * progmodes/compile.el (compilation-handle-exit):
18023 `compilation-finish-function' may change the current buffer.
18024
18025 2007-05-22 Richard Stallman <rms@gnu.org>
18026
18027 * files.el (set-auto-mode): Doc fix.
18028
18029 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18030
18031 * help-fns.el (find-source-lisp-file): New function.
18032 (describe-function-1): Use find-source-lisp-file to find source
18033 file in compile tree.
18034
18035 2007-05-22 Eli Zaretskii <eliz@gnu.org>
18036
18037 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
18038
18039 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
18040
18041 * emacs-lisp/easy-mmode.el (define-minor-mode)
18042 (easy-mmode-define-navigation): Fix typos in docstrings.
18043
18044 2007-05-22 Glenn Morris <rgm@gnu.org>
18045
18046 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
18047
18048 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
18049
18050 * mail/mail-extr.el (mail-extract-address-components):
18051 Recognize non-ASCII characters except for NBSP as words.
18052
18053 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
18054
18055 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
18056 (rcirc-print): Handle `window-width'.
18057 (rcirc-buffer-maximum-lines): Doc fix.
18058
18059 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
18060
18061 * image-mode.el (image-toggle-display): Don't clear image cache.
18062 Only use filename in image spec if the file is readable.
18063 Call image-refresh.
18064
18065 * image.el (image-type-from-file-name, image-type): Simplify.
18066 (image-type-auto-detected-p): Don't scan auto-mode-alist.
18067
18068 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
18069 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
18070
18071 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
18072
18073 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
18074 is an error.
18075
18076 * term/linux.el (terminal-init-linux): Don't signal an error
18077 if gpm isn't running.
18078
18079 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
18080
18081 * t-mouse.el: Reduce to a minor-mode macro call.
18082 (t-mouse-mode): Remove the lighter.
18083
18084 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
18085
18086 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
18087
18088 * files.el (auto-mode-alist): Change the regexp so that
18089 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
18090
18091 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
18092
18093 * Version 22.1 released.
18094
18095 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
18096
18097 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
18098 changes.
18099
18100 2007-05-19 Kevin Ryde <user42@zip.com.au>
18101
18102 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
18103
18104 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
18105
18106 * textmodes/sgml-mode.el: Revert last change.
18107
18108 2007-05-18 Richard Stallman <rms@gnu.org>
18109
18110 * simple.el (push-mark): Doc fix.
18111
18112 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
18113
18114 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
18115 tpu-global-map.
18116 (tpu-original-global-map): Variable deleted.
18117 (tpu-control-keys-map): New keymap variable.
18118 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
18119 setting keymapping directly.
18120 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
18121 tpu-global-map.
18122 (tpu-edt-on): Activate the tpu-global-map.
18123 (tpu-edt-off): Deactivate the tpu-global-map.
18124
18125 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
18126
18127 * textmodes/ispell.el (ispell-get-word): Return markers
18128 for start and end positions.
18129 (ispell-word): Assume END is a marker.
18130
18131 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18132
18133 * printing.el: Group together all XEmacs/Emacs definitions.
18134 (pr-version): New version 6.9.
18135 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
18136 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
18137 (pr-menu-bind): Fix code.
18138 (pr-e-frame-char-height, pr-e-frame-char-width)
18139 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
18140 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
18141 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
18142 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
18143 (pr-x-event-y-pixel): Aliases eliminated.
18144 (pr-xemacs-global-menubar): Macro moved.
18145 (current-menubar, current-mouse-event, zmacs-region-stays)
18146 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
18147 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
18148 Vars moved.
18149 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
18150 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
18151 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
18152 (pr-menu-set-utility-title, pr-even-or-odd-pages)
18153 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
18154 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
18155 moved.
18156
18157 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
18158
18159 * textmodes/sgml-mode.el (sgml-tag):
18160 Fix bug: Call sgml-transformation-function.
18161
18162 2007-05-17 Martin Rudalics <rudalics@gmx.at>
18163
18164 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
18165 modified flag of buffer. Use `inhibit-modification-hooks'.
18166
18167 2007-05-16 Richard Stallman <rms@gnu.org>
18168
18169 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
18170
18171 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18172
18173 * files.el (magic-mode-alist, magic-fallback-mode-alist):
18174 Move the *ml, Postscript, and XmCD entries to the fallback part.
18175
18176 * files.el (magic-fallback-mode-alist):
18177 Rename from file-start-mode-alist.
18178
18179 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
18180
18181 * progmodes/compile.el (compilation-handle-exit): Quote first
18182 argument of `run-hook-with-args'.
18183
18184 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
18185
18186 * buff-menu.el (Buffer-menu-sort-column):
18187 * dabbrev.el (dabbrev-upcase-means-case-search):
18188 * dired.el (dired-recursive-deletes, dired-recursive-copies):
18189 * info.el (Info-current-subfile):
18190 * ls-lisp.el (ls-lisp-verbosity):
18191 * msb.el (msb-menu-cond):
18192 * pcvs.el (cvs-dired-use-hook):
18193 * simple.el (set-mark-command-repeat-pop):
18194 * time.el (display-time-24hr-format, display-time-mail-file):
18195 Doc fixes.
18196
18197 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
18198 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
18199
18200 * view.el (view-inhibit-help-message): Fix typo in docstring.
18201 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
18202
18203 2007-05-16 Martin Rudalics <rudalics@gmx.at>
18204
18205 * textmodes/ispell.el (ispell-start-process): Defend against bad
18206 default-directory.
18207
18208 2007-05-14 Eli Zaretskii <eliz@gnu.org>
18209
18210 * mail/rmail.el (rmail-convert-to-babyl-format): Check
18211 content-transfer-encoding _last_, because it's its position that
18212 we need as value of base64-header-field-end.
18213
18214 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
18215
18216 * files.el (mode-require-final-newline, require-final-newline)
18217 (enable-local-variables, enable-local-eval): Doc fixes.
18218
18219 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18220
18221 * ps-print.el: Use default color when foreground or background color
18222 are unspecified. Reported by Leo <sdl.web@gmail.com>.
18223 (ps-print-version): New version 6.7.4.
18224 (ps-rgb-color): New argument. Use default color when color is
18225 unspecified.
18226 (ps-begin-job): Fix code.
18227
18228 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
18229
18230 * longlines.el (longlines-mode): Make longlines-auto-wrap
18231 buffer-local. Add hooks unconditionally.
18232 (longlines-auto-wrap): Toggle wrapping.
18233 (longlines-after-change-function)
18234 (longlines-post-command-function): Check longlines-auto-wrap.
18235
18236 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
18237
18238 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
18239 (xterm-mouse-translate): Use it.
18240
18241 2007-05-10 Richard Stallman <rms@gnu.org>
18242
18243 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
18244 (iso-cvt-write-only): Likewise.
18245
18246 * emacs-lisp/easy-mmode.el (define-minor-mode):
18247 Fix generated doc string.
18248
18249 * startup.el (fancy-splash-text): Add URL of guided tour.
18250 Adjust horizontal and vertical whitespace.
18251
18252 * progmodes/compile.el (compilation-handle-exit):
18253 Use run-hook-with-args to run compilation-finish-functions.
18254
18255 * files.el (file-start-mode-alist): New variable.
18256 (magic-mode-regexp-match-limit): Doc fix.
18257 (set-auto-mode): Handle file-start-mode-alist.
18258 A little cleanup of structure.
18259
18260 * dabbrev.el (dabbrev-eliminate-newlines):
18261 Renamed from dabbrev--eliminate-newlines. All uses changed.
18262
18263 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
18264
18265 * man.el (Man-next-section): Don't consider the last line of the page
18266 as being part of any section.
18267
18268 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
18269
18270 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
18271 can take any number of values.
18272
18273 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
18274
18275 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
18276 to the list of citation commands.
18277
18278 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
18279
18280 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
18281
18282 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
18283
18284 * progmodes/python.el (python-font-lock-keywords)
18285 (python-open-block-statement-p, python-mode): Add support for the new
18286 "with" keyword.
18287
18288 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
18289
18290 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
18291 the exact opposite of diff-goto-source.
18292
18293 * emacs-lisp/advice.el (ad-special-forms): Remove.
18294 (ad-special-form-p): Use subr-arity.
18295
18296 * newcomment.el (comment-search-forward): Make sure we search forward.
18297 (comment-enter-backward): Try and distinguish the non-matching case at
18298 EOB from the non-matching case with a missing comment-end-skip for
18299 a 2-char comment ender.
18300 (comment-choose-indent): New function extracted from comment-indent.
18301 Improve the alignment algorithm.
18302 (comment-indent): Use it.
18303
18304 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
18305 XML style Processing Instructions.
18306 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
18307 (sgml-calculate-indent): Handle `pi' context.
18308
18309 * vc.el: Ensure that update-changelog issues an error when used with
18310 a backend that does not implement it.
18311 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
18312 Remove `backend' argument. Use expand-file-name.
18313 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
18314
18315 * progmodes/python.el (python-end-of-block): Revert last change.
18316 (python-end-of-statement): Make sure we move *forward*.
18317
18318 2007-05-08 Richard Stallman <rms@gnu.org>
18319
18320 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
18321 Don't include non-self-insert commands in the exception for `-'.
18322
18323 2007-05-08 David Reitter <david.reitter@gmail.com>
18324
18325 * progmodes/python.el (python-guess-indent): Check non-nullness
18326 before comparing indent against the 2..8 interval.
18327
18328 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18329
18330 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
18331 available.
18332
18333 2007-05-06 Richard Stallman <rms@gnu.org>
18334
18335 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
18336
18337 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18338
18339 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
18340 rather than storing their value in the revert-buffer function.
18341
18342 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
18343
18344 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
18345 when disabling t-mouse-mode.
18346
18347 2007-05-01 Davis Herring <herring@lanl.gov>
18348
18349 * calendar/timeclock.el: Update version number.
18350 (timeclock-modeline-display): Mention timeclock-use-display-time
18351 in explanatory message.
18352 (timeclock-in): Fix non-interactive workday specifications.
18353 (timeclock-log): Don't kill the log buffer if it already existed.
18354 Suppress warnings when finding the log. Don't check for a nil
18355 project twice. Run hooks after killing the buffer (if applicable).
18356 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
18357 was geometric). All uses changed.
18358 (timeclock-generate-report): Support prefix argument.
18359
18360 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
18361
18362 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
18363 disconnections.
18364
18365 2007-05-01 Romain Francoise <romain@orebokech.com>
18366
18367 * dired-x.el: Revert 2007-04-06 change.
18368
18369 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
18370
18371 * find-dired.el (find-dired-filter): Propertize all text down to eob.
18372
18373 2007-04-29 Richard Stallman <rms@gnu.org>
18374
18375 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
18376
18377 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18378
18379 * progmodes/cc-mode.el (c-before-change): Use point-min rather
18380 than 1.
18381
18382 2007-04-28 Richard Stallman <rms@gnu.org>
18383
18384 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
18385
18386 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
18387
18388 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
18389 don't put stop on toolbar.
18390
18391 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18392
18393 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
18394
18395 2007-04-28 Eli Zaretskii <eliz@gnu.org>
18396
18397 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
18398 instead of $(lisp)/mh-e.
18399
18400 2007-04-28 Glenn Morris <rgm@gnu.org>
18401
18402 * image-dired.el (image-dired-cmd-create-thumbnail-options)
18403 (image-dired-cmd-create-temp-image-options): Replace option
18404 +profile "*" with -strip.
18405
18406 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
18407
18408 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
18409 Use window-start and window-end.
18410
18411 2007-04-27 Andreas Schwab <schwab@suse.de>
18412
18413 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
18414
18415 2007-04-27 Eli Zaretskii <eliz@gnu.org>
18416
18417 * textmodes/fill.el (fill-paragraph): Doc fix.
18418
18419 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
18420
18421 * locate.el (locate-in-alternate-database): Doc fix.
18422
18423 2007-04-26 Glenn Morris <rgm@gnu.org>
18424
18425 * button.el (button): Use underline if supported, else fall back
18426 to color.
18427
18428 * version.el (emacs-version): Increase to 22.1.50.
18429
18430 2007-04-25 Richard Stallman <rms@gnu.org>
18431
18432 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
18433
18434 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
18435
18436 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
18437 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
18438 pushing mark.
18439 (idlwave-current-routine): Don't push mark.
18440
18441 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
18442
18443 * image-dired.el (image-dired-display-image): Derive image-type from
18444 filename rather than assuming jpeg, in case no resizing was needed.
18445
18446 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18447
18448 * custom.el (defface): Doc fix.
18449
18450 See ChangeLog.12 for earlier changes.
18451
18452 ;; Local Variables:
18453 ;; coding: iso-2022-7bit
18454 ;; add-log-time-zone-rule: t
18455 ;; End:
18456
18457 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
18458
18459 This file is part of GNU Emacs.
18460
18461 GNU Emacs is free software; you can redistribute it and/or modify
18462 it under the terms of the GNU General Public License as published by
18463 the Free Software Foundation; either version 3, or (at your option)
18464 any later version.
18465
18466 GNU Emacs is distributed in the hope that it will be useful,
18467 but WITHOUT ANY WARRANTY; without even the implied warranty of
18468 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18469 GNU General Public License for more details.
18470
18471 You should have received a copy of the GNU General Public License
18472 along with GNU Emacs; see the file COPYING. If not, write to the
18473 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18474 Boston, MA 02110-1301, USA.
18475
18476 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af