]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(appt-disp-window-function): Doc fix.
[gnu-emacs] / lisp / ChangeLog
1 2008-04-02 Glenn Morris <rgm@gnu.org>
2
3 * calendar/appt.el (appt-disp-window-function): Doc fix.
4 (appt-display-message): Move beep before display.
5 (appt-check): Make interactive. Reduce the number of lets.
6 Use string-equal to compare mode-line strings.
7 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
8 read-only.
9 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
10 (appt-delete): Simplify.
11
12 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
13
14 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
15
16 * calendar/cal-hebrew.el (list-yahrzeit-dates):
17 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
18 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
19
20 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
21 (calendar-holiday-marker, mark-visible-calendar-date):
22 * calendar/diary-lib.el (fancy-diary-display):
23 Check for font-lock-mode before using faces.
24
25 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
26 (calendar-gregorian-from-absolute): Reduce the number of lets.
27 (hebrew-holidays-4, generate-calendar-window): Simplify.
28 (calendar-for-loop): Make obsolete.
29 (calendar-nth-named-day): Doc fix.
30
31 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
32 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
33 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
34 Reduce the number of lets.
35 (mark-sexp-diary-entries, calendar-mark-complex):
36 Expand calendar-for-loops.
37
38 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
39
40 * find-dired.el (find-dired-filter): Fix last patch to handle
41 multi-line process input. Pad link numbers too.
42
43 2008-04-01 Jari Aalto <jari.aalto@cante.net>
44
45 * find-dired.el (find-dired-filter): Align columns by padding file
46 sizes.
47
48 2008-04-01 Jason Rumney <jasonr@gnu.org>
49
50 * international/characters.el (script-list): Add phonetic script,
51 covering IPA (previously Latin), Phonetic Extensions and
52 Phonetic Extensions Supplement (both previously unassigned).
53
54 * international/fontset.el (setup-default-fontset): Use unicode fonts
55 that cover bopomofo script for bopomofo.
56 Likewise for braille and mathematical.
57 Use unicode scripts that cover the phonetic script for IPA.
58
59 2008-04-01 Johan Bockgård <bojohan@gnu.org>
60
61 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
62 return the assigned value.
63
64 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * abbrev.el (abbrev-mode): Use define-minor-mode.
67
68 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
69 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
70 Use map-keymap.
71 (minor-mode-menu-from-indicator): Use it. Simplify.
72
73 * bindings.el (mode-line-mode-menu): Move before (new) first use.
74 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
75 Bind the key directly to the menu.
76 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
77
78 2008-04-01 Daiki Ueno <ueno@unixuser.org>
79
80 * epa.el (epa-decrypt-region): Explain the reason why this
81 function should not be used in Lisp programs.
82 (epa-decrypt-armor-in-region): Ditto.
83 (epa-verify-region): Ditto.
84 (epa-verify-cleartext-in-region): Ditto.
85 (epa-sign-region): Ditto.
86 (epa-encrypt-region): Ditto.
87
88 * epg.el (epg-start-receive-keys): Fix typo in docstring.
89
90 * epa.el (epa-select-keys): Show menu even if there is no key in
91 GnuPG's keyring.
92
93 2008-04-01 Glenn Morris <rgm@gnu.org>
94
95 * calendar/calendar.el (calendar-make-temp-face): New function.
96 (mark-visible-calendar-date):
97 * calendar/diary-lib.el (fancy-diary-display): Use it.
98
99 * vc-hooks.el (vc-responsible-backend): Declare as function.
100
101 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
102 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
103 * calendar/cal-julian.el (holiday-julian): Use it.
104
105 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
106 (calendar-hebrew-date-is-visible-p): Extract some common code into
107 separate function.
108 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
109
110 * calendar/cal-menu.el (cal-menu-holidays-menu):
111 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
112 rather than obsolete alias.
113
114 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
115 for mark characters.
116 (calendar-unmark): Unmark by removing all overlays, rather than
117 redrawing.
118 (calendar-starred-day): Remove.
119 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
120 (calendar-cursor-to-date): No need for special star handling now
121 using overlays.
122 (calendar-star-date): Use overlays.
123
124 * calendar/cal-french.el (calendar-goto-french-date):
125 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
126 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
127 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
128 * calendar/cal-persia.el (calendar-persian-date-string):
129 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
130 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
131 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
132 * calendar/solar.el (solar-equinoxes-solstices):
133 Reduce nesting of some lets.
134
135 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
136 (calendar-goto-mayan-long-count-date): Simplify.
137
138 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
139 Simplify by using mapcar.
140 (calendar-list-holidays): Return holiday-list.
141 (list-holidays): Use let rather than let*. Remove un-needed locals
142 `d', `never'.
143 (calendar-check-holidays): Return result from dolist.
144 (holiday-float): Use a single let*. Simplify if-and to and.
145 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
146 single let*.
147
148 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
149
150 * calc/calc.el: Autoload `calc-yank'.
151 (calc-mode-map): Add keybindings for `calc-yank'.
152 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
153 assignments for `calc-yank'.
154
155 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
156
157 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
158 (vc-status-mark-buffer-changed): Handle the extra field.
159
160 * vc-bzr.el (vc-bzr-after-dir-status):
161 * vc-cvs.el (vc-cvs-after-dir-status):
162 * vc-hg.el (vc-hg-after-dir-status):
163 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
164
165 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 * doc-view.el: Compute displayed pages first (in PDF).
168 (doc-view-current-converter-processes): Rename from
169 doc-view-current-converter-process. Update users.
170 (doc-view-sentinel): Test buffer's liveness.
171 (doc-view-pdf/ps->png-sentinel): Remove.
172 (doc-view-start-process): New function.
173 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
174 (doc-view-ps->pdf): Use it.
175 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
176 New functions.
177 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
178 (doc-view-mode): Kill the processes when leaving the mode.
179
180 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
181
182 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
183 Use `byte-compile-warning-types'. Add docstring.
184
185 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
186
187 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
188 (smerge-resolve): Add various resolution heuristics.
189
190 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
191 in 3-way conflicts.
192
193 2008-03-31 Glenn Morris <rgm@gnu.org>
194
195 * calendar/cal-bahai.el (diary-bahai-mark-entries):
196 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
197 * calendar/cal-islam.el (mark-islamic-diary-entries):
198 Fix argument order in call to diary-mark-entries-1.
199
200 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
201 pre-Bahai dates.
202 (holiday-bahai): Use an algorithm actually relevant to this calendar
203 system.
204
205 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
206
207 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
208 Use and.
209
210 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
211 in the last fortnight in Julian October.
212
213 * calendar/calendar.el (increment-calendar-month): Optionally handle
214 systems without 12 months per year.
215
216 (calendar-date-is-visible-p): Doc fix. Simplify.
217
218 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
219 from dolist.
220
221 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
222
223 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
224 (hi-lock-unload-function): New function.
225
226 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
227
228 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
229 overwriting when NEWNAME is a local file.
230
231 * net/trampver.el: Update release number.
232
233 2008-03-30 Alexandre Julliard <julliard@winehq.org>
234
235 * vc-git.el: Make vc-status display information about copies,
236 renames and permission changes.
237 (vc-git-extra-fileinfo): New defstruct.
238 (vc-git-escape-file-name, vc-git-file-type-as-string)
239 (vc-git-rename-as-string, vc-git-permissions-as-string)
240 (vc-git-status-printer): New functions.
241 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
242 (vc-git-after-dir-status-stage1): Look for copies, renames and
243 permission changes.
244 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
245 (vc-git-dir-status): Ask for staged files and renames.
246
247 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
248
249 * vc.el: Allow backends to display backend specific information in
250 the vc-status listing.
251 (vc-status-fileinfo): Add a field for backend specific information.
252 (vc-status-printer): Rename to ...
253 (vc-default-status-printer): ... this.
254 (vc-status-printer): New function.
255 (vc-update-vc-status-buffer): Set the backend specific file info
256 if provided.
257
258 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * textmodes/remember.el (remember-diary-convert-entry): Revert last
261 change (ill-conceived).
262
263 2008-03-29 Glenn Morris <rgm@gnu.org>
264
265 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
266 * calendar/cal-julian.el (holiday-julian): Simplify.
267
268 * calendar/holidays.el (list-holidays): Use or.
269
270 2008-03-29 Juri Linkov <juri@jurta.org>
271
272 * window.el (split-window-preferred-horizontally): New function.
273
274 * cus-start.el (split-window-preferred-function):
275 Set choice for "vertically" to nil instead of split-window.
276 Set choice for "horizontally" to split-window-preferred-horizontally
277 instead of lambda.
278
279 2008-03-29 Juri Linkov <juri@jurta.org>
280
281 * simple.el (minibuffer-default-add-function): New variable with
282 the default to minibuffer-default-add-completions.
283 (minibuffer-default-add-done): New variable. Make it buffer-local.
284 (minibuffer-default-add-completions): New function.
285 (goto-history-element): Set minibuffer-default-add-done to t and
286 call a function in minibuffer-default-add-function when the
287 specified absolute history position is greater than the length of
288 the minibuffer-default list and minibuffer-default-add-done is nil.
289 Change "^End of history; no next item$" to "^End of defaults;
290 no next item$".
291
292 * bindings.el (debug-ignored-errors): Change "^End of history;
293 no next item$" to "^End of defaults; no next item$".
294
295 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
296
297 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
298
299 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
300 to with-no-warnings.
301
302 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
303
304 Sync with Tramp 2.1.13.
305
306 * net/tramp-ftp.el: Require 'cl when byte-compiling.
307
308 * net/trampver.el: Update release number.
309
310 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
311
312 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
313 the current backend.
314
315 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
316 (vc-status-refresh): Create a temporary buffer and call the
317 `dir-status' backend function from that buffer.
318
319 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
320 (vc-bzr-after-dir-status): Don't kill the buffer.
321
322 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
323 (vc-cvs-after-dir-status): Don't kill the buffer.
324
325 * vc-git.el (vc-git-dir-status): Don't create a buffer.
326 (vc-git-after-dir-status-stage2): Don't kill the buffer.
327
328 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
329 (vc-hg-after-dir-status): Don't kill the buffer.
330
331 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
332 (vc-svn-after-dir-status): Don't kill the buffer.
333
334 2008-03-29 Glenn Morris <rgm@gnu.org>
335
336 * calendar/calendar.el (diary-file, american-date-diary-pattern)
337 (european-date-diary-pattern, european-calendar-display-form)
338 (american-calendar-display-form, diary-display-hook): Doc fixes.
339 (european-calendar-style): Doc fix. Use calendar-set-date-style for
340 custom :set. Mark as obsolete.
341 (calendar-date-style, iso-date-diary-pattern)
342 (iso-calendar-display-form): New user variables.
343 (diary-date-forms, calendar-date-display-form): Set using
344 calendar-date-style. Doc fix.
345 (calendar-set-date-style): New command.
346 (european-calendar, american-calendar): Use calendar-set-date-style.
347 Mark as obsolete.
348
349 * calendar/diary-lib.el (number): Move declaration where needed.
350 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
351 (diary-make-date): New function.
352 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
353 Use diary-make-date.
354 (diary-date-display-form, diary-insert-entry-1): New functions.
355 (insert-monthly-diary-entry, insert-yearly-diary-entry):
356 Use diary-insert-entry-1.
357 (insert-anniversary-diary-entry, insert-block-diary-entry)
358 (insert-cyclic-diary-entry): Use diary-date-display-form.
359
360 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
361 Autoload diary-insert-entry-1.
362 * calendar/cal-bahai.el (diary-bahai-insert-entry)
363 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
364 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
365 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
366 * calendar/cal-islam.el (insert-islamic-diary-entry)
367 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
368 Use diary-insert-entry-1.
369
370 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
371 (diary-yahrzeit): Doc fix. Use diary-make-date.
372
373 * calendar/icalendar.el (icalendar--datetime-to-american-date):
374 New name for icalendar--datetime-to-noneuropean-date. Make old name
375 obsolete alias.
376 (icalendar--datetime-to-iso-date): New function.
377 (icalendar--datetime-to-diary-date): Doc fix. Respect
378 calendar-date-style if bound.
379
380 * textmodes/remember.el (remember-diary-convert-entry):
381 Respect calendar-date-style if bound.
382
383 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
386 (xterm-mouse-handle-delete-frame): Delete.
387
388 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
389 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
390 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
391 in xterm-modify-other-keys-terminal-list.
392
393 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
394 are conflicts.
395
396 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
397
398 * vc.el (vc-update): Check if the buffer is unsaved only if it
399 actually exists.
400 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
401 vc-print-log.
402
403 2008-03-28 Magnus Henoch <mange@freemail.hu>
404
405 * net/dns.el (dns-write): Use set-buffer-multibyte.
406
407 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
408
409 * vc-bzr.el (vc-bzr-sha1): New fun.
410 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
411 (vc-bzr-registered): Use it.
412
413 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
414
415 * vc.el (vc-status-kill-dir-status-process): Simplify.
416 (vc-status-refresh): Make sure the buffer is live.
417 (ring): Don't require it, not used.
418
419 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
420
421 * progmodes/verilog-mode.el (verilog-auto-inout-module):
422 Add optional regular expression to AUTOINOUTMODULE.
423 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
424 (verilog-auto-inst-param, verilog-auto-reg)
425 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
426 (verilog-auto-output-every, verilog-auto-input)
427 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
428 (verilog-auto-unused, verilog-auto): Update documentation to use
429 more obvious instance module names versus cell names.
430
431 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
432
433 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
434 kill if a process is running.
435
436 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
437
438 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
439
440 * vc.el: Add new backend function 'status-extra-headers.
441 (vc-default-status-extra-headers): New function.
442 (vc-status-headers): Call 'status-extra-headers. Add colors.
443
444 * vc-git.el (vc-git-status-extra-headers): New function.
445
446 2008-03-28 Glenn Morris <rgm@gnu.org>
447
448 * calendar/cal-menu.el (cal-menu-holidays-menu)
449 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
450 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
451 holiday-list is optional.
452 (calendar-mouse-holidays): Remove un-needed local `l'.
453
454 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
455 Remove un-needed local `date'.
456 (calendar-cursor-to-visible-date): Use let rather than let*.
457 Remove un-needed local `first-of-month-weekday'.
458
459 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
460
461 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
462 Doc fixes.
463 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
464 (diary-header-line-flag, diary-header-line-format): Declare.
465 (diary-pull-attrs): Check for multiple matches.
466 (diary-list-entries-2): Simplify finding start of date.
467 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
468 pop-up-frames.
469 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
470 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
471
472 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
473
474 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
475
476 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
477
478 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
481
482 * image-mode.el (image-mode-reapply-winprops): Fix last change.
483
484 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
485
486 * international/mule-conf.el (define-iso-single-byte-charset):
487 Don't make latin-iso8859-* supplementary.
488 (#'set-charset-priority): Don't change the priority of charsets
489 `unicode' and `emacs'.
490
491 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
492
493 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
494 temp buffer.
495
496 2008-03-27 Glenn Morris <rgm@gnu.org>
497
498 * calendar/cal-bahai.el (diary-bahai-list-entries):
499 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
500 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
501
502 * calendar/calendar.el (diary-file): Doc fix.
503
504 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
505 (list-diary-entries-hook, mark-diary-entries-hook)
506 (include-other-diary-files, diary-mail-entries)
507 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
508 (diary-set-header): New function.
509 (diary-header-line-flag, diary-header-line-format):
510 Use diary-set-header for custom :set function.
511 (diary-set-maybe-redraw): Use symbol-value rather than eval.
512 (diary-attrtype-convert): Use intern-soft rather than read.
513 (diary-display-no-entries): New function.
514 (simple-diary-display, fancy-diary-display): Use it.
515 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
516 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
517
518 * calendar/holidays.el (list-holidays): Doc fix.
519
520 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
521
522 * calc/calc-store.el (calc-read-var-name-history): New variable.
523 (calc-read-var-name): Use `calc-read-var-name-history'.
524
525 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * image-mode.el (image-mode-reapply-winprops): Simplify now that
528 window-configuration-change-hook works buffer-locally.
529
530 2008-03-26 Johan Bockgård <bojohan@gnu.org>
531
532 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
533 for Emacs Lisp, not Lisp.
534
535 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
536
537 * help-fns.el (describe-function-1, describe-variable):
538 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
539
540 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
541 replacement is provided, don't print "use nil instead".
542
543 2008-03-26 Johan Bockgård <bojohan@gnu.org>
544
545 * complete.el (PC-do-completion): Use regexp-quote.
546
547 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
548
549 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
550 Detect missing files.
551
552 * vc-git.el (vc-git-extra-menu-map): New key map.
553 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
554 New functions.
555
556 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
557 and 'missing files.
558
559 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * calendar/holidays.el (list-holidays): Make Y2 optional.
562
563 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
564 buffers shown to the user.
565 (appt-disp-window): Disable undo explicitly now that the leading space
566 is gone.
567
568 * simple.el (activate-mark): New function.
569 (set-mark-command): Use it with region-active-p to clean up the code.
570 (exchange-point-and-mark): Invert the meaning of C-u when
571 transient-mark-mode is active.
572
573 * dired-aux.el (dired-create-files): Use dolist.
574
575 * bindings.el (mode-line-change-eol): Use with-selected-window.
576
577 * apropos.el (apropos-command): Include macros.
578
579 2008-03-26 Glenn Morris <rgm@gnu.org>
580
581 * calendar/cal-bahai.el: Require calendar, not cal-julian.
582 (calendar-bahai-epoch): Doc fix.
583
584 * calendar/cal-china.el: Explicitly require calendar.
585
586 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
587 Require calendar rather than cal-julian.
588 Autoload calendar-absolute-from-julian.
589 * calendar/cal-coptic.el (coptic-calendar-epoch):
590 * calendar/cal-islam.el (calendar-islamic-epoch):
591 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
592
593 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
594
595 * calendar/cal-dst.el: Don't require cal-persia.
596 (calendar-absolute-from-persian): Autoload it.
597 (dst-adjust-time): Doc fix.
598
599 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
600 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
601 calendar.
602
603 * calendar/cal-menu.el: Require calendar rather than declaring
604 functions.
605 * calendar/calendar.el: Provide calendar before requiring cal-menu.
606
607 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
608 calendar-after-frame-setup-hooks. Update callers, make old name an
609 obsolete alias. Doc fix.
610 (calendar-frame-1): Doc fix.
611
612 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
613
614 * calendar/calendar.el (oriental-holidays, solar-holidays):
615 * calendar/holidays.el (list-holidays): Assume atan always bound.
616
617 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
618 Explicitly require calendar, not cal-julian.
619 * calendar/lunar.el: Explicitly require cal-dst.
620
621 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
622
623 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
624
625 * help-fns.el (describe-function-1, describe-variable): If no
626 replacement is provided, don't print "use nil instead".
627
628 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
629
630 * proced.el: New file.
631
632 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
633
634 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
635
636 2008-03-25 Juri Linkov <juri@jurta.org>
637
638 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
639 in battery-mode-line-format.
640
641 * bindings.el (minibuffer-local-map): For the command
642 file-cache-minibuffer-complete replace keymap minibuffer-local-map
643 with map which is already locally bound to minibuffer-local-map.
644
645 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
646
647 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
648 Remove `sort-first' argument.
649
650 * subr.el (redisplay-end-trigger-functions)
651 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
652 (process-filter-multibyte-p, set-process-filter-multibyte):
653 Mark as obsolete.
654
655 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
656
657 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
658 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
659 use the LOCAL arg of `add-hook'.
660 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
661 Remove spurious * from defcustom docstrings.
662 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
663 Fix typos in messages.
664 (reb-mode-buffer-p): New function.
665 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
666 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
667 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
668 (reb-update-overlays): Use `unless', `when'.
669 (re-builder-unload-function): New function.
670
671 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
672
673 * vc-hooks.el (vc-state): Add documentation for 'missing.
674
675 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
676
677 * progmodes/verilog-mode.el (verilog-auto-output)
678 (verilog-auto-input, verilog-auto-inout, verilog-auto)
679 (verilog-delete-auto): Add optional regular expression to
680 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
681 (verilog-signals-matching-regexp): New internal function for
682 signal matching.
683
684 2008-03-25 Johan Bockgård <bojohan@gnu.org>
685
686 * info.el (Info-isearch-search): Always return point.
687
688 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * diff-mode.el (diff-remembered-defdir): New var.
691 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
692
693 2008-03-25 Glenn Morris <rgm@gnu.org>
694
695 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
696 calendar-bahai-prompt-for-date. Update callers, make old name an
697 obsolete alias. Doc fix.
698 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
699 coptic-prompt-for-date. Update callers, make old name an
700 obsolete alias. Doc fix.
701 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
702 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
703 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
704 calendar-islamic-prompt-for-date. Update callers. Doc fix.
705 * calendar/cal-iso.el (calendar-iso-read-date): New name for
706 calendar-iso-read-args. Update callers, make old name an obsolete
707 alias.
708 * calendar/cal-persia.el (calendar-persian-read-date): New name for
709 persian-prompt-for-date. Update callers, make old name an
710 obsolete alias. Doc fix. Move definition before use.
711
712 * calendar/cal-x.el (diary-frame-parameters)
713 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
714 (calendar-frame-1): Doc fixes.
715 (make-fancy-diary-buffer): Remove declaration.
716 (calendar-dedicate-diary): Replace call to deleted function
717 make-fancy-diary-buffer.
718 (calendar-frame-setup): New function.
719 (calendar-one-frame-setup, calendar-only-one-frame-setup)
720 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
721 work, and mark as obsolete.
722 (special-display-buffer-names): Don't mess with this; it's not our
723 business.
724 (cal-x-load-hook): Defvar it, and mark as obsolete.
725
726 * calendar/calendar.el (calendar-remove-frame-by-deleting):
727 Default to t. Add to 'calendar group.
728 (calendar): Doc fix. Use calendar-frame-setup.
729 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
730 (generate-calendar-window): Doc fix.
731
732 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
733
734 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
735
736 2008-03-24 Drew Adams <drew.adams@oracle.com>
737
738 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
739 New variables.
740 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
741 (finder-exit): Ignore errors rather than avoiding them.
742 Kill *Finder-package* buffer also.
743
744 2008-03-24 Andreas Schwab <schwab@suse.de>
745
746 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
747
748 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
749
750 * vc-hg.el (vc-hg-after-dir-status):
751 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
752
753 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
754 Detect removed files.
755
756 * vc.el (vc-status-printer): Use a different face for missing files.
757 (vc-status-hide-up-to-date): Rename from
758 vc-status-remove-up-to-date. Update all callers.
759 (vc-status-mode-map): Bind C-m.
760
761 2008-03-24 Alexandre Julliard <julliard@winehq.org>
762
763 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
764 code ...
765 (vc-git--state-code): ... to this new function.
766 (vc-git-state): Use it.
767
768 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
769
770 * textmodes/remember.el (remember-mail-date)
771 (remember-store-in-mailbox): Write date and From line in such a
772 way that Mutt can read it.
773
774 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
775
776 * simple.el (transient-mark-mode): Turn on by default.
777
778 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
779
780 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
781 'unregistered for unregistered files.
782
783 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
784
785 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
786
787 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
788 subdirectories.
789
790 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
791 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
792 Add :enable for vc-status-refresh.
793 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
794 (vc-status-tool-bar-map): Add binding for
795 vc-status-kill-dir-status-process.
796 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
797 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
798 Reset vc-status-process-buffer.
799 (vc-status-refresh): Don't run two refreshes at a time.
800 (vc-status): If the buffer is already in vc-status-mode only refresh.
801 (vc-status-mark-buffer-changed): Add an optional file parameter.
802 (vc-resynch-buffer): Use it.
803 (vc-delete-file): Expand the file name before using it.
804 Be careful to not create a new buffer with the old file contents.
805 Update the VC state after performing the operation.
806
807 2008-03-23 Andreas Schwab <schwab@suse.de>
808
809 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
810 Fix radio button condition.
811 [box]: Likewise.
812 [customize]: Add radio button.
813
814 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
815
816 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
817 (calc-user-parse-tables, calc-gnuplot-default-device)
818 (calc-gnuplot-default-output, calc-gnuplot-print-device)
819 (calc-gnuplot-print-output, calc-gnuplot-geometry)
820 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
821 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
822 (calc-undo-list, calc-redo-list, calc-main-buffer)
823 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
824 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
825 (calc-said-hello, calc-executing-macro, calc-any-selections)
826 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
827 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
828 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
829 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
830 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
831 (calc-create-buffer, calc-quit): Add docstrings.
832
833 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
834
835 * makefile.w32-in (WINS_ALMOST): Add org.
836
837 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
838
839 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
840 New functions to implement vc-status support.
841
842 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
843
844 * vc.el (vc-status-prepare-status-buffer): New function.
845 (vc-status): Use it.
846
847 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
848 appropriate.
849
850 2008-03-22 Alexandre Julliard <julliard@winehq.org>
851
852 * vc-git.el (vc-git--empty-db-p)
853 (vc-git-after-dir-status-stage1-empty-db): New functions.
854 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
855 Add support for empty repositories.
856
857 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
858
859 * vc-git.el (vc-git-annotate-extract-revision-at-line):
860 Allow "^" in a version name.
861
862 * vc-mtn.el (vc-mtn-state): Support the added state.
863
864 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
865
866 * org: New directory for Org-mode.
867
868 * org/org-export-latex.el: Moved from lisp/texmodes.
869
870 * org/org-irc.el: Moved from lisp/texmodes.
871
872 * org/org-mac-message.el: Moved from lisp/texmodes.
873
874 * org/org-mouse.el: Moved from lisp/texmodes.
875
876 * org/org-publish.el: Moved from lisp/texmodes.
877
878 2008-03-21 Juri Linkov <juri@jurta.org>
879
880 * comint.el (comint-dynamic-simple-complete):
881 Use variable `stub' for the second arg `common-substring'
882 of `comint-dynamic-list-completions'.
883 (comint-dynamic-list-filename-completions):
884 Use variable `filenondir' for the second arg `common-substring'
885 of `comint-dynamic-list-completions'.
886 (comint-dynamic-list-completions): Add new optional arg
887 `common-substring'. Add `common-substring' as the second arg of
888 the call to `display-completion-list'. Doc fix.
889
890 * comint.el (comint-dynamic-complete-as-filename)
891 (comint-dynamic-list-filename-completions)
892 (comint-dynamic-simple-complete): Use `minibuffer-message'
893 to display message "No completions of %s" when a command
894 is called in the minibuffer.
895 (comint-dynamic-simple-complete): Don't display other
896 completion messages when a command is called in the minibuffer.
897 (comint-dynamic-list-completions): Use `minibuffer-message'
898 to display message " [Type space to flush ...]" when a command
899 is called in the minibuffer.
900
901 * shell.el (shell-dynamic-complete-command)
902 (shell-dynamic-complete-environment-variable): Don't display
903 completion messages when command is called in the minibuffer.
904
905 * emacs-lisp/lisp.el (lisp-complete-symbol):
906 Use `minibuffer-message' to display message "No completions of %s"
907 when this command is called in the minibuffer.
908
909 * bindings.el (standard-mode-line-modes): Put special help-echo
910 tooltip on recursive edit %[ %] mode-line constructs.
911
912 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
913 "^No dynamic expansion for .* found$" to allow error messages like
914 "No dynamic expansion for \"%s\" found in this-buffer".
915
916 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
917
918 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
919 "psftp".
920
921 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
922
923 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
924 * vc.el (vc-default-dired-state-info): Use just "modified".
925 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
926 (vc-cvs-mode-line-string): Make use of the better default.
927 (vc-cvs-parse-entry): Use the new `added'.
928 (vc-cvs-dired-state-info): Remove.
929 * vc-svn.el (vc-svn-dired-state-info): Remove.
930 * vc-hg.el (vc-hg-dired-state-info): Remove.
931 * vc-git.el (vc-git-dired-state-info): Remove.
932
933 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
934
935 * vc-git.el (vc-git-status-result): New variable.
936 (vc-git-dir-status): Split out ...
937 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
938 ... these new functions and work asynchronously.
939
940 2008-03-21 Alexandre Julliard <julliard@winehq.org>
941
942 * vc-git.el (vc-git-after-dir-status): Remove.
943 (vc-git-dired-state-info): Reimplement.
944
945 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
946
947 * replace.el (occur-mode-map): Add :help.
948
949 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
950 for disassemble.
951
952 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
953 the 'added state.
954 (vc-status-remove-up-to-date): New function.
955 (vc-status-mode-map, vc-status-menu-map): Bind it.
956 (vc-status-printer): Use a different face up-to-date files.
957 (vc-resynch-buffer): Update the vc-status buffer if it exists.
958 (Todo): Remove solved entries.
959
960 * vc-hg.el (vc-hg-state):
961 * vc-git.el (vc-git-state):
962 * vc-cvs.el (vc-cvs-parse-status):
963 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
964 state.
965
966 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
967
968 * progmodes/compile.el (compile):
969 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
970
971 * simple.el (minibuffer-local-shell-command-map): New var.
972 (minibuffer-complete-shell-command, read-shell-command): New funs.
973 (shell-command, shell-command-on-region): Use them.
974
975 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
976
977 * vc.el (vc-status-mark-buffer-changed): New function to implement
978 updating of the *vc-status* buffer when a buffer is saved.
979 (vc-status-mode): Use it for after-change-hook.
980 (vc-add-to-vc-status-buffer): Rename to ...
981 (vc-status-add-entry): ... this.
982 (Todo): Add new entry.
983
984 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
985
986 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
987
988 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
989
990 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
991 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
992 Remove spurious * from defcustom docstrings.
993 (icomplete-compute-delay): Fix docstring and remove spurious *.
994 (icomplete-delay-completions-threshold): Fix typo in docstring and
995 remove spurious *.
996 (icomplete-completions): While collecting the list of prospective
997 candidates, don't overshoot `icomplete-prospects-length'.
998
999 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1000
1001 * textmodes/refbib.el:
1002 * textmodes/reftex.el:
1003 * textmodes/reftex-global.el:
1004 * textmodes/reftex-vars.el:
1005 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
1006 compiler pacifying defvars.
1007 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
1008 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
1009 not needed.
1010
1011 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
1012
1013 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
1014 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
1015 (verilog-customize, verilog-font-customize)
1016 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
1017 (verilog-mode): Update documentation strings to match tool tips.
1018 (verilog-auto-search-do, verilog-auto-re-search-do)
1019 (verilog-skip-forward-comment-or-string): Fix verilog-auto
1020 expansion when a .* appears inside a string.
1021 (verilog-re-search-forward, verilog-re-search-backward):
1022 Add comment to recall how this works.
1023 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
1024
1025 2008-03-20 Glenn Morris <rgm@gnu.org>
1026
1027 * calendar/calendar.el (calendar-other-dates): New function.
1028 (calendar-print-other-dates): Use calendar-other-dates.
1029 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
1030 the declarations it replaces.
1031 (calendar-mouse-print-dates): Use calendar-other-dates.
1032
1033 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
1034 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
1035 (calendar-absolute-from-bahai): Fix the leap-year case.
1036 (calendar-bahai-from-absolute): Re-use the Gregorian month.
1037 (calendar-bahai-date-string, calendar-bahai-print-date):
1038 Handle pre-Bahai dates.
1039
1040 * calendar/cal-china.el (chinese-calendar-celestial-stem)
1041 (chinese-calendar-terrestrial-branch): Make defcustoms.
1042
1043 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
1044 (calendar-mouse-view-diary-entries): Use or.
1045 (calendar-mouse-chinese-date): Remove unused command.
1046 (cal-menu-load-hook): Mark as obsolete.
1047
1048 * calendar/solar.el (calendar-location-name, calendar-latitude)
1049 (calendar-longitude, solar-arctan, sunrise-sunset)
1050 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
1051
1052 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
1053
1054 * calc/calc.el: Remove outdated comments.
1055 (defcalcmodevar, calc-mode-var-list-restore-default-values)
1056 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
1057 Add docstrings.
1058
1059 2008-03-19 Jason Rumney <jasonr@gnu.org>
1060
1061 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
1062
1063 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
1064
1065 * net/tls.el (open-tls-stream): Reindent.
1066
1067 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
1068
1069 * net/tramp.el (tramp-let-maybe): Removed.
1070 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
1071 It does not exist under XEmacs.
1072 (tramp-handle-file-truename, tramp-handle-expand-file-name)
1073 (tramp-completion-file-name-handler): Let-bind
1074 `directory-sep-char'.
1075
1076 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
1077 `directory-sep-char'.
1078
1079 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1080
1081 * help-fns.el (describe-function-1): Don't signal "missing arglist"
1082 for autoloaded keymaps.
1083
1084 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
1085 (electric-verilog-terminate-line, verilog-in-struct-region-p)
1086 (verilog-backward-ws&directives, verilog-forward-ws&directives)
1087 (verilog-in-comment-p, verilog-in-star-comment-p)
1088 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
1089 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
1090 (verilog-skip-forward-comment-or-string, verilog-in-paren)
1091 (verilog-skip-forward-comment-p): Use it.
1092
1093 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
1094
1095 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
1096 (org-remember-templates, org-time-stamp-rounding-minutes)
1097 (org-back-over-empty-lines, org-find-base-buffer-visiting)
1098 (org-columns-new): Fix typos in docstrings.
1099
1100 2008-03-19 Glenn Morris <rgm@gnu.org>
1101
1102 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
1103 (tramp-handle-shell-command): Use condition-case rather than
1104 ignore-errors.
1105
1106 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1107
1108 * diff-mode.el (diff-header): Make the color louder.
1109 (diff-refine-change): Tone the color down.
1110
1111 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
1112
1113 * descr-text.el (describe-char): When `describe-char-unidata-list'
1114 is set to show all properties, list them in the right order.
1115
1116 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * international/mule.el (load-with-code-conversion): Avoid setting
1119 default-enable-multibyte-characters.
1120
1121 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
1122
1123 * vc.el (vc-annotate-background): Fix custom type.
1124
1125 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1126
1127 * descr-text.el (describe-char-unidata-list): Allow specifying
1128 just all properties.
1129 (describe-char): Handle that new value.
1130
1131 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
1132
1133 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
1134
1135 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
1136 instead of file name extension to make docs with uncommon
1137 extensions work.
1138
1139 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
1140
1141 * doc-view.el (require): Require cl at compile time because
1142 `assert' needs it.
1143
1144 2008-03-18 Glenn Morris <rgm@gnu.org>
1145
1146 * calendar/calendar.el (initial-calendar-window-hook)
1147 (today-visible-calendar-hook): Doc fixes.
1148
1149 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
1150
1151 * net/tramp.el (tramp-root-regexp): Simplify.
1152 (tramp-completion-file-name-regexp-separate): Don't insist on
1153 leading "[". This prevents method or user or host completion.
1154 (tramp-let-maybe): Autoload it.
1155 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
1156 is an alias for `identity'.
1157 (tramp-handle-write-region): Protect `last-coding-system-used'
1158 over the trailing statements.
1159 (tramp-completion-file-name-handler-post-function): Remove.
1160 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
1161 instead of calling `tramp-drop-volume-letter'.
1162
1163 * net/tramp.el:
1164 * net/tramp-uu.el:
1165 * net/trampver.el: Move coding cookie at the end.
1166
1167 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1168
1169 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
1170 elements which may be something else than characters.
1171
1172 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
1173
1174 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
1175 New functions to implement vc-status support.
1176
1177 * vc.el (vc-default-extra-status-menu)
1178 (vc-add-to-vc-status-buffer): New functions.
1179
1180 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1181 for eldoc and ielm.
1182
1183 2008-03-17 Glenn Morris <rgm@gnu.org>
1184
1185 * calendar/cal-x.el (diary-frame-parameters)
1186 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
1187 Fix custom type; add options.
1188 (calendar-frame, diary-frame): Doc fixes.
1189 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
1190 new functions.
1191 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
1192 Use calendar-frame-1 and calendar-dedicate-diary.
1193 (calendar-one-frame-setup): Also handle only-one-frame case.
1194 (calendar-only-one-frame-setup): Doc fix. Just call
1195 calendar-one-frame-setup.
1196
1197 * calendar/diary-lib.el: Re-order some definitions before their use.
1198 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
1199 (diary-list-entries): Doc fixes.
1200 (make-fancy-diary-display): Remove function.
1201
1202 * calendar/calendar.el (calendar-today-marker)
1203 (initial-calendar-window-hook, today-visible-calendar-hook)
1204 (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
1205 (calendar-star-date, calendar-mark-today): Doc fixes.
1206 (today-visible-calendar-hook): Add options.
1207 (calendar-in-read-only-buffer): New macro.
1208 (calendar-basic-setup): Adapt for change in calendar-read-date.
1209 Place holiday let inside if.
1210 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
1211 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
1212 (calendar-print-other-dates): Use one let rather than many.
1213
1214 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
1215 (calendar-print-other-dates):
1216 * calendar/cal-hebrew.el (list-yahrzeit-dates):
1217 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
1218 * calendar/holidays.el (calendar-list-holidays, list-holidays)
1219 (calendar-cursor-holidays):
1220 * calendar/lunar.el (calendar-phases-of-moon): Use
1221 calendar-in-read-only-buffer to replace previous code and disable undo.
1222
1223 2008-03-16 Juri Linkov <juri@jurta.org>
1224
1225 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
1226 and regexp-search-ring-yank-pointer for the HISTPOS argument of
1227 read-from-minibuffer to provide the correct initial minibuffer
1228 history position in isearch-edit-string when it is called from
1229 isearch-ring-adjust.
1230
1231 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
1232 to check if the current buffer is the minibuffer, and in this case
1233 call abort-recursive-edit to kill the minibuffer. Doc fix.
1234 (kill-this-buffer-enabled-p): Allow this function to return non-nil
1235 when the current buffer is the minibuffer.
1236
1237 * simple.el (goto-line): Leave mark at previous position. Doc fix.
1238
1239 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
1240
1241 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
1242 Use non-nil PARENTS attribute of make-directory instead of
1243 explicitly checking existence the current cache directory.
1244
1245 2008-03-16 Daiki Ueno <ueno@unixuser.org>
1246
1247 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
1248 M-x epa-file-select-keys.
1249
1250 2008-03-16 Kenichi Handa <handa@m17n.org>
1251
1252 * international/mule.el (auto-coding-alist):
1253 Use no-conversion-multibyte for archive files.
1254
1255 2008-03-16 Glenn Morris <rgm@gnu.org>
1256
1257 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
1258 New functions.
1259 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
1260 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
1261 Use calendar-mark-1.
1262 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
1263 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
1264 Use calendar-mark-complex.
1265 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
1266 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
1267 Use calendar-mark-1.
1268
1269 * calendar/calendar.el (calendar-mod): Remove.
1270 * calendar/cal-china.el (calendar-chinese-from-absolute)
1271 (calendar-chinese-date-string): Expand calendar-mod calls.
1272 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
1273 Expand calendar-mod calls.
1274
1275 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
1276 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
1277 (diary-bahai-insert-yearly-entry): Use let rather than let*.
1278 Move obsolete aliases after the functions that replaced them.
1279
1280 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
1281 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
1282 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
1283 Use let rather than let*.
1284 (calendar-hebrew-prompt-for-date): New function.
1285 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
1286 (holiday-tisha-b-av-etc): Use unless, let.
1287
1288 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
1289 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
1290
1291 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
1292
1293 * calendar/calendar.el (calendar-for-loop): Add indent spec.
1294
1295 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
1296 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
1297 than concat.
1298 (diary): Remove un-needed let.
1299 (view-other-diary-entries): Rename argument.
1300 (diary-list-entries-2): New function.
1301 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
1302 (print-diary-entries): Use unless.
1303 (diary-mark-entries-1): Change argument order, make all but
1304 markfunc optional. Handle the standard (Gregorian) case.
1305 Use match-string-no-properties. Handle marks.
1306 (mark-diary-entries): Use diary-mark-entries-1.
1307 (diary-font-lock-keywords-1): New macro.
1308 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
1309
1310 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
1311
1312 * icalendar.el (icalendar-version): Increase to 0.18.
1313 (icalendar-export-hidden-diary-entries): New variable.
1314 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
1315 In case of error, insert full error-val.
1316 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
1317 Use calendar-day-of-week. Return the day number.
1318 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
1319
1320 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
1321
1322 * icalendar.el (icalendar-recurring-start-year): New variable.
1323 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
1324 (icalendar-export-region): Ignore hidden diary entries.
1325 (icalendar--convert-ordinary-to-ical): Fix case where event
1326 spans across midnight boundary.
1327 (icalendar-first-weekday-of-year): New function.
1328 (icalendar--convert-weekly-to-ical): Allow user-selectable start
1329 year for recurring events (Mozilla calendars do not propagate
1330 recurring events forever, so year 2000 start date was not working).
1331 (icalendar--convert-yearly-to-ical): Remove extra spaces in
1332 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
1333
1334 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
1335
1336 * net/tramp.el (tramp-root-regexp): New defconst.
1337 (tramp-completion-file-name-regexp-unified)
1338 (tramp-completion-file-name-regexp-separate)
1339 (tramp-completion-file-name-regexp-url): Use it.
1340 (tramp-do-copy-or-rename-file-via-buffer):
1341 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
1342 t for `insert-file-contents-literally'.
1343 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
1344 Autoload it.
1345 (tramp-completion-file-name-handler-post-function): New defconst.
1346 (tramp-completion-file-name-handler): Use it.
1347 (tramp-maybe-open-connection): Update calls to
1348 `tramp-flush-connection-property' for removed 2nd argument.
1349
1350 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
1353 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
1354 New functions.
1355
1356 2008-03-15 Glenn Morris <rgm@gnu.org>
1357
1358 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
1359 New functions.
1360 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
1361 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
1362 (diary-list-entries-1, diary-mark-entries-1): Autoload.
1363 (diary-bahai-list-entries): Use diary-list-entries-1.
1364 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
1365 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
1366 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
1367 (diary-list-entries-1, diary-mark-entries-1): Autoload.
1368 (list-hebrew-diary-entries): Use diary-list-entries-1.
1369 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
1370 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
1371 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
1372 (diary-list-entries-1, diary-mark-entries-1): Autoload.
1373 (list-islamic-diary-entries): Use diary-list-entries-1.
1374 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
1375
1376 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
1377
1378 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
1379
1380 * calendar/cal-china.el (number-chinese-months)
1381 (calendar-chinese-from-absolute): Use nth, caar.
1382
1383 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
1384
1385 * calendar/cal-french.el (french-calendar-accents): Doc fix.
1386
1387 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
1388 (calendar-hebrew-month-name-array-leap-year)
1389 (hebrew-calendar-parashiot-names): Make constants.
1390 (diary-parasha): Move definition after constants it uses.
1391
1392 * calendar/cal-html.el (cal-html-insert-link-yearpage)
1393 (cal-html-htmlify-list): Doc fix.
1394 (cal-html-htmlify-entry): Use nth.
1395
1396 * calendar/cal-islam.el (calendar-islamic-month-name-array)
1397 (calendar-islamic-epoch): Make constants.
1398 (calendar-islamic-epoch): Doc fix.
1399
1400 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
1401
1402 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
1403 (cal-tex-month-name): Doc fix.
1404 (cal-tex-last-blank-p): Use zerop.
1405
1406 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
1407 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
1408 (calendar-cursor-to-date): Doc fix.
1409 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
1410 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
1411 (calendar-day-number): Use when.
1412 (generate-calendar-month): Use dotimes.
1413 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
1414 (calendar-set-mark): Reverse conditional.
1415 (calendar-make-alist): Move definition before use.
1416
1417 * calendar/diary-lib.el (diary-face-attrs)
1418 (diary-glob-file-regexp-prefix, diary-selective-display)
1419 (number-of-diary-entries, diary-list-entries, diary-goto-entry):
1420 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
1421 (diary-anniversary, diary-cyclic)
1422 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
1423 (diary-header-line-format): Change wording.
1424 (diary-list-entries): Set `date-start' in let.
1425 (include-other-diary-files, mark-included-diary-files): Use format.
1426 (simple-diary-display, fancy-diary-display): Use cadr, unless.
1427 (mark-diary-entries): Use 1+.
1428 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
1429 (mark-calendar-month): Use dotimes.
1430
1431 * calendar/holidays.el (displayed-month, displayed-year):
1432 Move declarations where needed.
1433 (calendar-list-holidays): Doc fix.
1434
1435 * calendar/parse-time.el (parse-time-string): Simplify.
1436
1437 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
1438 Make constants.
1439 (solar-sunrise-sunset): Rename some local variables for clarity.
1440 (sunrise-sunset): Use zerop.
1441 (solar-mean-equinoxes/solstices): Doc fix.
1442
1443 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
1444 Use nth.
1445 (timeclock-completing-read, timeclock-generate-report): Use zerop.
1446 (timeclock-mean, timeclock-generate-report): Use dolist.
1447
1448 * calendar/todo-mode.el (todo-add-category): Simplify.
1449 (todo-more-important-p, todo-delete-item, todo-file-item):
1450 Use unless, when.
1451 (todo-top-priorities): Use zerop.
1452
1453 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
1454
1455 * buff-menu.el (list-buffers-noselect): Display buffer name in
1456 tooltip instead of mouse binding when it doesn't fit in the list.
1457
1458 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
1459
1460 * faces.el (xw-defined-colors):
1461 * simple.el (widget-convert, shell-mode): Declare as functions
1462 instead of autoloading.
1463
1464 * abbrev.el:
1465 * button.el:
1466 * cus-face.el:
1467 * ediff-hook.el:
1468 * emacs-lisp/backquote.el:
1469 * emacs-lisp/timer.el:
1470 * facemenu.el:
1471 * faces.el:
1472 * menu-bar.el:
1473 * simple.el:
1474 * subr.el:
1475 * textmodes/fill.el:
1476 * textmodes/paragraphs.el: Remove autoloads, redundant when the
1477 files are preloaded.
1478
1479 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
1480
1481 * desktop.el (desktop-create-buffer): Don't catch errors if
1482 debug-on-error is set.
1483
1484 2008-03-14 Eli Zaretskii <eliz@gnu.org>
1485
1486 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
1487 ($(lisp)/calendar/diary-loaddefs.el)
1488 ($(lisp)/calendar/hol-loaddefs.el): New targets.
1489 (LOADDEFS): New macro.
1490 (autoloads): Depend on $(LOADDEFS).
1491
1492 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
1493
1494 * font-lock.el (featurep): Remove test, not useful anymore.
1495 (facemenu-keymap): Move key binding ...
1496 * facemenu.el (facemenu-keymap): ... here.
1497
1498 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
1499 for each file in the list.
1500 (vc-bzr-log-view-mode): Recognize the file marker.
1501
1502 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1503 for checkdoc and profiling.
1504
1505 2008-03-14 Bastien Guerry <bzg@altern.org>
1506
1507 * textmodes/flyspell.el (nxml-mode): Add the right
1508 `flyspell-mode-predicate'.
1509
1510 * wid-edit.el (link): Use 'mouse-face for :follow-link.
1511
1512 2008-03-14 Glenn Morris <rgm@gnu.org>
1513
1514 * calendar/solar.el: Reorder so that functions are defined before use.
1515 (displayed-month, displayed-year): Move declarations where needed.
1516 (solar-get-number): Move definition before use. Use unless.
1517 (solar-equatorial-coordinates): Simplify.
1518 (solar-sunrise-and-sunset): Use let rather than let*.
1519 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth
1520
1521 * startup.el (command-line-1): Rename -internal-script back to
1522 -scriptload (reverts previous change).
1523
1524 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
1525 (calendar-bahai-leap-base): Add doc strings.
1526 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
1527 Move definition before use.
1528 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
1529 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
1530 variables outside the loop. Use dolist.
1531 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
1532
1533 * calendar/cal-china.el: Re-order so that functions are defined before
1534 use.
1535 (displayed-month, displayed-year): Move declarations where needed.
1536 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
1537 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
1538 Add doc strings.
1539 (chinese-year-cache): Recenter on 2010. Doc fix.
1540 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
1541 Doc fix. Simplify.
1542 (chinese-year-cache-init): New function.
1543 (compute-chinese-year, holiday-chinese-new-year)
1544 (calendar-chinese-date-string, calendar-goto-chinese-date)
1545 (make-chinese-month-assoc-list): Use cadr, nth.
1546 (chinese-months): Remove un-needed let.
1547
1548 * calendar/cal-coptic.el (coptic-calendar-month-name-array):
1549 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
1550 (coptic-prompt-for-date): Move definition before use.
1551
1552 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
1553 (calendar-dst-find-data, calendar-daylight-time-offset)
1554 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
1555 (calendar-daylight-savings-starts-time)
1556 (calendar-daylight-savings-ends-time): Use cadr, nth.
1557
1558 * calendar/cal-french.el (french-calendar-epoch)
1559 (calendar-goto-french-date): Doc fix.
1560 (french-calendar-month-name-array)
1561 (french-calendar-multibyte-month-name-array)
1562 (french-calendar-day-name-array, french-calendar-special-days-array):
1563 Add doc strings.
1564
1565 * calendar/cal-hebrew.el (displayed-month, displayed-year)
1566 (original-date): Move declarations where needed.
1567 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
1568 Doc fix.
1569 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
1570 constant variables outside the loop. Use dolist.
1571
1572 * calendar/cal-islam.el (displayed-month, displayed-year)
1573 (original-date): Move declarations where needed.
1574 (islamic-calendar-day-number): Remove unused local variable `day'.
1575 (calendar-goto-islamic-date): Doc fix.
1576 (holiday-islamic): Use unless.
1577 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
1578 constant variables outside the loop. Use dolist.
1579 (mark-islamic-calendar-date-pattern): Move definition before use.
1580 Use unless.
1581 (mark-islamic-diary-entries): Doc fix.
1582 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
1583 (insert-yearly-islamic-diary-entry): Use let rather than let*.
1584
1585 * calendar/cal-julian.el (calendar-absolute-from-julian):
1586 Move definition before use. Remove un-needed local `day'.
1587 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
1588
1589 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
1590 (calendar-mayan-tzolkin-names-array): Add doc strings.
1591 (calendar-mayan-long-count-from-absolute): Use a single let.
1592 (calendar-string-to-mayan-long-count): Simplify.
1593 (calendar-next-haab-date, calendar-previous-haab-date)
1594 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
1595 (calendar-previous-calendar-round-date)
1596 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
1597 Doc fix.
1598 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
1599 (calendar-mayan-date-string, calendar-print-mayan-date)
1600 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
1601 (calendar-mayan-long-count-common-era): Move definitions before use.
1602
1603 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
1604 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
1605 Doc fix.
1606 (calendar-mouse-goto-date): Move definition before use.
1607
1608 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
1609 Move definition before use.
1610 (calendar-cursor-to-visible-date): Move definition before use.
1611 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
1612 and place inside the conditional.
1613 (calendar-forward-day): Simplify.
1614 (calendar-end-of-month): Use unless.
1615 (calendar-goto-day-of-year): Doc fix.
1616 Relocate obsolete aliases after their replacements.
1617
1618 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
1619
1620 * calendar/diary-lib.el (mark-diary-entries): Move some constant
1621 variables outside the diary-date-forms loop.
1622
1623 * calendar/calendar.el (diary-file): Doc fix.
1624 (calendar-buffer-list): Return buffers rather than strings (fixes
1625 previous change).
1626 (hebrew-holidays-4): Fix typo.
1627
1628 * calendar/holidays.el (displayed-month, displayed-year):
1629 Move declarations where needed.
1630 (calendar-holiday-list, calendar-list-holidays)
1631 (holiday-filter-visible-calendar): Move definitions before use.
1632 (list-holidays): Use cadr.
1633 Relocate obsolete aliases after their replacements.
1634
1635 * calendar/lunar.el (date, displayed-month, displayed-year):
1636 Move declarations where needed.
1637 (lunar-phase-list): Move definition after functions it uses.
1638 (calendar-phases-of-moon, diary-phases-of-moon)
1639 (lunar-new-moon-on-or-after): Use cadr, nth.
1640 (lunar-new-moon-on-or-after): Doc fix.
1641
1642 * textmodes/org-irc.el (top-level): CL not required when compiling.
1643 (org-irc-visit-erc): Replace runtime CL functions.
1644
1645 * textmodes/org-publish.el (declare-function): Add compatibility stub.
1646 (org-publish-delete-dups): Declare as function.
1647
1648 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
1649
1650 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
1651 (vc-bzr-show-log-entry): Make regexp match more cases.
1652 (vc-diff-switches-list): Remove autoload, not needed.
1653
1654 2008-03-14 Juri Linkov <juri@jurta.org>
1655
1656 * isearch.el (isearch-edit-string): Remove one call to
1657 `isearch-push-state' not to push an inconsistent state,
1658 but keep another correct call to `isearch-push-state'.
1659 (isearch-ring-adjust): Call `isearch-push-state' only when
1660 `search-ring-update' is non-nil since `isearch-edit-string'
1661 already pushes its state.
1662 (isearch-message): Improve matching the failed part by checking
1663 if the original message starts with the last successful message.
1664
1665 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
1666 (dired-perm-write): Rename from `dired-warn-writable'.
1667 Change parent face from `font-lock-warning-face' to
1668 `font-lock-comment-delimiter-face'.
1669 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
1670 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
1671 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
1672 with `dired-perm-write-face'.
1673
1674 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
1675
1676 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
1677 Create cache dir only if it doesn't already exist.
1678
1679 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
1682 of \ and '.
1683
1684 2008-03-13 Johan Bockgård <bojohan@gnu.org>
1685
1686 * net/browse-url.el (browse-url-text-xterm):
1687 Unquote browse-url-text-browser.
1688
1689 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
1690
1691 * textmodes/org-mouse.el: Version number change.
1692
1693 * textmodes/org-publish.el (org-publish-expand-components):
1694 Remove null projects from the list of components.
1695 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
1696 Remove unused retrieval of the :publishing-directory property.
1697 (org-publish-file): Bugfix: when using a relative directory as the
1698 publishing directory, convert it to a directory filename.
1699 (org-publish-project): New alias.
1700 (org-publish-get-files): Protect against empty p.
1701 (org-publish-file): Send an error when file is not part of any project.
1702 (org-publish-file): Offer to refresh the list of files in known
1703 project when the current file is not part of any project.
1704 (org-publish-before-export-hook)
1705 (org-publish-after-export-hook): New hooks.
1706 (org-publish-org-to): Use new hooks and kill buffers.
1707 (org-publish-file): Remove the code for killing buffers.
1708 (org-publish-initialize-files-alist): Use interactive.
1709 (org-publish-file): If the publishing function creates a new
1710 buffer, kill it after publishing.
1711 (org-publish-timestamp-filename): Protect ":" in file name path
1712 under windows.
1713
1714 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
1715 change that killed the LaTeX buffer.
1716
1717 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
1718 in the decision tree.
1719 (org-select-remember-template): Clean the code.
1720 (org-prepare-dblock): Add the extra :content parameter.
1721 (org-write-agenda): New output type ".ics" files.
1722 (org-write-agenda): Call `org-icalendar-verify-function', both for
1723 time stamps and for TODO entries.
1724 (org-agenda-collect-markers, org-create-marker-find-array)
1725 (org-check-agenda-marker-table): New functions.
1726 (org-agenda-marker-table): New variable.
1727 (org-export-as-html): Revert the change that killed the html
1728 buffer. Side effects first need to be studied carefully.
1729 (org-get-tags-at): Fix the structure of the condition-case statement.
1730 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
1731 (org-timestamp-change): Fix regulear expressions to swallow the
1732 extra character for repeat-shift control.
1733 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
1734 (org-get-legal-level): Alias to `org-get-valid-level'.
1735 (org-dblock-write:clocktable): Add a :link parameter, linking
1736 headlines to their location in the Org agenda files.
1737 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
1738 throwing an error when getting tags before headlines.
1739 (org-timestamp-change, org-modify-ts-extra)
1740 (org-ts-regexp1): Fix timestamp editing.
1741 (org-agenda-custom-commands-local-options): New constant.
1742 (org-agenda-custom-commands):
1743 Use `org-agenda-custom-commands-local-options' to improve customize
1744 type. "htmlize": Removed hack to fix face problem with htmlize,
1745 it no longer seem necessary.
1746 (org-follow-link-hook): New hook.
1747 (org-agenda-custom-commands): Add "Component" as a tag for each
1748 item in a command serie.
1749 (org-open-at-point): Run `org-follow-link-hook'.
1750 (org-agenda-schedule): Bugfix: don't display marker type when it
1751 is nil.
1752 (org-store-link): org-irc required.
1753 (org-set-regexps-and-options): Parse the new logging options.
1754 (org-extract-log-state-settings): New function.
1755 (org-todo): Handle the new ways of recording state change stuff.
1756 (org-local-logging): New function.
1757 (org-columns-open-link): Fix bug with opening link in column view.
1758 (org-local-logging): New function
1759 (org-todo): Make sure that LOGGING properties are honoured.
1760 (org-todo-keywords): Improve docstring.
1761 (org-startup-options): Cleanup startup options.
1762 (org-set-regexps-and-options): Process the "!" markers.
1763 (org-todo): Respect the new logging stuff.
1764 (org-log-note-how): New variable.
1765 (org-add-log-maybe): New parameter HOW that defines how logging
1766 should be done and also overrides PURPOSE. Add a docstring.
1767 (org-add-log-note): Check if we really need to ask for a note.
1768 (org-get-current-options): Digest the new keyword.
1769 (org-agenda-reset-markers): Rename from
1770 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
1771 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
1772 function, without force argument.
1773 (org-buffer-property-keys): Bind local variables s and p.
1774 (org-make-tags-matcher): Allow "" to match an empty or
1775 non-existent property value.
1776 (org-export-as-html): Join unsorted lists when they directly
1777 follow each other. Such lists may be created by headlines that
1778 are converted to lists.
1779 (org-nofm-to-completion): New function.
1780 (org-export-as-html): Use :html-extension instead of
1781 org-export-html-extension.
1782 (org-store-link): Support for links from `rmail-summary-mode'.
1783 (org-columns-new, org-complete, org-set-property): Set the
1784 `include-columns' argument in the call to
1785 `org-buffer-property-keys'.
1786 (org-buffer-property-keys): New argument `include-columns', to
1787 include properties expected by any of the COLUMS formats in the
1788 current buffer.
1789 (org-cleaned-string-for-export): Get rid of drawers first, so that
1790 they will be removed also in the text before the first headline.
1791 (org-clock-report): Show the clocktable when found.
1792 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
1793 (org-version): With prefix argument, insert `org-version' at point.
1794 (org-agenda-goto): Recenter the window after finding the target
1795 location, to make sure the correct position will be displayed.
1796 (org-agenda-get-deadlines): Don't scale priority with the warning
1797 period.
1798 (org-insert-heading): Don't break line in the middle of the line.
1799 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
1800 be 0.
1801 (org-update-checkbox-count): Revamp to deal with hierarchical
1802 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
1803 (org-remove-timestamp-with-keyword): New function.
1804 (org-schedule, org-deadline):
1805 Use `org-remove-timestamp-with-keyword' to make sure all such time
1806 stamps are removed.
1807 (org-mode): Support for `align'.
1808 (org-agenda-get-deadlines): Make sure priorities increase as the
1809 due date approaches and is passed.
1810 (org-remember-apply-template): Fix problem with tags that
1811 contain "_" or "@".
1812 (org-make-link-regexps): Improve the regular expression for plain links.
1813 (org-agenda-get-closed): List each clocking entry.
1814 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
1815 (org-special-ctrl-k): New option.
1816 (org-kill-line): New function.
1817 (org-archive-all-done): Fix incorrect number of stars in regexp.
1818 (org-refile-get-location): New function.
1819 (org-refile-goto-last-stored): New function.
1820 (org-global-tags-completion-table): Add the value of org-tag-alist
1821 in each buffer, to make sure that also unused tags will be
1822 available for completion.
1823 (org-columns-edit-value)
1824 (org-columns-next-allowed-value): Only update if not in agenda.
1825 (org-clocktable-steps): New function.
1826 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
1827 (org-archive-subtree): Add the outline tree context as a property.
1828 (org-closest-date): New optional argument `prefer'.
1829 (org-goto-auto-isearch): New option.
1830 (org-goto-map, org-get-location): Implement auto-isearch.
1831 (org-goto-local-auto-isearch-map): New variable.
1832 (org-goto-local-search-forward-headings)
1833 (org-goto-local-auto-isearch): New functions
1834
1835 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
1836
1837 * textmodes/org-irc.el: New file.
1838
1839 2008-03-13 John Wiegley <johnw@gnu.org>
1840
1841 * textmodes/org-mac-message.el: New file.
1842
1843 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
1844
1845 * font-lock.el (font-lock-comment-face): Set the foreground for
1846 the light background 8 colors case.
1847
1848 2008-03-13 Glenn Morris <rgm@gnu.org>
1849
1850 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
1851 generate-autoload-cookie patterns.
1852
1853 * startup.el (command-line-1): Rename -scriptload to -internal-script.
1854
1855 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
1856 (MH_E_SRC): Remove variable.
1857 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
1858 Simplify file header. Use $@ for generated-autoload-file.
1859
1860 * Makefile.in (LOADDEFS): New variable.
1861 (AUTOGENEL): Use $LOADDEFS.
1862 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
1863 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
1864 ($(lisp)/calendar/hol-loaddefs.el): New targets.
1865 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1866 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
1867 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
1868 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
1869 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
1870 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
1871 Add calendar-specific autoload cookies, and remove any setting of
1872 generated-autoload-file.
1873 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
1874 * calendar/diary-lib.el: Replace explicit autoloads with reading of
1875 diary-loaddefs.
1876 * calendar/holidays.el: Replace explicit autoloads with reading of
1877 hol-loaddefs.
1878
1879 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
1880 (calendar-buffer-list): Simplify.
1881 (generate-calendar-window): Use calendar-mark-holidays rather than
1882 obsolete alias.
1883
1884 * calendar/cal-hebrew.el (list-yahrzeit-dates):
1885 Use cal-hebrew-yahrzeit-buffer.
1886
1887 * calendar/cal-x.el (calendar-only-one-frame-setup)
1888 (calendar-two-frame-setup): Doc fixes.
1889 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
1890
1891 * calendar/appt.el (appt-mode-string): Mark as risky.
1892 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
1893
1894 * calendar/cal-html.el (diary-list-entries):
1895 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
1896 (calendar-iso-from-absolute): Fix autoloads.
1897
1898 * calendar/cal-iso.el (calendar-absolute-from-iso)
1899 (calendar-iso-read-args): Simplify.
1900 (calendar-iso-date-string, calendar-iso-read-args)
1901 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
1902
1903 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
1904 (displayed-month, displayed-year): Move declarations where needed.
1905 (calendar-print-astro-day-number): Doc fix.
1906
1907 * calendar/cal-persia.el (persian-calendar-month-name-array)
1908 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
1909 (persian-prompt-for-date): Remove local variable `today'.
1910
1911 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
1912
1913 * calendar/solar.el (solar-moment, solar-exact-local-noon)
1914 (solar-sunrise-sunset, solar-sunrise-sunset-string)
1915 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
1916 (diary-sabbath-candles, solar-equinoxes/solstices)
1917 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
1918 (solar-time-equation, solar-date-to-et): Simplify.
1919
1920 * mail/supercite.el: Remove the `function' in `(function (lambda'.
1921 Replace `(car (cdr' with cadr'.
1922
1923 * progmodes/f90.el (f90-font-lock-n): New function.
1924 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
1925 Use f90-font-lock-n.
1926 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
1927
1928 * progmodes/f90.el (f90-mode-abbrev-table):
1929 * progmodes/fortran.el (fortran-mode-abbrev-table):
1930 Use newer form of define-abbrev, where supported. No need to bind
1931 abbrevs-changed for system abbrevs.
1932
1933 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1934
1935 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
1936 delete-frame-functions.
1937
1938 * bookmark.el (Info-current-node): Remove.
1939
1940 2008-03-12 Juri Linkov <juri@jurta.org>
1941
1942 * help.el (describe-project): Remove defaliases for view-todo and
1943 describe-project that are now unnecessary after the merge from
1944 emacs--rel--22 that added define-obsolete-function-alias.
1945
1946 * startup.el (inhibit-startup-screen): Revert incomplete
1947 2008-03-10 merge from emacs--rel--22 that partly reverted
1948 2008-02-28 change that added initial message to *scratch* buffer
1949 regardless of the value of `inhibit-startup-screen'.
1950 Now keep this change in the trunk, but not in the 22 branch.
1951
1952 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1953
1954 * international/quail.el (quail-setup-completion-buf, quail-help):
1955 * mail/binhex.el (binhex-decode-region-internal):
1956 * mail/uudecode.el (uudecode-decode-region-internal):
1957 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1958 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
1959 setting default-enable-multibyte-characters.
1960
1961 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
1962
1963 * comint.el: Fix up indentation and comment style. Remove `function'.
1964
1965 * international/mule-cmds.el (reset-language-environment)
1966 (set-language-environment-nonascii-translation):
1967 Don't set-unibyte-charset.
1968
1969 * doc-view.el: Remove all cb-args, use closures instead.
1970 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
1971 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
1972 doing an incorrect check). Update all callers to use the new name.
1973 (doc-view-doc->txt): Add missing `txt' argument.
1974
1975 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
1976
1977 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
1978 md5 sum calculation to single-byte.
1979
1980 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1981
1982 * doc-view.el (doc-view-new-window-function): Add assertion.
1983 (doc-view-doc-type): New var.
1984 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
1985 (doc-view-intersection): New fun.
1986 (doc-view-mode): Use it to set the new var.
1987
1988 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
1989
1990 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
1991 (doc-view-already-converted-p): New functions.
1992 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
1993 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
1994 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
1995 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
1996 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
1997 (doc-view-convert-current-doc): Don't hardwire the functions the
1998 sentinels call. Now they're provided by two args CALLBACK and
1999 CB-ARGS to the functions.
2000 (doc-view-search): Use doc-view-doc->txt.
2001 (doc-view-initiate-display): Use doc-view-already-converted-p.
2002 Mention new binding C-c C-t if doc-view-mode doesn't work.
2003
2004 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
2005
2006 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
2007
2008 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2009
2010 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
2011 Mark " outside of tags as punctuation.
2012
2013 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2014
2015 * menu-bar.el (minibuffer-local-map): Use the same command for the
2016 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
2017 Prefer RET over C-j for exit-minibuffer.
2018
2019 * files.el (display-buffer-other-frame): Eliminate problematic code.
2020
2021 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
2022 (menu-bar-select-buffer): Remove.
2023 (menu-bar-select-frame): Make non-interactive and take a frame arg.
2024 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
2025
2026 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
2027
2028 * icomplete.el (icomplete-completions): Remove obsolete code.
2029
2030 * net/net-utils.el (iwconfig-program-options): Doc fix.
2031 (net-utils-run-program, run-network-program): Define as functions.
2032
2033 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
2034
2035 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
2036
2037 2008-03-11 Glenn Morris <rgm@gnu.org>
2038
2039 * faces.el (mode-line-emphasis): New face.
2040 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
2041
2042 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
2043
2044 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
2045
2046 * simple.el (set-mark-command): Doc fix.
2047
2048 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2049
2050 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
2051
2052 * emacs-lisp/autoload.el (autoload-find-destination):
2053 Don't force raw-text.
2054
2055 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
2056 * calendar/cal-loaddefs.el: Don't version control.
2057
2058 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
2059
2060 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
2061 entries and add :help to the existing ones.
2062
2063 2008-03-10 Glenn Morris <rgm@gnu.org>
2064
2065 * calendar/cal-hebrew.el (date, entry, number): Move declarations
2066 to where they are needed.
2067
2068 * calendar/calendar.el (diary-file, hebrew-holidays-1)
2069 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
2070 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
2071 (calendar-version): Doc fixes.
2072 (calendar-absolute-from-gregorian): Use zerop.
2073 (calendar-mode-line-format): Make it a defcustom.
2074
2075 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
2076 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
2077 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
2078 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
2079 (mark-included-diary-files, mark-calendar-days-named)
2080 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
2081 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
2082 (insert-monthly-diary-entry, insert-yearly-diary-entry)
2083 (insert-anniversary-diary-entry, insert-block-diary-entry)
2084 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
2085 (diary-font-lock-sexps): Doc fixes.
2086 (diary-remind-message, mark-calendar-month): Use zerop.
2087 (diary-attrtype-convert, diary-pull-attrs): Simplify.
2088 (diary-list-entries): Revert let to let* (previous change).
2089
2090 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
2091
2092 2008-03-10 Kim F. Storm <storm@cua.dk>
2093
2094 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
2095 function aliases for the old names.
2096
2097 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
2098
2099 * iswitchb.el (iswitchb-use-faces): Doc fix.
2100 (iswitchb-buffer-ignore, iswitchb-read-buffer):
2101 Fix typos in docstrings.
2102
2103 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
2104
2105 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
2106 Fix typo.
2107 (verilog-type-font-keywords): Reindent.
2108
2109 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
2110
2111 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
2112 grouping-keyword regular expression.
2113 (verilog-font-lock-keywords): Allow users to toggle special
2114 highlight of grouping-keywords.
2115 (verilog-highlight-grouping-keywords): The toggle for special
2116 highlighting of grouping keywords.
2117
2118 2008-03-10 Juri Linkov <juri@jurta.org>
2119
2120 * startup.el: Revert 2008-02-28 change that adds initial message
2121 to *scratch* buffer regardless of the value of
2122 `inhibit-startup-screen'.
2123
2124 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
2125
2126 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
2127 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
2128 * progmodes/verilog-mode.el (verilog-mode):
2129 * net/socks.el (socks):
2130 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
2131
2132 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2133
2134 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
2135 (doc-view-bookmark-make-record): Use them.
2136 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
2137 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
2138
2139 * bookmark.el (bookmark-make-record-function): Change expected return
2140 value to include a suggested bookmark name.
2141 (bookmark-make): Split into bookmark-make-record and bookmark-store.
2142 Fix reversed `overwrite' semantics.
2143 (bookmark-set): Call bookmark-make-record before prompting the user.
2144 Then pass the result to bookmark-store later on.
2145 (bookmark-make-name-function): Remove.
2146 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
2147 * info.el (bookmark-make-name-function): Remove.
2148 (Info-mode): Don't set it.
2149 (Info-bookmark-make-name): Remove.
2150 (Info-bookmark-make-record): Use Info-current-node as suggested default
2151 bookmark name.
2152
2153 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
2154 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
2155 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
2156 (bookmark-annotation-buffer, bookmark-annotation-file)
2157 (bookmark-annotation-point, bookmark-send-annotation)
2158 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
2159 (bookmark-edit-annotation-text-func): Rename from
2160 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
2161 (bookmark-edit-annotation-mode-map): Move initialization into
2162 declaration.
2163
2164 * bookmark.el: Remove spurious * in docstrings.
2165 (bookmark-minibuffer-read-name-map): New var.
2166 (bookmark-set): Use it. Also pass the default value as it should.
2167 (bookmark-send-edited-annotation): Take no chances with text properties.
2168 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
2169 (bookmark-insert-buffer-name): Remove.
2170 (bookmark-buffer-file-name): Signal an error rather than returning nil.
2171
2172 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
2173
2174 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
2175
2176 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
2177
2178 * diff-mode.el (diff-mode-menu): Add :help.
2179
2180 2008-03-09 Glenn Morris <rgm@gnu.org>
2181
2182 * calendar/calendar.el (general-holidays, oriental-holidays)
2183 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
2184 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
2185 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
2186 (calendar-holidays): Restore autoload cookies, because people are
2187 used to using these variables without loading calendar.el.
2188
2189 * calendar/cal-islam.el (diary-islamic-date): Move to end.
2190 (date, number): Declare where needed.
2191
2192 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
2193 (list-sexp-diary-entries): Doc fixes.
2194 (diary-list-entries): Doc fix. Remove free variable `entry'.
2195 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
2196 Simplify setting of `date-holiday-list'.
2197 (mark-diary-entries): Remove free variable `entry'.
2198 (diary-list-entries, include-other-diary-files, fancy-diary-display):
2199 Use let where let* is not needed.
2200
2201 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2202
2203 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
2204 make-record function, instead paste it in afterwards.
2205 (bookmark-make-record-for-text-file):
2206 * doc-view.el (doc-view-bookmark-make-record):
2207 * info.el (Info-bookmark-make-record): Don't mess with annotations.
2208
2209 2008-03-08 Glenn Morris <rgm@gnu.org>
2210
2211 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
2212
2213 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
2214
2215 * calendar/diary-lib.el (diary-list-entries)
2216 (include-other-diary-files, mark-diary-entries)
2217 (mark-sexp-diary-entries, mark-included-diary-files)
2218 (diary-entry-time, list-sexp-diary-entries): Remove the special
2219 handling of ^M that dates back to the use of selective-display.
2220 (simple-diary-display): Obey setting of pop-up-frames.
2221 (body, entry): Remove unnecessary declarations.
2222
2223 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
2224 (bookmark-get-annotation, bookmark-set-annotation)
2225 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
2226 (bookmark-set-position, bookmark-get-front-context-string)
2227 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
2228 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
2229 * info.el (Info-bookmark-make-record): Don't bother recording point.
2230 (bookmark-get-filename, bookmark-get-front-context-string)
2231 (bookmark-get-rear-context-string, bookmark-get-position):
2232 Don't declare any more.
2233 (bookmark-get-info-node): Remove.
2234 (bookmark-prop-get): Declare.
2235 (Info-bookmark-jump): Use it.
2236
2237 2008-03-08 Johan Bockgård <bojohan@gnu.org>
2238
2239 * subr.el (while-no-input): Don't splice BODY directly into the
2240 `or' form.
2241
2242 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
2243
2244 * diff-mode.el (diff-ignore-whitespace-hunk):
2245 Bind inhibit-read-only before trying to change the buffer.
2246
2247 2008-03-08 Glenn Morris <rgm@gnu.org>
2248
2249 * calendar/appt.el (appt): Move custom group here from calendar.el.
2250 (appt-disp-window, appt-convert-time): Doc fixes.
2251
2252 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
2253 (calendar-bahai-mark-date-pattern):
2254 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
2255 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
2256 * calendar/cal-julian.el (calendar-absolute-from-julian):
2257 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
2258
2259 * calendar/cal-china.el (chinese-calendar): Move custom group here from
2260 calendar.el.
2261 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
2262 Make constants.
2263 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
2264 (chinese-calendar-daylight-savings-starts)
2265 (chinese-calendar-daylight-savings-ends)
2266 (chinese-calendar-daylight-savings-starts-time)
2267 (chinese-calendar-daylight-savings-ends-time)
2268 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
2269 Doc fixes.
2270
2271 * calendar/cal-coptic.el (coptic-name): Add doc string.
2272
2273 * calendar/cal-french.el (french-calendar-month-name-array)
2274 (french-calendar-day-name-array, french-calendar-special-days-array):
2275 Add doc strings.
2276
2277 * calendar/cal-bahai.el (diary-bahai-mark-entries)
2278 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
2279 (diary-bahai-insert-yearly-entry):
2280 * calendar/cal-dst.el (calendar-next-time-zone-transition)
2281 (calendar-time-zone):
2282 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
2283 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
2284 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
2285 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
2286 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
2287 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
2288 (list-islamic-diary-entries, mark-islamic-diary-entries)
2289 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
2290 (insert-yearly-islamic-diary-entry):
2291 * calendar/cal-iso.el (calendar-iso-read-args):
2292 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
2293 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
2294 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
2295 (calendar-next-calendar-round-date)
2296 (calendar-mayan-long-count-common-era):
2297 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
2298 (cal-menu-x-popup-menu, calendar-mouse-holidays)
2299 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
2300 (calendar-mouse-goto-date):
2301 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
2302 * calendar/holidays.el (holidays):
2303 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
2304 * calendar/time-date.el (date-to-time, time-subtract, time-add)
2305 (safe-date-to-time): Doc fixes.
2306
2307 * calendar/cal-persia.el (persian-calendar-month-name-array)
2308 (persian-calendar-epoch): Make constants.
2309
2310 * calendar/cal-tex.el (calendar-tex): Move custom group here from
2311 calendar.el.
2312
2313 * calendar/cal-x.el (diary-frame-parameters)
2314 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
2315 (calendar-after-frame-setup-hooks): Make defcustoms.
2316 (calendar-one-frame-setup, calendar-only-one-frame-setup)
2317 (calendar-two-frame-setup): Doc fix.
2318
2319 * calendar/cal-loaddefs.el: New file.
2320
2321 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
2322 * calendar/cal-french.el, calendar/cal-html.el:
2323 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
2324 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
2325 * calendar/cal-tex.el, calendar/cal-x.el:
2326 Unquote lambda functions. Add autoload cookies to functions formerly
2327 autoloaded in calendar.el. Set `generated-autoload-file' to
2328 "cal-loaddefs.el".
2329
2330 * calendar/calendar.el: Move many autoloads to separate file,
2331 cal-loaddefs.el. Move defcustoms to start and re-order.
2332 (calendar-month-name-array, calendar-starred-day): No need to
2333 declare for compiler.
2334 (cal-loaddefs): Require it.
2335 (appt, chinese-calendar, calendar-tex): Move custom groups to the
2336 appropriate file.
2337 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
2338 Reverse logic.
2339 (diary-face, diary-file-name-prefix-function, diary-include-string)
2340 (diary-glob-file-regexp-prefix, diary-face-attrs)
2341 (diary-file-name-prefix, sexp-diary-entry-symbol)
2342 (print-diary-entries-hook, list-diary-entries-hook)
2343 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
2344 (nongregorian-diary-marking-hook, diary-list-include-blanks):
2345 Move to diary-lib.
2346 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
2347 (all-bahai-calendar-holidays): Doc fix.
2348 (calendar-insert-indented): Doc fix. Use when rather than if.
2349 (exit-calendar): Use mapc rather than mapcar.
2350 (calendar-cursor-to-date): Use zerop.
2351 (calendar-mark-ring): Add doc-string.
2352 (calendar-starred-day): Defvar it.
2353 (calendar-mode): Make calendar-starred-day local.
2354 (calendar-star-date): No need to make calendar-starred-day local.
2355
2356 * calendar/diary-lib.el: Move defcustoms to start.
2357 (diary-include-string, diary-list-include-blanks)
2358 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
2359 (diary-file-name-prefix, diary-file-name-prefix-function)
2360 (sexp-diary-entry-symbol, list-diary-entries-hook)
2361 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
2362 (nongregorian-diary-marking-hook, print-diary-entries-hook):
2363 Move here from calendar.el.
2364 (diary-file-name-prefix-function): Use 'identity.
2365 (diary-face): Make it a defcustom, and mark as obsolete.
2366 (top-level): No need to require cal-hebrew, cal-islam when compiling.
2367 (calendar-hebrew-month-name-array-leap-year)
2368 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
2369 Define for compiler.
2370 (diary-font-lock-keywords): Use format rather than concat.
2371 Add bahai-diary-entry-symbol.
2372
2373 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
2374 * calendar/solar.el: Unquote lambda functions.
2375
2376 * calendar/solar.el (calendar-location-name, calendar-latitude)
2377 (calendar-longitude, solar-setup, solar-sin-degrees)
2378 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
2379 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
2380 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
2381 (solar-exact-local-noon, solar-julian-ut-centuries)
2382 (solar-ephemeris-time, solar-date-next-longitude)
2383 (solar-horizontal-coordinates, solar-equatorial-coordinates)
2384 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
2385 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
2386 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
2387 Doc fixes.
2388 (solar-horizontal-coordinates, solar-equatorial-coordinates)
2389 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
2390 (solar-ecliptic-coordinates): Use unless.
2391 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
2392 Use or.
2393
2394 * calendar/timeclock.el: Add doc-strings to all functions.
2395 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
2396 (timeclock-entry-list-length, timeclock-entry-list-projects)
2397 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
2398
2399 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
2400
2401 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
2402 (org-get-entries-from-diary): Require diary-lib.
2403
2404 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
2405
2406 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
2407 Pacify byte-compiler.
2408
2409 2008-03-07 Alan Mackenzie <acm@muc.de>
2410
2411 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
2412 paren/bracket pairs parsed, to solve performance problem.
2413
2414 2008-03-07 Bastien Guerry <bzg@altern.org>
2415
2416 * bookmark.el (bookmark-set): Don't check for
2417 `bookmark-make-name-function' since `bookmark-buffer-file-name'
2418 already takes care of this.
2419 (bookmark-buffer-name, bookmark-buffer-file-name):
2420 Remove Info-mode specific code.
2421
2422 * info.el (bookmark-get-info-node): Define this function in
2423 info.el, not in bookmark.el.
2424 (Info-mode): Set `bookmark-make-name-function' to
2425 `Info-bookmark-make-name' locally.
2426 (Info-bookmark-make-name): New function.
2427
2428 * bookmark.el (bookmark-make-name-function): New variable.
2429
2430 2008-03-07 Karl Fogel <kfogel@red-bean.com>
2431
2432 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
2433 buffer-local, not `bookmark-make-cell-function' (the old name).
2434
2435 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
2436
2437 * doc-view.el (doc-view-bookmark-make-record):
2438 * image-mode.el (image-bookmark-make-record):
2439 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
2440
2441 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
2442
2443 * vc.el (vc-status-menu-map-filter): Return orig-binding if
2444 boundp 'vc-ignore-menu-filter.
2445 (vc-status-tool-bar-map): Make it defvar.
2446 (vc-status-mode): vc-status-tool-bar-map now variable.
2447 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
2448
2449 2008-03-07 Karl Fogel <kfogel@red-bean.com>
2450
2451 Give a better name to part of the bookmark interface.
2452
2453 This was originally a much larger change, but halfway through I
2454 updated and discovered that Stefan Monnier had done the rest.
2455 It looks like he anticipated the new name too, because he used
2456 `the-record' instead of `the-cell' for some internal variable names.
2457
2458 * bookmark.el (bookmark-make-record-function): Was
2459 `bookmark-make-cell-function'.
2460 (bookmark-make, bookmark-send-annotation): Update for above.
2461 (bookmark-make-record-for-text-file):
2462 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
2463
2464 * info.el: Adjust accordingly.
2465 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
2466
2467 * image-mode.el: Adjust accordingly.
2468 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
2469
2470 * doc-view.el: Adjust accordingly.
2471 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
2472
2473 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
2476 Move initialization into declaration.
2477 (bookmark-get-info-node, bookmark-set-info-node): Remove.
2478 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
2479 (bookmark-info-current-node): Remove.
2480 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
2481 Add relocation fallback. Set bookmark-current-bookmark.
2482 (bookmark-default-handler): Rename from bookmark-jump-noselect.
2483 Remove relocation fallback. Don't set bookmark-current-bookmark.
2484 (bookmark-set): Let it be used even if there's no buffer-file-name
2485 as long as there is a bookmark-make-cell-function.
2486 * info.el (Info-bookmark-jump): Remove relocation fallback.
2487 Don't set bookmark-current-bookmark.
2488
2489 2008-03-07 Glenn Morris <rgm@gnu.org>
2490
2491 * calendar/appt.el (appt-issue-message)
2492 (appt-message-warning-time, appt-audible, appt-visible)
2493 (appt-msg-window, appt-display-mode-line, appt-display-duration)
2494 (appt-display-diary): Remove autoload cookies.
2495
2496 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
2497 Remove leading `*' from defcustom doc-strings.
2498
2499 * calendar/cal-dst.el (calendar-dst): New custom group.
2500 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
2501 (calendar-time-zone, calendar-daylight-time-offset)
2502 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
2503 (calendar-daylight-savings-starts-time)
2504 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
2505 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
2506 Move to start.
2507
2508 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
2509
2510 * calendar/calendar.el (calendar-version): Use emacs-version and
2511 make it obsolete. Move to end.
2512 (calendar-offset, view-diary-entries-initially)
2513 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
2514 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
2515 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
2516 (all-bahai-calendar-holidays, calendar-load-hook)
2517 (initial-calendar-window-hook, today-visible-calendar-hook)
2518 (today-invisible-calendar-hook, calendar-move-hook)
2519 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
2520 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
2521 (diary-include-string, sexp-diary-entry-symbol)
2522 (abbreviated-calendar-year, american-date-diary-pattern)
2523 (european-date-diary-pattern, european-calendar-display-form)
2524 (american-calendar-display-form, print-diary-entries-hook)
2525 (list-diary-entries-hook, diary-hook, diary-display-hook)
2526 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
2527 (nongregorian-diary-marking-hook, diary-list-include-blanks)
2528 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
2529 (local-holidays, other-holidays, hebrew-holidays-1)
2530 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
2531 (hebrew-holidays, christian-holidays, islamic-holidays)
2532 (bahai-holidays, solar-holidays, calendar-setup)
2533 (calendar-week-start-day): Remove autoload cookies.
2534 (diary-glob-file-regexp-prefix): Doc fix.
2535 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
2536 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
2537 (calendar-week-start-day, calendar-debug-sexp): Move to start.
2538
2539 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
2540 (calendar-time-display-form, calendar-latitude)
2541 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
2542 cookies.
2543 (calendar-latitude, calendar-longitude): Move functions after
2544 variables.
2545 (diary-sabbath-candles-minutes): Move to start.
2546 (solar-setup): Use or rather than if.
2547 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
2548 Remove condition-case.
2549 (solar-atn2): Use zerop.
2550 (solar-equinoxes-solstices): Doc fix.
2551
2552 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
2553 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
2554
2555 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
2556 (calendar-longitude, calendar-latitude, calendar-location-name):
2557 Declare for compiler.
2558
2559 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2560
2561 * arc-mode.el (archive-ar-file-header-re): New const.
2562 (archive-ar-summarize, archive-ar-extract): New funs.
2563 (archive-find-type): Recognize ar archives.
2564
2565 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
2566 New functions.
2567
2568 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
2569
2570 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
2571
2572 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2573 Replace :enable (mark-active) with :enable mark-active.
2574
2575 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
2576
2577 * vms-patch.el (make-legal-file-name): New obsolete alias.
2578 (make-valid-file-name): Rename from `make-legal-file-name'.
2579 (make-auto-save-file-name): Use it.
2580
2581 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
2582 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
2583 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
2584
2585 * textmodes/org.el (org-export-html-style): Doc fix.
2586 (org-get-legal-level): New obsolete alias.
2587 (org-get-valid-level): Rename from `org-get-legal-level'.
2588 (org-promote, org-demote, org-archive-subtree)
2589 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
2590
2591 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
2592
2593 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
2594
2595 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
2596 (vc-status-toggle-mark): New functions.
2597 (vc-status-mode): Set tool bar map.
2598
2599 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
2600
2601 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
2602 Reported by Drew Adams <drew.adams@oracle.com>.
2603
2604 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
2605
2606 * subr.el (read-quoted-char): Resolve modifers of the character
2607 event.
2608
2609 * comint.el (comint-exec-1): Don't change the coding-system for
2610 decoding to dos-like EOL.
2611 (comint-carriage-motion): Fully rewrite.
2612
2613 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
2614
2615 * epg.el (epg-context-include-certs): Reflow docstring.
2616 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
2617 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
2618 (epg-context-set-signers, epg-context-set-sig-notations)
2619 (epg-make-import-status, epg-make-import-result)
2620 (epg-start-delete-keys): Fix typos in docstrings.
2621 (epg-start-sign-keys, epg-sign-keys):
2622 Fix typos in obsolescence declarations.
2623
2624 * iswitchb.el: Don't check for `cadr' and `last'.
2625 (iswitchb-define-mode-map, iswitchb-default-keybindings):
2626 Add obsolescence declaration and remove redundant info from docstring.
2627 (iswitchb-set-common-completion, iswitchb-set-matches)
2628 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
2629 (recentf-list, most-len, most-is-exact):
2630 Don't wrap defvars within `eval-when-compile'.
2631
2632 2008-03-05 Glenn Morris <rgm@gnu.org>
2633
2634 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
2635 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
2636 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
2637 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
2638 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
2639
2640 * ediff-hook.el (ediff-window-setup-function): Don't autoload
2641 declaration for compiler.
2642 (ediff-xemacs-init-menus): Use when rather than if.
2643
2644 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
2645 if+and to just and.
2646 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
2647 (ediff-delete-overlay): Move the XEmacs test inside the definition.
2648
2649 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
2650
2651 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
2652 test inside XEmacs test.
2653 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
2654 since it was doing nothing on Emacs.
2655 (ediff-make-bullet-proof-overlay): Use when rather than if.
2656
2657 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
2658 (ediff-setup-control-frame): Remove
2659 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
2660 a (featurep 'xemacs) test.
2661
2662 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
2663
2664 * calc/calc-ext.el (calc-extended-command-history): New variable.
2665 (calc-exectute-extended-command): Use `calc-extended-command-history'.
2666
2667 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
2668
2669 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
2670 (standard-mode-line-position): Add mouse-face.
2671
2672 * progmodes/compile.el (compilation-menu-map):
2673 (compilation-mode-map):
2674 * progmodes/grep.el (grep-mode-map): Add :help.
2675
2676 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
2677 initialize in one step. Add :help. Use :enable to activate menu
2678 items. Show the key binding for edebug-defun.
2679 (lisp-interaction-mode-map): Add a menu.
2680
2681 * term.el (term-mode-map): Define and initialize in one step.
2682
2683 * ediff-init.el (ediff-color-display-p): Simplify.
2684 (Xor): Remove unused function.
2685 (ediff-with-syntax-table): Simplify for Emacs.
2686
2687 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
2688 menu-bar being loaded, it always is.
2689
2690 2008-03-05 Glenn Morris <rgm@gnu.org>
2691
2692 * textmodes/tex-mode.el (tex-mode): Suppress warning about
2693 multiple definitions when compiling.
2694
2695 2008-03-04 Alan Mackenzie <acm@muc.de>
2696
2697 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
2698
2699 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
2700 doc-string, "c-old-LEN" -> "c-old-END".
2701
2702 2008-03-04 Jason Rumney <jasonr@gnu.org>
2703
2704 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
2705 namespaces.
2706
2707 2008-03-04 Glenn Morris <rgm@gnu.org>
2708
2709 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
2710
2711 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
2712 than mapcar.
2713
2714 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2715
2716 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
2717 (byte-compile-nilconstp): Can't use recursion in a defsubst.
2718
2719 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
2720 so that M-q can fill comments.
2721 (tex-executable-exists-p, tex-compile): Extend with special syntax for
2722 commands implemented in elisp.
2723 (tex-compile-commands): Add an entry to use doc-view for pdf files.
2724 (tex-format-cmd): New function.
2725 (tex-compile): Use it to let the user specify default arguments.
2726 (tex-cmd-bibtex-args): New var.
2727 (tex-cmd-doc-view): New function.
2728
2729 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
2730
2731 * faces.el (face-spec-set): Fix typos in docstring.
2732
2733 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
2734
2735 * bindings.el (mode-line-column-line-number-mode-map): New variable.
2736 (standard-mode-line-position): Use it to add a menu for toggling
2737 column number and line number display.
2738
2739 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2740
2741 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
2742 Remove optimization that was working around the form-code-walker bug.
2743
2744 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2745 Walk into the body of lambdas after byte-compile-unfold-lambda.
2746
2747 2008-03-03 Glenn Morris <rgm@gnu.org>
2748
2749 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
2750 value, if set, over frame value.
2751
2752 * simple.el (transient-mark-mode): Don't turn on by default.
2753
2754 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
2755 accidentally removed by the 2007-12-05 merge from Gnus.
2756
2757 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
2758
2759 * progmodes/compile.el (compilation-menu-map): Add menu entries
2760 for useful options.
2761
2762 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
2763 Glenn Morris <rgm@gnu.org>
2764
2765 * emacs-lisp/bytecomp.el (byte-recompile-directory)
2766 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
2767 Give a `bytecomp-' prefix to local variables with common names.
2768
2769 2008-03-01 Glenn Morris <rgm@gnu.org>
2770
2771 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
2772 code commented out 2007-11-10.
2773
2774 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
2775
2776 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
2777 Delete macro.
2778 * emulation/viper-cmd.el, emulation/viper-ex.el:
2779 * emulation/viper-init.el, emulation/viper-keym.el:
2780 * emulation/viper-mous.el, emulation/viper-util.el:
2781 * emulation/viper.el:
2782 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
2783 featurep test.
2784
2785 Replace obselete frame-local variables with frame-parameters.
2786 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
2787 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
2788 (viper-vi-state-cursor-color): Only call make-variable-frame-local
2789 on XEmacs.
2790 * emulation/viper-util.el (viper-frame-value): New macro.
2791 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
2792 (viper-R-state-post-command-sentinel)
2793 (viper-replace-state-post-command-sentinel)
2794 (viper-change-state-to-insert, viper-change-state-to-emacs):
2795 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
2796 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
2797 (viper-get-saved-cursor-color-in-insert-mode)
2798 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
2799 Use viper-frame-value for viper-replace-overlay-cursor-color,
2800 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
2801 viper-vi-state-cursor-color values.
2802
2803 * emulation/viper-cmd.el (zmacs-region-stays):
2804 * emulation/viper-util.el (zmacs-region-stays): No need to define
2805 for compiler.
2806
2807 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
2808 mapcar on Emacs.
2809
2810 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
2811 on XEmacs.
2812
2813 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
2814 rather than if.
2815
2816 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2817
2818 * whitespace.el: New version 9.3. As the glyph code generation was
2819 fixed, it is possible now to use character code above ?\x1FFFF in the
2820 display table. Fix `whitespace-indentation-regexp' to not include an
2821 extra ending character. Reported by Michael Welsh Duggan
2822 <mwd@cert.org>. Added hook actions when buffer is written or killed as
2823 the original whitespace package had. Suggested by Eric Cooper
2824 <ecc@cmu.edu>. Doc fix.
2825 (whitespace-action): New option.
2826 (whitespace-display-mappings): Changed default newline visualization to
2827 display downwards arrow, as the glyph code generation was fixed.
2828 (whitespace-unload-function): Assure that all local whitespace mode is
2829 turned off.
2830 (whitespace-global-modes): Fix type customization.
2831 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
2832 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
2833 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
2834 Fix code.
2835 (whitespace-buffer): Command removed.
2836 (whitespace-trailing-regexp, whitespace-mark-x)
2837 (whitespace-display-window, whitespace-action-when-on)
2838 (whitespace-add-local-hook, whitespace-remove-local-hook)
2839 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
2840 (whitespace-action): New funs.
2841 (whitespace-report-list, whitespace-report-text)
2842 (whitespace-report-buffer-name): New consts.
2843 (whitespace-report, whitespace-report-region): New commands.
2844
2845 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
2846
2847 * disp-table.el (make-glyph-code): Don't test the result of
2848 `face-id', which already signals an error for invalid faces.
2849 (glyph-face): Simplify.
2850
2851 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
2852 running `desktop-not-loaded-hook' to allow modifying it.
2853 Don't show warning message if `desktop-dirname' was modified.
2854
2855 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
2858 we still expect more lines.
2859
2860 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
2861 comment-paragraph filling if the commark doesn't match
2862 comment-start-skip.
2863
2864 2008-03-01 Daiki Ueno <ueno@unixuser.org>
2865
2866 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
2867 the `imap' variant.
2868
2869 2008-03-01 Jason Rumney <jasonr@gnu.org>
2870
2871 * files.el (make-auto-save-file-name): Encode more characters in
2872 non-file buffer names. Use url-encoding.
2873
2874 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
2875
2876 * net/net-utils.el (ftp-program): Fix typo in docstring.
2877 (ifconfig-program-options, netstat-program-options)
2878 (arp-program-options, route-program-options, nslookup-program-options)
2879 (ftp-program-options, smbclient-program-options)
2880 (dns-lookup-program-options, arp, route): Doc fixes.
2881
2882 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
2883 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
2884 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
2885 Fix typos in docstrings.
2886 (gdb-pending-triggers): Reflow docstring.
2887 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
2888
2889 2008-03-01 Alan Mackenzie <acm@muc.de>
2890
2891 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
2892 typing "#" at EOB.
2893
2894 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
2895
2896 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
2897
2898 2008-02-29 Kim F. Storm <storm@cua.dk>
2899
2900 * emulation/cua-base.el (cua-remap-control-v)
2901 (cua-remap-control-z): New defcustoms.
2902 (cua-mode): Add them to set-after property.
2903 (cua--init-keymaps): Use them.
2904 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
2905
2906 * help.el (view-emacs-todo): Rename from view-todo.
2907 (describe-gnu-project): Rename from describe-project. Users changed.
2908 (view-help-file): New helper function.
2909 (describe-distribution, describe-copying, describe-gnu-project)
2910 (view-todo, view-order-manuals, view-emacs-problems): Use it.
2911 (view-emacs-debugging, view-external-packages): New commands.
2912 (help-map): Move describe-distribution to C-h C-o (ordering).
2913 Move view-emacs-problems to C-h C-p (problems).
2914 Bind view-emacs-debugging to C-h C-d (debugging).
2915 Bind view-external-packages to C-h C-e (extras).
2916 (help-for-help-internal): Cleanup and align descriptions.
2917 Remove command names to reduce clutter.
2918
2919 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
2920
2921 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
2922 and quieter face (not a warning).
2923
2924 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
2925
2926 * vc.el (vc-status-crt-marked): New variable.
2927 (vc-status-mode): Make it local.
2928 (vc-status-refresh): Use it to save the marked files.
2929 (vc-update-vc-status-buffer): Use it to restore the marked files.
2930
2931 * vc-svn.el (vc-svn-after-dir-status):
2932 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
2933
2934 2008-02-29 Glenn Morris <rgm@gnu.org>
2935
2936 * allout.el (allout-topic-encryption-bullet)
2937 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
2938 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
2939 from 22.0 to 22.1.
2940
2941 * net/imap.el (imap-ping-server):
2942 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
2943 Change defcustom :version from 23.0 to 23.1.
2944
2945 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
2946
2947 * desktop.el (desktop-save): Save the buffer name if the
2948 uniquified base name is empty.
2949
2950 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
2951
2952 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
2953 correctly when user has "set print address off".
2954
2955 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
2956
2957 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
2958 version number of the next major Emacs release, not 23.0.
2959
2960 * longlines.el (longlines-unload-function): New function.
2961
2962 2008-02-28 Juri Linkov <juri@jurta.org>
2963
2964 * startup.el (normal-splash-screen): Add argument `concise'.
2965 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
2966 to the created buffer. If `concise' is non-nil, call
2967 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
2968 (display-startup-screen): Add argument `concise' to the call to
2969 `normal-splash-screen'.
2970
2971 2008-02-28 Kim F. Storm <storm@cua.dk>
2972
2973 * startup.el (startup-echo-area-message): Check for about-emacs.
2974
2975 2008-02-28 Juri Linkov <juri@jurta.org>
2976
2977 * startup.el: Always add initial message to *scratch* buffer if
2978 `initial-scratch-message' is non-nil regardless of the value of
2979 `inhibit-startup-screen'.
2980 (inhibit-startup-screen, initial-scratch-message): Doc fix.
2981 (command-line-1): Move code that inserts `initial-scratch-message'
2982 up before the if-form that checks for `inhibit-startup-screen'.
2983 Suggested by Jonathan Rockway <jon@jrock.us>.
2984
2985 2008-02-28 Juri Linkov <juri@jurta.org>
2986
2987 * cus-edit.el (custom-mode-map, custom-mode-link-map):
2988 Rename `custom-mode' to `Custom-mode' in docstrings.
2989 (custom-buffer-create-internal, customize-browse):
2990 Rename `custom-mode' to `Custom-mode'.
2991 (custom-mode-hook): Rename to `Custom-mode-hook'.
2992 (Custom-mode-hook): Renamed from `custom-mode-hook'.
2993 (custom-mode): Rename to `Custom-mode'.
2994 (Custom-mode): Renamed from `custom-mode'. Doc fix.
2995 (custom-mode): Add backward-compatible non-interactive variant of
2996 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
2997 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
2998
2999 * info-look.el: Rename `custom-mode' to `Custom-mode'.
3000
3001 * emulation/viper.el (viper-emacs-state-mode-list):
3002 Rename `custom-mode' to `Custom-mode'.
3003
3004 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
3005 Capitalize "Tagged Files".
3006 (minibuffer-local-map): Add menu items for next/previous
3007 history elements and isearch history forward/backward.
3008
3009 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
3010 `hs-isearch-open' with t instead of `comment' in :selected
3011 for "Code and Comment blocks" menu item.
3012
3013 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3014
3015 * uniquify.el (uniquify-buffer-base-name): Undo last change.
3016 Should be done in desktop.el instead.
3017
3018 2008-02-28 Glenn Morris <rgm@gnu.org>
3019
3020 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
3021
3022 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
3023
3024 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
3025 (Info-menu, Info-goto-node): Remove declarations.
3026 (report-emacs-bug-info): Use info rather than Info-goto-node.
3027
3028 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
3029 (idlwave-convert-xml-system-routine-info): Don't require xml.
3030 (idlwave-show-commentary, idlwave-shell-show-commentary):
3031 Don't require finder.
3032 (idlwave-info): Don't require info. Use info rather than
3033 Info-goto-node.
3034
3035 * textmodes/org.el (Info-goto-node): Remove declaration.
3036 (org-info): Use info rather than Info-goto-node.
3037
3038 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
3039 (reftex-info): Don't require info. Use info rather than Info-goto-node.
3040
3041 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
3042
3043 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
3044 the menu.
3045
3046 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
3047 (vc-finish-logentry): Check for vc-status-mode, not only for
3048 vc-dired-mode.
3049
3050 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
3051
3052 * isearch.el (isearch-printing-char): Don't check
3053 keyboard-coding-system.
3054 Call isearch-process-search-multibyte-characters only when
3055 current-input-method is non-nil.
3056
3057 2008-02-27 Kim F. Storm <storm@cua.dk>
3058
3059 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
3060 (glyph-char, glyph-face): Handle cons encoding.
3061
3062 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
3063
3064 * uniquify.el (uniquify-buffer-base-name): If the base name is an
3065 empty string, return nil to allow the caller to default to the
3066 buffer name. Reported by Martin Fischer <parozusa@web.de>.
3067
3068 * tool-bar.el (tool-bar-setup): Doc fix.
3069
3070 * mail/supercite.el (sc-describe):
3071 Fix typos in obsolescence declaration.
3072
3073 2008-02-27 Glenn Morris <rgm@gnu.org>
3074
3075 * autoinsert.el (auto-insert-alist): Change permission text to
3076 match FSF's GPLv3 form.
3077
3078 * mail/supercite.el (sc-cite-original): Doc fix.
3079 (sc-version): Make obsolete.
3080 (sc-describe): Show the SC info page. Make obsolete.
3081
3082 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3083
3084 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
3085 when using transient-mark-mode.
3086 (default-indicate-unused-lines): Remove unused var.
3087
3088 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
3089
3090 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
3091 and previous.
3092
3093 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
3094
3095 2008-02-26 Glenn Morris <rgm@gnu.org>
3096
3097 * net/net-utils.el (top-level): Don't require comint when compiling.
3098 (nslookup-font-lock-keywords): Don't require font-lock.
3099 Use font-lock faces rather than variables.
3100 (nslookup, ftp, smbclient, network-service-connection):
3101 Don't require comint.
3102 (comint-prompt-regexp, comint-input-autoexpand)
3103 (comint-input-ring): Declare for compiler.
3104 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
3105 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
3106
3107 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
3108 doc-string.
3109
3110 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3111
3112 * doc-view.el (doc-view-current-page): Add a `win' argument.
3113
3114 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3115
3116 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
3117 Demote it to plain defvar.
3118 (doc-view-conversion-refresh-interval): Reduce interval.
3119 (doc-view-goto-page): Allow moving to pages not yet rendered.
3120 (doc-view-goto-page): Construct a file name rather than extracting it
3121 from doc-view-current-files.
3122 (doc-view-kill-proc): Ignore errors from kill-process.
3123 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
3124 (doc-view-insert-image): Use appropriate text if the page hasn't been
3125 rendered yet. Adjust scrolling so the text is displayed.
3126 (doc-view-display): Detect not just that a page is available, but also
3127 that it wasn't available before, so as to avoid refreshing all pages
3128 repeatedly.
3129 (doc-view-mode): Make doc-view-cache-directory if needed.
3130
3131 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3132
3133 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
3134 toggle-read-only.
3135
3136 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
3137 refering to a missing required field with the OPT prefix.
3138 Make unwindform more robust.
3139
3140 * textmodes/bibtex.el: Remove support for hideshow minor mode as
3141 it duplicates the bibtex support in progmodes/hideshow.el.
3142 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
3143 entries that do not start at the beginning of a line.
3144
3145 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
3146
3147 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
3148
3149 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
3150
3151 * help-fns.el (describe-variable): Add phrases about
3152 initialization file with and without customization;
3153 use new button type help-info-variable.
3154
3155 * help-mode.el (help-info-variable):
3156 New button able to read Info files for help-fns.el.
3157
3158 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
3159
3160 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
3161 (grep-mode): Use grep-mode-tool-bar-map.
3162
3163 * progmodes/compile.el (tool-bar): Require tool-bar.
3164 (compilation-mode-tool-bar-map): New variable.
3165 (compilation-mode): Use compilation-mode-tool-bar-map.
3166
3167 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
3168
3169 2008-02-25 Glenn Morris <rgm@gnu.org>
3170
3171 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
3172
3173 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * diff-mode.el (diff-file-junk-re): New const.
3176 (diff-beginning-of-file-and-junk): Use it.
3177 (diff-file-kill): Make sure we were really inside a file diff.
3178
3179 * diff-mode.el: Make it more robust in the presence of empty context
3180 lines in unified hunks.
3181 (diff-valid-unified-empty-line): New var.
3182 (diff-unified->context, diff-sanity-check-hunk): Obey it.
3183 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
3184 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
3185 (diff-hunk-header-re-unified): New const.
3186 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
3187 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
3188 (diff-sanity-check-hunk): Use it.
3189
3190 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
3191 Index: line, don't search backward for the previous one.
3192
3193 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
3194
3195 * international/fontset.el (setup-default-fontset): Add non-OTF
3196 lao font for lao script.
3197
3198 * language/tibetan.el: Register tibetan-composition-function in
3199 composition-function-table.
3200
3201 * language/tibet-util.el (tibetan-composition-function):
3202 Adjust for the new calling way (argument changed). Try font-shape-text
3203 if possible.
3204
3205 * language/lao.el: Register lao-composition-function in
3206 composition-function-table.
3207
3208 * language/lao-util.el (lao-composition-function): Adjust for the new
3209 calling way (argument changed). Try font-shape-text if possible.
3210
3211 2008-02-25 Jason Rumney <jasonr@gnu.org>
3212
3213 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
3214
3215 2008-02-25 Juri Linkov <juri@jurta.org>
3216
3217 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
3218 background, "red4" for a dark background, "red" for 16 and
3219 8 colors, "grey" for grayscale, and inverse video otherwise.
3220 Add :version tag.
3221 (isearch-message): Keep the original isearch-message intact, and
3222 add text properties to it where necessary. Add `isearch-error' to
3223 the condition that checks if isearch is unsuccessful.
3224
3225 2008-02-24 Juri Linkov <juri@jurta.org>
3226
3227 * progmodes/compile.el (compilation-handle-exit):
3228 Use compilation-error face instead of font-lock-warning-face.
3229 Display the same message in the minibuffer as is inserted
3230 at the end of the compilation buffer.
3231
3232 2008-02-24 Glenn Morris <rgm@gnu.org>
3233
3234 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
3235 multiple file case.
3236
3237 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
3238
3239 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
3240 multiple file case. Use a single `let' rather than two.
3241
3242 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3243
3244 * progmodes/compile.el (compilation-start): Specify a face for
3245 mode-line-process.
3246 (compilation-handle-exit): Specify a face and a tooltip for
3247 mode-line-process.
3248
3249 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * hilit-chg.el: Remove spurious * in defcustom docstrings.
3252 (hilit-chg-make-ov): Simplify.
3253 (hilit-chg-fixup): Use remove-overlays.
3254 (hilit-chg-set-face-on-change): Remove redundant call to
3255 `remove-text-properties'.
3256
3257 * dired.el (dired-mark-prompt): Don't count/display the t element.
3258 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
3259
3260 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3261
3262 * progmodes/verilog-mode.el (eval-when-compile): Don't define
3263 add-submenu.
3264 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
3265 Remove. Move contents to the only use ...
3266 (verilog-menu): ... here.
3267 (verilog-statement-menu): Remove. Move contents to the only use ...
3268 (verilog-stmt-menu): ... here.
3269 (verilog-mark-defun): Simply call mark-defun for emacs.
3270 (occur-pos-list): Declare for byte compiler.
3271 (mode-popup-menu): Don't defvar.
3272 (verilog-add-statement-menu): Remove.
3273 (verilog-mode-hook): Don't add verilog-add-statement-menu.
3274 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
3275
3276 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
3277
3278 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
3279 conditional.
3280 (verilog-font-grouping-keywords-face): Make the begin..end
3281 keywords standout more than other verilog keywords.
3282 (verilog-type-font-keywords): Move the begin..end out of this list
3283 to facilitate making them to (potentially) stand out more.
3284 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
3285 function & task blocks.
3286 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
3287 initial, function & task blocks.
3288 (verilog-forward-sexp): Handle the new "disable fork" statement of
3289 IEEE-1800 Verilog.
3290 (verilog-beg-block-re-ordered): Handle the new "disable fork"
3291 statement of IEEE-1800 Verilog.
3292 (verilog-calc-1): Handle the new "disable fork" statement of
3293 IEEE-1800 Verilog.
3294 (verilog-disable-fork-re): Add const to help handle the new
3295 "disable fork" statement of IEEE-1800 Verilog.
3296 (verilog-declaration-core-re): Add port directions by themselves,
3297 with no qualification, as base item of a declaration.
3298 (verilog-pretty-declarations): Add new flag to ask it to refrain
3299 from printing to the message buffer.
3300 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
3301 printing to the message buffer. Improve handling of the many
3302 types of expression line up.
3303 (verilog-just-one-space): Remove printing of an empty message.
3304 (verilog-get-lineup-indent): Rework to support the better handling
3305 of expression lineup for verilog-pretty-expr.
3306 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
3307
3308 2008-02-24 Alan Mackenzie <acm@muc.de>
3309
3310 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
3311 yesterday's commit.
3312
3313 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
3314
3315 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
3316 to mouse-set-point in buffers that aren't associated with files.
3317
3318 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
3319
3320 2008-02-24 Alan Mackenzie <acm@muc.de>
3321
3322 Set of changes so that "obtrusive" syntactic elements in a
3323 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
3324 unmatched paren) don't interact syntactically with stuff outside
3325 the CPP line.
3326
3327 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
3328 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
3329 off-by-one bug.
3330 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
3331 a bit of refactoring.
3332 (c-awk-extend-and-syntax-tablify-region): Takes some of the
3333 functionality of c-awk-advise-fl-for-awk-region, which has been
3334 refactored away.
3335
3336 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
3337 (c-clear-char-property-with-value): New function and macro which
3338 remove text-properties `equal' to a supplied value.
3339
3340 * progmodes/cc-engine.el: Comment about text properties amended.
3341
3342 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
3343 parens around "error\\|warning".
3344
3345 * progmodes/cc-langs.el (c-get-state-before-change-function)
3346 (c-before-font-lock-function, c-anchored-cpp-prefix):
3347 New language variables.
3348 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
3349
3350 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
3351 syntax-table text properties.
3352 (c-common-init): Call language specific before/after-change
3353 functions at mode initialisation.
3354 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
3355 (c-extend-region-for-CPP, c-neutralize-CPP-line)
3356 (c-neutralize-syntax-in-CPP): New functions.
3357 (c-before-change, c-after-change): Call the new language specific
3358 change functions defined in cc-langs.el.
3359 (c-advise-fl-for-region): New macro.
3360 (awk-mode): Remove AWK specific stuff which has been refactored
3361 into language independent stuff.
3362
3363 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
3364
3365 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
3366 (gdb): (Re)set gdb-flush-pending-output to nil here...
3367 (gdb-init-1): ...instead of here (before gdb-prompt).
3368
3369 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
3370
3371 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
3372 Recognize ''' just like any other char-constant.
3373
3374 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
3375
3376 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
3377 careful enough. Detect the uid-change all within the main loop.
3378
3379 2008-02-24 Stefan Monnier <monnier@pastel.home>
3380
3381 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
3382
3383 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
3384
3385 * hilit-chg.el (highlight-save-buffer-state): New macro.
3386 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
3387 (hilit-chg-clear): Use it to preserve the modified-p flag.
3388 (highlight-changes-rotate-faces): Don't mess with the undo-list.
3389
3390 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
3391
3392 * font-lock.el (font-lock-set-defaults): Unset previously set variables
3393 when needed.
3394
3395 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
3396
3397 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
3398 from gnus-button-url-regexp.
3399
3400 2008-02-24 Eli Zaretskii <eliz@gnu.org>
3401
3402 * progmodes/compile.el (compilation-next-error): Doc fix.
3403 (compilation-find-file): Doc fix.
3404
3405 2008-02-24 Glenn Morris <rgm@gnu.org>
3406
3407 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
3408 Add obsolete aliases to the old names.
3409
3410 2008-02-24 Richard Stallman <rms@gnu.org>
3411
3412 * net/net-utils.el (ifconfig): Rename from ipconfig.
3413 (ipconfig): Alias to ifconfig.
3414 (ifconfig-program): Rename from ipconfig-program.
3415 (ifconfig-program-options): Rename from ipconfig-program-options.
3416
3417 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
3418
3419 * progmodes/verilog-mode.el (verilog-declaration-core-re):
3420 Add port directions by themselves, with no qualification, as base
3421 item of a declaration.
3422 (verilog-pretty-declarations): Add new flag that inhibits printing
3423 to the message buffer.
3424 (verilog-pretty-expr): Add new flag that inhibits printing to the
3425 message buffer. Improve handling of the many types of expression
3426 line up.
3427 (verilog-just-one-space): Don't print an empty message.
3428 (verilog-get-lineup-indent): Rework to support the better handling
3429 of expression lineup for verilog-pretty-expr.
3430 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
3431 (verilog-mode-version, verilog-mode-release-date): Update.
3432
3433 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * subr.el (cancel-change-group): Don't move point.
3436
3437 2008-02-23 Markus Triska <markus.triska@gmx.at>
3438
3439 * linum.el (linum-after-config): Update all visible windows.
3440
3441 2008-02-23 Glenn Morris <rgm@gnu.org>
3442
3443 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
3444 Add :help for Solitaire and Tetris.
3445
3446 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
3447
3448 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
3449 (smtpmail-code-conv-from): Doc fix. Fix custom type.
3450 (smtpmail-queue-index-file): Make it a defcustom.
3451 (smtpmail-queue-index): Delete.
3452 (smtpmail-send-it, smtpmail-send-queued-mail):
3453 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
3454 smtpmail-queue-index.
3455
3456 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
3457 Add :version.
3458
3459 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
3460
3461 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
3462 New variables.
3463 (iwconfig): New function.
3464
3465 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
3466
3467 * vc.el (vc-find-revision): Make vc-parent-buffer local before
3468 setting it.
3469 (vc-status-menu-map): Do not define using easy-menu.
3470 (vc-status-menu-map): New defalias.
3471 (vc-status-mode-map): Hook up the menu.
3472 (top-level): Update TODO.
3473
3474 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
3475
3476 * vc-bzr.el (vc-bzr-init-version): Rename to ...
3477 (vc-bzr-init-revision): ... this.
3478
3479 2008-02-23 Jason Rumney <jasonr@gnu.org>
3480
3481 * makefile.w32-in (WINS_ALMOST): Remove term.
3482 (WINS): Add term here.
3483 (custom-deps, finder-data): Use WINS_ALMOST.
3484
3485 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
3486
3487 * faces.el (font-weight-table): Fix value of `semi-light'.
3488
3489 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
3490
3491 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
3492 Make those tables bijective.
3493
3494 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
3495
3496 Finish pdbtrack integration cleanup, settling missing-functions
3497 byte compiler warnings appropriately.
3498
3499 * progmodes/python.el (python-point): Remove this - beginning-of-line
3500 was all that was necessary for `python-pdbtrack-overlay-arrow'.
3501 (python-end-of-def-or-class, python-beginning-of-def-or-class)
3502 (python-goto-initial-line): Drop these - they were only needed for
3503 python-point.
3504 (python-comint-output-filter-function): Use condition-case and
3505 beginning-of-line directly, instead of python-mode.el functions
3506 which require all sorts of baggage.
3507 (point-safe): Unnecessary - we're using condition-case directly,
3508 instead.
3509 (python-execute-file): Include for python-shell, which I'm leaving
3510 in keeping despite it being unnecessary for pdb tracking.
3511
3512 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
3513
3514 * progmodes/scheme.el (scheme-font-lock-keywords-2):
3515 Add SRFI 11 support.
3516 (let-values, let*-values): Specify scheme-indent-function.
3517
3518 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
3519
3520 * vc.el (vc-exec-after): Move setting mode-line-process in the
3521 busy case ...
3522 (vc-set-mode-line-busy-indicator): ... in this new function.
3523 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
3524 (vc-update-vc-status-buffer): Reset mode-line-process.
3525 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
3526 mark/unmark all the files with the same state as the current one.
3527 With a prefix argument mark/unmark all files.
3528 (vc-status-mode-menu): Adjust strings.
3529 (vc-update-vc-status-buffer): Only do something when the argument
3530 is not nil.
3531 (vc-status-kill-dir-status-process): New function.
3532 (vc-status-mode-map): Bind it.
3533 (vc-status-process-buffer): New variable.
3534 (vc-status-mode): Make it local.
3535 (vc-status-refresh): Set it.
3536
3537 * vc-hg.el (vc-hg-dir-status):
3538 * vc-git.el (vc-git-dir-status):
3539 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
3540 command is run.
3541
3542 2008-02-22 Glenn Morris <rgm@gnu.org>
3543
3544 * json.el (top-level): No need to require thingatpt.
3545 (json-read-keyword): Use thing-at-point rather than word-at-point.
3546
3547 * time.el (top-level): No need to require time-date when compiling.
3548
3549 * emacs-lisp/copyright.el (copyright-update-year):
3550 Fix subexpression numbering for the case when years are split over
3551 lines, and for the replace case.
3552
3553 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
3554 (tpu-caar, tpu-cadr): Delete functions.
3555 (zmacs-regions): No need to declare for compiler.
3556 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
3557 (tpu-spell-check): Rewrite, and handle mark after point.
3558 (tpu-special-insert): Use or rather than if.
3559
3560 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
3561 rather than spell-region.
3562
3563 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
3564 warnings about spell-region.
3565
3566 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
3567
3568 * ldefs-boot.el: Regenerated.
3569
3570 * loadup.el: Don't load language/devanagari, language/kannanda,
3571 language/malayalam, and language/tamil. Load language/sinhala.
3572
3573 * language/indian.el (indian-font-foundry)
3574 (indian-script-language-alist, indian-font-char-index-table)
3575 (indian-font-char, indian-font-char-range, indian-script-table)
3576 (indian-default-script, indian-composable-pattern): Delete them.
3577 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
3578 language environments moved to here.
3579 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
3580 New language environments.
3581
3582 * language/devanagari.el, language/devan-util.el,
3583 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
3584 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
3585 Delete them.
3586
3587 * language/sinhala.el: New file.
3588
3589 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
3590
3591 Update Nick Robert's port of pdb tracking from python-mode.el.
3592
3593 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
3594 Clarify docstring.
3595 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
3596 tracking is happening.
3597 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
3598 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
3599 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
3600 Tracking is plugged in to all comint buffers once python.el is loaded.
3601 (python-pdbtrack-overlay-arrow): Toggle activation of
3602 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
3603 (python-pdbtrack-track-stack-file): Use new
3604 `python-pdbtrack-get-source-buffer' for more flexible access to
3605 debugging source files.
3606 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
3607 according to pdb stack trace, optionally using new
3608 `python-pdbtrack-grub-for-buffer' if file is not locally available.
3609 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
3610 named buffer, or having function with indicated name.
3611 (python-shell): Remove comint-output-filter-functions hook
3612 addition, it's being done elsewhere. Wrap long line.
3613
3614 2008-02-21 Michael Olson <mwolson@gnu.org>
3615
3616 * json.el: Replace XEmacs compatibility code to get rid of
3617 compiler warnings.
3618
3619 * time.el: Fix compiler warning.
3620
3621 2008-02-21 Edward O'Connor <ted@oconnor.cx>
3622
3623 * json.el: New file (JavaScript Object Notation parser / generator).
3624
3625 2008-02-21 Dave Love <fx@gnu.org>
3626
3627 * progmodes/sym-comp.el: New file.
3628
3629 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
3630 Require sym-comp. Add Python buffer to same-window-buffer-names.
3631 Fixup whitespaces.
3632 (python-font-lock-keywords): Add highlighting for Python builtins.
3633 (python-font-lock-syntactic-keywords): Rewrite.
3634 (python-quote-syntax): Use syntax-ppss-context instead of parsing
3635 ppss directly.
3636 (python-mode-map): Add binding for python-find-function.
3637 (python-calculate-indentation): Clean up the logic.
3638 (python-beginning-of-defun): Explicitly set return value.
3639 (python-beginning-of-statement): Stop looping if we get stuck
3640 going backwards.
3641 (python-next-statement): Stop looping if we somehow end up inside
3642 a string while advancing.
3643 (python-preoutput-continuation, python-version-checked): New vars.
3644 (python-check-version): New function.
3645 (run-python): Set default command to python-command instead of
3646 python-python-command.
3647 (run-python): Use python-check-version. Give PYTHONPATH
3648 precedence over data-directory in the process environment.
3649 Load function definitions in python process after.
3650 (python-check-comint-prompt): New function.
3651 (python-send-command, python-send-receive): Use it.
3652 (python-complete-symbol, python-try-complete): Functions deleted.
3653 Use symbol-complete instead of python-complete-symbol throughout.
3654 (python-fill-paragraph): Further refine the fenced-string regexp.
3655 (def-python-skeleton): Expand to the original abbrev instead if in
3656 a comment or string. Tweak skeletons for `if', `while', `for',
3657 `try/except', `try/finally', `name'.
3658 (python-pea-hook, python-abbrev-pc-hook): New functions.
3659 (python-abbrev-syntax-table): New var.
3660 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
3661 Use symbol-completion-try-complete for hippie expansion.
3662 Turn on font lock unconditionally.
3663 (python-mode-hook): Defcustom it. No need to use make-local
3664 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
3665 option, since it's buffer-local.
3666
3667 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
3668
3669 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
3670
3671 2008-02-21 Drew Adams <drew.adams@oracle.com>
3672
3673 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
3674 "Turn off" and a "Help" entry when the minor mode has no menu.
3675
3676 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
3677
3678 * vc.el (vc-status-mark, vc-status-unmark): New functions.
3679 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
3680 vc-status-mark-file and vc-status-unmark-file.
3681 (vc-status-mark-unmark): New function.
3682 (vc-status-previous-line, vc-status-next-line): No longer interactive.
3683
3684 2008-02-21 Glenn Morris <rgm@gnu.org>
3685
3686 * composite.el (encode-composition-rule): Fix typo in error message.
3687 (composition-function-table, auto-composition-mode): Doc fixes.
3688
3689 * subr.el (sit-for): Fix obsolete form for nil second argument.
3690
3691 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
3692 (spell-string): Make obsolete, in favor of ispell.
3693
3694 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
3695
3696 * language/devanagari.el: Don't setup composition-function-table
3697 here.
3698 ("Devanagari"): Change charset, coding-system, coding-priority to
3699 Unicode-based ones. Don't require the feature devan-util.
3700
3701 * composite.el (compose-chars-after): Fix arguments for a function
3702 in composition-function-table.
3703 (auto-compose-region): Likewise.
3704
3705 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
3706 for Ethiopic.
3707 (ps-mule-plot-string): Ignore glyph-string based compositions.
3708
3709 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
3710
3711 * doc-view.el: Allow different windows to show different pages.
3712 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
3713 (doc-view-current-image, doc-view-current-overlay): Remove variables,
3714 add them back as macros instead, using image-mode-winprops instead.
3715 Update all users of those variables.
3716 (doc-view-new-window-function): New function to create a new overlay
3717 for each new window.
3718 (doc-view-mode): Use it and image-mode-setup-winprops.
3719 (doc-view-clone-buffer-hook): Rewrite accordingly.
3720
3721 * image-mode.el: Extend [hv]scroll support to per-window properties.
3722 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
3723 (image-mode-winprops-alist): New var to replace them.
3724 (image-mode-new-window-functions): New hook.
3725 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
3726 New funs.
3727 (image-set-window-vscroll, image-set-window-hscroll): Use them.
3728 Remove the `window' argument, update callers.
3729 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
3730 Use the new functions.
3731 (image-mode-reapply-winprops): New fun.
3732 (image-mode): Use it.
3733
3734 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
3735
3736 * calc/calc-math.el (math-sin-raw): Add optional argument
3737 to keep track of original argument.
3738 (math-cos-raw): Use optional argument when calling math-sin-raw.
3739 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
3740 with close to original precision.
3741
3742 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3743
3744 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
3745 args in calls of sit-for.
3746
3747 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
3748
3749 * vc-svn.el (vc-svn-program): Fix typo in docstring.
3750 (vc-svn-checkin): Fix typo in error message.
3751
3752 * help-mode.el: Require easymenu when compiling.
3753
3754 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
3755
3756 * help-mode.el (help-mode-menu): New menu.
3757
3758 2008-02-20 Glenn Morris <rgm@gnu.org>
3759
3760 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
3761 on Windows.
3762
3763 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
3764
3765 * ps-mule.el (ps-mule-encode-region): Return a single string.
3766 (ps-mule-plot-string): Adjust for the above change.
3767 (ps-mule-encode-header-string): Likewise.
3768
3769 * international/latin1-disp.el (latin1-display): Don't use
3770 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
3771 standard-display-table.
3772 (latin1-display-identities): Adjust for the change of what is
3773 returned by (get-language-info charset 'charset).
3774
3775 * international/mule-util.el (char-displayable-p): Fix for Latin-1
3776 characters and terminal case.
3777
3778 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
3779
3780 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
3781
3782 * progmodes/python.el: Also require comint when loading.
3783 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
3784 Replace python-shell with run-python on menu bar.
3785 (python-shell-map): New map.
3786 (python-default-interpreter, python-python-command-args)
3787 (python-jython-command-args, python-pdbtrack-do-tracking-p):
3788 New options.
3789 (python-which-shell, python-which-args, python-which-bufname):
3790 New buffer local variables.
3791 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
3792
3793 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
3794 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
3795 New constants.
3796
3797 Pdbtrack features:
3798
3799 (python-point, python-end-of-def-or-class)
3800 (python-beginning-of-def-or-class, python-goto-initial-line)
3801 (python-comint-output-filter-function)
3802 (python-pdbtrack-overlay-arrow)
3803 (python-pdbtrack-track-stack-file, python-toggle-shells)
3804 (python-shell, python-pdbtrack-toggle-stack-tracking)
3805 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
3806 New functions.
3807
3808 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3809
3810 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
3811 when the argument is nil.
3812
3813 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
3814
3815 * vc.el (dir-status): Add a brief description.
3816
3817 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
3818
3819 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
3820 If non-nil, reverse the sense of the check.
3821
3822 * vc-rcs.el (vc-rcs-root): New func.
3823 * vc-cvs.el (vc-cvs-root): New func.
3824 * vc-svn.el (vc-svn-root): New func.
3825 * vc-sccs.el (vc-sccs-root): New func.
3826
3827 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
3828
3829 * language/japan-util.el (setup-japanese-environment-internal):
3830 Call use-cjk-char-width-table.
3831
3832 * language/japanese.el ("Japanese"): Set exit-function to
3833 use-default-char-width-table.
3834
3835 * international/characters.el: Delete occurrences of non-Unicode
3836 tibetan and ethiopic characters.
3837 (cjk-char-width-table): New variable.
3838 (use-cjk-char-width-table, use-default-char-width-table):
3839 New functions.
3840
3841 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
3842
3843 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
3844 (vc-status-mode-menu): Add a :filter.
3845 (vc-status-printer): Add faces.
3846
3847 * vc-hg.el (vc-hg-extra-status-menu): New function.
3848 (vc-hg-dir-status): Clean up the buffer before using it.
3849
3850 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3851
3852 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
3853 (gdb): Initialize it here instead.
3854
3855 * files.el (locate-dominating-file): Fix thinko in last change.
3856 Reported by Bruce Stephens <bruce.stephens@isode.com>.
3857
3858 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
3859
3860 * vc.el (vc-status-mode-menu): New menu for vc-status.
3861
3862 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
3863
3864 * progmodes/verilog-mode.el (customize): Fix typo in error message.
3865 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
3866 (verilog-mode-auto, verilog-indent-level-module)
3867 (verilog-minimum-comment-distance, verilog-library-flags)
3868 (verilog-library-directories, verilog-library-files)
3869 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
3870 (verilog-xemacs-menu, verilog-set-compile-command)
3871 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
3872 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
3873 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
3874 (verilog-batch-inject-auto, verilog-batch-indent)
3875 (verilog-continued-line, verilog-type-keywords)
3876 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
3877 (verilog-read-inst-pins, verilog-read-arg-pins)
3878 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
3879 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
3880 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
3881 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
3882 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
3883 (verilog-mode-version, verilog-mode-release-date)
3884 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
3885 (verilog-simulator, verilog-compiler)
3886 (verilog-auto-sense-defines-constant, verilog-company)
3887 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
3888 Fix typos in docstrings.
3889 (verilog-set-auto-endcomments, verilog-calculate-indent)
3890 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
3891 Reflow docstrings.
3892 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
3893 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
3894 (electric-verilog-forward-sexp, verilog-in-case-region-p)
3895 (verilog-in-struct-region-p, verilog-in-generate-region-p)
3896 (verilog-leap-to-head, verilog-current-indent-level)
3897 (verilog-case-indent-level, verilog-cpp-keywords)
3898 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
3899 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
3900 (verilog-signals-not-in, verilog-symbol-detick-text)
3901 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
3902 (verilog-forward-close-paren, verilog-backward-open-paren)
3903 (verilog-backward-open-bracket): Doc fixes.
3904
3905 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
3906 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
3907 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
3908 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
3909 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
3910 Fix typos in docstrings.
3911
3912 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
3913
3914 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
3915
3916 * info.el (Info-read-node-name): Removed unused `default' arg.
3917
3918 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
3919
3920 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
3921
3922 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3923
3924 * image-mode.el (image-get-display-property): New fun.
3925 (image-forward-hscroll, image-next-line, image-eol, image-eob)
3926 (image-mode, image-minor-mode, image-toggle-display-text)
3927 (image-toggle-display): Use it.
3928
3929 2008-02-18 Jason Rumney <jasonr@gnu.org>
3930
3931 * international/mule.el (xml-find-file-coding-system): Don't warn
3932 about utf-16 with BOM.
3933
3934 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
3935
3936 * international/mule.el (sgml-xml-auto-coding-function): Detect and
3937 warn if file encoding is not utf-8 and encoding not specified.
3938 (xml-find-file-coding-system): New function.
3939 * international/mule-conf.el (file-coding-system-alist): Use it.
3940
3941 2008-02-17 Glenn Morris <rgm@gnu.org>
3942
3943 * international/mule-cmds.el (set-locale-environment):
3944 Pass `frame' to getenv for LC_MESSAGES.
3945
3946 2008-02-17 Juri Linkov <juri@jurta.org>
3947
3948 * time.el (emacs-init-time): Use format instead of format-seconds.
3949
3950 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3951
3952 * textmodes/bibtex.el (bibtex-search-entry): Rename from
3953 bibtex-find-entry. Add autoload cookie.
3954 (bibtex-find-entry): Alias for bibtex-search-entry.
3955 (bibtex-search-crossref): Rename from bibtex-find-crossref.
3956 (bibtex-find-crossref): Alias for bibtex-search-crossref.
3957 (bibtex-clean-entry): atomic-change-group removed.
3958 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
3959 to locate buffer location where error occurred.
3960 Make error messages more specific.
3961 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
3962
3963 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
3964
3965 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
3966 top level.
3967
3968 * simple.el (transient-mark-mode): Add an :init-value.
3969
3970 * startup.el (command-line): Use custom-reevaluate-setting for
3971 transient-mark-mode.
3972
3973 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
3974
3975 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
3976
3977 2008-02-16 Juri Linkov <juri@jurta.org>
3978
3979 * startup.el (after-init-time): New variable.
3980 (command-line): Set `after-init-time' to the current time.
3981
3982 * time.el (emacs-init-time): New function.
3983
3984 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
3985
3986 * files.el (locate-dominating-file): Remove initial loop because it's
3987 not careful enough. Detect the uid-change all within the main loop.
3988
3989 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
3990
3991 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
3992
3993 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
3994
3995 * vc.el (vc-annotate): Add new argument.
3996 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
3997
3998 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
3999 Move make-variable-buffer-local code after the corresponding defvar.
4000 (hs-minor-mode-map): Define and initialize in one step.
4001 (hs-minor-mode): Change from defun to define-minor-mode.
4002
4003 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
4004
4005 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
4006 (gdb-ready): Move declaration...
4007
4008 * progmodes/gdb-ui.el (gdb-ready): ...to here.
4009 (gdb-early-user-input): New variable.
4010 (gdb): Reset gdb-flush-pending-output to nil and set
4011 comint-input-sender here (before gdb-prompt), instead of...
4012 (gdb-init-1): ...here.
4013 (gdb-send): If Emacs is not ready, defer user input to...
4014 (gdb-prompt): ...here.
4015
4016 2008-02-16 Glenn Morris <rgm@gnu.org>
4017
4018 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
4019
4020 * startup.el (emacs-startup-time): Rename to `before-init-time'.
4021 (before-init-time): New name for `emacs-startup-time'.
4022 (command-line): Use before-init-time rather than emacs-startup-time.
4023 * time.el (emacs-uptime): Use before-init-time rather than
4024 emacs-startup-time.
4025
4026 * composite.el (composition-function-table): Doc fix.
4027
4028 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
4029 in favor of `%z' specifier.
4030 (emacs-uptime): Move to time.el.
4031 * time.el (emacs-uptime): Move here from time-date.el. Add optional
4032 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
4033 argument of format-seconds.
4034
4035 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
4036
4037 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
4038
4039 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
4040
4041 * ielm.el (ielm-is-whitespace): Remove.
4042 (ielm-is-whitespace-or-comment): New function.
4043 (ielm-eval-input): Use it.
4044
4045 2008-02-15 Jason Rumney <jasonr@gnu.org>
4046
4047 * term/mac-win.el: Fix coding tag.
4048
4049 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
4050
4051 * vc-hooks.el (vc-menu-map):
4052 * bindings.el (mode-line-mode-menu): Add tooltips.
4053
4054 * bindings.el (help-echo): Add more tooltips. Use a less
4055 telegraphic style for existing tooltips.
4056
4057 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
4058
4059 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
4060 from the auto-generated one.
4061
4062 2008-02-14 Glenn Morris <rgm@gnu.org>
4063
4064 * mail/rmail-spam-filter.el (rmail-spam-filter):
4065 Let-bind message-spam-status.
4066
4067 * mail/smtpmail.el (password-cache-add): Declare as function.
4068
4069 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
4070
4071 * mail/smtpmail.el: Use password-cache.
4072
4073 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
4074
4075 * uniquify.el (uniquify-buffer-base-name): New function.
4076 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4077
4078 * desktop.el (uniquify-managed): Don't defvar.
4079 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
4080 `uniquify-managed'. Return also the buffer's base name.
4081 (desktop-save): When saving the buffer info, filter out the base name,
4082 and save it as buffer name if the buffer is managed by uniquify.
4083 (uniquify-item-base): Don't declare; not called anymore.
4084
4085 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
4086
4087 * vc.el (vc-annotate-find-revision-at-line): New function.
4088 (vc-annotate-mode-map): Bind it.
4089 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
4090 some entries.
4091
4092 2008-02-14 Glenn Morris <rgm@gnu.org>
4093
4094 * calendar/time-date.el (format-seconds): New function.
4095 (emacs-uptime): Use format-seconds.
4096
4097 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4098 Remove `LC_ALL=C', since it's included in $(emacs) now.
4099
4100 2008-02-14 Zhang Wei <id.brep@gmail.com>
4101
4102 * textmodes/org-publish.el (org-publish-timestamp-filename):
4103 Replace colon characters in filename too.
4104
4105 2008-02-13 Bastien Guerry <bzg@altern.org>
4106
4107 * mail/rmail.el (rmail-header-name): New face.
4108 (rmail-font-lock-keywords): Use rmail-header-name.
4109
4110 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
4111 against X-Spam-Status header field.
4112 (rmail-spam-filter): Also check X-Spam-Status header field.
4113
4114 2008-02-14 Mark A. Hershberger <mah@everybody.org>
4115
4116 * progmodes/flymake.el (flymake-allowed-file-name-masks):
4117 Add support for .pm files and .php files.
4118 (flymake-err-line-patterns): Add pattern for PHP errors.
4119 (flymake-php-init): New function. PHP support for flymake.
4120
4121 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4122 Add regular expression for PHP errors.
4123
4124 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
4125
4126 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
4127 This DTRT even on w32 machines.
4128 (ange-ftp-cf1): Quote FILENAME.
4129
4130 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
4131
4132 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
4133 (smerge-auto-combine): New fun.
4134
4135 2008-02-12 Juri Linkov <juri@jurta.org>
4136
4137 * startup.el (fancy-startup-screen, normal-splash-screen):
4138 Set default-directory to command-line-default-directory.
4139
4140 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
4141 after reading the desktop.
4142
4143 * progmodes/compile.el (compilation-auto-jump):
4144 Call compile-goto-error only when compilation-auto-jump-to-first-error
4145 is non-nil.
4146 (compilation-scroll-output): Replace :type 'boolean with a choice
4147 that has three options including a third option `first-error'.
4148 Doc fix.
4149 (compilation-start, compilation-forget-errors): Add an alternate
4150 condition comparing compilation-scroll-output with `first-error'
4151 in addition to compilation-auto-jump-to-first-error (to call
4152 compilation-auto-jump in the proper place).
4153
4154 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * international/mule.el (sgml-html-meta-auto-coding-function):
4157 Make sure the search limit is ahead.
4158
4159 * tar-mode.el: Fix broken indentation.
4160 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
4161 Use with-current-buffer.
4162
4163 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
4164
4165 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
4166 it is already automatically buffer-local.
4167
4168 2008-02-11 Drew Adams <drew.adams@oracle.com>
4169
4170 * help.el (describe-key): Join some split lines to facilitate filling.
4171 * help-fns.el (describe-function-1): Fill text of overlong lines.
4172
4173 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
4174
4175 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
4176 Use unibyte-string instead of string-make-unibyte.
4177
4178 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
4179
4180 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4181
4182 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
4183 works also for buffers w/o buffer-file-name. Update callers.
4184 (doc-view-clone-buffer-hook): New fun.
4185 (doc-view-mode): Use it for indirect clones. Mark the overlays with
4186 the `doc-view' property so they can be recognized.
4187
4188 * simple.el (clone-indirect-buffer-hook): New hook.
4189 (clone-indirect-buffer): Run it.
4190
4191 2008-02-11 Daiki Ueno <ueno@unixuser.org>
4192
4193 * epa.el (epa-menu-mode): Merge into epa-mode.
4194 (epa-menu-items): Rename the label "EasyPG Assistant" to
4195 "Encryption/Decryption".
4196
4197 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
4198 (epa-dired-mode-map): Rename from epa-dired-map.
4199 (epa-global-dired-mode): Rename the global minor mode.
4200
4201 2008-02-11 Drew Adams <drew.adams@oracle.com>
4202
4203 * isearch.el (isearch-fail): New face.
4204 (isearch-message): Highlight failure part of input.
4205
4206 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 * ibuffer.el (ibuffer-header-line-format): New var.
4209 (ibuffer-mode): Set it instead of header-line-format.
4210 (ibuffer-update): Use it to set header-line-format.
4211
4212 * international/mule-cmds.el (ucs-insert): Inherit surrounding
4213 properties like self-insert-command.
4214
4215 2008-02-11 Drew Adams <drew.adams@oracle.com>
4216
4217 * progmodes/etags.el: Add many doc strings.
4218
4219 2008-02-11 Jason Rumney <jasonr@gnu.org>
4220
4221 * ldefs-boot.el: Regenerated.
4222
4223 2008-02-11 Glenn Morris <rgm@gnu.org>
4224
4225 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4226 Shorten some names.
4227
4228 * ffap.el (ffap-rfc-directories): Add :version.
4229
4230 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
4231
4232 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
4233 files, and backup files of same.
4234
4235 2008-02-11 Kevin Ryde <user42@zip.com.au>
4236
4237 * ffap.el (ffap-rfc-directories): New variable.
4238 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
4239
4240 * info.el (Info-next-reference, Info-prev-reference)
4241 (Info-try-follow-nearest-node): Move to and follow https:// links too.
4242
4243 * simple.el (completion-list-mode): Show full completion-list-mode-map
4244 in the docstring.
4245
4246 2008-02-11 Sam Steingold <sds@gnu.org>
4247
4248 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
4249
4250 2008-02-11 Glenn Morris <rgm@gnu.org>
4251
4252 * startup.el (emacs-startup-time): New variable.
4253 (command-line): Set emacs-startup-time.
4254
4255 * calendar/time-date.el (emacs-uptime): New function.
4256
4257 2008-02-10 Bastien Guerry <bzg@altern.org>
4258
4259 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
4260 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
4261 it is nil.
4262
4263 2008-02-10 Daiki Ueno <ueno@unixuser.org>
4264
4265 * epg-config.el: Expand the contents of epg-package-info.el.
4266 (epg-package-name): New constant.
4267 (epg-version-number): New constant.
4268 (epg-bug-report-address): New constant.
4269
4270 * epa-mail.el (epa-mail-mode): Add autoload cookie.
4271 (epa-global-mail-mode): New global minor mode.
4272
4273 * epa-file.el (epa-file-mode): New global minor mode.
4274
4275 * epa-dired.el (epa-dired-mode): New global minor mode.
4276
4277 * epa.el (epa-menu): New variable.
4278 (epa-menu-items): New variable.
4279 (epa-menu-mode): New global minor mode.
4280 (epa-global-minor-modes): New user option.
4281 (epa-mode): New global minor mode.
4282
4283 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
4284
4285 * net/dbus.el: Remove `no-byte-compile' cookie.
4286 (dbus-call-method, dbus-register-signal, dbus-debug)
4287 (dbus-registered-functions-table): Declare them with
4288 `declare-function' or `defvar', respectively.
4289 (top): Don't assert any longer. Require 'cl when compiling.
4290 Apply `ignore-errors' but `dbus-ignore-errors'.
4291
4292 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
4293
4294 * diff-mode.el (diff-add-change-log-entries-other-window):
4295 Use add-change-log-entry.
4296
4297 2008-02-09 Jason Rumney <jasonr@gnu.org>
4298
4299 * button.el (button-map):
4300 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
4301 * ldefs-boot.el: Regenerate.
4302
4303 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
4304
4305 * epa.el (epa-faces, epa):
4306 * epa-file.el (epa-file):
4307 * epg-config.el (epg): Add :version.
4308
4309 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
4310
4311 * vc.el (vc-exec-after): Append CODE to previous fragments.
4312 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
4313 take MESSAGES instead of VERBOSE; use it when non-nil.
4314 (vc-diff-internal): Compute messages once; use them;
4315 update call to vc-diff-finish.
4316
4317 2008-02-09 Michael Olson <mwolson@gnu.org>
4318
4319 * net/tramp.el (tramp-process-sentinel): Avoid error when process
4320 buffer has been killed, such as by
4321 `tramp-cleanup-all-connections'.
4322
4323 2008-02-09 Miles Bader <miles@gnu.org>
4324
4325 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
4326
4327 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4328
4329 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
4330 splitter in context hunks.
4331
4332 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
4333
4334 * international/fontset.el (setup-default-fontset): Fix arabic otf
4335 font specification.
4336
4337 2008-02-08 Daiki Ueno <ueno@unixuser.org>
4338
4339 * epa-dired.el:
4340 * epa-file.el:
4341 * epa-mail.el:
4342 * epa-setup.el:
4343 * epa.el:
4344 * epg-config.el:
4345 * epg-package-info.el:
4346 * epg.el: Initial check-in of EasyPG.
4347
4348 2008-02-08 Glenn Morris <rgm@gnu.org>
4349
4350 * woman.el (woman-locale): New defcustom.
4351 (woman-expand-locale, woman-manpath-add-locales): New functions.
4352 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
4353
4354 * international/mule-cmds.el (locale-translate): New function,
4355 with old code extracted from set-locale-environment.
4356 (set-locale-environment): Use locale-translate. Set woman-locale.
4357
4358 * cus-start.el (selection-coding-system): Remove, since it's now
4359 defined in select.el rather than in xselect.c.
4360 * select.el (selection-coding-system): Make it a defcustom, and
4361 add the properties from cus-start.el. Bump :version.
4362
4363 * custom.el (custom-theme-set-variables): Sort symbols that are
4364 dependencies before symbols that depend on them.
4365 (custom-enabled-themes): Set after custom-theme-directory.
4366
4367 * pcmpl-unix.el (top-level): Move provide statement to end.
4368 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
4369 `*' from doc-string. Allow to be nil.
4370 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
4371 Allow to be nil. Add :version.
4372 (pcmpl-ssh-hosts): Move definition before use. Handle lines
4373 without hostnames, and multiple hostnames per line.
4374
4375 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
4376
4377 2008-02-08 Phil Hagelberg <phil@evri.com>
4378
4379 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
4380 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
4381
4382 2008-02-07 Timo Savola <timo.savola@iki.fi>
4383
4384 * startup.el (command-line-x-option-alist): Add --parent-id.
4385
4386 * term/x-win.el (x-handle-parent-id): New function.
4387
4388 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
4389
4390 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
4391 "Font Menu".
4392
4393 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
4394
4395 * net/dbus.el (dbus-interface-peer): New defconst.
4396 (dbus-ping): New defun.
4397
4398 2008-02-06 Sam Steingold <sds@gnu.org>
4399
4400 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
4401
4402 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4403
4404 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
4405 Just return nil and let the C code provide a fallback.
4406
4407 2008-02-05 Glenn Morris <rgm@gnu.org>
4408
4409 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
4410 tramp-flush-connection-property for removed 2nd argument.
4411
4412 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
4413
4414 * diff-mode.el (diff-add-change-log-entries-other-window):
4415 Rename from diff-create-changelog. Change users.
4416 Minor change to hopefully work with plain diffs.
4417 (diff-mode-map): Add binding for it.
4418
4419 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
4420
4421 * diff-mode.el: Add new TODO entry.
4422 (diff-create-changelog): New function.
4423 (diff-mode-menu): Bind it.
4424
4425 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
4426
4427 * international/mule-diag.el (print-fontset-element): Handle the
4428 case of inhibiting the fallback fonts.
4429
4430 2008-02-04 Kim F. Storm <storm@cua.dk>
4431
4432 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4433 (ido-magic-delete-char): Use prefix arg.
4434
4435 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
4436
4437 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
4438 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
4439 of today, the most recent libpng is 1.2.24).
4440
4441 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
4442
4443 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
4444
4445 * net/dbus.el (top): Check (featurep 'dbusbind).
4446
4447 * net/tramp.el (tramp-process-sentinel): New defun.
4448 (tramp-do-copy-or-rename-file-out-of-band)
4449 (tramp-maybe-open-connection): Use it as process sentinel.
4450 (tramp-handle-delete-directory): Don't use the "-f" option; it
4451 isn't portable.
4452 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
4453 after the command.
4454 (tramp-handle-shell-command): Set `mode-line-process' in the
4455 asynchronous case.
4456
4457 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
4458
4459 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4460 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4461 Use `tramp-process-sentinel' as process sentinel.
4462
4463 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
4464
4465 * whitespace.el (global-whitespace-mode): Revert last change.
4466 (whitespace-unload-function): Force `global-whitespace-mode'
4467 to deactivate local modes in a slightly less intrusive way.
4468
4469 2008-02-02 Eli Zaretskii <eliz@gnu.org>
4470
4471 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
4472
4473 2008-02-02 Glenn Morris <rgm@gnu.org>
4474
4475 * international/latin1-disp.el (latin1-display):
4476 * progmodes/fortran.el (fortran-comment-indent-char):
4477 * progmodes/idlw-shell.el (top-level):
4478 * term/mac-win.el (mac-keyboard-translate-char):
4479 * whitespace.el (whitespace-char-valid-p):
4480 * wid-edit.el (widget-key-sequence-read-event):
4481 Use characterp rather than char-valid-p.
4482
4483 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
4484 to capitalized-find-word-boundary. Doc fix. Update callers.
4485 (capitalized-next-word-boundary-function-table): Rename to
4486 capitalized-find-word-boundary-function-table. Doc fix. Update users.
4487
4488 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
4489 string-to-int.
4490
4491 * ps-def.el (declare-function): Add compatibility definition.
4492 (ps-plot-with-face, ps-plot-string): Declare as functions.
4493 (ps-bold-faces, ps-italic-faces): Declare variables.
4494
4495 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
4496 (ps-mule-end-job): Declare as functions.
4497
4498 * wid-edit.el (widget-string-complete): Use assoc-string rather
4499 than assoc-ignore-case.
4500
4501 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
4502
4503 * progmodes/etags.el (next-file): Improve revert message.
4504
4505 2008-02-01 Andreas Schwab <schwab@suse.de>
4506
4507 * loadup.el: Load language/burmese instead of language/myanmar.
4508
4509 2008-02-01 Richard Stallman <rms@gnu.org>
4510
4511 * language/burmese.el: Rename from myanmar.el.
4512 ("Burmese"): Rename from "Myanmar".
4513
4514 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4515
4516 * international/fontset.el (script-representative-chars): Add cham
4517 and tai-viet.
4518 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
4519 Add fontconfig spec for cjk-misc. Explicitly specify font font
4520 for U+E000..U+F8FF.
4521
4522 * international/characters.el (script-list): Add cham.
4523
4524 * language/cham.el: New file.
4525
4526 2008-02-01 Mark A. Hershberger <mah@everybody.org>
4527
4528 * xml.el (xml-escape-string): Don't do any encoding changes on the
4529 string.
4530
4531 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4532
4533 * language/ind-util.el (in-is13194-post-read-conversion):
4534 Delete unnecessary call of indian-compose-region.
4535
4536 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4537
4538 * ps-print.el: Some face attributes (like :strike-through) were not
4539 being recognised. Reported by Leo <sdl.web@gmail.com>.
4540 (ps-print-version): New version 7.3.2.
4541 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
4542 ps-face-overline-p and ps-face-box-p functions.
4543
4544 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
4545 New functions.
4546
4547 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4548
4549 * international/fontset.el (font-encoding-alist): Add an entry for
4550 iso8859-16.
4551 (setup-default-fontset): Add iso8859-16 to latin.
4552
4553 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
4554 hexadigit string.
4555 (describe-char): Adjust for the above change.
4556
4557 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4558
4559 * international/fontset.el (font-encoding-alist): Don't set the
4560 repertory of GB18030 fonts.
4561
4562 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4563
4564 * language/indian.el: Set font-shape-text for all Indic characters
4565 in composition-function-table.
4566
4567 * language/khmer.el: New file.
4568
4569 * language/myanmar.el: New file.
4570
4571 * loadup.el: Load "language/khmer" and "language/myanmar".
4572
4573 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4574
4575 * international/fontset.el (setup-default-fontset): Fix lao OTF
4576 script name.
4577
4578 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4579
4580 * composite.el (terminal-composition-modification): Delete it.
4581
4582 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4583
4584 * international/fontset.el (x-complement-fontset-spec):
4585 Complement size too.
4586
4587 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4588
4589 * international/fontset.el (font-encoding-charset-alist):
4590 Initialize it.
4591 (otf-script-alist): Fix typo of canadian-aboriginal.
4592 (setup-default-fontset): Specify font-specs for many more scripts.
4593 (x-complement-fontset-spec): Change the first argument to a
4594 font-spec object.
4595 (create-fontset-from-fontset-spec): Adjust for the above change.
4596
4597 2008-02-01 Kenichi Handa <handa@m17n.org>
4598
4599 * language/devanagari.el: Register font-shape-text in
4600 composition-function-table.
4601
4602 * language/tibetan.el: Register font-shape-text in
4603 composition-function-table.
4604
4605 * language/thai-util.el (thai-composition-function): Fix arguments.
4606
4607 * language/tamil.el: Register font-shape-text in
4608 composition-function-table.
4609
4610 * language/malayalam.el: Register font-shape-text in
4611 composition-function-table.
4612
4613 * language/lao.el: Register font-shape-text in
4614 composition-function-table.
4615
4616 * language/kannada.el: Register font-shape-text in
4617 composition-function-table.
4618
4619 * language/european.el (diacritic-composition-function): Fix arguments.
4620
4621 * language/ethio-util.el (ethio-composition-function): Fix arguments.
4622
4623 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
4624
4625 * composite.el (composition-function-table): Fix docstring.
4626 (terminal-composition-function): Fix arguments.
4627 (auto-compose-current-font): Delete it.
4628 (auto-compose-chars): Adjust for the change of
4629 composition-function-table.
4630
4631 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4632
4633 * international/fontset.el (font-encoding-alist): Add the entry of
4634 "unicode-bmp".
4635
4636 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4637
4638 * composite.el (auto-compose-chars): Be sure to calculate
4639 composition at least at POS.
4640
4641 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4642
4643 * printing.el: Fix pr-interface-map initialization code.
4644 (pr-version): New version 6.9.3.
4645 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
4646 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
4647 (pr-f-read-string): Replace by pr-read-string.
4648 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
4649 New function name.
4650 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
4651
4652 2008-02-01 Kenichi Handa <handa@m17n.org>
4653
4654 * language/tv-util.el (tai-viet-re): Include '-'.
4655 (tai-viet-glyph-info): Handle '-'.
4656
4657 2008-02-01 Kenichi Handa <handa@m17n.org>
4658
4659 * descr-text.el (describe-char): Handle a composition of the new
4660 format. Show font name.
4661
4662 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4663
4664 * language/tibet-util.el (tibetan-composition-function): Use
4665 font-shape-text if auto-compose-current-font is non-nil.
4666
4667 * language/tibetan.el: Fix the range for recording
4668 tibetan-composition-function in composition-function-table.
4669
4670 * language/mlm-util.el (malayalam-composition-function): Use
4671 font-shape-text if auto-compose-current-font is non-nil.
4672
4673 * international/mule-conf.el: Flag many charsets as supplementary.
4674
4675 * international/mule.el (define-charset): Update the docstring for
4676 :supplementary-p.
4677
4678 * international/fontset.el (setup-default-fontset): Add OpenType
4679 fonts for malayalam and tibetan.
4680
4681 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4682
4683 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
4684
4685 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4686
4687 * international/fontset.el (otf-script-alist): Make all otf tags
4688 4-letters.
4689 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
4690
4691 * language/tml-util.el (tamil-composition-function): Use
4692 font-shape-text if auto-compose-current-font is non-nil.
4693
4694 * language/devan-util.el (devanagari-composition-function): Use
4695 font-shape-text if auto-compose-current-font is non-nil.
4696
4697 * composite.el (auto-compose-chars): Change argument font-object
4698 to window.
4699
4700 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4701
4702 * ps-print.el (ps-lpr-switches): Docstring fix.
4703 (ps-string-list): New function.
4704 (ps-do-despool): Code fix.
4705
4706 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4707
4708 * international/utf-7.el (utf-7-imap-post-read-conversion)
4709 (utf-7-imap-pre-write-conversion): New functions.
4710
4711 * international/mule-conf.el (utf-7-imap): New coding system.
4712
4713 2008-02-01 Kenichi Handa <handa@m17n.org>
4714
4715 * term/x-win.el (x-selection-value): If x-select-request-type is
4716 nil, try also STRING at last.
4717 (x-select-request-type): Doc fix for the change of x-selection-value.
4718
4719 * select.el (selection-coding-system, next-selection-coding-system):
4720 Move declarations from xselect.c.
4721 (x-get-selection): Decode by selection-coding-system if it is non-nil.
4722 If it is nil, decode by a proper coding system. Handle C_STRING.
4723 (ccl-check-utf-8, string-utf-8-p): Delete them.
4724 (xselect-convert-to-string): Fix determining data-type in the case
4725 that TEXT is requested. Don't use selection-coding-system if it's
4726 not proper for the data-type.
4727
4728 2008-02-01 Kenichi Handa <handa@m17n.org>
4729
4730 * term/x-win.el (x-selection-value): If x-select-request-type is
4731 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
4732
4733 2008-02-01 Jason Rumney <jasonr@gnu.org>
4734
4735 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
4736 to signify default fontset.
4737
4738 2008-02-01 Kenichi Handa <handa@m17n.org>
4739
4740 * international/mule-cmds.el (describe-language-environment):
4741 Check if the specified input method exists or not.
4742
4743 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4744
4745 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
4746 (ps-face-background-name): Remove this function. It's already defined
4747 in ps-def.el file.
4748
4749 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4750
4751 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
4752 Epoch emacsen.
4753
4754 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4755
4756 * ps-print.el: Now detect if text foreground and background colors are
4757 equals and replace the foreground color by another color, so the text
4758 becomes visible. Doc fix.
4759 (ps-print-version): New version 7.3.
4760 (ps-default-fg, ps-default-bg): Docstring fix.
4761 (ps-fg-list, ps-fg-validate-p): New options.
4762 (ps-foreground-list): New variable.
4763 (ps-generate-header-line): Replace fboundp by functionp.
4764 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
4765
4766 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4767
4768 * printing.el: Pacify byte compiler, that is, no compiler warnings.
4769 Move (again) some variable definitions before use, define some
4770 function aliases, no code change.
4771 (pr-version): New version 6.9.2.
4772 (pr-path-style, pr-auto-region, pr-menu-char-height)
4773 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
4774 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
4775 via (defvar VAR).
4776 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
4777 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
4778 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
4779 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
4780 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
4781 (pr-menu-print-item, pr-ps-printer-menu-modified)
4782 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
4783 (pr-even-or-odd-alist): Move variable definitions.
4784
4785 2008-02-01 Kenichi Handa <handa@m17n.org>
4786
4787 * language/chinese.el (cp936): Delete duplicated alias.
4788
4789 * international/mule-diag.el (list-block-of-chars): Don't insert
4790 non-Unicode characters.
4791
4792 2008-02-01 Jason Rumney <jasonr@gnu.org>
4793
4794 * loadup.el [windows-nt]: Don't load code-pages and ccl.
4795 * term/w32-win.el: Don't require code-pages.
4796
4797 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 Fix up multi-tty merge.
4800
4801 * version.el (emacs-version): Bump to 23.0.60.
4802
4803 * term/x-win.el (x-initialize-window-system): Don't try to create
4804 a fontset from a font-specification anymore. This was removed on the
4805 unicode branch and mistakenly re-added by the multi-tty merge.
4806
4807 * term/w32-win.el: Remove duplicate code that's now in
4808 w32-initialize-window-system.
4809 (w32-initialize-window-system): Don't try to create a fontset from
4810 a font-specification anymore. This was removed on the unicode branch
4811 and mistakenly re-added by the multi-tty merge.
4812
4813 * term/mac-win.el: Remove duplicate top-level code.
4814
4815 * language/ethio-util.el:
4816 * international/characters.el: Use utf-8 rather than utf-8-emacs
4817 since it works as well and has the advantage of working with
4818 non-unicode versions of Emacs.
4819
4820 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
4821 multi-tty code, which includes the previous local change.
4822
4823 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4824
4825 * ps-print.el (ps-print-version): New version 7.2.5.
4826 (ps-background, ps-begin-file, ps-build-reference-face-lists):
4827 Use `mapc' rather than `mapcar'.
4828
4829 2008-02-01 Kenichi Handa <handa@m17n.org>
4830
4831 * skeleton.el (skeleton-internal-1): Use integerp and stringp
4832 instead of char-or-string-p to catch -1.
4833
4834 2008-02-01 Kenichi Handa <handa@m17n.org>
4835
4836 * international/mule-cmds.el (inactivate-input-method):
4837 Set input-method-function to nil before calling
4838 inactivate-current-input-method-function.
4839
4840 2008-02-01 Kenichi Handa <handa@m17n.org>
4841
4842 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
4843 height that doesn't exceed the requested height by rounding off.
4844
4845 2008-02-01 Andreas Schwab <schwab@suse.de>
4846
4847 * international/mule-diag.el (print-fontset-element):
4848 Use fontp only if defined.
4849
4850 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4851
4852 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
4853 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
4854 (ps-mule-prologue-generated): Code fix.
4855
4856 2008-02-01 Kenichi Handa <handa@m17n.org>
4857
4858 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
4859 with FIXEDCASE t.
4860
4861 2008-02-01 Kenichi Handa <handa@m17n.org>
4862
4863 * international/mule-diag.el (print-fontset-element): Fix for the
4864 format change of a fontset element for font-backend feature.
4865
4866 2008-02-01 Kenichi Handa <handa@m17n.org>
4867
4868 * descr-text.el (describe-char): Fix for the case that a component
4869 character is TAB.
4870
4871 2008-02-01 Kenichi Handa <handa@m17n.org>
4872
4873 * international/mule-cmds.el (select-safe-coding-system-interactively):
4874 Fix printing of rejected and unsafe coding-systems.
4875
4876 * international/fontset.el (setup-default-fontset): Add tai-viet.
4877
4878 * international/characters.el: Setup syntax/category table for Tai Viet.
4879 (script-list): Add tai-viet.
4880
4881 * loadup.el: Load "language/tai-viet".
4882
4883 * language/tai-viet.el: New file.
4884
4885 * language/tv-util.el: New file.
4886
4887 2008-02-01 Jason Rumney <jasonr@gnu.org>
4888
4889 * faces.el (font-weight-table): Use defaults on w32 that match
4890 LOGFONT.lfWeight.
4891
4892 * term/w32-win.el: Don't create fontset from command-line font.
4893
4894 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
4895
4896 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4897 (sort-coding-systems, search-unencodable-char): Doc fixes.
4898 (default-input-method, input-method-verbose-flag)
4899 (input-method-highlight-flag): Remove * in defcustom's docstrings.
4900 (exit-language-environment-hook, set-default-coding-systems)
4901 (coding-system-change-eol-conversion, prefer-coding-system)
4902 (find-multibyte-characters, leim-list-entry-regexp)
4903 (set-input-method, input-method-exit-on-first-char, princ-list)
4904 (locale-language-names, locale-charset-language-names)
4905 (define-char-code-property): Fix typos in docstrings.
4906
4907 2008-02-01 Kenichi Handa <handa@m17n.org>
4908
4909 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
4910 Fix for a new character code space (22-bit).
4911
4912 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
4913
4914 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
4915
4916 2008-02-01 Kenichi Handa <handa@m17n.org>
4917
4918 * international/characters.el: Add more cases/syntaxes from Latin
4919 characters.
4920
4921 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4922
4923 * ps-def.el (installation-directory): Must be initialized when defining
4924 it in XEmacs.
4925 (coding-system-for-read): Eliminate duplicated definition.
4926
4927 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4928
4929 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4930
4931 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4932
4933 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4934 (ps-print-emacs-type): Eliminate variable.
4935 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
4936 running ps-print package.
4937
4938 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
4939 (ps-frame-parameter): Replace defun by defalias.
4940 (mark-active): Eliminate defvar.
4941
4942 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
4943 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4944 (ps-jts-ps-setup): Replace macros by vector key definition.
4945
4946 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4947
4948 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
4949 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
4950 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
4951 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
4952 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
4953 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
4954 New command actions for EPS header and EPS footer.
4955
4956 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
4957 footer. Fix some problems with one-or-more, zero-or-more and
4958 alternative constructions generation. Some implementation of log
4959 messages. Doc fix.
4960 (ebnf-version): New version 4.4.
4961 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
4962 (ebnf-eps-footer, ebnf-log): New options.
4963 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
4964 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
4965 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
4966 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
4967 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
4968 (ebnf-style-custom-list, ebnf-style-database): Put new values.
4969 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
4970 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
4971 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
4972 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
4973 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
4974 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
4975 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
4976 (ebnf-non-terminal-dimension, ebnf-special-dimension)
4977 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
4978 (ebnf-except-dimension, ebnf-alternative-dimension)
4979 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
4980 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
4981 Insert log message function.
4982 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
4983 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
4984 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
4985 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
4986 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
4987 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
4988 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
4989 compatibility with Emacs 20 & 21.
4990 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
4991 (ebnf-eps-file-alist, ebnf-basic-width-extra)
4992 (ebnf-basic-empty-height): New variables.
4993 (ebnf-prologue): Fix PostScript code.
4994 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
4995 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
4996 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
4997 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
4998
4999 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5000
5001 * printing.el: Group together all XEmacs/Emacs definitions.
5002 (pr-version): New version 6.9.
5003 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
5004 New functions.
5005 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
5006 (pr-menu-bind): Fix code.
5007 (pr-e-frame-char-height, pr-e-frame-char-width)
5008 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
5009 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
5010 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
5011 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
5012 (pr-x-event-y-pixel): Eliminate aliases.
5013 (pr-xemacs-global-menubar): Move macro.
5014 (current-menubar, current-mouse-event, zmacs-region-stays)
5015 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
5016 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
5017 Move variables.
5018 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
5019 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
5020 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
5021 (pr-menu-set-utility-title, pr-even-or-odd-pages)
5022 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
5023 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
5024 Move functions.
5025
5026 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5027
5028 * ps-print.el: The ps-print commands without face printing should not
5029 print background color. Reported by Leo <sdl.web@gmail.com>.
5030 (ps-print-version): New version 7.2.2.
5031 (ps-begin-job): New arg. Fix ps-default-background and
5032 ps-default-foreground initialization.
5033 (ps-face-attributes): Fix doc string.
5034 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5035
5036 * printing.el: Fix ps-print link.
5037
5038 2008-02-01 Kenichi Handa <handa@m17n.org>
5039
5040 * international/mule-diag.el (list-character-sets-2): Don't print width.
5041
5042 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5043
5044 * ps-print.ps: Fix background height.
5045 (ps-print-version): New version 7.2.1.
5046
5047 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5048
5049 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
5050 into separate files.
5051 (ps-print-version): New version 7.2.
5052 (ps-postscript-code-directory): Fix XEmacs initialization.
5053 (ps-generate-postscript-with-faces):
5054 Call ps-generate-postscript-with-faces1 (new function).
5055 (ps-color-format, ps-float-format): Move variables to ps-def.el.
5056 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
5057 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
5058 (ps-face-background-name, ps-frame-parameter, ps-color-device)
5059 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
5060 Move functions to ps-def.el.
5061 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
5062 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
5063 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
5064 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
5065 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
5066 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
5067 Move functions to ps-samp.el.
5068
5069 * ps-bdf.el (installation-directory, coding-system-for-read):
5070 Move variables to ps-def.el.
5071
5072 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
5073 (charset-bytes, charset-dimension, charset-id, charset-width)
5074 (find-charset-region, char-width, chars-in-region, forward-point)
5075 (decompose-composite-char, encode-coding-string, coding-system-p)
5076 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
5077 (string-make-multibyte, encode-char): Move functions to ps-def.el.
5078
5079 * ps-def.el: New file. XEmacs/Emacs definitions.
5080 (ps-generate-postscript-with-faces1): New function.
5081 (ps-color-format, ps-float-format): Move variables from ps-print.el.
5082 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
5083 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
5084 (ps-face-background-name, ps-frame-parameter, ps-color-device)
5085 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
5086 Move functions from ps-print.el.
5087 (installation-directory, coding-system-for-read):
5088 Move variables from ps-bdf.el.
5089 (leading-code-private-22): Move variable from ps-mule.el.
5090 (charset-bytes, charset-dimension, charset-id, charset-width)
5091 (find-charset-region, char-width, chars-in-region, forward-point)
5092 (decompose-composite-char, encode-coding-string, coding-system-p)
5093 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
5094 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
5095
5096 * ps-samp.el: New file. Sample setup code.
5097 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
5098 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
5099 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
5100 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
5101 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
5102 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
5103 Move functions from ps-print.el.
5104
5105 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5106
5107 * ps-print.el: Handle frame parameters (background and/or foreground
5108 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
5109 (ps-print-version): New version 7.1.
5110 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5111 (ps-frame-parameter): New function.
5112 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5113 Fix doc and customization.
5114 (ps-begin-job): Get frame parameters (background and/or foreground
5115 colors).
5116 (ps-do-despool): Ensure ps-printer-name has a valid value.
5117
5118 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5119
5120 * progmodes/ebnf-abn.el:
5121 * progmodes/ebnf-bnf.el:
5122 * progmodes/ebnf-dtd.el:
5123 * progmodes/ebnf-ebx.el:
5124 * progmodes/ebnf-iso.el:
5125 * progmodes/ebnf-otz.el:
5126 * progmodes/ebnf-yac.el:
5127 * progmodes/ebnf2ps.el:
5128 * delim-col.el:
5129 * printing.el:
5130 * ps-bdf.el:
5131 * ps-mule.el:
5132 * ps-print.el: Remove 'Time-stamp' comment mark.
5133
5134 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5135 'easy-menu-add-item' when called in Emacs 21 or higher.
5136
5137 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5138
5139 * ps-print.el : Fix doc.
5140 (ps-print-version): New version 7.0.
5141
5142 2008-02-01 Kenichi Handa <handa@m17n.org>
5143
5144 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
5145 XMODIFIERS.
5146
5147 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5148
5149 * ps-print.el: Fix maintainer email. Eliminate function declaration
5150 that kept compatibility with older Emacs version.
5151 (ps-print-version): New version 6.7.
5152
5153 2008-02-01 Kenichi Handa <handa@m17n.org>
5154
5155 * international/quail.el (quail-get-translations):
5156 Make quail-current-key multibyte if not yet done.
5157
5158 2008-02-01 Zhang Wei <id.brep@gmail.com>
5159
5160 * language/chinese.el ("Chinese-GBK"): Add tutorial.
5161 ("Chinese-GB18030"): Add sample-text and tutorial.
5162
5163 * international/fontset.el (font-encoding-alist)
5164 (setup-default-fontset): Add gb18030.
5165 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
5166 (charset-script-alist): Add gbk and gb18030.
5167
5168 * international/characters.el: Put property
5169 preferred-coding-system on gbk and gb18030.
5170
5171 * international/mule-cmds.el (locale-language-names): Add an entry
5172 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
5173
5174 * faces.el (face-font-registry-alternatives): Add gb18030.
5175
5176 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5177
5178 * ps-mule.el: Fix maintainer email.
5179
5180 2008-02-01 Kenichi Handa <handa@m17n.org>
5181
5182 * international/quail.el (quail-insert-kbd-layout): Check the
5183 length of (cdr translation).
5184 (quail-get-current-str): Check the length of (cdr def).
5185
5186 2008-02-01 Kenichi Handa <handa@m17n.org>
5187
5188 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
5189
5190 2008-02-01 Kenichi Handa <handa@m17n.org>
5191
5192 * international/mule-cmds.el (ucs-insert): Re-implement.
5193
5194 2008-02-01 Kenichi Handa <handa@m17n.org>
5195
5196 * composite.el (terminal-composition-modification): New function.
5197 (terminal-composition-function): Create composition with the above
5198 modification function.
5199
5200 2008-02-01 Zhang Wei <id.brep@gmail.com>
5201
5202 * international/characters.el: Add more full-width characters in
5203 char-width-table.
5204
5205 2008-02-01 Kenichi Handa <handa@m17n.org>
5206
5207 * international/fontset.el (create-fontset-from-fontset-spec):
5208 Fix script name handling.
5209
5210 2008-02-01 Kenichi Handa <handa@m17n.org>
5211
5212 * composite.el (terminal-composition-function): New function.
5213 (terminal-composition-function-table): New variable.
5214 (auto-compose-chars): If running on a terminal, use
5215 terminal-composition-function-table.
5216
5217 * loadup.el: Load "composite" after "international/characters".
5218
5219 * international/characters.el: Delete codes for setting up charset
5220 property nospace-between-words. Fix setting up of
5221 char-width-table. Don't make ethiopic and tibetan double column.
5222
5223 * textmodes/fill.el (fill-find-break-point-function-table):
5224 Don't set it up in defvar.
5225 (fill-nospace-between-words-table): New variable.
5226 (fill-delete-newlines): Check fill-nospace-between-words-table
5227 instead of charset property nospcae-between-words.
5228
5229 2008-02-01 Kenichi Handa <handa@m17n.org>
5230
5231 * composite.el (global-auto-composition-mode): Make the initial
5232 value not depend on emacs-basic-display.
5233
5234 * textmodes/fill.el: Don't use charset property
5235 `fill-find-break-point-function'.
5236 (fill-find-break-point-function-table): New variable.
5237 (fill-find-break-point): Lookup fill-find-break-point-function-table.
5238
5239 2008-02-01 Kenichi Handa <handa@m17n.org>
5240
5241 * international/mule.el (coding-system-list): Be sure to exclude
5242 subsidiary coding systems.
5243
5244 2008-02-01 Kenichi Handa <handa@m17n.org>
5245
5246 * composite.el (auto-composition-after-change)
5247 (toggle-auto-composition): Remove `auto-composed' property instead
5248 of setting it to nil.
5249
5250 2008-02-01 Kenichi Handa <handa@m17n.org>
5251
5252 * language/misc-lang.el (iso-8859-6): New coding system.
5253
5254 2008-02-01 Kenichi Handa <handa@m17n.org>
5255
5256 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
5257 replace-regexp-in-string as replacement.
5258
5259 2008-02-01 Kenichi Handa <handa@m17n.org>
5260
5261 * international/fontset.el (otf-script-alist): Add byzm, math,
5262 musc, and nko.
5263
5264 * international/characters.el (script-list): Add nko,
5265 byzantine-musical-symbol, musical-symbol, and mathematical.
5266
5267 2008-02-01 Kenichi Handa <handa@m17n.org>
5268
5269 * composite.el (auto-compose-current-font): New variable.
5270 (auto-compose-chars): New arg FONT-OBJECT.
5271
5272 2008-02-01 Kenichi Handa <handa@m17n.org>
5273
5274 * international/characters.el: Modify category-table and
5275 script-table for new Ethiopic character range.
5276
5277 2008-02-01 Kenichi Handa <handa@m17n.org>
5278
5279 * international/mule-cmds.el (set-language-environment-fontset):
5280 Delete it.
5281
5282 2008-02-01 Kenichi Handa <handa@m17n.org>
5283
5284 * international/fontset.el (otf-script-alist): Set it.
5285
5286 2008-02-01 Kenichi Handa <handa@m17n.org>
5287
5288 * international/fontset.el (font-encoding-alist):
5289 Fix for "ethiopic-unicode".
5290
5291 2008-02-01 Kenichi Handa <handa@m17n.org>
5292
5293 * international/fontset.el (script-representative-chars):
5294 Add an entry for latin script.
5295
5296 2008-02-01 Kenichi Handa <handa@m17n.org>
5297
5298 * faces.el (font-weight-table): Treat regular and normal as the
5299 same as medium.
5300 (font-slant-table): Add (roman . 100).
5301
5302 2008-02-01 Kenichi Handa <handa@m17n.org>
5303
5304 These changes are for the new font handling codes.
5305
5306 * faces.el (font-weight-table, font-slant-table)
5307 (font-swidth-table): New customizable variables.
5308
5309 * international/fontset.el (font-encoding-alist): Add koi8-4.
5310 (script-representative-chars): Set the default value.
5311 (create-fontset-from-x-resource): Delete `message'.
5312
5313 2008-02-01 Kenichi Handa <handa@m17n.org>
5314
5315 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
5316 Call set-buffer-multibyte with arg `to'.
5317
5318 2008-02-01 Kenichi Handa <handa@m17n.org>
5319
5320 * info.el (Info-fontify-node): Check if already fontified or not
5321 by next-single-property-change.
5322
5323 2008-02-01 Kenichi Handa <handa@m17n.org>
5324
5325 * international/mule.el (ctext-pre-write-conversion): Produce
5326 extra designation sequence for ASCII at the end off extended segment.
5327
5328 2008-02-01 Kenichi Handa <handa@m17n.org>
5329
5330 * international/mule.el (ctext-non-standard-encodings-table):
5331 Reverse the returning list.
5332 (ctext-pre-write-conversion): Fix encoding with extended segments.
5333
5334 * international/mule-conf.el (compound-text)
5335 (compound-text-with-extensions): Add long-form in :flags.
5336
5337 2008-02-01 Kenichi Handa <handa@m17n.org>
5338
5339 * international/fontset.el (create-fontset-from-fontset-spec): Fix
5340 regexp for paring FONTSET-SPEC (allow spaces after `:').
5341
5342 2008-02-01 Kenichi Handa <handa@m17n.org>
5343
5344 * international/fontset.el (create-fontset-from-fontset-spec): Fix
5345 for the case that a charset is specified as target.
5346
5347 2008-02-01 Kenichi Handa <handa@m17n.org>
5348
5349 * international/ccl.el (ccl-embed-string): Check string length.
5350 Set special flag for multibyte character sequence.
5351 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
5352 str unibyte.
5353 (ccl-compile-write): If the character code doesn't fit in 22-bit
5354 (ccl-dump-write-const-string): Check special flag for multibyte
5355 character sequence.
5356
5357 2008-02-01 Kenichi Handa <handa@m17n.org>
5358
5359 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
5360 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
5361 ps-mule-eight-bit-char.
5362
5363 2008-02-01 Kenichi Handa <handa@m17n.org>
5364
5365 * language/chinese.el ("Chinese-BIG5"):
5366 Set ctext-non-standard-encodings property to "big5-0".
5367
5368 * international/mule.el (ctext-non-standard-encodings):
5369 Initialize to nil.
5370 (ctext-non-standard-encodings-alist): Set charset `big5' in the
5371 entry for "big5-0".
5372 (ctext-non-standard-encodings-table): Return a list instead of
5373 char-table.
5374 (ctext-pre-write-conversion): Adjust for the above change.
5375
5376 2008-02-01 Zhang Wei <id.brep@gmail.com>
5377
5378 * international/mule.el (ctext-non-standard-encodings-alist):
5379 Add an entry for gbk-0.
5380 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
5381 a row 8-bit.
5382
5383 * language/chinese.el ("Chinese-GBK"):
5384 Set ctext-non-standard-encodings property to "gbk-0".
5385 Add sample-text property.
5386
5387 2008-02-01 Kenichi Handa <handa@m17n.org>
5388
5389 * international/kkc.el (kkc-region): Use
5390 this-single-command-raw-keys on pushing back an unhandled key sequence.
5391
5392 2008-02-01 Kenichi Handa <handa@m17n.org>
5393
5394 * international/encoded-kb.el (encoded-kbd-mode):
5395 Check saved-input-mode on turning off Encoded Kbd mode.
5396
5397 * composite.el (auto-composition-after-change): Use save-buffer-state.
5398 (turn-on-auto-composition-if-enabled): Don't turn on
5399 auto-composition-mode in a unibyte buffer.
5400
5401 2008-02-01 Kenichi Handa <handa@m17n.org>
5402
5403 * startup.el (command-line): Use custom-reevaluate-setting for
5404 global-auto-composition-mode.
5405
5406 * composite.el (auto-composition-function): Make it buffer local.
5407 (auto-composition-mode): New minor mode.
5408 (turn-on-auto-composition-if-enabled): New function.
5409 (global-auto-composition-mode): New global minor mode.
5410
5411 2008-02-01 Kenichi Handa <handa@m17n.org>
5412
5413 * descr-text.el (describe-char): Use insert-text-button instead of
5414 widget-create for "customize what to show" button.
5415
5416 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
5417
5418 * language/ethiopic.el: Fix copyright.
5419 (composition-function-table): Support a new character in Unicode 4.1.
5420
5421 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
5422 (ethio-tex-to-fidel-buffer, ethio-composition-function)
5423 ("ethiopic-tex"): Support new characters in Unicode 4.1.
5424
5425 2008-02-01 Kenichi Handa <handa@m17n.org>
5426
5427 * international/characters.el: Register characters in
5428 auto-fill-chars. Put nospace-between-words to more charsets.
5429
5430 2008-02-01 Zhang Wei <id.brep@gmail.com>
5431
5432 * international/mule-cmds.el (locale-language-names): Add entries
5433 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
5434 (locale-preferred-coding-systems): Fix entries for Chinese locales.
5435
5436 2008-02-01 Kenichi Handa <handa@etlken>
5437
5438 * international/utf-7.el: Delete the definition of utf-7.
5439 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
5440 Add autoload cookies.
5441
5442 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5443
5444 * term/mac-win.el: Delete the code to create a fontset from the X
5445 resource "Font".
5446
5447 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
5448
5449 * international/robin.el (robin-define-package): Be sure to call
5450 put-char-code-property.
5451
5452 2008-02-01 Kenichi Handa <handa@m17n.org>
5453
5454 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
5455 property to 1.
5456
5457 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
5458 property to t.
5459
5460 * international/mule.el (coding-system-get):
5461 Check `ascii-incompatible' for backward compatiblity.
5462 (set-file-name-coding-system): Signal an error for a coding system
5463 not suitable for file name.
5464 (set-keyboard-coding-system): Signal an error for a coding system
5465 not suitable for keyboard.
5466
5467 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
5468 Set :suitable-for-keyboard property to 1.
5469
5470 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
5471 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
5472
5473 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
5474 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
5475
5476 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
5477
5478 * international/robin.el (robin-define-package): Delete redundant code.
5479 (robin-add-rule): Allow N-1 reverse conversion.
5480
5481 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
5482
5483 * international/robin.el (robin-define-package): Make the
5484 expanded form shorter.
5485
5486 2008-02-01 Zhang Wei <id.brep@gmail.com>
5487
5488 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
5489 chiense-iso-8bit.
5490
5491 2008-02-01 Kenichi Handa <handa@m17n.org>
5492
5493 * loadup.el: If we are byte-compiling unidata-gen.el or running
5494 unidata-ge-files, set purify-flag to nil.
5495
5496 2008-02-01 Kenichi Handa <handa@m17n.org>
5497
5498 * loadup.el: Load international/charprop.el with NOERROR t.
5499
5500 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
5501
5502 2008-02-01 Kenichi Handa <handa@m17n.org>
5503
5504 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
5505 New charsets and coding systems.
5506 (mac-symbol, mac-dingbats): New charsets.
5507
5508 2008-02-01 Kenichi Handa <handa@m17n.org>
5509
5510 * international/characters.el: Set syntax of NBSP to punctuation.
5511
5512 2008-02-01 Kenichi Handa <handa@m17n.org>
5513
5514 * international/mule-cmds.el: Don't require wid-edit.
5515
5516 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
5517
5518 * international/robin.el: New file.
5519
5520 * language/ethiopic.el: Change encoding to utf-8-emacs.
5521 Register ethio-composition-function in composition-function-table.
5522 ("Ethiopic"): Change coding-systems to utf-8-emacs.
5523
5524 * language/ethio-util.el: Change encoding to utf-8-emacs.
5525 Rewrite all transliteration functions to use robin.el.
5526 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
5527 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
5528 (ethio-prefer-ascii-punctuation): Delete variables.
5529 (ethio-char-to-ethiocode, ethio-convert-digit)
5530 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
5531 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
5532 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
5533 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
5534 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
5535 (ethio-adjust-robin, ethio-composition-function)
5536 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
5537 (ethio-sera-to-fidel-region-ethio)
5538 (ethio-sera-to-fidel-region-noethio)
5539 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
5540 New functions.
5541
5542 2008-02-01 Miles Bader <miles@gnu.org>
5543
5544 * international/mule.el (auto-coding-regexp-alist)
5545 (ctext-pre-write-conversion): Replace embedded control characters
5546 with octal escapes; this prevents diff from thinking the file is binary.
5547
5548 2008-02-01 Miles Bader <miles@gnu.org>
5549
5550 * descr-text.el (describe-char-unidata-list):
5551 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
5552 (byte-compile-insert-header):
5553 * international/mule.el (charset-list, set-coding-priority)
5554 (ignore-relative-composition):
5555 * international/mule-util.el (detect-coding-with-priority):
5556 * international/mule-diag.el:
5557 * international/mule-cmds.el (language-info-custom-alist):
5558 * international/codepage.el (codepage-setup):
5559 Replace references to Emacs version "22" with "23".
5560
5561 2008-02-01 Kenichi Handa <handa@m17n.org>
5562
5563 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
5564
5565 * international/fontset.el (font-encoding-alist): Add an entry for
5566 microsoft-cp1251.
5567 (setup-default-fontset): Add entries for microsoft-cp1251 and
5568 koi8-r for cyrillic.
5569
5570 * international/mule-cmds.el (char-code-property-alist): New variable.
5571 (define-char-code-property): New function.
5572 (get-char-code-property, put-char-code-property): Handle a
5573 char-table registerd in char-code-property-alist.
5574 (set-language-environment): Check :ascii-compatible-p property of
5575 nonascii charset instead of its dimension.
5576
5577 * international/uni-bidi.el, international/uni-category.el:
5578 * international/uni-combining.el, international/uni-comment.el:
5579 * international/uni-decimal.el, international/uni-decomposition.el:
5580 * international/uni-digit.el, international/uni-lowercase.el:
5581 * international/uni-mirrored.el, international/uni-name.el:
5582 * international/uni-numeric.el, international/uni-old-name.el:
5583 * international/uni-titlecase.el, international/uni-uppercase.el:
5584 * international/charprop.el: New files automatically generated by
5585 admin/unidata/Makefile.
5586
5587 * loadup.el: Load internationnal/charprop.el.
5588
5589 * descr-text.el (describe-char-unidata-list): New variable.
5590 (describe-char-unicode-data): Use char-code-property-description.
5591 (describe-char): Add lines for describing Unicode-based character
5592 properties.
5593
5594 2008-02-01 Kenichi Handa <handa@m17n.org>
5595
5596 * textmodes/ispell.el: These changes are to fix the code merged
5597 from trunk for the change on 2008-02-01.
5598 (ispell-unified-chars-table): Delete it.
5599 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
5600
5601 2008-02-01 Kenichi Handa <handa@m17n.org>
5602
5603 * international/mule-util.el (char-displayable-p): Check
5604 :charset-list property of CODING.
5605
5606 2008-02-01 Kenichi Handa <handa@m17n.org>
5607
5608 * international/mule-cmds.el (select-safe-coding-system-interactively):
5609 Change 'mime-charset to :mime-charset.
5610 (select-safe-coding-system): Use above.
5611 (set-language-environment): Delete unnecessary code for handling
5612 overriding-fontspec.
5613
5614 2008-02-01 Kenichi Handa <handa@m17n.org>
5615
5616 * international/mule-conf.el: New coding system aliases unix, dos,
5617 and mac.
5618
5619 2008-02-01 Kenichi Handa <handa@m17n.org>
5620
5621 * international/titdic-cnv.el (tit-process-header): Fix embedded
5622 coding tag.
5623 (titdic-convert): Bind coding-system-for-write to the coding
5624 system specfied in the map file. Remove `charset' property after
5625 decoding.
5626 (miscdic-convert): Bind coding-system-for-write to the coding
5627 system specfied for the map file. Fix LANGUAGE arg to
5628 quail-define-package.
5629 (batch-miscdic-convert): Check if a file is directory or not.
5630
5631 2008-02-01 Kenichi Handa <handa@m17n.org>
5632
5633 * international/mule.el (coding-system-equal): Move from mule-util.el.
5634
5635 * international/mule-util.el (coding-system-equal): Move to mule.el.
5636
5637 2008-02-01 Kenichi Handa <handa@m17n.org>
5638
5639 * international/encoded-kb.el (encoded-kbd-decode-code-list):
5640 New function.
5641 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
5642 Support multibyte charsets.
5643
5644 2008-02-01 Kenichi Handa <handa@m17n.org>
5645
5646 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
5647 to eight-bit chars.
5648
5649 * international/mule-conf.el: Don't define coding system
5650 `undecided' here.
5651
5652 2008-02-01 Kenichi Handa <handa@m17n.org>
5653
5654 * international/mule-cmds.el (locale-language-names): Fix for
5655 gb18030 and gdk.
5656
5657 2008-02-01 Kenichi Handa <handa@m17n.org>
5658
5659 * international/fontset.el (font-encoding-alist): Add gbk.
5660 (charset-script-alist): Add chinese-gbk.
5661
5662 2008-02-01 Kenichi Handa <handa@m17n.org>
5663
5664 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
5665
5666 2008-02-01 Kenichi Handa <handa@m17n.org>
5667
5668 * language/japanese.el ("Japanese"): Fix ordering of charsets.
5669
5670 2008-02-01 Kenichi Handa <handa@m17n.org>
5671
5672 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
5673 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
5674 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
5675
5676 2008-02-01 Kenichi Handa <handa@m17n.org>
5677
5678 * descr-text.el (describe-char): Fix for the case CODE is a cons
5679 of integers.
5680
5681 2008-02-01 Steven Tamm <steventamm@mac.com>
5682
5683 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
5684 (mac-standard-fontset-spec): Create.
5685
5686 2008-02-01 Kenichi Handa <handa@m17n.org>
5687
5688 * international/mule-diag.el (unicode-data):
5689 Call find-file-noselect with NOWARN t.
5690
5691 2008-02-01 Kenichi Handa <handa@m17n.org>
5692
5693 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
5694
5695 2008-02-01 Kenichi Handa <handa@m17n.org>
5696
5697 * international/characters.el: Give more CJK characters the
5698 category `|'.
5699
5700 * descr-text.el (describe-char): Make it work on *Help* buffer.
5701 Suppress auto-composition on a region describing about composition.
5702
5703 * language/european.el (diacritic-compose-region)
5704 (diacritic-compose-string, diacritic-composition-function):
5705 Compose diacritical marks only with a character whose syntax is
5706 word constituent.
5707 (diacritic-post-read-conversion): Delete it.
5708
5709 2008-02-01 Kenichi Handa <handa@m17n.org>
5710
5711 * composite.el (auto-compose-chars): Execute the main code in
5712 condition-case.
5713
5714 2008-02-01 Kenichi Handa <handa@m17n.org>
5715
5716 * international/fontset.el (x-complement-fontset-spec):
5717 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
5718
5719 2008-02-01 Kenichi Handa <handa@m17n.org>
5720
5721 * international/characters.el (next-word-boundary-kana):
5722 Handle half-width kana.
5723
5724 2008-02-01 Kenichi Handa <handa@m17n.org>
5725
5726 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
5727
5728 2008-02-01 Kenichi Handa <handa@m17n.org>
5729
5730 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
5731
5732 * mail/rmail.el (rmail-decode-babyl-format):
5733 Use with-coding-priority instead of detect-coding-with-priority.
5734
5735 2008-02-01 Kenichi Handa <handa@m17n.org>
5736
5737 * international/mule.el (make-translation-table)
5738 (make-translation-table-from-vector): Set the second extra slot of
5739 the char table to 1.
5740 (make-translation-table-from-alist): Fix handling of multiple entries.
5741
5742 2008-02-01 Kenichi Handa <handa@m17n.org>
5743
5744 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
5745 New translation tables.
5746
5747 * international/mule.el (make-translation-table-from-alist):
5748 New function.
5749
5750 2008-02-01 Kenichi Handa <handa@m17n.org>
5751
5752 * international/mule.el (translate-region): Re-implement it here.
5753 Make it interactive.
5754
5755 2008-02-01 Kenichi Handa <handa@m17n.org>
5756
5757 * ps-mule.el (ps-mule-font-info-database): Doc fix.
5758
5759 2008-02-01 Kenichi Handa <handa@m17n.org>
5760
5761 * international/mule-conf.el (chinese-cns11643-15): New charset.
5762
5763 2008-02-01 Kenichi Handa <handa@m17n.org>
5764
5765 * international/fontset.el (font-encoding-alist): Add entries for
5766 variations of cns11643 fonts.
5767 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
5768
5769 2008-02-01 Kenichi Handa <handa@m17n.org>
5770
5771 * international/mule-diag.el (list-charset-chars): Put charset
5772 text property.
5773
5774 * international/fontset.el (setup-default-fontset): Delete the
5775 entry for symbol script, add JISX0213 to kana script, specify
5776 fallback fonts.
5777
5778 2008-02-01 Kenichi Handa <handa@m17n.org>
5779
5780 * international/fontset.el (setup-default-fontset)
5781 (font-encoding-alist): Register "JISX0213.2004-1".
5782
5783 * international/mule-diag.el (list-character-sets): Fix the first
5784 line message.
5785 (sort-listed-character-sets): Adjust for the change of
5786 list-characters-sets-1.
5787 (list-character-sets-1): List supplementary character sets in a
5788 different section.
5789 (list-charset-chars): Validate charset at early stage.
5790
5791 * international/characters.el: Fix `han' script range.
5792
5793 * international/mule-conf.el (japanese-jisx0213.2004-1):
5794 Specify :code-space.
5795 (cp932-2-byte): Fix :code-space.
5796 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
5797
5798 2008-02-01 Kenichi Handa <handa@m17n.org>
5799
5800 * international/mule-conf.el (japanese-jisx0213.2004-1):
5801 Specify :dimension 2.
5802
5803 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
5804 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
5805 New coding systems.
5806 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
5807 aliases.
5808 ("Japanese"): Add new charsets and coding systems.
5809
5810 2008-02-01 Kenichi Handa <handa@m17n.org>
5811
5812 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
5813 Rename from japanese-ucs-cp932-map.
5814 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
5815 (japanese-ucs-glibc-map): Delete this translation table.
5816 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
5817 New translation tables.
5818
5819 2008-02-01 Kenichi Handa <handa@m17n.org>
5820
5821 * cus-start.el: Handle charset-map-path, not charset-map-directory.
5822
5823 2008-02-01 Kenichi Handa <handa@m17n.org>
5824
5825 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5826
5827 2008-02-01 Kenichi Handa <handa@m17n.org>
5828
5829 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
5830 tables japanese-ucs-*-map.
5831
5832 2008-02-01 Kenichi Handa <handa@m17n.org>
5833
5834 * international/eucjp-ms.el: New file (automatically generated by
5835 admin/charsets/Makefile).
5836
5837 * international/cp51932.el: New file (automatically generated by
5838 admin/charsets/Makefile).
5839
5840 * language/japanese.el: Load cp51932 and eucjp-ms.
5841 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
5842 (japanese-ucs-glibc-map): New translation tables.
5843 (eucjp-ms): New coding system.
5844
5845 * international/mule.el (coding-system-put): Delete it.
5846 It's implemented in C now.
5847
5848 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
5849 (japanese-jisx0213-a): New supplementary charset.
5850 (japanese-jisx0213.2004-1): New charset.
5851
5852 2008-02-01 Kenichi Handa <handa@m17n.org>
5853
5854 * language/japanese.el (japanese-cp932): New coding system.
5855 (cp932): New alias of it.
5856
5857 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
5858 (cp932): New charsets.
5859
5860 * international/mule.el (define-charset): If :code-space is not
5861 given, generate it from :dimension.
5862
5863 2008-02-01 Kenichi Handa <handa@m17n.org>
5864
5865 * composite.el (reference-point-alist): Doc fix.
5866 (encode-composition-rule, decode-composition-rule):
5867 Handle a rule (GREF NREF XOFF YOFF).
5868
5869 2008-02-01 Kenichi Handa <handa@m17n.org>
5870
5871 * language/european.el (diacritic-composition-function): Fix for
5872 the case that POS is at the head. Allow combining with more characters.
5873
5874 2008-02-01 Kenichi Handa <handa@m17n.org>
5875
5876 * descr-text.el (describe-char): Check `charset' property.
5877 Show the code point in the charset in hexadigits.
5878
5879 * international/mule-diag.el (stretches-for-character-list):
5880 Delete it.
5881 (list-block-of-chars): Use tabs instead of `display' property for
5882 aligning characters.
5883 (print-fontset-element): Fix the printing of XLFD.
5884
5885 2008-02-01 Kenichi Handa <handa@m17n.org>
5886
5887 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
5888 New function.
5889 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
5890 handling utf-8.
5891
5892 2008-02-01 Kenichi Handa <handa@m17n.org>
5893
5894 * faces.el (read-face-font): Include fontsets in the completion list.
5895
5896 * international/mule-cmds.el (set-locale-environment):
5897 Insert locale-translation-file-name in a unibyte buffer.
5898
5899 * international/characters.el: Fix setting of category `|'.
5900
5901 2008-02-01 Kenichi Handa <handa@m17n.org>
5902
5903 * language/chinese.el (chinese-gb18030): Fix :charset-list.
5904
5905 2008-02-01 Kenichi Handa <handa@m17n.org>
5906
5907 * international/mule-cmds.el (select-safe-coding-system): Fix for
5908 the case that the first element of default-coding-system is t.
5909 Fix a message when some coding systems are rejected.
5910
5911 2008-02-01 Kenichi Handa <handa@m17n.org>
5912
5913 * international/mule-cmds.el (set-language-environment): Put
5914 higher priority to charsets listed in `charset' property of the
5915 language environment.
5916
5917 2008-02-01 Kenichi Handa <handa@m17n.org>
5918
5919 * composite.el (auto-compose-chars): Don't do unnecessary
5920 save-exclusion and save-restriction.
5921
5922 2008-02-01 Kenichi Handa <handa@m17n.org>
5923
5924 * international/mule-conf.el (ctext-no-compositions):
5925 Remove garbage arguments.
5926
5927 * international/mule.el (make-coding-system): Fix generation of
5928 properties.
5929
5930 * international/fontset.el (setup-default-fontset): Specify fonts
5931 for `symbol' script.
5932
5933 * international/characters.el (script-list): Include `currency'
5934 in `symbol'.
5935
5936 2008-02-01 Alex Schroeder <alex@gnu.org>
5937
5938 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
5939 8601 format (a capital T between the date and the time).
5940
5941 2008-02-01 Kenichi Handa <handa@m17n.org>
5942
5943 * international/mule.el (private-char-area-1-min)
5944 (private-char-area-1-max, private-char-area-2-min)
5945 (private-char-area-2-max, emacs-mule-charset-table): New variables.
5946 (convert-define-charset-argument): New function.
5947 (define-charset): Handle the old calling style.
5948 Update emacs-mule-charset-table.
5949 (make-char-internal): New function.
5950
5951 2008-02-01 Jason Rumney <jasonr@gnu.org>
5952
5953 * w32-charset-info-alist: Define iso10646-1 always.
5954
5955 2008-02-01 Kenichi Handa <handa@m17n.org>
5956
5957 * composite.el (compose-region): Doc fix (delete duplicated line).
5958
5959 2008-02-01 Kenichi Handa <handa@m17n.org>
5960
5961 * international/characters.el: Fix syntax for Ethiopic.
5962
5963 2008-02-01 Jason Rumney <jasonr@gnu.org>
5964
5965 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
5966
5967 * makefile.w32-in (DONTCOMPILE): Remove old languages.
5968 Add international/latin1-disp.el.
5969 (LC_ALL): Define as C.
5970
5971 2008-02-01 Jason Rumney <jasonr@gnu.org>
5972
5973 * term/w32-win.el: Don't set fontsets to use sjis.
5974
5975 2008-02-01 Kenichi Handa <handa@m17n.org>
5976
5977 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
5978 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
5979
5980 2008-02-01 Kenichi Handa <handa@m17n.org>
5981
5982 * composite.el (auto-composition-chunk-size): Delete variable.
5983 (auto-compose-chars): Always stop after processing a newline.
5984
5985 2008-02-01 Kenichi Handa <handa@m17n.org>
5986
5987 * international/mule.el (define-coding-system): Fix attribute
5988 name :for-unibyte.
5989
5990 2008-02-01 Kenichi Handa <handa@m17n.org>
5991
5992 * ps-bdf.el: Largely re-write.
5993
5994 * ps-mule.el: Largely re-write.
5995
5996 * ps-print.el (ps-generate-string-list): Delete function.
5997 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
5998 (ps-header-footer-string): Delete function.
5999 (ps-encode-header-string-function): New variable.
6000 (ps-generate-header-line): Call ps-encode-header-string-function.
6001 (ps-basic-plot-string-function): New variable
6002 (ps-begin-job): Set ps-basic-plot-string-function and
6003 ps-encode-header-string-function. For setting up headers and
6004 footers, don't use caches such as ps-rh-cache. Don't call
6005 ps-mule-begin-page.
6006 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
6007 Don't call ps-mule-prepare-ascii-font.
6008 (ps-plot-region): Don't pay attention to composition and
6009 non-ASCII characters.
6010 (ps-generate): Call ps-mule-end-job.
6011 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
6012 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
6013 (ps-mule-end-job): Declare autoload.
6014
6015 * composite.el (auto-compose-region): New function.
6016
6017 2008-02-01 Dave Love <fx@gnu.org>
6018
6019 * international/mule-util.el
6020 (detect-coding-with-language-environment): Doc fix.
6021
6022 * composite.el: Doc fixes.
6023 (auto-compose-chars): Use functionp, not fboundp.
6024
6025 * international/mule-diag.el (list-charset-chars): Set buffer file
6026 coding system.
6027
6028 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
6029 cookie. Doc fix.
6030
6031 2008-02-01 Dave Love <fx@gnu.org>
6032
6033 * international/mule-diag.el (list-charset-chars): Set buffer file
6034 coding system.
6035
6036 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
6037 cookie. Doc fix.
6038
6039 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
6040 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
6041 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
6042 * eshell/esh-opt.el (eshell-process-option):
6043 * emulation/keypad.el (keypad-setup):
6044 * emacs-lisp/lisp-mode.el (prin1-char):
6045 * emacs-lisp/generic.el (generic-mode-set-comments):
6046 * edmacro.el (edmacro-parse-keys):
6047 * disp-table.el (standard-display-default): Use characterp.
6048
6049 2008-02-01 Kenichi Handa <handa@m17n.org>
6050
6051 * international/mule-conf.el (utf-16-be): Make it an alias of
6052 utf-16be-with-signature.
6053 (utf-16-le): Make it an alias of utf-16le-with-signature.
6054 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
6055 coding system aliases.
6056
6057 * international/utf-7.el (utf-7-decode, utf-7-encode):
6058 Use utf-16be, not utf-16-be.
6059
6060 2008-02-01 Kenichi Handa <handa@m17n.org>
6061
6062 * international/mule.el (coding-system-category): New function.
6063 (set-coding-priority): Re-write.
6064 (make-translation-table): Re-write.
6065
6066 * international/mule-cmds.el (universal-coding-system-argument):
6067 Check the coding system type `undecided', not `t'.
6068 (sort-coding-systems): Fix for iso-2022 coding systems.
6069 (find-multibyte-characters): Fix for eight-bit chars.
6070 (set-language-environment): Set charset priorities according to
6071 the charsets supported by the coding systems of higher priorities.
6072
6073 2008-02-01 Kenichi Handa <handa@m17n.org>
6074
6075 * font-lock.el
6076 (font-lock-match-c-style-declaration-item-and-skip-to-next):
6077 Check (match-end 2) before going there.
6078
6079 2008-02-01 Kenichi Handa <handa@m17n.org>
6080
6081 * international/mule.el (ctext-non-standard-designations-alist):
6082 Exclude entries for iso8859-1[03456]. Fix docstring.
6083 (ctext-pre-write-conversion): Make it work for the case that FROM
6084 is a string. Don't do unnecessary save-restriction and
6085 narrow-to-region.
6086
6087 2008-02-01 Kenichi Handa <handa@m17n.org>
6088
6089 * international/mule.el (ctext-non-standard-encodings-alist):
6090 Rename from non-standard-icccm-encodings-alist.
6091 (ctext-non-standard-encodings-regexp): New variable
6092 (ctext-post-read-conversion): Full rewrite.
6093 (ctext-non-standard-designations-alist): Rename from
6094 non-standard-designations-alist.
6095 (ctext-pre-write-conversion): Full rewrite.
6096 (define-coding-system): Doc fix (escape '"' by '\').
6097
6098 2008-02-01 Dave Love <fx@gnu.org>
6099
6100 * international/mule-conf.el (utf-16le, utf-16be-16be)
6101 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
6102 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
6103 `-16-{b,l}e-' and define aliases for the old names.
6104
6105 * international/mule.el (define-coding-system): Doc fix.
6106
6107 2008-02-01 Dave Love <fx@gnu.org>
6108
6109 * international/utf-7.el: New file.
6110
6111 * international/mule-conf.el (utf-7): New.
6112
6113 2008-02-01 Kenichi Handa <handa@m17n.org>
6114
6115 * international/mule-conf.el (utf-16): Add :endian 'big.
6116
6117 * international/mule.el (define-coding-system): Fix docstring
6118 about :bom and :endian.
6119
6120 2008-02-01 Dave Love <fx@gnu.org>
6121
6122 * international/mule-diag.el (describe-character-set):
6123 Fix printing dimensions. Use `×', not `x'.
6124
6125 2008-02-01 Kenichi Handa <handa@m17n.org>
6126
6127 * international/fontset.el: Register CDAC fonts in
6128 face-font-rescale-alist instead of face-resizing-fonts.
6129
6130 2008-02-01 Kenichi Handa <handa@m17n.org>
6131
6132 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
6133 (utf-16-be): Rename from utf-16-be-nosig.
6134 (utf-16-le-with-signature): Rename from utf-16-le.
6135 (utf-16-be-with-signature): Rename from utf-16-be.
6136 (utf-16): Set :bom to (utf-16-le-with-signature .
6137 utf-16-be-with-signature).
6138
6139 2008-02-01 Dave Love <fx@gnu.org>
6140
6141 * language/georgian.el (georgian-ps, georgian-academy): New coding
6142 system.
6143
6144 * language/chinese.el (chinese-big5-hkscs): New coding system.
6145 (big5-hkscs, cn-big5-hkscs): New aliases.
6146
6147 * international/mule-conf.el (big5-hkscs, georgian-academy):
6148 New charset.
6149 (ibm1047): Doc fix.
6150 (pt154): Add mime-charset.
6151 (ptcp154, cp154): New aliases.
6152
6153 2008-02-01 Dave Love <fx@gnu.org>
6154
6155 * international/mule.el (charset-iso-final-char, define-coding-system):
6156 Doc fix.
6157
6158 2008-02-01 Kenichi Handa <handa@m17n.org>
6159
6160 * international/ccl.el (define-ccl-program): Fset charset-id
6161 to charset-id-internal temporarily.
6162
6163 2008-02-01 Kenichi Handa <handa@m17n.org>
6164
6165 * international/mule-diag.el (list-block-of-chars):
6166 Use decode-char instead of make-char.
6167
6168 2008-02-01 Kenichi Handa <handa@m17n.org>
6169
6170 * international/fontset.el: Enable the default fontset to use
6171 unicode fonts for ASCII characters.
6172 (x-decompose-font-name): Don't try to resolve PATTERN by
6173 x-resolve-font-name.
6174 (x-complement-fontset-spec): Never prepend an ASCII font.
6175 (create-fontset-from-fontset-spec): If a fontset of the same name
6176 already exists, override it instead of signalling an error. Don't
6177 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
6178
6179 * international/mule-conf.el (unicode-bmp): Delete duplicated
6180 definition. Give it :code-offset 0.
6181
6182 * international/mule-diag.el (print-fontset-element): New function.
6183 (print-fontset): Use print-fontset-element to print the elements
6184 of a fontset. Use it also to print fonts fallen back to the
6185 default fontsets.
6186
6187 * term/x-win.el: Delete the code to create a fontset from the X
6188 resource "Font".
6189
6190 2008-02-01 Kenichi Handa <handa@m17n.org>
6191
6192 * international/mule-diag.el (print-fontset): Insert proper
6193 newline and indentation spaces.
6194
6195 2008-02-01 Dave Love <fx@gnu.org>
6196
6197 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
6198 multibyte-char-to-unibyte.
6199
6200 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
6201
6202 * international/mule-cmds.el (find-coding-systems-for-charsets):
6203 Use coding-system-type, coding-system-charset-list.
6204 (standard-keyboard-coding-systems): Delete.
6205 (set-locale-environment): Maybe set keyboard coding system.
6206 Avoid typical warning about codeset in C locale.
6207
6208 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6209
6210 * international/fontset.el (x-complement-fontset-spec): If a
6211 fontname doesn't conform to XLFD format, try to get XLFD name by
6212 x-list-fonts.
6213
6214 2008-02-01 Dave Love <fx@gnu.org>
6215
6216 * international/mule-conf.el (mik, pt154): New charsets.
6217
6218 * language/cyrillic.el (mik, pt154): New coding systems.
6219
6220 2008-02-01 Dave Love <fx@gnu.org>
6221
6222 * international/characters.el: Move parts around so that syntax
6223 definitions aren't overwritten wrongly.
6224
6225 * international/mule-diag.el (unicode-data): Fix treatment of
6226 numeric-value fields.
6227
6228 2008-02-01 Dave Love <fx@gnu.org>
6229
6230 * progmodes/cap-words.el: New file.
6231
6232 2008-02-01 Kenichi Handa <handa@m17n.org>
6233
6234 The following changes are to make character composition happen
6235 automatically on displaying.
6236
6237 * composite.el: Remove all autoload cookies.
6238 (composition-function-table): Move variable declaration from
6239 composite.c. Change format.
6240 (save-buffer-state): Copy from font-lock.el.
6241 (auto-composition-chunk-size): New variable.
6242 (auto-compose-chars): New function. Set
6243 auto-composition-function to it.
6244 (toggle-auto-composition): New function.
6245
6246 * international/characters.el: Make all chararacters in the
6247 charset tibetan to tibetan script.
6248
6249 * international/mule-conf.el (tibetan): Fix :code-space property.
6250 (tibetan-1-column): Delete :superset property, add :code-offset
6251 property.
6252
6253 * international/quail.el (quail-input-string-to-events): Don't
6254 generate compose-chars-after events.
6255
6256 * language/devanagari.el: Register devanagari-composable-function
6257 in composition-function-table for Devanagari characters.
6258
6259 * language/devan-util.el: Register devanagari-composable-pattern
6260 in indian-composable-pattern.
6261 (devanagari-composition-function): Add autoload cookie. Change
6262 arguments to conform to composition-function-table.
6263
6264 * language/european.el: Register combining characters in
6265 composition-function-table.
6266 (diacritic-composition-function): Change arguments to conform to
6267 composition-function-table.
6268
6269 * language/indian.el (indian-composable-pattern): New variable.
6270
6271 * language/ind-util.el (indian-compose-region): Don't call
6272 compose-chars-after, instead call a function registered in
6273 composition-function-table.
6274
6275 * language/lao.el: Register lao-composition-function in
6276 composition-function-table for Lao vowels and tones.
6277 (lao): Don't use lao-post-read-conversion.
6278
6279 * language/lao-util.el (lao-post-read-conversion): Delete this function.
6280 (lao-composition-function): Change arguments to conform to
6281 composition-function-table.
6282
6283 * language/thai.el: Register thai-composition-function in
6284 composition-function-table for Thai vowels and tones.
6285 (thai-tis620): Don't use thai-post-read-conversion.
6286
6287 * language/thai-util.el (thai-post-read-conversion): Delete function.
6288 (thai-composition-function): Change arguments to conform to
6289 composition-function-table.
6290
6291 * language/tibetan.el: Register tibetan-composition-function in
6292 composition-function-table for Tibetan characters.
6293
6294 * language/tibet-util.el (tibetan-composition-function):
6295 Change arguments to conform to composition-function-table.
6296
6297 * loadup.el: Load composite.
6298
6299 2008-02-01 Dave Love <fx@gnu.org>
6300
6301 * international/mule-diag.el (unicode-data): Find unicodedata-file
6302 literally.
6303
6304 2008-02-01 Dave Love <fx@gnu.org>
6305
6306 * international/fontset.el: Doc fixes.
6307 ("fontset-default"): Add iso8859-15.
6308
6309 2008-02-01 Kenichi Handa <handa@m17n.org>
6310
6311 * international/fontset.el ("fontset-default"): Add an entry for
6312 `indian-is13194' charset.
6313
6314 * international/mule-conf.el (indian-is13194): Delete :unify-map
6315 property. Don't unify this charset.
6316 (indian-2-column): Delete :superset property, add :code-offset property.
6317
6318 * language/devan-util.el: Delete the superfluous autoload cookie
6319 near the head of the file.
6320 (devanagari-compose-region): Add autoload cookie.
6321
6322 * language/ind-util.el (indian-2-column-to-ucs-region):
6323 Add autoload cookie.
6324
6325 2008-02-01 Kenichi Handa <handa@m17n.org>
6326
6327 * international/fontset.el ("fontset-default"): Add an entry for
6328 `devanagari' script and `malayalam-glyph' charset.
6329 (face-resizing-fonts): Register CDAC fonts.
6330
6331 * international/mule-conf.el (malayalam-glyph): New charset.
6332
6333 2008-02-01 Dave Love <fx@gnu.org>
6334
6335 * term/x-win.el: Fix typo in loop setting x-keysym-table.
6336
6337 2008-02-01 Dave Love <fx@gnu.org>
6338
6339 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
6340
6341 * term/x-win.el: Remove some ancient compatibility code. Populate
6342 x-keysym-table.
6343
6344 * international/mule-cmds.el (wid-edit): Require when compiling.
6345 (set-locale-environment): Check locale against coding system
6346 aliases too.
6347
6348 2008-02-01 Kenichi Handa <handa@m17n.org>
6349
6350 * language/indian.el (in-is13194-devanagari):
6351 Fix :post-read-conversion and :pre-write-conversion.
6352
6353 2008-02-01 Dave Love <fx@gnu.org>
6354
6355 * international/mule-cmds.el (charset): Supply doc, :tag.
6356
6357 2008-02-01 Kenichi Handa <handa@m17n.org>
6358
6359 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
6360 return a unibyte string.
6361
6362 2008-02-01 Kenichi Handa <handa@m17n.org>
6363
6364 * international/mule-cmds.el (set-locale-environment):
6365 Delete superfluous ')'s at the tail.
6366
6367 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6368
6369 * international/mule.el (define-coding-system): Fix typo;
6370 "docode" -> "decode".
6371
6372 2008-02-01 Dave Love <fx@gnu.org>
6373
6374 * emacs-lisp/byte-opt.el (side-effect-free-fns):
6375 Add string-make-unibyte string-make-multibyte string-to-multibyte
6376 string-as-multibyte string-as-unibyte.
6377
6378 2008-02-01 Dave Love <fx@gnu.org>
6379
6380 * language/english.el (ibm1047, cp1047): New.
6381
6382 * international/mule-conf.el (alternativnyj): Use new table.
6383 (cp866): Define standalone, not as alias.
6384 (ibm866): Change alias.
6385 (ibm1047): New.
6386
6387 * language/cyrillic.el (cyrillic-alternativnyj):
6388 Remove mime-charset. Use alternativnj charset.
6389 (cp866): Remove alias. Define standalone.
6390
6391 2008-02-01 Dave Love <fx@gnu.org>
6392
6393 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
6394
6395 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
6396 ("Tajik", "Belarusian"): Fix charset.
6397
6398 * international/mule-cmds.el (describe-language-environment):
6399 Be case-insensitive when looking for input methods.
6400 (locale-name-match): Doc fix.
6401 (locale-charset-match-p): New.
6402 (set-locale-environment): Warn if coding system doesn't agree
6403 with system locale.
6404
6405 2008-02-01 Kenichi Handa <handa@m17n.org>
6406
6407 * international/mule-cmds.el (select-safe-coding-system): If
6408 :mime-charset property of a coding system is not equal to that
6409 coding system, don't show that :mime-charset name.
6410
6411 2008-02-01 Dave Love <fx@gnu.org>
6412
6413 * international/quail.el (quail-help): Fix underlining.
6414
6415 * language/chinese.el (chinese-gb18030, gb18030)
6416 ("Chinese-GB18030"): New.
6417
6418 * international/mule-cmds.el (locale-language-names): Add GB18030.
6419
6420 * international/swedish.el: Don't require latin-1.
6421
6422 2008-02-01 Dave Love <fx@gnu.org>
6423
6424 * language/czech.el ("Czech"):
6425 * language/slovak.el ("Slovak"):
6426 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
6427
6428 * language/greek.el ("Greek"): Remove unibyte-syntax property.
6429 (cp737): New coding system.
6430
6431 * language/european.el: Remove unibyte-syntax properties.
6432 Augment some coding-system properties.
6433
6434 * international/mule-cmds.el (set-language-environment):
6435 Check for charset property of environment.
6436 (language-info-alist): Doc fix.
6437
6438 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
6439
6440 * international/characters.el: Add Latin-1.
6441
6442 * international/latin-1.el, international/latin-2.el,
6443 * international/latin-3.el, international/latin-4.el,
6444 * international/latin-5.el, international/latin-8.el,
6445 * international/latin-9.el: Delete.
6446
6447 * loadup.el: Remove international/latin-N.el.
6448
6449 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
6450 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
6451 Undo last changes.
6452
6453 * international/mule-diag.el (unicode-data): Check that
6454 `unicodedata-file' exists.
6455
6456 2008-02-01 Kenichi Handa <handa@m17n.org>
6457
6458 * international/fontset.el (charset-script-alist): Fix script names.
6459
6460 2008-02-01 Kenichi Handa <handa@m17n.org>
6461
6462 * international/latin-1.el: Bind set-case-syntax-charset to
6463 iso-8859-1. Never provide latin-1.
6464
6465 * international/latin-2.el: Bind set-case-syntax-charset to
6466 iso-8859-2. Never provide latin-2.
6467
6468 * international/latin-3.el: Bind set-case-syntax-charset to
6469 iso-8859-3. Never provide latin-3.
6470
6471 * international/latin-4.el: Bind set-case-syntax-charset to
6472 iso-8859-4. Never provide latin-4.
6473
6474 * international/latin-5.el: Bind set-case-syntax-charset to
6475 iso-8859-9. Never provide latin-5.
6476
6477 * international/latin-8.el: Bind set-case-syntax-charset to
6478 iso-8859-14. Never provide latin-8.
6479
6480 * international/latin-9.el: Bind set-case-syntax-charset to
6481 iso-8859-15. Never provide latin-9.
6482
6483 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
6484 (set-case-syntax-charset): New variable.
6485 (set-case-syntax-1): New function.
6486 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
6487 Call set-case-syntax-1 on arguments.
6488
6489 * international/mule-cmds.el (set-language-environment): Delete
6490 unnecessary setup of syntax/case for unibyte case.
6491
6492 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6493
6494 * international/fontset.el (generate-fontset-menu): Exclude the
6495 default fontset.
6496
6497 * faces.el (describe-face): Describe :fontset property too.
6498
6499 2008-02-01 Dave Love <fx@gnu.org>
6500
6501 * international/characters.el: Don't set char width of CJK
6502 charsets generally. Add some non-word syntax cases.
6503 (korean-ksc5601): Fix ranges with symbol syntax.
6504
6505 2008-02-01 Dave Love <fx@gnu.org>
6506
6507 * Makefile.in (DONTCOMPILE): Add indian.el.
6508
6509 * language/ind-util.el:
6510 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
6511 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
6512 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
6513 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
6514 Remove declarations and let-bind them in re-written top-level loop
6515 over scripts, including ucs-devanagari-to-is13194-alist.
6516
6517 2008-02-01 Dave Love <fx@gnu.org>
6518
6519 * international/mule-cmds.el (charset): Move.
6520 (language-info-custom-alist): Move. Alter :set.
6521 (find-coding-systems-for-charsets): Check charset type before
6522 getting :charset-list.
6523
6524 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
6525
6526 2008-02-01 Dave Love <fx@gnu.org>
6527
6528 * wid-edit.el (widget-string-complete): New.
6529 (widget-coding-system-prompt-value-history): Delete.
6530 (coding-system): Use coding-system-value-history.
6531
6532 * international/mule-cmds.el (charset): New widget.
6533 (language-info-custom-alist): Use it.
6534 (default-input-method): Modify :type.
6535
6536 2008-02-01 Dave Love <fx@gnu.org>
6537
6538 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
6539 (indian-glyph-char, indian-char-glyph): Delete.
6540 (is13194-default-repertory): Rename from is13194-default-repartory.
6541 (iscii-to-ucs-region): Hoist evals from loop.
6542
6543 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
6544
6545 * language/indian.el (indian-script-table)
6546 (ccl-encode-indian-glyph-font): Delete.
6547
6548 * international/mule-cmds.el (language-info-custom-alist): New.
6549 (input-method-activate-hook, input-method-inactivate-hook)
6550 (input-method-after-insert-chunk-hook)
6551 (input-method-use-echo-area, set-language-environment-hook)
6552 (exit-language-environment-hook): Customize.
6553 (find-coding-systems-for-charsets): Rewrite.
6554 (default-input-method): Add :link.
6555
6556 2008-02-01 Dave Love <fx@gnu.org>
6557
6558 * international/mule-conf.el (eight-bit): Add :docstring,
6559 :short-name properties.
6560 (cp851): Doc fix.
6561 (unicode-bmp): New.
6562
6563 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
6564
6565 * language/european.el (cp858): New.
6566 ("Turkish"): Add special case rules.
6567
6568 2008-02-01 Dave Love <fx@gnu.org>
6569
6570 * international/characters.el: Make Ÿ and ÿ a case pair.
6571
6572 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6573
6574 * international/mule-conf.el: Don't define the charset iso-8859-1
6575 here, just setup its properties.
6576
6577 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6578
6579 * international/mule-conf.el (utf-8): Give :mime-charset property.
6580
6581 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6582
6583 * international/characters.el: Remove duplicated case setting for
6584 Cyrillic and Greek letters. Don't setup printable-chars here.
6585
6586 * case-table.el (describe-buffer-case-table): Handle the case
6587 that KEY is a cons within map-char-table.
6588
6589 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6590
6591 * international/characters.el: Fix categories ?A and ?C.
6592 Treat ASCII characters as `latin' script.
6593
6594 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6595
6596 * international/fontset.el (fontset-plain-name): If the fontset
6597 name doesn't ends with "-fontset-*", use family name as the first
6598 part of the plain name.
6599 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
6600 created, use that name for the fontset. Fix arguments to
6601 subst-char-in-string.
6602
6603 2008-02-01 Dave Love <fx@gnu.org>
6604
6605 * term.el (term-char-mode): Remove generic-character-list code.
6606
6607 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
6608
6609 * wid-edit.el (character): Use characterp.
6610
6611 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
6612
6613 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
6614
6615 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
6616 Add charset.
6617 ("Ukrainian"): New.
6618
6619 * language/georgian.el (georgian-ps): New coding system.
6620
6621 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6622
6623 * international/mule-cmds.el (reset-language-environment):
6624 Don't set nonascii-translation-table and nonascii-insert-offset.
6625 Call set-unibyte-charset, not set-primary-charset.
6626 (nonascii-translation-table, nonascii-insert-offset):
6627 Declare these variable as obsolete ones.
6628 (set-language-environment): Call set-unibyte-charset, not
6629 set-primary-charset. Call set-charset-priority with `charset'
6630 info of the language environment.
6631
6632 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6633
6634 * international/characters.el (next-word-boundary-han):
6635 Don't treat katakana following han characters as a part of a word.
6636
6637 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6638
6639 * international/characters.el: Call map-charset-chars on big5 (not
6640 chinese-big5-1/2) to set categories `c', `C', and `|'.
6641 (next-word-boundary-han, next-word-boundary-kana): New function.
6642 Register it in next-word-boundary-function-table.
6643
6644 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6645
6646 * arc-mode.el (archive-file-name-coding-system): New variable.
6647 Make it permanent-local.
6648 (byte-after, bref, insert-unibyte): New function. Change most of
6649 char-after, aref, insert to them respectively.
6650 (archive-mode): Set archive-file-name-coding-system.
6651 (archive-summarize): Don't change the buffer's multibyteness.
6652 (archive-extract): Inherit archive-file-name-coding-system from
6653 archive-superior-buffer. Bind coding-system-for-write to
6654 archive-file-name-coding-system.
6655 (archive-*-write-file-member): Encode ENAME by
6656 archive-file-name-coding-system. Bind coding-system-for-write to
6657 no-conversion.
6658 (archive-rename-entry): Encode the filename by
6659 archive-file-name-coding-system.
6660 (archive-mode-revert): Don't change the buffer's multibyteness.
6661 (archive-arc-summarize, archive-lzh-summarize)
6662 (archive-zoo-summarize): Don't change the buffer's multibyteness.
6663 Decode filenames by archive-file-name-coding-system.
6664 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
6665 the buffer's multibyteness.
6666
6667 * tar-mode.el (tar-file-name-coding-system): New variable.
6668 Make it permanent-local.
6669 (tar-header-block-tokenize): Decode filename and linkname by
6670 tar-file-name-coding-system.
6671 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
6672 the byte value of eight-bit chars.
6673 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
6674 `to'. Delete unnecessary call of position-bytes.
6675 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
6676 call of position-bytes.
6677 (tar-extract): Simplify by calling decode-coding-region with
6678 DESTINATION argument. Don't toggle multibyteness of tar buffer.
6679 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
6680 (tar-clear-modification-flags): Delete unnecessary call of
6681 position-bytes.
6682 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
6683 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
6684 Convert new-data-string by string-to-multibyte before inserting it.
6685 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
6686 buffer. Simplify by calling encoding-coding-region with
6687 DESTINATION argument.
6688 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
6689
6690 2008-02-01 Dave Love <fx@gnu.org>
6691
6692 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
6693
6694 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
6695
6696 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6697
6698 * international/characters.el: Setup char-script-table.
6699
6700 * international/fontset.el: Setup the default fontset by the new
6701 script-based way.
6702 (x-complement-fontset-spec): Change the format of arg FONTLIST to
6703 an alist of charsets vs font name lists.
6704 (charset-script-alist): New variable.
6705 (create-fontset-from-fontset-spec): Allow script name in
6706 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
6707 to the corresponding script name.
6708 (create-fontset-from-ascii-font): Slight tuning.
6709
6710 * international/mule-conf.el (devanagari-glyph): New charset.
6711 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
6712 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
6713 japanese-jisx0213-2.
6714
6715 * international/mule-diag.el (print-fontset): Use describe-vector
6716 to handle a char table returned by fontset-info.
6717
6718 * language/indian.el: Don't register ccl-encode-indian-glyph-font
6719 and ccl-encode-unicode-font in font-ccl-encoder-alist.
6720
6721 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6722
6723 * international/mule-util.el (detect-coding-with-priority):
6724 Fix the place of using `,' marker in backquote form.
6725
6726 2008-02-01 Dave Love <fx@gnu.org>
6727
6728 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
6729
6730 * international/mule-util.el (with-coding-priority): Fix.
6731
6732 * international/mule.el (set-coding-priority): Fix obsolete spec.
6733
6734 2008-02-01 Dave Love <fx@gnu.org>
6735
6736 * international/mule-cmds.el (leim-list-header): Add coding tag.
6737
6738 2008-02-01 Dave Love <fx@gnu.org>
6739
6740 * international/mule-cmds.el (find-coding-systems-region)
6741 (language-info-alist, reset-language-environment, princ-list): Doc fix.
6742 (input-method-verbose-flag): Fix :type.
6743
6744 2008-02-01 Dave Love <fx@gnu.org>
6745
6746 * international/mule.el (set-char-table-default): Make obsolete.
6747
6748 2008-02-01 Dave Love <fx@gnu.org>
6749
6750 * language/devanagari.el ("Devanagari"): Fix coding-system,
6751 coding-priority.
6752
6753 * international/mule-diag.el (describe-char-after): Modify display
6754 list processing.
6755 (unicodedata-file, unicodedata-find): New.
6756
6757 2008-02-01 Dave Love <fx@gnu.org>
6758
6759 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
6760 autoload cookie.
6761
6762 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
6763
6764 2008-02-01 Dave Love <fx@gnu.org>
6765
6766 * international/mule-util.el (detect-coding-with-priority): Rewrite.
6767
6768 2008-02-01 Dave Love <fx@gnu.org>
6769
6770 * composite.el (compose-string): Doc fix.
6771
6772 * language/georgian.el ("Georgian"): Delete code-pages feature,
6773 add nonascii-translation.
6774
6775 * language/european.el ("German", "French", "Spanish"):
6776 Add latin-9 as alternative coding system.
6777 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
6778 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
6779 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
6780 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
6781 system.
6782
6783 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
6784 encode-coding-char.
6785 (side-effect-and-error-free-fns): Add charsetp, max-char,
6786 primary-charset.
6787
6788 * simple.el: Don't require cl when compiling.
6789
6790 * Makefile.in (DONTCOMPILE): Fix duplicates.
6791
6792 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
6793
6794 * international/mule.el: Doc fixes.
6795 (load-with-code-conversion): Fix coding-system-type test.
6796
6797 * international/mule-cmds.el (sort-coding-systems): Comment out
6798 iso-2022 case.
6799 (encoded-string-description): Fix coding-system-type test.
6800
6801 2008-02-01 Dave Love <fx@gnu.org>
6802
6803 * international/characters.el: Make korean-ksc5601 double-width.
6804
6805 * international/mule.el (auto-coding-regexp-alist):
6806 Recognize Emacs 20/1 byte-compiled files.
6807
6808 * international/mule-conf.el (file-coding-system-alist):
6809 Change .elc to utf-8-emacs.
6810
6811 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
6812 of utf-8-emacs.
6813 (byte-compile-insert-header): Update magic number. Add ballast.
6814 (map-char-table): Use byte-compile-funarg-2.
6815
6816 2008-02-01 Dave Love <fx@gnu.org>
6817
6818 * language/cyrillic.el ("Belarusian"): Doc fix.
6819 (cp1125, koi8-t): Doc fix.
6820
6821 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
6822 (find-multibyte-characters): Don't test for charset `unknown'.
6823 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
6824 ru, sr_YU, tg, wa, zh.gbk.
6825 (locale-language-names): Change sp to Cyrillic.
6826 (locale-charset-language-names): Match @euro after utf-8.
6827
6828 2008-02-01 Dave Love <fx@gnu.org>
6829
6830 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
6831 New coding systems.
6832 ("Chinese-GBK"): New environment.
6833
6834 * language/thai-util.el: Remove redundant unicodes in category-setting.
6835
6836 * language/lao-util.el: Remove redundant unicodes in category-setting.
6837
6838 * international/mule-conf.el (japanese-jisx0213-1)
6839 (japanese-jisx0213-2): Add unify-map.
6840
6841 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6842
6843 * international/quail.el (quail-update-leim-list-file):
6844 Force writing the file by iso-2022-7bit.
6845
6846 * international/titdic-cnv.el (miscdic-convert): Force writing the
6847 file by iso-2022-7bit.
6848
6849 * international/mule.el (define-charset): Change the attribute
6850 :parents to :subset or :superset.
6851
6852 * international/mule-conf.el: Adjust for the change of
6853 define-charset (:parent -> :subset or :superset).
6854
6855 * international/characters.el: Fix the last change.
6856
6857 2008-02-01 Dave Love <fx@gnu.org>
6858
6859 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
6860 (cyrillic-encode-alternativnyj-char): Fix.
6861 (standard-display-cyrillic-translit): Remove redundant unicodes.
6862
6863 2008-02-01 Dave Love <fx@gnu.org>
6864
6865 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
6866 New environments.
6867
6868 * international/mule-conf.el (control-1): New charset.
6869 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
6870 (korean-ksc5601): Redefine to use code-offset and unify-map.
6871
6872 2008-02-01 Dave Love <fx@gnu.org>
6873
6874 * international/mule-conf.el (tcvn-5712): New charset.
6875
6876 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
6877 ("Vietnamese"): Doc fix.
6878
6879 2008-02-01 Dave Love <fx@gnu.org>
6880
6881 * international/mule-conf.el (windows-936): New alias.
6882
6883 * cus-start.el: Add scalable-fonts-allowed.
6884
6885 * international/characters.el: Reinstate various CJK syntax and
6886 category setup. Remove obsolete syntax setting in Greek section.
6887 Optimize the char tables.
6888
6889 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
6890
6891 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
6892
6893 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
6894 coding systems.
6895
6896 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
6897
6898 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6899
6900 * international/characters.el (printable-chars): Setup correctly.
6901
6902 2008-02-01 Dave Love <fx@gnu.org>
6903
6904 * cus-start.el: Add selection-coding-system.
6905
6906 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
6907
6908 * language/china-util.el (post-read-decode-hz)
6909 (pre-write-encode-hz): Move from chinese.el.
6910 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
6911 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
6912
6913 * language/chinese.el (post-read-decode-hz)
6914 (pre-write-encode-hz): Move to china-util.el.
6915
6916 * case-table.el (set-case-syntax-pair): Test again for equal byte
6917 lengths of the pair.
6918
6919 * international/characters.el: Add Vietnamese category to
6920 equivalent unicodes.
6921
6922 2008-02-01 Dave Love <fx@gnu.org>
6923
6924 * international/mule-conf.el (chinese-sisheng, ipa)
6925 (indian-is13194, tibetan, ethiopic): Add :unify-map.
6926
6927 * international/mule-diag.el (describe-character-set): Account for
6928 more than two dimensions of possibly different size.
6929 (describe-current-coding-system): Add selection-coding-system.
6930
6931 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6932 (unify-8859-on-decoding-mode): Move from mule.el.
6933
6934 * international/mule.el (unify-8859-on-encoding-mode)
6935 (unify-8859-on-decoding-mode): Remove :init-value.
6936 (charset-chars): Add optional dimension arg.
6937 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
6938 Move to mule-cmds.el.
6939
6940 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6941
6942 * international/fontset.el: Change registry for japanese-jisx0208
6943 to "JISX0208*" in the default fontset.
6944 (font-encoding-alist): Add an entry for "JISX0208.1983" and
6945 "ISO10646.indian-1".
6946
6947 2008-02-01 Kenichi Handa <handa@etl.go.jp>
6948
6949 * language/japanese.el (japanese-iso-7bit-1978-irv):
6950 Add `designation' to :flags, `ascii' to :charset-list.
6951
6952 * international/mule.el (define-charset): New args :min-code and
6953 :max-code.
6954 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
6955
6956 * international/mule-conf.el (chinese-gbk): Change :code-offset to
6957 #x160000.
6958 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
6959 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
6960
6961 2008-02-01 Dave Love <fx@gnu.org>
6962
6963 * language/thai.el (iso-8859-11): New coding system.
6964
6965 * international/mule-conf.el: Doc fixes.
6966 (iso-8859-11): New.
6967
6968 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
6969
6970 * cus-start.el (scalable-fonts-allowed): Add.
6971
6972 2008-02-01 Dave Love <fx@gnu.org>
6973
6974 * international/mule.el (unify-8859-on-encoding-mode)
6975 (unify-8859-on-decoding-mode): Dummy versions.
6976
6977 * international/ucs-tables.el: Remove.
6978
6979 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
6980 language/japanese.el.
6981
6982 * international/mule-conf.el: Doc fixes.
6983 (cp936): New alias.
6984 (cp720, cp858): New charsets.
6985
6986 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
6987 coding system, not emacs-mule.
6988
6989 * files.el (revert-buffer, recover-file): Likewise.
6990
6991 * desktop.el (desktop-save): Likewise.
6992
6993 2008-02-01 Dave Love <fx@gnu.org>
6994
6995 * international/mule.el (with-category-table): Use make-symbol.
6996 (coding-system-list): Use coding-system-aliases.
6997 (make-translation-table): Don't deal with generic characters.
6998
6999 * international/mule-util.el (coding-system-post-read-conversion)
7000 (coding-system-pre-write-conversion)
7001 (coding-system-translation-table-for-decode)
7002 (coding-system-translation-table-for-encode): Get the right properties.
7003 (with-coding-priority): New macro.
7004 (detect-coding-with-language-environment): Use it.
7005 (coding-system-equal): Use coding-system-plist.
7006
7007 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
7008 Use :valid property.
7009
7010 * international/mule-cmds.el (encode-coding-char):
7011 Use find-coding-systems-string. Don't use make-char.
7012 (describe-language-environment): Use coding-system-aliases.
7013 (prefer-coding-system): Doc fix.
7014
7015 * international/mule-diag.el (describe-current-coding-system):
7016 Fix aliases listing.
7017 (print-iso-2022-flags): Delete.
7018 (print-designation): Partial re-write.
7019 (describe-coding-system): Deal with iso-2022 designations, flags.
7020 Fix shift_jis case.
7021 (describe-char-after): Use characterp. Print explicit unicode.
7022 Remove some obsolete code.
7023 (print-coding-system-briefly): Fix printing aliases.
7024 (print-coding-system): Use coding-system-aliases.
7025 (mule-diag): Don't list coding categories.
7026
7027 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
7028 Re-order charset priorities.
7029 (binary): New alias.
7030 (iso-8859-16): Fix nickname.
7031 (define-iso-single-byte-charset): Un-define after use.
7032
7033 2008-02-01 Dave Love <fx@gnu.org>
7034
7035 * international/characters.el: Additional double width specifications.
7036
7037 * international/mule-diag.el (print-coding-system): Incomplete updates.
7038 (describe-character-set): List more properties.
7039 (print-fontset): Fix case of vector font-spec.
7040 (describe-current-coding-system): Fix iso-7, iso-7-else.
7041
7042 * international/mule-conf.el (ibm866): Fix alias.
7043 (iso-8859-16): Fix nickname.
7044
7045 2008-02-01 Dave Love <fx@gnu.org>
7046
7047 * language/ind-util.el: Avoid decode-char.
7048 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
7049 Use characterp, not char-valid-p.
7050
7051 * language/devan-util.el: Add coding tag, avoid decode-char.
7052
7053 * international/titdic-cnv.el: Add coding tag.
7054 (tit-process-header): Add coding tag to output.
7055
7056 * language/thai.el (cp874, ibm874): New coding systems.
7057
7058 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
7059 Add character-p.
7060
7061 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
7062 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
7063 New coding systems.
7064 <set-language-info-alist>: Avoid decode-char.
7065
7066 * language/hebrew.el (cp862, ibm862): New coding systems.
7067
7068 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
7069
7070 * language/cyrillic.el (cp855, ibm855): New coding systems.
7071
7072 * international/mule-conf.el: Avoid decode-char in top-level code
7073 for self-inserting multibyte chars.
7074 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
7075 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
7076 New charsets.
7077
7078 * international/characters.el: Various simplifications and additions.
7079
7080 2008-02-01 Dave Love <fx@gnu.org>
7081
7082 * international/mule-conf.el (code-pages): Provide, for compatibility.
7083
7084 * international/code-pages.el: Remove.
7085
7086 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7087
7088 * Makefile.in: Cancel the 2008-02-01 change of mine.
7089
7090 * international/fontset.el: Add setting for unicode font at the
7091 end of the default fontset.
7092
7093 2008-02-01 Dave Love <fx@gnu.org>
7094
7095 * international/mule-conf.el (adobe-standard-encoding, symbol):
7096 Adjust :code-space.
7097 (ibm850): Add :ascii-compatible-p.
7098
7099 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7100
7101 * international/mule-conf.el (vietnamese-viscii-lower)
7102 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
7103 mapping table.
7104
7105 2008-02-01 Dave Love <fx@gnu.org>
7106
7107 * cus-start.el: Add charset-map-directory.
7108
7109 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
7110
7111 * format.el (format-alist): Remove ibm, mac, hp entries (available
7112 natively).
7113
7114 * language/romanian.el (iso-latin-10): Add :mime-charset.
7115 ("Romanian"): Add doc.
7116
7117 * international/mule-conf.el (iso-8859-10, symbol)
7118 (adobe-standard-encoding, ibm850): New charsets.
7119 (iso-8859-13): Fix IR number, final char.
7120 (file-coding-system-alist): Add .xml.
7121
7122 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
7123 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
7124 (adobe-standard-encoding, cp850, ibm850): New coding systems.
7125 ("Latin-6", "Latin-7"): New language environments.
7126
7127 2008-02-01 Dave Love <fx@gnu.org>
7128
7129 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
7130 utf-8-subst; add vietnamese, cyrillic, czech.
7131
7132 * language/romanian.el (iso-latin-10): New coding system.
7133
7134 * international/mule-conf.el (emacs-mule): Set :charset-list,
7135 consistent with coding-system-charset-list doc.
7136 (iso-8859-16): New charset.
7137
7138 * international/mule-diag.el (describe-coding-system): Avoid error
7139 for iso-2022, emacs-mule.
7140
7141 2008-02-01 Dave Love <fx@gnu.org>
7142
7143 * international/codepage.el: Remove or comment out most of code.
7144 (codepage-setup): Re-write as trivial, obsolete function.
7145
7146 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
7147 Remove setup function.
7148
7149 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
7150
7151 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
7152 language/cyrillic.el, language/czech.el.
7153
7154 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
7155 (font-ccl-encoder-alist): Remove viscii, vscii.
7156
7157 * language/hebrew.el (windows-1255, cp1255): New coding systems.
7158
7159 * language/european.el (windows-1254, cp1254, windows-1257)
7160 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
7161 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
7162
7163 * language/greek.el (windows-1253, cp1253): New coding systems.
7164
7165 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
7166 file name.
7167 (windows-1253, windows-1254, windows-1255, windows-1256)
7168 (windows-1257, windows-1258, next): New charsets.
7169
7170 * international/utf-8.el, international/utf-8-subst.el: Remove.
7171
7172 * international/mule.el: Doc fixes.
7173 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
7174 (coding-system-get): Try to convert old-style symbol to keyword.
7175 (define-charset): Purecopy strings in property list.
7176 (define-coding-system): Purecopy docstring.
7177
7178 * international/mule-diag.el (list-character-sets-2): Avoid
7179 charset-bytes.
7180 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
7181 (list-block-of-chars): Re-write.
7182 (describe-character-set): Show more properties.
7183 (describe-char-after): Correct codepoint display.
7184 (print-coding-system): Use symbolic types.
7185
7186 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7187
7188 * Makefile.in: Be sure also to run emacs with LANG=C.
7189
7190 2008-02-01 Dave Love <fx@gnu.org>
7191
7192 * international/mule-diag.el: Doc fixes.
7193 (sort-charset-list, charset-multibyte-form-string): Remove.
7194 (list-character-sets, list-character-sets-1)
7195 (list-character-sets-2): Re-write.
7196 (non-iso-charset-alist): Set to nil and made obsolete.
7197 (decode-codepage-char): Re-write and made obsolete.
7198 (read-charset): Don't use non-iso-charset-alist.
7199 (describe-coding-system): Use keyword properties.
7200 (describe-character-set): Re-write.
7201
7202 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
7203 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
7204 (ebcdic-uk): New charsets.
7205
7206 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
7207 New coding systems.
7208
7209 * language/european.el (windows-1252): New coding system.
7210
7211 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7212
7213 * Makefile.in: By sure to run emacs with LC_ALL=C.
7214
7215 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
7216 encoded-kbd-self-insert-iso2022-8bit with argument 1.
7217 (encoded-kbd-self-insert-charset): New function.
7218 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
7219 coding-system of type charset.
7220
7221 2008-02-01 Dave Love <fx@gnu.org>
7222
7223 * international/mule-cmds.el (set-locale-environment): Comment out
7224 set-keyboard-coding-system stuff.
7225
7226 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7227
7228 * international/mule.el (define-coding-system): Doc fix;
7229 sjis->shift-jis.
7230
7231 * international/mule-conf.el: Use decode-char instead of make-char.
7232
7233 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
7234 New arg ARG. Directly call self-insert-command. This is a
7235 temporary workaround to make it work with latin-1.
7236 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
7237
7238 * international/characters.el: Setup char-width-table for CJK
7239 characters.
7240
7241 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7242
7243 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
7244 Fix the initial value to specify character range of
7245 japanese-jisx0208, not unicode.
7246
7247 * international/characters.el: Set syntax/category for
7248 japanese-jisx0208.
7249
7250 2008-02-01 Dave Love <fx@gnu.org>
7251
7252 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
7253 mime-charset.
7254
7255 * language/vietnamese.el, language/korean.el, language/japanese.el:
7256 * language/hebrew.el, language/greek.el, language/chinese.el:
7257 Fix :mime-charset properties.
7258
7259 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
7260 (cyrillic-alternativnyj): Fix :mime-charset.
7261 (cp878, cp866): New alias.
7262
7263 * language/european.el: Fix mime-charset properties.
7264
7265 * international/mule-cmds.el (sort-coding-systems)
7266 (select-safe-coding-system, select-message-coding-system): Use
7267 :mime-charset, not 'mime-charset.
7268
7269 * international/mule-conf.el: Add various :mime-charset properties.
7270
7271 2008-02-01 Dave Love <fx@gnu.org>
7272
7273 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
7274 getting decoder.
7275 (encoded-kbd-mode): Fix code for coding system type and designations.
7276
7277 * international/mule-conf.el: Spelling fixes.
7278
7279 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7280
7281 * international/fontset.el (fontset-plain-name): Handle the case
7282 that size, weight, slant are not specified in the fontset name.
7283
7284 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
7285
7286 * language/greek.el (greek-iso-8bit): Fix typo.
7287
7288 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7289
7290 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
7291
7292 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7293
7294 * international/characters.el: Change encoding to utf-8-emacs.
7295 Remove apparent duplicate codes.
7296
7297 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7298
7299 * international/fontset.el: Change the registry for
7300 chinese-gb2312 and add the registry for chinese-gbk.
7301
7302 * international/mule.el (charset-chars): Fix typo.
7303
7304 * international/mule-conf.el (chinese-gbk): New charset.
7305
7306 * international/titdic-cnv.el (titdic-convert): Read into a
7307 unibyte buffer then make the buffer multibyte.
7308
7309 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7310
7311 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
7312 instead of :signature.
7313
7314 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7315
7316 * language/czech.el ("Czech"): Set `iso-8859-2' for
7317 `nonascii-translation'.
7318
7319 * language/romanian.el ("Romanian"): Likewise.
7320
7321 * language/slovak.el ("Slovak"): Likewise.
7322
7323 * international/characters.el: Optimize calls of modify-category-entry.
7324
7325 2008-02-01 Kenichi Handa <handa@etl.go.jp>
7326
7327 * bindings.el: Don't bind multibyte characters to
7328 self-insert-command here. It's done in mule-conf.el.
7329
7330 * case-table.el (set-case-syntax-offset): Delete variable.
7331 (set-case-syntax-1): Delete function. Change callers.
7332 (set-case-syntax-delims): Don't check byte length of characters.
7333
7334 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
7335 characters to isearch-printing-char.
7336
7337 * loadup.el: Don't load "international/utf-8". Don't call
7338 update-coding-systems-internal. Bind coding-system-for-write to
7339 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
7340 dumping.
7341
7342 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
7343 change of map-char-table.
7344
7345 * eshell/esh-mode.el: Adjust for the change of map-char-table.
7346
7347 * international/characters.el: Adjust for the deletion of
7348 generic characters.
7349
7350 * international/code-pages.el (cp-make-translation-table)
7351 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
7352 (cp-make-coding-system): Call define-coding-system.
7353
7354 * international/fontset.el: Rewrite most code.
7355
7356 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
7357 Call encode-char instead of split-char.
7358
7359 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
7360 Change value.
7361 (skkdic-lookup-key): Call encode-char instead of split-char.
7362
7363 * international/titdic-cnv.el (titdic-convert): Bind
7364 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
7365 buffer.
7366
7367 * international/latin-1.el: Don't bind set-case-syntax-offset.
7368
7369 * international/latin-2.el: Don't bind set-case-syntax-offset.
7370
7371 * international/latin-3.el: Don't bind set-case-syntax-offset.
7372
7373 * international/latin-4.el: Don't bind set-case-syntax-offset.
7374
7375 * international/latin-5.el: Don't bind set-case-syntax-offset.
7376
7377 * international/latin-8.el: Don't bind set-case-syntax-offset.
7378
7379 * international/latin-9.el: Don't bind set-case-syntax-offset.
7380
7381 * international/mule-cmds.el: Don't use coding category.
7382 Call set-coding-system-priority instead of set-coding-priority.
7383 (sort-coding-systems, select-safe-coding-system):
7384 Call coding-system-priority-list to get the most preferred one.
7385 (reset-language-environment): Order of coding system priority
7386 changed. Set primary charset to iso-8859-1.
7387 (set-language-environment-coding-systems):
7388 Call set-coding-system-priority instead of set-coding-priority.
7389 (get-charset-property, put-charset-property): Move to mule.el.
7390
7391 * international/mule-conf.el: Ful re-write.
7392
7393 * international/mule-diag.el (print-designation): Change arguments.
7394 (print-iso-2022-flags): New function.
7395 (describe-coding-system, describe-current-coding-system):
7396 Adjust for the new structure of coding system.
7397
7398 * international/mule.el (char-valid-p): Make it an alias of characterp.
7399 (define-charset): Full re-design.
7400 (charset-quoted-standard-p): Delete.
7401 (charsetp): Move to charset.c.
7402 (charset-info, charset-id, charset-bytes, charset-width)
7403 (charset-directioin, charset-iso-graphic-plane)
7404 (charset-reverse-charset): Delete.
7405 (charset-dimension, charset-chars, charset-iso-final-char)
7406 (charset-description, charset-short-name, charset-long-name):
7407 Call charset-plist instead of charset-info.
7408 (charset-plist, set-charset-plist): Move to charset.c.
7409 (get-charset-property, put-charset-property): Move from
7410 mule-cmds.el. Call charset-plist and set-charset-plist.
7411 (make-char): Delete.
7412 (generic-char-p): Make it always return nil.
7413 (decode-char, encode-char): Move to charset.c.
7414 (coding-spec-XXX-idx): Delete variables.
7415 (coding-system-iso-2022-flags): New variable.
7416 (define-coding-system): New function.
7417 (transform-make-coding-system-args, make-coding-system): Delete.
7418 (set-coding-priority): Make it obsolete.
7419 (after-insert-file-set-buffer-file-coding-system)
7420 (find-new-buffer-file-coding-system): Adjust for the new coding
7421 system structure.
7422
7423 * language/chinese.el, language/cyrillic.el, language/european.el:
7424 * language/greek.el, language/hebrew.el, language/indian.el:
7425 * language/japanese.el, language/korean.el, language/lao.el:
7426 * language/thai.el, language/tibetan.el, language/vietnamese.el:
7427 Call define-coding-system instead of make-coding-system.
7428 Delete all CCL program.
7429
7430 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
7431 of make-char.
7432 (sgml-char-names-table): Fix iteration limit.
7433
7434 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
7435 (ccl-encode-mac-roman-font): Delete.
7436
7437 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
7438 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
7439 currently. This is just a temporary workaround.
7440
7441 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7442
7443 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
7444 of `find-file-hooks'.
7445 (global-whitespace-toggle-options): Doc fix.
7446
7447 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
7448
7449 * whitespace.el (whitespace): Set :version tag to 23.1.
7450 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
7451 (whitespace-style, whitespace-chars, whitespace-space)
7452 (whitespace-hspace, whitespace-tab, whitespace-newline)
7453 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
7454 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
7455 (whitespace-hspace-regexp, whitespace-space-regexp)
7456 (whitespace-tab-regexp, whitespace-trailing-regexp)
7457 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
7458 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
7459 (whitespace-space-after-tab-regexp, whitespace-line-column)
7460 (whitespace-display-mappings, global-whitespace-toggle-options)
7461 (whitespace-cleanup, whitespace-cleanup-region)
7462 (whitespace-interactive-char): Doc fixes.
7463
7464 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
7465
7466 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
7467 When turning off the global mode, turn off the local modes too
7468 if whitespace is being unloaded.
7469 (whitespace-unload-function): New function.
7470
7471 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
7472
7473 * vc.el (vc-update): Fix bug: Specify branch tip as
7474 vc-checkout REVISION. Reported by Dan Nicolaescu.
7475
7476 2008-02-01 Glenn Morris <rgm@gnu.org>
7477
7478 * info.el (bookmark-make-cell-function, bookmark-search-size)
7479 (bookmark-current-bookmark): Declare variables for compiler.
7480 (bookmark-buffer-file-name, bookmark-get-filename)
7481 (bookmark-get-front-context-string)
7482 (bookmark-get-rear-context-string, bookmark-get-position)
7483 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
7484 (bookmark-jump-noselect): Declare functions for compiler.
7485 (Info-bookmark-make-cell): Fix argument list to match example of
7486 `bookmark-make-cell-for-text-file'.
7487 (Info-bookmark-jump): Don't require info inside info.el.
7488
7489 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
7490
7491 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
7492 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
7493 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
7494 (verilog-sk-state-machine): Quote all calls to
7495 "auxiliary skeleton"s to prevent infloops.
7496
7497 2008-02-01 Jason Rumney <jasonr@gnu.org>
7498
7499 * w32-fns.el: Partially revert 2007-11-10 change.
7500
7501 2008-02-01 Martin Rudalics <rudalics@gmx.at>
7502
7503 * mail/rmail.el (rmail-highlight): Fix specification.
7504 Reported by pod <pod@herald.ox.ac.uk>.
7505
7506 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7507
7508 * image-mode.el (image-mode-current-vscroll)
7509 (image-mode-current-hscroll): Make buffer-local.
7510 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
7511 (image-reset-current-vhscroll): Use the latest setting when displaying
7512 for the first time in a window. Apply to all windows in the frame.
7513 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
7514
7515 * progmodes/grep.el (grep-compute-defaults):
7516 Don't mix up defaults for different connections to the same host.
7517
7518 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7519
7520 * blank-mode.el: Rename to whitespace.el.
7521
7522 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
7523
7524 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
7525
7526 * net/rcompile.el (remote-compile): Remove broken code.
7527
7528 2008-01-31 Jason Rumney <jasonr@gnu.org>
7529
7530 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
7531
7532 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
7533
7534 * linum.el (linum-unload-function): New function.
7535
7536 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
7537
7538 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
7539 (gdb-var-set-format-handler): New function.
7540 (gdb-var-set-format): Use it.
7541
7542 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
7543
7544 * emacs-lisp/check-declare.el (check-declare-directory):
7545 * emacs-lisp/authors.el (authors): Use `find-program' and
7546 `grep-program' instead of hardcoded program names.
7547
7548 * emacs-lisp/cl-loaddefs.el: Update.
7549
7550 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
7551
7552 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
7553 Implement bookmark support the new make-cell/handler way.
7554 (Info-mode): Bind bookmark-make-cell-function to
7555 Info-bookmark-make-cell buffer locally.
7556
7557 2008-01-30 Richard Stallman <rms@gnu.org>
7558
7559 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
7560 Doc fix.
7561
7562 * files.el (hack-local-variables): Don't query about fake variables.
7563
7564 2008-01-30 Markus Triska <markus.triska@gmx.at>
7565
7566 * linum.el: New file.
7567
7568 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
7569
7570 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
7571 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
7572 a single element in "plinkx".
7573 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
7574 "*Shell Command Output*" buffers. Check, whether there is already
7575 an asynchronous process running. Display always the buffer of the
7576 asynchronous process.
7577 (tramp-compute-multi-hops): Adapt error message.
7578
7579 2008-01-29 Alan Mackenzie <acm@muc.de>
7580
7581 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
7582 from this regexp; part of same fix as next change to cc-engine.el.
7583
7584 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
7585 Anchor the "{" of a template function correctly on "template", not the
7586 following "<".
7587
7588 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
7589
7590 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
7591
7592 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
7593 and image-mode-current-hscroll being alists now.
7594
7595 * image-mode.el (image-mode-current-vscroll)
7596 (image-mode-current-hscroll): Add doc strings.
7597 (image-set-window-vscroll, image-set-window-hscroll)
7598 (image-reset-current-vhscroll, image-mode): Adapt to
7599 image-mode-current-vscroll and image-mode-current-hscroll being
7600 alists now.
7601
7602 2008-01-29 Martin Rudalics <rudalics@gmx.at>
7603
7604 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7605 Strip extension from .emacs.el to make sure symbol is searched
7606 in .emacs too.
7607
7608 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
7609
7610 * doc-view.el (doc-view-mode): Use facilities below to
7611 restore [vh]scroll when switching buffers.
7612
7613 * image-mode.el (image-mode-current-vscroll)
7614 (image-mode-current-hscroll): New variables.
7615 (image-set-window-hscroll, image-set-window-vscroll): New functions.
7616 (image-forward-hscroll, image-next-line, image-bol, image-eol)
7617 (image-bob, image-eob): Use them.
7618 (image-reset-current-vhscroll): New function.
7619 (image-mode): Make new variables buffer-local and reset [vh]scroll
7620 on window configuration changes.
7621
7622 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
7623
7624 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
7625 gdb-cpp-define-alist-program if file is nil (currently only
7626 " *partial-output-...").
7627
7628 2008-01-27 Richard Stallman <rms@gnu.org>
7629
7630 * allout.el: Many doc fixes.
7631 (allout-encrypt-string): Fix error message.
7632
7633 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7634
7635 * progmodes/etags.el (tags-query-replace): Doc fix.
7636
7637 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
7638
7639 * allout.el (allout-unload-function): New function.
7640
7641 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
7642
7643 * allout.el (allout-prefix-data): Doc fix.
7644 (allout-show-current-subtree): Reflow docstring.
7645 (allout-use-mode-specific-leader, allout-use-hanging-indents)
7646 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
7647 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
7648 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
7649 (allout-copy-topic-as-kill, allout-listify-exposed)
7650 (allout-process-exposed, allout-encrypted-key-info)
7651 (allout-update-passphrase-mnemonic-aids)
7652 (allout-next-topic-pending-encryption)
7653 (allout-tests-globally-true): Fix typos in docstrings.
7654
7655 2008-01-23 Jason Rumney <jasonr@gnu.org>
7656
7657 * lpr.el (printer-name): Do not set on MS Windows.
7658
7659 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
7660
7661 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
7662 the command.
7663
7664 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7665
7666 * whitespace.el: Moved to obsolete dir.
7667
7668 * blank-mode.el: New version 9.2. Replace whitespace functions by
7669 aliases in blank-mode.
7670 (whitespace-buffer): New fun.
7671 (whitespace-region): Alias for whitespace-buffer, because there is no
7672 blank-region fun.
7673 (whitespace-cleanup): Alias for blank-cleanup.
7674 (whitespace-cleanup-region): Alias for blank-cleanup-region.
7675
7676 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
7677
7678 * server.el (server-log-time-function): Doc fix.
7679 (server-buffer): Fix typo in docstring.
7680
7681 2008-01-27 Martin Rudalics <rudalics@gmx.at>
7682
7683 * view.el (view-buffer): Explain in doc-string why exit-action
7684 should not be set to kill-buffer.
7685
7686 * arc-mode.el (archive-extract):
7687 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
7688 exit-action when viewing the buffer.
7689
7690 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
7691
7692 * add-log.el (change-log-search-file-name): Work harder to find
7693 the correct file name.
7694 (change-log-find-file): Fix typo.
7695 (change-log-start-entry-re): Move definition earlier.
7696
7697 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
7698
7699 * add-log.el (change-log-search-file-name, change-log-find-file):
7700 New function.
7701 (change-log-font-lock-keywords): Move file name matching ...
7702 (change-log-file-names-re): ... here. New defconst.
7703 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
7704
7705 2008-01-27 Alan Mackenzie <acm@muc.de>
7706
7707 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
7708 enhance comments.
7709
7710 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
7711
7712 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
7713 methods, the host name must be a local host.
7714
7715 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
7716
7717 * vc.el: Add TODO item about not defaulting to RCS.
7718
7719 * server.el (server-process-filter): Check for non-nil before
7720 calling file-directory-p.
7721
7722 2008-01-27 Alan Mackenzie <acm@muc.de>
7723
7724 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
7725 arglist-cont-nonempty.
7726
7727 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
7728 for a brace with syntax arglist-cont-nonempty.
7729
7730 * progmodes/cc-styles.el (c-style-alist): Add elements for
7731 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
7732
7733 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7734
7735 * button.el (define-button-type): Clarify type of NAME in docstring.
7736
7737 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
7738
7739 * server.el (server-buffer): New const.
7740 (server-log): New var.
7741 (server-log): Use them.
7742 (server-process-filter): (Try to) run the continuation in the same cwd
7743 as the client's.
7744
7745 2008-01-26 Alan Mackenzie <acm@muc.de>
7746
7747 * progmodes/cc-defs.el (c-save-buffer-state):
7748 Bind buffer-file-name and buffer-file-truename to nil, to prevent
7749 primitives generating "buffer is read only" messages.
7750
7751 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
7752
7753 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
7754 (icalendar-import-format): Doc fix. Allow function type.
7755 (icalendar--read-element): Doc fix.
7756 (icalendar--parse-summary-and-rest): Doc fix. Handle function
7757 type icalendar-import-format. Make regexps non-greedy.
7758 (icalendar--format-ical-event): Handle function type
7759 icalendar-import-format.
7760 (icalendar-import-format-sample): New function.
7761
7762 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
7763
7764 * vc.el (vc-exec-after): For mode-line-process highlighting, if
7765 `compile' is not available, fall back to font-lock-warning-face.
7766
7767 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
7768
7769 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
7770 that the filename end is found even when the filename is empty.
7771 Fixes error and spurious newlines when marking files for deletion.
7772
7773 2008-01-26 Martin Rudalics <rudalics@gmx.at>
7774
7775 * subr.el (find-tag-default): Simplify using exclusively
7776 skip-syntax-backward/-forward.
7777
7778 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
7779
7780 * vc.el (vc-directory, vc-update-change-log): Remove check for
7781 Tramp. Both functions work for it, though pretty slow
7782 (`vc-directory'). Maybe the implementation can be optimized.
7783
7784 * net/tramp.el (tramp-dissect-file-name): Raise an error when
7785 Tramp 2.0 syntax is used.
7786 Suggested by Trent W. Buck <trentbuck@gmail.com>.
7787
7788 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7789
7790 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
7791 invoke directory-files-and-attributes with last argument `integer'
7792 instead of `string'.
7793 (insert-directory): Add -n to the list of supported switches
7794 mentioned in the doc string.
7795
7796 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7797
7798 * blank-mode.el: New version 9.1. Handle "long" line tail
7799 visualization. Doc fix.
7800 (blank-line-length): Rename to blank-line-column.
7801 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
7802 Initialization fix.
7803 (blank-replace-spaces-by-tabs): New fun.
7804 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
7805
7806 2008-01-25 Richard Stallman <rms@gnu.org>
7807
7808 * subr.el (add-hook): Implement `permanent-local-hook' property.
7809
7810 * loadhist.el (file-provides, file-requires): Push the filename right.
7811
7812 2008-01-25 Martin Rudalics <rudalics@gmx.at>
7813
7814 * emacs-lisp/find-func.el (find-library): Wrap search for
7815 library name in condition-case to avoid reporting a scan-error.
7816
7817 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
7818
7819 * server.el (server-process-filter): Don't force
7820 the authentication string to be followed by "\n".
7821
7822 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7823
7824 * blank-mode.el: New version 9.0. New commands to clean up some blank
7825 problems like trailing blanks. New faces and regexp for visualizing
7826 the blank problems. Doc fix.
7827 (blank-chars, blank-global-modes, blank-chars-value-list)
7828 (blank-toggle-option-alist, blank-help-text): Initialization fix.
7829 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
7830 (blank-indentation, blank-empty, blank-space-after-tab)
7831 (blank-indentation-regexp, blank-empty-at-bob-regexp)
7832 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
7833 (blank-cleanup, blank-cleanup-region): New commands.
7834 (blank-color-on): Code fix.
7835
7836 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
7837
7838 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
7839 file name.
7840 (ibuffer-mode-map): Add binding to sort by file name.
7841 (ibuffer-filename/process-header-map): New variable.
7842 (filename-and-process): Add a header that sorts by file name.
7843 (ibuffer-mode): Mention sorting by file name.
7844
7845 * ibuf-ext.el (filename/process): New sorter.
7846
7847 2008-01-25 Sven Joachim <svenjoac@gmx.de>
7848
7849 * view.el (kill-buffer-if-not-modified): Don't pass t to
7850 buffer-modified-p.
7851
7852 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
7853
7854 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
7855 the source file in case of `rename'.
7856 Reported by Pete Forman <pete.forman@westerngeco.com>.
7857
7858 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
7859
7860 * allout.el (allout-keybindings-list): In initial setting, express
7861 meta-prefixed allout keys as vectors instead of strings, since the
7862 string form is interpreted in some cases as composed key
7863 modifiers, eg, accented keys.
7864
7865 (allout-line-boundary-regexp): Clarify description.
7866
7867 (set-allout-regexp): Repair the expressions so that the formfeed
7868 part is identified as one of the top-level groups, and is
7869 included in all the forms, not just the -line-boundary-regexp one.
7870
7871 (allout-prefix-data): Incorporate information from the various
7872 allout regexp's formfeed alternative group, when present.
7873
7874 (allout-write-file-hook-handler): Rectify mangling of the error
7875 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
7876 condition-case handler was apparently reformatted as if it was a
7877 call to the error function. An apparent repair attempt in version
7878 1.101 situated the original body of the error handling code as
7879 bogus condition-case handlers. I've returned to just about the
7880 working code that was originally there, removing an unnecessary -
7881 but benign - enclosing 'progn'. \(Automated or cursory code fixes
7882 often aren't.)
7883
7884 (allout-region-active-p): Fallback to value of mark-active if
7885 neither use-region-p nor region-active-p are present, for
7886 compatability with current and recent emacs major releases.
7887
7888 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7889
7890 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
7891 (reftex-toc-restore-region):
7892 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
7893 (reftex-index-phrases-apply-to-region):
7894 * textmodes/ispell.el (ispell-word):
7895 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
7896 * progmodes/pascal.el (pascal-mark-defun):
7897 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
7898 (f90-fill-region):
7899 * emulation/tpu-edt.el (tpu-set-mark):
7900 * emulation/crisp.el (crisp-region-active):
7901 * winner.el (winner-active-region):
7902 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
7903 of bound tests in order to resolve conditionals at compile time.
7904
7905 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
7906
7907 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
7908 not autoloaded, and we wouldn't want to load CL just to unload
7909 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
7910
7911 2008-01-24 Martin Rudalics <rudalics@gmx.at>
7912
7913 * delsel.el (delete-selection-pre-hook): Avoid clearing out
7914 pre-command-hook when text is read-only.
7915
7916 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
7917
7918 * vc.el (vc-process-filter): Do nothing if buffer not live.
7919 (vc-diff-finish): Rename from vc-diff-sentinel.
7920 No longer take REV1-NAME and REV2-NAME.
7921 Instead, take BUFFER-NAME. Do nothing if buffer not live.
7922 Don't do window resize if no window displays buffer.
7923 (vc-diff-internal): Use vc-diff-finish.
7924
7925 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
7926 In both cases, convert single call to one wrapped in dolist.
7927
7928 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7929
7930 * vc.el: Add a TODO item about missing files.
7931 (vc-exec-after): Add a tooltip to the new mode-line item.
7932
7933 2008-01-24 Glenn Morris <rgm@gnu.org>
7934
7935 * t-mouse.el (gpm-mouse-start): Declare as a function.
7936
7937 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
7938
7939 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
7940 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
7941 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7942 Don't send `tramp-rsh-end-of-line' additionally, when setting the
7943 prompt.
7944 (tramp-wait-for-output): Distinguish different prompt formats.
7945 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
7946 (tramp-local-host-p): Check whether temp directory is writable.
7947
7948 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
7949
7950 * vc.el: Add TODO items.
7951
7952 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
7953
7954 * replace.el (occur-mode-find-occurrence-hook): New hook that can
7955 be used to reveal or highlight the location of a match.
7956 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
7957 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
7958
7959 2008-01-23 Martin Rudalics <rudalics@gmx.at>
7960
7961 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
7962 for defcustom.
7963 (hide-ifdef-shadow): Add version number for defface.
7964
7965 2008-01-23 Glenn Morris <rgm@gnu.org>
7966
7967 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
7968
7969 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
7970
7971 * progmodes/sh-script.el (sh-basic-offset):
7972 * progmodes/cc-vars.el (c-syntactic-indentation)
7973 (c-syntactic-indentation-in-macros): Mark as safe.
7974
7975 2008-01-23 Richard Stallman <rms@gnu.org>
7976
7977 * icomplete.el (icomplete-get-keys):
7978 Look up KEYS using all maps in proper buffer.
7979
7980 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
7981
7982 * frame.el (display-mm-height, display-mm-width):
7983 * whitespace.el (whitespace-check-leading-whitespace)
7984 (whitespace-check-trailing-whitespace)
7985 (whitespace-check-spacetab-whitespace)
7986 (whitespace-check-indent-whitespace)
7987 (whitespace-check-ateol-whitespace):
7988 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
7989
7990 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
7991
7992 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
7993 after-save-hook so that it is not called multiple times.
7994
7995 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
7996
7997 2008-01-23 Eli Zaretskii <eliz@gnu.org>
7998
7999 * view.el (view-file-other-window, view-file-other-frame):
8000 Don't kill the buffer if it is modified. Doc fixes.
8001 (kill-buffer-if-not-modified): New function.
8002 (view-file): Don't kill the buffer if it is modified.
8003
8004 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
8005 (ebrowse-view/find-file-and-search-pattern):
8006 Call view-file-other-window instead of ebrowse-view-file-other-window.
8007 (ebrowse-view-file-other-frame): Don't call
8008 current-window-configuration. Fix second argument in the call to
8009 view-mode-enter. Doc fix.
8010
8011 2008-01-23 Richard Stallman <rms@gnu.org>
8012
8013 * subr.el (atomic-change-group): Prevent undo list truncation.
8014
8015 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
8016
8017 * files.el (safe-local-eval-forms):
8018 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
8019
8020 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
8021
8022 * comint.el (comint-insert-input): Set point first.
8023
8024 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
8025 session doesn't hang because gdb-pending-triggers is non-nil.
8026 (gdb-frame-handler): Use buffer-file-name instead of
8027 buffer-name in case of duplicate file names.
8028
8029 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
8030
8031 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
8032 C-M-e and C-M-h for emacs, they work by default.
8033 (verilog-emacs-features): Remove.
8034 (verilog-setup-dual-comments, verilog-populate-syntax-table):
8035 Remove. Move syntax table initialization ...
8036 (verilog-mode-syntax-table): ... here.
8037 (verilog-mode): Don't initialize the syntax table here.
8038 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
8039 does not need it.
8040
8041 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
8042
8043 * progmodes/verilog-mode.el (verilog-booleanp): New function for
8044 backward compatibility. Replace all uses of booleanp with
8045 verilog-booleanp.
8046
8047 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
8048
8049 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
8050
8051 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
8052
8053 * progmodes/verilog-mode.el (top-level): Fix spacing.
8054 (verilog-mode-version, verilog-mode-release-date):
8055 Update version number.
8056 (verilog-mode-release-emacs): New variable.
8057 (compile-command, reporter-prompt-for-summary-p):
8058 Define for byte compiler.
8059 (verilog-startup-message-lines, verilog-startup-message-displayed)
8060 (verilog-display-startup-message): Remove.
8061 (verilog-highlight-p1800-keywords): Improve docstring.
8062 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
8063 (vector-skip-list): Only defvar at compile time.
8064 (verilog-highlight-translate-off, verilog-indent-level)
8065 (verilog-indent-level-module, verilog-indent-level-declaration)
8066 (verilog-indent-declaration-macros, verilog-indent-lists)
8067 (verilog-indent-level-behavioral, verilog-indent-level-directive)
8068 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
8069 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
8070 (verilog-tab-to-comment, verilog-indent-begin-after-if)
8071 (verilog-align-ifelse, verilog-minimum-comment-distance)
8072 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
8073 (verilog-auto-endcomments, verilog-auto-read-includes)
8074 (verilog-auto-star-expand, verilog-auto-star-save)
8075 (verilog-library-flags, verilog-library-directories)
8076 (verilog-library-files, verilog-library-extensions)
8077 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
8078 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
8079 (verilog-assignment-delay, verilog-auto-inst-vector)
8080 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
8081 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
8082 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8083 Add safe-local-variable properties.
8084 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
8085 (verilog-re-search-backward, verilog-error-regexp-add)
8086 (verilog-end-block-re, verilog-emacs-features)
8087 (verilog-populate-syntax-table, verilog-setup-dual-comments)
8088 (verilog-type-font-keywords, verilog-inside-comment-p)
8089 (electric-verilog-backward-sexp, verilog-backward-sexp)
8090 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
8091 (electric-verilog-terminate-line, electric-verilog-semi)
8092 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
8093 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
8094 (verilog-beg-of-statement, verilog-in-case-region-p)
8095 (verilog-in-struct-region-p, verilog-in-generate-region-p)
8096 (verilog-in-fork-region-p, verilog-backward-case-item)
8097 (verilog-set-auto-endcomments, verilog-get-expr)
8098 (verilog-expand-vector-internal, verilog-surelint-off)
8099 (verilog-batch-execute-func, verilog-calculate-indent)
8100 (verilog-calc-1, verilog-calculate-indent-directive)
8101 (verilog-leap-to-head, verilog-continued-line)
8102 (verilog-backward-token, verilog-backward-syntactic-ws)
8103 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
8104 (verilog-forward-ws&directives, verilog-at-constraint-p)
8105 (verilog-skip-backward-comments, verilog-indent-line-relative)
8106 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
8107 (verilog-pretty-declarations, verilog-pretty-expr)
8108 (verilog-just-one-space, verilog-indent-declaration)
8109 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
8110 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
8111 (verilog-read-always-signals-recurse, verilog-read-instants)
8112 (verilog-read-auto-template, verilog-set-define)
8113 (verilog-read-defines, verilog-read-signals, verilog-getopt)
8114 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
8115 (verilog-modi-cache-results, verilog-insert-one-definition)
8116 (verilog-make-width-expression, verilog-delete-autos-lined)
8117 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
8118 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
8119 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
8120 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
8121 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
8122 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
8123 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
8124 (verilog-load-file-at-mouse, verilog-load-file-at-point)
8125 (verilog-library-files): Cleanup spacing of )'s they should not be
8126 on unique lines. Fix checkdoc warnings.
8127
8128 2008-01-22 Glenn Morris <rgm@gnu.org>
8129
8130 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
8131 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
8132 from defcustoms.
8133 (hide-ifdef-shadow): Remove autoload cookie from defface.
8134
8135 * vc.el (vc-diff-sentinel): Do not write a footer if there were
8136 differences.
8137
8138 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
8139
8140 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
8141 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
8142 manual entry.
8143
8144 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
8145
8146 * net/dbus.el (dbus-ignore-errors): New macro.
8147 (dbus-unregister-object): New defun. Moved from dbusbind.c.
8148 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
8149 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
8150 (dbus-get-signatures): Apply `dbus-ignore-errors'.
8151
8152 2008-01-21 Martin Rudalics <rudalics@gmx.at>
8153
8154 * outline.el (outline-up-heading): Fix check for top level to
8155 avoid infinite looping in hide-other.
8156
8157 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8158
8159 * vc.el (vc-process-sentinel): After calling the previous
8160 sentinel, do nothing if the process' buffer is not live.
8161
8162 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8163
8164 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
8165 blank-mode in some buffers (like *info* buffers). Reported by Juanma
8166 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
8167 blank-mode faces. Doc fix. New version 8.1.
8168 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
8169 CONDITION BODY).
8170 (blank-space-face): Face/option name replaced by blank-space.
8171 (blank-hspace-face): Face/option name replaced by blank-hspace.
8172 (blank-tab-face): Face/option name replaced by blank-tab.
8173 (blank-newline-face): Face/option name replaced by blank-newline.
8174 (blank-trailing-face): Face/option name replaced by blank-trailing.
8175 (blank-line-face): Face/option name replaced by blank-line.
8176 (blank-space-before-tab-face): Face/option name replaced by
8177 blank-space-before-tab.
8178 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
8179
8180 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
8181
8182 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
8183 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
8184 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
8185 (global-blank-mode): Doc fixes.
8186 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
8187 (blank-newline-face, blank-trailing-face, blank-line-face)
8188 (blank-space-before-tab-face, blank-display-mappings)
8189 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
8190 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
8191 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
8192 Fix typos in docstrings.
8193
8194 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
8195
8196 * server.el (server-log-time-function): New variable.
8197 (server-log): Use it.
8198
8199 2008-01-21 Glenn Morris <rgm@gnu.org>
8200
8201 * progmodes/hideif.el: Move defcustoms and defface to start of file.
8202
8203 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
8204
8205 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
8206
8207 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
8208 (org-descriptive-links, org-link-file-path-type)
8209 (org-remember-use-refile-when-interactive)
8210 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
8211 (org-export-ascii-bullets, org-agenda-deadline-faces)
8212 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
8213 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
8214 (org-kill-note-or-show-branches): Fix typos in docstrings.
8215
8216 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
8217
8218 * vc.el (vc-process-sentinel): Set mode-line-process.
8219 (vc-exec-after): Likewise, for the `run' process status.
8220
8221 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8222
8223 * ibuffer.el (ibuffer-mode): Fix last change.
8224
8225 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
8226
8227 * vc-hg.el (vc-hg-registered):
8228 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
8229
8230 2008-01-20 Martin Rudalics <rudalics@gmx.at>
8231
8232 * repeat.el (repeat-undo-count): New variable.
8233 (repeat): For self-insertions make undo boundary only after 20
8234 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
8235
8236 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
8237
8238 * net/imap.el (imap-ping-server): New variable.
8239 (imap-opened): On add extra ping if imap-ping-server is non-nil.
8240 (imap-ping-server): Minor doc string fixes.
8241
8242 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8243
8244 * net/imap.el (imap-ping-server): New function.
8245 (imap-opened): Call imap-ping-server.
8246
8247 2008-01-20 Glenn Morris <rgm@gnu.org>
8248
8249 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
8250 prevent infloops.
8251
8252 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
8253
8254 * progmodes/python.el (python-imports): Default to "None".
8255
8256 2008-01-19 Tom Tromey <tromey@redhat.com>
8257
8258 * vc-svn.el (vc-svn-after-dir-status): New function.
8259 (vc-svn-dir-status): Run svn asynchronously.
8260
8261 2008-01-19 Martin Rudalics <rudalics@gmx.at>
8262
8263 * progmodes/hideif.el (hide-ifdef-shadow): New option.
8264 (hide-ifdef-shadow): New face.
8265 (hide-ifdef-toggle-shadowing): New function to toggle between
8266 shadowing and making code invisible.
8267 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
8268 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
8269 (hide-ifdef-region-internal): Give new overlay hide-ifdef
8270 property. Shadow text when hide-ifdef-shadow is non-nil.
8271 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
8272 (hif-hide-line): Use when instead of if.
8273 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
8274 Remove unneeded * from doc-strings.
8275
8276 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
8277
8278 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
8279 the hscroll behavior was fixed.
8280 (doc-view-mode): Disable auto-hscroll-mode.
8281
8282 2008-01-18 Tom Tromey <tromey@redhat.com>
8283
8284 * vc-svn.el (vc-svn-dir-status): New function.
8285
8286 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
8287
8288 * vc.el: Make vc-status asynchronous.
8289 (vc-update-vc-status-buffer): New function broken out of ...
8290 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
8291 the dir-status backend function.
8292
8293 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
8294 Move the output processing to ...
8295 (vc-hg-after-dir-status): ... here. Call the function passed as
8296 an argument with the results.
8297
8298 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
8299
8300 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
8301 (doc-view-insert-image): Do something if the image is missing.
8302 (doc-view-mode): Don't use file-remote-p.
8303
8304 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
8305
8306 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
8307 (org-export-latex-special-chars): Convert "..." in \ldots
8308 and skip tables.
8309 (org-export-latex-fontify-headline): Change parameter name.
8310 (org-export-as-latex): Handle export of subtrees.
8311 (org-export-latex-make-header): New argument TITLE.
8312 (org-export-latex-content): New argument EXCLUDE-LIST.
8313 (org-list-parse-list): New name for org-export-latex-parse-list.
8314 (org-export-latex-make-header): New name for
8315 org-export-latex-make-preamble.
8316 (org-list-to-generic): New name of org-export-list-to-generic.
8317 (org-list-to-latex): New name of org-export-list-to-latex.
8318 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
8319 (org-list-send-list, org-list-to-texinfo)
8320 (org-list-to-html): New functions.
8321 (org-export-latex-tables-column-borders)
8322 (org-export-latex-default-class, org-export-latex-classes)
8323 (org-export-latex-classes-sectioning)
8324 (org-list-radio-list-templates): New options.
8325 (org-export-latex-header): New variable.
8326 (org-latex-entities): New constant.
8327 (org-export-latex-default-sectioning, org-export-latex-preamble)
8328 (org-export-latex-prepare-text-option)
8329 (org-export-latex-get-sectioning): Remove.
8330
8331 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
8332
8333 * textmodes/org-publish.el (org-publish-current-project):
8334 Fix bug with forcing publication.
8335
8336 * textmodes/org.el (org-export-with-special-strings): New option.
8337 (org-export-html-convert-special-strings): New function.
8338 (org-html-do-expand): `org-export-html-convert-special-strings'
8339 added to the list of conversion.
8340 (org-infile-export-plist, org-get-current-options): Add support
8341 for "-" in the #+OPTION line to let user switch on/off special
8342 strings conversion.
8343 (org-export-plist-vars): New :html-table-tag property.
8344 (org-export-as-html, org-format-org-table-html)
8345 (org-format-table-table-html) Use the :html-table-tag property
8346 instead of the `org-export-html-table-tag' global value.
8347 (org-additional-option-like-keywords): Add "TBLFM".
8348 (org-entry-properties): Include the CLOCKSUM special property.
8349 (org-columns-edit-value): Do not allow to edit the special
8350 CLOCKSUM property.
8351 (org-flag-drawer): Use the original value of `outline-regexp'.
8352 (org-remember-handler): Add invisible-ok flag to call to
8353 `org-end-of-subtree'.
8354 (org-agenda-highlight-todo): Respect
8355 `org-agenda-todo-keyword-format'.
8356 (org-agenda-todo-keyword-format): New option.
8357 (org-infile-export-plist): No restriction while searching for options.
8358 (org-remember-handler): Remove comments at the end of the buffer.
8359 (org-remember-use-refile-when-interactive): New option.
8360 (org-table-sort-lines): Make sure sorting works on link
8361 descritions only, and ignores the link.
8362 (org-sort-entries-or-items): Make sure the end of the subtree is
8363 included.
8364 (org-refile-use-outline-path): New allowed values `file' and
8365 `full-file-path'.
8366 (org-get-refile-targets): Respect new values for
8367 `org-refile-use-outline-path'.
8368 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
8369 (org-export-as-xoxo): Restore point when done.
8370 (org-open-file): Allow multiple %s in command.
8371 (org-clock-in-switch-to-state): New option.
8372 (org-first-list-item-p): New function.
8373 (org-last-remember-storage-locations): New variable.
8374 (org-get-refile-targets): Interpret the new maxlevel setting.
8375 (org-refile-targets): New option `:maxlevel'.
8376 (org-copy-subtree): Include empty lines before but not after subtree.
8377 (org-back-over-empty-lines, org-skip-whitespace): New functions.
8378 (org-move-item-down, org-move-item-up): Include empty lines before
8379 but not after item.
8380 (org-first-sibling-p): New function.
8381 (org-remember-apply-template): Defaults, completions and history
8382 for template prompts. Also, interpret new `%!' escape.
8383 (org-context-choices): New constant.
8384 (org-bound-and-true-p): New macro.
8385 (org-imenu-depth): New option.
8386 (org-imenu-markers): New variable.
8387 (org-imenu-new-marker, org-imenu-get-tree)
8388 (org-speedbar-set-agenda-restriction): New functions.
8389 (org-agenda-set-restriction-lock)
8390 (org-agenda-remove-restriction-lock)
8391 (org-agenda-maybe-redo): New functions.
8392 (org-agenda-restriction-lock): New face.
8393 (org-agenda-restriction-lock-overlay)
8394 (org-speedbar-restriction-lock-overlay): New variables.
8395 (org-open-at-point): Remove obsolete way to do redirection in
8396 shell links.
8397 (org-imenu-and-speedbar): New customization group.
8398 (org-entry-properties): Return keyword-less time strings.
8399 (org-clock-heading-function): New option.
8400 (org-clock-in): Use `org-clock-heading-function'.
8401 (org-calendar-holiday): Try to use `calendar-check-holidays'
8402 instead of the obsolete `check-calendar-holidays'.
8403 (org-export-html-special-string-regexps): New constant.
8404 (org-massive-special-regexp): New variable.
8405 (org-compute-latex-and-specials-regexp)
8406 (org-do-latex-and-special-faces): New functions.
8407 (org-latex-and-export-specials): New face.
8408 (org-highlight-latex-fragments-and-specials): New option.
8409 (org-link-escape-chars): Use characters instead of strings.
8410 (org-link-escape-chars-browser, org-link-escape)
8411 (org-link-unescape): Use characters instead of strings.
8412 (org-export-html-convert-sub-super, org-html-do-expand): Check for
8413 protected text.
8414 (org-emphasis-alist): Additional `verbatim' flag.
8415 (org-set-emph-re): Handle the verbatim flag and compute
8416 `org-verbatim-re'.
8417 (org-cleaned-string-for-export): Protect verbatim elements.
8418 (org-verbatim-re): New variable.
8419 (org-hide-emphasis-markers): New option.
8420 (org-additional-option-like-keywords): Add new keywords.
8421 (org-get-entry): Rename from `org-get-cleaned-entry'.
8422 (org-icalendar-cleanup-string): New function for quoting icalendar text.
8423 (org-agenda-skip-scheduled-if-done): New option.
8424 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
8425 `org-agenda-skip-scheduled-if-done'.
8426 (org-prepare-agenda-buffers): Allow buffers as arguments.
8427 (org-entry-properties): Add CATEGORY as a special property.
8428 (org-use-property-inheritance): Allow a list of properties as a value.
8429 (org-eval-in-calendar): No longer update the prompt.
8430 (org-read-date-popup-calendar): Rename from
8431 `org-popup-calendar-for-date-prompt'.
8432 (org-read-date-display-live): New variable.
8433 (org-read-date-display): New function.
8434 (org-read-date-analyze): New function.
8435 (org-remember-apply-template): Define `remember-finalize' if it is
8436 not yet defined.
8437 (org-remember-insinuate): New function.
8438 (org-read-date-prefer-future): New option.
8439 (org-read-date): Respect the setting of
8440 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
8441 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
8442 hardcoded string.
8443 (org-remember-apply-template): Use `remember-finalize' instead of
8444 `remember-buffer'.
8445 (org-columns-compute, org-column-number-to-string)
8446 (org-columns-uncompile-format, org-columns-compile-format)
8447 (org-columns-compile-format): Handle printf format specifier.
8448 (org-columns-new, org-column-number-to-string)
8449 (org-columns-uncompile-format, org-columns-compile-format):
8450 Support for new currency summary type.
8451 (org-tree-to-indirect-buffer): Do not kill old buffer when
8452 `org-indirect-buffer-display' is `new-frame'.
8453 (org-indirect-buffer-display): Document that `new-frame' leads to
8454 indiret buffer proliferation.
8455 (org-agenda-list): Use `org-extend-today-until'.
8456 (org-extend-today-until): New option.
8457 (org-format-org-table-html): Use lower-case for <col> tag.
8458 (org-agenda-execute): New command.
8459 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
8460 (org-select-remember-template): New function.
8461 (org-remember-apply-template): Use `org-select-remember-template'.
8462 (org-go-to-remember-target): New function.
8463
8464 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
8465
8466 * vc.el: Add a TODO note about vc-state.
8467 (vc-next-action): Register 'unregistered and 'ignored files.
8468 Use when and unless instead of if where appropriate.
8469 (vc-start-entry): Fix typo.
8470 (vc-status): Autoload it.
8471
8472 2008-01-18 Glenn Morris <rgm@gnu.org>
8473
8474 * ffap.el (ffap-alist): Remove space from RFC regexp.
8475
8476 2008-01-18 Richard Stallman <rms@gnu.org>
8477
8478 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
8479 than face-spec-recalc.
8480
8481 2008-01-18 Glenn Morris <rgm@gnu.org>
8482
8483 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
8484
8485 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8486 Miles Bader <miles@gnu.org>
8487
8488 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
8489 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
8490 for handling display table (via visws.el package), his code was
8491 modified, but the main idea was kept.
8492
8493 2008-01-17 Glenn Morris <rgm@gnu.org>
8494
8495 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
8496 (ibuffer-save-filters): Remove calls to deleted
8497 ibuffer-update-mode-name.
8498
8499 2008-01-16 Martin Rudalics <rudalics@gmx.at>
8500
8501 * longlines.el (longlines-mode, longlines-show-region)
8502 (longlines-unshow-hard-newlines): Bind buffer-file-name and
8503 buffer-file-truename to nil while modifying buffer.
8504
8505 * cus-edit.el (custom-reset-standard-variables-list)
8506 (custom-reset-standard-faces-list): New variables.
8507 (custom-reset-standard-save-and-update): New function.
8508 (Custom-save): Apply custom-mark-to-save before and
8509 custom-state-set-and-redraw after saving options.
8510 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
8511 options and call custom-reset-standard-save-and-update.
8512 (custom-variable, custom-face, custom-group): Provide new
8513 entries for custom-mark-to-save, custom-mark-to-reset-standard,
8514 and custom-state-set-and-redraw.
8515 (custom-variable-mark-to-save)
8516 (custom-variable-state-set-and-redraw)
8517 (custom-variable-mark-to-reset-standard)
8518 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
8519 (custom-face-mark-to-reset-standard)
8520 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
8521 (custom-group-mark-to-reset-standard): New functions.
8522 (custom-variable-save): Move save, state-set, and redraw
8523 functionality to custom-variable-mark-to-save.
8524 (custom-face-save): Move save, state-set, and redraw
8525 functionality to custom-face-mark-to-save.
8526 (custom-group-save): Move save, state-set, and redraw
8527 functionality to custom-group-mark-to-save.
8528 (custom-variable-reset-standard, custom-face-reset-standard)
8529 (custom-group-reset-standard): Move save, state-set, and redraw
8530 functionality to custom-reset-standard-save-and-update.
8531
8532 (custom-buffer-create-internal): Fix text in verbose help.
8533 (custom-face-value-create): Indent doc-strings of faces like
8534 those of variables.
8535
8536 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
8537
8538 * server.el (server-process-filter): Replace lineno and columnnno
8539 which defaulted to 1&0 with filepos which defaults to nil.
8540 (server-goto-line-column): Only receive the filepos.
8541 Only move if filepos is non-nil.
8542 (server-visit-files): Slight restructure to consolidate two calls to
8543 server-goto-line-column into just one.
8544
8545 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
8546 the use of degraded mode.
8547 (nxml-degrade): Don't change mode-name.
8548
8549 * nxml/rng-nxml.el (rng-nxml-mode-init):
8550 Don't overwrite mode-line-process.
8551
8552 * ibuffer.el (mode): Pass the buffer to format-mode-line.
8553 (ibuffer-update-mode-name): Remove.
8554 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
8555 (ibuffer-mode): Use mode-line-process instead.
8556
8557 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
8558 Use derived-mode-p.
8559 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
8560
8561 * help.el (describe-mode): Pass the right buffer to format-mode-line.
8562
8563 2008-01-16 Glenn Morris <rgm@gnu.org>
8564
8565 * comint.el (comint-regexp-arg): Fix no-input case.
8566
8567 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
8568
8569 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
8570 * pcvs.el (cvs-revert-if-needed):
8571 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
8572
8573 * vc-svn.el (vc-svn-find-file-hook):
8574 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
8575
8576 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
8577
8578 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
8579 (icalendar-export-file, icalendar-import-file):
8580 Restore significant trailing whitespace in `interactive' prompts.
8581
8582 2008-01-16 Tom Tromey <tromey@redhat.com>
8583
8584 * calendar/icalendar.el (icalendar--convert-tz-offset)
8585 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
8586 (icalendar--find-time-zone): New functions.
8587 (icalendar--decode-isodatetime): Add `zone' argument, passed to
8588 `decode-time'. Doc fix.
8589 (icalendar--convert-ical-to-diary): Compute zone-map.
8590 Pass timezone to icalendar--decode-isodatetime.
8591
8592 2008-01-16 Alan Mackenzie <acm@muc.de>
8593
8594 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
8595 an eval-and-compile, so as to permit byte-compiling (e.g. in
8596 bootstrap).
8597
8598 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
8599
8600 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
8601 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
8602 using the same key for different menu entries.
8603
8604 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
8605 (smerge-makeup-conflict): New command.
8606
8607 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
8608
8609 * log-edit.el (log-edit): Doc fix.
8610
8611 2008-01-15 Glenn Morris <rgm@gnu.org>
8612
8613 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
8614
8615 2008-01-14 Alan Mackenzie <acm@muc.de>
8616
8617 * progmodes/cc-vars.el (c-constant-symbol): New function which
8618 supersedes c-const-symbol. During a customize-.. call it enables
8619 an element of (e.g.) c-hanging-braces alist to have its name
8620 displayed, even when the default value of c-h-b etc. doesn't
8621 include the elemnt. Replace uses of the old function by the new.
8622
8623 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
8624 obscure non-working fragment ":value c-".
8625
8626 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
8627
8628 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
8629
8630 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
8631
8632 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
8633 instead of `tramp-file-name-real-host'.
8634
8635 * net/trampver.el: Update release number.
8636
8637 2008-01-14 Alan Mackenzie <acm@muc.de>
8638
8639 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
8640 call inside a struct being recognised as a K&R argument.
8641
8642 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
8643
8644 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8645 Accept "fatal error" from MSFT.
8646 Reported by Jared Finder <jfinder@crypticstudios.com>.
8647
8648 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
8649
8650 * smerge-mode.el (smerge-auto): New function.
8651 * vc-svn.el (vc-svn-find-file-hook):
8652 * vc-arch.el (vc-arch-find-file-hook):
8653 * pcvs.el (cvs-revert-if-needed):
8654 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
8655 (top-level): Add a Todo list.
8656
8657 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
8658
8659 * vc.el (vc-update): Resolve conflicts if necessary instead of
8660 just updating the buffer.
8661
8662 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
8663 update command so that we can parse the output.
8664
8665 2008-01-13 Martin Rudalics <rudalics@gmx.at>
8666
8667 * mail/rmail.el (rmail-convert-to-babyl-format):
8668 Remove save-excursion to avoid infinite looping.
8669 Reported by dnz <dnz@bk.ru>.
8670
8671 2008-01-12 Glenn Morris <rgm@gnu.org>
8672
8673 * woman.el (woman-parse-numeric-arg): Change handling of `==':
8674 can be interned without a function definition.
8675
8676 2008-01-12 Jason Rumney <jasonr@gnu.org>
8677
8678 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
8679 (rng-nxml-mode-init): Declare.
8680
8681 2008-01-11 Jason Rumney <jasonr@gnu.org>
8682
8683 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
8684 (rng-preferred-prefix-alist-default): Remove.
8685
8686 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
8687 Rename from nxml-enable-unicode-char-name-sets-flag.
8688 (nxml-enable-unicode-char-name-sets-1): Merge into
8689 nxml-enable-unicode-char-name-sets.
8690 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
8691 nxml-char-name-ignore-case here.
8692
8693 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
8694 Update doc string and commentary.
8695 (nxml-char-name-ignore-case): Change default value.
8696 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
8697
8698 2008-01-11 Martin Rudalics <rudalics@gmx.at>
8699
8700 * cus-start.el (all): Add missing version entries.
8701
8702 2008-01-11 Glenn Morris <rgm@gnu.org>
8703
8704 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
8705 (euc-to-flat-code, flat-code-to-euc):
8706 * textmodes/org.el (elmo-msgdb-overview-get-entity)
8707 (wl-summary-buffer-msgdb): Declare as funtions.
8708
8709 2008-01-10 Martin Rudalics <rudalics@gmx.at>
8710
8711 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
8712 Bind buffer-file-name and buffer-file-truename.
8713
8714 * fringe.el (fringe-mode-explicit): New variable.
8715 (set-fringe-mode): Don't alter default-frame-alist when just
8716 loading this file.
8717
8718 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
8719
8720 * doc-view.el (doc-view-buffer-file-name): New variable.
8721 (doc-view-convert-current-doc, doc-view-search)
8722 (doc-view-current-cache-dir, doc-view-initiate-display)
8723 (doc-view-mode): Use it.
8724 (doc-view-bookmark-make-cell): Use variable buffer-file-name
8725 instead of function.
8726
8727 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
8728
8729 * vc-svn.el (vc-svn-registered): Return the correct value for
8730 ignored and unregistered files.
8731
8732 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
8733
8734 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
8735
8736 2008-01-10 Tom Tromey <tromey@redhat.com>
8737
8738 * vc.el (vc-status-unmark-all-files): New function.
8739 (vc-status-unmark-all-files): Likewise.
8740 (vc-status-mode-map): Add bindings.
8741
8742 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
8743
8744 * ediff*.el: Uncomment declare-function.
8745
8746 * viper*.el: Uncomment declare-function.
8747
8748 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
8749
8750 * doc-view.el (doc-view-mode): Support tramp, compressed files and
8751 files inside archives uniformly.
8752
8753 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
8754
8755 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
8756 constant with a computation on sgml-specials rather than a literal
8757 list. Without this change the syntax table is generated
8758 incorrectly, and the mode will think it's in a comment following
8759 any instance of the string "--".
8760
8761 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
8762
8763 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
8764 (doc-view-mode): Support document files inside archives.
8765
8766 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
8767
8768 * vc.el (vc-deduce-fileset): Return the currently selected file if
8769 no files are selected when using vc-status.
8770
8771 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
8772
8773 * ediff*.el: Comment out declare-function. "make bootstrap"
8774 stops with an error and Emacs does not compile with those things in.
8775 Besides, declare-function is not defined in XEmacs.
8776
8777 * ediff-util (eqiff-quit): Autoraise minibuffer.
8778
8779 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
8780
8781 * emulation/viper*.el: Comment out declare-function -- not defined
8782 in XEmacs.
8783
8784 * emulation/viper-ex.el (viper-info-on-file):
8785 Take care of indirect buffers.
8786
8787 * emulation/viper.el (viper-set-hooks, set-cursor-color):
8788 Set viper-vi-state-cursor-color.
8789
8790 2008-01-09 Tom Tromey <tromey@redhat.com>
8791
8792 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
8793 Just return header.
8794 (vc-status-move-to-goal-column): New function.
8795 (vc-status-mode-map): Define more keys.
8796 (vc-status-mode): Use vc-status-refresh. Now 'special.
8797 (vc-status-refresh): New function.
8798 (vc-status-next-line): Likewise.
8799 (vc-status-previous-line): Likewise.
8800 (vc-status-mark-file): Use vc-status-next-line.
8801 (vc-status-unmark-file): Use vc-status-previous-line.
8802 (vc-status-unmark-file-up): New function.
8803 (vc-status-register): Likewise.
8804 (vc-status-find-file): Likewise.
8805 (vc-status-find-file-other-window): Likewise.
8806 (vc-status-current-file): Likewise.
8807 (vc-ensure-vc-buffer): Understand vc-status mode.
8808
8809 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
8810
8811 2008-01-09 Glenn Morris <rgm@gnu.org>
8812
8813 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
8814 entry, for Windows.
8815
8816 2008-01-09 Tom Tromey <tromey@redhat.com>
8817
8818 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
8819
8820 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8821
8822 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
8823 add a file-name handler.
8824
8825 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8826
8827 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
8828 Rename from function bibtex-files-expand. New optional arg select.
8829 (bibtex-flash-head): Allow blink-matching-delay being zero.
8830 (bibtex-clean-entry): Use atomic-change-group.
8831 (bibtex-format-entry): Check presence of required fields only
8832 after formatting of fields. Use member-ignore-case. Do not use
8833 bibtex-parse-entry. Do not use booktitle field to set a missing title.
8834 (bibtex-autofill-entry): Do not call undo-boundary.
8835 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
8836 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
8837 Parse keys if necessary.
8838
8839 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
8840
8841 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
8842 quotes in case of spaces, e.g. STL containers (not pretty).
8843
8844 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
8845
8846 * progmodes/gdb-ui.el (gud-gdb-command-name):
8847 Explain "--annotate=3" option is necessary for the Graphical Interface.
8848
8849 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
8850
8851 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
8852 on menu bar.
8853
8854 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
8855
8856 * ffap.el (ffap-read-file-or-url): Let-bind
8857 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
8858
8859 2008-01-08 Sven Joachim <svenjoac@gmx.de>
8860
8861 * vc-bzr.el: Fix typo in header.
8862
8863 2008-01-08 Eli Zaretskii <eliz@gnu.org>
8864
8865 * Makefile.in (custom-deps, finder-data): Depend on autoloads
8866 instead of loaddefs.el.
8867
8868 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
8869
8870 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
8871 gets inserted out-of-order.
8872
8873 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
8874
8875 * vc-bzr.el: Copyright and version headers update.
8876 Remove some outdated comments through the whole file.
8877 (vc-bzr-program-args): Remove because unused.
8878 (vc-bzr-log-switches): New customization option.
8879 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
8880 use `vc-bzr-program-args'.
8881 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
8882 `vc-find-root' (patch by Andreas Hoenen).
8883 (vc-bzr-status): Update regex to match latest Bzr output.
8884 Remove redundant test.
8885 (vc-bzr-init-version): New function.
8886 (vc-bzr-unregister): Must not delete file.
8887 (vc-bzr-find-version): New function.
8888 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
8889 a non-empty string, otherwise take head revision.
8890 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
8891 (vc-bzr-diff): Simpler build of the revision spec string.
8892 (vc-annotate-convert-time, vc-bzr-annotate-difference):
8893 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
8894 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
8895 (vc-bzr-dired-state-info): Only provide custom strings for
8896 overloaded VC state 'edited; otherwise fallback to
8897 `vc-default-dired-state-info'.
8898
8899 2008-01-08 Richard Stallman <rms@gnu.org>
8900
8901 * delsel.el (delete-selection-mode): Doc fix.
8902
8903 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
8904
8905 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
8906 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
8907
8908 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
8909 of watch expressions (only works fully with GDB 6.7 or later).
8910
8911 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
8912
8913 * time-stamp.el (time-stamp-time-zone):
8914 * whitespace.el (whitespace-check-buffer-leading)
8915 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
8916 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
8917 * progmodes/sh-script.el (sh-indentation):
8918 * textmodes/ispell.el (ispell-local-pdict):
8919 Add safe-local-variable properties.
8920
8921 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
8922
8923 * vc-git.el (vc-git--call): Apply `process-file' instead of
8924 `call-process'.
8925
8926 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
8927 Reported by Pete Forman <pete.forman@westerngeco.com>.
8928 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
8929 (tramp-handle-process-file): Handle the case where DESTINATION is
8930 a consp with t as car.
8931 (tramp-wait-for-output): We shall remove exactly what has been
8932 find by the search.
8933
8934 2008-01-08 Kevin Ryde <user42@zip.com.au>
8935
8936 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8937 For perl, allow "during global destruction" at end. Add entry for
8938 two-arg form of the Test module ok() func.
8939
8940 2008-01-08 Glenn Morris <rgm@gnu.org>
8941
8942 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
8943 unified format.
8944
8945 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
8946
8947 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
8948
8949 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
8950 Simplify selection of frame focusing function.
8951
8952 2008-01-08 Michael Olson <mwolson@gnu.org>
8953
8954 * textmodes/remember.el (remember-region): Fix typo in docstring.
8955
8956 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
8957
8958 * textmodes/remember.el (remember): If there is a visible region
8959 [that is, the mark is active and transient mark mode is enabled]
8960 then use this region for the initial contents of the *Remember*
8961 buffer. Use `region-beginning' and `region-end' instead of
8962 `point' and `mark'.
8963
8964 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
8965
8966 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
8967 argument to vc-hg-command.
8968 (vc-hg-log-view-mode): Handle the user field better.
8969
8970 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
8971
8972 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
8973
8974 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8975
8976 * vc.el (vc-status-fileinfo): New defstruct.
8977 (vc-status): New defvar.
8978 (vc-status-insert-headers, vc-status-printer, vc-status)
8979 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
8980 (vc-status-unmark-file, vc-status-marked-files): New functions.
8981
8982 * vc-hg.el (vc-hg-dir-status): New function.
8983
8984 2008-01-06 Martin Rudalics <rudalics@gmx.at>
8985
8986 * cus-edit.el (custom-tool-bar-map): Move initialization of this
8987 keymap from here ...
8988 (custom-mode): ... to here. Reported by Reiner Steib.
8989
8990 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8991
8992 * obsolete/x-apollo.el: Remove file for unsupported system.
8993
8994 * term/x-win.el (vendor-specific-keysyms): Remove reference to
8995 Apollo.
8996
8997 * progmodes/gud.el (gud-dgux-p): Remove.
8998 (dbx): Remove reference to dgux.
8999
9000 * progmodes/ps-mode.el (ps-mode-print-function):
9001 * ps-print.el (ps-lp-system):
9002 * paths.el (rmail-spool-directory):
9003 * ls-lisp.el (ls-lisp-emulation):
9004 * lpr.el (lpr-lp-system):
9005 * dired.el (dired-chown-program): Remove references to dgux.
9006
9007 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9008
9009 * vc.el (vc-process-sentinel): Fix apparent typo.
9010 (vc-do-command): Forcefully kill any left over process.
9011 Use start-file-process.
9012 (vc-annotate-get-time-set-line-props): Check we don't move backward.
9013
9014 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
9015
9016 * net/dbus.el (dbus-list-hash-table)
9017 (dbus-name-owner-changed-handler): Replace "signal" by "member".
9018 (dbus-check-event): Add serial number to event.
9019 (dbus-handle-event): Apply return message if needed.
9020 (dbus-event-serial-number): New defun.
9021 (dbus-event-service-name, dbus-event-path-name)
9022 (dbus-event-interface-name, dbus-event-member-name):
9023 Adapt implementation to serial number.
9024
9025 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
9026
9027 * bs.el (bs--get-mode-name): Fix typo in previous change.
9028
9029 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
9030
9031 * mouse.el (mouse-popup-menubar): Fix typo.
9032
9033 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
9034 form inside with-current-buffer.
9035
9036 * progmodes/antlr-mode.el (provide): Move to the end of file.
9037 (require): Don't require font-lock and compile.
9038 (outline-level, imenu-use-markers, imenu-create-index-function):
9039 Move declarations to top level.
9040 (cond-emacs-xemacs-macfn): Declare for compiler.
9041
9042 * vc-bzr.el (vc-bzr-root):
9043 * vc-arch.el (vc-arch-root): Only set a property if the file is
9044 managed by this backend.
9045
9046 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
9047
9048 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
9049
9050 * doc-view.el (doc-view-scroll-up-or-next-page)
9051 (doc-view-scroll-down-or-previous-page): Don't scroll to the
9052 top/bottom again when on the first/last page.
9053
9054 * doc-view.el (doc-view-scroll-up-or-next-page)
9055 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
9056 image-scroll-down instead of the non-image equivalents.
9057 Don't rely on a signalled condition but switch pages when scrolling
9058 doesn't change the vertical position anymore.
9059 (doc-view-mode-map): Remap scroll-{up,down} to
9060 image-scroll-{up,down}.
9061
9062 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
9063
9064 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
9065 tpu-mapper command rather than load the tpu-mapper package.
9066
9067 * emulation/tpu-mapper.el (tpu-mapper): New command.
9068 Contains all the code previously at top-level.
9069
9070 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9071
9072 * bs.el (bs--sort-by-mode, bs--get-mode-name):
9073 * imenu.el (imenu-add-to-menubar):
9074 * makesum.el (make-command-summary):
9075 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
9076 (mouse-buffer-menu):
9077 * msb.el (msb--mode-menu-cond):
9078 * calc/calc-embed.el (calc-do-embedded):
9079 * emacs-lisp/helper.el (Helper-describe-mode):
9080 * mail/emacsbug.el (report-emacs-bug):
9081 * progmodes/hideshow.el (hs-grok-mode-type):
9082 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
9083 * textmodes/table.el (*table--cell-describe-mode):
9084 Pass mode-name through format-mode-line.
9085
9086 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9087
9088 * progmodes/ada-xref.el (ada-prj-find-prj-file):
9089 * progmodes/ada-mode.el (comment-region):
9090 * calendar/todo-mode.el (todo-insert-item):
9091 * bookmark.el (bookmark-buffer-name):
9092 Test major-mode rather than mode-name.
9093
9094 2008-01-04 Richard Stallman <rms@gnu.org>
9095
9096 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
9097 Call byte-compile-warn-about-unresolved-functions outside
9098 the with-current-buffer.
9099 (byte-compile-insert-header): Use with-current-buffer.
9100
9101 2008-01-04 Glenn Morris <rgm@gnu.org>
9102
9103 * startup.el (fancy-about-screen): Remove reference to deleted
9104 `fancy-splash-help-echo' variable.
9105
9106 * version.el (emacs-copyright): Update to 2008.
9107
9108 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
9109 rather than mapcar.
9110
9111 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
9112 change (merge mistake).
9113
9114 * doc-view.el (doc-view-search-internal): Don't use `incf'.
9115
9116 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
9117 (bookmark-get-bookmark-record):
9118 * image-mode.el (bookmark-make-cell-function)
9119 (bookmark-get-filename, bookmark-get-bookmark-record)
9120 (bookmark-get-position):
9121 * log-view.el (vc-modify-change-comment):
9122 * progmodes/grep.el (find-name-arg): Declare for compiler.
9123
9124 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
9125
9126 * savehist.el (savehist-coding-system): Default to a variant coding
9127 system with explicit unix end-of-line conversion, which is safer.
9128
9129 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9130
9131 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
9132 * ibuffer.el (mode column): Use format-mode-line.
9133
9134 * server.el (server-create-window-system-frame): Remove workaround for
9135 a bug that has been fixed.
9136
9137 2008-01-03 Magnus Henoch <magnus@zemdatav>
9138
9139 * net/dbus.el (dbus-name-owner-changed-handler):
9140 Use dbus-unregister-object instead of dbus-unregister-signal.
9141
9142 2008-01-03 Drew Adams <drew.adams@oracle.com>
9143
9144 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
9145
9146 2008-01-03 Richard Stallman <rms@gnu.org>
9147
9148 * replace.el (occur-context-lines): New subroutine,
9149 broken out of occur-engine.
9150 (occur-engine): Call it.
9151
9152 2008-01-03 Alexandre Julliard <julliard@winehq.org>
9153
9154 * vc-git.el (vc-git--ls-files-state): New function.
9155 (vc-git-dir-state): Use it instead of processing the status
9156 results here.
9157
9158 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
9159
9160 * progmodes/grep.el (grep-find-ignored-directories):
9161 Initialize from the value of vc-directory-exclusion-list.
9162
9163 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
9164 even though we don't have a back end for darcs yet.
9165
9166 2008-01-02 Karl Fogel <kfogel@red-bean.com>
9167
9168 Change a return type, for greater extensibility.
9169 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
9170 and its thread for discussion leading to this change.
9171
9172 * bookmark.el (bookmark-jump-noselect):
9173 Return an alist instead of a dotted pair.
9174 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
9175 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
9176 (bookmark-bmenu-switch-other-window): Adjust accordingly.
9177 (bookmark-make-cell-function): Adjust documentation accordingly.
9178
9179 * image-mode.el (image-bookmark-jump):
9180 Adjust return type accordingly; document.
9181
9182 * doc-view.el (doc-view-bookmark-jump):
9183 Adjust return type accordingly; document.
9184
9185 2008-01-02 Miles Bader <miles@gnu.org>
9186
9187 * net/rcirc.el (rcirc-log-filename-function): New variable.
9188 (rcirc-log): Use `rcirc-log-filename-function' to generate the
9189 log-file name. Don't log anything if it returns nil.
9190 (rcirc-log-write): Use `expand-file-name' when merging the
9191 log-file name from the alist with rcirc-log-directory; this does
9192 the right thing if the name in the alist already an absolute
9193 filename. Make the log-file directory if necessary.
9194
9195 2007-12-29 Richard Stallman <rms@gnu.org>
9196
9197 * font-lock.el (font-lock-prepend-text-property)
9198 (font-lock-append-text-property): Canonicalize the face and
9199 font-lock-face properties.
9200
9201 * faces.el (facep): Doc fix.
9202
9203 * startup.el (fancy-startup-tail, fancy-about-text)
9204 (fancy-startup-text): Regularize format of face property.
9205
9206 * facemenu.el (list-colors-print): Use :background and :foreground
9207 instead of background-color and foreground-color.
9208
9209 2007-12-29 Drew Adams <drew.adams@oracle.com>
9210
9211 * cus-edit.el (custom-add-parent-links):
9212 Fill the "Parent documentation" text.
9213
9214 2007-12-29 Eli Zaretskii <eliz@gnu.org>
9215
9216 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
9217 MS-Windows and MS-DOS.
9218 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
9219
9220 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
9221
9222 * vc-svn.el (vc-svn-modify-change comment): New function.
9223
9224 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
9225
9226 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
9227 Do not disable undo, with-temp-buffer does it by default.
9228
9229 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
9230
9231 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
9232 correctly.
9233
9234 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
9235 with vc-state.
9236 (vc-next-action): Fix vc-transfer-file call.
9237
9238 2007-12-31 Tom Tromey <tromey@redhat.com>
9239
9240 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
9241 Move point to the start of the buffer.
9242
9243 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
9244
9245 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
9246
9247 * vc.el: State that dir-state is required to set the vc-state and
9248 vc-backend properties.
9249
9250 2007-12-31 Martin Rudalics <rudalics@gmx.at>
9251
9252 * man.el (Man-default-man-entry): Make this a defun.
9253 Improve guessing mechanism and handling of section numbers.
9254
9255 2007-12-31 Richard Stallman <rms@gnu.org>
9256
9257 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
9258
9259 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
9260
9261 * calc/calc-units.el (calc-convert-temperature): Ensure that units
9262 are on the result even when the result is zero.
9263
9264 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
9265
9266 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
9267 resistent towards wrong parameters.
9268 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
9269
9270 2007-12-30 Richard Stallman <rms@gnu.org>
9271
9272 * faces.el (face-all-attributes): New function.
9273
9274 * faces.el (face-differs-from-default-p): Compute list of attr names
9275 from face-attribute-name-alist.
9276
9277 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
9278 (custom-face-save): Likewise.
9279 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
9280
9281 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
9282 (custom-theme-set-faces): Clear `face-override-spec' property.
9283 Call `face-spec-set' with FOR-DEFFACE.
9284
9285 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
9286
9287 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
9288 Use of frame as third arg is deprecated.
9289 Handle `face-override-spec' property.
9290 (face-spec-recalc): New function.
9291 (face-spec-set-2): New function.
9292 (frame-set-background-mode): Handle `face-override-spec' property.
9293 Use `face-spec-recalc'.
9294 (face-set-after-frame-default): Use `face-spec-recalc'.
9295
9296 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
9297
9298 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
9299
9300 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
9301
9302 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
9303
9304 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
9305
9306 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
9307 'added, 'removed.
9308
9309 * vc.el (header coment): Better description of dir-state.
9310 (vc-compatible-state): New function. Checks whether two states
9311 can be in the same changeset; used with 'edited it can test whether
9312 the next action for a state should be commit.
9313 (vc-default-dired-state-info): Display 'removed state.
9314 (vc-dired-hook): Turn off undo, this is a speed tweak.
9315
9316 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
9317
9318 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
9319 Cope with the possibility that the 'C' status flag might change
9320 in 0.9,6.
9321
9322 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
9323
9324 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
9325
9326 * files.el (cd-absolute): Fix omission bug:
9327 Make `list-buffers-directory' buffer-local.
9328
9329 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
9330
9331 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
9332
9333 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
9334
9335 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
9336
9337 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
9338 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
9339 (math-yacas-compose-deriv, math-yacas-compose-taylor)
9340 (math-maxima-parse-subst, math-maxima-parse-taylor)
9341 (math-maxima-compose-taylor, math-maxima-compose-subst)
9342 (math-maxima-compose-if, math-lang-switch-args)
9343 (math-lang-compose-switch-args, math-read-giac-subscr):
9344 New functions.
9345 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
9346 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
9347 Add languages.
9348 (math-vector-brackets, math-complex-format, math-variable-table)
9349 (math-parse-table, math-oper-table, math-function-table)
9350 (math-special-function-table, math-compose-subscr):
9351 Add values for new languages.
9352
9353 * calc/calccomp.el (math-compose-expr): Add new languages.
9354
9355 * calc/calc.el (calc-language): Add languages to docstring.
9356
9357 * calc/calc-ext.el (calc-init-extensions): Add keybindings
9358 for new languages. Autoload commands to change languages.
9359
9360 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
9361
9362 * calc/calc-menu.el (calc-modes-menu): Add new languages.
9363 (calc-arithmetic-menu, calc-scientific-function-menu)
9364 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
9365 (calc-units-menu, calc-variables-menu, calc-stack-menu):
9366 Add :active keywords.
9367
9368 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
9369
9370 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
9371 returns 'ignored or 'unregistered.
9372 (vc-hg-state): Pass "-A" to the status command and deal with the
9373 output.
9374 (vc-hg-dir-state): Pass "-A" to the status command.
9375
9376 2007-12-29 Richard Stallman <rms@gnu.org>
9377
9378 * progmodes/compile.el (compilation-start): Set initial visible
9379 point properly even when compilation buffer already current.
9380
9381 2007-12-29 Richard Stallman <rms@gnu.org>
9382
9383 * files.el (conf-mode-maybe): New function.
9384 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
9385
9386 2007-12-29 Martin Rudalics <rudalics@gmx.at>
9387
9388 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
9389
9390 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
9391
9392 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
9393
9394 2007-12-29 Richard Stallman <rms@gnu.org>
9395
9396 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
9397 so they never do EOF.
9398
9399 2007-12-29 Richard Stallman <rms@gnu.org>
9400
9401 * faces.el (copy-face): Create the new face explicitly if it
9402 does not exist already.
9403
9404 2007-12-29 Eli Zaretskii <eliz@gnu.org>
9405
9406 * simple.el (minibuffer-history, shell-command-history)
9407 (set-variable-value-history):
9408 * replace.el (regexp-history):
9409 * international/mule-cmds.el (input-method-history):
9410 * files.el (file-name-history): Add reference to history-length in
9411 the doc string.
9412
9413 2007-12-29 Richard Stallman <rms@gnu.org>
9414
9415 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
9416
9417 2007-12-29 Jason Rumney <jasonr@gnu.org>
9418
9419 * find-dired.el (find-name-arg): New custom variable.
9420 (find-name-dired): Use it.
9421 (find-dired-find-program): Remove.
9422 (find-dired): Use find-program.
9423 (find-grep-dired): Use grep-program.
9424
9425 * progmodes/grep.el (rgrep): Use find-name-arg.
9426
9427 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
9428
9429 * progmodes/cc-vars.el (defcustom-c-stylevar):
9430 Revert to pre-2007-12-12 version.
9431
9432 2007-12-29 Richard Stallman <rms@gnu.org>
9433
9434 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
9435
9436 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
9437 Use changed.
9438
9439 * startup.el (fancy-splash-help-echo): Var deleted.
9440 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
9441 (fancy-about-screen): Don't display fancy-splash-help-echo.
9442
9443 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
9444
9445 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
9446
9447 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
9448 to vc-hooks.el so it will be available to other modes, such as
9449 speedbar.el. Also, teach it to recognize monotone state directories.
9450
9451 * speedbar.el: Remove this mode's fragile assumptions about
9452 version-control systems. Instead, make it use logic from
9453 vc-hooks.el so it will become smarter whenever VC mode does.
9454
9455 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
9456 Fix the documentation.
9457
9458 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
9459 Modify all instances of the dir-state back-end method to suppress
9460 keeping undo lists on the buffers holding status output, which
9461 can get extremely large.
9462
9463 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
9464 so they don't do work that the default one can do instead.
9465
9466 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
9467 states, and the new return-value convention. These are not
9468 actually used yet, just set.
9469
9470 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
9471 states when appropriate.
9472
9473 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
9474 'unregistered when appropriate.
9475
9476 * vc-git.el: Document that we don't set the new states yet.
9477
9478 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
9479 'ignored states.
9480
9481 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
9482 appropriate.
9483
9484 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
9485 when appropriate.
9486
9487 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
9488
9489 * thumbs.el (thumbs-call-convert): Use call-process directly
9490 with thumbs-conversion-program instead of through shell-file-name
9491 for better error reporting.
9492
9493 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
9494
9495 * calc/calc-aent.el (math-remove-percentsigns):
9496 * calc/calccomp.el (math-to-percentsigns): Change placeholder
9497 for percent signs.
9498
9499 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
9500
9501 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
9502 use completion-ignored-extensions to detect files that should be
9503 ignorted in VC-Dired listings, heading off lots of expensive calls
9504 to (vc-state).
9505
9506 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
9507 non-terse mode.
9508 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
9509 Makefile.in or Makefile.am.
9510
9511 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9512
9513 * ps-print.el (ps-mark-active-p): Fun returned back.
9514 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
9515 `region-active-p' for error checking.
9516
9517 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
9518
9519 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
9520 Put new machinery in place to support editing of change comments
9521 with 'e' in a log-view buffer. Not documented yet as this
9522 only works for SCCS, RCS, and maybe CVS if you have admin
9523 privileges. When we have backend support for Subversion and
9524 more modern systems it will be time to write this up.
9525
9526 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
9527
9528 * international/mule-cmds.el (select-safe-coding-system):
9529 When a buffer is modified, cancel the writing.
9530
9531 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
9532
9533 * log-view.el: Add Subversion and Mercurial log format samples.
9534
9535 * vc.el (vc-dired-hook): Significantly speed up by arranging for
9536 it to call the backend dir-state hook (if it exists)
9537 exactly *once*, rather than once per each subdirectory (with
9538 dired-state-info calls on all toplevel files slowing it down even
9539 further). For this to work, backend dir-state methods have to
9540 recurse to subdirectories. Most of them already did anyway; a few
9541 needed *non*-recursion switches removed. This change mostly
9542 removed code that was perversely bad and should have been shot
9543 through the head years ago.
9544
9545 * vc-bzr.el (vc-bzr-dir-state):
9546 * vc-cvs.el (vc-cvs-dir-state):
9547 * vc-mcvs.el (vc-mcvs-dir-state):
9548 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
9549
9550 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
9551 multiple arguments, so generate logs sequentially when we get them.
9552 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
9553 headers so the various log bindings can do the right thing.
9554 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
9555
9556 2007-12-26 Andreas Schwab <schwab@suse.de>
9557
9558 * font-lock.el (save-buffer-state): Make sure the state of the
9559 buffer is always restored.
9560
9561 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
9562
9563 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
9564
9565 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
9566 a variable.
9567
9568 * calc/calccomp.el (math-to-percentsigns): New function.
9569 (math-compose-var): Handle variables with percent signs.
9570 (math-compose-expr): Handle function names with percent signs.
9571
9572 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
9573 (math-read-exprs): Handle percent signs in languages that
9574 allow them.
9575 (math-restore-underscores): Remove function.
9576 (math-remove-percentsigns, math-restore-placeholders):
9577 New functions.
9578
9579 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9580
9581 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
9582 of `mark' for error checking.
9583
9584 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
9585
9586 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
9587 New functions.
9588 (image-mode): Set bookmark-make-cell-function appropriately.
9589
9590 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
9591
9592 * bookmark.el (bookmark-make-cell-function): New variable.
9593 (bookmark-make): Call bookmark-make-cell-function's function
9594 instead of bookmark-make-cell.
9595 (bookmark-get-handler, bookmark-jump-internal): New functions.
9596 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
9597 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
9598 Use bookmark-jump-internal.
9599 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
9600
9601 * doc-view.el (doc-view-bookmark-make-cell)
9602 (doc-view-bookmark-jump): New functions.
9603 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
9604
9605 2007-12-25 Miles Bader <miles@gnu.org>
9606
9607 * indent.el (indent-for-tab-command): Rigidly indent the following
9608 sexp along with the current line when a prefix arg is given in the
9609 non-active-region case. Specify raw prefix in interactive spec.
9610 Simplify main indentation logic to get rid of the conditional call
9611 to `indent-according-to-mode' (it just ended up calling
9612 `indent-line-function' in all cases anyway, which can be done more
9613 simply here). Remove unnecessary test of ARG in active region case.
9614
9615 2007-12-25 Richard Stallman <rms@gnu.org>
9616
9617 * allout.el (allout-region-active-p): Rename from my-region-active-p.
9618 Use `use-region-p'.
9619 (allout-write-file-hook-handler): Simplify code.
9620
9621 * ps-print.el (ps-mark-active-p): Function deleted.
9622 (ps-print-preprint-region): Use (mark) for the error check.
9623
9624 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
9625
9626 * winner.el (winner-active-region): Use `mark-active' if it's defined.
9627
9628 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
9629
9630 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
9631
9632 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
9633
9634 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
9635
9636 * progmodes/cc-defs.el (c-region-is-active-p):
9637 Use `mark-active' if it's defined.
9638
9639 * progmodes/cc-cmds.el (c-indent-line-or-region):
9640 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
9641
9642 * simple.el (select-active-regions): New option.
9643 (set-mark): Obey it.
9644 (yank-pop-change-selection): New option.
9645 (current-kill): Obey it.
9646
9647 * simple.el (use-region-p): Rename from `region-active-p'.
9648 (region-active-p): New function.
9649
9650 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
9651
9652 * term/x-win.el (x-select-enable-primary): New option.
9653 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
9654
9655 * mouse.el (mouse-yank-primary): New function (almost same
9656 as mouse-yank-secondary).
9657
9658 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
9659
9660 * calculator.el:
9661 * dframe.el:
9662 * iswitchb.el:
9663 * whitespace.el:
9664 * winner.el:
9665 * emacs-lisp/checkdoc.el:
9666 * mail/feedmail.el:
9667 * net/quickurl.el:
9668 * obsolete/fast-lock.el:
9669 * play/5x5.el:
9670 * progmodes/delphi.el:
9671 * progmodes/idlw-shell.el:
9672 * progmodes/idlwave.el:
9673 * textmodes/artist.el:
9674 * textmodes/ispell.el:
9675 * textmodes/texinfmt.el:
9676 * textmodes/texinfo.el: Remove obsolete definitions of backward
9677 compatibility macros for defcustom, defgroup, defface, when,
9678 unless, with-current-buffer and with-temp-message.
9679
9680 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
9681
9682 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
9683
9684 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
9685
9686 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
9687 indeed a process.
9688
9689 2007-12-23 Richard Stallman <rms@gnu.org>
9690
9691 * simple.el (region-active-p): New function.
9692 (use-empty-active-region): New variable.
9693
9694 * dired-aux.el (dired): Load dired.el at run time too.
9695
9696 2007-12-23 Juri Linkov <juri@jurta.org>
9697
9698 * man.el (Man-follow-manual-reference): Fill the minibuffer's
9699 default list with a full list of references.
9700
9701 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
9702
9703 2007-12-23 Andreas Schwab <schwab@suse.de>
9704
9705 * files.el (switch-to-buffer-other-frame): Return the buffer
9706 switched to.
9707
9708 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
9709
9710 Sync with Tramp 2.1.12.
9711
9712 * net/tramp.el: New todo item.
9713
9714 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
9715 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
9716
9717 * net/trampver.el: Update release number.
9718
9719 2007-12-22 Richard Stallman <rms@gnu.org>
9720
9721 * newcomment.el (comment-region-default): Don't triple the
9722 comment starter if the first region line isn't indented enough.
9723
9724 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
9725
9726 * net/imap.el (imap-authenticate): Use current-buffer instead of
9727 buffer, for the cases where imap-authenticate is called with a nil
9728 buffer parameter.
9729
9730 2007-12-21 Martin Rudalics <rudalics@gmx.at>
9731
9732 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
9733 specifier from format-string. Reported by Ye Wenbin.
9734
9735 2007-12-20 Jason Rumney <jasonr@gnu.org>
9736
9737 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
9738 Parent group is font-lock-faces.
9739 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
9740 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
9741 (nxml-version): Remove.
9742 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
9743 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
9744 (nxml-processing-instruction-delimiter)
9745 (nxml-processing-instruction-target)
9746 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
9747 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
9748 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
9749 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
9750 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
9751 (nxml-attribute-prefix, nxml-attribute-colon)
9752 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
9753 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
9754 (nxml-attribute-value, nxml-attribute-value-delimiter)
9755 (nxml-namespace-attibute-value)
9756 (nxml-namespace-attribure-value-delimiter)
9757 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
9758 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
9759 (nxml-glyph): Rename, removing -face suffix.
9760 Inherit from existing font-lock faces.
9761 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
9762 Use new face names.
9763
9764 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9765 (nxml-outline-active-indicator, nxml-outline-ellipsis):
9766 Rename, removing -face suffix.
9767 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
9768 (nxml-highlighted-colon, nxml-highlighted-slash)
9769 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
9770 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
9771 (nxml-highlighted-qname, nxml-outline-display-heading):
9772 Use new face names.
9773
9774 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
9775
9776 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
9777
9778 2007-12-19 Martin Rudalics <rudalics@gmx.at>
9779
9780 * cus-start.el (all): Use correct group name for members of
9781 mode-line group.
9782
9783 * man.el (Man-default-man-entry): When looking for default man
9784 entry title search text preceding point. Use when instead of if.
9785
9786 * indent.el (indent-for-tab-command): Fix doc-string typo.
9787
9788 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
9789 vc-parent-buffer is the current buffer.
9790
9791 * info-look.el (info-lookup, info-lookup-setup-mode)
9792 (info-lookup-make-completions): Avoid clobbering Info-history and
9793 Info-history-list.
9794
9795 2007-12-19 Glenn Morris <rgm@gnu.org>
9796
9797 * progmodes/verilog-mode.el (top-level): Don't require compile.
9798 (compilation-error-regexp-alist, compilation-last-buffer):
9799 Define for compiler.
9800 (verilog-insert-1): New function.
9801 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
9802 Use verilog-insert-1.
9803 (verilog-surelint-off): Use next-error-last-buffer if bound.
9804 Check compile buffer is live.
9805
9806 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
9807
9808 * progmodes/compile.el (compilation-start): Don't pass a FRAME
9809 argument to display-buffer.
9810
9811 2007-12-19 Jason Rumney <jasonr@gnu.org>
9812
9813 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
9814 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
9815 (rng-byte-compile-load, rng-write-version): Remove.
9816
9817 * nxml/rng-loc.el (rng-schema-locating-files-default)
9818 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
9819 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
9820
9821 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
9822
9823 * files.el (cd-absolute): Set `list-buffers-directory' in order to
9824 show correct path in buffer list.
9825
9826 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
9827 (tramp-find-shell): Send only single prompt setting commands, in
9828 order to avoid double-prompt.
9829
9830 * net/tramp-compat.el (top): Require cl only when compiling.
9831 Reported by Glenn Morris <rgm@gnu.org>.
9832
9833 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
9834
9835 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
9836 (c-comment-continuation-stars): No longer declare with
9837 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
9838 (c-block-comment-prefix): Use symbol-value to
9839 access c-comment-continuation-stars.
9840 * progmodes/cc-mode.el (c-initialize-cc-mode):
9841 Use symbol-value to access c-comment-continuation-stars.
9842
9843 2007-12-18 Mark A. Hershberger <mah@everybody.org>
9844
9845 * xml.el (xml-escape-string): New function. Escape string using
9846 xml-entity-alist.
9847 (xml-debug-print-internal): Use xml-escape-string to escape
9848 characters in attributes and in text children of elements.
9849
9850 2007-12-18 Glenn Morris <rgm@gnu.org>
9851
9852 * progmodes/cc-subword.el (c-subword-mode): Drop support for
9853 systems without define-minor-mode.
9854
9855 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
9856
9857 * progmodes/verilog-mode.el: Replace all instances of
9858 string-to-int with string-to-number, insert-string with insert,
9859 and read-input with read-string.
9860 (top-level): No need to require imenu, reporter, dinotrace, vc,
9861 font-lock when compiling. Always require compile. Relegate remaining
9862 compatibility cruft to XEmacs. Don't require font-lock.
9863 (verilog-version): Remove superfluous concat.
9864 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
9865 No need to define.
9866 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
9867 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
9868 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
9869 (verilog-startup-message-displayed): These are variables, not constants.
9870 (verilog-batch-execute-func, verilog-auto-inst)
9871 (verilog-auto-inst-param): Use mapc rather than mapcar.
9872 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
9873 actually defining.
9874 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
9875 (verilog-modi-get-outputs, verilog-modi-get-inouts)
9876 (verilog-modi-get-inputs, verilog-modi-get-wires)
9877 (verilog-modi-get-regs, verilog-modi-get-assigns)
9878 (verilog-modi-get-consts, verilog-modi-get-gparams)
9879 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
9880 (verilog-modi-get-sub-inputs): Move inline functions earlier in
9881 the file.
9882 (sigs-in, sigs-out): Don't declare multiple times.
9883 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
9884 `defvar'.
9885 (verilog-auto): Call dinotrace-unannotate-all only if bound.
9886 (verilog-module-inside-filename-p): No need to wrap fboundp test
9887 in condition-case.
9888 (reporter-submit-bug-report): Autoload it.
9889 (verilog-mark-defun): Call zmacs-activate-region only if bound.
9890 (verilog-font-customize): Call customize-apropos only if bound.
9891 (verilog-getopt-flags, verilog-auto-reeval-locals):
9892 Use make-local-variable rather than make-variable-buffer-local.
9893 (verilog-company, verilog-project, verilog-modi-cache-list):
9894 Move make-variable-buffer-local calls to top-level.
9895 (font-lock-defaults-alist): Don't define it.
9896 (verilog-need-fld): Remove.
9897 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
9898 (verilog-mode): Only call make-local-hook on XEmacs.
9899 Set font-lock-defaults rather than using verilog-font-lock-init.
9900
9901 2007-12-17 Andreas Schwab <schwab@suse.de>
9902
9903 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
9904 Fix comment typo.
9905
9906 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
9907
9908 * net/dbus.el (dbus-name-owner-changed-handler):
9909 Use `dbus-unregister-signal' for removing old rules.
9910 Obey new structure of `dbus-registered-functions-table'.
9911
9912 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
9913
9914 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
9915
9916 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
9917
9918 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
9919 function.
9920 (add-submenu): Only define for XEmacs.
9921 (verilog-regexp-words): Revert previous change, keep the other
9922 definition.
9923
9924 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
9925
9926 * progmodes/perl-mode.el (perl-continued-statement-offset)
9927 (perl-continued-brace-offset, perl-brace-offset)
9928 (perl-brace-imaginary-offset, perl-label-offset):
9929 * progmodes/cperl-mode.el (cperl-brace-offset)
9930 (cperl-continued-brace-offset, cperl-label-offset)
9931 (cperl-continued-statement-offset)
9932 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
9933 Add safe-local-variable properties.
9934
9935 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9936
9937 * progmodes/verilog-mode.el (verilog-mode-map)
9938 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
9939 (verilog-colorize-include-files): Use only overlay functions so
9940 that it can work on both emacs and XEmacs.
9941 (set-extent-keymap): Remove unused defun.
9942 (verilog-kill-existing-comment, verilog-insert-date)
9943 (verilog-insert-year): Rename in order not to pollute the global
9944 namespace from kill-existing-comment, insert-date and
9945 insert-year, respectively.
9946 (verilog-set-auto-endcomments, verilog-header): Update callers.
9947
9948 * files.el (auto-mode-alist): Recognize verilog files.
9949
9950 * progmodes/verilog-mode.el (verilog-string-replace-matches)
9951 (verilog-string-remove-spaces, verilog-re-search-forward)
9952 (verilog-re-search-backward, verilog-re-search-forward-quick)
9953 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
9954 (verilog-get-end-of-line, verilog-within-string): Move definitions
9955 before first use. No code changes.
9956
9957 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9958
9959 * progmodes/verilog-mode.el (verilog-mode-version)
9960 (verilog-mode-release-date): Don't use expanding keywords.
9961 (provide): Move to the end of file.
9962 (fboundp): Don't check if eval-when-compile is bound, it is used
9963 later in the file without checking.
9964 (when, unless): Copy definitions from subr.el.
9965 (char-before, defcustom, defface, customize-group)
9966 (verilog-batch-error-wrapper): Don't use old style backquotes.
9967 (verilog-regexp-opt): Avoid using the cl function case.
9968 (verilog-regexp-words): Remove duplicated definition.
9969 (verilog-mode-abbrev-table): Remove, duplicate.
9970 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
9971 Declare and initialize in one step.
9972 (verilog-declaration-prefix-re, verilog-declaration-re)
9973 (verilog-end-of-statement, verilog-indent-declaration)
9974 (verilog-get-lineup-indent): Remove trailing whitespace.
9975 (verilog-mode): Fix autoload cookie.
9976 Set beginning-of-defun-function and end-of-defun-function. Use when
9977 instead of if.
9978 (verilog-emacs-features, verilog-auto-ascii-enum)
9979 (verilog-insert-indices): Escape braces in doc strings.
9980
9981 2007-12-08 Michael McNamara <mac@verilog.com>
9982 Wilson Snyder <wsnyder@wsnyder.org>
9983
9984 * progmodes/verilog-mode.el: New file.
9985
9986 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
9987
9988 * international/latexenc.el (latexenc-find-file-coding-system):
9989 If both coding-system-for-write and buffer-file-coding-system of
9990 latex-main-file are nil, use `undecided'.
9991
9992 2007-12-06 Jason Rumney <jasonr@gnu.org>
9993
9994 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
9995
9996 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9997
9998 * files.el (revert-buffer): Docstring fix.
9999
10000 2007-12-11 Glenn Morris <rgm@gnu.org>
10001
10002 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
10003
10004 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
10005
10006 * calc/calc-aent.el (math-restore-underscores)
10007 (math-string-restore-underscores): New functions.
10008 (math-read-factor): Properly check variable names with underscores
10009 for entries in `math-expr-variable-mapping'.
10010
10011 * calc/calc-lang.el (math-lang-name): New property name.
10012
10013 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
10014 to set language name.
10015
10016 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
10017
10018 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10019
10020 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
10021
10022 * server.el (server-select-display): Fix important typo.
10023 (server-process-filter): Turn a "" display into nil.
10024
10025 2007-12-09 Juri Linkov <juri@jurta.org>
10026
10027 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
10028 Check search-upper-case before calling isearch-no-upper-case-p
10029 to set case-fold-search.
10030 (occur): Doc fix.
10031 (occur-1, perform-replace): Check search-upper-case before calling
10032 isearch-no-upper-case-p to set case-fold-search.
10033
10034 * isearch.el (search-upper-case): Doc fix.
10035 (isearch-mode-map): Bind `M-s o' to isearch-occur.
10036 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
10037 (isearch-query-replace-regexp): Doc fix.
10038 (isearch-occur): New function.
10039
10040 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
10041
10042 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
10043 backward compatibility.
10044
10045 * net/imap.el (imap-string-to-integer): New function.
10046
10047 2007-12-09 David Kastrup <dak@gnu.org>
10048
10049 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
10050 directories. Not sure anybody uses this anymore, though.
10051
10052 2007-12-09 Glenn Morris <rgm@gnu.org>
10053
10054 * emulation/viper-init.el (top-level): Use dolist rather than mapc
10055 in make-variable-frame-local call.
10056
10057 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
10058
10059 * mail/hashcash.el (declare-function):
10060 * net/imap.el (declare-function): New no-op macro for backward
10061 compatibility.
10062
10063 2007-12-08 Eli Zaretskii <eliz@gnu.org>
10064
10065 Sync makefile.w32-in with Makefile.in.
10066
10067 * makefile.w32-in (check-declare): New target.
10068 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
10069 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
10070 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
10071 ($(lisp)/progmodes/cc-mode.elc): Use it.
10072 ($(lisp)/progmodes/cc-mode.elc): New rule.
10073
10074 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
10075
10076 * indent.el (tab-stop-list): Mark as safe-local-variable.
10077
10078 * generic-x.el (etc-sudoers-generic-mode): New mode.
10079 (generic-unix-modes): Add it.
10080
10081 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
10082
10083 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
10084 apply wildcards in a hash table key; there is no usable hash code then.
10085 (dbus-registered-functions-table): Use `equal' as test function.
10086 (dbus-name-owner-changed-handler): Rewrite due to new hash table
10087 structure.
10088
10089 2007-12-08 Martin Rudalics <rudalics@gmx.at>
10090
10091 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
10092 bound error in block comment branch.
10093
10094 2007-12-08 David Kastrup <dak@gnu.org>
10095
10096 * textmodes/reftex.el (reftex-select-with-char):
10097 * textmodes/reftex-toc.el (reftex-toc-do-promote)
10098 (reftex-toc-visit-location, reftex-toc-find-section):
10099 * textmodes/reftex-index.el (reftex-index-show-entry):
10100 * textmodes/org.el (org-cycle-hide-archived-subtrees)
10101 (org-table-rotate-recalc-marks, org-mark-ring-push)
10102 (org-follow-info-link, org-mhe-get-message-folder-from-index)
10103 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
10104 (org-evaluate-time-range, org-edit-agenda-file-list):
10105 * textmodes/artist.el (artist-select-next-op-in-list)
10106 (artist-select-prev-op-in-list):
10107 * term/mac-win.el (mac-service-insert-text):
10108 * startup.el (fancy-about-screen):
10109 * progmodes/vhdl-mode.el (vhdl-decision-query):
10110 * progmodes/idlwave.el (idlwave-template)
10111 (idlwave-scroll-completions, idlwave-display-completion-list):
10112 * progmodes/ebrowse.el (ebrowse-show-progress):
10113 * progmodes/cperl-mode.el (cperl-find-pods-heres):
10114 * progmodes/antlr-mode.el (antlr-insert-option-do):
10115 * play/mpuz.el (mpuz-close-game):
10116 * net/rcirc.el (rcirc-next-active-buffer):
10117 * mail/reporter.el (reporter-update-status):
10118 * kmacro.el (kmacro-display):
10119 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
10120 * emulation/viper-util.el (viper-save-setting):
10121 * emacs-lisp/lisp-mnt.el (lm-verify):
10122 * emacs-lisp/edebug.el (edebug-set-mode):
10123 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
10124 * calendar/calendar.el (calendar-print-day-of-year):
10125 * calc/calcalg3.el (calc-curve-fit):
10126 * calc/calcalg2.el (math-integral):
10127 * calc/calc.el (calc-read-key-sequence, calc-version):
10128 * calc/calc-mode.el (calc-set-simplify-mode):
10129 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
10130
10131 2007-12-07 D. Goel <deego3@gmail.com>
10132
10133 * progmodes/idlw-shell.el (idlwave-shell-display-line)
10134 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
10135 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
10136 * mail/uce.el (uce-reply-to-uce)
10137 * progmodes/vhdl-mode.el (vhdl-template-modify)
10138 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
10139 to `error' (as suggested by RMS.)
10140
10141 2007-12-07 Glenn Morris <rgm@gnu.org>
10142
10143 * allout.el (allout-write-file-hook-handler):
10144 * textmodes/reftex.el (reftex-TeX-master-file):
10145 * textmodes/reftex-parse.el (reftex-short-context):
10146 Revert previous change.
10147
10148 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
10149
10150 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
10151 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
10152 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
10153 (dbus-event-service-name, dbus-event-path-name)
10154 (dbus-event-interface-name, dbus-event-member-name): Fix for new
10155 event structure.
10156 (dbus-list-activatable-names, dbus-list-names)
10157 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
10158 Reorder `dbus-call-method' arguments.
10159
10160 2007-12-06 D. Goel <deego3@gmail.com>
10161
10162 * allout.el (allout-write-file-hook-handler):
10163 * textmodes/reftex.el (reftex-TeX-master-file):
10164 * textmodes/org.el (org-paste-subtree):
10165 * progmodes/vhdl-mode.el (vhdl-template-modify):
10166 * progmodes/idlw-shell.el (idlwave-shell-send-command)
10167 (idlwave-shell-display-line):
10168 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
10169 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10170 * net/trampver.el (x):
10171 * mail/uce.el (uce-reply-to-uce):
10172 * mail/rmailout.el (rmail-output):
10173 * mail/feedmail.el (feedmail-dump-message-to-queue):
10174 * whitespace.el (whitespace-write-file-hook):
10175 * wdired.el (wdired-check-kill-buffer):
10176 * vc.el (vc-update):
10177 * vc-mcvs.el (vc-mcvs-checkin):
10178 * vc-cvs.el (vc-cvs-checkin):
10179 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
10180 * ibuffer.el (ibuffer-current-buffer):
10181 * dired.el (dired-move-to-end-of-filename):
10182 * bindings.el (complete-symbol):
10183 * textmodes/org-publish.el (org-publish-file):
10184 (org-publish-current-project):
10185 * textmodes/reftex-parse.el (reftex-short-context):
10186 * textmodes/texinfmt.el: Fix buggy calls to `error'.
10187
10188 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10189
10190 * doc-view.el (doc-view-dvi->pdf-sentinel)
10191 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
10192 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
10193 within a sentinel or timer.
10194 (doc-view-display): Don't try to display before the requested page
10195 is available, unless told to do so explicitly.
10196 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
10197 Force display even if the requested page is not available.
10198
10199 2007-12-06 Richard Stallman <rms@gnu.org>
10200
10201 * help-fns.el (describe-function-1): Call ad-get-advice-info
10202 only on symbols.
10203
10204 2007-12-06 Glenn Morris <rgm@gnu.org>
10205
10206 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
10207 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
10208 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
10209 faces in non-light-background case.
10210
10211 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
10212 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
10213 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
10214 * emulation/vi.el, emulation/viper-cmd.el:
10215 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
10216 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
10217 * textmodes/fill.el: Remove directory part from filenames in
10218 function declarations.
10219
10220 * dired-aux.el (mailcap-mime-info): Update declaration.
10221
10222 2007-12-05 Richard Stallman <rms@gnu.org>
10223
10224 * wid-edit.el (widget-type): Doc fix.
10225
10226 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
10227
10228 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10229 Don't match "sub { (...) ... }".
10230
10231 2007-12-05 Richard Stallman <rms@gnu.org>
10232
10233 * international/mule-cmds.el (toggle-input-method-active): New var.
10234 (toggle-input-method): Bind toggle-input-method-active to t.
10235 Error if it was already non-nil.
10236
10237 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
10238
10239 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10240
10241 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
10242
10243 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
10244 see if certs should be verified and what is to be done in the
10245 event of a verification failure.
10246
10247 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
10248
10249 * net/tls.el (tls-program): Provide more custom choices from
10250 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
10251 (tls-process-connection-type, tls-success): Remove "*" in doc string.
10252 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10253 version. Minor improvement to doc strings.
10254 (tls-program): Add comment.
10255
10256 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
10257
10258 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10259 (tls-checktrust): New variable. Check if GNU TLS complained about a
10260 mismatch between the hostname provided in the certificate and the name
10261 of the host connnecting to.
10262 (open-tls-stream): Use them. Check certificates against trusted root
10263 certificates.
10264
10265 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
10266
10267 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10268 (imap-parse-status): Upcase status-att for broken servers that sends
10269 them lower-case (e.g., MS Exchange 2007).
10270
10271 2007-12-05 D. Goel <deego3@gmail.com>
10272
10273 * simple.el (undo):
10274 * image-dired.el (image-dired-display-thumb-properties):
10275 (image-dired-modify-mark-on-thumb-original-file):
10276 (image-dired-dired-display-properties):
10277 * help.el (help-window-display-message):
10278 * files.el (hack-local-variables-confirm):
10279 * ediff.el (ediff-version):
10280 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
10281 `message' and `error': Ensure that first arg is a format string.
10282
10283 * emacs-lisp/find-func.el (find-library-name): Prefer files with
10284 ".el" suffix over "".
10285
10286 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
10287
10288 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
10289 interface and member fields.
10290
10291 2007-12-05 Glenn Morris <rgm@gnu.org>
10292
10293 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
10294 (pcomplete-here): Autoload it.
10295
10296 * eshell/em-basic.el (print-func): No need to define for compiler.
10297
10298 * eshell/esh-cmd.el (eshell-debug-command):
10299 * eshell/esh-io.el (eshell-print): Move definitions before use.
10300
10301 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
10302
10303 * eshell/esh-util.el (top-level): Don't require pp.
10304 Use condition-case rather than ignore-errors.
10305
10306 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
10307
10308 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
10309 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
10310 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
10311 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
10312 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
10313 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
10314 * eshell/esh-util.el, eshell/eshell.el: Require individual files
10315 if needed when compiling, rather than esh-maint. Collect any
10316 require statements. Move provide statement to end. Move any
10317 commentary to start.
10318
10319 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
10320 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
10321 * eshell/esh-proc.el, eshell/esh-var.el:
10322 Require individual files if needed when compiling, rather than
10323 esh-maint. Collect any require statements. Leave provide at start.
10324 Move any commentary to start.
10325
10326 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
10327 Remove declared function from byte-compile-noruntime-functions.
10328
10329 * ediff-util.el (ediff-version):
10330 * progmodes/python.el (compilation-shell-minor-mode):
10331 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
10332 (calendar-bahai-date-string, calendar-check-holidays)
10333 (calendar-chinese-date-string, calendar-coptic-date-string)
10334 (calendar-ethiopic-date-string, calendar-forward-day)
10335 (calendar-french-date-string, calendar-goto-date)
10336 (calendar-goto-today, calendar-hebrew-date-string)
10337 (calendar-islamic-date-string, calendar-iso-date-string)
10338 (calendar-julian-date-string, calendar-mayan-date-string)
10339 (calendar-persian-date-string, gnus-summary-last-subject)
10340 (parse-time-string, rmail-show-message): Declare as functions.
10341
10342 2007-12-05 Michael Olson <mwolson@gnu.org>
10343
10344 * textmodes/remember.el: Merge contents of remember-diary.el here,
10345 updating header. Add autoload cookie so that byte-compilation
10346 works without warning.
10347 (remember-diary-file): Default to nil, since diary might not yet
10348 be loaded at this point, which would deny us access to diary-file.
10349 (remember-diary-extract-entries): If remember-diary-file is nil,
10350 then use diary-file instead.
10351
10352 * textmodes/remember-diary.el: Remove, due to the issue of needing
10353 the first 8 characters of a filename to be unique.
10354
10355 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
10356
10357 * net/dbus.el (dbus-hash-table=): New defun.
10358 (dbus-hash-table-test): New hash table test function, used in
10359 `dbus-registered-functions-table'.
10360 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
10361 (dbus-event-service-name, dbus-event-path-name)
10362 (dbus-event-interface-name, dbus-event-member-name):
10363 Rewrite, due to new structure of `dbus-event'.
10364
10365 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
10366
10367 * ido.el (ido-save-history): Set the `coding' local
10368 variable in the first line of the file.
10369
10370 2007-12-04 Glenn Morris <rgm@gnu.org>
10371
10372 * password-cache.el: Move here from gnus/password.el.
10373 (top-level): Don't require cl when compiling.
10374 (password-read-and-add): Doc fix. Make obsolete.
10375
10376 * net/tramp.el: Require password-cache or password.
10377
10378 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
10379 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
10380 compiling.
10381 (cua-set-rectangle-mark): Add doc string to autoload.
10382 (cua--rectangle, cua--last-killed-rectangle)
10383 (cua--global-mark-active): Always define for compiler.
10384 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
10385 (cua--delete-rectangle, cua--insert-rectangle)
10386 (cua--rectangle-corner, cua--rectangle-assert)
10387 (cua--insert-at-global-mark, cua--global-mark-post-command):
10388 Declare as functions.
10389
10390 * emulation/cua-gmrk.el (top-level): Move provide to end.
10391
10392 * emulation/cua-rect.el (top-level): Move provide to end.
10393 Don't require cua-gmrk when compiling.
10394 (cua--cut-rectangle-to-global-mark)
10395 (cua--copy-rectangle-to-global-mark): Declare as functions.
10396
10397 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
10398 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
10399 (viper-vi-state-cursor-color):
10400 Consolidate make-variable-frame-local calls.
10401
10402 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
10403 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
10404 than bbdb-address-street1,2,3.
10405
10406 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
10407 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
10408
10409 2007-12-03 Karl Fogel <kfogel@red-bean.com>
10410
10411 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
10412 (save-place-alist-to-file, load-save-place-alist-from-file):
10413 Don't print non-error messages at all, there's really no need.
10414 Do print if there's a problem, and clarify message in that case.
10415
10416 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
10417
10418 * ediff-diff.el (ediff-prepare-error-list):
10419 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
10420
10421 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
10422
10423 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
10424 (doc-view-current-overlay, doc-view-pending-cache-flush):
10425 Add doc string.
10426
10427 2007-12-03 Richard Stallman <rms@gnu.org>
10428
10429 * subr.el (declare-function): Move from byte-run.el.
10430
10431 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
10432
10433 * window.el (recenter-top-bottom): Don't use `ecase'.
10434
10435 2007-12-02 Karl Fogel <kfogel@red-bean.com>
10436
10437 * saveplace.el (save-place-alist-to-file):
10438 Set coding-system-for-write once and refer to it throughout.
10439 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
10440
10441 2007-12-02 Karl Fogel <kfogel@red-bean.com>
10442
10443 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
10444 system when writing, and set it in the first-line file variables.
10445 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
10446 Juanma Barranquero.
10447
10448 2007-12-02 Glenn Morris <rgm@gnu.org>
10449
10450 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
10451 Reverse branches of if statement.
10452
10453 * emulation/viper-cmd.el (top-level): Don't require advice.
10454 Don't load viper-util, viper-keym, viper-mous, viper-macs,
10455 viper-ex when compiling.
10456
10457 * emulation/viper-ex.el (top-level): Don't load viper-util,
10458 viper-keym when compiling.
10459
10460 * emulation/viper-init.el (top-level): Move provide statement to end.
10461
10462 * emulation/viper-keym.el (top-level): Don't load viper-util when
10463 compiling. Move provide statement to end.
10464
10465 * emulation/viper-macs.el (top-level): Don't load viper-util,
10466 viper-keym, viper-mous when compiling.
10467
10468 * emulation/viper-mous.el (top-level): Don't load viper-util when
10469 compiling.
10470
10471 * emulation/viper-util.el (top-level): Don't load viper-init when
10472 compiling.
10473
10474 * emulation/viper.el (top-level): Don't require ring.
10475 Don't load viper-init, viper-cmd when compiling.
10476
10477 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
10478 Move here from gnus/.
10479
10480 2007-12-02 Karl Fogel <kfogel@red-bean.com>
10481
10482 Offer option for saveplace to be quiet about loading and saving.
10483 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
10484
10485 * saveplace.el (save-place-quiet): New customizable boolean.
10486 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
10487 to determine whether to print loading/saving messages.
10488
10489 2007-12-02 Glenn Morris <rgm@gnu.org>
10490
10491 * mail/binhex.el: Move here from gnus/.
10492 (binhex): New custom group.
10493 (binhex-decoder-program, binhex-decoder-switches)
10494 (binhex-use-external): Move to the binhex custom group.
10495
10496 * mail/uudecode.el: Move here from gnus/.
10497 (uudecode): New custom group.
10498 (uudecode-decoder-program, uudecode-decoder-switches)
10499 (uudecode-use-external): Move to the uudecode custom group.
10500
10501 * net/netrc.el (top-level): Don't load `encrypt' features.
10502 (netrc-parse): Don't use encrypt.
10503 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10504
10505 * progmodes/python.el (top-level): Don't require cl when compiling.
10506
10507 2007-12-02 Agustín Martín <agustin.martin@hispalinux.es>
10508
10509 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
10510 encoding for aspell process and for communication with it.
10511 Only add "-d" option if not already present.
10512 Use ispell-current-dictionary and ispell-current-personal-dictionary.
10513 General reorganization.
10514
10515 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
10516 encoding here.
10517 (ispell-start-process): Explicitly set encoding here if using aspell.
10518
10519 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
10520
10521 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
10522 function to log-edit.
10523
10524 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
10525
10526 * net/dbus.el: New file.
10527
10528 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
10529
10530 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
10531 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
10532 (calc-lang-parens-are-subscripts): New variables.
10533 (math-expr-special-function-mapping): Remove variable.
10534 (math-eqn-ignore-words, math-tex-ignore-words)
10535 (math-latex-ignore-words): Move to calc-lang.el.
10536
10537 * calc/calc-lang.el (math-compose-vector, math-compose-var)
10538 (math-tex-expr-is-flat): Declare as functions.
10539 (calc-lang-slash-idiv, calc-lang-allow-underscores)
10540 (math-comp-left-bracket, math-comp-right-bracket)
10541 (math-comp-comma, math-comp-vector-prec): Declare as variables.
10542 (math-var-formatter, math-matrix-formatter)
10543 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
10544 (math-punc-table, math-compose-subscr, math-dots)
10545 (math-func-formatter): New property names to store language
10546 specific information.
10547 (math-compose-tex-var, math-compose-tex-intv)
10548 (math-compose-maple-intv, math-compose-eqn-intv)
10549 (math-compose-tex-sum, math-compose-tex-func)
10550 (math-compose-tex-intv): New functions.
10551 (math-eqn-ignore-words, math-tex-ignore-words)
10552 (math-latex-ignore-words): Move from calc.el.
10553 (math-special-function-table): Add entries for tex.
10554 (calc-lang-slash-idiv, calc-lang-allows-underscores):
10555 New variables.
10556 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
10557 (math-compose-tex-matrix, math-compose-eqn-matrix)
10558 (math-eqn-special-functions): Move from calccomp.el.
10559
10560 * calc/calccomp.el (math-compose-var): New function.
10561 (math-compose-expr): Allow more special functions to be used.
10562 Change test for formatting fractions. Use variables and property
10563 names to help with language specific formatting.
10564 (math-compose-tex-matrix, math-compose-eqn-matrix)
10565 (math-eqn-special-functions): Move to calc-lang.el.
10566 (math-compose-rows): Use property names to help with language
10567 specific formatting.
10568
10569 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
10570 into nested subscripts.
10571 (math-read-token): Use variables and property names to help with
10572 language specific parsing.
10573 (math-read-expression-level): Use variables to help with language
10574 specific parsing.
10575
10576 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10577
10578 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
10579 (archive-rar-summarize): Allow the file name to be passed as argument.
10580 Remove unused vars `header' and `footer'.
10581 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
10582
10583 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
10584
10585 * log-edit.el (log-edit-show-diff): New function.
10586 (log-edit-mode-map, log-edit-menu): Bind it.
10587 (log-edit-diff-function): New variable.
10588 (log-edit): Change the 3rd param to be an alist and accept a
10589 function that computes a diff for the files involved.
10590
10591 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
10592
10593 2007-12-01 Martin Rudalics <rudalics@gmx.at>
10594
10595 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
10596 wrap next-/previous-line in with-no-warnings.
10597
10598 2007-12-01 Glenn Morris <rgm@gnu.org>
10599
10600 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
10601
10602 * net/dig.el: Move here from gnus/.
10603 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
10604
10605 * net/dns.el: Move here from gnus/.
10606 (top-level): Don't require mm-util, or cl when compiling.
10607 (dns-write-name, dns-read, dns-read-type, query-dns):
10608 Replace mm-with-unibyte-buffer with its expansion.
10609 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
10610
10611 * progmodes/gdb-ui.el (gud-remove, gud-break):
10612 * progmodes/gud.el (gdb-create-define-alist)
10613 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
10614 (hl-line-highlight, gdb-display-source-buffer)
10615 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
10616 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
10617
10618 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
10619
10620 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
10621 Move args on defun line.
10622
10623 * textmodes/org.el (org-calendar-holiday):
10624 Use calendar-check-holidays instead of the obsolete
10625 check-calendar-holidays.
10626 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
10627 (bbdb-company, bbdb-current-record, bbdb-name)
10628 (bbdb-record-getprop, bbdb-record-name)
10629 (bibtex-beginning-of-entry, bibtex-generate-autokey)
10630 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
10631 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
10632 (mh-find-path, mh-get-header-field, mh-get-msg-num)
10633 (mh-header-display, mh-index-previous-folder)
10634 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
10635 (mh-show-buffer-message-number, mh-show-header-display)
10636 (mh-show-msg, mh-show-show, mh-visit-folder)
10637 (org-export-latex-cleaned-string, remember)
10638 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
10639 (rmail-what-message, elmo-folder-exists-p)
10640 (elmo-message-entity-field, elmo-message-field)
10641 (vm-beginning-of-message, vm-follow-summary-cursor)
10642 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
10643 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
10644 (vm-summarize, wl-folder-get-elmo-folder)
10645 (wl-summary-goto-folder-subr)
10646 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
10647 (wl-summary-line-subject, wl-summary-message-number)
10648 (wl-summary-redisplay): Declare as functions.
10649
10650 2007-11-30 Martin Rudalics <rudalics@gmx.at>
10651
10652 * longlines.el (longlines-show-hard-newlines): Remove handling of
10653 buffer-undo-list and buffer-modified status.
10654 (longlines-show-region, longlines-unshow-hard-newlines):
10655 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
10656 inhibit-modification-hooks here to avoid that a buffer appears
10657 modified when toggling visibility of hard newlines.
10658
10659 2007-11-30 Glenn Morris <rgm@gnu.org>
10660
10661 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
10662
10663 * progmodes/idlw-complete-structtag.el
10664 (idlwave-sintern-structtag):
10665 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
10666 (idlwave-sintern-sysvartag):
10667 * progmodes/idlwave.el (idlwave-sintern-class-tag)
10668 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
10669 functions.
10670
10671 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
10672
10673 * textmodes/reftex-index.el (texmathp):
10674 * textmodes/reftex-auc.el (TeX-argument-insert)
10675 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
10676 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
10677 (LaTeX-label-list):
10678 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
10679 (rng-clear-conditional-region, rng-do-some-validation): Declare as
10680 functions.
10681 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
10682
10683 2007-11-30 Glenn Morris <rgm@gnu.org>
10684
10685 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
10686 argument and document it.
10687
10688 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
10689 Third argument to declare-function must be a list to specify arglist.
10690
10691 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
10692 Handle declare-function third argument `t' and fourth argument.
10693 (check-declare-verify): Doc fix. Handle `fileonly' case.
10694 Use progn rather than prog1.
10695
10696 * desktop.el (uniquify-item-base):
10697 * term/mac-win.el (url-type): Declare as functions.
10698
10699 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
10700 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
10701 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
10702 fourth arg to declare-function.
10703
10704 * play/dunnet.el: Don't require cl when compiling.
10705 (byte-compile-warnings): Set via file local variables.
10706 (dun-parse): Let-bind `beg' and `line'.
10707
10708 2007-11-29 Alexandre Julliard <julliard@winehq.org>
10709
10710 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
10711
10712 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
10713
10714 * calendar/time-date.el (encode-time-value): Doc fix.
10715
10716 2007-11-29 Glenn Morris <rgm@gnu.org>
10717
10718 * calendar/time-date.el (with-decoded-time-value): Doc fix.
10719
10720 * textmodes/css-mode.el (prog-mode): Remove.
10721 (css-mode): Derive from fundamental-mode rather than prog-mode.
10722
10723 * emacs-lisp/byte-run.el (declare-function): Doc fix.
10724
10725 * emacs-lisp/check-declare.el (check-declare-locate)
10726 (check-declare-verify): Handle `external' files.
10727 (check-declare-errmsg): New function.
10728 (check-declare-verify, check-declare-file, check-declare-directory):
10729 Use check-declare-errmsg to report the number of problems.
10730
10731 * ffap.el (w3-view-this-url)
10732 * mail/mspools.el (vm-visit-folder)
10733 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
10734 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
10735 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
10736 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
10737 (bbdb-records)
10738 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
10739 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
10740 (sasl-make-client, sasl-next-step, sasl-step-data)
10741 (sasl-step-set-data)
10742 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
10743 (htmlr-step): Declare as functions.
10744
10745 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
10746 Use bbdb-address-zip rather than bbdb-address-zip-string.
10747
10748 2007-11-28 Richard Stallman <rms@gnu.org>
10749
10750 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
10751 Move here from gnus/.
10752
10753 2007-11-28 Martin Rudalics <rudalics@gmx.at>
10754
10755 * newcomment.el (comment-region-internal): Fix newline insertion
10756 in `block' case.
10757
10758 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10759
10760 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
10761
10762 2007-11-28 Glenn Morris <rgm@gnu.org>
10763
10764 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
10765 delete .elc files.
10766
10767 * nxml/char-name/unicode: Move to etc/nxml/.
10768 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
10769
10770 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
10771 Declare as a function.
10772
10773 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
10774 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
10775 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
10776
10777 * nxml/nxml-outln.el (nxml-token-start-tag-p)
10778 (nxml-token-end-tag-p): Move definitions before use.
10779
10780 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
10781
10782 * nxml/nxml-uchnm.el (top-level)
10783 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
10784 (nxml-enabled-unicode-blocks): Add custom group.
10785
10786 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
10787 Use string-to-number rather than string-to-int.
10788
10789 * dired-x.el (dired-omit-old-add-entry): Declare as function.
10790 Move definition before use.
10791 (dired-old-find-buffer-nocreate): Declare as function.
10792
10793 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
10794 (check-declare-verify): Handle fset.
10795
10796 * emulation/edt.el (edt-user-emulation-setup):
10797 Test edt-setup-user-bindings is bound before calling.
10798
10799 * emulation/tpu-edt.el: Don't require cl when compiling.
10800 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
10801 (tpu-edt-off): Use condition-case rather than ignore-errors.
10802 Use with-no-warnings.
10803
10804 * eshell/esh-util.el (top-level): Use require rather than load for
10805 ange-ftp.
10806
10807 * mail/supercite.el (sc-version): Redefine as an alias for
10808 emacs-version.
10809 (sc-help-address): Remove.
10810 (sc-version): Use emacs-version rather than sc-version.
10811 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
10812
10813 * net/socks.el (socks-original-open-network-stream): Declare as
10814 function. Move definition before use.
10815
10816 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
10817
10818 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
10819 (math-make-frac): Declare as functions.
10820
10821 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
10822
10823 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
10824 Pacify byte compiler.
10825 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
10826
10827 * progmodes/idlwave.el (idlwave-shell-get-path-info)
10828 (idlwave-shell-temp-file, idlwave-shell-is-running)
10829 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
10830 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
10831 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
10832 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
10833 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
10834 (idlwave-completing-read, idlwave-current-routine)
10835 (idlwave-downcase-safe, idlwave-entry-find-keyword)
10836 (idlwave-expand-keyword, idlwave-find-class-definition)
10837 (idlwave-find-inherited-class, idlwave-find-struct-tag)
10838 (idlwave-get-buffer-visiting, idlwave-in-quote)
10839 (idlwave-make-full-name, idlwave-members-only)
10840 (idlwave-popup-select, idlwave-routine-source-file)
10841 (idlwave-routines, idlwave-sintern-class)
10842 (idlwave-sintern-keyword, idlwave-sintern-method)
10843 (idlwave-sintern-routine-or-method)
10844 (idlwave-substitute-link-target, idlwave-sys-dir)
10845 (idlwave-this-word, idlwave-what-module-find-class)
10846 (idlwave-where):
10847 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
10848 * mail/uce.el (rmail-msg-is-pruned)
10849 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
10850 (rmail-toggle-header):
10851 * mail/sendmail.el (dired-view-file, dired-get-filename):
10852 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
10853 (rmail-display-labels, rmail-msgbeg)
10854 (rmail-set-message-deleted-p, rmail-message-labels-p)
10855 (rmail-show-message, mail-comma-list-regexp)
10856 (mail-parse-comma-list):
10857 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
10858 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
10859 (rfc822-addresses, mail-abbrev-make-syntax-table)
10860 (mail-sendmail-delimit-header, mail-header-end):
10861 * mail/hashcash.el (message-narrow-to-headers-or-head)
10862 (message-fetch-field, message-goto-eoh)
10863 (message-narrow-to-headers):
10864 * vc.el (view-mode-exit): Declare as functions.
10865
10866 * mail/vms-pmail.el:
10867 * vmsproc.el:
10868 * vms-patch.el: Don't byte compile these files, they don't work.
10869
10870 2007-11-27 Glenn Morris <rgm@gnu.org>
10871
10872 * calc/calc-ext.el (math-read-big-rec):
10873 * calc/calc-nlfit.el (math-map-binop):
10874 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
10875
10876 * eshell/eshell.el (eshell-report-bug): Add version number of
10877 obsolescence.
10878
10879 * emulation/viper.el, emulation/viper-util.el,
10880 emulation/viper-macs.el, emulation/viper-keym.el,
10881 emulation/viper-ex.el, emulation/viper-cmd.el:
10882 Load viper-*.el files silently.
10883
10884 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
10885 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
10886 Load ediff-*.el files silently.
10887
10888 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
10889 compiling.
10890 (Info-goto-node): Declare as a function.
10891
10892 * ediff-init.el: Don't load ange-ftp when compiling.
10893 * ediff-util.el: Don't load reporter when compiling.
10894
10895 * ediff-wind.el (ediff-display-pixel-width)
10896 (ediff-display-pixel-height):
10897 * generic-x.el (ini-generic-mode):
10898 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
10899 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
10900 (ps-mule-initialize, ps-mule-begin-job):
10901 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
10902 (mark-calendar-days-named):
10903 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
10904 (add-to-diary-list, diary-name-pattern)
10905 (mark-calendar-days-named):
10906 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
10907 (mark-calendar-days-named):
10908 * calendar/cal-x.el (make-fancy-diary-buffer):
10909 * calendar/holidays.el (calendar-absolute-from-julian):
10910 * calendar/todo-mode.el (calendar-current-date):
10911 * calendar/cal-menu.el (calendar-increment-month)
10912 (calendar-month-name, extract-calendar-year)
10913 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
10914 (calendar-current-date, calendar-cursor-holidays)
10915 (calendar-date-string, insert-diary-entry, calendar-set-mark)
10916 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
10917 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10918 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
10919 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
10920 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
10921 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
10922 (calendar-day-of-year-string, calendar-iso-date-string)
10923 (calendar-julian-date-string, calendar-astro-date-string)
10924 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
10925 (calendar-persian-date-string, calendar-bahai-date-string)
10926 (calendar-islamic-date-string, calendar-chinese-date-string)
10927 (calendar-coptic-date-string, calendar-ethiopic-date-string)
10928 (calendar-french-date-string, calendar-mayan-date-string)
10929 (calendar-print-chinese-date, calendar-goto-date):
10930 Declare as functions.
10931
10932 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
10933 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
10934
10935 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
10936 aliases for report-emacs-bug.
10937 (gnus-summary-select-article, gnus-configure-windows): Declare as
10938 functions.
10939
10940 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
10941 compiler.
10942
10943 * pgg.el (pgg-clear-string): Declare as a function.
10944 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
10945 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
10946
10947 * emacs-lisp/check-declare.el (check-declare-locate):
10948 Handle compressed files.
10949 (check-declare-verify): Handle define-generic-mode,
10950 define-global(ized)-minor-mode, define-obsolete-function-alias.
10951
10952 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
10953
10954 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
10955 algebraic modes.
10956
10957 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
10958 (math-is-true, calc-explain-why, calc-alg-edit)
10959 (math-composite-inequalities, math-flatten-lands)
10960 (math-multi-subst, calcFunc-vmatches, math-simplify)
10961 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
10962 (math-read-string, math-read-brackets, math-read-angle-brackets):
10963 Declare as functions.
10964
10965 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
10966 (calc-fit-bell-shaped-logistic-curve)
10967 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
10968 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
10969 (math-max-list): Declare as functions.
10970 (math-map-binop): New function.
10971 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
10972
10973 * calc/calc.el (calc-set-language, calc-edit-finish)
10974 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
10975 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
10976 (math-lessp, calc-embedded-finish-command)
10977 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
10978 (calc-push-list-in-macro, calc-replace-selections)
10979 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
10980 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
10981 (calc-embedded-stack-change, calc-refresh-evaltos)
10982 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
10983 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
10984 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
10985 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
10986 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
10987 (math-dimension-error, calc-incomplete-error, math-float-fancy)
10988 (math-neg-fancy, math-zerop, calc-add-fractions)
10989 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
10990 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
10991 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
10992 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
10993 (math-compose-expr, math-comp-width, math-composition-to-string)
10994 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
10995 (math-adjust-fraction, math-format-binary, math-format-radix)
10996 (math-group-float, math-mod, math-format-number-fancy)
10997 (math-format-bignum-fancy, math-read-number-fancy)
10998 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
10999 (calc-do-embedded-activate, math-do-defmath)
11000 (calc-load-everything): Declare as functions.
11001
11002 * calc/calc-ext.el (math-clip, math-round, math-simplify)
11003 (math-simplify-extended, math-simplify-units, calc-set-language)
11004 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
11005 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
11006 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
11007 (math-normalize-hms, math-normalize-mod, math-make-sdev)
11008 (math-make-intv, math-normalize-logical-op, math-possible-signs)
11009 (math-infinite-dir, math-calcFunc-to-var)
11010 (calc-embedded-evaluate-expr, math-known-nonzerop)
11011 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
11012 (math-format-date, math-vector-is-string, math-vector-to-string)
11013 (math-format-radix-float, math-compose-expr, math-abs)
11014 (math-format-bignum-binary, math-format-bignum-octal)
11015 (math-format-bignum-hex, math-format-bignum-radix)
11016 (math-compute-max-digits): Declare as functions.
11017 (math-provably-realp): Fix typo.
11018
11019 * calc/calc-forms.el (calendar-current-time-zone)
11020 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
11021 functions.
11022
11023 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
11024
11025 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
11026 Declare as functions.
11027
11028 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
11029 (math-posp, math-compare, math-bignum, math-compare-bignum):
11030 Declare as functions.
11031
11032 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
11033 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
11034 (calc-explain-why, calc-clear-command-flag)
11035 (calc-roll-down-with-selections, calc-roll-up-with-selections)
11036 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
11037 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
11038 (math-trunc-special, math-trunc-fancy, math-floor-special)
11039 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
11040 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
11041 (math-pow-zero, math-pow-fancy): Declare as functions.
11042
11043 * calc/calc-mode.el (calc-embedded-save-original-modes):
11044 Declare as a function.
11045
11046 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
11047 Declare as functions.
11048 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
11049 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
11050 Replace `mapcar*' by `math-map-binop'.
11051 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
11052
11053 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
11054 (math-read-expr-level): Declare as functions.
11055
11056 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
11057
11058 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11059
11060 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
11061 end-of-defun-function is called consistently, even for negative
11062 arguments.
11063 (end-of-defun-function): Default to forward-sexp.
11064
11065 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
11066
11067 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
11068
11069 2007-11-26 Glenn Morris <rgm@gnu.org>
11070
11071 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
11072 than :suffix.
11073
11074 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
11075
11076 2007-11-26 Simon Josefsson <simon@josefsson.org>
11077
11078 * net/imap.el: Move from ../gnus.
11079
11080 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
11081
11082 * doc-view.el (doc-view-mode-p): New function.
11083
11084 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
11085
11086 * mail/mspools.el (rmail-get-new-mail):
11087 * mail/reporter.el (mail-position-on-field, mail-text):
11088 * mail/rmail.el (mail-position-on-field, mail-text-start)
11089 (rmail-update-summary):
11090 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
11091 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
11092 * mail/rmailout.el (rmail-update-summary):
11093 * mail/rmailsort.el (rmail-update-summary):
11094 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
11095 (dired-view-file):
11096 * mail/uce.el (mail-strip-quoted-names):
11097 * mail/undigest.el (rmail-update-summary):
11098 * mail/unrmail.el (mail-strip-quoted-names):
11099 * ediff.el (diff-latest-backup-file): Declare as functions.
11100
11101 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
11102 (kill-to-end-of-line):
11103 * obsolete/rnews.el (news-set-minor-modes):
11104 Remove non working functions.
11105
11106 2007-11-25 Glenn Morris <rgm@gnu.org>
11107
11108 * eshell/esh-maint.el (top-level): Use require with NOERROR for
11109 pcomplete. Don't mess with load-path.
11110
11111 * eshell/eshell.el (eshell-report-bug-address): Remove.
11112 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
11113
11114 2007-11-24 Glenn Morris <rgm@gnu.org>
11115
11116 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
11117 (appt-disp-window): Don't require electric.
11118 Simplify minibuffer-avoidance code.
11119 (appt-select-lowest-window): Avoid minibuffer.
11120
11121 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
11122 (esh-mode): Require it.
11123 (esh-util): Use require rather than featurep and load.
11124 (eshell): No need to test if eshell-mode is bound; remove obsolete
11125 reference to eshell-auto.
11126 (eshell-command, eshell-command-result): Don't require esh-mode
11127 now that the file does.
11128 (top-level): Move provide statement to the end of the file.
11129 Re-order and update commentary.
11130
11131 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
11132
11133 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
11134 (vc-annotate-toggle-annotation-visibility): New command.
11135 (vc-annotate-mode-map): Bind "V" to it.
11136 (vc-annotate-mode-menu): Add entry for it.
11137 (vc-annotate-get-time-set-line-props): New func.
11138 (vc-annotate-display-autoscale)
11139 (vc-annotate-display-difference): Use it.
11140
11141 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
11142 Also, match one space at end of annotation text, after last paren.
11143
11144 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
11145
11146 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
11147 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
11148 `tramp-completion-mode'.
11149
11150 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
11151
11152 * vc-git.el (vc-git-show-log-entry): New func.
11153
11154 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
11155 (vc-git-state): Use vc-git--call.
11156 (vc-git-registered, vc-git-working-revision)
11157 (vc-git-previous-revision, vc-git-next-revision)
11158 (vc-git--run-command-string, vc-git-symbolic-commit):
11159 Use vc-git--out-ok.
11160
11161 2007-11-24 Glenn Morris <rgm@gnu.org>
11162
11163 * emacs-lisp/byte-run.el (declare-function): Doc fix.
11164
11165 2007-11-24 Kenichi Handa <handa@m17n.org>
11166
11167 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
11168
11169 2007-11-23 David Kastrup <dak@gnu.org>
11170
11171 * server.el (server-process-filter): Use `command-line-args-left'.
11172
11173 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
11174
11175 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
11176
11177 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
11178
11179 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
11180 buffer if the parent buffer is in vc-dired-mode.
11181
11182 2007-11-23 Mark A. Hershberger <mah@everybody.org>
11183
11184 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
11185
11186 2007-11-23 Juri Linkov <juri@jurta.org>
11187
11188 * dired.el (dired-read-dir-and-switches): For C-x d, set the
11189 value for M-n to the visited file name of the current buffer.
11190 Use minibuffer-with-setup-hook to set minibuffer-default to
11191 buffer-file-name inside read-file-name.
11192
11193 * man.el (Man-getpage-in-background): Don't disregard user option
11194 `Man-width' on non-window systems. Remove test for `window-system'
11195 around setting envvar "COLUMNS" depending on the value of `Man-width'.
11196
11197 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
11198 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
11199 of "--color=always".
11200
11201 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11202
11203 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
11204 beginning-of-defun-function.
11205
11206 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
11207
11208 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
11209
11210 2007-11-22 Glenn Morris <rgm@gnu.org>
11211
11212 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
11213
11214 * emacs-lisp/check-declare.el (check-declare-locate): New function.
11215 (check-declare-scan): Use check-declare-locate.
11216 (check-declare-verify): No longer adjust fnfile, now
11217 check-declare-locate does it.
11218
11219 * emacs-lisp/byte-run.el (declare-function): Doc fix.
11220
11221 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11222
11223 * subr.el (posn-col-row): Make the `default-value' use explicit.
11224
11225 * window.el (balance-windows): Remove unused var `counter'.
11226 (bw-balance-sub): Remove unused var `lastchild'.
11227 (split-window-vertically): Remove unused var `switch'.
11228 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
11229
11230 * emacs-lisp/bytecomp.el
11231 (byte-compile-file-form-custom-declare-variable): Simplify.
11232
11233 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
11234
11235 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
11236 Set `show-trailing-whitespace' to nil.
11237
11238 * dired.el (make-symbolic-link):
11239 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
11240 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
11241 * dired-x.el (make-symbolic-link):
11242 * frame.el (x-initialize-window-system):
11243 * menu-bar.el (x-menu-bar-open):
11244 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
11245 (x-store-cut-buffer-internal):
11246 * wdired.el (make-symbolic-link):
11247 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
11248 (x-send-client-message):
11249 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
11250
11251 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
11252
11253 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
11254
11255 2007-11-22 Glenn Morris <rgm@gnu.org>
11256
11257 * dos-fns.el (int86):
11258 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
11259
11260 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
11261
11262 * calendar/holidays.el (holiday-list): Add autoload cookie.
11263
11264 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
11265 files relative to src/ directory.
11266 (check-declare-verify): Handle .c files. Warn if could not find
11267 an arglist to check.
11268
11269 * emacs-lisp/byte-run.el (declare-function): Doc fix.
11270
11271 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
11272
11273 * replace.el (occur-mode-map): Add a major mode menu with entries
11274 for all occur operations.
11275
11276 * international/titdic-cnv.el (dos-8+3-filename):
11277 * obsolete/fast-lock.el (msdos-long-file-names):
11278 * frame.el (msdos-mouse-p):
11279 * files.el (msdos-long-file-names, w32-long-file-name):
11280 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
11281 (mac-resume-apple-event, mac-font-panel-mode)
11282 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
11283 (mac-clear-font-name-table):
11284 * term/pc-win.el (msdos-remember-default-colors)
11285 (w16-set-clipboard-data, w16-get-clipboard-data):
11286 * term/w32-win.el (w32-send-sys-command, w32-select-font)
11287 (set-message-beep):
11288 * net/browse-url.el (w32-shell-execute):
11289 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
11290 (w32-get-locale-info, w32-get-valid-locale-ids)
11291 (w32-set-clipboard-data):
11292 * dos-fns.el (int86, msdos-long-file-names):
11293 * dos-w32.el (default-printer-name): Declare as functions.
11294
11295 2007-11-21 Jason Rumney <jasonr@gnu.org>
11296
11297 * emacs-lisp/byte-run.el (declare-function): Return nil.
11298
11299 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11300
11301 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
11302
11303 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
11304
11305 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
11306
11307 2007-11-21 Glenn Morris <rgm@gnu.org>
11308
11309 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
11310 for now. Handle define-minor-mode, and defalias (with no argument
11311 checking).
11312
11313 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
11314
11315 * frame.el (msdos-mouse-p):
11316 * files.el (msdos-long-file-names, w32-long-file-name):
11317 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
11318 (mac-resume-apple-event, mac-font-panel-mode)
11319 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
11320 (mac-clear-font-name-table):
11321 * term/pc-win.el (msdos-remember-default-colors)
11322 (w16-set-clipboard-data, w16-get-clipboard-data):
11323 * term/w32-win.el (w32-send-sys-command, w32-select-font)
11324 (set-message-beep):
11325 * net/browse-url.el (w32-shell-execute):
11326 * dos-fns.el (int86, msdos-long-file-names):
11327 * dos-w32.el (default-printer-name): Undo previous change.
11328
11329 2007-11-21 Eli Zaretskii <eliz@gnu.org>
11330
11331 * international/mule-cmds.el (set-locale-environment):
11332 Set default-file-name-coding-system _after_ keyboard and terminal
11333 coding systems. This fixes last change.
11334
11335 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
11336 one space after "Subject:".
11337
11338 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11339
11340 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
11341 in order to determine if there's a conflict.
11342
11343 2007-11-21 Richard Stallman <rms@gnu.org>
11344
11345 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
11346
11347 * reposition.el (reposition-window):
11348 Binding C-M-l moved to bindings.el.
11349
11350 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
11351
11352 * add-log.el (add-change-log-entry-other-window):
11353 Key binding C-x 4 a moved to bindings.el.
11354
11355 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
11356 from filecache.el.
11357
11358 * filecache.el: Minibuffer map bindings moved to bindings.el.
11359
11360 2007-11-21 Jason Rumney <jasonr@gnu.org>
11361
11362 * international/mule-cmds.el (set-locale-environment):
11363 Set default-file-name-coding-system from system defaults on Windows.
11364
11365 2007-11-21 Jason Rumney <jasonr@gnu.org>
11366
11367 * term/w32console.el: New term init file for w32 console.
11368
11369 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
11370 (x-setup-function-keys): Likewise, replacing top-level key definitions.
11371 (w32-tty-standard-colors): Move to term/w32console.el.
11372
11373 * term/w32-win.el (x-setup-function-keys): Remove.
11374
11375 * term/tty-colors.el (tty-register-default-colors): Remove special
11376 case for w32.
11377
11378 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
11379
11380 * frame.el (msdos-mouse-p):
11381 * generic-x.el (w32-shell-name):
11382 * files.el (msdos-long-file-names, w32-long-file-name)
11383 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
11384 (dos-8+3-filename, vms-read-directory, view-mode-disable):
11385 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
11386 (mac-resume-apple-event, mac-font-panel-mode)
11387 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
11388 (mac-clear-font-name-table):
11389 * term/pc-win.el (msdos-remember-default-colors)
11390 (w16-set-clipboard-data, w16-get-clipboard-data):
11391 * term/w32-win.el (w32-send-sys-command, w32-select-font)
11392 (set-message-beep):
11393 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
11394 (w32-get-locale-info, w32-get-valid-locale-ids)
11395 (w32-set-clipboard-data):
11396 * help-fns.el (ad-get-advice-info):
11397 * font-lock.el (fast-lock-after-fontify-buffer)
11398 (fast-lock-after-unfontify-buffer, fast-lock-mode)
11399 (lazy-lock-after-fontify-buffer)
11400 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
11401 * net/browse-url.el (w32-shell-execute):
11402 * dos-fns.el (int86, msdos-long-file-names):
11403 * dos-w32.el (default-printer-name): Declare as functions.
11404
11405 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
11406
11407 * textmodes/paragraphs.el (forward-sentence): Doc fix.
11408 Reported by Drew Adams <drew.adams@oracle.com>.
11409
11410 2007-11-20 Jason Rumney <jasonr@gnu.org>
11411
11412 * term/w32-win.el (x-setup-function-keys): Protect against
11413 multiple calls on the same terminal.
11414
11415 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
11416
11417 * term/mac-win.el (x-setup-function-keys): Only setup
11418 local-function-key-map if it has not been setup already for the
11419 current frame. Move the suspend-emacs processing here.
11420
11421 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
11422
11423 * progmodes/grep.el (xargs-program): New variable.
11424 (grep-compute-defaults): Use it.
11425 (grep-default-command): Doc fix.
11426 (grep, lgrep, rgrep): Reflow docstrings.
11427
11428 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
11429
11430 * vc.el (vc-find-revision): Set the parent buffer.
11431 Use when instead of if.
11432
11433 * progmodes/python.el (info-lookup-maybe-add-help):
11434 * progmodes/ps-mode.el (doc-view-minor-mode):
11435 * mail/emacsbug.el (Info-menu, Info-goto-node):
11436 * emulation/viper-keym.el (viper-ex)
11437 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
11438 * emulation/viper-cmd.el (widget-type, widget-button-press)
11439 (viper-set-hooks):
11440 * emacs-lisp/tcover-unsafep.el (unsafep-function):
11441 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
11442 (ses-load, ses-vector-delete, ses-create-header-string)
11443 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
11444 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
11445
11446 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11447
11448 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
11449
11450 2007-11-20 Glenn Morris <rgm@gnu.org>
11451
11452 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
11453 for end of function-name. Handle define-derived-mode.
11454
11455 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
11456
11457 * progmodes/idlw-help.el: Require browse-url unconditionally, it
11458 is available by default.
11459 (idlwave-help-browse-url-available): Change default to t.
11460
11461 * emulation/edt.el (defgroup, defcustom): Remove definition.
11462 (eval-when-compile): Remove.
11463 (c-mark-function):
11464 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
11465 * textmodes/fill.el (comment-search-forward)
11466 (comment-string-strip):
11467 * progmodes/prolog.el (comint-mode, comint-send-string)
11468 (comint-send-region, comint-send-eof):
11469 * progmodes/dcl-mode.el (imenu-default-create-index-function):
11470 * emulation/viper-util.el (viper-forward-Word):
11471 * emulation/vi.el (c-mark-function):
11472 * emulation/edt-vt100.el (vt100-wide-mode):
11473 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
11474
11475 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
11476
11477 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
11478 Still some tuning in case of an echoing shell.
11479 (tramp-send-command): Connection property "remote-echo" is not
11480 persistent; cache key is the process therefore.
11481
11482 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
11483
11484 * replace.el (map-query-replace-regexp): Doc fix (revert part of
11485 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
11486
11487 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
11488
11489 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
11490 * play/yow.el (doctor-ret-or-read):
11491 * vc-hooks.el (vc-dired-resynch-file):
11492 * vc-hg.el (log-view-get-marked):
11493 * smerge-mode.el (ediff-cleanup-mess):
11494 * pcvs.el (vc-editable-p, vc-checkout):
11495 * pcomplete.el (comint-bol):
11496 * informat.el (texinfo-format-refill):
11497 * ido.el (tramp-tramp-file-p):
11498 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
11499 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
11500 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
11501 functions.
11502
11503 * textmodes/ispell.el (ispell-int-char): Make it a defalias
11504 instead of fset.
11505 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
11506
11507 * ido.el (ido-file-internal): Move with-no-warnings to include the
11508 ffap-string-at-point call.
11509
11510 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
11511
11512 * vc-hg.el (vc-hg-revision-table): Fix last change.
11513
11514 2007-11-19 Martin Rudalics <rudalics@gmx.at>
11515
11516 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
11517 clipboard-yank when the buffer is read-only.
11518
11519 * cus-edit.el (custom-field-keymap): Move to other Custom mode
11520 keymaps such that it's before the definition of Custom-mode-menu.
11521 (Custom-mode-menu): Show it for custom-field-keymap too.
11522
11523 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
11524
11525 * progmodes/gdb-ui.el: Update commentary.
11526
11527 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
11528
11529 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
11530
11531 2007-11-19 Glenn Morris <rgm@gnu.org>
11532
11533 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
11534 does not exist, try adding `.el' extension. Also search for defsubsts.
11535
11536 * cus-edit.el (recentf-expand-file-name):
11537 * dired.el (dired-relist-entry):
11538 * subr.el (w32-shell-dos-semantics):
11539 * emacs-lisp/bytecomp.el (compilation-forget-errors):
11540 Declare as functions.
11541
11542 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
11543
11544 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
11545 (prepare-abbrev-list-buffer): Use dolist.
11546 (clear-abbrev-table): Preserve properties.
11547
11548 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
11549
11550 * textmodes/texinfmt.el (texinfo-format-printindex):
11551 Collect combined indexes using texinfo-short-index-format-cmds-alist.
11552 Reported on <bug-texinfo@gnu.org>.
11553
11554 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
11555
11556 * net/tramp.el (tramp-completion-reread-directory-timeout):
11557 New defcustom.
11558 (tramp-handle-file-name-all-completions): Flush directory contents
11559 from cache regularly.
11560 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
11561 (tramp-open-connection-setup-interactive-shell):
11562 Call `tramp-cleanup-connection' via funcall.
11563
11564 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
11565 created when copying.
11566
11567 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
11568
11569 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
11570 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
11571 * eshell/esh-ext.el (eshell-external-command):
11572 * eshell/esh-cmd.el (require):
11573 * eshell/em-unix.el (eshell-plain-locate-behavior):
11574 * eshell/em-cmpl.el (eshell-cmpl-initialize):
11575 Replace eshell-under-xemacs-p with (featurep 'xemacs).
11576 * eshell/esh-mode.el (characterp, char-int): Remove unused
11577 conditional defaliases.
11578
11579 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
11580 Rename from event-matches-key-specifier-p, define unconditionally.
11581 (event-basic-type): Remove unused defalias.
11582 (pcomplete-show-completions):
11583 Use pcomplete-event-matches-key-specifier-p.
11584
11585 2007-11-17 Eli Zaretskii <eliz@gnu.org>
11586
11587 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
11588 when saving esh-groups.el.
11589
11590 2007-11-17 Martin Rudalics <rudalics@gmx.at>
11591
11592 * wid-edit.el (widget-default-complete):
11593 * progmodes/flymake.el (flymake-goto-file-and-line):
11594 Fix typo in (doc-)string.
11595
11596 2007-11-17 Glenn Morris <rgm@gnu.org>
11597
11598 * emacs-lisp/byte-run.el (declare-function): New macro.
11599 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11600 New function, byte-hunk-handler for declare-function.
11601 (byte-compile-callargs-warn): Handle declared functions.
11602
11603 * emacs-lisp/check-declare.el: New file.
11604 * Makefile.in (check-declare): New target.
11605
11606 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
11607
11608 * subr.el (process-lines): Move here from ../admin/admin.el.
11609 * emacs-lisp/authors.el (authors-process-lines): Remove.
11610 (authors): Use process-lines rather than authors-process-lines.
11611
11612 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
11613 Remove these files.
11614
11615 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
11616
11617 * emacs-lisp/backquote.el (backquote):
11618 Improve argument/docstring consistency.
11619
11620 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
11621 (ring-length, ring-empty-p): Use c[ad]dr.
11622 (ring-plus1): Use `1+'.
11623 (ring-minus1): Use `zerop'.
11624 (ring-remove): Use c[ad]dr. Use `when'.
11625 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
11626 (ring-ref): Use `let', not `let*'.
11627 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
11628 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
11629 (ring-member): Simplify. Doc fix.
11630 (ring-convert-sequence-to-ring): Simplify.
11631
11632 2007-11-17 Juri Linkov <juri@jurta.org>
11633
11634 * dired-aux.el (dired-create-directory): Allow creating
11635 a directory of an arbitrary depth. Add a loop to find the topmost
11636 nonexistent parent dir `new', and call `dired-add-file' on it.
11637 Set the `PARENTS' arg of `make-directory' to t.
11638
11639 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
11640
11641 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
11642 (math-build-parse-table): Get parse information from math-parse-table.
11643
11644 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11645
11646 * window.el (recenter-last-op): New var.
11647 (recenter-top-bottom): New command.
11648 (global-map): Bind it to C-l.
11649
11650 * abbrev.el (abbrev--write): Fix error in transcription from C.
11651
11652 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
11653 (pc-select-ensure-mark): Set mark-active to a special value instead.
11654 Rename from ensure-mark. Update call callers.
11655 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
11656 Rewrite. Update all callers.
11657 (pc-selection-mode): Remove redundant var declaration.
11658
11659 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
11660
11661 * doc-view.el (doc-view-search-backward, doc-view-search):
11662 Fix assignment to free variable bug.
11663
11664 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
11665
11666 * emulation/pc-select.el (pc-select-shifted-mark): New var.
11667 (ensure-mark): Set it.
11668 (maybe-deactivate-mark): New fun.
11669 Use it everywhere instead of (setq mark-active nil).
11670
11671 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
11672
11673 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
11674 Add check for XEmacs.
11675
11676 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
11677
11678 * doc-view.el (doc-view-resolution): Add missing :group.
11679
11680 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
11681
11682 * subr.el (make-variable-frame-local):
11683 Fix typo in obsolescence declaration.
11684
11685 2007-11-16 Werner Lemberg <wl@gnu.org>
11686
11687 * files.el (set-auto-mode-1): Check second line for -*- if file
11688 starts with '\" (which is used by man pages to identify needed
11689 troff preprocessors).
11690
11691 2007-11-16 Glenn Morris <rgm@gnu.org>
11692
11693 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
11694
11695 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
11696
11697 * calc/calc-lang.el (math-oper-table): Fix typo.
11698 Reduce precedence of "/" for TeX.
11699
11700 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
11701
11702 2007-11-16 Juri Linkov <juri@jurta.org>
11703
11704 * dired-aux.el (dired-read-shell-command-default): New function.
11705 (dired-read-shell-command): Use its return value for DEFAULT arg.
11706
11707 * replace.el (keep-lines-read-args, occur-read-primary-args):
11708 Use a list of default values for DEFAULT arg of read-from-minibuffer.
11709
11710 * man.el (Man-heading-regexp): Add 0-9.
11711 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
11712
11713 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11714
11715 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
11716 (doc-view-resolution): New custom var.
11717 (doc-view-pdf/ps->png): Use it.
11718 (doc-view-shrink-factor): New var.
11719 (doc-view-enlarge, doc-view-shrink): New commands.
11720 (doc-view-mode-map): Use them.
11721
11722 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
11723
11724 * ediff-wind.el (ediff-window-setup-function):
11725 * simple.el (normal-erase-is-backspace):
11726 * eshell/em-unix.el (eshell/info):
11727 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
11728 Fix typos in docstrings.
11729
11730 * emulation/cua-base.el (cua--keymaps-initialized):
11731 Rename from `cua--keymaps-initalized'. Callers changed.
11732 (cua-highlight-region-shift-only): Doc fix.
11733 (cua-paste-pop): Fix typo in docstring.
11734
11735 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11736
11737 * emulation/cua-base.el (cua--pre-command-handler-1):
11738 Use input-decode-map instead of function-key-map.
11739 Use event-modifiers now that it works reliably.
11740
11741 * vc.el (vc-diff-internal): Pop-to-buffer later.
11742
11743 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
11744
11745 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
11746 did not touch them.
11747
11748 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
11749
11750 * calc/calc-menu.el: New file.
11751 * calc/calc.el (calc-mode): Require calc-menu.
11752
11753 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
11754
11755 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
11756
11757 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
11758
11759 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
11760 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
11761 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
11762 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
11763 locations.
11764 (gdb-info-breakpoints-custom, gdb-assembler-custom)
11765 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
11766 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
11767
11768 2007-11-13 Noah Friedman <friedman@splode.com>
11769
11770 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
11771 bindings to remap when `calc-scan-for-dels' is non-nil.
11772
11773 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11774
11775 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
11776 constant forms.
11777 (byte-compile-nilconstp): New function.
11778 (byte-optimize-cond): Kill subsequent branches when a branch is
11779 know to be taken or not taken.
11780 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
11781
11782 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
11783
11784 * vc.el (vc-register): Allow registering a file passed as a
11785 parameter instead of just the current buffer.
11786
11787 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
11788
11789 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
11790 Check whether the output of "uname -sr" has been changed.
11791
11792 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11793
11794 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
11795 patterns from compilation-perl.el and compilation-weblint.el files.
11796
11797 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11798
11799 * progmodes/compilation-perl.el:
11800 * progmodes/compilation-weblint.el: Disable autoloads, they cause
11801 a bootstrap failure.
11802
11803 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
11804 instead of doing "cvs diff" in order to avoid accessing the repository.
11805
11806 2007-11-12 Kevin Ryde <user42@zip.com.au>
11807
11808 * progmodes/compilation-perl.el:
11809 * progmodes/compilation-weblint.el: New files.
11810
11811 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
11812
11813 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
11814 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
11815 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
11816 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
11817 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
11818 Rewrite in active voice.
11819
11820 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
11821
11822 * doc-view.el: Add comments about isearch support.
11823
11824 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
11825
11826 * vc.el (vc-start-entry): Fix setting the in the case the function
11827 is called from vc-dired. Use when instead of if where appropriate.
11828
11829 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11830
11831 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
11832 to be a list.
11833 (ps-begin-job): Error if ps-lpr-switches is not a list.
11834
11835 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11836
11837 * faces.el (face-normalize-spec): Remove function.
11838 (frame-set-background-mode): Undo last change.
11839
11840 2007-11-10 Jason Rumney <jasonr@gnu.org>
11841
11842 * w32-fns.el: Sync charset names with setup-default-fontset.
11843 Append "-1" where second part missing.
11844
11845 2007-11-10 Juri Linkov <juri@jurta.org>
11846
11847 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
11848 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
11849
11850 * custom.el (custom-note-var-changed): Remove the `interactive'
11851 spec from this new non-interactive function.
11852
11853 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
11854
11855 * doc-view.el (doc-view-mode-map, doc-view-menu)
11856 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
11857 (doc-view-search-backward): New function.
11858 (doc-view-search): Query new regexp if prefix arg is given, else
11859 jump to next/previous match.
11860 (doc-view-mode): Handle compressed files.
11861 (jka-compr): Required for compressed files.
11862
11863 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
11864
11865 * replace.el (query-replace-show-replacement): New defcustom.
11866 (perform-replace): Use `match-substitute-replacement' if
11867 `query-replace-show-replacement' is non-nil.
11868
11869 2007-11-10 David Kastrup <dak@gnu.org>
11870
11871 * subr.el (match-substitute-replacement): New function.
11872
11873 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
11874
11875 * files.el (auto-mode-alist): Select org-mode for files with the
11876 extension ".org".
11877
11878 2007-11-10 Martin Rudalics <rudalics@gmx.at>
11879
11880 * help.el (help-window, help-window-point-marker): New variables.
11881 (help-window-select): New option.
11882 (with-help-window): New macro for displaying help windows.
11883 (help-window-display-message, help-window-setup-finish)
11884 (help-window-setup): New functions used for setting up help windows.
11885 (print-help-return-message): Reset help-window to nil.
11886 (view-lossage): Use with-help-window instead of
11887 with-output-to-temp-buffer and move help-window-point-marker after
11888 inserted text.
11889 (describe-bindings, describe-key, describe-mode): Use
11890 with-help-window instead of with-output-to-temp-buffer.
11891
11892 * help-mode.el (help-mode): Set view-exit-action to bury the
11893 buffer instead of fiddling with windows. Simplify code.
11894 (help-mode-finish): When help-window eqs t set it to the selected
11895 window and have with-help-window set up view-return-to-alist.
11896 (help-buffer): Add autoload cookie.
11897
11898 * view.el (view-remove-frame-by-deleting): Change default value to t.
11899 Add autoload cookie.
11900 (view-exit-action, view-file, view-file-other-window)
11901 (view-file-other-frame, view-buffer, view-buffer-other-window)
11902 (view-buffer-other-frame): Rewrite doc strings.
11903 (view-return-to-alist-update): New function to remove stale entries
11904 from view-return-to-alist.
11905 (view-mode-enter): Rewrite doc string and simplify code.
11906 (view-mode-exit): Handle new case 'keep-frame. Don't reset
11907 view-exit-action to nil. Simplify code and rewrite doc string.
11908
11909 * apropos.el (apropos-describe-plist):
11910 * descr-text.el (describe-char):
11911 * disp-table.el (describe-display-table):
11912 * faces.el (list-faces-display, describe-face):
11913 * facemenu.el (list-colors-display):
11914 * help-fns.el (describe-function, describe-variable)
11915 (describe-syntax, describe-categories):
11916 Use with-help-window instead of with-output-to-temp-buffer.
11917
11918 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
11919
11920 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
11921 Optimize (featurep 'emacs) to t.
11922
11923 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
11924 New function.
11925 (byte-compile-maybe-guarded): Use it to also look for bound
11926 symbols inside `and' forms. Comment out non-working code that was
11927 trying to avoid warnings for XEmacs code.
11928
11929 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
11930
11931 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
11932 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
11933 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
11934 (vc-cvs-annotate-command):
11935 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
11936 is bound, it always is.
11937
11938 2007-11-10 Jason Rumney <jasonr@gnu.org>
11939
11940 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
11941 setup here from global scope.
11942
11943 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
11944
11945 * ido.el (ido-save-history): Save the history file in UTF-8, not
11946 the current filename coding system.
11947
11948 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 * simple.el (interprogram-cut-function, interprogram-paste-function):
11951 Don't make them frame-local any more.
11952
11953 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
11954 Don't set interprogram-(cut|paste)-function on each frame.
11955
11956 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
11957 Make them work in tty frames.
11958 (interprogram-cut-function, interprogram-paste-function):
11959 Set them globally.
11960
11961 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
11962
11963 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
11964 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
11965 (iso-iso2duden-trans-tab): Add docstring.
11966
11967 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11968
11969 * abbrev.el (define-abbrev-table): Record the variable definition.
11970
11971 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
11972 New function.
11973
11974 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11975
11976 * ps-print.el: Clean the code for checking suitable Emacs version.
11977 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
11978 (ps-print-version): New version 6.8.1.
11979
11980 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
11981
11982 * files.el (enable-local-variables): Doc fix.
11983
11984 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
11985
11986 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
11987
11988 2007-11-09 Sven Joachim <svenjoac@gmx.de>
11989
11990 * dired-aux.el (dired-copy-file-recursive):
11991 Preserve directory permissions.
11992
11993 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
11994
11995 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
11996 (whitespace-unload-function): New-style unload function. When run,
11997 unintern `whitespace-unload-hook' and call `unload-feature' recursively
11998 to stop the old hook from messing with the unloading.
11999
12000 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
12001
12002 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
12003 (elp-unset-master, elp-results): Fix typos.
12004 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
12005 Doc fixes.
12006
12007 * msb.el (msb--many-menus): Remove variable.
12008 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
12009 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
12010 (msb--toggle-menu-type): Fix typos in docstrings.
12011
12012 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
12013 (shadow-insert-var): Doc fixes.
12014 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
12015 Reflow docstrings.
12016 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
12017
12018 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
12019
12020 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
12021 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
12022 Fix typos in autoload docstrings.
12023
12024 2007-11-09 Richard Stallman <rms@gnu.org>
12025
12026 * savehist.el (savehist-save): Obey savehist-ignored-variables.
12027
12028 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
12029
12030 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
12031 (gdb-var-update-handler-1): Use it.
12032
12033 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
12034
12035 * loadhist.el (unload-feature): Remove erroneous check for the
12036 FEATURE-unload-function variable; check the existence of the
12037 function (that's what the docstring says, and it makes more sense).
12038
12039 * follow.el (follow-unload-function): Add docstring.
12040 (follow-unload-function): Remove variable.
12041
12042 * server.el (server-unload-function): Remove variable.
12043 (server-unload-function): Unbind `server-edit' from `C-x #'.
12044
12045 * ses.el (ses-unload-function): New function.
12046
12047 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
12048
12049 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
12050 (unsafep-progn, unsafep-let): Fix typos in docstrings.
12051
12052 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
12053 before use to avoid a warning in packages that require uniquify.
12054 (uniquify-unload-function): New function and var.
12055
12056 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
12057
12058 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
12059 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
12060 (ediff-current-diff-A, ediff-current-diff-B)
12061 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
12062 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
12063 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
12064 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
12065 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
12066 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
12067 (ediff-setup-windows-plain-merge)
12068 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
12069 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
12070 * ediff-util.el (ediff-setup-keymap, )
12071 (ediff-toggle-wide-display, ediff-toggle-multiframe)
12072 (ediff-toggle-use-toolbar, ediff-really-quit)
12073 (ediff-good-frame-under-mouse)
12074 (ediff-highlight-diff-in-one-buffer)
12075 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
12076 (ediff-make-bullet-proof-overlay):
12077 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
12078 (ediff-set-meta-overlay):
12079 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
12080 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
12081 ediff-emacs-p with their former definitions.
12082
12083 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
12084 (viper-has-face-support-p, viper-inactivate-input-method)
12085 (viper-activate-input-method)
12086 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
12087 * emulation/viper-mous.el (viper-multiclick-timeout)
12088 (viper-surrounding-word, viper-mouse-click-insert-word)
12089 (viper-mouse-click-search-word, viper-parse-mouse-key):
12090 * emulation/viper-macs.el (viper-char-array-to-macro):
12091 * emulation/viper.el (viper-go-away, viper-set-hooks)
12092 (viper-non-hook-settings):
12093 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
12094 (viper-get-saved-cursor-color-in-insert-mode)
12095 (viper-get-saved-cursor-color-in-emacs-mode)
12096 (viper-check-version, viper-get-visible-buffer-window)
12097 (viper-file-checked-in-p, viper-set-replace-overlay)
12098 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
12099 (viper-check-minibuffer-overlay, viper-read-key-sequence)
12100 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
12101 with their former definitions.
12102 (viper-eventify-list-xemacs): Only do work for XEmacs.
12103 (viper-set-unread-command-events): Only do work for Emacs.
12104 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
12105 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
12106 (viper-overlay-get, viper-overlay-put, viper-read-event)
12107 (viper-characterp, viper-int-to-char, viper-get-face)
12108 (viper-color-defined-p, viper-iconify): New defaliases replacing
12109 the old fsets.
12110
12111 * progmodes/fortran.el (comment-region-function)
12112 (uncomment-region-function): Pacify byte compiler.
12113
12114 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
12115
12116 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
12117
12118 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
12119 `process-environment'.
12120
12121 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
12122
12123 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
12124 match dir like "a...b".
12125
12126 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12127
12128 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
12129
12130 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
12131
12132 * net/tramp.el (tramp-handle-substitute-in-file-name):
12133 Don't expand the remote connection identification.
12134 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12135 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
12136 before calling stty.
12137
12138 * net/tramp-cache.el (tramp-cache-print)
12139 (tramp-dump-connection-properties): Fix docstring.
12140 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
12141
12142 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
12143
12144 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
12145 remote connection identification when setting connection property.
12146
12147 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
12148 "//" substitutes only in the local filename part.
12149
12150 2007-11-07 David Hansen <david.hansen@gmx.net>
12151
12152 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
12153
12154 2007-11-07 Glenn Morris <rgm@gnu.org>
12155
12156 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
12157 Remove superfluous concats. Move final set-buffer to
12158 non-emacs-specific code.
12159
12160 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
12161
12162 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
12163
12164 2007-11-07 Johan Bockgård <bojohan@gnu.org>
12165
12166 * eshell/esh-mode.el (eshell-output-filter):
12167 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
12168 Use `with-current-buffer'.
12169
12170 2007-11-07 Andreas Schwab <schwab@suse.de>
12171
12172 * server.el (server-start): Only register cleanup after server was
12173 started.
12174
12175 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
12176
12177 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
12178
12179 * net/tramp-cache.el (tramp-cache-print): Move down.
12180 (tramp-cache-list-connections): New defun.
12181
12182 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
12183
12184 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
12185
12186 * ido.el (ido-save-history): Write the history file in the current
12187 filename coding system, and add `coding' file-local variable.
12188
12189 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
12190
12191 * textmodes/org.el (org-table-formula-substitute-names):
12192 Remove forgotten temporary debugging code.
12193
12194 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
12195
12196 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
12197 the prompt.
12198
12199 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
12200
12201 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
12202
12203 2007-11-05 Simon Josefsson <simon@josefsson.org>
12204
12205 * net/tls.el (tls-end-of-info): Doc fix.
12206
12207 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
12208
12209 * international/utf-7.el (utf-7-imap): New coding system.
12210 (utf-7-imap-post-read-conversion): New function.
12211 (utf-7-imap-pre-write-conversion): New function.
12212
12213 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
12214
12215 * abbrev.el (abbrev--write): Fix up typo.
12216
12217 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
12218
12219 * abbrev.el (define-abbrev-table): Doc fix.
12220
12221 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
12222
12223 * info.el (Info-revert-buffer-function): New func.
12224 (Info-mode): Arrange to use it for reverting.
12225 (Info-copy-current-node-name): Add space between filename and nodename.
12226
12227 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
12228
12229 * abbrev.el (expand-abbrev): Move point back to expansion's end.
12230
12231 2007-11-04 Glenn Morris <rgm@gnu.org>
12232
12233 * net/tls.el: Don't require rx when compiling.
12234 (tls-end-of-info): Rewrite without using rx.
12235 (open-tls-stream): Use with-current-buffer.
12236
12237 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
12238
12239 * net/tls.el: Require rx when compiling.
12240 (tls-end-of-info): New variable.
12241 (open-tls-stream): Keep reading input until `tls-end-of-info' is
12242 matched.
12243
12244 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
12245
12246 * register.el (append-to-register, prepend-to-register):
12247 Don't signal error on empty register; use the text, instead.
12248
12249 2007-11-03 Michael Olson <mwolson@gnu.org>
12250
12251 * textmodes/remember.el (remember-buffer):
12252 Use define-obsolete-function-alias rather than defalias.
12253
12254 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
12255
12256 * simple.el (bad-packages-alist): Anchor semantic regexp.
12257
12258 2007-11-03 Glenn Morris <rgm@gnu.org>
12259
12260 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
12261 if defined, for blank lines. Doc fix.
12262
12263 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
12264 (fortran-mode): Set values for comment-region-function,
12265 uncomment-region-function and comment-insert-comment-function.
12266 (fortran-uncomment-region): New function.
12267
12268 * textmodes/nroff-mode.el (nroff-mode):
12269 Set comment-insert-comment-function rather than indent-line-function.
12270 (nroff-indent-line-function): Remove.
12271 (nroff-insert-comment-function): New function.
12272
12273 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
12274
12275 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
12276
12277 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
12278
12279 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
12280
12281 * emulation/viper-cmd.el (viper-prev-destructive-command)
12282 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
12283 copy-sequence.
12284
12285 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
12286 Got rid of ediff-copy-list.
12287
12288 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
12289 use face-name.
12290 (ediff-test-utility, ediff-diff-mandatory-option)
12291 (ediff-reset-diff-options): Remove to simplify the mandatory option
12292 handling on Windows.
12293 (ediff-set-diff-options): Add.
12294 (ediff-diff-options): Set "--binary" option as default in some cases.
12295
12296 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
12297 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
12298 ediff-vc-working-revision. Require vc-hooks.
12299
12300 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
12301
12302 * files.el (hack-local-variables): Fix membership tests to avoid
12303 treating all variables as safe if `enable-local-variables' is
12304 set to :safe (CVE-2007-5795).
12305
12306 2007-11-02 Glenn Morris <rgm@gnu.org>
12307
12308 * newcomment.el (comment-indent): Let comment-insert-comment-function,
12309 if defined, do all the work of inserting a new comment.
12310
12311 * progmodes/etags.el (tags-table-mode): Disable undo.
12312
12313 * simple.el (bad-packages-alist): Revert previous change.
12314
12315 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
12316
12317 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
12318
12319 * obsolete/lselect.el: Do not warn about unknown functions.
12320
12321 2007-11-02 Michael Olson <mwolson@gnu.org>
12322
12323 * textmodes/remember.el (remember-buffer): Make this an alias of
12324 remember-finalize, because Org uses it.
12325
12326 2007-11-01 Michael Olson <mwolson@gnu.org>
12327
12328 * textmodes/remember.el: Improve documentation in heading.
12329 (remember-before-remember-hook): Turn into a customizable option.
12330 (remember): Document INITIAL argument.
12331 (remember-region): Remove autoload cookie. Improve docstring to
12332 mention that it is called from the *Remember* buffer, and does not
12333 have any functional overlap with the `remember' function.
12334 (remember-finalize): Remove autoload cookie. Rename from
12335 remember-buffer to emphasize that this does not have any
12336 functional overlap with the `remember' function.
12337 (remember-destroy): Remove autoload cookie.
12338 (remember-mode-map): Define and initialize in one step.
12339 (remember-mode): Improve docstring.
12340 (remember-annotation-functions): Default to just '(buffer-file-name),
12341 and don't try to take the default value from Planner.
12342
12343 2007-11-01 Glenn Morris <rgm@gnu.org>
12344
12345 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
12346
12347 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
12348
12349 * emacs-lisp/authors.el (authors-scan-change-log)
12350 (authors-scan-el): Don't enable local eval; enable only safe local
12351 variables, without querying.
12352
12353 * mail/footnote.el (footnote-numeric-regexp)
12354 (footnote-english-upper-regexp, footnote-english-lower-regexp)
12355 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
12356 Match multi-character footnotes.
12357
12358 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
12359 (nroff-indent-line-function): New function.
12360 (nroff-count-text-lines): Use nroff-forward-text-line rather than
12361 obsolete alias.
12362
12363 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
12364
12365 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
12366 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
12367 (rcirc-print): Only update the line count when not marking the
12368 line as omittable.
12369 (rcirc-log-write): Specify coding system when writing logfile.
12370 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
12371
12372 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
12373
12374 * printing.el (printing): Fix :version, printing.el was included
12375 for in emacs-22.1.
12376 (pr-path-style, pr-path-alist, pr-txt-name)
12377 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
12378 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
12379 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
12380 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
12381 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
12382 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
12383 (pr-setting-database, pr-visible-entry-list)
12384 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
12385 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
12386
12387 * ediff-util.el (ediff-nuke-selective-display): Move definition to
12388 top level, make it dependent on the emacs flavor.
12389
12390 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
12391 Test for XEmacs not for itimer.
12392
12393 * term/sun-mouse.el:
12394 * obsolete/sun-fns.el:
12395 * obsolete/sun-curs.el: Remove files.
12396
12397 * term/sun.el (select-previous-complex-command): Remove obsolete code.
12398
12399 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
12400
12401 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
12402 was given to concat.
12403
12404 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12405
12406 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
12407 used normally for goto-line. Change `g' to revert the buffer.
12408 Add redundant `r' binding for buffer-revert.
12409
12410 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
12411 (mail-abbrevs-setup): Use abbrev-expand-functions.
12412 (build-mail-abbrevs): Use with-temp-buffer.
12413 (define-mail-abbrev): Simplify.
12414 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
12415 Change it for use on abbrev-expand-functions.
12416 (mail-abbrev-complete-alias): Use with-syntax-table.
12417
12418 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
12419
12420 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
12421 directly. Fix bug in deleting temp file.
12422
12423 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12424
12425 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
12426 Merge defvar and define-abbrev-table.
12427 (def-python-skeleton): Use :case-fixed and :enable-function.
12428 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
12429 Remove.
12430 (python-mode): Don't modify pre-abbrev-expand-hook.
12431
12432 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12433
12434 * ediff-util.el (ediff-file-checked-out-p)
12435 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
12436
12437 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12438
12439 * abbrev.el (abbrev-symbol): Correct let->let*.
12440 (abbrev--before-point): Only use abbrev-start-location if before point.
12441
12442 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
12443
12444 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
12445 (strokes-unload-hook): Remove function and variable.
12446 (strokes-unload-function): New-style unload function, adapted
12447 from `strokes-unload-hook'.
12448
12449 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
12450 (cl-unload-hook): Remove variable.
12451 (cl-unload-function): New-style unload function, adapted
12452 from `cl-cannot-unload'.
12453
12454 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
12455 (elp-unload-function): New-style unload function, adapted
12456 from `elp-unload-hook'.
12457
12458 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
12459
12460 * emacs-lisp/find-func.el (find-library): Use library at
12461 point as default interactive argument.
12462
12463 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
12464
12465 * shadowfile.el (shadow-join): Remove.
12466 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
12467 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
12468 (shadowfile-unload-hook): Remove function and variable.
12469 (shadowfile-unload-function): New-style unload function, adapted
12470 from `shadowfile-unload-hook'.
12471
12472 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12473
12474 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
12475 only if it is bound.
12476
12477 * textmodes/reftex.el: Move autoloads for before all uses.
12478 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
12479 (reftex-delete-overlay): Move to the top level with the condition
12480 in the body.
12481
12482 * progmodes/simula.el: Use when instead of if.
12483
12484 * iimage.el (iimage-locate-file): Define unconditionally.
12485
12486 * mail/mailabbrev.el (mail-abbrev-next-line):
12487 * emulation/vip.el (vip-enlarge-region, vip-line)
12488 (vip-next-line-at-bol, vip-previous-line)
12489 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
12490 Wrap with-no-warnings around uses of next-line and previous-line.
12491
12492 * ediff.el (run-ediff-from-cvs-buffer):
12493 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
12494 Remove function not used by pcl-cvs anymore.
12495 (noninteractive, generic-sc-get-latest-rev)
12496 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
12497 Delete support for long obsolete generic-sc.el.
12498
12499 2007-10-31 Glenn Morris <rgm@gnu.org>
12500
12501 * cvs-status.el: No longer require pcvs when compiling.
12502
12503 * doc-view.el (doc-view-conversion-refresh-interval)
12504 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
12505 (doc-view-reset-slice): Doc fixes.
12506 (doc-view-menu): Remove deleted function doc-view-edit-doc.
12507
12508 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
12509
12510 * help-at-pt.el (help-at-pt-unload-hook): Remove.
12511 Timers are automatically canceled by `unload-feature'.
12512
12513 * delsel.el (delsel-unload-hook): Remove function and variable.
12514 (delsel-unload-function): New-style unload function, adapted
12515 from `delsel-unload-hook'.
12516
12517 * msb.el (msb-unload-hook): Remove function and variable.
12518 (msb-unload-function): New-style unload function, adapted from
12519 `msb-unload-hook'.
12520
12521 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
12522
12523 * desktop.el (uniquify-managed): Pacify byte compiler.
12524 (desktop-buffer-info): If the buffer name is managed by uniquify,
12525 save the base name, not the uniquified one.
12526 (desktop-create-buffer): Allow `rename-buffer' to generate a new
12527 name in case of conflict.
12528
12529 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12530
12531 * doc-view.el: Use expand-file-name rather than concat.
12532 (doc-view-cache-directory): Add the UID so multiple users won't clash.
12533 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
12534 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
12535 (doc-view-toggle-display): Use an overlay over the whole buffer so as
12536 not to have to touch the buffer's content.
12537 (doc-view-initiate-display): New function, extracted from doc-view-mode.
12538 (doc-view-mode): Use it. Don't mark as a special mode.
12539 Put the page numbers in the modeline.
12540 Set up the overlay. Hide the cursor. Run the mode hook.
12541 Use after-revert-hook rather than revert-buffer-function.
12542 (doc-view-search-internal): Fix typo.
12543 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
12544 image-cache flush.
12545 (doc-view-reconvert-doc): Don't reset the whole mode.
12546 (doc-view-make-safe-dir): New function.
12547 (doc-view-current-cache-dir): Use it.
12548
12549 2007-10-30 Jason Rumney <jasonr@gnu.org>
12550
12551 * time.el (display-time-world-list): Test for zoneinfo support.
12552
12553 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
12554
12555 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
12556
12557 * net/tramp-cache.el (tramp-flush-file-function): Check also
12558 `default-directory' if `buffer-file-name' does not return a
12559 string. Added to `eshell-pre-command-hook'.
12560
12561 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12562
12563 * doc-view.el (doc-view-current-doc): Remove.
12564 Replace all uses by buffer-file-name.
12565 (doc-view-menu): New menu.
12566 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
12567 unused var `doc'.
12568 (doc-view-sort): Simplify.
12569 (doc-view-buffer-message): Don't change buffer-modified-p.
12570 (doc-view-mode): Change it here instead.
12571 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
12572 Don't modify the global value of revert-buffer-function.
12573
12574 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
12575 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
12576 (image-toggle-display): Take overlays into account and don't assume
12577 point-min==1.
12578
12579 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
12580
12581 * vc.el (vc-annotate): Fix omission bug:
12582 Specify value for vc-sentinel-movepoint.
12583
12584 2007-10-30 Michael Olson <mwolson@gnu.org>
12585
12586 * textmodes/remember.el (remember-mode-hook)
12587 (remember-handler-functions, remember-annotation-functions):
12588 Add additional items as options, including some Org functions.
12589
12590 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
12591
12592 * doc-view.el: Remove cl-dependency.
12593 (doc-view-buffer-message): Mention new binding K.
12594 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
12595 instead of variable.
12596 (doc-view-current-cache-dir): Better cache dir naming.
12597 (doc-view-current-display): Remove variable.
12598 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
12599 (doc-view-kill-proc): Set converter process to nil.
12600 (doc-view-minor-mode): New minor mode.
12601 (doc-view-minor-mode-map): New keymap.
12602 (doc-view-mode): Remove text/image switching code. Use plain defun.
12603 (doc-view-mode-map): New binding K kills converter process.
12604 Remove C-c C-e binding.
12605 (doc-view-mode-text-map): Remove keymap.
12606 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
12607 d-v-display-maybe.
12608 (doc-view-previous-major-mode): New variable.
12609 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
12610 (doc-view-remove-if): New function.
12611 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
12612 (doc-view-toggle-display): Toggle modes instead of display styles.
12613 (doc-view-reconvert-doc): Adapt to new way of doing things.
12614
12615 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
12616
12617 2007-10-30 Glenn Morris <rgm@gnu.org>
12618
12619 * dirtrack.el (dirtrack-mode): Doc fix.
12620
12621 * shell.el (shell-dirtrack-verbose, shell-mode)
12622 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
12623
12624 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
12625 (byte-compile-enable-warning): Doc fix.
12626
12627 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
12628 suppress byte-opt warning.
12629
12630 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
12631
12632 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
12633 (edt-gnu-emacs19-p): Remove.
12634 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
12635 (edt-xserver, edt-page-backward, edt-beginning-of-line)
12636 (edt-end-of-line-forward, edt-end-of-line-backward)
12637 (edt-one-word-forward, edt-one-word-backward, edt-character)
12638 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
12639 (edt-find-forward, edt-find-backward, edt-find-next-forward)
12640 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
12641 (edt-define-key, edt-bottom-check, edt-sentence-forward)
12642 (edt-sentence-backward, edt-paragraph-forward)
12643 (edt-paragraph-backward, edt-restore-key, edt-window-top)
12644 (edt-window-bottom, edt-scroll-window-forward-line)
12645 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
12646 (edt-line-to-top-of-window, edt-paragraph-backward)
12647 (edt-restore-key, edt-window-top, edt-window-bottom)
12648 (edt-scroll-window-forward-line)
12649 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
12650 (edt-line-to-middle-of-window, edt-goto-percentage)
12651 (edt-display-the-time, edt-remember, edt-split-window)
12652 (edt-emulation-on, edt-emulation-off)
12653 (edt-default-emulation-setup, edt-user-emulation-setup)
12654 (edt-select-default-global-map, edt-select-user-global-map):
12655 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
12656 tests.
12657
12658 * textmodes/reftex-index.el (reftex-index-selection-or-word):
12659 Use feature test instead of boundp test so it can be resolved at
12660 compile time.
12661
12662 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
12663
12664 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12665
12666 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
12667 Update all users.
12668 (abbrev-get, abbrev-put): Simplify.
12669 (define-abbrev): Don't store the `force' value in the :system property.
12670 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
12671
12672 2007-10-30 Michael Olson <mwolson@gnu.org>
12673
12674 * desktop.el (desktop-minor-mode-table): Add line for ERC.
12675
12676 * textmodes/remember.el: New file that implements a mode for
12677 quickly jotting down things to remember.
12678
12679 * textmodes/remember-diary.el: A backend for remember.el that
12680 implements saving notes to a Diary file.
12681
12682 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12683
12684 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
12685 Relocate in file.
12686 (allout-doublecheck-at-and-shallower): Increase to include
12687 slightly greater depths, since yank interaction is now ok.
12688 Also, elaborate the docstring to explain the situation.
12689 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
12690 instead of concat, so we accommodate key sequences expressed as
12691 vectors as well as strings and lists.
12692 (allout-flag-region, allout-hide-by-annotation): Make the
12693 hidden-text overlays 'front-advance.
12694 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
12695 (allout-aberrant-container-p, allout-on-current-heading-p)
12696 (allout-e-o-prefix-p, allout-next-heading)
12697 (allout-previous-heading, allout-goto-prefix)
12698 (allout-end-of-prefix, allout-next-sibling-leap)
12699 (allout-next-visible-heading, allout-auto-fill)
12700 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
12701 (allout-yank-processing, allout-resolve-xref)
12702 (allout-current-topic-collapsed-p, allout-hide-region-body)
12703 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
12704 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
12705 (count-trailing-whitespace-region): Preserve match data, so allout
12706 outline navigation doesn't disrupt other Emacs operations.
12707 (allout-beginning-of-line): Retreat to the beginning of the hidden
12708 text, so fields are respected (for submodes that care).
12709 (allout-end-of-line): Preserve mark activation status when jumping.
12710 (allout-open-topic): Account for opening after a child that
12711 contains a hidden trailing newline. Preserve match data.
12712 Run allout-structure-added-hook
12713 (allout-encrypt-decrypted): Preserve match data.
12714 (allout-toggle-current-subtree-exposure): Add new interactive
12715 function for toggle subtree exposure - suggested by tassilo.
12716 (move-beginning-of-line, move-end-of-line): Don't use
12717 line-move-invisible-p, it's obsolete - substitute the code, instead.
12718
12719 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
12720
12721 * textmodes/flyspell.el (message-signature-separator):
12722 * longlines.el (message-indent-citation-function): Pacify byte
12723 compiler.
12724
12725 * emacs-lisp/cl-loaddefs.el:
12726 * ldefs-boot.el: Regenerate.
12727
12728 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
12729 (.el.elc, compile, compile-always, compile-calc)
12730 ($(lisp)/progmodes/cc-mode.elc): Use it.
12731
12732 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
12733 Only do work for XEmacs.
12734 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
12735 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
12736 on XEmacs.
12737 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12738 (ps-x-color-name, ps-x-color-specifier-p)
12739 (ps-x-copy-coding-system, ps-x-device-class)
12740 (ps-x-extent-end-position, ps-x-extent-face)
12741 (ps-x-extent-priority, ps-x-extent-start-position)
12742 (ps-x-face-font-instance, ps-x-find-coding-system)
12743 (ps-x-font-instance-properties, ps-x-make-color-instance)
12744 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
12745 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
12746 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
12747 (ps-generate-postscript-with-faces): Delete defaliases.
12748 (ps-face-foreground-name, ps-face-background-name)
12749 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
12750 Move definitions to top level, make the body conditional on the Emacs
12751 flavor. Replace uses of deleted aliases and renamed functions.
12752 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
12753 of deleted aliases and renamed functions.
12754
12755 * calc/calc.el (calc-emacs-type-lucid): Remove.
12756 (calc-digit-map, calcDigit-start, calc-read-key)
12757 (calc-clear-unread-commands):
12758 * calc/calc-ext.el (calc-user-key-map): Replace uses of
12759 calc-emacs-type-lucid with (featurep 'xemacs)
12760
12761 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
12762 (featurep 'xemacs).
12763 (tpu-lucid-emacs19-p): Remove.
12764 (tpu-map-key): Make it a function instead of using fset. Inline
12765 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
12766 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
12767
12768 * ielm.el: Use featurep 'xemacs.
12769
12770 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
12771 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
12772 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
12773 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
12774 cperl-xemacs-p with (featurep 'xemacs).
12775 (font-lock-cache-position): Pacify byte compiler.
12776
12777 2007-10-29 Drew Adams <drew.adams@oracle.com>
12778
12779 * faces.el (read-color): New function.
12780 (face-at-point, foreground-color-at-point)
12781 (background-color-at-point): New functions.
12782
12783 2007-10-28 Richard Stallman <rms@gnu.org>
12784
12785 * net/browse-url.el (browse-url-text-xterm): Rename from
12786 browse-url-lynx-xterm and made generic.
12787 (browse-url-text-emacs): Likewise.
12788 (browse-url-text-browser): New variable.
12789 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
12790 (browse-url-text-input-field, browse-url-text-input-attempts)
12791 (browse-url-kde-program): Likewise.
12792
12793 2007-10-29 Glenn Morris <rgm@gnu.org>
12794
12795 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
12796 Use mapc rather than mapcar (reinstall change deleted without log
12797 entry 2007-10-22).
12798
12799 2007-10-29 Martin Rudalics <rudalics@gmx.at>
12800
12801 * wdired.el (wdired-next-line, wdired-previous-line):
12802 Use next-line and previous-line wrapped in with-no-warnings.
12803
12804 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
12805
12806 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
12807 (rcirc-recent-quit-alist): New function.
12808 (rcirc): Print a better message when there is only one connected server.
12809 (rcirc-complete-nick): Do not update the nick table here.
12810 (rcirc-mode-map): Add M-o.
12811 (rcirc-current-line): Add variable.
12812 (rcirc-mode): Setup variables for line based omit.
12813 (rcirc-edit-multiline): Strip text properties.
12814 (rcirc-omit-responses): Add NICK.
12815 (rcirc-omit-threshold): Add variable.
12816 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
12817 Add functions.
12818 (rcirc-print): Keep track of current line. Do not fill text if
12819 `rcirc-fill-flag' is null. Only omit text if the last activity
12820 from the sender is more than `rcirc-omit-threshold' lines ago.
12821 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
12822 numbers instead of time.
12823 (rcirc-channel-nicks): Sort by line numbers instead of time.
12824 (rcirc-omit-mode): Add `...' when omitting text and recenter.
12825 (rcirc-handler-JOIN): Restore the joiners linestamp.
12826 (rcirc-maybe-remember-nick-quit): Add function.
12827 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
12828
12829 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
12830
12831 * loadhist.el (unload-feature-special-hooks):
12832 Add `delete-frame-functions' and `suspend-tty-functions'.
12833
12834 * server.el (server-unload-function): Rename from `server-unload-hook'
12835 and adapt to new `unload-feature' functionality. Remove hook from
12836 `kill-buffer-hook' buffer-locally.
12837 (server-unload-hook): Remove.
12838 (server-unload-function): New var; replaces `server-unload-hook'.
12839
12840 2007-10-29 Glenn Morris <rgm@gnu.org>
12841
12842 * dirtrack.el (dirtrack-debug): Doc fix.
12843 (dirtrack-mode, dirtrack-debug-mode): New names for
12844 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
12845 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
12846 Make obsolete.
12847 (dirtrack-debug-message): Only print message if
12848 dirtrack-debug-mode is non-nil. Use with-current-buffer.
12849 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
12850 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
12851
12852 2007-10-28 Glenn Morris <rgm@gnu.org>
12853
12854 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
12855 (byte-compile-warnings-safe-p): Handle `not'.
12856 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
12857 (byte-compile-enable-warning): New functions.
12858 (byte-compile-eval-before-compile)
12859 (byte-compile-file-form-require): Use byte-compile-disable-warning.
12860 (byte-compile-close-variables): Locally bind byte-compile-warnings,
12861 but do not modify it.
12862 (byte-compile-eval, byte-compile-obsolete)
12863 (byte-compile-warn-about-unresolved-functions)
12864 (byte-compile-file-form-defvar)
12865 (byte-compile-file-form-custom-declare-variable)
12866 (byte-compile-file-form-require)
12867 (byte-compile-file-form-defmumble, byte-compile-lambda)
12868 (byte-compile-form, byte-compile-normal-call)
12869 (byte-compile-variable-ref, byte-compile-defvar)
12870 (byte-compile-make-variable-buffer-local):
12871 Use byte-compile-warning-enabled-p.
12872 * emacs-lisp/advice.el (ad-compile-function):
12873 Use byte-compile-disable-warning.
12874 * emacs-lisp/cl.el: Move local variables to end of file, and set
12875 byte-compile-warnings to `(not cl-functions)'.
12876 * emacs-lisp/cl-compat.el: Add a local variables section, and set
12877 byte-compile-warnings to `(not cl-functions)'.
12878 * emacs-lisp/cl-macs.el: Unify local variable section, and set
12879 byte-compile-warnings to `(not cl-functions)'.
12880 (cl-do-proclaim): Use byte-compile-disable-warning and
12881 byte-compile-enable-warning.
12882 * emacs-lisp/cl-seq.el: Unify local variable section, and set
12883 byte-compile-warnings to `(not cl-functions)'.
12884 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
12885 Use byte-compile-disable-warning.
12886
12887 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
12888
12889 * cus-edit.el (custom-browse-insert-prefix):
12890 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
12891
12892 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
12893
12894 * server.el (server-process-filter): Fix typo in docstring.
12895 (server-log): Reflow docstrings.
12896 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
12897 (server-goto-line-column): Use `when'.
12898
12899 2007-10-28 Juri Linkov <juri@jurta.org>
12900
12901 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
12902 when mouse is clicked on the isearch message.
12903 (isearch-resume): Call `isearch-update' at the end.
12904 Rename argument `search' to `string' to conform to the
12905 isearch terminology.
12906
12907 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12908
12909 Rewrite abbrev.c in Elisp.
12910 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
12911 (abbrev-table-get, abbrev-table-put, abbrev-get)
12912 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
12913 (define-abbrev, abbrev--check-chars, define-global-abbrev)
12914 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
12915 (abbrev-expansion, abbrev--before-point, expand-abbrev)
12916 (unexpand-abbrev, abbrev--write, abbrev--describe)
12917 (insert-abbrev-table-description, define-abbrev-table):
12918 New funs, largely transcribed from abbrev.c.
12919 (abbrev-with-wrapper-hook): New macro.
12920 (abbrev-table-name-list, global-abbrev-table)
12921 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
12922 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
12923 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
12924 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
12925 New vars, largely transcribed from abbrev.c.
12926 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
12927 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
12928 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
12929
12930 2007-10-27 Glenn Morris <rgm@gnu.org>
12931
12932 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
12933 (shell-dirtrack-toggle): Mark as obsolete.
12934 (dirtrack-toggle, dirtrack-mode): No longer alias to
12935 shell-dirtrack-mode.
12936
12937 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
12938
12939 * calc/calc.el (math-standard-opers): Lower the precedence
12940 of negation.
12941 * calc/calc-lang.el (math-oper-table): Lower precedence of
12942 negation for C, TeX, and eqn.
12943
12944 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
12945
12946 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
12947
12948 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
12949
12950 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
12951 (desktop-not-loaded-hook): Fix :version tags.
12952
12953 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
12954
12955 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
12956 (tramp-get-remote-tmpdir): New defun.
12957 (tramp-make-tramp-temp-file): Use it.
12958 (tramp-local-call-process): New defun. Replace all calls of
12959 `call-process' by this when appropriate.
12960 (tramp-handle-write-region): Replace calls of `file-attributes' by
12961 `tramp-compat-file-attributes'.
12962 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12963 Make the first command a `tramp-send-command' call, with let-bind
12964 of `tramp-end-of-output'.
12965 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
12966 (tramp-load-report-modules, tramp-append-tramp-buffers):
12967 Move to tramp-cmds.el.
12968
12969 * net/tramp-fish.el (tramp-fish-handle-copy-file)
12970 (tramp-fish-do-copy-or-rename-file)
12971 (tramp-fish-do-copy-or-rename-file-directly):
12972 * net/tramp-smb.el (tramp-smb-handle-copy-file):
12973 Add parameter PRESERVE-UID-GID.
12974
12975 2007-10-27 Eli Zaretskii <eliz@gnu.org>
12976
12977 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
12978 New defcustoms.
12979 (display-time-world-list): Use them as appropriate for the current
12980 value of `system-type'.
12981
12982 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12983
12984 * emulation/pc-select.el (next-line-mark, next-line-nomark)
12985 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
12986 around uses of previous-line and next-line.
12987
12988 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
12989 New defvars.
12990
12991 * textmodes/css-mode.el (comment-continue):
12992 * net/browse-url.el (url-handler-regexp):
12993 * progmodes/idlw-help.el (idlwave-system-routines):
12994 Pacify byte-compiler.
12995
12996 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
12997 line-move-invisible-p with its former definition: invisible-p.
12998 line-move-invisible-p was removed on 2007-08-29.
12999
13000 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
13001
13002 * files.el (kill-emacs-query-functions): Doc fix;
13003 `save-buffers-kill-emacs' is no longer bound to a key.
13004
13005 2007-10-26 Richard Stallman <rms@gnu.org>
13006
13007 * isearch-multi.el (isearch-buffers-multi): New option.
13008 (isearch-buffers-search-fun): Test it.
13009
13010 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
13011 Put ps-run-clear on C-c C-l.
13012
13013 * newcomment.el (comment-styles): New style indent-or-triple.
13014 (comment-style): Make that the default.
13015 (comment-add defvar): Doc fix.
13016 (comment-add): Delete arg EXTRA.
13017 (comment-region-default): Open code call to comment-add.
13018 Handle indent-or-triple style which uses `multi-char' for INDENT.
13019
13020 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
13021
13022 * eshell/em-unix.el (nil-blank-string): Doc fix.
13023
13024 2007-10-26 John Wiegley <johnw@newartisans.com>
13025
13026 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
13027 function, ensure that the third argument is turned into a nil if
13028 the string is otherwise completely empty (either no characters, or
13029 all tabs/spaces). This fixes a bug from a user who found himself
13030 unable to customize `diff-switches' and still use Eshell's diff
13031 command.
13032
13033 2007-10-26 Glenn Morris <rgm@gnu.org>
13034
13035 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
13036 safe-local-variable property.
13037
13038 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
13039
13040 * net/browse-url.el (browse-url-browser-function): Delete grail.
13041 (browse-url-grail): Function and variable deleted.
13042 (browse-url-browser-function): Delete IXI Mosaic.
13043 (browse-url-default-browser): Don't try IXI Mosaic.
13044 (browse-url-iximosaic): Function deleted.
13045 (browse-url-browser-function): Delete MMM.
13046 (browse-url-default-browser): Don't try MMM.
13047 (browse-url-mmm): Function deleted.
13048
13049 2007-10-26 Drew Adams <drew.adams@oracle.com>
13050
13051 * custom.el (custom-note-var-changed): New function.
13052
13053 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
13054
13055 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
13056 use with the definition. Remove.
13057
13058 * add-log.el (change-log-start-entry-re): New defconst.
13059 (change-log-sortable-date-at): Use it.
13060 (change-log-beginning-of-defun, change-log-end-of-defun):
13061 New functions.
13062 (change-log-mode): Use them for beginning-of-defun-function and
13063 end-of-defun-function.
13064
13065 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
13066
13067 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
13068 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
13069 (ses-recalculate-cell): Deal with point being just beyond end of
13070 data area (why does this happen?)
13071 (ses-set-curcell): Ditto.
13072 (ses-column-letter): Handle columns beyond 702. Code written by
13073 Gareth Rees.
13074
13075 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
13076
13077 * textmodes/org.el (org-agenda-get-restriction-and-command):
13078 Use `mapc' instead of `mapcar'.
13079 (org-agenda-list): Numeric prefix argument can specify the number
13080 of days.
13081 (remember-register, remember-buffer): Prevent byte compiler from
13082 complaining.
13083 (org-todo): Save and restore match data.
13084 (org-no-warnings): New macro.
13085 (org-columns-eval): Use `org-no-warnings'.
13086
13087 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
13088
13089 * comint.el (comint-password-prompt-regexp):
13090 Handle `[sudo] password'-style prompt.
13091
13092 2007-10-25 Glenn Morris <rgm@gnu.org>
13093
13094 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
13095 (defcustom): Doc fix.
13096
13097 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
13098 Add `non_intrinsic'.
13099 (f90-constants-re): Add ieee modules.
13100 (f90-typedef-matcher, f90-typedec-matcher)
13101 (f90-imenu-type-matcher): New functions.
13102 (f90-font-lock-keywords-1): Give module procedures function-name face.
13103 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
13104 Add `use, intrinsic'.
13105 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
13106 Move start of `enum' blocks to separate entry.
13107 (f90-start-block-re): Fix `type', `abstract interface'.
13108 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
13109 derived types.
13110 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
13111 `elemental', change `enumerator'.
13112 (f90-no-block-limit): Fix `abstract interface'.
13113
13114 * progmodes/f90.el (f90-indented-comment-re)
13115 (f90-directive-comment-re, f90-break-delimiters):
13116 * progmodes/fortran.el (fortran-comment-line-start-skip)
13117 (fortran-directive-re):
13118 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
13119 as safe if they are strings.
13120
13121 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13122
13123 * startup.el (window-system): Remove. Don't make it frame-local.
13124
13125 2007-10-24 Richard Stallman <rms@gnu.org>
13126
13127 * savehist.el (savehist-save): Omit unreadable elements.
13128
13129 * loadhist.el (unload-function-defs-list): Rename from
13130 unload-function-features-list.
13131 (unload-feature-special-hooks, unload-feature): Doc fixes.
13132
13133 * indent.el (indent-to-left-margin): If point's in the indentation,
13134 move to the end of the indentation.
13135
13136 * cus-edit.el (customize-changed-options): Make arg optional.
13137
13138 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
13139
13140 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
13141
13142 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
13143
13144 * textmodes/org-publish.el (org-publish-attachment): Re-install
13145 accidentally deleted change.
13146
13147 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13148
13149 * term/iris-ansi.el (iris-function-map): Move init into declaration.
13150
13151 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
13152
13153 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
13154 (Buffer-menu-mode-map): Initialize in the declaration.
13155 (Buffer-menu-mode): Define with `define-derived-mode'.
13156
13157 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
13158
13159 * textmodes/org.el (org-version): Change to 5.13e.
13160 (org-agenda-file-regexp): Fix typo in docstring.
13161 (org-add-planning-info): Fix bug in parenthesis settings.
13162 (org-scan-tags): Catch the case of indirect buffers with no filename.
13163 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
13164 Re-install switch to mapc, had been removed by accident.
13165 (org-columns-map): New binding `C-c C-o'.
13166 (org-columns-menu): Change menu text and added new entry.
13167 (org-columns-eval): Document the use of `next-line'.
13168 (org-columns-open-link): New function.
13169 (org-columns-follow-link): Remove function.
13170 (org-open-link-from-string): New function.
13171 (org-read-date-get-relative): Fix typo in docstring.
13172 (org-read-date-get-relative): Leading +/- is not optional.
13173 (org-agenda-get-restriction-and-command): Always resize window on
13174 first loop cycle.
13175 (org-agenda-open-link): Make sure the link abbreviations are
13176 present in the agenda buffer.
13177 (org-agenda-copy-local-variable): New function.
13178
13179 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13180
13181 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
13182
13183 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13184
13185 * simple.el (reindent-then-newline-and-indent): Use a `move after
13186 insert' kind of marker in the save-excursion.
13187
13188 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
13189
13190 * textmodes/css-mode.el: Require CL.
13191 (comment-continue): Declare.
13192
13193 * subr.el (make-variable-frame-localizable): Remove.
13194 (make-variable-frame-local): Mark obsolete.
13195
13196 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
13197
13198 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
13199 of the subdirs is unreadable.
13200
13201 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
13202
13203 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
13204 when we are local.
13205
13206 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
13207
13208 * progmodes/python.el (python-current-defun): Remove left-over
13209 assignment to `start'.
13210
13211 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
13212
13213 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
13214 than `mapcar'; return value is not used.
13215
13216 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
13217
13218 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
13219 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
13220
13221 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
13222
13223 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
13224 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
13225
13226 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
13227
13228 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
13229
13230 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
13231
13232 * emacs-lisp/advice.el (ad-make-advised-docstring):
13233 Add ad-advice-info text property to doc string.
13234
13235 2007-10-23 Glenn Morris <rgm@gnu.org>
13236
13237 * progmodes/f90.el (f90-do-indent, f90-if-indent)
13238 (f90-type-indent, f90-program-indent, f90-associate-indent)
13239 (f90-continuation-indent, f90-comment-region)
13240 (f90-beginning-ampersand, f90-smart-end)
13241 (f90-break-before-delimiters, f90-auto-keyword-case)
13242 (f90-leave-line-no, f90-mode-hook):
13243 Give an appropriate safe-local-variable property.
13244
13245 * progmodes/fortran.el (fortran-tab-mode-default)
13246 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
13247 (fortran-structure-indent, fortran-continuation-indent)
13248 (fortran-comment-indent, fortran-comment-line-extra-indent)
13249 (fortran-comment-line-start)
13250 (fortran-minimum-statement-indent-fixed)
13251 (fortran-minimum-statement-indent-tab)
13252 (fortran-comment-indent-char, fortran-line-number-indent)
13253 (fortran-check-all-num-for-matching-do)
13254 (fortran-blink-matching-if, fortran-continuation-string)
13255 (fortran-comment-region, fortran-electric-line-number)
13256 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
13257 (fortran-analyze-depth, fortran-break-before-delimiters):
13258 Give an appropriate safe-local-variable property.
13259
13260 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
13261
13262 * printing.el: Move variable definitions before use.
13263 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
13264
13265 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
13266
13267 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
13268 (tpu-edt-off): Use it.
13269 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
13270 the global-map before adding it to global-map.
13271
13272 * menu-bar.el (global-buffers-menu-map): New var.
13273 (global-map, menu-bar-update-buffers): Use it.
13274 * msb.el (msb-menu-bar-update-buffers): Use it.
13275 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
13276 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
13277 Use with-current-buffer.
13278
13279 2007-10-22 Juri Linkov <juri@jurta.org>
13280
13281 * isearch-multi.el: New file.
13282
13283 * isearch.el (isearch-search-string): After finding the next
13284 occurrence switch to buffer isearch-buffers-current-buffer when
13285 isearch-buffers-next-buffer-function is non-nil and
13286 isearch-buffers-current-buffer is live.
13287
13288 * add-log.el (change-log-mode): Make and set buffer-local variable
13289 isearch-buffers-next-buffer-function to change-log-next-buffer.
13290 Call isearch-buffers-minor-mode.
13291 (change-log-next-buffer): New function.
13292
13293 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
13294
13295 * textmodes/org-export-latex.el (org-export-latex-protect-string):
13296 Renaming of `org-latex-protect'.
13297 (org-export-latex-emphasis-alist): By default, don't protect
13298 any emphasis formatter from further conversion.
13299 (org-export-latex-tables): Honor column grouping for tables.
13300 (org-export-latex-title-command): New option.
13301 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
13302 export backslash character.
13303
13304 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
13305
13306 * textmodes/org.el (org-read-date-get-relative): New function.
13307 (org-agenda-file-regexp): New variable.
13308 (org-agenda-files): Allow directories in the variable.
13309 (org-agenda-get-restriction-and-command): New function.
13310 (org-agenda): Use `org-agenda-get-restriction-and-command'.
13311 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
13312 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
13313 New functions.
13314 (org-entry-add-to-multivalued-property)
13315 (org-entry-remove-from-multivalued-property)
13316 (org-entry-member-in-multivalued-property): New functions.
13317 (org-remember-apply-template): Catch C-g and make sure window
13318 configuration is restored.
13319 (org-agenda-open-link): Make it work with several links in the line.
13320 (org-drawers, org-set-regexps-and-options)
13321 (org-get-current-options): Add support for a DRAWERS in-buffer option.
13322 (org-agenda-window-frame-fractions): New option.
13323 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
13324 (org-columns-cleanup-item, org-find-entry-with-id)
13325 (org-insert-columns-dblock, org-listtable-to-string)
13326 (org-dblock-write:columnview, org-columns-capture-view)
13327 (org-edit-headline): New functions.
13328 (org-agenda-to-appt): Require calendar.
13329 (org-entry-get-with-inheritance): Widen for search.
13330 (org-columns-display-here): Don't mark buffer as modified when
13331 adding space characters to accomodate column overlays.
13332 (org-export-as-html): Better formatting of tags in the toc.
13333 (org-columns-display-here): Make the ITEM column as compact as possible.
13334 (org-remember-templates): Customization interface improved.
13335 (org-export-with-property-drawer): Variable removed.
13336 (org-export-with-drawers): New option.
13337 (org-complex-heading-regexp): New variable.
13338 (org-sort-entries): Rewrite using `sort-subr'.
13339 (org-set-property): More appropriate completion during interactive use.
13340 (org-sort-entries): Allow sorting by property.
13341 (org-additional-option-like-keywords): Add more values.
13342 (org-sort-entries-or-items): Rename from `org-sort-entries'.
13343
13344 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
13345
13346 * textmodes/org.el (org-get-date-from-calendar): New function.
13347 (org-at-timestamp-p, org-timestamp-change)
13348 (org-remember-templates): First element of each entry is now a
13349 name for the template.
13350 (org-store-log-note): Check for `org-note-abort'.
13351 (org-kill-note-or-show-branches): New command.
13352 (org-fontify-priorities): New option.
13353 (org-fontify-priorities): New function.
13354 (org-cut-subtree, org-copy-subtree): New argument N to
13355 act on N sequential subtrees.
13356 (org-paste-subtree): Fix the level at which a tree is pasted.
13357 (org-fit-agenda-window): Limitations on window size removed.
13358 (org-agenda-find-same-or-today-or-agenda): Rename from
13359 `org-agenda-find-today-or-agenda'.
13360 (org-scheduled-past-days): New option.
13361 (org-agenda-scheduled-leaders)
13362 (org-agenda-deadline-leaders): New options.
13363 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
13364 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
13365 (org-export-with-tags, org-export-plist-vars)
13366 (org-infile-export-plist): New "tags" option.
13367 (org-use-property-inheritance): New option.
13368 (org-cached-entry-get): Use `org-use-property-inheritance'.
13369 (org-remember-apply-template): Fix typo.
13370
13371 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
13372
13373 * net/tramp.el (tramp-find-shell)
13374 (tramp-open-connection-setup-interactive-shell): Improve sending
13375 initial commands.
13376 (tramp-action-terminal): Send debug message.
13377 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
13378 (tramp-barf-if-no-shell-prompt): Insert code of
13379 `tramp-wait-for-shell-prompt'.
13380
13381 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
13382
13383 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
13384
13385 * term/vt200.el (terminal-init-vt200):
13386 * term/vt201.el (terminal-init-vt201):
13387 * term/vt220.el (terminal-init-vt220):
13388 * term/vt240.el (terminal-init-vt240):
13389 * term/vt300.el (terminal-init-vt300):
13390 * term/vt320.el (terminal-init-vt320):
13391 * term/vt400.el (terminal-init-vt400):
13392 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
13393
13394 * term/wyse50.el (wyse50-terminal-map): New var.
13395 (terminal-init-wyse50): Use it and input-decode-map.
13396 (enable-arrow-keys): Emasculate.
13397
13398 * term/tvi970.el (tvi970-terminal-map): New var.
13399 (terminal-init-tvi970): Use it and input-decode-map.
13400 (tvi970-keypad-numeric): Remove.
13401 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
13402
13403 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
13404 (terminal-init-sun): Use it and input-decode-map.
13405
13406 * term/news.el (terminal-init-news):
13407 * term/lk201.el (terminal-init-lk201):
13408 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
13409
13410 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
13411
13412 * complete.el (PC-expand-many-files): Remove.
13413 (PC-do-completion): Call file-expand-wildcards instead of
13414 PC-expand-many-files.
13415
13416 * net/tramp.el (tramp-handle-expand-many-files): Remove.
13417 (PC-expand-many-files): Remove advice.
13418
13419 2007-10-22 Glenn Morris <rgm@gnu.org>
13420
13421 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
13422 Add some support for Fortran 2003 syntax:
13423 (f90-type-indent): Now also applies to `enum'.
13424 (f90-associate-indent): New user option.
13425 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
13426 Add some F2003 keywords.
13427 (f90-constants-re): New constant.
13428 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
13429 Interface'.
13430 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
13431 `class'. Arguments for `type'/`class' may have spaces. Add a new
13432 element for functions with specified types. Add `end enum' and
13433 `select type'. Add `implicit enumerator' and `procedure'.
13434 Add `class default' and `type is', `class is'. Fix `go to' regexp.
13435 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
13436 (f90-font-lock-keywords-4): Add `f90-constants-re'.
13437 (f90-blocks-re): Add `enum' and `associate'.
13438 (f90-else-like-re): Add `class is', `type is', and `class default'.
13439 (f90-end-type-re): Add `enum'.
13440 (f90-end-associate-re, f90-typeis-re): New constants.
13441 (f90-end-block-re): Add `enum' and `associate'. Change from
13442 optional whitespace to end-of-word, to avoid `enumerator'.
13443 (f90-start-block-re): Add `select type', `abstract interface', and
13444 `enum'. Avoid `type is', and `type (sometype)'.
13445 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
13446 (f90-mode): Doc fix.
13447 (f90-looking-at-select-case): Doc fix. Add `select type'.
13448 (f90-looking-at-associate): New function.
13449 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
13450 Add `enum' and `abstract interface'.
13451 (f90-no-block-limit): Add `select type' and `abstract interface'.
13452 (f90-get-correct-indent, f90-calculate-indent)
13453 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
13454 (f90-indent-region, f90-match-end): Handle `associate' blocks.
13455
13456 2007-10-22 Martin Rudalics <rudalics@gmx.at>
13457
13458 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
13459 Use window-full-width-p.
13460
13461 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
13462
13463 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
13464
13465 * tooltip.el: Use featurep 'xemacs.
13466
13467 * printing.el: Move variable definitions before use, no code change.
13468
13469 2007-10-22 Juri Linkov <juri@jurta.org>
13470
13471 * simple.el (goto-history-element): Allow minibuffer-default to be
13472 a list of default values accessible by typing M-n in the minibuffer.
13473
13474 * dired-x.el (dired-guess-shell-command): Put all guesses to the
13475 minibuffer default value list instead of pushing them temporarily
13476 to the history list.
13477
13478 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
13479
13480 * hexl.el (hexl-menu): New major mode menu.
13481
13482 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13483
13484 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
13485
13486 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
13487
13488 * w32-fns.el (w32-quote-process-args):
13489 * dos-w32.el (print-region-function, lpr-headers-switches)
13490 (ps-print-region-function): Pacify byte-compiler.
13491
13492 * emulation/edt-mapper.el (function-key-map):
13493 (edt-map-key): Make it a function instead of using fset.
13494 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
13495 (edt-gnu-map-key, edt-lucid-map-key): Remove.
13496 (edt-x-emacs-p): Remove.
13497 (edt-emacs-variant, edt-window-system, edt-xserver):
13498 Use featurep 'xemacs.
13499
13500 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
13501 Replace eudc-xemacs-p with its definition.
13502 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
13503 (eudc-emacs-mule-p): Remove.
13504 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
13505 eudc-xemacs-p with feature tests.
13506
13507 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
13508 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
13509 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
13510 (eudc-bob-toggle-inline-display):
13511 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
13512 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
13513
13514 * net/eudcb-ph.el (eudc-ph-open-session):
13515 Replace eudc-xemacs-mule-p with its former definition.
13516
13517 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
13518 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
13519
13520 * progmodes/vera-mode.el (vera-xemacs): Remove.
13521 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
13522
13523 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
13524 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
13525 (vhdl-speedbar-initialize, vhdl-ps-print-init)
13526 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
13527 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
13528 with (featurep 'xemacs).
13529
13530 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
13531 (save-buffer-state-x):
13532 * obsolete/fast-lock.el (fast-lock-verbose):
13533 * emulation/viper-init.el (viper-xemacs-p)
13534 (viper-cond-compile-for-xemacs-or-emacs):
13535 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
13536 * ps-print.el (case-fold-search):
13537 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
13538 * calculator.el (calculator-help): Use featurep 'xemacs.
13539
13540 * progmodes/prolog.el: Undo previous change.
13541 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
13542
13543 * progmodes/dcl-mode.el:
13544 * play/yow.el:
13545 * calendar/todo-mode.el:
13546 * calendar/cal-hebrew.el:
13547 * vc-hg.el: Undo previous change.
13548
13549 * vms-patch.el: Likewise.
13550 (print-region-function): Pacify byte-compiler.
13551
13552 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
13553
13554 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
13555 preserve-uid-gid.
13556
13557 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
13558 compatibility. It is not used, though.
13559
13560 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
13561 Require tramp-cmds.el.
13562 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
13563 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
13564 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
13565 (tramp-do-copy-or-rename-file-out-of-band)
13566 (tramp-maybe-open-connection): Use `make-temp-name'. This is
13567 possible, because we don't need to create the temporary file, but
13568 we need a prefix for ssh, which has its own temporary file handling.
13569 (tramp-handle-delete-directory): Add "-f" to rmdir.
13570 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
13571 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
13572 a signal, in order to give the callee a chance to suppress.
13573 (tramp-handle-write-region): Set owner also in case of short
13574 track. Don't use compatibility calls for `write-region' anymore.
13575 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
13576 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
13577
13578 * net/tramp-cmds.el: New file.
13579
13580 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
13581 `tramp-clear-passwd'.
13582
13583 * net/trampver.el: Update release number.
13584
13585 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
13586
13587 * progmodes/gud.el (gud-target-name): Move definition before use.
13588
13589 * progmodes/dcl-mode.el: Require imenu at compile time.
13590
13591 * progmodes/cc-engine.el (c-maybe-stale-found-type):
13592 Pacify byte-compiler.
13593
13594 * obsolete/fast-lock.el: Use featurep test instead of string-match.
13595
13596 * eshell/esh-mode.el (eshell-handle-ansi-color):
13597 Require ansi-color at compile time too.
13598
13599 * eshell/em-unix.el (eshell/info): Require info at compile time too.
13600
13601 * w32-fns.el: Require w32-vars.
13602
13603 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
13604 time too.
13605
13606 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13607
13608 * double.el ([ignore]): Use `ignore'.
13609 (double-setup): Inline into double-mode.
13610 (double-mode): Use define-minor-mode.
13611
13612 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
13613
13614 * textmodes/reftex.el: Move require easymenu before first use.
13615 (reftex-info): Require info at compile too.
13616
13617 * textmodes/org-publish.el (org-publish-org-to-html)
13618 (org-publish-org-to): Require org at compile time too.
13619 (org-publish-attachment): Require at compile time too.
13620
13621 * term/tty-colors.el (w32-tty-standard-colors):
13622 Pacify byte-compiler.
13623
13624 * term/pc-win.el (frame-creation-function-alist): Add to this
13625 instead of setting frame-creation-function.
13626
13627 * play/blackbox.el (bb-up, bb-down): Use forward-line.
13628
13629 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
13630
13631 * calendar/todo-mode.el: Require calendar at compile time.
13632
13633 * calendar/cal-hebrew.el: Require holidays at compile time.
13634
13635 * w32-vars.el: Provide w32-vars.
13636
13637 * term/w32-win.el: Require w32-vars.
13638 (w32-color-map): Pacify byte-compiler.
13639
13640 * loadup.el: Load w32-vars before term/w32-win.
13641
13642 2007-10-20 Juri Linkov <juri@jurta.org>
13643
13644 * textmodes/fill.el (fill-paragraph): When the region is active,
13645 don't try other `or' branches regardless of the value returned by
13646 fill-region; just return t.
13647
13648 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
13649
13650 * vc.el (vc-do-command): Condition out a misleading message when
13651 running asynchronously.
13652 (vc-deduce-fileset): New argument enables using an unregistered
13653 visited file as a singleton fileset if nothing else is available.
13654 (vc-next-action): Restore file-registering behavior.
13655
13656 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
13657
13658 * calc/README: Add recent news.
13659
13660 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
13661
13662 * term/x-win.el (x-gtk-stock-map, icon-map-list)
13663 (x-gtk-map-stock): Delete duplicated definitions from merge.
13664
13665 * progmodes/compile.el (compilation-skip-to-next-location)
13666 (compilation-skip-threshold, compilation-skip-visited):
13667 Move definitions earlier.
13668
13669 * play/decipher.el (decipher-keypress):
13670 * play/zone.el (zone-fall-through-ws):
13671 * play/landmark.el (lm-move-down, lm-move-up):
13672 * play/handwrite.el (handwrite):
13673 * mail/mspools.el (mspools-visit-spool):
13674 * wdired.el (wdired-next-line, wdired-previous-line):
13675 * tar-mode.el (tar-subfile-save-buffer):
13676 * scroll-lock.el (scroll-lock-next-line)
13677 (scroll-lock-previous-line):
13678 * image-dired.el (image-dired-next-line)
13679 (image-dired-previous-line):
13680 * ediff-help.el (ediff-help-message-line-length):
13681 Use forward-line.
13682
13683 * smerge-mode.el (smerge-auto-refine):
13684 * diff-mode.el (diff-auto-refine): Add :group.
13685
13686 * play/yow.el: Require doctor at compile time.
13687
13688 * vmsproc.el: Provide vmsproc.
13689 (command-send-input): Use forward-line.
13690
13691 * vms-patch.el: Require ps-print and vmsproc at compile time.
13692
13693 * vc-mtn.el (log-view-message-re, log-view-file-re)
13694 (log-view-font-lock-keywords): Pacify byte-compiler.
13695
13696 * vc-hg.el: Require log-view at compile time.
13697
13698 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
13699
13700 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
13701
13702 2007-10-20 Glenn Morris <rgm@gnu.org>
13703
13704 * progmodes/f90.el (f90-font-lock-keywords-2)
13705 (f90-looking-at-type-like): Fix regexp typos.
13706
13707 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
13708
13709 * bs.el (bs--track-window-changes): Don't refresh the whole list.
13710 (bs-mode): Set mode-class property to special.
13711
13712 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
13713
13714 * diff-mode.el (diff-auto-refine): New var.
13715 (diff-hunk): Use it.
13716 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
13717 (diff-refine-change): Rename from diff-fine-change. Change it.
13718 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
13719 (diff-refine-hunk): Rename from diff-fine-highlight.
13720
13721 2007-10-20 John Paul Wallington <jpw@pobox.com>
13722
13723 * help-fns.el (describe-variable-custom-version-info): New function
13724 to return variable's version or package version note.
13725 (describe-variable): Use it, display result.
13726
13727 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
13728
13729 * smerge-mode.el (smerge-auto-refine): New var.
13730 (smerge-next, smerge-prev): Use it.
13731 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
13732
13733 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13734 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
13735
13736 * vc-bzr.el (vc-bzr-diff-tree):
13737 * vc-git.el (vc-git-diff-tree):
13738 * vc-hg.el (vc-hg-diff-tree):
13739 * vc-mcvs.el (vc-mcvs-diff-tree):
13740 * vc-mtn.el (vc-mtn-diff-tree):
13741 * vc-svn.el (vc-svn-diff-tree): Remove.
13742
13743 * vc-mtn.el (vc-mtn-revision-completion-table):
13744 * vc-cvs.el (vc-cvs-revision-completion-table):
13745 * vc-arch.el (vc-arch-revision-completion-table):
13746 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
13747 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
13748 Make it work when the arg is a list of files.
13749
13750 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13751
13752 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
13753 Also `revision-completion-table' now takes a list of files.
13754 (vc-deduce-fileset): Remove unused var `regexp'.
13755 Only obey allow-directory-wildcard in dired buffers.
13756 (vc-default-diff-tree): Remove.
13757 (vc-diff-added-files): New var.
13758 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
13759 (vc-version-diff): Revert from `vc-history-diff' to the original name.
13760 Remove the `backend' arg.
13761 (vc-contains-version-controlled-file): Remove.
13762 (vc-diff): Bring it closer to the version in Emacs-22.
13763 (vc-revert): Fix typo in let-binding.
13764 (vc-default-unregister): Remove.
13765 (vc-dired-buffers-for-dir): Remove N^2 behavior.
13766
13767 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
13768
13769 * textmodes/two-column.el (2C-split, 2C-merge):
13770 * textmodes/bib-mode.el (bib-find-key, mark-bib):
13771 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13772 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
13773 * progmodes/ada-xref.el (ada-get-all-references):
13774 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
13775 * emulation/vi.el (vi-previous-line-first-nonwhite)
13776 (vi-effective-range, vi-put-before):
13777 * emulation/edt.el (edt-next-line, edt-previous-line)
13778 (edt-paragraph-forward): Use forward-line.
13779
13780 * progmodes/etags.el (tags-apropos): Require apropos at compile
13781 time too.
13782
13783 * progmodes/prolog.el: Require comint when compiling.
13784 (inferior-prolog-flavor): Move defvar before use.
13785
13786 2007-10-19 Richard Stallman <rms@gnu.org>
13787
13788 * font-core.el (turn-on-font-lock-if-desired):
13789 Rename from `turn-on-font-lock-if-enabled'.
13790 Fully obey `font-lock-global-modes'.
13791
13792 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13793
13794 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
13795 which will not affect the behavior of things like forward-word.
13796 (diff-fine-highlight): Preserve point.
13797
13798 * doc-view.el (doc-view-mode-map): Use remapping.
13799 Don't rebind C-v, M-v to their default value.
13800 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
13801
13802 * smerge-mode.el: Add word-granularity refinement.
13803 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
13804 (smerge-refine-weight-hack): New vars.
13805 (smerge-refine-forward): New fun.
13806 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
13807 (smerge-refine-subst): Use them as well. Preserve point.
13808
13809 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
13810
13811 * follow.el (follow-unload-function): New function.
13812
13813 * loadhist.el (unload-function-features-list):
13814 Rename from `unload-hook-features-list'.
13815 (unload-hook-features-list): Add as obsolete alias.
13816 (unload-feature): Use `unload-function-features-list'
13817 and new FEATURE-unload-function.
13818
13819 2007-10-19 Glenn Morris <rgm@gnu.org>
13820
13821 * bindings.el (mouse-minor-mode-menu)
13822 (minor-mode-menu-from-indicator): Move to mouse.el.
13823 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
13824 Move here from bindings.el.
13825
13826 2007-10-19 Richard Stallman <rms@gnu.org>
13827
13828 * help-fns.el (describe-function-1): Don't use the advice origname
13829 if it has no function definition.
13830
13831 2007-10-18 Johan Bockgård <bojohan@gnu.org>
13832
13833 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
13834 Use `save-restriction' rather than `widen'.
13835
13836 2007-10-18 Richard Stallman <rms@gnu.org>
13837
13838 * time.el (display-time-world-time-format): Display day # not month #.
13839
13840 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
13841
13842 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
13843
13844 * doc-view.el: Remove version keyword.
13845 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13846 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
13847 (doc-view-ghostscript-options): Improve custom type.
13848 (doc-view-cache-directory, doc-view-conversion-buffer)
13849 (doc-view-conversion-refresh-interval): Simplify custom type.
13850
13851 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
13852
13853 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
13854 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
13855 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
13856 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
13857 Remove superfluous messages.
13858 (doc-view-mode-map): Use the image-mode scrolling commands.
13859 Don't rebind C-x k.
13860
13861 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
13862
13863 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
13864 Add comment about "-dSAFER".
13865
13866 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13867
13868 * term/xterm.el: Don't require xt-mouse.
13869 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
13870 calling turn-on-xterm-mouse-tracking-on-terminal directly.
13871
13872 * xt-mouse.el: Don't change the global function-key-map anny more.
13873 (xterm-mouse-mode): Use terminal-init-xterm-hook.
13874 Don't use after-make-frame-functions now that term/xterm.el calls
13875 us directly.
13876 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
13877 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
13878 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
13879 Setup input-decode-map and remember that xterm-mouse-mode was
13880 enabled in this terminal.
13881 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
13882 terminals where it has been enabled.
13883
13884 * faces.el (tty-create-frame-with-faces): Make sure not only
13885 tty-run-terminal-initialization but also set-locale-environment
13886 are run only once per terminal.
13887 (tty-run-terminal-initialization): Don't check if the terminal was
13888 already initted.
13889
13890 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
13891 not to remove keymaps that just happen to inherit from one of ours.
13892 When setting up our keymap, make sure it won't be accidentally
13893 modified by someone else.
13894
13895 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
13896
13897 * textmodes/artist.el (artist-previous-line, artist-next-line):
13898 * dired.el (dired-next-line, dired-previous-line):
13899 * progmodes/delphi.el (delphi-newline):
13900 * textmodes/org.el (org-columns-eval):
13901 Use forward-line.
13902
13903 * emerge.el (emerge-setup): Use insert-buffer-substring.
13904 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
13905
13906 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
13907
13908 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
13909 (adaptive-fill-function): Doc fix. Remove * from docstring.
13910
13911 2007-10-18 Tom Horsley <tom.horsley@att.net>
13912
13913 * simple.el (interprogram-paste-function): Doc fix.
13914 (current-kill): Accept list of strings as well
13915 as single string from `interprogram-paste-function'.
13916
13917 2007-10-18 Glenn Morris <rgm@gnu.org>
13918
13919 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
13920
13921 2007-10-18 Drew Adams <drew.adams@oracle.com>
13922
13923 * bindings.el (mode-line-minor-mode-keymap):
13924 Add mouse-minor-mode-menu on mouse-1.
13925 (mode-line-modes): Add mouse-1 to help-echo text.
13926 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
13927 New functions.
13928 (mode-line-minor-mode-help): Doc fix.
13929
13930 2007-10-17 Juri Linkov <juri@jurta.org>
13931
13932 * textmodes/fill.el (fill-paragraph-or-region): Remove function
13933 at the request of RMS.
13934 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
13935 arg `region'. Fix docstring. At the first `or' branch add call to
13936 `fill-region' if it the region is active in transient-mark-mode.
13937
13938 * bindings.el (esc-map): Bind M-q to fill-paragraph
13939 instead of fill-paragraph-or-region.
13940
13941 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
13942 with fill-paragraph.
13943
13944 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
13945 Fix docstring.
13946
13947 * indent.el (indent-for-tab-command): Change interactive spec from
13948 "P" to "p". Add check for interactive arg before indenting the
13949 active region.
13950
13951 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
13952 Regroup.
13953
13954 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
13955
13956 * emacs-lisp/find-func.el: Don't require loadhist.
13957
13958 * loadhist.el (feature-symbols, file-provides, file-requires)
13959 (file-set-intersect, file-dependents): Simplify.
13960 (unload-feature-special-hooks): Update list of special hooks.
13961
13962 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
13963
13964 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
13965 extensions since they can be viewed with doc-view.
13966
13967 * files.el (auto-mode-alist): Make doc-view-mode the default mode
13968 for pdf, ps and dvi files.
13969
13970 * doc-view.el: Make doc-view-mode the standard mode for viewing
13971 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
13972 text and image display. Add binding C-c C-e to switch to an
13973 editing mode.
13974 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
13975 avoid security problems when rendering files from untrusted sources.
13976
13977 2007-10-17 Aaron Hawley <aaronh@garden.org>
13978
13979 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
13980 position is not saved.
13981
13982 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
13983
13984 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
13985 (doc-view-ghostscript-options): Fix typo in doc string.
13986
13987 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13988
13989 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
13990 handling, so compilation-fake-loc works again.
13991
13992 * server.el (server-select-display): Nop if we do not support m-f-o-d.
13993 (server-process-filter): Revert last change.
13994
13995 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
13996 behavior unrelated to filesets.
13997
13998 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
13999
14000 * longlines.el (longlines-wrap-follows-window-size): Integer value
14001 specifies wrapping margin.
14002 (longlines-mode, longlines-window-change-function):
14003 Set window-specific wrapping margin based on the above.
14004
14005 2007-10-17 John Wiegley <johnw@newartisans.com>
14006
14007 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
14008
14009 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
14010
14011 * server.el (server-process-filter): Only set display if X11 is
14012 supported.
14013
14014 2007-10-17 Glenn Morris <rgm@gnu.org>
14015
14016 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
14017 Tweak regexp to avoid stack overflow.
14018
14019 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14020
14021 * simple.el (reindent-then-newline-and-indent): Don't assume that
14022 indent-according-to-mode preserves point.
14023
14024 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
14025
14026 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
14027 (bs--nth-wrapper): Simplify.
14028 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
14029 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
14030 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
14031 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
14032 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
14033 (bs-configurations, bs-default-configuration)
14034 (bs-alternative-configuration, bs-cycle-configuration-name)
14035 (bs-string-show-always, bs-string-show-never, bs-string-current)
14036 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
14037 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
14038 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
14039 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
14040 (bs--window-config-coming-from): Revert 2006-11-09 change.
14041 (bs--restore-window-config): Keep the selected frame.
14042 (bs--track-window-changes, bs--remove-hooks): New functions.
14043 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
14044 (bs--create-header): Remove.
14045 (bs--create-header-line): New function, based on `bs--create-header'.
14046 (bs--show-header): Use `bs--create-header-line'.
14047 (bs--show-with-configuration): Revert 2006-11-09 change.
14048 Don't reuse window unless it is visible on the selected frame.
14049 Restore window configuration (possibly in a different frame)
14050 before creating any window.
14051
14052 2007-10-16 Glenn Morris <rgm@gnu.org>
14053
14054 * simple.el (blink-matching-open): Don't report false errors with
14055 the `$' syntax class.
14056
14057 2007-10-16 Richard Stallman <rms@gnu.org>
14058
14059 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
14060 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
14061 (ad-is-advised, ad-get-advice-info-field)
14062 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
14063
14064 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
14065
14066 * vc-hooks.el (vc-workfile-version): Compatibility alias.
14067 (vc-default-working-revision): Compatibility for backends.
14068
14069 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
14070
14071 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
14072 (filesets-ormap, filesets-sort-case-sensitive-flag)
14073 (filesets-remake-shortcut, filesets-ingroup-collect-files):
14074 Fix typos in docstrings.
14075 (filesets-conditional-sort, filesets-find-or-display-file)
14076 (filesets-data-get-name, filesets-data-get-data)
14077 (filesets-data-set, filesets-cmd-query-replace-getargs)
14078 (filesets-ingroup-collect): Doc fixes.
14079
14080 2007-10-15 Sam Steingold <sds@gnu.org>
14081
14082 * mail/sendmail.el (sendmail-error-reporting-interactive)
14083 (sendmail-error-reporting-non-interactive): New variables for
14084 sendmail error reporting options to simplify support for imperfect
14085 sendmail emulators.
14086 (sendmail-send-it): Use them instead of list literals.
14087
14088 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
14089
14090 * help-fns.el: Revert previous change; it creates a
14091 dependency loop between advice.el and help-fns.el.
14092
14093 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
14094
14095 * help-fns.el: Require advice when compiling.
14096
14097 2007-10-14 Drew Adams <drew.adams@oracle.com>
14098
14099 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
14100 (ring-insert+extend, ring-remove+insert+extend, ring-member)
14101 (ring-next, ring-previous): New functions.
14102
14103 2007-10-14 Richard Stallman <rms@gnu.org>
14104
14105 * emacs-lisp/advice.el (documentation): Advice deleted.
14106 Doc for advised functions is now handled at C level.
14107 (ad-stop-advice, ad-start-advice): Don't enable or disable
14108 advice for `documentation'.
14109 (ad-advised-definition-docstring-regexp): Var deleted.
14110 (ad-make-advised-definition-docstring): Store orig name
14111 as text property of string.
14112 (ad-advised-definition-p): Check for text property of docstring.
14113
14114 * help-fns.el (describe-function-1): Find source of advised functions.
14115
14116 2007-10-14 Juri Linkov <juri@jurta.org>
14117
14118 * faces.el (describe-face): Allow handling a string as the face name.
14119
14120 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
14121 active region in transient-mark-mode.
14122 (ispell-region): Change messages displayed at the start and end of
14123 the spell-checking to be the same.
14124
14125 * startup.el (fancy-startup-tail): Say exactly what does the button
14126 dismiss ("Dismiss this startup screen"). Use text "Never show
14127 it again" for the checkbox after this button.
14128 (fancy-startup-screen, fancy-about-screen): Put point before the
14129 first link, so the user can quickly select links with the keyboard.
14130 (normal-mouse-startup-screen): Add more useful text describing how
14131 to follow a link.
14132
14133 2007-10-14 Glenn Morris <rgm@gnu.org>
14134
14135 * progmodes/etags.el (select-tags-table): Disable undo in the
14136 `*Tags Table List*' buffer.
14137
14138 2007-10-13 Eli Zaretskii <eliz@gnu.org>
14139
14140 * dired.el (dired-warn-writable): New face.
14141 (dired-warn-writable-face): New variable.
14142 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
14143 of dired-warning-face, for group- and world-writable files.
14144
14145 2007-10-13 Richard Stallman <rms@gnu.org>
14146
14147 * files.el (directory-abbrev-alist): Doc fix.
14148
14149 2007-10-13 Jari Aalto <jari.aalto@cante.net>
14150
14151 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
14152
14153 2007-10-12 Martin Rudalics <rudalics@gmx.at>
14154
14155 * frame.el (set-frame-configuration): Assign name parameter only
14156 if it has been set explicitly before.
14157
14158 2007-10-11 Tom Tromey <tromey@redhat.com>
14159
14160 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
14161 frame is visible.
14162
14163 2007-10-10 Richard Stallman <rms@gnu.org>
14164
14165 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
14166 in *Backtrace*.
14167
14168 * faces.el (face-font-selection-order): Doc fix.
14169
14170 * loadhist.el (unload-feature): Doc fix.
14171
14172 2007-10-13 Glenn Morris <rgm@gnu.org>
14173
14174 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
14175 (octave-re-search-forward-kw, octave-re-search-backward-kw):
14176 Add doc string, and an explicit COUNT argument.
14177 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
14178 `inc' to search functions.
14179
14180 * faces.el (face-spec-set): When FRAME is nil, set the default for
14181 new frames (restores pre-2007-09-17 behavior). Doc fix.
14182
14183 2007-10-13 John W. Eaton <jwe@octave.org>
14184
14185 * progmodes/octave-mod.el (octave-looking-at-kw)
14186 (octave-re-search-forward-kw, octave-re-search-backward-kw):
14187 New functions.
14188 (octave-in-defun-p, calculate-octave-indent)
14189 (octave-blink-matching-block-open, octave-beginning-of-defun)
14190 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
14191 to search for regexps that contain case-sensitive keywords.
14192 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
14193 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
14194
14195 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
14196
14197 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
14198 Do not use a single clause cond.
14199
14200 * cus-start.el (all): Use test that does not match the X11 version
14201 for mac.
14202
14203 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
14204
14205 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
14206 BROWSE buffer.
14207
14208 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
14209
14210 * cus-start.el (all): Undo previous change.
14211
14212 2007-10-13 Glenn Morris <rgm@gnu.org>
14213
14214 * woman.el (woman0-rename): Fix paren typo.
14215
14216 * mail/feedmail.el (feedmail-run-the-queue)
14217 (feedmail-look-at-queue-directory):
14218 * mail/reporter.el (reporter-dump-state):
14219 * net/eudc-hotlist.el (eudc-edit-hotlist):
14220 * net/eudc.el (eudc-display-records)
14221 (eudc-filter-duplicate-attributes)
14222 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
14223 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
14224 (eudc-bbdb-query-internal):
14225 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
14226 * net/socks.el (socks-build-auth-list):
14227 * progmodes/cc-cmds.el (top level):
14228 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
14229 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
14230 (cperl-write-tags, cperl-tags-treeify):
14231 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
14232 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
14233 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
14234 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
14235 (idlwave-toolbar-remove-everywhere):
14236 * progmodes/idlwave.el (idlwave-indent-line)
14237 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
14238 (idlwave-write-paths, idlwave-all-method-classes)
14239 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
14240 (idlwave-fix-keywords, idlwave-display-calling-sequence)
14241 (idlwave-complete-in-buffer):
14242 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
14243 (org-fast-tag-selection):
14244 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
14245 than mapcar.
14246
14247 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
14248
14249 * diff-mode.el (diff-fine-change): Add :group.
14250
14251 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
14252
14253 * cus-start.el (all): Use the same test as the 22.2 branch.
14254
14255 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14256
14257 * diff-mode.el (diff-current-defun): Force recomputation of
14258 change-log-default-name.
14259
14260 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
14261
14262 * startup.el (fancy-startup-screen): Remove an unnecessary newline
14263 and some leftover logic regarding dedicated frames. If showing
14264 concise startup screen, fit window to buffer.
14265 (command-line-1): If we will be using the splash screen, use
14266 find-file instead of find-file-other-window to find additional files.
14267 Comment out unused code for coping with the old sit-for behavior.
14268
14269 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14270
14271 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
14272 `meta' modifier consistently, rather than using sometimes meta
14273 sometimes alt.
14274
14275 2007-10-12 Martin Rudalics <rudalics@gmx.at>
14276
14277 * window.el (handle-select-window): Revert part of 2007-10-08
14278 change setting the input focus.
14279
14280 2007-10-12 Glenn Morris <rgm@gnu.org>
14281
14282 * startup.el (command-line): Do not read abbrev file in batch mode.
14283
14284 * emacs-lisp/byte-opt.el (top level):
14285 * mail/rmail.el (rmail-list-to-menu):
14286 * obsolete/hilit19.el (hilit-mode):
14287 * progmodes/cc-mode.el (c-postprocess-file-styles)
14288 (c-submit-bug-report):
14289 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
14290 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
14291 (reftex-access-parse-file):
14292 * textmodes/reftex-cite.el (reftex-do-citation)
14293 (reftex-insert-bib-matches):
14294 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14295 * textmodes/reftex-sel.el (reftex-select-unmark):
14296 * textmodes/reftex-toc.el (reftex-toc-do-promote):
14297 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
14298
14299 * cus-edit.el (custom-variable-menu, custom-face-menu)
14300 (custom-group-menu): Check init-file-user rather than
14301 user-init-file, in case cus-edit is loaded by site-run-file.
14302
14303 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
14304
14305 * vc.el (vc-deduce-fileset): Delete unused code.
14306 (vc-next-action): Fix typos.
14307
14308 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
14309
14310 * bs.el (bs--mark-unmark): New function.
14311 (bs-mark-current, bs-unmark-current): Use it.
14312
14313 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
14314
14315 * vc.el (vc-diff):
14316 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
14317 temporarily disable the check for his edge case of
14318 vc-diff (stopping it from grinding when called from $HOME), as
14319 it's calling some brittle code in vc-hooks.el.
14320 (with-vc-properties): Fix evaluation time of a macro argument.
14321 * ediff-vers.el (ediff-vc-internal):
14322 * vc-hooks.el:
14323 * loaddefs.el: Follow up on VC terminology change.
14324
14325 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
14326
14327 * follow.el (follow-stop-intercept-process-output):
14328 Use `follow-call-process-filter' rather than `process-filter'.
14329 Simplify.
14330
14331 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
14332
14333 * vc-hooks.el (vc-registered): Robustify this function a bit
14334 against filenames with no directory component.
14335
14336 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14337
14338 * international/characters.el: Undo unwanted and unexplained change.
14339
14340 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14341
14342 * ps-print.el: Fix the usage of :foreground and :background face
14343 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
14344 (ps-print-version): New version 6.7.6.
14345 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
14346 Fix code.
14347 (ps-face-foreground-color-p, ps-face-background-color-p)
14348 (ps-face-color-p): New inline funs.
14349
14350 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
14351
14352 * textmodes/org.el (org-additional-option-like-keywords): New constant.
14353 (org-complete): Use `org-additional-option-like-keywords'.
14354 (org-parse-local-options): New function.
14355
14356 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
14357
14358 * textmodes/org.el (org-in-clocktable-p): New function.
14359 (org-clock-report): Only update the table at point, or insert a new one.
14360 (org-clock-goto): New function.
14361 (org-open-file): Use `start-process-shell-command' instead of
14362 `shell-command' with an ampersand.
14363 (org-deadline, org-schedule): New argument REMOVE to remove the
14364 date from the entry.
14365 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
14366 argument to `org-schedule' and `org-deadline'.
14367 (org-trim): Use the correct expressions for beginning and end of
14368 the string.
14369 (org-get-cleaned-entry): Trim the string before returning it.
14370 (org-clock-find-position): New function.
14371 (org-clock-into-drawer): New option.
14372 (org-agenda-tags-column): Rename from
14373 `org-agenda-align-tags-to-column'.
14374 (org-agenda-align-tags): Allow negative values for
14375 `org-agenda-tags-column'.
14376 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
14377 (org-agenda-to-appt): New optional argument FILTER.
14378 (org-completion-fallback-command): New variable.
14379 (org-complete): Use `org-completion-fallback-command'.
14380 (org-find-base-buffer-visiting): Catch the case that there is no
14381 buffer visiting the file.
14382 (org-property-or-variable-value): New function.
14383 (org-todo): Use `org-property-or-variable-value'
14384 (org-agenda-compact-blocks): New option.
14385 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
14386 (org-agenda-schedule, org-agenda-deadline):
14387 Call `org-agenda-show-new-time'.
14388 (org-agenda-show-new-time): New argument PREFIX.
14389 (org-colgroup-info-to-vline-list): Fix but that cause a
14390 shift in the vertical lines.
14391 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
14392 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
14393 (org-indent-item): No arg in call to `org-fix-bullet-type'.
14394 (org-fix-bullet-type): Remove argument.
14395 (org-read-date): Check for am/pm twice, to catch the end time.
14396 (org-goto-map): Use `suppress-keymap'.
14397 (org-remember-apply-template): Respect the dynamically scoped
14398 selection character.
14399
14400 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14401
14402 * frame.el (frame-inherited-parameters): Remove unused `environment'
14403 parameter, and let server.el add `client' when needed.
14404
14405 * server.el (server-create-tty-frame)
14406 (server-create-window-system-frame): Set frame-inherited-parameters.
14407
14408 * frame.el (frame-inherited-parameters): New var.
14409 (make-frame): Use it.
14410
14411 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
14412
14413 * env.el (let-environment): Remove. Unused.
14414 (read-envvar-name): Simplify.
14415 (setenv): Remove unused arg `frame'.
14416
14417 * help-fns.el (describe-variable): Add missing " " for multiline
14418 obsolescence info and missing EOL after global value.
14419
14420 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
14421
14422 * add-log.el:
14423 * ediff-vers.el:
14424 * log-view.el:
14425 * pcvs.el:
14426 * vc-arch.el:
14427 * vc-bzr.el:
14428 * vc-cvs.el:
14429 * vc.el:
14430 * vc-git.el:
14431 * vc-hg.el:
14432 * vc-hooks.el:
14433 * vc-mcvs.el:
14434 * vc-mtn.el:
14435 * vc-rcs.el:
14436 * vc-sccs.el:
14437 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
14438 {find,init,next,previous,annotate-*,log}-version ->
14439 {find,init,next,previous,annotate-*,log}-revision,
14440 annotate-focus-version -> annotate-working-revision, The term
14441 'focus' is gone. The term 'revision' is now used consistently
14442 everywhere that reference to a revision ID is intended, replacing
14443 older use of 'version'.
14444
14445 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
14446
14447 * follow.el: Change all instances of "Follow Mode" to "Follow
14448 mode" in docstrings and messages.
14449 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
14450
14451 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
14452
14453 * vc.el (vc-next-action): Rewrite completely; this principal
14454 entry point now operates on a current fileset selected either
14455 explicitly via VC-Dired or implicitly by visiting a file buffer,
14456 rather than always operating on the file of the current buffer as
14457 in older versions. Rewrite the rest of the mode to match.
14458 (with-vc-properties): Rewrite to operate on a file list.
14459 (with-vc-file): vc-checkin takes a file list argument now.
14460 (vc-post-command-functions): This hook now receives a file list.
14461 (vc-do-command): Take a either a file or a file list as argument.
14462 (vc-deduce-fileset): New function for deducing a file list to
14463 operate on.
14464 (vc-next-action-on-file, vc-next-action-dired): Remove.
14465 Merge into vc-next-action.
14466 (vc-register): Adapt to the fact that vc-start-entry now takes a
14467 file list.
14468 (vc-register-with): New function.
14469 (vc-start-entry): Take a file list argument rather than a
14470 file argument.
14471 (vc-checkout): Cope with vc-start-entry taking a file list.
14472 (vc-steal-lock): Cope with with-vc-properties taking a
14473 file list.
14474 (vc-checkin): Take a file list argument rather than a file argument.
14475 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
14476 (vc-diff-internal): Rewrite for filesets.
14477 (vc-diff-sentinel): New function, tests whether changes were
14478 written into a diff buffer.
14479 (vc-diff): Rewrite for filesets.
14480 (vc-version-diff): Rewrite for filesets.
14481 (vc-print-log): Take a fileset argument.
14482 (vc-revert): Revert the entire selected fileset, not just the
14483 current buffer.
14484 (vc-rollback): Roll back the entire selected fileset, if
14485 possible. No longer accepts a prefix argument.
14486 (vc-update): Merge new changes for the entire selected
14487 fileset, not just the current buffer.
14488 (vc-revert-file): Cope with with-vc-properties taking a file list.
14489 (vc-default-dired-state-info): Add + status suffix if the file is
14490 modified.
14491 (vc-annotate-warp-version): Use the new diff machinery.
14492 (vc-log-edit): Take a file list argument rather than a file argument.
14493
14494 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
14495
14496 Sync with Tramp 2.1.11.
14497
14498 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14499 Pacify byte compiler.
14500
14501 * net/trampver.el: Update release number.
14502
14503 2007-10-09 Richard Stallman <rms@gnu.org>
14504
14505 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
14506
14507 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
14508
14509 * follow.el: Require easymenu.
14510 (follow-mode-hook, follow-mode): Doc fixes.
14511 (follow-mode-off-hook): Mark as obsolete.
14512
14513 2007-10-08 Martin Rudalics <rudalics@gmx.at>
14514
14515 * window.el (mouse-autoselect-window-cancel): Don't cancel for
14516 select-window or select-frame events.
14517 (handle-select-window): When autoselecting window set input
14518 focus. Restructure.
14519
14520 * frame.el (focus-follows-mouse): Move to frame.c.
14521 * cus-start.el (all): Add focus-follows-mouse.
14522
14523 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
14524
14525 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
14526 activate font-locking in the *buffer-selection* buffer.
14527 (bs-show-sorted): Doc fix.
14528
14529 * bs.el (bs--get-marked-string, bs--get-modified-string)
14530 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
14531 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
14532 (bs--format-aux): Doc fix.
14533
14534 2007-10-08 Michaël Cadilhac <michael@cadilhac.name>
14535
14536 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
14537
14538 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
14539
14540 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
14541 (gud-gdb): New function for old M-x gdb (text command mode).
14542 (gud-gdb-command-name, gdb): Move to...
14543
14544 * progmodes/gdb-ui.el: ...here and adapt doc string.
14545 (gud-gdba-command-name, gdba): Delete.
14546
14547 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
14548
14549 * bs.el: Don't defvar `font-lock-verbose'.
14550 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
14551 (bs--get-file-name): Fix typos in docstrings.
14552 (bs--show-header): Use `dolist' instead of `mapcar'.
14553 (bs-mode): Set `show-trailing-whitespace' to nil.
14554 (bs-buffer-sort-function, bs-mouse-select-other-frame)
14555 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
14556 Doc fixes.
14557
14558 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
14559
14560 * progmodes/gud.el (pdb): Specify file for gud-break.
14561
14562 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
14563
14564 * progmodes/gud.el (gdb): Make graphical mode the default and
14565 switch to text command mode if appropriate, i.e., reverse previous
14566 arrangement.
14567 (gud-gdb-marker-filter): Adapt for above change.
14568
14569 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
14570 gud-minor-mode and gud-marker-filter.
14571 (gdb-fullname-regexp): New variable.
14572 (gud-gdba-marker-filter): Use it to switch to text command
14573 mode if appropriate.
14574
14575 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
14576
14577 * progmodes/gud.el (gud-display-line): Find source buffer even when
14578 GUD buffer has its own frame.
14579
14580 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
14581
14582 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
14583
14584 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
14585
14586 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
14587
14588 2007-10-08 Martin Rudalics <rudalics@gmx.at>
14589
14590 * allout.el (allout-before-change-handler): Replace got-char by
14591 goto-char.
14592
14593 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14594
14595 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
14596 Used to try and automatically enabled smerge-mode in the presence of
14597 conflicts and to call `svn resolved' when the conflicts are gone.
14598 (vc-svn-parse-status): Remember the svn-specific status.
14599
14600 2007-10-08 Eli Zaretskii <eliz@gnu.org>
14601
14602 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
14603 menu-bar-apropos-menu. All users changed.
14604 (menu-bar-help-menu): Change menu symbols to better match the text
14605 displayed by the menu.
14606
14607 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
14608
14609 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
14610 #, @, : and ^.
14611
14612 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
14613
14614 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
14615
14616 * log-view.el (log-view-mode-map): Likewise.
14617
14618 * diff-mode.el (diff-mode-shared-map): Likewise.
14619
14620 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
14621
14622 * files.el (file-name-sans-versions): Also allow `A-Z'.
14623
14624 * vc.el: Mention all supported VC backends.
14625
14626 2007-10-08 Richard Stallman <rms@gnu.org>
14627
14628 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
14629 neighbouring buttons.
14630
14631 2007-10-08 Andreas Schwab <schwab@suse.de>
14632
14633 * files.el (file-name-sans-versions): Also allow `_'.
14634
14635 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
14636
14637 * files.el (file-name-sans-versions): Allow - and a-z in version names.
14638
14639 * log-view.el (log-view-mode-map, log-view-mode-menu):
14640 Bind log-view-annotate-version.
14641 (log-view-beginning-of-defun, log-view-end-of-defun)
14642 (log-view-annotate-version): New functions.
14643 (log-view-mode): Use log-view-beginning-of-defun and
14644 log-view-end-of-defun.
14645
14646 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14647
14648 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
14649
14650 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14651
14652 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
14653 neighbouring buttons.
14654
14655 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14656 Recognize gcc's use of "note" for informational messages.
14657
14658 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14659
14660 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
14661 (css-mode): Update correspondingly.
14662
14663 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
14664
14665 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
14666 Signed-off-by, Acked-by and Merge.
14667
14668 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14669
14670 * ediff-init.el (ediff-verbose-p): This var is not a constant.
14671
14672 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14673
14674 * vc-mtn.el: New file.
14675
14676 * vc-hooks.el (vc-handled-backends): Add Mtn.
14677
14678 2007-10-08 Eli Zaretskii <eliz@gnu.org>
14679
14680 * files.el (find-file, find-file-other-window)
14681 (find-file-other-frame, find-file-existing, find-file-read-only)
14682 (find-file-read-only-other-window)
14683 (find-file-read-only-other-frame)
14684 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
14685
14686 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
14687
14688 * progmodes/gud.el (gdb-ready): New variable.
14689 (gdb): Set it to nil. Set gud-running to nil here...
14690 (gud-common-init): ...instead of here.
14691
14692 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
14693 Use gdb-ready. Discard input until GDB is ready to accept it.
14694
14695 2007-10-08 Martin Rudalics <rudalics@gmx.at>
14696
14697 * dired.el (dired-warning): Inherit from font-lock-warning-face to
14698 make it show up with eight colors.
14699
14700 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14701
14702 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
14703 diffs are concatenated with no intervening line.
14704
14705 2007-10-08 Dave Love <fx@gnu.org>
14706
14707 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
14708 (python-font-lock-keywords): Update to the 2.5 version of the language.
14709 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
14710 (python-backspace): Only behave funny in code.
14711 (python-compilation-regexp-alist): Add PDB stack trace regexp.
14712 (inferior-python-mode): Add PDB prompt regexp.
14713 (python-fill-paragraph): Refine the fenced-string regexp.
14714 (python-find-imports): Handle imports spanning several lines.
14715 (python-mode): Add `class' to hideshow support.
14716
14717 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14718
14719 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14720 Use add-log-buffer-file-name-function rather than binding
14721 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
14722 when `fi' is the ChangeLog file itself.
14723
14724 * outline.el (outline-flag-region): Use front-advance.
14725
14726 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
14727
14728 * progmodes/cperl-mode.el: Merge upstream 5.23.
14729 (cperl-where-am-i): Remove function.
14730 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
14731 (cperl-sniff-for-indent): De-invert [string] and [comment].
14732 When looking for label, skip s:m:y:tr.
14733 (cperl-indent-line): Likewise.
14734 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
14735 (cperl-windowed-init): Wrong `ps-print' handling.
14736 Both thanks to Chong Yidong.
14737 (cperl-look-at-leading-count): Could fail with unfinished RExen.
14738 (cperl-find-pods-heres): If the second part of s()[] is missing,
14739 don't try to highlight delimiters...
14740
14741 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
14742
14743 * progmodes/compile.el (compilation-get-file-structure): Complete last
14744 change by also using spec-directory in the puthash.
14745
14746 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
14747
14748 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
14749 (vc-bzr-status): Fix shadowing of variable 'status'.
14750 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
14751 Use `expand-file-name' instead of `concat'.
14752 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
14753 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
14754
14755 2007-10-08 Jason Rumney <jasonr@gnu.org>
14756
14757 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
14758
14759 2007-10-08 Richard Stallman <rms@gnu.org>
14760
14761 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
14762 Add `safe-local-variable' property.
14763 (lisp-body-indent): Likewise.
14764
14765 2007-10-08 Richard Stallman <rms@gnu.org>
14766
14767 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
14768 Add doc string.
14769
14770 2007-10-08 Martin Rudalics <rudalics@gmx.at>
14771
14772 * files.el (backup-buffer-copy): Try to overwrite old backup first.
14773
14774 2007-10-08 Martin Rudalics <rudalics@gmx.at>
14775
14776 * repeat.el (repeat): Use last-repeatable-command instead of
14777 real-last-command. Run pre- and post-command hooks for
14778 self-insertion. Update doc-string.
14779
14780 2007-10-08 Alexandre Julliard <julliard@winehq.org>
14781
14782 * vc-git.el (vc-git-state): Call git-add --refresh to update the
14783 state of the file.
14784 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
14785 (vc-git-create-repo): Fix invalid command.
14786
14787 2007-10-08 Richard Stallman <rms@gnu.org>
14788
14789 * textmodes/flyspell.el (flyspell-mode):
14790 Catch errors in flyspell-mode-on.
14791
14792 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
14793
14794 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
14795
14796 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
14797
14798 * international/encoded-kb.el (encoded-kbd-setup-display):
14799 Use input-decode-map rather than local-key-translation-map.
14800
14801 * term/rxvt.el (rxvt-alternatives-map): New map.
14802 (terminal-init-rxvt): Use it.
14803 Bind rxvt-function-map in input-decode-map.
14804
14805 * term/xterm.el (xterm-alternatives-map): New map.
14806 (terminal-init-xterm): Use it.
14807 Bind xterm-function-map in input-decode-map.
14808
14809 * term/x-win.el (x-alternatives-map): New var.
14810 (x-setup-function-keys): Use it.
14811
14812 * help-fns.el (describe-variable): Slightly change the layout of
14813 meta-info to separate it better from the docstring.
14814 Standardize insertion of extra empty lines in various circumstances.
14815
14816 * diff-mode.el (diff-hunk-style): New fun.
14817 (diff-end-of-hunk): Use it.
14818 (diff-context->unified): Use the new `apply' undo element,
14819 if applicable, so as to save undo-log space.
14820 (diff-fine-change): New face.
14821 (diff-fine-highlight-preproc): New function.
14822 (diff-fine-highlight): New command.
14823 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
14824
14825 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
14826 (smerge-refine-highlight-change): Add `props' argument.
14827 (smerge-refine-subst): New function holding most of smerge-refine.
14828 (smerge-refine): Use it.
14829
14830 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
14831
14832 * vc.el (vc-default-wash-log): Remove unused code, the
14833 log washers all live in the backends now.
14834 (vc-default-comment-history): Correct for the fact
14835 that wash-log is argumentless in the new API.
14836
14837 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
14838
14839 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
14840 (tramp-maybe-send-script): Apply `member' but `memq'.
14841 (tramp-advice-file-expand-wildcards): Simplify implementation.
14842
14843 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
14844
14845 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
14846
14847 * mb-depth.el (minibuf-depth-indicator-function): New variable.
14848 (minibuf-depth-setup-minibuffer): Use it.
14849
14850 2007-10-07 Glenn Morris <rgm@gnu.org>
14851
14852 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
14853 version numbers.
14854
14855 2007-10-06 Juri Linkov <juri@jurta.org>
14856
14857 * textmodes/fill.el (fill-paragraph-or-region): New function.
14858
14859 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
14860 instead of fill-paragraph.
14861
14862 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
14863 with fill-paragraph-or-region. Suspend command is now the same
14864 `suspend-frame' on window systems and on tty.
14865
14866 * image.el (image-type): Check if image-types is bound to not fail
14867 on tty.
14868
14869 * delsel.el (delete-selection-pre-hook):
14870 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
14871 is fbound to not fail on mouseless tty.
14872
14873 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
14874
14875 * net/tramp.el (top): Move loading of tramp-util.el and
14876 tramp-vc.el to tramp-compat.el.
14877 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
14878 temporary file if possible, in order to avoid a security hole.
14879 (tramp-do-copy-or-rename-file-out-of-band)
14880 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
14881 with DONT-CREATE, because the connection is not setup yet.
14882 (tramp-handle-process-file): Rewrite temporary file handling.
14883 (tramp-completion-mode): New defvar.
14884 (tramp-completion-mode-p): Use it.
14885
14886 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
14887
14888 * net/tramp-fish.el (tramp-fish-handle-process-file):
14889 Rewrite temporary file handling.
14890
14891 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
14892
14893 * vc.el: Workfile version -> focus version change. Port various
14894 comments from new VC to reduce the noise in the diff.
14895 Patch in the new vc-create-repo function to go with the
14896 header comment about it already present.
14897 There are no changes to existing logic in this patch.
14898 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
14899
14900 2007-10-06 Aaron Hawley <aaronh@garden.org>
14901
14902 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
14903
14904 2007-10-05 Chris Moore <dooglus@gmail.com>
14905
14906 * server.el (server-kill-new-buffers): Doc fix.
14907
14908 2007-10-05 John W. Eaton <jwe@octave.org>
14909
14910 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
14911 (octave-begin-keywords): Add "do".
14912 (octave-end-keywords): Remove "end".
14913 (octave-reserved-words): Add "end". Remove "all_va_args",
14914 "gplot", and 'gsplot".
14915 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
14916 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
14917 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
14918 "default_return_value", "define_all_return_values",
14919 "do_fortran_indexing", "empty_list_elements_ok",
14920 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
14921 "ok_to_lose_imaginary_part", "prefer_column_vectors",
14922 "prefer_zero_one_indexing", "propagate_empty_matrices",
14923 "resize_on_range_error", "treat_neg_dim_as_zero",
14924 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
14925 "warn_divide_by_zero", "warn_function_name_clash",
14926 "warn_missing_semicolon", "whitespace_in_literal_matrix".
14927 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
14928 "crash_dumps_octave_core", "sighup_dumps_octave_core",
14929 "sigterm_dumps_octave_core".
14930 (octave-block-match-alist): Remove "end" from block-end keywords.
14931 (octave-mode): Update ftp site address.
14932
14933 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
14934
14935 * vc.el: Reorder functions, no code changes.
14936
14937 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
14938
14939 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
14940 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
14941 the cond clauses where needed.
14942 (tramp-handle-write-region): Rearrange code for proper handling of
14943 tmpfile.
14944
14945 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
14946
14947 * net/tramp.el:
14948 * net/tramp-fish.el:
14949 * net/tramp-ftp.el:
14950 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
14951 `tramp-compat-make-temp-file'.
14952
14953 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
14954
14955 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
14956
14957 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14958
14959 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
14960 already uses a more recent copyright version than the "current" one.
14961
14962 2007-10-03 Michaël Cadilhac <michael@cadilhac.name>
14963
14964 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
14965 (doc-view-insert-image): Minor aesthetical docstring changes.
14966
14967 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
14968
14969 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
14970 completing filename.
14971 (doc-view-search-internal): Docstring change.
14972
14973 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
14974
14975 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
14976 (tramp-file-name-handler-alist):
14977 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
14978 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
14979 used before, creates the file already, which is not desired.
14980 (tramp-do-copy-or-rename-file-directly): Simplify handling of
14981 temporary file.
14982 (tramp-handle-insert-file-contents): Assign the result in the
14983 short track case.
14984 (tramp-handle-insert-file-contents-literally): New defun.
14985 (tramp-completion-mode-p): Revert change from 2007-09-24.
14986 Checking for `return' etc as last character is not sufficient, for
14987 example in dired-mode when entering <g> (revert-buffer) or
14988 <s> (dired-sort).
14989
14990 * net/tramp-compat.el (top): Add also compatibility code for loading
14991 appropriate timer package.
14992 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
14993 order to avoid autoloading problems.
14994
14995 * net/tramp-fish.el:
14996 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
14997
14998 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
14999 where the second parameter of `copy-file' or `rename-file' is a
15000 remote file but not via ftp.
15001
15002 2007-10-02 Richard Stallman <rms@gnu.org>
15003
15004 * frame.el (cursor-in-non-selected-windows): Doc fix.
15005
15006 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
15007
15008 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
15009 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
15010
15011 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
15012
15013 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
15014 when `expt' doesn't give range errors.
15015
15016 2007-10-01 Markus Triska <markus.triska@gmx.at>
15017
15018 * calc/calc-math.el (math-smallest-emacs-expt):
15019 Make the computation more robust.
15020
15021 2007-09-30 David Kastrup <dak@gnu.org>
15022
15023 * startup.el (argv): Alias for `command-line-args-left' to use as
15024 `(pop argv)' inside of --eval command sequences. Allows for
15025 passing shell commands into Emacs verbatim without need for Lisp
15026 quoting.
15027
15028 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
15029 check only for changed size.
15030 (auto-revert-tail-handler): Get size from caller. If the file has
15031 shrunk, tail the whole file again (the file presumably has been
15032 rewritten).
15033
15034 * woman.el (woman-topic-all-completions, woman-mini-help):
15035 Fix fallout from 2007-09-07 introduction of `dolist' when the list
15036 actually was being manipulated in the loop.
15037 (woman-Cyg-to-Win, woman-pre-process-region)
15038 (woman-horizontal-escapes, woman-if-body, woman-unescape)
15039 (woman-strings, woman-special-characters, woman1-hc)
15040 (woman-change-fonts, woman-find-next-control-line):
15041 Use `match-beginning' rather than `match-string' when the result is
15042 just used as a flag.
15043
15044 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
15045
15046 * net/tramp-compat.el: New file.
15047
15048 * net/tramp.el:
15049 * net/tramp-fish.el:
15050 * net/tramp-smb.el:
15051 * net/tramp-uu.el:
15052 * net/trampver.el: Move compatibility code to tramp-compat.el.
15053 Apply `mapc' instead of `mapcar' when the code needs side effects
15054 only. Move utf-8 coding cookie to the second line.
15055
15056 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
15057
15058 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
15059 Improve custom type.
15060 (icon-map-list): Make it customizable. Document how to disable
15061 stock icons.
15062
15063 2007-09-30 Richard Stallman <rms@gnu.org>
15064
15065 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
15066
15067 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
15068
15069 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
15070 (t-mouse-mode): New compatibility alias.
15071
15072 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
15073
15074 * server.el (server-delete-client): Only delete the terminal if it
15075 is non-nil.
15076
15077 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
15078
15079 * net/tramp.el (with-file-property, with-connection-property):
15080 Highlight as keyword.
15081 (tramp-rfn-eshadow-setup-minibuffer)
15082 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
15083 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
15084 (tramp-do-copy-or-rename-file-directly)
15085 (tramp-do-copy-or-rename-file-out-of-band)
15086 (tramp-handle-shell-command, tramp-get-debug-buffer)
15087 (tramp-send-command-and-read, tramp-equal-remote)
15088 (tramp-get-local-gid): Pacify byte-compiler.
15089 (tramp-handle-file-name-directory): Result shall not be expanded.
15090 (tramp-find-foreign-file-name-handler): Rewrite.
15091 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
15092
15093 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
15094
15095 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
15096 Apply `tramp-completion-mode-p'.
15097 (tramp-fish-handle-set-file-times)
15098 (tramp-fish-handle-executable-find)
15099 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
15100 (tramp-fish-retrieve-data): Pacify byte-compiler.
15101
15102 * net/tramp-gw.el (tramp-gw-basic-authentication):
15103 Call `tramp-read-passwd' with first parameter `nil'.
15104
15105 2007-09-28 Glenn Morris <rgm@gnu.org>
15106
15107 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
15108 than mapcar.
15109
15110 * textmodes/tex-mode.el (tex-suscript-height-ratio)
15111 (tex-suscript-height-minimum): New customizable variables.
15112 (tex-suscript-height): New function.
15113 (superscript, subscript): Set height using tex-suscript-height
15114 rather than fixing at 0.8.
15115 (tex-fontify-script, tex-font-script-display): Add :version tag.
15116
15117 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
15118
15119 * progmodes/python.el (python-eldoc-function): Doc fix.
15120
15121 2007-09-27 Glenn Morris <rgm@gnu.org>
15122
15123 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
15124 image if it is not in image-type-auto-detectable, or is there with
15125 a nil value.
15126
15127 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
15128
15129 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
15130 connection more robust.
15131
15132 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
15133
15134 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
15135 Deal with the case that special &keywords are at the beginning or
15136 end of the argument list. Also add some (incomplete) support for
15137 non-standard arglists.
15138
15139 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
15140
15141 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
15142 (eldoc-message-commands, eldoc-current-idle-delay)
15143 (eldoc-function-argstring-format): Fix typos in docstrings.
15144
15145 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
15146
15147 * calc/calc-units.el (calc-convert-units)
15148 (calc-convert-temperature): Remove unnecessary colons.
15149
15150 2007-09-26 Bastien Guerry <bzg@altern.org>
15151
15152 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
15153 New function.
15154 (org-export-latex-remove-from-headlines): Name changed because of typo.
15155 (org-export-latex-quotation-marks-convention): Option removed.
15156 (org-export-latex-make-preamble): Handle the DATE option.
15157 (org-export-latex-cleaned-string): Now the only cleaning function,
15158 synched up with org.el.
15159 (org-export-latex-lists, org-export-latex-parse-list)
15160 (org-export-list-to-latex): New functions.
15161
15162 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
15163
15164 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
15165 (org-outline-regexp): New constant.
15166 (org-remember-handler): Throw error when the target file is not in
15167 org-mode.
15168 (org-cleaned-string-for-export): No longer call
15169 `org-export-latex-cleaned-string' with an argument.
15170 (org-get-tags): Returns now a list, not a string.
15171 (org-get-tags-string): New function.
15172 (org-archive-subtree): No need to split return of `org-get-tags'.
15173 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
15174 instead of `org-get-tags'.
15175 (org-agenda-format-date): Rename from `org-agenda-date-format'.
15176 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
15177 (org-compatible-face): New argument INHERITS. Inherit from this
15178 face if possible.
15179 (org-level-1, org-level-2, org-level-3, org-level-4)
15180 (org-level-5, org-level-6, org-level-7, org-level-8)
15181 (org-special-keyword, org-drawer, org-column, org-warning)
15182 (org-archived, org-todo, org-done, org-headline-done, org-table)
15183 (org-formula, org-code, org-agenda-structure)
15184 (org-scheduled-today, org-scheduled-previously)
15185 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
15186 in the new way.
15187 (org-get-heading): New argument NO-TAGS.
15188 (org-fast-tag-selection-include-todo): Made defvar instead of
15189 defcustom, feature is not deprecated.
15190 (org-remember-store-without-prompt): New default value t.
15191 (org-todo-log-states): New variable.
15192 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
15193 Compute the log states.
15194 (org-goto-map): More commands copied from global map. Also bind
15195 `org-occur'.
15196 (org-goto): Made into a general lookup command.
15197 (org-get-location): Complete rewrite.
15198 (org-goto-exit-command): New variable.
15199 (org-goto-selected-point): New variable.
15200 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
15201 Set the new variables.
15202 (org-paste-subtree): Whitespace insertion strategy revised.
15203 (org-remember-apply-template): Protect v-A from the possibility
15204 that v-a might be nil.
15205 (org-remember-handler): Insertion rules revised.
15206 (org-todo): Respect org-todo-log-states.
15207 (org-up-heading-safe): New function.
15208 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
15209
15210 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
15211
15212 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
15213 region if in transient-mark-mode.
15214
15215 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
15216
15217 * calc/calc-ext.el (calc-init-extensions, calc-reset):
15218 * calc/calc-help.el (calc-full-help):
15219 * calc/calc-misc.el (another-calc):
15220 * calc/calc-store.el (calc-var-name-map):
15221 * calc/calc-stuff.el (calc-flush-caches):
15222 * calc/calc-units.el (math-build-units-table):
15223 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
15224 (calc-quit):
15225 * calendar/icalendar.el (icalendar--format-ical-event)
15226 (icalendar--convert-ical-to-diary):
15227 * emacs-lisp/authors.el (authors):
15228 * emacs-lisp/cust-print.el (custom-print-install)
15229 (custom-print-uninstall):
15230 * emacs-lisp/disass.el (disassemble-1):
15231 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
15232 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
15233 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
15234 (elint-check-let-form, elint-check-condition-case-form)
15235 (elint-initialize):
15236 * emacs-lisp/elp.el (elp-results):
15237 * emacs-lisp/generic.el (generic-mode-internal):
15238 * emacs-lisp/re-builder.el (reb-delete-overlays):
15239 * emacs-lisp/regi.el (regi-interpret):
15240 * emacs-lisp/sregex.el (sregex--char-aux):
15241 * emulation/cua-rect.el (cua--deactivate-rectangle)
15242 (cua--highlight-rectangle, cua--rectangle-post-command):
15243 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
15244 * emulation/viper-macs.el (viper-describe-kbd-macros)
15245 (viper-describe-one-macro):
15246 * emulation/viper-util.el (viper-setup-master-buffer):
15247 * emulation/viper.el (set-viper-state-in-major-mode):
15248 * international/mule-diag.el (describe-current-coding-system):
15249 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
15250 * mail/emacsbug.el (report-emacs-bug):
15251 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
15252 * obsolete/hilit19.el (hilit-unhighlight-region)
15253 (hilit-set-mode-patterns):
15254 * play/solitaire.el (solitaire-check, solitaire-solve):
15255 * play/zone.el (zone-pgm-rotate):
15256 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
15257 * progmodes/ada-prj.el (ada-prj-display-page):
15258 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
15259 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
15260 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
15261 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
15262 * progmodes/sh-script.el (sh-make-vars-local)
15263 (sh-reset-indent-vars-to-global-values):
15264 * progmodes/sql.el (top):
15265 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
15266 * progmodes/xscheme.el (top):
15267 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
15268 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
15269 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
15270 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
15271 (artist-submit-bug-report):
15272 * textmodes/flyspell.el (flyspell-delay-commands)
15273 (flyspell-deplacement-commands):
15274 * textmodes/table.el (table--generate-source-epilogue, table-insert)
15275 (table--generate-source-cells-in-a-row, table--make-cell-map)
15276 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
15277
15278 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
15279
15280 * allout.el (produce-allout-mode-map, allout-process-exposed):
15281 * ansi-color.el (ansi-color-make-color-map):
15282 * autoinsert.el (auto-insert):
15283 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
15284 * dired-aux.el (dired-create-files):
15285 * dired.el (dired-restore-desktop-buffer):
15286 * ediff-diff.el (ediff-setup-fine-diff-regions):
15287 * ediff-mult.el (ediff-intersect-directories)
15288 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
15289 (ediff-redraw-registry-buffer):
15290 * ediff-ptch.el (ediff-fixup-patch-map):
15291 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
15292 (ediff-really-quit, ediff-clear-diff-vector):
15293 * emerge.el (emerge-really-quit):
15294 * ffap.el (ffap-replace-file-component):
15295 * filecache.el (file-cache-add-directory)
15296 (file-cache-add-directory-recursively)
15297 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
15298 (file-cache-delete-directory, file-cache-files-matching-internal)
15299 (file-cache-display):
15300 * files.el (cd):
15301 * find-lisp.el (find-lisp-insert-directory):
15302 * finder.el (finder-compile-keywords):
15303 * help.el (view-emacs-news):
15304 * hi-lock.el (hi-lock-write-interactive-patterns):
15305 * ido.el (ido-to-end, ido-set-matches-1):
15306 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
15307 (image-dired-mark-tagged-files):
15308 * jka-cmpr-hook.el (jka-compr-get-compression-info):
15309 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
15310 * ps-print.el (ps-background, ps-begin-file)
15311 (ps-build-reference-face-lists):
15312 * simple.el (clone-buffer):
15313 * startup.el (command-line):
15314 * tempo.el (tempo-insert-template, tempo-is-user-element)
15315 (tempo-forward-mark, tempo-backward-mark):
15316 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
15317
15318 2007-09-25 Glenn Morris <rgm@gnu.org>
15319
15320 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
15321
15322 * view.el (view-search-no-match-lines): Add a doc string.
15323 Rewrite to simplify and work better.
15324
15325 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
15326
15327 * progmodes/cc-mode.el (c-mode-base-map):
15328 Use c-indent-line-or-region instead of c-indent-line.
15329
15330 * indent.el (indent-for-tab-command): First check if the region is
15331 active.
15332
15333 2007-09-24 Michaël Cadilhac <michael@cadilhac.name>
15334
15335 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
15336 whitespace-rescan-timer-time is 0.
15337
15338 2007-09-24 Karl Berry <karl@gnu.org>
15339
15340 * international/mule.el (coding-system-base): Fix doc string grammar.
15341
15342 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
15343
15344 * net/tramp.el (tramp-completion-mode-p): Rename from
15345 `tramp-completion-mode'. Revert logic, check `return', `newline'
15346 and such alike. Packages like Icicles tend to use other completion
15347 characters but `tab' and `space' only.
15348
15349 2007-09-24 Adam Hupp <adam@hupp.org>
15350
15351 * progmodes/python.el (run-python): Import emacs module without
15352 waiting; prevents lockup on error.
15353
15354 2007-09-23 Richard Stallman <rms@gnu.org>
15355
15356 * mail/sendmail.el (mail-bury): Delete the frame
15357 if this frame looks like it was made for this message.
15358
15359 * completion.el (completion-separator-self-insert-command)
15360 (completion-separator-self-insert-autofilling):
15361 If `self-insert-command' has been remapped, use the substitute.
15362
15363 * simple.el (copy-region-as-kill): Doc fix.
15364
15365 * textmodes/org.el (org-confirm-shell-link-function)
15366 (org-confirm-elisp-link-function): Doc fixes.
15367
15368 2007-09-23 Glenn Morris <rgm@gnu.org>
15369
15370 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
15371
15372 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
15373
15374 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
15375
15376 * term/tvi970.el (terminal-init-tvi970): Likewise.
15377
15378 * term/sun-mouse.el (print-mouse-format): Likewise.
15379
15380 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
15381 Use forward-line instead of previous-line and next-line.
15382
15383 2007-09-22 Juri Linkov <juri@jurta.org>
15384
15385 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
15386
15387 * tutorial.el (tutorial--default-keys): Update standard bindings:
15388 rename `iconify-or-deiconify-frame' to `suspend-frame',
15389 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
15390
15391 2007-09-22 Juri Linkov <juri@jurta.org>
15392
15393 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
15394 Add help-echo to external links and to links without description.
15395 (fancy-splash-insert): Use help-echo from the 3rd element of the
15396 link specification list, or "Follow this link" if it's nil. Doc fix.
15397
15398 2007-09-22 Juri Linkov <juri@jurta.org>
15399
15400 * startup.el (command-line): Rename `inhibit-startup-message' to
15401 `inhibit-startup-screen'.
15402 (fancy-about-text): Use shorter label for "Ordering Manuals".
15403 (fancy-startup-tail): Add optional arg `concise'. When `concise'
15404 is nil, display a line with "To start..." and 3 links to useful
15405 tasks. Display the "Dismiss" button and "Don't show this message
15406 again" only when concise is non-nil.
15407 (fancy-startup-screen): Call `fancy-startup-tail' with optional
15408 arg `concise'. If CONCISE is non-nil, display a concise version
15409 of the splash screen in another window. Otherwise, switch to the
15410 startup buffer in the same window.
15411 (startup-echo-area-message): Change displayed binding from
15412 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
15413 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
15414 the GNU system".
15415 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
15416 to "*GNU Emacs*".
15417 (display-about-screen): Don't check the existence of the buffer
15418 "*About GNU Emacs*".
15419 (display-splash-screen): Make alias to `display-startup-screen'.
15420 (command-line-1): Rename `inhibit-startup-message' to
15421 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
15422 started with command line options "-f", "-funcall", "-e", "-eval",
15423 "-execute", "-insert", "-find-file", "-file", "-visit".
15424 Inhibit startup screen when Emacs is started with a file name only
15425 on tty (i.e. don't inhibit it when started with a file name like
15426 "emacs FILE..." on a window system).
15427 (command-line-1): Simplify logic of displaying the startup screen:
15428 if file-count > 0, then display the concise version in another
15429 window, otherwise display full version in the same window.
15430
15431 * help.el (help-map): Bind C-h C-a to about-emacs.
15432 (help-for-help-internal): Add C-a description to C-h help text.
15433
15434 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
15435
15436 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
15437 (checkdoc-permit-comma-termination-flag): Autoload the
15438 safe-local-variable setting.
15439
15440 * bookmark.el (bookmark-xemacsp): Remove.
15441 (bookmark-make): Don't use bookmark-xemacsp,
15442 use (featurep 'xemacs) instead.
15443
15444 * speedbar.el (speedbar-frame-mode)
15445 (speedbar-frame-reposition-smartly)
15446 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
15447 (speedbar-check-vc): Remove use of non-existent variable
15448 dframe-xemacsp, use (featurep 'xemacs) instead.
15449
15450 * indent.el (indent-for-tab-command): Indent the region if
15451 transient-mark-mode and the region is active.
15452
15453 2007-09-21 Francesco Potortì <pot@gnu.org>
15454
15455 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
15456 add inferior-octave-directory-tracker to the buffer-local value
15457 of comint-input-filter-functions.
15458
15459 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15460
15461 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
15462
15463 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
15464
15465 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
15466 on w32 frames.
15467
15468 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15469
15470 * startup.el (normal-top-level): Remove DISPLAY from
15471 process-environment to let it be computed dynamically in callproc.c.
15472
15473 * frame.el (frame-initialize, make-frame):
15474 * faces.el (tty-set-up-initial-frame-faces):
15475 * env.el (setenv): Don't set display-environment-variable.
15476
15477 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
15478 (server-create-tty-frame): Don't set unused `tty' property.
15479 Set `display' instead of display-environment-variable.
15480 (server-create-window-system-frame): No display-environment-variable.
15481
15482 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
15483
15484 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
15485 (rfn-eshadow-update-overlay-hook): New defvars.
15486 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
15487 Run the hooks.
15488
15489 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
15490 (tramp-rfn-eshadow-setup-minibuffer)
15491 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
15492 rfn-eshadow.el.
15493
15494 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
15495 timeout.
15496
15497 2007-09-21 Glenn Morris <rgm@gnu.org>
15498
15499 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
15500 * term/sun-mouse.el (suspend-emacstool): Remove.
15501 * term/sun.el: Remove emacstool-related code.
15502
15503 * emacs-lisp/bytecomp.el (byte-compile-warnings)
15504 (byte-compile-warnings-safe-p): Add `mapcar'.
15505 (byte-compile-warning-types): Add mapcar and make-local.
15506 (byte-compile-normal-call): Add option to suppress mapcar warning.
15507 (top-level): Use mapc rather than mapcar in eval-when-compile.
15508
15509 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
15510 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
15511 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
15512 Handle escaped parens.
15513 (latex-forward-sexp): Doc fix.
15514
15515 * eshell/esh-mode.el (eshell-output-filter-functions):
15516 Add eshell-postoutput-scroll-to-bottom.
15517
15518 * loadup.el: Remove termdev.
15519
15520 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
15521 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
15522
15523 2007-09-21 Markus Triska <markus.triska@gmx.at>
15524
15525 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
15526 `mapcar' is called for effect.
15527
15528 2007-09-21 Kevin Ryde <user42@zip.com.au>
15529
15530 * international/mule.el (sgml-html-meta-auto-coding-function):
15531 Bind `case-fold-search' to t.
15532
15533 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15534
15535 * termdev.el: Remove.
15536
15537 * frame.el (get-device-terminal): New function. Moved from termdev.el.
15538 (frames-on-display-list): Use it.
15539
15540 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
15541
15542 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
15543
15544 2007-09-20 Richard Stallman <rms@gnu.org>
15545
15546 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
15547
15548 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15549
15550 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
15551
15552 2007-09-20 Glenn Morris <rgm@gnu.org>
15553
15554 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
15555 motion functions, rather than hard-coding "\n\n".
15556 (tex-validate-region): Check for eobp, to speed up.
15557 (tex-next-unmatched-end): Doc fix.
15558
15559 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15560
15561 * files.el (auto-mode-alist): Use archive-mode for .rar files.
15562
15563 * international/mule.el (auto-coding-alist): Rar archives are binary.
15564
15565 * arc-mode.el: Add basic support for Rar.
15566 (archive-find-type): Recognize Rar's signature.
15567 (archive-desummarize): New fun.
15568 (archive-summarize): Use it to restore the buffer's data in case
15569 someone wants to switch to some other major mode.
15570 (archive-resummarize): Use it as well.
15571 (archive-rar-summarize, archive-rar-extract): New functions.
15572
15573 * filesets.el: Remove spurious * in docstrings.
15574 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
15575 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
15576 (filesets-ingroup-collect): Remove unused arg `depth'.
15577 (filesets-update): Remove unused arg `version'.
15578
15579 * finder.el (finder-compile-keywords): Fix up comment style.
15580 (finder-mouse-face-on-line): previous-line -> forward-line.
15581
15582 * recentf.el: Remove spurious * in docstrings.
15583 (recentf-save-list): Fix up comment style.
15584
15585 * progmodes/octave-mod.el: Remove spurious * in docstrings.
15586 (octave-mode-map): Move init into declaration and remove \t binding.
15587 (octave-mode-startup-message): Remove unused var.
15588 (octave-scan-blocks): Remove unused arg `from'.
15589 (octave-forward-block, octave-down-block, octave-up-block):
15590 Update callers.
15591
15592 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
15593 (meta-mode-map): Likewise and remove \t binding.
15594
15595 * net/snmp-mode.el: Remove spurious * in docstrings.
15596 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
15597 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
15598 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
15599 that completion accepts lists of strings.
15600 (snmp-mode-syntax-table): Move initialization into declaration.
15601 (snmp-mode-map): Likewise and remove \t binding.
15602 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
15603 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
15604 (snmp-indent-command): Remove.
15605
15606 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
15607 binding, so tab-always-indent works right.
15608
15609 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
15610
15611 * net/browse-url.el (browse-url-elinks-new-window): New function.
15612 (browse-url-elinks): Use browse-url-elinks-new-window.
15613 Accept optional second argument `new-window'. Fix typo in doc-string.
15614 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
15615 Improve error message.
15616
15617 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
15618
15619 * net/browse-url.el (browse-url-url-encode-chars): Use the right
15620 parameter name in the function body.
15621 Reported by Johannes Weiner.
15622
15623 2007-09-19 Glenn Morris <rgm@gnu.org>
15624
15625 * net/socks.el (socks-open-network-stream): Signal an explicit
15626 error if the port associated with a service string can't be found.
15627
15628 * textmodes/tex-mode.el (tex-terminate-paragraph):
15629 Use backward-paragraph.
15630
15631 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15632
15633 * server.el (server-running-p): New function.
15634
15635 2007-09-18 Jason Rumney <jasonr@gnu.org>
15636
15637 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
15638 x-focus-frame.
15639
15640 * frame.el (select-frame-set-input-focus, select-frame-by-name):
15641 Use x-focus-frame for w32.
15642
15643 2007-09-17 David Kastrup <dak@gnu.org>
15644
15645 * textmodes/tex-mode.el (tex-verbatim-environments):
15646 Eliminate CL dependency.
15647
15648 2007-09-17 Richard Stallman <rms@gnu.org>
15649
15650 * newcomment.el (comment-add): New arg EXTRA.
15651 (comment-region-default): Pass EXTRA if not indenting lines.
15652
15653 2007-09-17 Michaël Cadilhac <michael@cadilhac.name>
15654
15655 * net/browse-url.el (browse-url-url-encode-chars): New function.
15656 URL-encode some chars in a string.
15657 (browse-url-encode-url): Rewrite using the previous function.
15658 (browse-url-file-url): Use `browse-url-url-encode-chars'.
15659 (browse-url-elinks-sentinel): Fix typo.
15660 (browse-url-new-window-flag): Doc change.
15661
15662 2007-09-17 Glenn Morris <rgm@gnu.org>
15663
15664 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
15665 filename from `--file-line-error', if it is available.
15666
15667 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
15668
15669 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
15670 TeX `--file-line-error' format.
15671
15672 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
15673
15674 * xt-mouse.el: Delete add-hook calls that were moved to
15675 xterm-mouse-mode.
15676 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
15677 does not work.
15678
15679 2007-09-17 Richard Stallman <rms@gnu.org>
15680
15681 * cus-face.el (custom-theme-set-faces): Undo previous change.
15682
15683 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
15684
15685 2007-09-17 Glenn Morris <rgm@gnu.org>
15686
15687 * textmodes/tex-mode.el (tex-region): Simplify previous change,
15688 handling the case where the region is not in `tex-main-file'.
15689 (tex-region-1): Delete.
15690 (tex-region-header): New function, doing the header part of the
15691 old tex-region-1.
15692
15693 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15694
15695 * simple.el (newline): Simplify use of prefix-numeric-value.
15696 (line-move-partial): Remove unused var `ppos'.
15697 (line-move-1): Replace 9999 with most-positive-fixnum.
15698 (move-end-of-line): Use more efficient single-property search.
15699 (move-beginning-of-line): Remove unused var `start'.
15700 (blink-matching-open): Restructure in a more functional style.
15701
15702 2007-09-16 Michaël Cadilhac <michael@cadilhac.name>
15703
15704 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
15705
15706 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15707
15708 * server.el (server-clients): Only keep procs, no properties any more.
15709 (server-client): Remove.
15710 (server-client-get, server-client-set): Remove, replace all callers by
15711 process-get and process-put resp.
15712 (server-clients-with, server-add-client, server-delete-client)
15713 (server-create-tty-frame, server-create-window-system-frame)
15714 (server-process-filter, server-execute, server-visit-files)
15715 (server-buffer-done, server-kill-buffer-query-function)
15716 (server-kill-emacs-query-function, server-switch-buffer)
15717 (server-save-buffers-kill-terminal): Update accordingly.
15718
15719 * server.el (server-with-environment): Simplify.
15720 (server-select-display, server-unselect-display): Re-add functions that
15721 seem to have been lost in the multi-tty merge.
15722 (server-eval-and-print, server-create-tty-frame)
15723 (server-create-window-system-frame, server-goto-toplevel)
15724 (server-execute, server-return-error): New functions extracted from
15725 server-process-filter.
15726 (server-execute-continuation): New functions.
15727 (server-process-filter): Restructure so that all arguments are analysed
15728 first and then acted upon in a subsequent stage. This way
15729 server-goto-toplevel can be executed later, when we know if
15730 it's necessary.
15731 Remove the "-version" and "-version-good" support.
15732
15733 2007-09-16 Drew Adams <drew.adams@oracle.com>
15734
15735 * cus-edit.el (custom-face-edit-activate): Doc fix.
15736
15737 2007-09-16 Glenn Morris <rgm@gnu.org>
15738
15739 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
15740 Following cal-bahai renaming, update all instances of
15741 list-bahai-diary-entries to diary-bahai-list-entries,
15742 mark-bahai-diary-entries to diary-bahai-mark-entries,
15743 calendar-goto-bahai-date to calendar-bahai-goto-date,
15744 insert-bahai-diary-entry to diary-bahai-insert-entry,
15745 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
15746 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
15747 calendar-print-bahai-date to calendar-bahai-print-date.
15748
15749 * textmodes/tex-mode.el (tex-region): Handle the case where the
15750 region is not in `tex-main-file'. Move the old code that applies
15751 to both cases...
15752 (tex-region-1): ...to this new function.
15753
15754 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
15755
15756 * vc.el (vc-process-sentinel): New function.
15757 (vc-exec-after): Use it instead of using ugly hackish analysis and
15758 construction of Elisp code.
15759 (vc-sentinel-movepoint): New dynamically scoped var.
15760 (vc-print-log, vc-annotate): Set it to move the user's point.
15761
15762 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
15763 inhibit-modification-hooks.
15764
15765 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
15766 (calendar-bahai-print-date, calendar-bahai-goto-date)
15767 (diary-bahai-list-entries, diary-bahai-insert-entry):
15768 New names to clean up the namespace a bit more.
15769 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
15770
15771 2007-09-15 Glenn Morris <rgm@gnu.org>
15772
15773 * calendar/holidays.el (holiday-list): Rename it back to
15774 `list-holidays', but leave `holiday-list' as an alias.
15775
15776 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
15777 custom group.
15778
15779 * textmodes/css-mode.el (css): New custom group.
15780 (css-electrick-keys, css-selector, css-property)
15781 (css-indent-offset): Specify custom group.
15782
15783 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
15784
15785 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
15786 (cvs-execute-single-file): Use process-file.
15787 (cvs-run-process): Use start-file-process.
15788
15789 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
15790
15791 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
15792 level. Remove the hooks when turning off the mode.
15793
15794 * term/xterm.el: Require xt-mouse at compile time.
15795 (terminal-init-xterm): Turn on xterm mouse tracking for this
15796 terminal if xterm-mouse-mode is enabled.
15797
15798 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
15799
15800 * term/xterm.el (xterm-function-map): Replace bindings that were
15801 deleted by the merge.
15802
15803 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
15804
15805 * play/bubbles.el (bubbles-version): Bump value to "0.5".
15806 (bubbles-mode-map): Move define-key statements here.
15807 (bubbles-game-theme-menu): Ditto.
15808 (bubbles-graphics-theme-menu): Ditto.
15809 (bubbles-menu): Ditto.
15810 (bubbles-mode): Initialize buffer-undo-list, redisplay.
15811 (bubbles--initialize): Reset buffer-undo-list, redisplay.
15812 (bubbles-plop): Set buffer-undo-list, redisplay.
15813 (bubbles-undo): Reset buffer-undo-list, redisplay.
15814 (bubbles--show-images): Take care of missing text properties.
15815
15816 2007-09-14 Glenn Morris <rgm@gnu.org>
15817
15818 * startup.el (fancy-startup-text, fancy-about-text): Fix face
15819 quoting.
15820
15821 * calendar/cal-hebrew.el, calendar/cal-menu.el
15822 * calendar/calendar.el, calendar/diary-lib.el
15823 * calendar/holidays.el: Rename all instances of
15824 list-calendar-holidays callers to calendar-list-holidays,
15825 list-holidays to holiday-list, check-calendar-holidays to
15826 calendar-check-holidays, mark-calendar-holidays to
15827 calendar-mark-holidays, and filter-visible-calendar-holidays to
15828 holiday-filter-visible-calendar.
15829
15830 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
15831
15832 * term/xterm.el (xterm-function-map): Add C-M- bindings.
15833
15834 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
15835
15836 * play/bubbles.el (bubbles--initialize-images): Fix bug:
15837 Use transparent background for empty cells in graphics mode.
15838
15839 2007-09-13 Jari Aalto <jari.aalto@cante.net>
15840
15841 * man.el (Man-default-man-entry): At end of line, continue looking
15842 to the next line for possible end of hyphenated command.
15843
15844 2007-09-13 Chris Moore <dooglus@gmail.com>
15845
15846 * shell.el (shell-resync-dirs): Don't move the cursor relative to
15847 the command being edited.
15848
15849 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
15850
15851 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
15852
15853 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
15854
15855 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
15856 C-M-S- keys.
15857
15858 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
15859
15860 2007-09-12 Michaël Cadilhac <michael@cadilhac.name>
15861
15862 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
15863 New argument `filename-p' to use one set of confusing chars or another.
15864 (browse-url-file-url): Use the argument.
15865 Suggested by Johannes Weiner.
15866
15867 2007-09-12 Romain Francoise <romain@orebokech.com>
15868
15869 * cus-start.el (all): Revert 2007-09-08 change.
15870
15871 2007-09-12 Aaron Hawley <aaronh@garden.org>
15872
15873 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
15874 extract .Z files, since it is more common than uncompress.
15875
15876 2007-09-12 Glenn Morris <rgm@gnu.org>
15877
15878 * textmodes/org-publish.el (org-publish-org-to-html): Remove
15879 duplicate function definition.
15880
15881 2007-09-10 Chris Moore <dooglus@gmail.com>
15882
15883 * diff-mode.el (diff-sanity-check-hunk):
15884 Also accept single-line hunks.
15885
15886 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
15887
15888 * startup.el (startup-screen-inhibit-startup-screen)
15889 (pure-space-overflow-message): New vars.
15890 (fancy-splash-insert): Allow functions for face and link specs.
15891 (fancy-splash-head): Remove unused arg. Move splash text...
15892 (fancy-startup-text, fancy-about-text): ...here.
15893 (fancy-startup-tail): Rename from fancy-splash-tail.
15894 (fancy-startup-screen, fancy-about-screen): Split off from
15895 fancy-splash-screens.
15896 (display-startup-screen): New function.
15897 (display-about-screen): Rename from display-splash-screen.
15898 (command-line-1): Use concise startup screen if necessary.
15899
15900 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
15901
15902 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
15903 Reported by Jan Djärv <jan.h.d@swipnet.se>.
15904
15905 2007-09-10 Dave Love <fx@gnu.org>
15906
15907 * outline.el (outline-4, outline-5, outline-7):
15908 Move font-lock-builtin-face down from 4 to 7 to better keep the
15909 progression of color brightness, and to better match Org-mode's faces.
15910
15911 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
15912
15913 * progmodes/meta-mode.el (meta-font-lock-keywords)
15914 (font-lock-match-meta-declaration-item-and-skip-to-next)
15915 (meta-comment-indent, meta-indent-previous-line)
15916 (meta-indent-unfinished-line, meta-beginning-of-defun)
15917 (meta-end-of-defun, meta-common-initialization): Handle \f.
15918 (meta-indent-unfinished-line): Do not handle a `%' in a string as
15919 a comment-start.
15920
15921 * files.el (file-modes-char-to-who, file-modes-char-to-right)
15922 (file-modes-rights-to-number): Auxiliary functions for symbolic to
15923 numeric notation of file modes.
15924 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
15925 numeric value.
15926 (read-file-modes): New. Read either an octal value of a file mode or a
15927 symbolic value, and return its numeric value.
15928
15929 * dired-aux.el (dired-do-chmod): Change to use the built-in
15930 `set-file-modes' and the previous symbolic mode parsing functions.
15931
15932 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
15933
15934 * textmodes/texinfo.el: Remove spurious * in docstrings.
15935 (texinfo-mode-syntax-table, texinfo-mode-map):
15936 Initialize in the declaration.
15937
15938 * tmm.el: Remove spurious * in docstrings.
15939 (tmm-prompt): Use with-current-buffer.
15940
15941 * vcursor.el: Remove spurious * in docstrings.
15942 (vcursor-map): Initialize in the declaration.
15943 (vcursor-use-vcursor-map): Use define-minor-mode.
15944 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
15945
15946 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
15947 Initialize in the declaration.
15948 (widget-minor-mode): Use define-minor-mode.
15949
15950 * woman.el (woman-mode-map, woman-syntax-table):
15951 Initialize in the declaration.
15952
15953 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
15954
15955 * doc-view.el: New file.
15956
15957 2007-09-09 Juri Linkov <juri@jurta.org>
15958
15959 * Makefile.in (update-authors): Add etc/ to AUTHORS.
15960
15961 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
15962
15963 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
15964 to "Startup screen". Fix docstring.
15965 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
15966 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
15967 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
15968 (initial-scratch-message): Fix docstring.
15969 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
15970 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
15971 Add link to "Customize Startup" and set interval between links to
15972 5 spaces.
15973 (fancy-about-text): Add links "Authors" and "Contributing".
15974 (fancy-splash-head): Add text "Welcome to " on the startup screen,
15975 and "This is " on the about screen. Add link to
15976 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
15977 For the about screen move emacs version to the header from
15978 `fancy-splash-tail' (as it's done already for normal about screen).
15979 (fancy-splash-tail): Insert emacs version only for startup screen.
15980 (normal-splash-screen): Remove duplicate empty lines.
15981 (normal-about-screen): Add links "Authors" and "Contributing".
15982
15983 * menu-bar.el (menu-bar-help-menu):
15984 Move "About Emacs" and "About GNU" to the end of the Help menu.
15985 Move "Emacs Psychotherapist" after "Send Bug Report...".
15986 Move "External Packages" after "Find Emacs Packages".
15987
15988 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
15989
15990 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
15991 they are useless with the byte compiler.
15992 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
15993 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
15994 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
15995 (tramp-file-name-real-host, tramp-file-name-port)
15996 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
15997 defuns.
15998
15999 * net/tramp-cache.el (top): Improve error message when
16000 `tramp-persistency-file-name' is corrupted.
16001
16002 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
16003
16004 * textmodes/org.el (org-re): Also replace the :alpha: class.
16005 (org-todo-tag-alist): Variable removed.
16006 (org-todo-key-alist, org-todo-key-trigger): New variables.
16007 (org-use-fast-todo-selection): New option.
16008 (org-log-done): Docstring fixed.
16009 (org-deadline-warning-days): New default value 14.
16010 (org-edit-timestamp-down-means-later): New option.
16011 (org-tag-alist): Docstring fixed.
16012 (org-fast-tag-selection-include-todo): New option.
16013 (org-export-language-setup): New languages added.
16014 (org-set-regexps-and-options): Compute the new variables.
16015 (org-paste-subtree): Cleaning up.
16016 (org-remember-apply-template): New escape %A.
16017 (org-todo): Call fast TODO selection.
16018 (org-fast-todo-selection): New function.
16019 (org-add-log-note): Allow prefix for abort exit.
16020 (org-at-property-p, org-entry-properties)
16021 (org-columns-get-autowidth-alist): Use :alpha: class.
16022 (org-get-wdays): New function.
16023 (org-agenda-remove-date): New variable.
16024 (org-agenda-get-deadlines): Use `org-get-wdays'.
16025 (org-agenda-get-deadlines): Reverse ee before returning.
16026 (org-format-agenda-item): New argument REMOVE-RE.
16027 (org-agenda-convert-date): Baha'i calendar added.
16028 (org-infile-export-plist): Also find DATE line.
16029 (org-get-min-level): New function.
16030 (org-export-as-html, org-export-as-ascii): Use the date format.
16031 (org-shiftup, org-shiftdown): Use.
16032 `org-edit-timestamp-down-means-later'.
16033 (org-assign-fast-keys): New function.
16034
16035 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
16036
16037 * cus-start.el (all): Add prefer-window-split-horizontally from
16038 window.c.
16039
16040 2007-09-08 Eli Zaretskii <eliz@gnu.org>
16041
16042 * net/browse-url.el (browse-url-galeon): Fix last change.
16043 (top-level): Require cl when compiling.
16044
16045 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
16046
16047 * textmodes/org-export-latex.el: arch-tag restored.
16048
16049 * textmodes/org-publish.el: arch-tag restored.
16050
16051 2007-09-08 Masatake YAMATO <jet@gyve.org>
16052
16053 * progmodes/which-func.el (which-func-modes): Add diff-mode.
16054
16055 * progmodes/cc-langs.el: Support new keywords added to
16056 objective-c frontend of gcc.
16057 (c-simple-stmt-kwds): Add @throw.
16058 (c-block-stmt-2-kwds): Add @synchronized.
16059 (c-block-stmt-1-kwds): Add @finally and @try.
16060
16061 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
16062
16063 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
16064 (org-agenda-after-show-hook): New variable.
16065 (org-columns-compile-format)
16066 (org-columns-get-autowidth-alist, org-buffer-property-keys)
16067 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
16068 property names.
16069 (org-get-wdays): New function.
16070
16071 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16072
16073 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
16074
16075 * term/xterm.el (xterm-function-map): Initialize in the declaration.
16076
16077 * vc-arch.el (vc-arch-checkin): Fix typo.
16078
16079 2007-09-07 Johan Bockgård <bojohan@gnu.org>
16080
16081 * cus-face.el (custom-theme-set-faces): Set face attributes
16082 locally for each frame.
16083
16084 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16085
16086 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
16087 via font-lock-defaults.
16088
16089 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
16090 derived-mode-p.
16091
16092 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
16093
16094 * progmodes/autoconf.el (autoconf-definition-regexp):
16095 Handle optional square brackets around definition name.
16096
16097 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
16098
16099 * net/browse-url.el (browse-url-browser-function): Add elinks.
16100 (browse-url-elinks-wrapper): New option.
16101 (browse-url-encode-url, browse-url-elinks)
16102 (browse-url-elinks-sentinel): New functions.
16103 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
16104 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
16105 Use new function browse-url-encode-url.
16106
16107 2007-09-07 Glenn Morris <rgm@gnu.org>
16108
16109 * version.el (emacs-version): Revert 2007-08-29 change: no need to
16110 say if multi-tty is present.
16111
16112 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16113
16114 * cus-start.el (split-window-preferred-function): Add custom info.
16115
16116 * calendar/holidays.el (holiday-list, calendar-check-holidays)
16117 (calendar-mark-holidays, calendar-list-holidays)
16118 (holiday-filter-visible-calendar): New names to clean up namespace.
16119 (filter-visible-calendar-holidays, list-calendar-holidays)
16120 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
16121 Add compatibility aliases.
16122 (calendar-check-holidays, calendar-mark-holidays)
16123 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
16124 (holiday-sexp): Replace append with list.
16125 (holiday-filter-visible-calendar): Replace append with push.
16126
16127 * woman.el: Remove spurious * in docstrings.
16128 (woman-mini-help, woman-non-underline-faces, woman0-rename)
16129 (woman-topic-all-completions-merge, woman-file-name-all-completions)
16130 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
16131 (woman-write-directory-cache, woman-display-extended-fonts)
16132 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
16133 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
16134 (woman-mode): Use inhibit-read-only.
16135 (woman-negative-vertical-space): Use dotimes.
16136 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
16137
16138 2007-09-06 Romain Francoise <romain@orebokech.com>
16139
16140 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
16141 (vc-bzr-workfile-version): Use it.
16142
16143 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
16144
16145 * complete.el (PC-do-completion): Don't try to treat
16146 empty string as an abbreviation.
16147
16148 2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se>
16149
16150 * help-fns.el (describe-variable): Keep doc's text properties.
16151
16152 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
16153
16154 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
16155 instead of a file.
16156
16157 2007-09-06 Glenn Morris <rgm@gnu.org>
16158
16159 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
16160 (checkdoc-minor-mode): Allow user to specify lighter via
16161 checkdoc-minor-mode-string.
16162
16163 2007-09-05 Richard Stallman <rms@gnu.org>
16164
16165 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
16166 Several items removed, simplified, or put on one line.
16167 (fancy-about-text): Add substantial contents, part of startup text.
16168 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
16169 (normal-splash-screen): Call normal-mouse-startup-screen,
16170 normal-no-mouse-startup-screen, or normal-about-screen.
16171 (normal-mouse-startup-screen): New fn, broken out, shortened.
16172 (normal-no-mouse-startup-screen): New fn, broken out.
16173 (normal-about-screen): New function, contents all new.
16174
16175 2007-09-05 Michaël Cadilhac <michael@cadilhac.name>
16176
16177 * emacs-lisp/rx.el (rx): Fix typo in docstring.
16178
16179 2007-09-05 Glenn Morris <rgm@gnu.org>
16180
16181 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
16182 is bound.
16183
16184 2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se>
16185
16186 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
16187 in doc string.
16188
16189 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
16190
16191 * server.el (server-start, server-unload-hook): Undo previous change.
16192
16193 * xt-mouse.el: Undo previous change.
16194
16195 2007-09-04 Juri Linkov <juri@jurta.org>
16196
16197 * startup.el (fancy-about-text): New variable.
16198 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
16199 (fancy-current-text, fancy-splash-stop-time)
16200 (fancy-splash-outer-buffer): Remove variables.
16201 (fancy-splash-head, fancy-splash-tail): Add new optional argument
16202 `startup' and use it to conditionally display different texts for
16203 Startup and About screens. Don't display Help commands on the About
16204 screen.
16205 (fancy-splash-screens-1): Remove function and move its content to
16206 `fancy-splash-screens' to the part that dislpays the About screen.
16207 (exit-splash-screen): Don't treat specially exiting from
16208 alternating screens.
16209 (fancy-splash-screens): Rename argument `static' to `startup'.
16210 Fix docstring. Remove code for displaying alternating screens.
16211 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
16212 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
16213 for `inhibit-read-only'.
16214 (normal-splash-screen): Rename argument `static' to `startup'.
16215 Fix docstring. Use argument `startup' to conditionally display
16216 different texts for Startup and About screens. Don't display Help
16217 commands on the About screen. Remove `unwind-protect' `sit-for'
16218 delay and `kill-buffer' after it.
16219 (display-startup-echo-area-message): Remove call to
16220 `use-fancy-splash-screens-p' because image.el is preloaded and
16221 doesn't display "Loading image... done".
16222 (display-splash-screen): Rename argument `static' to `startup'.
16223 Fix docstring.
16224
16225 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
16226
16227 * server.el (server-start, server-unload-hook):
16228 suspend-tty-functions has been renamed to suspend-tty-hook.
16229
16230 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
16231 resume-tty-hook.
16232
16233 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
16234
16235 * loadup.el: Fix merge problem, only load "button" once.
16236
16237 2007-09-03 Glenn Morris <rgm@gnu.org>
16238
16239 * vc-svn.el (vc-svn-print-log): If there is only one file, use
16240 "Working file:" as the prefix, for the sake of
16241 log-view-current-file.
16242
16243 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
16244
16245 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
16246 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
16247 if the selected frames is in
16248 xterm-modify-other-keys-terminal-list.
16249 (xterm-turn-off-modify-other-keys): Add an optional frame
16250 parameter. Only turn off modify-other-keys if FRAME is in
16251 xterm-modify-other-keys-terminal-list.
16252 (xterm-remove-modify-other-keys): New function.
16253 (terminal-init-xterm): Use it. Deal with delete-frame hook.
16254 Add the selected frame to xterm-modify-other-keys-terminal-list.
16255
16256 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
16257
16258 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
16259 (icon-map-list): New variable.
16260 (x-gtk-map-stock): Use icon-map-list.
16261
16262 2007-09-02 Romain Francoise <romain@orebokech.com>
16263
16264 * log-view.el (log-view-current-file): Balance parens.
16265
16266 2007-09-02 Glenn Morris <rgm@gnu.org>
16267
16268 * comint.el (comint-mode): Don't set scroll-conservatively.
16269
16270 * eshell/em-unix.el (eshell/time): Stringify and flatten the
16271 non-command arguments.
16272
16273 * log-view.el (log-view-current-file): Give a more explicit error
16274 if log-view-file-re fails to find a match.
16275
16276 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
16277
16278 * emacs-lisp/bytecomp.el (byte-recompile-directory):
16279 Fix bug: Don't expand top-level file name more than once.
16280 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
16281
16282 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
16283
16284 * server.el (server-process-filter): Don't display the splash screen.
16285 It's annoying enough on the initial screen and becomes positively
16286 obnoxious here.
16287
16288 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
16289
16290 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
16291 Change naming to use "avl-tree--" for internal functions.
16292
16293 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
16294
16295 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
16296 the merge.
16297 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
16298 (provide): Move to the end of file.
16299
16300 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
16301
16302 2007-08-31 Michaël Cadilhac <michael@cadilhac.name>
16303
16304 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
16305 New variable. List of exceptions for the duplicated word rule.
16306 (flyspell-mark-duplications-flag): Mention it.
16307 (flyspell-word): Treat it.
16308
16309 * files.el (create-file-buffer): If the filename sans directory starts
16310 with spaces, remove them.
16311
16312 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
16313
16314 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
16315 (x-gtk-map-stock): Use two directory elements when matching
16316 file name.
16317
16318 2007-08-31 James Wright <james@chumsley.org>
16319
16320 * eshell/em-unix.el (eshell/info): New function.
16321
16322 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
16323
16324 * frame.el (frame-initialize, make-frame):
16325 * server.el (server-process-filter):
16326 * faces.el (tty-set-up-initial-frame-faces): Don't set
16327 term-environment-variable since it's not used any more.
16328
16329 * env.el (setenv): Don't treat $TERM specially.
16330
16331 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
16332 stated otherwise, subprocesses do not send back escape sequences
16333 corresponding to the terminal from which Emacs was started.
16334
16335 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
16336
16337 * calculator.el: Require cl for compilation.
16338
16339 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
16340
16341 * outline.el (outline-font-lock-levels): Comment out unused var.
16342 (outline-font-lock-face): Wrap around face list to handle any
16343 nesting depth gracefully.
16344
16345 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
16346
16347 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
16348 `set-file-times'.
16349
16350 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
16351
16352 * textmodes/org.el (org-export-visible): Fix drawers before export.
16353 (org-do-sort): Allow sorting by priority.
16354 (org-agenda-files): Ignore non-existing files.
16355 (org-agenda-skip-unavailable-files): New variable.
16356 (org-ellipsis): All a face as value.
16357 (org-mode): Interprete the face value of `org-ellipsis'.
16358 (org-archive-save-context-info): New option.
16359 (org-archive-subtree): Store context info in archived entry.
16360 (org-fast-tag-selection-can-set-todo-state): New variable.
16361 (org-fast-tag-selection): Allow setting TODO states through this
16362 interface.
16363 (org-cycle): Docstring updated.
16364 (org-todo-keyword-faces): New option.
16365 (org-get-todo-face): New function.
16366 (org-set-font-lock-defaults, org-agenda-highlight-todo):
16367 Use `org-get-todo-face'.
16368 (org-switch-to-buffer-other-window): New function.
16369 (org-table-edit-field, org-table-show-reference)
16370 (org-table-edit-formulas, org-add-log-note)
16371 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
16372 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
16373 `switch-to-buffer-other-window' to make sure that the temporary
16374 windows show up on the current frame.
16375 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
16376 (org-get-entries-from-diary, org-replace-region-by-html):
16377 Don't allow pop-up frames.
16378 (org-agenda-get-deadlines, org-agenda-get-scheduled):
16379 Fix problems with time-of-day.
16380 (org-export-get-title-from-subtree): New function.
16381 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
16382 with listing items that are DONE.
16383 (org-change-tag-in-region): New command.
16384 (org-agenda-skip-scheduled-if-done)
16385 (org-agenda-skip-deadline-if-done): Docstring clarified.
16386 (org-mode): Hide drawers on startup.
16387 (org-get-todo-face): New function.
16388 (org-todo-keyword-faces): New option.
16389 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
16390 (org-remove-keyword-keys): New function.
16391
16392 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
16393
16394 * progmodes/grep.el (grep-find-ignored-directories):
16395 Add monotone _MTN bookkeeping directory in workspaces.
16396 Add RCS control directory. List items in alphabetical order.
16397
16398 * progmodes/grep.el (grep-files-aliases): Add cc alias.
16399 Sort items in alphabetical order. Fix parens.
16400
16401 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
16402
16403 * vc-hg.el (vc-hg-extra-menu-map): New variable.
16404 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
16405 (vc-hg-pull): New functions.
16406 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
16407
16408 * term/mac-win.el: Don't require url, only autoloaded url
16409 functions are used in this file.
16410
16411 2007-08-29 Andreas Schwab <schwab@suse.de>
16412
16413 * shell.el (shell): Return correct value from interactive spec.
16414
16415 2007-08-29 Glenn Morris <rgm@gnu.org>
16416
16417 * version.el (emacs-version): Increase to 23.0.50.
16418
16419 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
16420
16421 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
16422
16423 2007-08-29 Juri Linkov <juri@jurta.org>
16424
16425 * loadup.el: Add "button" loading after "faces" and move "startup"
16426 to load after "button".
16427
16428 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
16429
16430 * loadup.el: Load term/mac-win on a Mac using Carbon.
16431
16432 * term/mac-win.el: Provide mac-win.
16433 (mac-initialized): New variable.
16434 (mac-initialize-window-system): New function. Move global setup here.
16435 (handle-args-function-alist, frame-creation-function-alist):
16436 (window-system-initialization-alist): Add mac entries.
16437 (x-setup-function-keys): New function containing all the
16438 top level function key definitions.
16439
16440 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
16441
16442 * env.el (read-envvar-name): Don't consider the environment frame param.
16443
16444 * env.el (setenv):
16445 * frame.el (frame-initialize, make-frame):
16446 * faces.el (tty-set-up-initial-frame-faces):
16447 * server.el (server-process-filter): Set
16448 display-environment-variable and term-environment-variable.
16449
16450 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
16451
16452 2007-08-29 Jason Rumney <jasonr@gnu.org>
16453
16454 * loadup.el: Only load term/x-win when X is compiled in.
16455 Load term/w32-win and dependencies on windows-nt.
16456
16457 * term/w32-win.el: Reorder to match x-win.el more closely.
16458 Provide w32-win. Don't throw error when global window-system not w32.
16459 (internal-face-interactive): Remove obsolete function.
16460 (x-setup-function-keys): Use local-function-key-map.
16461 (w32-initialized): New variable.
16462 (w32-initialize-window-system): Set it.
16463 Move more global setup here.
16464 (x-setup-function-keys): New function.
16465 (w32-initialize-window-system): Move non function key global setup here.
16466 (x-cut-buffer-max): Remove.
16467 (w32-initialize-window-system): New function.
16468 (handle-args-function-alist, frame-creation-function-alist):
16469 (window-system-initialization-alist): Add w32 entries.
16470
16471 2007-08-29 David Kastrup <dak@gnu.org>
16472
16473 * env.el (getenv): Pass frame to getenv-internal.
16474
16475 2007-08-29 Károly Lőrentey <lorentey@elte.hu>
16476
16477 * version.el (emacs-version): Show if multi-tty is present.
16478
16479 * loadup.el: Delay loading env; mule-conf gets confused by cl
16480 during bootstrap. Also load termdev and term/x-win.
16481
16482 * bindings.el (mode-line-client): New variable.
16483 (help-echo): Add it to the default mode-line format.
16484
16485 * cus-start.el: Remove bogus window-system reference from GTK test.
16486
16487 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
16488 (ebrowse-electric-position-mode-map):
16489 * ebuff-menu.el (electric-buffer-menu-mode-map):
16490 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
16491 not `suspend-emacs'.
16492
16493 * ediff-wind.el (ediff-setup-windows-automatic): New function.
16494 (ediff-window-setup-function): Use it as default.
16495
16496 * files.el (save-buffers-kill-terminal): New function.
16497 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
16498
16499 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
16500 and `with-selected-frame'.
16501
16502 * help-fns.el (describe-variable): Describe frame-local variables
16503 correctly.
16504
16505 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
16506 display support.
16507 (normal-erase-is-backspace-setup-frame): New function.
16508
16509 * subr.el (with-selected-frame): New function.
16510 (read-quoted-char): Use terminal-local binding of
16511 local-function-key-map instead of function-key-map.
16512
16513 * talk.el (talk): New function.
16514 (talk-handle-delete-frame): New function.
16515 (talk-add-display): Open a new frame only if FRAME was not a frame.
16516
16517 * termdev.el: New file.
16518
16519 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
16520 * term/x-win.el: Don't bind f10.
16521 * tmm.el: Remove autoload binding for f10.
16522
16523 * international/encoded-kb.el (encoded-kbd-setup-display): Use
16524 `set-input-meta-mode'. Fix broken condition before set-input-mode.
16525 Store the saved input method as a terminal parameter. Add keymap
16526 parameter. Use it instead of changing key-translation-map directly.
16527 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
16528 Remove.
16529 (encoded-kbd-setup-display): New function.
16530
16531 * international/mule-cmds.el (set-locale-environment): Fix getenv
16532 call. Use save-buffers-kill-terminal. Ignore window-system; always
16533 set the keyboard coding system. Add DISPLAY parameter.
16534 (set-display-table-and-terminal-coding-system): Add DISPLAY
16535 parameter. Pass it to set-terminal-coding-system.
16536
16537 * international/mule.el (keyboard-coding-system): Test for
16538 encoded-kbd-setup-display, not encoded-kbd-mode.
16539 (set-terminal-coding-system, set-keyboard-coding-system): Add
16540 DISPLAY parameter.
16541 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
16542
16543 * term/README: Update.
16544
16545 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
16546
16547 * term/x-win.el (x-setup-function-keys): New function. Move
16548 function-key-map tweaks here. Protect against multiple calls on
16549 the same terminal. Use terminal-local binding of
16550 local-function-key-map instead of function-key-map.
16551 (x-initialize-window-system): Make a copy of pure list. Pass a
16552 frame getenv.
16553
16554 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
16555 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
16556 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
16557 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
16558 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
16559 local-function-key-map instead of function-key-map.
16560
16561 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
16562 `substitute-key-definition' and `define-key' calls against
16563 multiple execution. Use terminal-local binding of
16564 local-function-key-map instead of function-key-map. Pass a frame
16565 to getenv.
16566
16567 * edmacro.el (edmacro-format-keys):
16568 * emulation/cua-base.el (cua--pre-command-handler):
16569 * isearch.el (isearch-other-meta-char):
16570 * xt-mouse.el: Use terminal-local binding of
16571 local-function-key-map instead of function-key-map.
16572
16573 * fringe.el (set-fringe-mode): Simplify and fix using
16574 `modify-all-frames-parameters'.
16575 * scroll-bar.el (set-scroll-bar-mode): Ditto.
16576 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
16577 check before calling `tool-bar-setup'.
16578 (tool-bar-setup): New variable.
16579 (tool-bar-setup): Use it to guard against multiple calls. Add
16580 optional frame parameter, and select that frame before adding items.
16581 (toggle-tool-bar-mode-from-frame): New function.
16582
16583 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
16584 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
16585 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
16586 "Tool-bar" toggles to reflect the state of the current frame.
16587 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
16588
16589 * env.el: Require cl for byte compilation (for `block' and `return').
16590 (environment, setenv-internal): New functions.
16591 (let-environment): New macro.
16592 (setenv, getenv): Add optional terminal parameter. Update docs.
16593 (setenv): Use setenv-internal. Always set process-environment.
16594 Handle `local-environment-variables'.
16595 (read-envvar-name, setenv, getenv): Use frame parameters
16596 to store the local environment, not terminal parameters. Include
16597 `process-environment' as well.
16598
16599 * faces.el (tty-run-terminal-initialization): New function.
16600 (tty-create-frame-with-faces): Use it. Set up faces and
16601 background mode only after the terminal has been initialized.
16602 Call terminal-init-*. Don't load the initialization file more
16603 than once. Call set-locale-environment.
16604 (frame-set-background-mode): Handle the 'background-mode terminal
16605 parameter.
16606 (tty-find-type): New function.
16607 (x-create-frame-with-faces): Remove bogus check for
16608 first frame. Call `tool-bar-setup'. Don't make frame visible
16609 until we are done setting up all its parameters. Call
16610 x-setup-function-keys.
16611
16612 * frame.el (make-frame): Always inherit 'environment and 'client
16613 parameters. Set up the 'environment frame parameter, when needed.
16614 Also inherit 'client parameter. Don't override explicitly
16615 specified values with inherited ones. Add 'terminal frame
16616 parameter. Append window-system-default-frame-alist to parameters
16617 before calling frame-creation-function.
16618 (frame-initialize): Copy the environment from the initial frame.
16619 (window-system-default-frame-alist): Enhance doc string.
16620 (frame-notice-user-settings): Don't put 'tool-bar-lines in
16621 `default-frame-alist' when initial frame is on a tty.
16622 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
16623 Remove specified parameters from `window-system-default-frame-alist'.
16624 (make-frame-on-tty, framep-on-display, suspend-frame):
16625 Extend doc string, update parameter names.
16626 (frames-on-display-list): Use terminal-id to get the display id.
16627 (frame-notice-user-settings): Extend to apply
16628 settings in `window-system-default-frame-alist' as well.
16629 (terminal-id, terminal-parameters, terminal-parameter)
16630 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
16631 (delete-frame-functions): Add to `delete-frame-functions' hook.
16632 (blink-cursor-mode): Adapt blink-cursor-mode default
16633 value from startup.el.
16634 (make-frame-on-display): Protect condition on x-initialized when
16635 x-win.el is not loaded. Update doc.
16636 (suspend-frame): Use display-controlling-tty-p to decide between
16637 suspend-emacs and suspend-tty.
16638 (frames-on-display-list): Update for display ids.
16639 (framep-on-display): Ditto.
16640 (suspend-frame): Use display-name, not frame-tty-name.
16641 (selected-terminal): New function.
16642
16643 * server.el: Use `device' instead of `display' or `display-id' in
16644 variable and client parameter names.
16645 (server-select-display): Remove (unused).
16646 (server-tty-live-p, server-handle-delete-tty): Remove.
16647 (server-unquote-arg, server-quote-arg, server-buffer-clients):
16648 Update docs.
16649 (server-getenv-from, server-with-environment, server-send-string)
16650 (server-save-buffers-kill-terminal): New functions.
16651 (server-delete-client): Handle quits in kill-buffer. Don't kill
16652 modified buffers. Add extra logging. Delete frames after
16653 deleting the tty. Clear 'client parameter before deleting a frame.
16654 Use delete-display, not delete-tty.
16655 (server-visit-files): Don't set `server-existing-buffer' if the
16656 buffer already has other clients. Return list of buffers
16657 created. Update doc. Don't set client-record when nowait.
16658 (server-handle-delete-frame): Delete the client if this was its
16659 last frame. Check that the frame is alive. Remove bogus comment.
16660 Add note on possible race condition. Delete tty clients, if needed.
16661 (server-handle-suspend-tty): Use server-send-string. Kill the
16662 client in case of errors from process-send-string. Use the display
16663 parameter.
16664 (server-unload-hook): Remove obsolete delete-tty hook.
16665 (server-start): Ask before restarting if the old server still has
16666 clients. Add feedback messages. Remove obsolete delete-tty hook.
16667 (server-process-filter): Use server-send-string. Accept `-dir'
16668 command. Switch to *scratch* immediately after creating the frame,
16669 before evaluating any -evals. Protect `display-splash-screen'
16670 call in a condition-case. Explain why. Call
16671 `display-startup-echo-area-message' before
16672 `display-splash-screen'. Don't display the splash screen when no
16673 frame was created. Show the Emacs splash screen and startup echo
16674 area message. Display the *scratch* buffer by default. Store the
16675 local environment in a frame (not terminal) parameter. Do not try
16676 to decode environment strings. Fix reference to the 'display
16677 frame parameter. Change syntax of environment variables. Put
16678 environment into terminal parameters, not client parameters. Use
16679 a dummy client with --no-wait's X frames. In `-position LINE'
16680 handler, don't ruin the request string until the line number is
16681 extracted. Log opened files. Handle -current-frame command.
16682 Don't create frames when it is given. Don't bind X frames to the
16683 client when we are in -no-wait mode. Set locale environment
16684 variables from client while creating tty frames. Disable call to
16685 configure-display-for-locale. When processing -position command,
16686 don't change the request string until the parameters are
16687 extracted. Don't try to create an X frame when Emacs does not
16688 support it. Improve logging. Temporarily set ncurses-related
16689 environment variables to those of the client while creating a new
16690 tty frame. Select buffers opened by nowait clients, don't leave
16691 them buried under others. Set the display parameter, and use it
16692 when appropriate.
16693
16694 * startup.el (display-startup-echo-area-message): Handle
16695 `inhibit-startup-echo-area-message' here.
16696 (command-line-1): Moved from here.
16697 (fancy-splash-screens): Use `overriding-local-map' instead of
16698 `overriding-terminal-local-map' for now; the latter doesn't work
16699 right, it looses keypresses to another terminal. Use
16700 `overriding-terminal-local-map' to set up keymap. Install a
16701 `delete-frame-functions' hook to catch `delete-frame' events.
16702 Ignore `select-window' events to cope better with
16703 `focus-follows-mouse'. Don't switch back to the original buffer
16704 if the splash frame has been killed. Restore previous buffer, even
16705 if it's *scratch*.
16706 (normal-splash-screen): Don't let-bind `mode-line-format'; it
16707 changes the global binding - setq it instead. Use
16708 `save-buffers-kill-terminal'.
16709 (display-splash-screen): Don't do anything if the splash screen is
16710 already displayed elsewhere.
16711 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
16712 (command-line): Replace duplicated code with a call to
16713 tty-run-terminal-initialization. Don't load the terminal
16714 initialization file more than once. Remove call to nonexistent
16715 function `set-locale-translation-file-name'.
16716
16717 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
16718 parameters.
16719 (xterm-mouse-position-function, xterm-mouse-event): Update.
16720 (xterm-mouse-mode): Don't depend on current value of window-system.
16721 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
16722 Update for multi-tty.
16723 (turn-on-xterm-mouse-tracking-on-terminal)
16724 (turn-off-xterm-mouse-tracking-on-terminal)
16725 (xterm-mouse-handle-delete-frame): New functions.
16726 (delete-frame-functions, after-make-frame-functions)
16727 (suspend-tty-functions, resume-tty-functions): Install extra hooks
16728 for multi-tty.
16729
16730 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
16731
16732 * simple.el (invisible-p): Remove: implemented in C now.
16733 (line-move-invisible-p): Remove obsolete alias.
16734
16735 2007-08-28 Juri Linkov <juri@jurta.org>
16736
16737 * image-mode.el (image-type): New variable.
16738 (image-mode): Set default major mode name to "Image[text]".
16739 (image-minor-mode): Change LIGHTER to display image-type in the
16740 mode line.
16741 (image-minor-mode): Set default image-type to "text".
16742 (image-toggle-display): After switching to text mode, set
16743 image-type to "text" and major mode name to "Image[text]".
16744 After switching to image mode, set image-type to actual image
16745 type, and add image type to major mode name. Let-bind the same
16746 variable names as arguments of `image-type' and `create-image'.
16747 Bind `type' to the result of `image-type' and use it as arg
16748 of `create-image' to not determine the image type twice.
16749
16750 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
16751
16752 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
16753 (tramp-set-file-uid-gid, tramp-get-local-uid)
16754 (tramp-get-local-gid): New defuns.
16755 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
16756 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
16757 Improve fast track.
16758 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
16759 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
16760 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
16761 (tramp-handle-write-region): Improve fast track.
16762 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
16763 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
16764 be nil.
16765
16766 2007-08-28 Ivan Kanis <apple@kanis.eu>
16767
16768 * time.el: New feature to display several time zones in a buffer.
16769 (display-time-world-mode, display-time-world-display)
16770 (display-time-world, display-time-world-timer): New functions.
16771 (display-time-world-list, display-time-world-time-format)
16772 (display-time-world-buffer-name, display-time-world-timer-enable)
16773 (display-time-world-timer-second, display-time-world-mode-map):
16774 New variables.
16775
16776 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
16777
16778 * term/x-win.el (x-gtk-stock-map): New variable.
16779 (x-gtk-map-stock): New function.
16780
16781 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
16782 prev/next-node.
16783
16784 2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
16785
16786 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
16787
16788 2007-08-28 Glenn Morris <rgm@gnu.org>
16789
16790 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
16791
16792 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
16793
16794 * progmodes/modula2.el (m2-definition, m2-module):
16795 Don't use previous-line. Reported by T. V. Raman.
16796
16797 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16798
16799 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
16800 argument to tool-bar-mode call.
16801
16802 2007-08-27 Glenn Morris <rgm@gnu.org>
16803
16804 * diff-mode.el (diff-find-file-name): Only accept regular files,
16805 to rule out /dev/null, directories, etc.
16806
16807 * vc-svn.el (vc-svn-diff): If the repository version of all the
16808 files is the same as the specified OLDVERS, do a local diff.
16809
16810 2007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
16811
16812 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
16813 of buffers in uniquify-managed.
16814
16815 * simple.el (invisible-p): Rename from text-invisible-p.
16816 Update callers.
16817
16818 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
16819 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
16820 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
16821 (cperl-etags-goto-tag-location): Use new style backquotes.
16822
16823 * net/browse-url.el: Remove spurious * in custom docstrings.
16824 (browse-url-filename-alist): Use new-style backquote.
16825
16826 * emacs-lisp/backquote.el (backquote-unquote-symbol)
16827 (backquote-splice-symbol): Clarify they're not new-style unquotes.
16828
16829 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
16830 (\,@): Backslash the , and ,@ which are not new-style unquotes.
16831
16832 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
16833
16834 * net/socks.el (socks-username/password-auth-filter):
16835 Remove unused vars `state' and `desired-len'.
16836 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
16837 (socks-wait-for-state-change): Use new-style backquotes.
16838
16839 * pcvs.el (cvs-mode-status): Fix long-standing typo.
16840
16841 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
16842 backquotes after each `read' rather than once per buffer.
16843
16844 * dframe.el: Remove spurious * in custom docstrings.
16845 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
16846 (dframe-xemacs20p): Remove, inline at the sole use point.
16847 (defface): Don't defvar the face, don't use old-style backquote.
16848 (defcustom): Don't use old-style backquote.
16849 (dframe-frame-parameter, dframe-mouse-event-p):
16850 Make it obvious that it's always defined.
16851 (dframe-popup-kludge): New function to replace
16852 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
16853 (dframe-frame-mode, dframe-set-timer-internal)
16854 (dframe-mouse-set-point): Remove use of with-no-warnings from
16855 XEmacs-specific code.
16856 (dframe-set-timer-internal): Fix very old bug with
16857 post-command-idle-hook.
16858
16859 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
16860
16861 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
16862 warning if the file uses old style backquotes.
16863
16864 * emacs-lisp/bytecomp.el (byte-compile-log-file)
16865 (byte-recompile-directory, byte-compile-file)
16866 (byte-compile-from-buffer): Use with-current-buffer.
16867
16868 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
16869 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
16870 (line-move-1, line-move-finish, line-move-to-column)
16871 (move-end-of-line, move-beginning-of-line): Use new name.
16872
16873 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
16874
16875 * progmodes/ada-mode.el: Fix up comment style in header.
16876 (ada-check-emacs-version): Remove.
16877 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
16878 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
16879 to try and quieten the byte-compiler.
16880 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
16881
16882 * vc.el (vc-annotate-warp-version): Don't use previous-line.
16883
16884 2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se>
16885
16886 * net/browse-url.el (browse-url-emacs): New function.
16887
16888 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
16889
16890 * emacs-lisp/avl-tree.el: New file.
16891
16892 2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
16893
16894 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
16895 was used.
16896
16897 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
16898
16899 * complete.el (PC-do-completion): Make RET accept a non-unique but
16900 complete expansion again.
16901
16902 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
16903
16904 * eshell/esh-opt.el (eshell-eval-using-options):
16905 Add debug declaration.
16906
16907 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
16908
16909 * log-view.el (log-view-toggle-mark-entry): Add docstring.
16910 (log-view-get-marked): Likewise.
16911
16912 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
16913 (vc-delete-automatic-version-backups): Likewise.
16914
16915 * vc.el (vc-dired-buffers-for-dir): Likewise.
16916
16917 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
16918
16919 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
16920 safe-local-variable setting.
16921 * progmodes/perl-mode.el (perl-indent-level): Likewise.
16922
16923 * log-view.el (log-view-marked-list): Delete variable.
16924 (log-view-mode): Don't use it.
16925 (log-view-toggle-mark-entry): Likewise, simplify.
16926 (log-view-current-tag): Don't return properties.
16927 (log-view-get-marked): New function.
16928
16929 2007-08-25 Alexandre Julliard <julliard@winehq.org>
16930
16931 * vc-git.el (vc-git-mode-line-string): New function.
16932
16933 2007-08-25 Alan Mackenzie <acm@muc.de>
16934
16935 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
16936 new language variable.
16937
16938 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
16939 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
16940 "extern" etc., rather than BOI. Fix addition of spurious
16941 syntactic-symbol 'defun-block-intro, replacing it with
16942 'innamespace, etc.
16943
16944 2007-08-25 Juri Linkov <juri@jurta.org>
16945
16946 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
16947
16948 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
16949 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
16950 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
16951
16952 * image.el (image-type-header-regexps): Use more complex regexp for svg.
16953 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
16954 (image-type-auto-detectable): Add (svg . maybe).
16955
16956 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
16957 to treat it like .tgz.
16958
16959 * calendar/cal-bahai.el: Add file coding cookie.
16960
16961 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
16962
16963 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
16964 Don't behave differently when executed via M-x. Add doc string.
16965
16966 * sort.el (sort-fold-case, sort-numeric-base): Mark as
16967 safe-local-variable.
16968
16969 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
16970
16971 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
16972 the default value.
16973 (math-calendar-tzinfo): New variable.
16974 (math-get-calendar-tzinfo): New function.
16975 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
16976 to get information when zone is nil.
16977
16978 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
16979
16980 * log-view.el (log-view-toggle-mark-entry): New function.
16981 (log-view-mode-map): Bind it.
16982 (log-view-marked-list): New variable.
16983 (log-view-mode): Make it local.
16984
16985 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
16986
16987 * play/zone.el (zone-pgm-rat-race): New func.
16988 (zone-programs): Add `zone-pgm-rat-race'.
16989
16990 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
16991
16992 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
16993 a list.
16994
16995 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
16996
16997 * progmodes/hideshow.el (hs-match-data): Delete alias.
16998 (hs-hide-block-at-point, hs-find-block-beginning)
16999 (hs-show-block): Use `match-data' directly.
17000
17001 2007-08-24 Martin Rudalics <rudalics@gmx.at>
17002
17003 * format.el (format-alist): Fix typo in doc-string.
17004
17005 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
17006
17007 * net/tramp.el (tramp-local-host-p): New defun.
17008 (tramp-handle-file-local-copy, tramp-handle-write-region):
17009 Implement fast track when being on the local host.
17010 (tramp-file-name-handler): Don't set "started" property. It shall
17011 be reserved for the "ftp" method.
17012 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
17013
17014 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
17015 (tramp-ftp-file-name-handler): Set "started" property.
17016
17017 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
17018
17019 * files.el (backup-buffer-copy): Don't wrap delete in
17020 condition-case, only try to delete if file exists.
17021
17022 2007-08-24 Glenn Morris <rgm@gnu.org>
17023
17024 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
17025
17026 * startup.el (tutorial-directory): Set with eval-at-startup so it
17027 gets the right value in an installed Emacs.
17028
17029 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
17030
17031 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
17032 (eldoc-highlight-function-argument): Use it.
17033
17034 2007-08-23 Masatake YAMATO <jet@gyve.org>
17035
17036 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
17037 name of parameters in document body.
17038
17039 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
17040
17041 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
17042 (byte-compile-output-as-comment): Use with-current-buffer rather than
17043 a weird set-buffer&prog1 combination.
17044
17045 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
17046 test so as to optimise cases where the `progn's result is constant.
17047
17048 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
17049
17050 * locate.el (locate-get-file-positions):
17051 Use line-beginning-position and line-end-position.
17052
17053 2007-08-23 John Wiegley <johnw@newartisans.com>
17054
17055 * calendar/cal-bahai.el: Added in the diacriticals that were
17056 missing for many of the month names.
17057
17058 2007-08-22 Jason Rumney <jasonr@gnu.org>
17059
17060 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
17061
17062 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
17063
17064 * image-mode.el (image-minor-mode): Use image-mode-text-map.
17065
17066 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
17067
17068 * dabbrev.el (dabbrev--progress-reporter): New variable.
17069 (dabbrev--scanning-message): Delete func.
17070 (dabbrev--find-expansion): Use a progress reporter
17071 instead of dabbrev--scanning-message.
17072
17073 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
17074
17075 * comint.el (comint-exec-1): Raise an error if
17076 `start-file-process' does not return a process object.
17077
17078 * shell.el (shell): Prompt for `default-directory' if it is a
17079 remote file name, and if called with a prefix arg.
17080
17081 2007-08-22 Sam Steingold <sds@gnu.org>
17082
17083 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
17084
17085 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
17086
17087 * textmodes/org-export-latex.el: New file.
17088
17089 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
17090
17091 * textmodes/org.el (org-agenda-skip): Allow a form for
17092 `org-agenda-skip-function'.
17093 (org-agenda-redo): Re-use local settings.
17094 (org-agenda): Store local settings.
17095 (org-agenda-deadline-faces): New option.
17096 (org-agenda-deadline-face): New function.
17097 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
17098 entries on their due date.
17099 (org-agenda-get-timestamps): No longer handle the due dates of
17100 schedules and deadline items.
17101 (org-insert-link-global, org-open-at-point-global): New commands.
17102 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
17103 :for-ascii parameter.
17104 (org-skip-comments): Function removed.
17105 (org-cleaned-string-for-export): Handle special table lines.
17106 (org-global-properties): New option.
17107 (org-entry-get-with-inheritance): Check global properties.
17108 (org-local-properties): New variable.
17109 (org-set-regexps-and-options): Find the #+PROPERTY line.
17110 (org-link-types): Change type into variable (was constant).
17111 (org-make-link-regexps): New function.
17112 (org-link-re-with-space, org-link-re-with-space2)
17113 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
17114 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
17115 these regular expressions happens now in the function
17116 `org-make-link-regexps'.
17117 (org-store-link): Call the functions in
17118 `org-store-link-functions'.
17119 (org-add-link-type): New function.
17120 (org-store-link-functions): New variable.
17121 (org-activate-tags): Force matches to be in headlines.
17122 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
17123 (org-columns-display-here): Make sure this works in a narrowed
17124 buffer by checking for point-min.
17125 (org-columns-display-here): Make the rest of the line intangible,
17126 so that point never can be there.
17127 (org-cleaned-string-for-export): Use `with-current-buffer'.
17128 (org-replace-region-by-html): Use `with-current-buffer'.
17129 (org-unfontify-region, org-do-occur, org-columns-display-here)
17130 (org-columns-remove-overlays, org-columns-quit)
17131 (org-columns-edit-value, org-columns-next-allowed-value)
17132 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
17133 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
17134 (org-agenda-todo, org-agenda-change-all-lines)
17135 (org-agenda-align-tags, org-agenda-priority)
17136 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
17137 (org-agenda-show-new-time, org-cleaned-string-for-export)
17138 (org-export-grab-title-from-buffer)
17139 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
17140 instead of `buffer-read-only'.
17141 (org-export-as-html): Set `coding-system-for-write'.
17142 (org-remember-store-without-prompt): New option.
17143 (org-archive-subtree): Fixed bug with modifying TODO keyword.
17144 (org-beginning-of-line): Also treat C-a special in items.
17145 (org-table-convert-refs-to-rc): Fixed problem with column
17146 reference after "..".
17147 (org-columns-compute): Don't mark buffer modified because of text
17148 properties.
17149 (org-batch-store-agenda-views): Use the variable
17150 `default-directory', not the function.
17151 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
17152 (org-clock-out-when-done): New option.
17153 (org-html-entities): Added HTML entities for smileys.
17154
17155 2007-08-22 Glenn Morris <rgm@gnu.org>
17156
17157 * image.el (create-image): Doc fix.
17158
17159 * startup.el (tutorial-directory): New constant.
17160 (fancy-splash-text): Tutorials now in tutorial-directory.
17161 * tutorial.el (help-with-tutorial): Tutorials now in
17162 tutorial-directory.
17163
17164 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
17165
17166 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
17167 otherwise.
17168 (tramp-get-remote-path): New defun. Replace occurrences of
17169 `tramp-default-remote-path' by this function.
17170 (tramp-set-remote-path): Move most of the code to
17171 `tramp-get-remote-path'.
17172 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
17173 existing directories, this is done already in
17174 `tramp-get-remote-path'.
17175
17176 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
17177
17178 * image-file.el (image-file-name-extensions): Add "svg".
17179 * image.el (image-type-header-regexps): Add svg entry.
17180
17181 2007-08-22 Glenn Morris <rgm@gnu.org>
17182
17183 * files.el (backup-buffer-copy): Check backup directory is
17184 writable, to avoid infloop deleting old backup.
17185
17186 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
17187 movemail related variables.
17188 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
17189 will now be set before this is called.
17190
17191 2007-08-21 Juri Linkov <juri@jurta.org>
17192
17193 * delsel.el (delete-selection-pre-hook):
17194 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
17195 instead of checking last-command.
17196
17197 2007-08-21 Juri Linkov <juri@jurta.org>
17198
17199 * loadup.el: Preload "button".
17200
17201 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
17202
17203 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17204 Add previous-line and next-line.
17205
17206 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
17207 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
17208
17209 * vc-hooks.el (vc-menu-entry): New var.
17210 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
17211 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
17212 (vc-menu-map): Declare and initialize in one step.
17213 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
17214
17215 * menu-bar.el (vc-menu-map): Don't setup any more.
17216 Instead, just create the proper spot in the menu.
17217
17218 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
17219
17220 * smerge-mode.el (smerge-resolve): New arg `safe'.
17221 (smerge-resolve-all, smerge-batch-resolve): New function.
17222 (smerge-refine): Make sure `diff' returns the expected result.
17223 (smerge-parsep-re): New const.
17224 (smerge-mode): Use it to adjust paragraph-separate.
17225
17226 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
17227 Correctly match / regexp matchers as first char on a line when
17228 fontifying only that line.
17229
17230 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
17231
17232 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
17233
17234 * vc-bzr.el: Don't fiddle with vc-handled-backend.
17235 (vc-bzr-registered): Don't redundantly protect against
17236 file-error. Actually use the format-specific code.
17237 (vc-bzr-buffer-nonblank-p): Remove.
17238 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
17239
17240 2007-08-20 Juri Linkov <juri@jurta.org>
17241
17242 * startup.el (fancy-splash-text): Change multiple tabs into one
17243 tab. Remove "Useful File menu items" section (with "Exit Emacs"
17244 and "Recover Crashed Session").
17245 (fancy-splash-screens): Set tab-width to 22.
17246 (normal-splash-screen): Replace literal tabs with \t and
17247 fix whitespace. Remove "Useful File menu items" section (with
17248 "Exit Emacs" and "Recover Crashed Session").
17249
17250 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
17251
17252 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
17253 extracted from `eval-last-sexp-1'.
17254 (eval-last-sexp-1): Call `preceding-sexp'.
17255
17256 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
17257
17258 * vc-rcs.el (vc-rcs-annotate-command):
17259 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
17260 Add back :vc-annotate-prefix propertization.
17261
17262 2007-08-20 Andreas Schwab <schwab@suse.de>
17263
17264 * mail/rmail.el (rmail-autodetect): Doc fix.
17265
17266 2007-08-19 Juri Linkov <juri@jurta.org>
17267
17268 * startup.el (normal-splash-screen): Add more links.
17269
17270 2007-08-19 Juri Linkov <juri@jurta.org>
17271
17272 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
17273 because it's common to both types of splash screen: fancy and normal.
17274 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
17275 (exit-splash-screen): Rename from `fancy-splash-quit'.
17276 Use `quit-window' instead of `kill-buffer'.
17277 (fancy-splash-head): Use make-button to insert GNU image link.
17278 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
17279 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
17280 (normal-splash-screen): Put "Browse manuals" on the same line with
17281 "Emacs manual". Remove descriptions from "Useful tasks" and put
17282 all links in two columns on two lines.
17283
17284 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
17285
17286 * emulation/viper.el (viper-remove-hooks): Remove some additional
17287 viper hooks when the user calls viper-go-away.
17288 (viper-go-away): Restore the default of default-major-mode.
17289 Save the value of default-major-mode before vaperization.
17290
17291 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
17292
17293 * emulation/viper-ex.el: Replace error "" with "Viper bell".
17294
17295 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
17296 buffer for which file is created.
17297
17298 2007-08-19 Glenn Morris <rgm@gnu.org>
17299
17300 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
17301 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
17302 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
17303 shadow files messing up the compilation.
17304
17305 2007-08-18 Glenn Morris <rgm@gnu.org>
17306
17307 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
17308 string. Also apply eldoc-argument-case in the help-split-fundoc
17309 case. Adapt for changed behavior of eldoc-function-argstring,
17310 eldoc-function-argstring-format, and
17311 eldoc-highlight-function-argument.
17312 (eldoc-highlight-function-argument): Handle nil INDEX argument,
17313 just call eldoc-docstring-format-sym-doc in that case.
17314 (eldoc-function-argstring): Change the behavior. Now it converts
17315 an argument list to a string.
17316 (eldoc-function-argstring-format): Change the behavior. Now it
17317 applies `eldoc-argument-case' to a string.
17318
17319 * progmodes/scheme.el (scheme-mode-variables): Set
17320 font-lock-comment-start-skip.
17321
17322 2007-08-18 Martin Rudalics <rudalics@gmx.at>
17323
17324 * progmodes/ada-mode.el (ada-create-syntax-table): Move
17325 set-syntax-table from here to ...
17326 (ada-mode): ... here. Do not change global value of
17327 comment-multi-line. Call new function
17328 ada-initialize-syntax-table-properties and add new function
17329 ada-handle-syntax-table-properties to font-lock-mode-hook.
17330 (ada-deactivate-properties, ada-initialize-properties): Replace
17331 by new functions ...
17332 (ada-handle-syntax-table-properties)
17333 (ada-initialize-syntax-table-properties)
17334 (ada-set-syntax-table-properties): ... to set up syntax-table
17335 properties uniformly, independently from whether font-lock-mode
17336 is enabled or not. Handle read-only buffers and do not change
17337 undo-list when setting syntax-table properties.
17338 (ada-after-change-function): Use ada-set-syntax-table-properties.
17339
17340 2007-08-18 Michaël Cadilhac <michael@cadilhac.name>
17341
17342 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
17343 (meta-indent-current-nesting): Use a computation of the nesting
17344 instead.
17345 (meta-indent-current-indentation): Indentation is given according
17346 to nesting and if the previous line was finished or not.
17347 (meta-indent-unfinished-line): Tell if the current line ends with
17348 a finished expression.
17349 (meta-indent-looking-at-code): Like `looking-at', but checks if
17350 the point is in a string before.
17351 (meta-indent-level-count): Use it. Don't count parenthesis as it's
17352 done in the nesting function.
17353 (meta-indent-in-string-p): Tell if the current point is in a
17354 string.
17355 (meta-indent-calculate): Treat b-o-b as a special case. Use the
17356 previous functions.
17357
17358 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
17359
17360 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
17361 (copyright-update-year, copyright-update)
17362 (copyright-fix-years): Use it.
17363
17364 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
17365
17366 * emacs-lisp/copyright.el (copyright-update-year):
17367 Fix bug: Handle nil copyright-limit.
17368
17369 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
17370
17371 * calc/calc-units.el (math-standard-units): Give exact
17372 conversion for tsp.
17373
17374 * calc/calc.el (math-bignum-digit-length): Compute the
17375 appropriate value.
17376
17377 * calc/calc-bin.el (math-bignum-logb-digit-size)
17378 (math-bignum-digit-power-of-two):
17379 * calc/calc-comb.el (math-small-factorial-table):
17380 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
17381 (math-approx-gamma-const):
17382 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
17383 (math-besY1, math-bernoulli-b-cache):
17384 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
17385 Remove `eval-when-compile's.
17386
17387 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
17388
17389 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
17390 (cperl-find-pods-heres): Fix an error when typing expressions like
17391 `s{a}{b}'.
17392
17393 2007-08-17 Michaël Cadilhac <michael@cadilhac.name>
17394
17395 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
17396 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
17397 a special case (there's no build number).
17398
17399 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
17400
17401 * completion.el (symbol-under-point, symbol-before-point)
17402 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
17403
17404 2007-08-17 Glenn Morris <rgm@gnu.org>
17405
17406 * progmodes/compile.el (compilation-get-file-structure): Make use
17407 of the directory part when checking for an existing entry, to
17408 handle files with same basename in different directories.
17409
17410 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
17411
17412 * calc/calc.el (calc-language-alist): Add texinfo-mode.
17413
17414 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17415
17416 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
17417 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
17418 (ps-paragraph-spacing): Docstring fix.
17419
17420 2007-08-16 Glenn Morris <rgm@gnu.org>
17421
17422 * ps-print.el (ps-font-size): Doc fix.
17423
17424 2007-08-16 Richard Stallman <rms@gnu.org>
17425
17426 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
17427
17428 2007-08-15 Juri Linkov <juri@jurta.org>
17429
17430 * startup.el (initialization): Change parent group from `internal'
17431 to `environment'.
17432 (initial-buffer-choice): New variable.
17433 (command-line): Revert 2007-07-02 change that sets
17434 buffer-offer-save in *scratch* and enables auto-save in it.
17435 (fancy-splash-text): Add links to existing items. Add new items
17436 with links for useful tasks. Move information about Control-g to
17437 fancy-splash-head. Move "Emacs Guided Tour" to the end.
17438 (fancy-splash-keymap): New variable.
17439 (fancy-splash-last-input-event): Remove variable.
17440 (fancy-splash-insert): Add processing of `:link' element.
17441 (fancy-splash-head): Replace "Type Control-l to begin editing"
17442 with "Type `q' to exit".
17443 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
17444 (fancy-splash-default-action, fancy-splash-special-event-action):
17445 Remove functions.
17446 (fancy-splash-quit): New function.
17447 (fancy-splash-screens): Rename input arg from `hide-on-input' to
17448 `static' and reverse the condition of its usage. Don't preserve
17449 original values of `minor-mode-map-alist',
17450 `emulation-mode-map-alists', `special-event-map'.
17451 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
17452 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
17453 Remove processing of special events. Use local key map
17454 `fancy-splash-keymap'. Set buffer to read-only.
17455 (normal-splash-screen): Rename input arg from `hide-on-input' to
17456 `static' and reverse the condition of its usage.
17457 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
17458 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
17459 Add links to existing items. Add new items with links for useful
17460 tasks. Use local key map `fancy-splash-keymap'.
17461 (display-splash-screen): Rename input arg from `hide-on-input' to
17462 `static'.
17463 (about-emacs): Add alias to display-splash-screen.
17464 (command-line-1): Use `initial-buffer-choice'.
17465
17466 * menu-bar.el (menu-bar-help-menu):
17467 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
17468 item to about-emacs instead of display-splash-screen.
17469
17470 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
17471
17472 * calc/calc-units.el (math-standard-units): Update values.
17473 Put in exact, rational values when possible.
17474 (math-unit-prefixes): Replace floats with powers of ten.
17475 (math-standard-units-systems): Replace floats with integers.
17476 (math-make-unit-string): Remove extra spaces in output.
17477
17478 2007-08-15 Glenn Morris <rgm@gnu.org>
17479
17480 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
17481 sloppier, for the sake of GNU Mailman.
17482 (rmail-digest-rfc1153): Initialize `result' correctly.
17483
17484 2007-08-15 Michaël Cadilhac <michael@cadilhac.name>
17485
17486 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
17487 in the mail title. Suggested by Reiner Steib.
17488
17489 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
17490
17491 * calc/calc-aent.el (calc-do-quick-calc): Add binary
17492 representation of integers to the list of outputs.
17493
17494 2007-08-14 Glenn Morris <rgm@gnu.org>
17495
17496 * simple.el (bad-packages-alist): New constant.
17497 (bad-package-check): New function. Together, these two add elements
17498 to `after-load-alist' to check for problematic external packages.
17499 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
17500
17501 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
17502
17503 * calc/calc-units.el (math-get-standard-units)
17504 (math-get-units, math-make-unit-string)
17505 (math-get-default-units, math-put-default-units): New functions.
17506 (math-default-units-table): New variable.
17507 (calc-convert-units, calc-convert-temperature): Add machinery
17508 to supply default values.
17509
17510 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
17511
17512 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
17513 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
17514 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
17515 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
17516
17517 * emulation/tpu-extras.el: Remove spurious * in docstrings.
17518 Put its autoloads into tpu-edt.el rather than loaddefs.el.
17519 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
17520 Make into a proper minor-mode.
17521 (tpu-backward-char, tpu-next-line, tpu-previous-line)
17522 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
17523 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
17524 (tpu-set-cursor-free, tpu-set-cursor-bound):
17525 Delegate to tpu-cursor-free-mode.
17526 (tpu-next-line, tpu-previous-line, tpu-forward-line)
17527 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
17528 Use line-move or forward-line instead of next-line-internal.
17529
17530 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
17531
17532 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
17533
17534 2007-08-12 Richard Stallman <rms@gnu.org>
17535
17536 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
17537 (cvs-execute-single-file): Use new name split-string-and-unquote.
17538 (cvs-header-msg): Use new name combine-and-quote-strings.
17539
17540 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
17541
17542 * progmodes/gud.el (gud-common-init): Use new name
17543 split-string-and-unquote.
17544
17545 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
17546 in javac regexp.
17547
17548 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
17549 combine-and-quote-strings and split-string-and-unquote.
17550
17551 * subr.el (combine-and-quote-strings): Rename from strings->string.
17552 (split-string-and-unquote): Rename from string->strings.
17553
17554 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
17555
17556 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
17557 to buffer-local settings.
17558
17559 * emacs-lisp/backquote.el (backquote-delay-process): New function.
17560 (backquote-process): Add internal arg `level'. Use the two to
17561 correctly handle nested backquotes.
17562
17563 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
17564
17565 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
17566 (vc-bzr-state-words): Add "kind changed" state word.
17567 (vc-bzr-status): New function. Return Bzr idea of file status,
17568 which is different from VC's.
17569 (vc-bzr-state): Use vc-bzr-status.
17570 (vc-workfile-unchanged-p): Use vc-bzr-status.
17571 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
17572 (vc-dired-state): Process "kind changed" state word.
17573
17574 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
17575
17576 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
17577
17578 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
17579 Move from vc-default-find-file-not-found-hook.
17580
17581 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
17582
17583 * man.el: Remove spurious * in docstrings.
17584 Merge defvars and toplevel setq-defaults.
17585 (Man-highlight-references0): Limit=nil rather than point-max.
17586 (Man-mode-map): Move initialization into the declaration.
17587 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
17588 (Man-view-header-file): Use expand-file-name rather than concat.
17589 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
17590
17591 * man.el (Man-next-section): Make sure we do not move backward.
17592
17593 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
17594
17595 * files.el (auto-mode-alist): Use the purecopied text (duh!).
17596
17597 2007-08-08 Glenn Morris <rgm@gnu.org>
17598
17599 * Replace `iff' in doc-strings and comments.
17600
17601 2007-08-08 Martin Rudalics <rudalics@gmx.at>
17602
17603 * dired.el (dired-pop-to-buffer):
17604 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
17605 * calendar/calendar.el (generate-calendar-window):
17606 * progmodes/compile.el (compilation-set-window-height):
17607 * textmodes/two-column.el (2C-two-columns, 2C-merge):
17608 Use window-full-width-p instead of comparing frame-width and
17609 window-width.
17610
17611 * progmodes/compile.el (compilation-find-buffer): Remove extra
17612 argument in call to compilation-buffer-internal-p.
17613
17614 2007-08-07 Tom Tromey <tromey@redhat.com>
17615
17616 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
17617 Add safe-local-variable property.
17618
17619 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
17620
17621 * image-mode.el (image-toggle-display): Use image-refresh.
17622
17623 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
17624
17625 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
17626 unofficial version.
17627 (vc-bzr-command): Remove redundant setting of process-connection-type.
17628 (vc-bzr-admin-checkout-format-file): Add autoload.
17629 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
17630 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
17631 (vc-bzr-registered): Compare dirstate format tag with known good
17632 value, abort parsing if match fails. Warn user in docstring.
17633 (vc-bzr-workfile-version): Case for different Bzr branch formats.
17634 See bzrlib/branch.py in Bzr sources.
17635 (vc-bzr-diff): First argument FILES may be a string rather than a list.
17636 (vc-bzr-shell-command): Remove in favor of
17637 vc-bzr-command-discarding-stderr.
17638 (vc-bzr-command-discarding-stderr): New function.
17639
17640 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
17641
17642 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
17643 program, and return nil.
17644 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
17645 (vc-bzr-state): Look for path names relative to the repository
17646 root after status keyword.
17647 (vc-bzr-file-name-relative): New function.
17648 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
17649 depend on it.
17650 (vc-bzr-admin-dirname, ...-checkout-format-file)
17651 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
17652 files that we now parse directly for speed.
17653 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
17654 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
17655 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
17656 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
17657 Bzr warnings, so we must discard it.
17658 (vc-bzr-workfile-version): Speedup counting lines from
17659 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
17660 if that file doesn't exist.
17661 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
17662 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
17663 to `vc-directory-exclusion-list'.
17664 (vc-bzr-shell-command): New function.
17665
17666 2007-08-06 Tom Tromey <tromey@redhat.com>
17667
17668 * diff-mode.el (diff-unified->context, diff-reverse-direction)
17669 (diff-fixup-modifs): Typo in docstring.
17670
17671 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
17672
17673 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
17674 count-screen-lines.
17675 (tpu-edt-off): Disable relevant pieces of advice.
17676
17677 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
17678 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
17679 (newline, newline-and-indent, do-auto-fill): Use advice instead of
17680 redefining the function.
17681 (tpu-set-scroll-margins): Activate the pieces of advice.
17682
17683 2007-08-06 Martin Rudalics <rudalics@gmx.at>
17684
17685 * help.el (resize-temp-buffer-window): Use window-full-width-p
17686 instead of comparing frame-width and window-width.
17687
17688 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
17689
17690 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
17691 optional quotes around files in NEED-UPDATE . REMOVED case.
17692
17693 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
17694 (ada-treat-cmd-string): Improve error message.
17695 (ada-do-file-completion): Call `ada-require-project-file', so
17696 project variables are set properly.
17697 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
17698 (ada-gnatfind-buffer-name): New constant.
17699 (ada-find-any-references): Use new constant. Set buffer name
17700 properly in compilation-start. Toggle read-only properly.
17701 (ada-find-in-src-path): Fix spelling error in docstring.
17702
17703 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
17704 by zero error.
17705
17706 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
17707
17708 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
17709
17710 2007-08-12 Richard Stallman <rms@gnu.org>
17711
17712 * progmodes/sh-script.el (sh): Delete group `unix'.
17713
17714 * progmodes/gud.el (gud): Change to group `processes'.
17715
17716 2007-08-11 Glenn Morris <rgm@gnu.org>
17717
17718 * progmodes/compile.el (compilation-buffer-name): Don't check
17719 compilation-arguments. It is superfluous, and the variable isn't
17720 even set when this function is called.
17721
17722 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17723
17724 * term/mac-win.el (mac-ae-reopen-application): New function.
17725 (mac-apple-event-map): Bind "reopen application" Apple event to it.
17726
17727 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
17728
17729 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
17730 take tex-font-script-display into account.
17731 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
17732 cell to a list of 2 elements to simplify the unfontify code.
17733
17734 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17735
17736 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
17737 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
17738 ps-print-color-p is neither nil nor black-white. Reported by Christian
17739 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
17740
17741 2007-08-08 Andreas Schwab <schwab@suse.de>
17742
17743 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
17744 self-insert-command, not self-insert.
17745
17746 2007-08-08 Glenn Morris <rgm@gnu.org>
17747
17748 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
17749 argument optional, for backwards compatibility, and only highlight
17750 args when present. Fix symbol name typo (doc/args).
17751
17752 * help-mode.el (help-make-xrefs): Search for symbol constituents,
17753 rather than just `-'.
17754
17755 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
17756
17757 * calc/calc-units.el (calc-convert-temperature):
17758 Use `/' to create fractions.
17759
17760 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
17761
17762 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
17763 global matching.
17764 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
17765 ERROR-BUFFER more robust. Display output.
17766 (tramp-file-name-handler): Add a connection property when we found
17767 a foreign file name handler. This allows backends like ftp to
17768 profit also from usr/host name completion based on connection
17769 cache.
17770 (tramp-send-command-and-read): Search for trash after the regexp
17771 until eol only. In XEmacs, there is a problem with \n.
17772
17773 * net/tramp-cache.el (top): Read persistent connection history
17774 when cache is empty.
17775
17776 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
17777
17778 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
17779 resulting output.
17780
17781 2007-08-07 Sam Steingold <sds@gnu.org>
17782
17783 * progmodes/compile.el (compilation-start): Pass nil as startfile
17784 to comint-exec.
17785
17786 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
17787
17788 * longlines.el (longlines-decoded): New variable.
17789 (longlines-mode): Avoid encoding or decoding the buffer twice.
17790
17791 2007-08-07 Martin Rudalics <rudalics@gmx.at>
17792
17793 * format.el (format-insert-file): Make sure that at most one undo
17794 entry is recorded for the insertion. Inhibit point-motion and
17795 modification hooks around call to insert-file-contents.
17796
17797 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
17798
17799 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
17800 Select the buffer's window before moving point.
17801
17802 2007-08-07 Richard Stallman <rms@gnu.org>
17803
17804 * term.el (term): Remove parent group `unix'.
17805
17806 * simple.el (default-indent-new-line): New function.
17807 It calls comment-line-break-function if there are comments.
17808 (do-auto-fill): Use that.
17809
17810 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
17811
17812 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
17813 (PC-do-completion): Add "acronym completion" for symbols and
17814 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
17815
17816 2007-08-06 Sam Steingold <sds@gnu.org>
17817
17818 * mouse.el (mouse-buffer-menu): Pass mode-name through
17819 format-mode-line because it may be a list,
17820 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
17821
17822 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
17823
17824 * printing.el (pr-update-menus): Docstring fix.
17825
17826 2007-08-06 Jason Rumney <jasonr@gnu.org>
17827
17828 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
17829
17830 * vc-hooks.el (vc-call): Add doc string.
17831
17832 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
17833
17834 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
17835 process-filter.
17836
17837 2007-08-06 Kenichi Handa <handa@m17n.org>
17838
17839 * international/quail.el: Wrap (require 'help-mode) by
17840 eval-when-compile.
17841 (quail-help-init): New function.
17842 (quail-help): Call quail-help-init.
17843 (quail-store-decode-map-key): Change it to a function.
17844
17845 2007-08-05 Jason Rumney <jasonr@gnu.org>
17846
17847 * vc.el (vc-rollback): Add norevert argument back.
17848 (vc-revert-buffer): Add back as obsolete alias.
17849
17850 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
17851
17852 * term.el: Honor term-default-fg-color and term-default-bg-color
17853 settings when modifying term-current-face.
17854 (term-default-fg-color, term-default-bg-color): Initialize from
17855 default term-current-face.
17856 (term-mode, term-reset-terminal): Set term-current-face with
17857 term-default-fg-color and term-default-bg-color.
17858 (term-handle-colors-array): term-current-face has term-default-fg-color
17859 and term-default-bg-color after reset escape sequence.
17860 (term-handle-colors-array): Set term-current-color with
17861 term-default-fg/bg-color instead of ansi-term-color-vector when the
17862 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
17863
17864 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
17865
17866 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
17867 (math-nlfit-givens): Let bind free variables.
17868
17869 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
17870
17871 * printing.el: Require lpr and ps-print when loading printing package.
17872 Reported by Glenn Morris <rgm@gnu.org>.
17873
17874 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
17875
17876 * files.el (set-auto-mode): Handle also remote files wrt
17877 `auto-mode-alist'.
17878
17879 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
17880
17881 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
17882 curves and plotting.
17883
17884 * calc/calc-nlfit.el: New file.
17885
17886 2007-08-04 Glenn Morris <rgm@gnu.org>
17887
17888 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
17889 zero, not nil, when the library is first loaded. Check for a file
17890 that has been modified on disk.
17891
17892 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
17893 Remove duplicate defvar preventing initialization.
17894 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
17895
17896 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
17897
17898 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
17899 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
17900 may match up to 4 lines.
17901 (diff-beginning-of-file-and-junk): Rewrite.
17902
17903 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17904
17905 * printing.el: Evaluate require only during compilation.
17906 (pr-version): New version 6.9.1.
17907 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
17908 (pr-global-menubar): Fix code.
17909
17910 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
17911
17912 * term.el (term-erase-in-display): Fix case when point is not at
17913 the beginning of the line.
17914
17915 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
17916
17917 * calc/calc-ext.el (math-get-value, math-get-sdev)
17918 (math-contains-sdev): New functions.
17919
17920 * calc/calc-graph.el (calc-graph-format-data)
17921 (calc-graph-add-curve): Check for error forms.
17922 (calc-graph-set-styles): Add option for error forms.
17923
17924 2007-08-03 Miles Bader <miles@gnu.org>
17925
17926 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
17927 backend names for new backends to `Git', `Hg', and `Bzr'.
17928 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
17929 not `HG'.
17930 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
17931 name, not `GIT'.
17932 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
17933 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
17934
17935 2007-08-03 Richard Stallman <rms@gnu.org>
17936
17937 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
17938 to update deleted flag.
17939
17940 * cus-edit.el (customize-apropos, customize-apropos-options)
17941 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
17942
17943 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
17944
17945 * startup.el (fancy-splash-head, startup-echo-area-message):
17946 Change message text.
17947
17948 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
17949 All callers use line-move.
17950
17951 * progmodes/compile.el (compilation-find-buffer): Return current
17952 buffer immediately if suitable.
17953 (compile, compilation-buffer-name, compilation-start): Doc fixes.
17954
17955 2007-08-03 Daiki Ueno <ueno@unixuser.org>
17956
17957 * faces.el (face-normalize-spec): New function.
17958 (frame-set-background-mode): Normalize face-spec before calling
17959 face-spec-match-p.
17960
17961 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
17962
17963 * server.el (server-window): Add switch-to-buffer-other-frame option.
17964
17965 2007-08-03 Glenn Morris <rgm@gnu.org>
17966
17967 * cus-edit.el (customize-apropos): Make the error message indicate
17968 what kind of thing the user was trying to customize.
17969
17970 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
17971
17972 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
17973 Fix off-by-one error in previous change.
17974
17975 2007-08-03 Drew Adams <drew.adams@oracle.com>
17976
17977 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
17978 Make buffer writable.
17979
17980 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
17981
17982 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
17983 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
17984 Use native Emacs functions, when appropriate.
17985
17986 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
17987 Stefan Monnier <monnier@iro.umontreal.ca>
17988
17989 * vc.el: Document new VC operation `extra-menu'.
17990
17991 * vc-hooks.el (vc-default-extra-menu): New function.
17992
17993 * menu-bar.el (menu-bar-vc-filter): New function.
17994 (menu-bar-tools-menu): Use it as a filter.
17995
17996 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
17997
17998 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
17999
18000 2007-08-01 Glenn Morris <rgm@gnu.org>
18001
18002 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
18003 strings.
18004 (fortran-tab-mode-default): Remove needless autoload.
18005 (fortran-tab-mode-string): Add help-echo and mouse properties, and
18006 mark as risky.
18007 (fortran-line-length): New buffer-local variable, safe if integer.
18008 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
18009 Change from variables to constants.
18010 (fortran-font-lock-syntactic-keywords): Delete as a variable,
18011 replace with a new function definition.
18012 (fortran-mode): Use fortran-line-length, and
18013 fortran-font-lock-syntactic-keywords as a function. Add a
18014 hack-local-variables-hook function.
18015 (fortran-line-length, fortran-hack-local-variables): New functions.
18016 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
18017 Use fortran-line-length rather than 72.
18018 (fortran-window-create-momentarily): Doc fix.
18019
18020 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
18021
18022 * cus-edit.el (custom-group-value-create, custom-goto-parent):
18023 Fix parent groups link.
18024
18025 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
18026
18027 * progmodes/python.el (python-current-defun): Adjust to never fall
18028 into infinite loop.
18029
18030 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
18031
18032 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
18033
18034 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
18035
18036 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
18037 (copyright-fix-years, copyright): Correctly handle the case where
18038 copyright-limit is nil.
18039
18040 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
18041
18042 * progmodes/python.el (run-python): Fix path separator under w32.
18043
18044 2007-07-30 Richard Stallman <rms@gnu.org>
18045
18046 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18047 Treat non-break space as whitespace in Lisp.
18048
18049 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
18050
18051 * vc.el (vc-dired-hook): Use inhibit-read-only.
18052
18053 * progmodes/compile.el (compilation-forget-errors):
18054 Reset compilation-auto-jump-to-next.
18055
18056 2007-07-30 Michael Olson <mwolson@gnu.org>
18057
18058 * cus-edit.el (custom-group-save): Fix void function definition
18059 error. Thanks to Zhang Wei for the report.
18060
18061 * ps-print.el: Check in trivial changes to the autoloads section
18062 caused by the build process. These autoloads really ought to be
18063 placed in a separate file, methinks.
18064
18065 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
18066
18067 * calendar/calendar.el (calendar-mode): Make sure
18068 displayed-(month|year) are set.
18069 (calendar-basic-setup): Display buffer before adjusting window sizes.
18070 (generate-calendar-window): Use inhibit-read-only. Simplify.
18071 Generate buffer and set displayed-month and displayed-year before
18072 calling update-calendar-mode-line.
18073
18074 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
18075
18076 * net/tramp.el:
18077 * net/tramp-uu.el:
18078 * net/trampver.el: Use utf-8 encoding with coding cookie.
18079
18080 * net/tramp-cache.el:
18081 * net/tramp-fish.el:
18082 * net/tramp-ftp.el:
18083 * net/tramp-gw.el:
18084 * net/tramp-smb.el: Remove coding cookie.
18085
18086 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
18087 Flush buffer file-name's file property.
18088 (tramp-handle-file-remote-p): The first parameter is FILENAME.
18089
18090 * net/trampver.el: Update release number.
18091
18092 2007-07-29 Juri Linkov <juri@jurta.org>
18093
18094 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
18095 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
18096 when major-mode is not dired-mode.
18097 (dired-toggle-read-only): New function.
18098 (dired-recursive-deletes): Remove obsolete comments about old
18099 default value.
18100 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
18101
18102 * wdired.el (wdired-exit): New function.
18103 (wdired-mode-map): Bind C-x C-q to wdired-exit.
18104
18105 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
18106
18107 * cus-edit.el (customize-read-group): New fun.
18108 (customize-group-other-window, customize-face-other-window):
18109 Prompt before delegating to customize-(group|face).
18110 Bind pop-up-windows rather than use the other-window argument.
18111 (customize-group, customize-face): Prompt from the interactive spec.
18112 Remove args `prompt-for-group' and `other-window'.
18113
18114 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
18115 (ad-body-forms, ad-advised-interactive-form): Revert this part of
18116 last change.
18117
18118 2007-07-28 Masatake YAMATO <jet@gyve.org>
18119
18120 * vc.el (vc-dired-mode): Add a menu for VC related operation.
18121 Use backend name as the menu label. Suggested by David Kastrup.
18122
18123 2007-07-28 Alan Mackenzie <acm@muc.de>
18124
18125 Fix problem with modes derived from CC Mode:
18126 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
18127 macro to cc-langs.
18128 (c-init-language-vars-for): Remove call to above macro.
18129 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
18130 been moved to here.
18131 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
18132
18133 2007-07-28 Eli Zaretskii <eliz@gnu.org>
18134
18135 * net/trampver.el: Fix the `coding' cookie.
18136
18137 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
18138
18139 * vc-git.el (vc-git-print-log): Support both the old single file
18140 interface and the new one.
18141
18142 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
18143
18144 * bindings.el (mode-line-remote): Use updated %@ construct.
18145
18146 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
18147
18148 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
18149 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
18150 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
18151 (diary-list-bahai-entries, diary-bahai-mark-entries)
18152 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
18153 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
18154 New names to clean up namespace.
18155 (list-bahai-diary-entries, mark-bahai-diary-entries)
18156 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
18157 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
18158 Add compatibility aliases.
18159
18160 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
18161
18162 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
18163 (calendar-scroll-left-three-months)
18164 (calendar-scroll-right-three-months): Clean up namespace.
18165 (scroll-calendar-left, scroll-calendar-right)
18166 (scroll-calendar-left-three-months)
18167 (scroll-calendar-right-three-months): Add compatibility aliases.
18168
18169 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
18170 Behave like mouse-scroll-calendar-* when used from the mouse.
18171
18172 * calendar/cal-menu.el (cal-menu-scroll-menu)
18173 (cal-menu-global-mouse-menu):
18174 * calendar/calendar.el (calendar-mode-map):
18175 Use new calendar-scroll-* names.
18176 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
18177 Remove. Use calendar-scroll-* directly instead.
18178
18179 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
18180
18181 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
18182 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
18183 (ad-make-advised-definition, ad-cache-id-verification-code):
18184 Use commandp and interactive-form instead.
18185
18186 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
18187
18188 * vc-git.el: Relicense to GPLv3 or later.
18189 (vc-directory-exclusion-list, vc-handled-backends): Remove.
18190
18191 * vc-hooks.el (vc-handled-backends): Add GIT.
18192
18193 * vc.el (vc-directory-exclusion-list): Add .git.
18194
18195 2007-07-26 Alexandre Julliard <julliard@winehq.org>
18196
18197 * vc-git.el (vc-git-revision-table)
18198 (vc-git-revision-completion-table): New functions.
18199
18200 2007-07-25 Glenn Morris <rgm@gnu.org>
18201
18202 * Relicense all FSF files to GPLv3 or later.
18203
18204 * COPYING: Switch to GPLv3.
18205
18206 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
18207
18208 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
18209 Replace it with another one which disables undo before calling
18210 erase-buffer and then turns it back on if needed.
18211
18212 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
18213
18214 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
18215
18216 2007-07-24 Glenn Morris <rgm@gnu.org>
18217
18218 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
18219 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
18220 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
18221 (cal-tex-cursor-week, cal-tex-cursor-week2)
18222 (cal-tex-cursor-week-iso, cal-tex-week-hours)
18223 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
18224 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
18225 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
18226
18227 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
18228
18229 * calendar/calendar.el (calendar-mode-map): Move initialization
18230 into declaration. Add menu bindings (used to be done in cal-menu).
18231 (calendar-mode): Don't add an activate-menubar-hook.
18232
18233 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
18234 modify calendar-mode-map), use easy-menu, and make sure that C-h k
18235 can be used on the menu entries.
18236 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
18237 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
18238 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
18239 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
18240 (calendar-flatten, cal-menu-update): Remove.
18241 (calendar-mouse-insert-hebrew-diary-entry)
18242 (calendar-mouse-insert-islamic-diary-entry)
18243 (calendar-mouse-insert-bahai-diary-entry):
18244 Remove (fold into cal-menu-diary-menu).
18245 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
18246 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
18247 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
18248 (calendar-mouse-view-diary-entries): Minor simplifications.
18249 (calendar-event-to-date): Use with-current-buffer.
18250
18251 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
18252
18253 * add-log.el (change-log-redate): Remove (not needed anymore and
18254 doesn't appear to work).
18255
18256 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
18257
18258 * frame.el: Use mapc and dolist instead of mapcar where possible.
18259 (close-display-connection): New command.
18260
18261 2007-07-25 Alexandre Julliard <julliard@winehq.org>
18262
18263 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
18264 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
18265
18266 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18267
18268 * ps-print.el (ps-multibyte-buffer): Docstring fix.
18269
18270 * ps-mule.el: Doc fix.
18271 (ps-multibyte-buffer, ps-mule-font-info-database-default)
18272 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
18273
18274 2007-07-25 Glenn Morris <rgm@gnu.org>
18275
18276 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
18277 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
18278 (cal-tex-daily-end, cal-tex-hook)
18279 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
18280 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
18281 (cal-tex-cursor-week-iso, cal-tex-week-hours)
18282 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
18283 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
18284 (cal-tex-day-prefix, cal-tex-day-name-format)
18285 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
18286 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
18287 (cal-tex-LaTeX-subst-list): Change from variables to constants.
18288 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
18289 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
18290 etc, rather than \bf.
18291 (cal-tex-mini-calendar): Fix typos in previous change.
18292 (cal-tex-latexify-list): Remove inner let binding.
18293 (cal-tex-end-document, cal-tex-banner): Use multi-line
18294 cal-tex-comment.
18295 (cal-tex-comment): Handle embedded newlines.
18296 (cal-tex-LaTeXify-string): Use substring-no-properties.
18297
18298 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
18299
18300 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18301 Add support for the Maden build tool.
18302
18303 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
18304
18305 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
18306
18307 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
18308
18309 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
18310
18311 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
18312
18313 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
18314 C-x C-q.
18315
18316 * vc-git.el (vc-git-print-log): Fix previous change.
18317
18318 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
18319
18320 * window.el (save-selected-window): Minor optimization.
18321 (bw-adjust-window): If operation failed, try with a smaller delta.
18322 (window-fixed-size-p): New function.
18323 (window-area-factor): New var.
18324 (balance-windows-area): New command.
18325
18326 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
18327 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
18328 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
18329 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
18330 (ps-mule-begin-job): Use dolist.
18331
18332 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
18333
18334 * subr.el (start-file-process-shell-command)
18335 (process-file-shell-command): New defuns.
18336
18337 * progmodes/compile.el (compilation-start):
18338 Apply `start-file-process-shell-command'.
18339
18340 2007-07-24 Alexandre Julliard <julliard@winehq.org>
18341
18342 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
18343
18344 2007-07-24 Alan Mackenzie <acm@muc.de>
18345
18346 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
18347 Initialise byte-compile-unresolved-functions before rather than
18348 after a compilation.
18349 (byte-compile-unresolved-functions): Amplify doc string.
18350
18351 2007-07-24 Glenn Morris <rgm@gnu.org>
18352
18353 * startup.el (normal-splash-screen): Use `emacs-copyright'.
18354
18355 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
18356 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
18357 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
18358 (cal-tex-cursor-week, cal-tex-cursor-week2)
18359 (cal-tex-cursor-week-iso, cal-tex-week-hours)
18360 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
18361 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
18362 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
18363
18364 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
18365 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
18366 (cal-tex-day-name-format, cal-tex-cal-one-month)
18367 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
18368 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
18369 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
18370 (cal-tex-list-holidays, cal-tex-cursor-year)
18371 (cal-tex-cursor-year-landscape, cal-tex-year)
18372 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
18373 (cal-tex-cursor-month, cal-tex-insert-days)
18374 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
18375 (cal-tex-first-blank-p, cal-tex-cursor-week)
18376 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
18377 (cal-tex-week-hours, cal-tex-cursor-week-monday)
18378 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
18379 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
18380 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
18381 (cal-tex-latexify-list, cal-tex-previous-month)
18382 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
18383 modernization, including using dotimes rather than
18384 calendar-for-loop.
18385 (cal-tex-LaTeX-subst-list): Remove `@'.
18386 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
18387 Use \textit and \textbf rather than \em and \it.
18388
18389 * calendar/cal-bahai.el (list-bahai-diary-entries)
18390 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
18391 * calendar/cal-islam.el (list-islamic-diary-entries)
18392 * calendar/calendar.el (generate-calendar, generate-calendar-month)
18393 * calendar/diary-lib.el (diary-list-entries)
18394 (mark-calendar-date-pattern): Use `dotimes' rather than
18395 `calendar-for-loop'.
18396
18397 * calendar/calendar.el (calendar-for-loop): Doc fix.
18398
18399 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
18400
18401 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
18402 underlying file is uptodate.
18403
18404 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
18405
18406 * replace.el (perform-replace): Use isearch-no-upper-case-p.
18407
18408 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
18409
18410 * vc-hooks.el (vc-mode-line-map): New const.
18411 (vc-mode-line): Use it.
18412
18413 2007-07-23 Alexandre Julliard <julliard@winehq.org>
18414
18415 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
18416 (vc-git-unregister): New functions.
18417 (vc-git-find-version): Use the result of ls-files as a parameter
18418 for cat-file.
18419
18420 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
18421
18422 * net/tramp.el (tramp-perl-file-attributes)
18423 (tramp-perl-directory-files-and-attributes)
18424 (tramp-handle-file-attributes-with-stat)
18425 (tramp-handle-directory-files-and-attributes-with-stat)
18426 (tramp-convert-file-attributes): Handle huge file sizes.
18427
18428 2007-07-23 Juri Linkov <juri@jurta.org>
18429
18430 * isearch.el (isearch-message-function): New variable.
18431 (isearch-update, isearch-search): Use it.
18432
18433 * simple.el (goto-history-element): New function created from
18434 next-history-element.
18435 (next-history-element): Most code moved to goto-history-element.
18436 Call goto-history-element with (- minibuffer-history-position n).
18437 (previous-history-element): Call goto-history-element with (+
18438 minibuffer-history-position n).
18439 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
18440 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
18441 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
18442 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
18443 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
18444 (minibuffer-history-isearch-pop-state): New functions.
18445
18446 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
18447
18448 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
18449 Also, if FILE is a list, return non-nil if any of its elements
18450 should stay local. Update docstring.
18451
18452 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
18453
18454 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
18455 change by reverting a small part.
18456
18457 2007-07-23 Richard Stallman <rms@gnu.org>
18458
18459 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
18460
18461 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
18462
18463 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
18464 handling it. Use vc-git-command.
18465 (vc-git-find-version, vc-git-diff-tree): New functions.
18466 (vc-git-revert): Use vc-git-command.
18467 (vc-git--run-command): Delete.
18468
18469 2007-07-23 Alexandre Julliard <julliard@winehq.org>
18470
18471 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
18472
18473 2007-07-20 Kenichi Handa <handa@m17n.org>
18474
18475 * international/utf-8.el (utf-8-post-read-conversion):
18476 Temporarily bind utf-8-compose-scripts to nil while running
18477 *-compose-region functions.
18478
18479 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
18480
18481 * vc-git.el: Update status.
18482 (vc-directory-exclusion-list): Use eval-after-load.
18483
18484 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
18485
18486 * bindings.el (mode-line-remote): New variable.
18487 (help-echo): Add to default values of mode-line-format.
18488
18489 * files.el: Mark mode-line-remote as risky.
18490
18491 2007-07-22 Juri Linkov <juri@jurta.org>
18492
18493 * isearch.el (isearch-edit-string): Save old point and
18494 isearch-other-end to old-point and old-other-end before reading
18495 the search string from minibuffer. After exiting minibuffer set
18496 point to old-other-end if point and the search direction is the
18497 same as before reading the search string.
18498 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
18499 to isearch-other-end. Instead of isearch-search-and-update call
18500 three functions isearch-search, isearch-push-state and isearch-update.
18501
18502 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
18503
18504 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
18505 deal with multiple file arguments.
18506 (vc-git-print-log): Deal with multiple file arguments.
18507
18508 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
18509
18510 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
18511 diff-refine-hunk. Adjust users.
18512 (diff-unified-hunk-p, diff-splittable-p): New functions.
18513 (diff-mode-menu): Use it to disable Split when it doesn't work.
18514
18515 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
18516
18517 * diff-mode.el (diff-mode-menu): New entries.
18518
18519 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
18520
18521 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
18522 if applicable, so as to save undo-log space.
18523
18524 * diff-mode.el (diff-find-file-name): Add arg `batch'.
18525
18526 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
18527 (diff-file-kill): Use it.
18528 (diff-beginning-of-hunk): Add arg `try-harder' using it.
18529 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
18530 Use it so they find the hunk even when we're in the file header.
18531
18532 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
18533
18534 * vc-git.el (vc-git-revision-granularity, vc-git-root)
18535 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
18536 (vc-git-create-repo): New functions.
18537 (vc-git-registered): New autoloaded function definition.
18538 (vc-git-registered): Use vc-git-root.
18539 (vc-git-responsible-p): New defalias.
18540 (vc-git-annotate-extract-revision-at-line): Uncomment.
18541 (vc-git-print-log): Add the file name to the log.
18542 (vc-git-log-view-mode): New derived mode.
18543 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
18544
18545 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
18546
18547 * progmodes/grep.el (grep-compute-defaults): Keep default values.
18548
18549 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
18550
18551 * textmodes/reftex.el (reftex-access-parse-file): Create parse
18552 file in a way that does not interfere with recentf mode.
18553 (reftex-access-parse-file): Do not risk destroying an existing
18554 buffer.
18555
18556 2007-07-22 Alexandre Julliard <julliard@winehq.org>
18557
18558 * vc-git.el: New file.
18559
18560 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
18561
18562 * textmodes/tex-mode.el (tex-font-script-display): Change default.
18563
18564 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
18565
18566 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
18567 for branches and new files.
18568
18569 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
18570 local-map handling ...
18571 (vc-mode-line): ... here. Improve handling of help-echo.
18572
18573 * vc.el (mode-line-string): Document help-echo usage.
18574
18575 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
18576
18577 Sync with Tramp 2.1.10.
18578
18579 * net/tramp.el (tramp-get-ls-command): Fix typo.
18580
18581 * net/trampver.el: Update release number.
18582
18583 2007-07-22 Jan Djärv <jan.h.d@swipnet.se>
18584
18585 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
18586
18587 * term/x-win.el (x-handle-no-bitmap-icon): New function.
18588
18589 2007-07-22 Martin Rudalics <rudalics@gmx.at>
18590
18591 * add-log.el (change-log-fill-parenthesized-list): New function.
18592 (change-log-indent): Call change-log-fill-parenthesized-list.
18593 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
18594 Have lines with leading asterisk start a paragraph.
18595
18596 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
18597
18598 * calc/calc-math.el (math-emacs-precision)
18599 (math-largest-emacs-expt, math-smallest-emacs-expt):
18600 New variables.
18601 (math-use-emacs-fn): New function.
18602 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
18603 appropriate.
18604
18605 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
18606
18607 * image-dired.el (image-dired-sane-db-file): New func.
18608 (image-dired-write-tags, image-dired-remove-tag)
18609 (image-dired-list-tags, image-dired-write-comments)
18610 (image-dired-get-comment, image-dired-mark-tagged-files)
18611 (image-dired-create-gallery-lists): Call new func.
18612 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
18613
18614 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
18615
18616 * vc-hg.el (vc-hg-dir-state): Fix loop.
18617 (vc-hg-print-log): Fix expected return value for vc-hg-command.
18618 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
18619 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
18620 (vc-hg-revert): Likewise.
18621 (vc-hg-revision-table, vc-hg-revision-completion-table): New
18622 functions.
18623
18624 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
18625
18626 * add-log.el (change-log-resolve-conflict): Don't lose data if the
18627 merge fails.
18628
18629 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
18630
18631 * progmodes/compile.el (compilation-auto-jump-to-first-error):
18632 Add group and version.
18633
18634 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
18635
18636 * add-log.el (add-log-file-name): Use file-relative-name.
18637 (add-change-log-entry): Delay reading
18638 add-log-(full-name|mailing-address) to after we've switched to the
18639 ChangeLog buffer so we get the right value.
18640 (add-change-log-entry, add-log-current-defun, change-log-merge):
18641 Use derived-mode-p rather than checking major-mode directly.
18642
18643 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
18644 name for buffer-file-name if it refers to a directory.
18645
18646 * vc-arch.el (vc-arch-diff): Fix last change.
18647
18648 * progmodes/compile.el (compilation-start): Remember the original
18649 directory in a buffer-local compilation-directory.
18650 (compile): Set the global value of compilation-directory.
18651 (recompile): Use compilation-directory even in the compilation buffer.
18652
18653 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
18654
18655 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
18656
18657 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18658
18659 * ps-print.el: Problem with foreground and background color when
18660 printing a buffer with and without faces. Reported by Christian
18661 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
18662 (ps-print-version): New version 6.7.5.
18663 (ps-default-fg): Change default value to nil, so black color is used
18664 when a face does not specify a foreground color.
18665 (ps-default-bg): Change default value to nil, so white color is used
18666 for background color.
18667 (ps-begin-job): Fix code.
18668
18669 2007-07-20 Eli Zaretskii <eliz@gnu.org>
18670
18671 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
18672 in $(INSTALL_DIR)/lisp/ if they already exist.
18673
18674 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
18675
18676 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
18677 in $(INSTALL_DIR)/lisp/ if they already exist.
18678
18679 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
18680
18681 * progmodes/vera-mode.el (vera-re-search-forward)
18682 (vera-re-search-backward): Remove use of store-match-data.
18683 (vera-mode-map): Move initialization into declaration.
18684
18685 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
18686 (flymake-find-buildfile): Use locate-dominating-file.
18687
18688 * vc.el (vc-delistify): Use mapconcat.
18689 (vc-do-command): Minor simplification.
18690 (vc-expand-dirs): Use push.
18691
18692 * vc-mcvs.el (vc-mcvs-create-repo):
18693 * vc-cvs.el (vc-cvs-create-repo): Remove.
18694
18695 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
18696 directory and the root as well.
18697
18698 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
18699
18700 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
18701 instead of a file.
18702
18703 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
18704 (vc-hg-registered): Replace if with when.
18705 (vc-hg-state): Deal with nonexistent files and handle removed files.
18706 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
18707 (vc-hg-checkout): Re-enable.
18708 (vc-hg-create-repo): Fix typos.
18709 (vc-hg-print-log): Fix for multiple files.
18710 (vc-hg-workfile-unchanged-p): New function.
18711
18712 * vc.el: Fix typo.
18713 (vc-print-log): Fix call to print-log.
18714 (vc-default-comment-history): Likewise.
18715 (vc-directory-exclusion-list): Add .hg and .bzr.
18716 (vc-diff-internal): Pass a list instead of a file.
18717
18718 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
18719
18720 * vc-bzr.el (vc-bzr-create-repo): New function.
18721
18722 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
18723
18724 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
18725 `file' from which to start the search.
18726
18727 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
18728
18729 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
18730 having a single file argument to having a list of files as the
18731 first argument.
18732
18733 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
18734
18735 * files.el (locate-dominating-file): New function.
18736
18737 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
18738
18739 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
18740 (grep-compute-defaults): Use it.
18741
18742 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
18743
18744 * uniquify.el: Docstring fixes.
18745
18746 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
18747
18748 * vc.el (revision-granularity, create-repo): Document new vc
18749 backend properties.
18750 (vc-rollback): Renamed from vc-cancel-version. Update references.
18751 Pass a list instead of a file.
18752 (vc-revert): Renamed from vc-revert-buffer. Update references.
18753 (vc-delistify, vc-expand-dirs): New functions.
18754 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
18755 of files instead of a single file.
18756 (vc-position-context, vc-resync-window, vc-diff-internal)
18757 (vc-print-log): Pass a list instead of a file.
18758
18759 * vc-hooks.el (vc-stay-local-p, vc-backend)
18760 (vc-backend-subdirectory-name): Work on a file list, not a single
18761 file.
18762 (vc-workfile-version): Update docstring.
18763 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
18764 vc-revert instead of vc-revert-buffer.
18765 (vc-prefix-map): Likewise. Bind vc-update.
18766
18767 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
18768 (vc-svn-wash-log): New functions.
18769 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
18770 (vc-svn-command): Deal with a list of files, not a single file.
18771
18772 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
18773 (vc-rcs-wash-log): New functions.
18774 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
18775 Deal with a list of files, not a single file.
18776 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
18777
18778 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
18779 functions.
18780 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
18781 list of files, not a single file.
18782
18783 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
18784 New functions.
18785 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
18786 (vc-mcvs-diff): Deal with a list of files, not a single file.
18787
18788 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
18789 functions.
18790 (vc-hg-print-log): Deal with a list of files, not a single file.
18791 (vc-hg-diff-tree): New function, replace defalias with the same
18792 name.
18793 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
18794 FILES to denote that it is a file list, not a single file.
18795
18796 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
18797 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
18798 a single file.
18799 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
18800 that it is a file list, not a single file.
18801 (vc-cvs-diff): Likewise. Simplify.
18802
18803 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
18804 Deal with a list of files, not a single file.
18805
18806 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
18807 (vc-bzr-print-log): Update FILE parameter name to denote that it
18808 is a file list, not a single file.
18809 (vc-bzr-diff): Likewise. Use the car of files.
18810
18811 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
18812
18813 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
18814 (follow-delete-other-windows-and-split, follow-recenter)
18815 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
18816 (follow-redisplay, follow-estimate-first-window-start)
18817 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
18818 Fix typos in docstrings.
18819
18820 2007-07-18 Martin Rudalics <rudalics@gmx.at>
18821
18822 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
18823 avoid that filling introduces lines with a single asterisk.
18824
18825 * kmacro.el (kmacro-end-macro): When ignoring empty macro
18826 avoid incorrect kmacro-ring-empty-p messages.
18827 Reported by Michael Schierl <schierlm@gmx.de>.
18828
18829 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
18830
18831 * vc.el: Add more info about the vc-registered function.
18832
18833 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
18834
18835 * files.el (file-remote-p): Introduce optional parameter
18836 IDENTIFICATION.
18837
18838 * recentf.el (recentf-keep-default-predicate): Adapt call of
18839 `file-remote-p'.
18840
18841 * progmodes/grep.el (grep-probe): Use `process-file'.
18842 (grep-compute-defaults): Handle variables host specific.
18843
18844 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
18845 parameter IDENTIFICATION.
18846
18847 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
18848 parameter IDENTIFICATION.
18849 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
18850 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18851 Add entry for `set-file-times'.
18852 (tramp-do-copy-or-rename-file-via-buffer)
18853 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
18854 (tramp-handle-unhandled-file-name-directory): Rewrite.
18855 (tramp-convert-file-attributes): Add error handling when inode is
18856 extraordinary big.
18857 (tramp-get-inode): Change parameter from FILE to VEC.
18858 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
18859 is nil. This is according to the specification. Goto (point-max)
18860 when ready.
18861 (tramp-handle-shell-command): Rewrite completely, using
18862 `process-file' and `start-file-process'.
18863 (tramp-methods, tramp-find-shell)
18864 (tramp-open-connection-setup-interactive-shell)
18865 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
18866 var. Reported by Steve Youngs <steve@sxemacs.org>.
18867
18868 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
18869 entry for `set-file-times'. Rename `start-process' into
18870 `start-file-process'. Remove `call-process' entry.
18871 (tramp-fish-handle-set-file-times): New defun.
18872 (tramp-fish-handle-executable-find): Use `process-file'.
18873 (tramp-fish-handle-process-file): New defun. Replaces
18874 `tramp-fish-handle-call-process'.
18875 (tramp-fish-do-copy-or-rename-file-directly): Use
18876 `set-file-times'.
18877 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
18878
18879 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
18880 `tramp-get-inode' parameter.
18881
18882 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
18883
18884 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
18885 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
18886 nowadays, and by the time Emacs-23 comes out, nobody will even remember
18887 it has ever existed.
18888
18889 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
18890
18891 * vc.el: Undo previous change.
18892
18893 2007-07-16 Eli Zaretskii <eliz@gnu.org>
18894
18895 * makefile.w32-in (clean): Don't delete *~.
18896
18897 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
18898
18899 * textmodes/tex-mode.el (tex-verbatim-environments):
18900 Add safe-local-variable property.
18901 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
18902 when starting font-lock rather than when loading tex-mode.el.
18903
18904 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
18905 whole $( rather than just the $. Rename from sh-quoted-subshell.
18906 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
18907
18908 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
18909
18910 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
18911 bookmark-alist. Instead, if not sorting, simply return it.
18912 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
18913 for its return value, not for its side effect.
18914
18915 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
18916 case of alignment under a constant symbol, find and consider
18917 the sexp actually at indentation to be the "last sexp".
18918
18919 2007-07-16 Drew Adams <drew.adams@oracle.com>
18920
18921 * mouse.el (mouse-yank-secondary): Better error message if no
18922 secondary selection.
18923
18924 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
18925
18926 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
18927
18928 * term/xterm.el (xterm-turn-on-modify-other-keys)
18929 (xterm-turn-off-modify-other-keys): New functions.
18930 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
18931 terminal supports it.
18932
18933 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
18934
18935 * bookmark.el (bookmark-show-all-annotations):
18936 Make sure each inserted annotation ends with newline.
18937
18938 2007-07-15 Richard Stallman <rms@gnu.org>
18939
18940 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
18941
18942 * tutorial.el (tutorial--find-changed-keys):
18943 Handle C-x specially like ESC.
18944
18945 2007-07-15 Aaron Hawley <aaronh@garden.org>
18946
18947 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
18948
18949 2007-07-15 Juri Linkov <juri@jurta.org>
18950
18951 * delsel.el (delete-selection-pre-hook):
18952 * emulation/cua-base.el (cua-paste): Before a yank command,
18953 check also whether last-command is one of mouse-save-then-kill,
18954 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
18955
18956 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
18957
18958 * recentf.el (recentf-keep-default-predicate): New defun.
18959 (recentf-keep): Use it as initial value.
18960
18961 2007-07-15 Karl Fogel <kfogel@red-bean.com>
18962
18963 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
18964 thus restoring bookmark bindings to three slots under C-x r. See
18965 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
18966
18967 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
18968
18969 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
18970
18971 2007-07-15 Jason Rumney <jasonr@gnu.org>
18972
18973 * w32-fns.el (set-default-process-coding-system): Use dos line ends
18974 for input to cmdproxy on all versions of Windows.
18975 Use dos line ends for input to plink.
18976
18977 * comint.el (comint-simple-send): Concat newline before sending.
18978 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
18979
18980 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
18981
18982 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
18983 safe-local-variable setting.
18984
18985 2007-07-14 David Kastrup <dak@gnu.org>
18986
18987 * emacs-lisp/advice.el (defadvice): Doc fix.
18988
18989 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
18990
18991 * subr.el (when, unless): Doc fix.
18992
18993 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
18994
18995 * replace.el (match): Use yellow1 instead of yellow.
18996
18997 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
18998 red.
18999
19000 * pcvs-info.el (cvs-unknown): Likewise.
19001
19002 2007-07-13 Eli Zaretskii <eliz@gnu.org>
19003
19004 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
19005 (install): Use them to copy all *.el files before *.elc.
19006
19007 2007-07-13 Drew Adams <drew.adams@oracle.com>
19008
19009 * bookmark.el (bookmark-jump-other-window): New function.
19010 (bookmark-map): Bind it to "o".
19011
19012 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
19013 and its thread contains discussion about this change.
19014 The original patch was slightly tweaked by Karl Fogel
19015 <kfogel@red-bean.com> before committing.
19016
19017 2007-07-13 Karl Fogel <kfogel@red-bean.com>
19018
19019 * bookmark.el: Shorten some comments to fit within 80 lines.
19020
19021 2007-07-13 Karl Fogel <kfogel@red-bean.com>
19022
19023 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
19024 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
19025 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
19026 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
19027
19028 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
19029
19030 * textmodes/org.el: Bug fixes.
19031 (org-end-of-line): Move to end of line if in headline without tags.
19032
19033 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
19034
19035 * vc-hooks.el: Remove spurious * in docstrings.
19036 (vc-handled-backends): Add BZR.
19037
19038 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
19039
19040 2007-07-12 Davis Herring <herring@lanl.gov>
19041
19042 * desktop.el (desktop-buffer-info, desktop-save):
19043 Use `desktop-dirname' instead of `dirname'.
19044
19045 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
19046
19047 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
19048
19049 * progmodes/python.el (python-which-func-length-limit): New var.
19050 (python-which-func): New function.
19051 (python-current-defun): Add optional `length-limit' and try to fit
19052 computed function name to that length.
19053 (python-mode): Hook `python-which-func' up.
19054
19055 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
19056
19057 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
19058
19059 * comint.el (comint-dynamic-complete-as-filename):
19060 Use read-file-name-completion-ignore-case.
19061
19062 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
19063
19064 * comint.el (comint-dynamic-list-filename-completions):
19065 Use read-file-name-completion-ignore-case.
19066
19067 * vc-cvs.el: Require CL.
19068 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
19069 New functions to provide completion of revision names.
19070
19071 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
19072 (vc-cvs-annotate-first-line-re): New const.
19073 (vc-cvs-annotate-process-filter): New fun.
19074 (vc-cvs-annotate-command): Use them and run the command asynchronously.
19075
19076 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
19077
19078 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
19079 (eldoc-print-current-symbol-info): Adjust for changed helper
19080 function signatures.
19081 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
19082 `eldoc-highlight-function-argument'.
19083 (eldoc-highlight-function-argument): New function.
19084 (eldoc-get-var-docstring): Format documentation with
19085 `font-lock-variable-name-face'.
19086 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
19087 where suited.
19088 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
19089 (eldoc-beginning-of-sexp): Return number of skipped sexps.
19090
19091 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
19092
19093 * progmodes/compile.el (compilation-start): `start-process' must
19094 still be redefined when calling `start-process-shell-command'.
19095
19096 * progmodes/gud.el (gud-file-name): When `default-directory' is a
19097 remote file name, prepend its remote part to the filename.
19098 (gud-common-init): When `default-directory' is a remote file name,
19099 make the filename relative to it.
19100 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
19101
19102 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
19103
19104 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
19105 mouse binding and a tooltip.
19106
19107 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
19108
19109 * menu-bar.el (vc-menu-map): New defalias.
19110
19111 2007-07-10 Richard Stallman <rms@gnu.org>
19112
19113 * emacs-lisp/lisp-mode.el (eval-defun):
19114 Explain special handling of `defface'.
19115
19116 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
19117
19118 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
19119
19120 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
19121
19122 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
19123
19124 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
19125
19126 * vc-arch.el (vc-arch-complete): Remove.
19127 (vc-arch-revision-completion-table): Use complete-with-action.
19128
19129 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
19130 (complete-with-action): New function.
19131 (dynamic-completion-table): Use it.
19132
19133 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
19134
19135 * comint.el (make-comint, make-comint-in-buffer)
19136 (comint-exec-1): Replace `start-process' by `start-file-process'.
19137
19138 * progmodes/compile.el (compilation-start): Revert redefining
19139 `start-process'.
19140
19141 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
19142
19143 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
19144 with EOLs when generating MD5 checksums.
19145
19146 * follow.el: Don't change the global map from the follow-mode-map
19147 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
19148 XEmacs code.
19149 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
19150 since `follow-mode' should be used instead for that.
19151
19152 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
19153 (easy-menu-do-define): Use it.
19154 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
19155
19156 * progmodes/compile.el (compilation-auto-jump-to-first-error)
19157 (compilation-auto-jump-to-next): New vars.
19158 (compilation-auto-jump): New function.
19159 (compilation-error-properties): Use them to jump to first error.
19160 (compilation-start): Set the var if requested.
19161
19162 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
19163 duplicates without also removing entries from other directories.
19164
19165 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
19166
19167 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
19168 Remember span as default.
19169 (org-columns-edit-value): Rename from `org-column-edit'.
19170 (org-columns-display-here-title): Rename from
19171 `org-overlay-columns-title'.
19172 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
19173 (org-columns-get-autowidth-alist): Rename from
19174 `org-get-columns-autowidth-alist'.
19175 (org-columns-display-here): Rename from `org-overlay-columns'.
19176 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
19177 (org-columns-quit): Rename from `org-column-quit'.
19178 (org-columns-show-value): Rename from `org-column-show-value'.
19179 (org-columns-content, org-columns-widen)
19180 (org-columns-next-allowed-value)
19181 (org-columns-edit-allowed, org-columns-store-format)
19182 (org-columns-uncompile-format, org-columns-redo)
19183 (org-columns-edit-attributes, org-delete-property)
19184 (org-set-property, org-columns-update)
19185 (org-columns-compute, org-columns-eval)
19186 (org-columns-not-in-agenda, org-columns-compute-all)
19187 (org-property-next-allowed-value)
19188 (org-columns-compile-format)
19189 (org-fill-paragraph-experimental)
19190 (org-string-to-number, org-property-action)
19191 (org-columns-move-left, org-columns-new)
19192 (org-column-number-to-string)
19193 (org-property-previous-allowed-value)
19194 (org-at-property-p, org-columns-delete)
19195 (org-columns-previous-allowed-value)
19196 (org-columns-move-right, org-columns-narrow)
19197 (org-property-get-allowed-values)
19198 (org-verify-version, org-column-string-to-number)
19199 (org-delete-property-globally): New functions.
19200 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
19201 (org-columns-overlays): Rename from `org-column-overlays'.
19202 (org-columns-map): Rename from `org-column-map'.
19203 (org-columns-current-maxwidths): Rename from
19204 `org-current-columns-maxwidths'.
19205 (org-columns-begin-marker, org-columns-current-fmt-compiled)
19206 (org-previous-header-line-format)
19207 (org-columns-inhibit-recalculation)
19208 (org-columns-top-level-marker): New variables.
19209 (org-columns-default-format): Rename from `org-default-columns-format'.
19210 (org-property-re): New constant.
19211
19212 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
19213
19214 * subr.el (looking-at-p, string-match-p): New functions.
19215
19216 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
19217
19218 * textmodes/tex-mode.el (tex-fontify-script)
19219 (tex-font-script-display): New variables to make display of
19220 superscripts and subscripts customizable.
19221 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
19222
19223 2007-07-09 Richard Stallman <rms@gnu.org>
19224
19225 * isearch.el (isearch-edit-string): Call to isearch-push-state
19226 after the search.
19227
19228 2007-07-09 Jan Djärv <jan.h.d@swipnet.se>
19229
19230 * window.el (fit-window-to-buffer): Remove setting of window-min-height
19231 to 1 as enlarge-window uses the value to resize/shrink windows other
19232 than WINDOW if needed.
19233
19234 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
19235
19236 * cus-start.el (file-coding-system-alist): Fix custom type.
19237
19238 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
19239
19240 * longlines.el (longlines-wrap-region): Avoid marking buffer as
19241 modified.
19242 (longlines-auto-wrap, longlines-window-change-function):
19243 Remove unnecessary calls to set-buffer-modified-p.
19244
19245 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19246
19247 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
19248 (vc-cvs-checkout): Remove last arg now unused; simplify.
19249
19250 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
19251
19252 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
19253
19254 * net/tramp.el:
19255 * net/tramp-ftp.el:
19256 * net/tramp-smb.el:
19257 * net/tramp-uu.el:
19258 * net/trampver.el: Migrate to Tramp 2.1.
19259
19260 * net/tramp-cache.el:
19261 * net/tramp-fish.el:
19262 * net/tramp-gw.el: New Tramp packages.
19263
19264 * net/tramp-util.el:
19265 * net/tramp-vc.el: Removed.
19266
19267 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
19268 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
19269
19270 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
19271
19272 * progmodes/compile.el (compilation-start): Redefine
19273 `start-process' temporarily when `default-directory' is remote.
19274 Remove case of synchronous compilation, this won't happen ever.
19275 (compilation-setup): Make local variable `comint-file-name-prefix'
19276 for remote compilation.
19277
19278 2007-07-08 Martin Rudalics <rudalics@gmx.at>
19279
19280 * novice.el (disabled-command-function): Fit window to buffer to
19281 make last line visible.
19282 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
19283
19284 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
19285 when handling the terminating event.
19286
19287 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
19288
19289 * calc/calc.el (math-read-number-simple): Remove leading 0s.
19290 (math-bignum-digit-length): Change to optimal value.
19291
19292 * calc/calc-bin.el (math-bignum-logb-digit-size)
19293 (math-bignum-digit-power-of-two): Evaluate when compiled.
19294
19295 * calc/calc-comb.el (math-small-factorial-table)
19296 (math-init-random-base, math-prime-test): Remove unnecessary calls
19297 to `math-read-number-simple'.
19298
19299 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
19300 (math-approx-gamma-const): Add docstrings.
19301
19302 * calc/calc-forms.el (math-julian-date-beginning)
19303 (math-julian-date-beginning-int): New constants.
19304 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
19305 Use the new constants.
19306
19307 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
19308
19309 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
19310 Add docstrings.
19311
19312 2007-07-07 Tom Tromey <tromey@redhat.com>
19313
19314 * vc.el (vc-annotate): Jump to line and output message only after the
19315 process is really all done.
19316
19317 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
19318
19319 * vc.el (vc-exec-after): Don't move point from the sentinel.
19320 Forcefully read all the remaining text in the pipe upon process exit.
19321 (vc-annotate-display-autoscale, vc-annotate-lines):
19322 Don't stop at the first unrecognized line.
19323 (vc-annotate-display-select): Run autoscale after the process is done
19324 since it depends on the whole result.
19325
19326 2007-07-07 Eli Zaretskii <eliz@gnu.org>
19327
19328 * term/w32-win.el (menu-bar-open): New function.
19329 Bind <f10> to it.
19330
19331 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
19332
19333 * simple.el (start-file-process): New defun.
19334
19335 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
19336
19337 * files.el (find-file-confirm-nonexistent-file): Rename from
19338 find-file-confirm-inexistent-file. Update users.
19339
19340 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
19341 format of autoload block where the file's time-stamp is replaced by its
19342 MD5 checksum.
19343 (autoload-generate-file-autoloads): Use MD5 checksum instead of
19344 time-stamp for secondary autoloads files.
19345 (update-directory-autoloads): Remove duplicate entries.
19346 Use time-less-p for time-stamps, as done in autoload-find-destination.
19347
19348 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
19349
19350 * calc/calc.el (math-read-number): Replace number by variable.
19351 (math-read-number-simple): Properly parse small integers.
19352
19353 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
19354
19355 * vc.el: Fix doc for the checkout function.
19356
19357 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
19358
19359 * vc-hg.el (vc-hg-root): New function.
19360 (vc-hg-registered): Use it.
19361 (vc-hg-diff-tree): New defalias.
19362 (vc-hg-responsible-p): Likewise.
19363 (vc-hg-checkout): Comment out, not needed.
19364 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
19365 (vc-hg-find-version, vc-hg-next-version): New functions.
19366
19367 2007-07-06 Andreas Schwab <schwab@suse.de>
19368
19369 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
19370 dynamic bindings around the evaluation of the expression.
19371 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
19372
19373 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
19374
19375 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
19376 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
19377 Use run-hooks rather than run-mode-hooks.
19378
19379 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
19380
19381 * calc/calc-comb.el (math-random-digit): Rename to
19382 `math-random-three-digit-number'.
19383 (math-random-digits): Don't depend on representation of integer.
19384
19385 * calc/calc-bin.el (math-bignum-logb-digit-size)
19386 (math-bignum-digit-power-of-two): New constants.
19387 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
19388 (math-not-bignum, math-clip-bignum): Use the constants
19389 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
19390 instead of their values.
19391 (math-clip): Use math-small-integer-size instead of its value.
19392
19393 * calc/calc.el (math-add-bignum): Replace number by constant.
19394
19395 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
19396
19397 * wid-edit.el (widget-documentation-string-value-create):
19398 Insert indentation spaces.
19399
19400 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
19401
19402 * emacs-lisp/byte-opt.el: Revert last change.
19403
19404 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
19405
19406 * vc-hooks.el (vc-handled-backends): Add HG.
19407
19408 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
19409
19410 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19411
19412 * complete.el (PC-do-complete-and-exit): Add support for the new
19413 `confirm-only' confirmation mode.
19414
19415 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
19416
19417 * cus-edit.el (custom-commands): New variable.
19418 (custom-tool-bar-map): New variable. Initialize using
19419 `custom-commands'.
19420 (custom-mode): Use `custom-tool-bar-map'.
19421 (custom-buffer-create-internal): Insert action buttons only if
19422 tool bar is not used. Use `custom-commands'.
19423 (Custom-help, custom-command-apply): New function.
19424 (custom-command-apply, Custom-set, Custom-save)
19425 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
19426 Use `custom-command-apply' instead of duplicating code.
19427 (customize-group-other-window): Call `customize-group' instead of
19428 duplicating code.
19429 (customize-face-other-window): Call `customize-face' instead of
19430 duplicating code.
19431 (customize-group, customize-face): Add optional args for opening
19432 in another window.
19433 (custom-variable-tag): Don't inherit `variable-pitch' face.
19434 (custom-group-tag): Inherit `variable-pitch' face.
19435 (custom-variable-value-create): Set documentation indentation.
19436 (custom-group-value-create): Make group name a link, instead of
19437 using an extra "go to group" button.
19438 (custom-prompt-variable, custom-group-set, custom-group-save)
19439 (custom-group-reset-current, custom-group-reset-saved)
19440 (custom-group-reset-standard): Minor cleanup.
19441
19442 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
19443
19444 * Makefile.in (bootstrap-prepare): When copying from
19445 ldefs-boot.el, make sure loaddefs.el is writeable.
19446
19447 (bootstrap-prepare): Make $(lisp)/ps-print.el
19448 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
19449
19450 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
19451
19452 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
19453 only caller, and delete.
19454 (vc-hg-state): Deal with exceptions and only parse the output on
19455 successful return.
19456 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
19457 caller, and delete.
19458 (vc-hg-workfile-version): Deal with exceptions and only parse the
19459 output on successful return.
19460 (vc-hg-revert): New function.
19461
19462 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
19463
19464 * calculator.el (calculator-expt): Use more cases to determine
19465 the value.
19466
19467 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
19468
19469 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
19470 file names.
19471
19472 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
19473
19474 * calculator.el (calculator-expt, calculator-integer-p):
19475 New functions.
19476 (calculator-fact): Check to see if the factorial will be too
19477 large before computing it.
19478 (calculator-initial-operators): Use `calculator-expt' to
19479 compute "^".
19480 (calculator-mode): Mention that results which are too large
19481 will return inf.
19482 * calc/calc-comb.el (math-small-factorial-table): Replace list
19483 by vector.
19484
19485 2007-07-03 David Kastrup <dak@gnu.org>
19486
19487 * shell.el: On request of the authors, remove their addresses for
19488 the sake of bug reports, and add the developer list address as
19489 maintainer information.
19490
19491 2007-07-03 Richard Stallman <rms@gnu.org>
19492
19493 * files.el (make-directory): Doc fix.
19494 (find-file-confirm-inexistent-file): Make it a defcustom.
19495 Make nil the default.
19496
19497 2007-07-02 Richard Stallman <rms@gnu.org>
19498
19499 * startup.el (command-line): Set buffer-offer-save in *scratch*
19500 and enable auto-save in it.
19501
19502 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
19503
19504 * textmodes/org.el (orgstruct-mode-map): New variable.
19505 (orgstruct-mode): New minor mode.
19506 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
19507 (orgstruct-make-binding, org-context-p, org-get-local-variables)
19508 (org-run-like-in-org-mode): New functions.
19509 (org-cycle-list-bullet): New command.
19510 (org-special-properties, org-property-start-re)
19511 (org-property-end-re): New constants.
19512 (org-with-point-at): New macro.
19513 (org-get-property-block, org-entry-properties, org-entry-get)
19514 (org-entry-delete, org-entry-get-with-inheritance)
19515 (org-entry-put, org-buffer-property-keys): New functions.
19516 (org-insert-property-drawer): New command.
19517 (org-entry-property-inherited-from): New variable.
19518 (org-column): New face.
19519 (org-column-overlays, org-current-columns-fmt)
19520 (org-current-columns-maxwidths, org-column-map): New variables.
19521 (org-column-menu): New menu.
19522 (org-new-column-overlay, org-overlay-columns)
19523 (org-overlay-columns-title, org-remove-column-overlays)
19524 (org-column-show-value, org-column-quit, org-column-edit):
19525 New functions.
19526 (org-columns, org-agenda-columns): New commands.
19527 (org-get-columns-autowidth-alist): New functions.
19528 (org-properties): New customize group.
19529 (org-default-columns-format): New option.
19530 (org-priority): Realign tags after changing priority.
19531 (org-preserve-lc): New macro.
19532 (org-update-checkbox-count): Catch case when there is no headline.
19533 (org-agenda-quit): Remove any column overlays.
19534 (org-beginning-of-item-list): Fixed bug when non-item line is
19535 indented too deep.
19536 (org-cached-props): New variable.
19537 (org-cached-entry-get): New function.
19538 (org-make-tags-matcher): Handle property matches.
19539 (org-table-recalculate): Swap evaluation order: Field formula
19540 first, then column formulas, but don't allow them to overwrite the
19541 field formulas.
19542 (org-table-eval-formula): New argument untouchable.
19543 (org-table-put-field-property): New function.
19544
19545 2007-07-02 Martin Rudalics <rudalics@gmx.at>
19546
19547 * help-mode.el (help-make-xrefs): Skip spaces too when
19548 skipping tabs.
19549
19550 * ffap.el (dired-at-point-prompter): Improve prompt in
19551 list-directory case.
19552
19553 2007-07-01 Richard Stallman <rms@gnu.org>
19554
19555 * files.el (find-file-visit-truename): Fix safe-local-variable value.
19556
19557 2007-07-01 Richard Stallman <rms@gnu.org>
19558
19559 * cus-start.el (max-mini-window-height): Added.
19560
19561 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
19562
19563 * complete.el (partial-completion-mode): Remove advice of
19564 read-file-name-internal.
19565 (PC-do-completion): Rebind minibuffer-completion-table.
19566 (PC-read-file-name-internal): New function doing what
19567 read-file-name-internal advice did.
19568
19569 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
19570
19571 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
19572 property on a few symbols.
19573 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
19574 (byte-optimize-lapcode): Remove bindings that are not referenced
19575 and certainly will not effect through dynamic scoping.
19576
19577 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19578
19579 * files.el (find-file-confirm-inexistent-file): New var.
19580 (find-file, find-file-other-window, find-file-other-frame)
19581 (find-file-read-only, find-file-read-only-other-window)
19582 (find-file-read-only-other-frame): Use it.
19583
19584 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
19585
19586 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
19587
19588 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
19589
19590 * generic-x.el (generic-define-mswindows-modes)
19591 (generic-define-unix-modes, apache-log-generic-mode)
19592 (bat-generic-mode-keymap, java-manifest-generic-mode)
19593 (show-tabs-generic-mode): Fix typos in docstrings.
19594
19595 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
19596
19597 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
19598 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
19599 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
19600 (rcirc-print): Never ignore messages from ourself.
19601
19602 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
19603
19604 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
19605 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
19606
19607 2007-06-28 Jan Djärv <jan.h.d@swipnet.se>
19608
19609 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
19610 replace-regexp-in-string.
19611
19612 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
19613
19614 * emacs-lisp/cl.el: Set edebug and indentation before loading
19615 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
19616
19617 2007-06-28 Andreas Schwab <schwab@suse.de>
19618
19619 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
19620 $(lisp)/subdirs.el.
19621
19622 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
19623
19624 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
19625 the speedbar frame if nil; that deletes the current frame or
19626 causes an error if it is the only frame.
19627 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
19628
19629 2007-06-28 Kevin Ryde <user42@zip.com.au>
19630
19631 * textmodes/nroff-mode.el: Groff \# comments.
19632 (nroff-mode-syntax-table): \# comment intro,
19633 plain # as punct per global table.
19634 (nroff-font-lock-keywords): Add # as a single char escape.
19635 (nroff-mode): In comment-start-skip, match \#.
19636
19637 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
19638
19639 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
19640 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
19641 point-min == 1.
19642
19643 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
19644
19645 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
19646 Rename and move to...
19647
19648 * subr.el (strings->string, string->strings): ...here.
19649
19650 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
19651 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
19652
19653 * progmodes/gud.el (gud-common-init): Call string->strings instead
19654 of split-string.
19655
19656 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
19657
19658 * dired-aux.el: Remove `dired-call-process'.
19659 (dired-check-process): Call `process-file'.
19660
19661 * wdired.el (wdired-do-perm-changes): Call `process-file'.
19662
19663 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
19664 `ange-ftp-process-file'.
19665
19666 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19667
19668 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
19669
19670 * emacs-lisp/cl-extra.el:
19671 * emacs-lisp/cl-seq.el:
19672 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
19673 Add autoload cookies on all defs autoloaded manually in cl.el.
19674
19675 * emacs-lisp/cl-loaddefs.el: New file.
19676
19677 * textmodes/texinfmt.el (texinfo-raisesections-alist)
19678 (texinfo-lowersections-alist): Merge definition and declaration.
19679 (texinfo-start-of-header, texinfo-end-of-header): Remove.
19680 (texinfo-format-syntax-table): Merge init into declaration.
19681 (texinfo-format-parse-line-args, texinfo-format-parse-args)
19682 (texinfo-format-parse-defun-args, texinfo-format-node)
19683 (texinfo-push-stack, texinfo-multitable-widths)
19684 (texinfo-define-info-enclosure, texinfo-alias)
19685 (texinfo-format-defindex, batch-texinfo-format): Use push.
19686 (texinfo-footnote-number): Remove duplicate declaration.
19687
19688 * ps-print.el: Update with auto-generated autoloads.
19689
19690 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
19691
19692 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
19693
19694 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
19695 relative to current dir for file-local settings.
19696 (autoload-generate-file-autoloads): Add `outfile' arg.
19697 (update-directory-autoloads): Use it to directly call
19698 autoload-generate-file-autoloads instead of going through
19699 update-file-autoloads so we avoid redundant searches and so we can know
19700 the set of buffers changed so we can save them all.
19701
19702 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
19703 rather than throwing `up-to-date'.
19704 (autoload-generate-file-autoloads): Adjust correspondingly.
19705 (update-file-autoloads): Be careful to let-bind
19706 autoload-modified-buffers and adjust to new calling conventions.
19707 (autoload-modified-buffers): Make it a dynamically scoped var.
19708 (update-directory-autoloads): Use file-relative-name instead of
19709 autoload-trim-file-name.
19710 (autoload-insert-section-header): Don't use autoload-trim-file-name
19711 since the file is already relative now.
19712 (autoload-trim-file-name): Remove.
19713
19714 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
19715 (vc-arch-complete, vc-arch--version-completion-table)
19716 (vc-arch-revision-completion-table): New functions to provide
19717 completion of revision names.
19718 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
19719 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
19720 to let the user trim the revlib.
19721
19722 * vc.el: Add new VC operation `revision-completion-table'.
19723 (vc-default-revision-completion-table): New function.
19724 (vc-version-diff, vc-version-other-window): Use it to provide
19725 completion of revision names if the backend provides it.
19726
19727 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
19728
19729 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
19730 of newer .svn/entries.
19731
19732 2007-06-25 David Kastrup <dak@gnu.org>
19733
19734 * calc/calc-poly.el (math-padded-polynomial)
19735 (math-partial-fractions): Add some function comments.
19736
19737 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
19738
19739 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19740 Make `outbuf' optional.
19741 (update-file-autoloads): Use it.
19742
19743 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
19744
19745 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
19746 (autoload-find-destination): Keep it uptodate.
19747 (autoload-save-buffers): New fun.
19748 (update-file-autoloads): Use it. Re-add the "up to date" message.
19749
19750 * emacs-lisp/autoload.el: Refactor for upcoming changes.
19751 (autoload-find-destination): New function extracted from
19752 update-file-autoloads.
19753 (update-file-autoloads): Use it.
19754 (autoload-generate-file-autoloads): New function extracted from
19755 generate-file-autoloads. Use file-relative-name. Delay computation of
19756 output-start to the first cookie. Remove done-any, replaced by
19757 output-start.
19758 (generate-file-autoloads): Use it.
19759
19760 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
19761
19762 * calc/calc-comb.el (math-init-random-base, math-prime-test):
19763 Use math-read-number-simple to insert constants.
19764 (math-prime-test): Redo calculation of sum.
19765
19766 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
19767
19768 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
19769 math-scale-bignum-3.
19770 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
19771 math-bignum-digit-size.
19772 (math-isqrt-small): Add another possible initial guess.
19773
19774 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19775
19776 * textmodes/bibtex.el (bibtex-entry-format): New options
19777 `whitespace', `braces', and `string'.
19778 (bibtex-field-braces-alist, bibtex-field-strings-alist)
19779 (bibtex-field-braces-opt, bibtex-field-strings-opt)
19780 (bibtex-cite-matcher-alist): New variables.
19781 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
19782 (bibtex-flash-head): Use blink-matching-delay.
19783 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
19784 (bibtex-format-entry, bibtex-reformat): Handle new options of
19785 bibtex-entry-format.
19786 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
19787 New functions.
19788 (bibtex-complete-internal): Do not display messages while
19789 minibuffer is used. Do not leave around a completions buffer
19790 that is out of date.
19791 (bibtex-copy-summary-as-kill): New optional arg.
19792 (bibtex-font-lock-url): New optional arg no-button.
19793 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
19794 (bibtex-url): Allow multiple URLs per entry.
19795
19796 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
19797
19798 * emacs-lisp/autoload.el (autoload-generated-file): New function.
19799 (update-file-autoloads, update-directory-autoloads): Use it.
19800 (autoload-file-load-name): New function.
19801 (generate-file-autoloads, update-file-autoloads): Use it.
19802 (autoload-find-file): Accept non-absolute argument. Set default-dir.
19803 (generate-file-autoloads): If the autoloaded form is malformed,
19804 indicate the problem with a warning instead of aborting.
19805
19806 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
19807
19808 * simple.el (next-error-recenter): Accept `(4)' as well;
19809 also, specify `integer' instead of `number'.
19810
19811 2007-06-23 Eli Zaretskii <eliz@gnu.org>
19812
19813 * ls-lisp.el (insert-directory): If an invalid regexp error is
19814 thrown, try using FILE as a literal file name, not a wildcard.
19815
19816 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
19817
19818 * ruler-mode.el (ruler-mode): Prevent clobbering the original
19819 `header-line-format' when reentering ruler mode.
19820
19821 2007-06-23 Eli Zaretskii <eliz@gnu.org>
19822
19823 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
19824 FILE exists as a file.
19825
19826 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
19827
19828 * calc/calc.el (math-bignum-digit-length)
19829 (math-bignum-digit-size, math-small-integer-size):
19830 New constants.
19831 (math-normalize, math-bignum-big, math-make-float)
19832 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
19833 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
19834 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
19835 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
19836 (math-quotient, math-div-bignum, math-div-bignum-digit)
19837 (math-div-bignum-part, math-format-bignum-decimal)
19838 (math-read-bignum): Use math-bignum-digit-length,
19839 math-bignum-digit-size and math-small-integer-size.
19840
19841 * calc/calc-ext.el (math-fixnum-big): Use the variable
19842 math-bignum-digit-size.
19843
19844 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
19845
19846 * log-view.el (log-view-mode-menu): New menu.
19847
19848 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
19849
19850 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
19851 differently.
19852
19853 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
19854 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
19855
19856 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
19857
19858 * vc-hg.el (vc-hg-print-log): Insert the file name.
19859 (vc-hg-log-view-mode): Fontify the file name.
19860
19861 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
19862
19863 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
19864 (calcFunc-julian): Fix incorrect number used in calculations.
19865
19866 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
19867
19868 * simple.el (next-error-recenter): New defcustom.
19869 (next-error, next-error-internal): Recenter if specified,
19870 immediately prior to running `next-error-hook'.
19871
19872 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
19873 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
19874
19875 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
19876
19877 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
19878
19879 * calc/calc-comb.el (math-small-factorial-table): New variable.
19880 (calcFunc-fact): Use `math-small-factorial-table'.
19881
19882 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
19883 initial values.
19884 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
19885 New variables to use in caches.
19886
19887 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
19888 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
19889
19890 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
19891 (math-bernoulli-b-cache): Use math-read-number-simple to insert
19892 bignums.
19893
19894 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
19895 New variables to use in caches.
19896
19897 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
19898
19899 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
19900
19901 * vc-hg.el (vc-hg-log-view-mode): New mode.
19902
19903 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
19904
19905 * calc/calc.el (math-read-number-simple): New function.
19906
19907 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
19908
19909 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
19910 (vera-font-lock-match-item): Fix doc string.
19911 (vera-in-comment-p): Remove unused function.
19912 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
19913 use `syntax-ppss'.
19914 (vera-forward-syntactic-ws): Fix argument order.
19915 (vera-prepare-search): Use `with-syntax-table'.
19916 (vera-indent-line): Fix doc string.
19917 (vera-electric-tab): Fix doc string.
19918 (vera-expand-abbrev): Define alias instead of using `fset'.
19919 (vera-comment-uncomment-region): Use `comment-start-skip'.
19920
19921 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
19922
19923 * textmodes/org.el (org-export-with-footnotes): New option.
19924 (org-export-as-html): Fix replacement bug for XEmacs.
19925 (org-agenda-default-appointment-duration): New option.
19926
19927 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
19928
19929 * vc-hg.el: Add to do items.
19930 (vc-hg-diff): Add support for comparing different revisions.
19931 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
19932 (vc-hg-annotate-extract-revision-at-line)
19933 (vc-hg-previous-version, vc-hg-checkin): New functions.
19934 (vc-hg-annotate-re): New constant.
19935
19936 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
19937
19938 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
19939
19940 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
19941
19942 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
19943 buffer-local value of log-view-*-re if applicable.
19944
19945 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
19946 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
19947 (vc-bzr-command*): Remove both (incompatible) versions.
19948 (vc-bzr-do-command*): Remove.
19949 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
19950 Remove by folding into its only caller vc-bzr-command.
19951 (vc-bzr-command): Always set the environment, even when ineffective.
19952 (vc-bzr-version): Minor fix up.
19953 (vc-bzr-admin-dirname): New var.
19954 (vc-bzr-bzr-dir): Remove.
19955 (vc-bzr-root-dir): New fun.
19956 (vc-bzr-registered): Use it. Add an autoloaded version.
19957 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
19958 (vc-bzr-view-log-function): Remove.
19959 (vc-bzr-log-view-mode): New major mode to replace it.
19960 (vc-bzr-print-log): Only activate the old hack if needed.
19961
19962 * vc.el (vc-default-log-view-mode): New function.
19963 (vc-print-log): Add new `log-view-mode' VC operation.
19964
19965 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
19966
19967 * ido.el (ido-find-file-in-dir): Don't signal an error for
19968 empty directories.
19969
19970 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
19971
19972 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
19973 directory where the desktop file was found, as the docstring says.
19974 (desktop-kill): Use `read-directory-name'.
19975
19976 2007-06-20 Alan Mackenzie <acm@muc.de>
19977
19978 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
19979 When removing lines, also remove the \n. Correction of patch of
19980 2007-04-21.
19981
19982 2007-06-20 Martin Rudalics <rudalics@gmx.at>
19983
19984 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
19985 event is not a cons cell. Do not unread drag-mouse-1 events.
19986 Select right window in check whether space was stolen from
19987 window above.
19988
19989 * help-mode.el (help-make-xrefs): Adjust position of new forward
19990 button.
19991
19992 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
19993
19994 * vc-bzr.el (vc-bzr-with-process-environment)
19995 (vc-bzr-std-process-invocation): New macros.
19996 (vc-bzr-command, vc-bzr-command*): Use them.
19997 (vc-bzr-with-c-locale): Remove.
19998 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
19999 (vc-bzr-buffer-nonblank-p): New function.
20000 (vc-bzr-state-words): New const.
20001 (vc-bzr-state): Look for `bzr status' keywords in output.
20002 Display everything else as a warning message to the user.
20003 Fix status report with bzr >= 0.15.
20004
20005 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
20006
20007 * vc-hg.el (vc-hg-global-switches): Simplify.
20008 (vc-hg-state): Handle more states.
20009 (vc-hg-diff): Fix doc-string.
20010 (vc-hg-register): New function.
20011 (vc-hg-checkout): Likewise.
20012
20013 2007-06-20 Reto Zimmermann <reto@gnu.org>
20014
20015 * progmodes/vera-mode.el: New file.
20016
20017 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
20018
20019 * calc/calc.el (calc-multiplication-has-precendence):
20020 New variable.
20021 (math-standard-ops, math-standard-ops-p, math-expr-ops):
20022 New functions.
20023 (math-expr-opers): Define using math-standard-ops rather than
20024 math-standard-opers.
20025 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
20026 equal the function math-standard-ops rather than the variable
20027 math-standard-opers.
20028 (calc-algebraic-entry): Let math-expr-opers equal
20029 math-standard-ops or math-expr-ops, as appropriate.
20030 (math-expr-read-level, math-read-factor): Let math-expr-opers
20031 equal math-expr-ops.
20032 * calc/calc-embed.el (calc-embedded-finish-edit):
20033 Let math-expr-opers equal the function math-standard-ops
20034 rather than the variable math-standard-opers.
20035 * calc/calc-ext.el (math-read-plain-expr)
20036 (math-format-flat-expr-fancy): Let math-expr-opers equal the
20037 function math-standard-ops rather than the variable
20038 math-standard-opers.
20039 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
20040 Let math-expr-opers equal the function math-standard-ops rather
20041 than the variable math-standard-opers.
20042 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
20043 equal the function math-standard-ops rather than the variable
20044 math-standard-opers.
20045 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
20046 equal the function math-standard-ops rather than the variable
20047 math-standard-opers.
20048 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
20049 math-expr-ops.
20050
20051 2007-06-19 Ivan Kanis <apple@kanis.eu>
20052
20053 * vc-hg.el: New file.
20054
20055 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
20056
20057 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
20058 with font-lock-multiline.
20059
20060 2007-06-17 Glenn Morris <rgm@gnu.org>
20061
20062 * lpr.el (lpr-page-header-switches): Move %s to separate element
20063 for correct quoting. Doc fix.
20064
20065 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
20066
20067 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
20068 than setting sgml-xml-mode.
20069 (sgml-mode, html-mode): Set sgml-xml-mode.
20070 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
20071 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
20072 (sgml-electric-tag-pair-before-change-function)
20073 (sgml-electric-tag-pair-flush-overlays): New functions.
20074 (sgml-electric-tag-pair-mode): New minor mode.
20075 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
20076 (sgml-calculate-indent): Use assoc-string.
20077
20078 2007-06-16 Karl Fogel <kfogel@red-bean.com>
20079
20080 * thingatpt.el (thing-at-point-email-regexp): Don't require two
20081 chars before the "@" in an email address. Andreas Roehler noticed
20082 this problem.
20083
20084 2007-06-15 Karl Fogel <kfogel@red-bean.com>
20085
20086 * thingatpt.el: Add support for email addresses (`email').
20087 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
20088 (thing-at-point-email-regexp): New variable.
20089 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
20090 properties on this symbol, with lambda forms for values.
20091
20092 2007-06-15 Masatake YAMATO <jet@gyve.org>
20093
20094 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
20095
20096 * vc.el (vc-dired-hook): Check the backend returned from
20097 `vc-responsible-backend' can really handle `subdir'.
20098
20099 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
20100
20101 * wid-edit.el (widget-add-documentation-string-button):
20102 Fix handling of documentation indent.
20103
20104 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
20105
20106 * mb-depth.el: New file.
20107
20108 2007-06-15 Masatake YAMATO <jet@gyve.org>
20109
20110 * vc.el (vc-dired-mode): Show backend name as part of mode name.
20111
20112 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
20113
20114 * wid-edit.el (widget-default-create): Move ?h handling here...
20115 (widget-default-format-handler): ...from here.
20116 (widget-docstring, widget-add-documentation-string-button): New funs.
20117 (documentation-string): Add :visibility-widget property.
20118 (widget-documentation-string-value-create): Use it.
20119
20120 * cus-edit.el (custom-split-regexp-maybe): Simplify.
20121 (custom-buffer-create-internal): Simplify message.
20122 (custom-variable-tag): Reduce height to normal.
20123 (custom-variable-value-create, custom-face-value-create)
20124 (custom-visibility): New widget.
20125 (custom-visibility): New face.
20126 (custom-group-value-create):
20127 Call widget-add-documentation-string-button, using `custom-visibility'.
20128
20129 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
20130
20131 * emacs-lisp/bytecomp.el (byte-compile-current-group)
20132 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
20133 change. Apparently the "warning even if the group is implicit" is
20134 a feature rather than a bug.
20135
20136 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
20137
20138 * emulation/viper.el (viper-describe-key-ad)
20139 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
20140 Compile them conditionally.
20141 (viper-version): Belated version change.
20142
20143 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
20144
20145 * follow.el (follow-all-followers, follow-generic-filter):
20146 * pcomplete.el (pcomplete-restore-windows):
20147 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
20148 (x-dnd-drop-data):
20149 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
20150 * progmodes/python.el (python-complete-symbol):
20151 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
20152
20153 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
20154
20155 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
20156 around bright and dim regexps. Make sure bright and dim matches
20157 use word anchors. Send text through rcirc-markup functions.
20158 (rcirc-url-regexp): Add single quote character.
20159 (rcirc-connect): Write logs to disk on auto-save-hook.
20160 Make server a non-optional argument.
20161 (rcirc-log-alist): New variable.
20162 (rcirc-log-directory): Make customizable.
20163 (rcirc-log-flag): New customizable variable.
20164 (rcirc-log): New function.
20165 (rcirc-print): Use above function.
20166 (rcirc-log-write): New function.
20167 (rcirc-generate-new-buffer-name): Strip text properties.
20168 (rcirc-switch-to-buffer-function): Remove variable.
20169 (rcirc-last-non-irc-buffer): Remove variable.
20170 (rcirc-non-irc-buffer): Add function.
20171 (rcirc-next-active-buffer): Use above function.
20172 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
20173 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
20174 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
20175 (rcirc-omit-mode): Add minor-mode.
20176 (rcirc-mode-map): Change C-c C-o binding.
20177 (rcirc-mode): Clear mode-line-process. Use a custom
20178 fill-paragraph-function. Set up buffer-invisibility-spec.
20179 (rcirc-response-formats): Remove timestamp code.
20180 (rcirc-omit-responses): Add variable.
20181 (rcirc-print): Don't put the overlay arrow on potentially omitted
20182 lines. Log line to disk. Record activity for private messages
20183 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
20184 (rcirc-jump-to-first-unread-line): Print message if there is no
20185 unread text.
20186 (rcirc-clear-unread): New function.
20187 (rcirc-markup-text-functions): Add variable.
20188 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
20189 (rcirc-debug): Don't mess with window configuration.
20190 (rcirc-send-message): Send message before printing locally.
20191 Add SILENT argument, do not print message if non-nil.
20192 (rcirc-visible-buffers): New function and variable.
20193 (rcirc-window-configuration-change-1): Add function.
20194 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
20195 server buffer.
20196 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
20197 (rcirc-fill-paragraph): Add function.
20198 (rcirc-record-activity, rcirc-window-configuration-change-1):
20199 Only update the activity string if it has actually changed.
20200 (rcirc-update-activity-string): Remove padding characters from the
20201 mode-line string.
20202 (rcirc-disconnect-buffer): New function to be called when a
20203 channel is parted or the user quits.
20204 (rcirc-server-name): Warn when the server-name hasn't been set.
20205 (rcirc-window-configuration-change): Postpone work until
20206 post-command-hook.
20207 (rcirc-window-configuration-change-1): Update mode-line and
20208 overlay arrows here.
20209 (rcirc-authenticate): Fixc hanserv identification.
20210 (rcirc-default-server): Remove variable.
20211 (rcirc): Connect according to rcirc-connections.
20212 (rcirc-connections): Add variable.
20213 (rcirc-startup-channels-alist): Remove variable.
20214 (rcirc-startup-channels): Remove function.
20215
20216 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
20217
20218 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
20219
20220 2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
20221
20222 * term/xterm.el (terminal-init-xterm): Escape parens in character
20223 constants.
20224
20225 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
20226
20227 * progmodes/sh-script.el: Remove unneeded * from docstrings.
20228 Use [:alpha:] and [:alnum:] where applicable.
20229 (sh-quoted-subshell): Rewrite to correctly
20230 handle nested mixes of `...' and $(...).
20231 (sh-apply-quoted-subshell): Remove.
20232 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
20233
20234 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
20235
20236 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
20237
20238 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
20239 previous change.
20240
20241 2007-06-12 Tom Tromey <tromey@redhat.com>
20242
20243 * subr.el (user-emacs-directory): New defconst.
20244 * cmuscheme.el (scheme-start-file):
20245 * shell.el (shell):
20246 * completion.el (save-completions-file-name):
20247 * custom.el (custom-theme-directory):
20248 * term/x-win.el (emacs-session-filename):
20249 * filesets.el (filesets-menu-cache-file):
20250 * thumbs.el (thumbs-thumbsdir):
20251 * server.el (server-auth-dir):
20252 * image-dired.el (image-dired-dir):
20253 (image-dired-db-file):
20254 (image-dired-temp-image-file):
20255 (image-dired-gallery-dir):
20256 (image-dired-temp-rotate-image-file):
20257 * play/gamegrid.el (gamegrid-user-score-file-directory):
20258 * savehist.el (savehist-file):
20259 * tutorial.el (tutorial--saved-dir):
20260 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
20261
20262 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
20263
20264 * scroll-lock.el (scroll-lock-mode): Doc fix.
20265
20266 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
20267
20268 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
20269
20270 * ediff-init.el: Doc strings.
20271
20272 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
20273
20274 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
20275 (byte-compile-file): Bind it.
20276 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
20277 group argument is provided implicitly.
20278 (byte-compile-format-warn, byte-compile-from-buffer)
20279 (byte-compile-insert-header): Don't hardcode point-min==1.
20280 (byte-compile-file-form-require): Remove unused var old-load-list.
20281 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
20282
20283 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
20284
20285 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
20286 Display error messages.
20287 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
20288 Get rid of cl.el dependencies.
20289
20290 * emulation/viper-init.el (viper-suppress-input-method-change-message):
20291 New variable.
20292 (viper-activate-input-method-action)
20293 (viper-inactivate-input-method-action):
20294 Use viper-suppress-input-method-change-message.
20295
20296 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
20297 for C-s, C-r.
20298
20299 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
20300 Use viper-replace-overlay-cursor-color instead of
20301 viper-replace-overlay-cursor-color.
20302 (viper-sit-for-short): Use sit-for with 3 arguments.
20303
20304 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
20305 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
20306 to gud-mode.
20307
20308 * ediff-mult.el (ediff-meta-buffer-brief-message)
20309 (ediff-meta-buffer-verbose-message): New variables.
20310 (ediff-meta-buffer-message): Variable deleted.
20311 (ediff-verbose-help-enabled): New variable.
20312 (ediff-toggle-verbose-help-meta-buffer): New function.
20313 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
20314 message options.
20315
20316 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
20317 (ediff-fixup-patch-map): Improve heuristic.
20318
20319 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
20320
20321 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
20322 (log-view-font-lock-keywords): Simplify.
20323 (log-view-current-file, log-view-current-tag): Simplify.
20324
20325 2007-06-12 Sam Steingold <sds@gnu.org>
20326
20327 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
20328
20329 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
20330
20331 * desktop.el (desktop-load-locked-desktop): New option.
20332 (desktop-read): Use it.
20333 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
20334 Use `when'.
20335
20336 2007-06-12 Davis Herring <herring@lanl.gov>
20337
20338 * desktop.el (desktop-save-mode-off): New function.
20339 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
20340 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
20341 (desktop-claim-lock, desktop-release-lock): New functions.
20342 (desktop-kill): Tell `desktop-save' that this is the last save.
20343 Release the lock afterwards.
20344 (desktop-buffer-info): New function.
20345 (desktop-save): Use it. Run `desktop-save-hook' where the doc
20346 says to. Detect conflicts, and manage the lock.
20347 (desktop-read): Detect conflicts. Manage the lock.
20348
20349 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
20350
20351 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
20352
20353 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
20354 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
20355 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
20356 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
20357 keysyms rather than byte sequences.
20358 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
20359
20360 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
20361
20362 * font-lock.el (font-lock-add-keywords): In case font-lock was only
20363 half-activated, forcefully activate it completely.
20364
20365 2007-06-11 Richard Stallman <rms@gnu.org>
20366
20367 * cus-edit.el (custom-variable-type): Doc fix.
20368
20369 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
20370
20371 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
20372 (sh-font-lock-flush-syntax-ppss-cache): New functions.
20373 (sh-font-lock-syntactic-keywords): Use them to distinguish the
20374 different possible cases for \'.
20375
20376 * complete.el (PC-bindings): Don't bind things already bound in the
20377 parent keymap.
20378
20379 * textmodes/bibtex-style.el: New file.
20380
20381 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
20382
20383 * vc-bzr.el: New file.
20384
20385 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
20386
20387 * vc-svn.el (vc-svn-program): New var.
20388 (vc-svn-command): Use it.
20389
20390 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
20391
20392 * server.el (server-switch-buffer): Remove redundant check.
20393
20394 2007-06-10 Martin Rudalics <rudalics@gmx.at>
20395
20396 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
20397 Match against file-name-nondirectory.
20398 Fix text on user customization variables.
20399 Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
20400
20401 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
20402
20403 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
20404
20405 2007-06-09 Davis Herring <herring@lanl.gov>
20406
20407 * desktop.el (desktop-minor-mode-table): Doc fix.
20408
20409 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
20410
20411 * textmodes/css-mode.el (css-navigation-syntax-table):
20412 Use set-char-table-range so it also works in the unicode branch.
20413
20414 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
20415
20416 * help-mode.el (help-xref-forward-stack)
20417 (help-xref-stack-forward-item, help-forward-label): New variables.
20418 (help-forward): New button type.
20419 (help-setup-xref): Initialise help-xref-forward-stack.
20420 (help-make-xrefs): Add forward button, if appropriate.
20421 (help-xref-go-back): Push item on forward stack.
20422 (help-xref-go-forward, help-go-forward): New functions.
20423
20424 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
20425
20426 * dired.el (dired-mode-map): Remove spurious separator.
20427
20428 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
20429
20430 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
20431
20432 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20433 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
20434
20435 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
20436
20437 * textmodes/org.el: Version number fixed.
20438
20439 2007-06-07 Glenn Morris <rgm@gnu.org>
20440
20441 * version.el (emacs-copyright): New constant.
20442 * startup.el (fancy-splash-tail): Use emacs-copyright.
20443 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
20444
20445 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
20446 `make-local'.
20447 (byte-compile-warnings-safe-p): Add `make-local'.
20448 (byte-compile-make-variable-buffer-local):
20449 Allow byte-compile-warnings to suppress this warning.
20450
20451 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
20452 format of "menu" description.
20453 (tutorial--find-changed-keys): Describe the specific menu a
20454 command is in.
20455
20456 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
20457 Rewrite compatibility functions to silence byte-compiler.
20458
20459 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
20460
20461 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
20462 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
20463
20464 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
20465
20466 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
20467
20468 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
20469
20470 * progmodes/ebrowse.el (ebrowse-member-table):
20471 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
20472 (org-batch-agenda-csv): Fix typos in docstrings.
20473
20474 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
20475
20476 * pgg.el (pgg-sign-region, pgg-sign):
20477 * ses.el (ses-call-printer):
20478 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
20479 * textmodes/org.el (org-cycle): Fix typos in docstrings.
20480
20481 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
20482
20483 * textmodes/org.el (org-export-region-as-html)
20484 (org-replace-region-by-html, org-number-to-letters)
20485 (org-table-fedit-finish, org-normalize-color)
20486 (org-table-fedit-ref-right, org-date-to-gregorian)
20487 (org-table-fedit-move, org-table-convert-refs-to-rc)
20488 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
20489 (org-write-agenda, org-colgroup-info-to-vline-list)
20490 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
20491 (org-indent-line-function, org-export-as-html-to-buffer)
20492 (org-store-agenda-views, org-update-mode-line)
20493 (org-find-if, org-delete-all)
20494 (org-table-fedit-convert-buffer, org-emphasize)
20495 (org-uniquify, org-table-fedit-lisp-indent)
20496 (org-table-fedit-scroll, org-get-todo-sequence-head)
20497 (org-table-fedit-scroll-down, org-table-fedit-line-down)
20498 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
20499 (org-table-fedit-toggle-coordinates, org-dvipng-color)
20500 (org-table-fedit-line-up, org-table-fedit-ref-down)
20501 (org-table-formula-from-user, org-mode-flyspell-verify)
20502 (org-cycle-show-empty-lines, org-ctrl-c-ret)
20503 (org-table-formula-to-user, org-diary-to-ical-string)
20504 (orgtbl-export, org-table-fedit-post-command)
20505 (org-closed-in-range, org-shiftcontrolright)
20506 (org-table-convert-refs-to-an, org-table-hline-and-move)
20507 (org-table-formula-less-p, org-format-table-ascii)
20508 (org-agenda-get-sexps, org-shift-refpart)
20509 (org-diary-sexp-entry, org-time-string-to-absolute)
20510 (org-table-show-reference, org-letters-to-number)
20511 (org-fix-agenda-info, org-table-fedit-ref-up)
20512 (org-table-fedit-shift-reference, org-table-fedit-abort)
20513 (org-closest-date, org-shiftcontrolleft)
20514 (org-at-heading-or-item-p, org-rematch-and-replace)
20515 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
20516 New functions.
20517 (org-table-edit-scroll-down, org-finish-edit-formulas)
20518 (org-table-edit-next-field, org-abort-edit-formulas)
20519 (org-font-lock-level, org-export-find-first-heading-line)
20520 (org-table-edit-line-down, org-table-edit-backward-field)
20521 (org-edit-formula-lisp-indent, org-table-edit-move)
20522 (org-check-log-option, org-this-word)
20523 (org-table-edit-line-up, org-table-edit-formulas-post-command)
20524 (org-agenda-file-to-end, org-expand-file-name)
20525 (org-fake-empty-table-line, org-table-edit-scroll)
20526 (org-toggle-log-option, org-show-reference): Function removed.
20527 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
20528 New defsubsts.
20529 (org-unmodified, org-batch-store-agenda-views)
20530 (org-batch-agenda-csv): New macro.
20531 (org-agenda-export): New customization group.
20532 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
20533 (org-highest-priority, org-agenda-exporter-settings)
20534 (org-log-done-with-time, org-replace-disputed-keys)
20535 (org-format-latex-header, org-export-table-header-tags)
20536 (org-cycle-separator-lines, org-export-table-data-tags)
20537 (org-icalendar-include-sexps)
20538 (org-empty-line-terminates-plain-lists)
20539 (org-log-repeat, org-special-ctrl-a)
20540 (org-table-use-standard-references, org-disputed-keys)
20541 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
20542 (org-agenda-export-html-style): New option.
20543 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
20544 (org-CUA-compatible): Option removed.
20545 (org-agenda-structure, org-sexp-date): New face.
20546 (org-todo-keywords-for-agenda, org-not-done-keywords)
20547 (org-planning-or-clock-line-re, org-agenda-name)
20548 (org-table-colgroup-info, org-todo-sets)
20549 (constants-unit-system, org-clock-mode-line-entry)
20550 (org-mode-line-timer, org-table-current-begin-pos)
20551 (org-todo-keywords-1, org-mode-line-string)
20552 (org-table-clean-did-remove-column, org-table-fedit-map)
20553 (org-clock-heading, org-table-buffer-is-an)
20554 (org-agenda-info, org-done-keywords)
20555 (org-done-keywords-for-agenda, org-todo-heads)
20556 (org-todo-kwd-alist, org-clock-start-time): New variable.
20557 (org-todo-kwd-priority-p, org-edit-formulas-map)
20558 (org-repeat-re, org-todo-kwd-max-priority)
20559 (org-version, org-done-string)
20560 (org-table-clean-did-remove-column-1, org-disputed-keys):
20561 Remove variables.
20562 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
20563 (org-ts-lengths): Constant removed.
20564 (org-follow-gnus-link): Don't ask how many articles to read.
20565 (org-export-find-first-export-line): Rename from
20566 `org-export-find-first-heading'.
20567 Use `org-export-skip-text-before-1st-heading'.
20568 (org-table-fedit-post-command): Rename from
20569 `org-table-edit-formulas-post-command'.
20570 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
20571 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
20572 (org-table-fedit-lisp-indent): Rename from
20573 `org-edit-formula-lisp-indent'.
20574 (org-table-show-reference): Rename from `org-show-reference'.
20575 (org-table-store-formulas): Use `org-table-formula-less-p'.
20576 (org-table-edit-formulas): Position cursor to current field equation.
20577 (org-update-checkbox-count, org-hide-archived-subtrees)
20578 (org-timestamp-up-day, org-timestamp-down-day)
20579 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
20580 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
20581 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
20582 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
20583 Let `org-on-heading-p' also check for invisible heading.
20584 (org-read-date): Match am/pm times.
20585 (org-eval-in-calendar): Fix default date in prompt.
20586
20587 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
20588
20589 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
20590 "ChangeLog.a" entries, giving the latter lower priority.
20591
20592 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
20593
20594 * faces.el (face-id): If the argument is a face alias,
20595 return the ID of the target face.
20596
20597 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
20598
20599 * net/socks.el (top): Remove unnecessary copyright line.
20600
20601 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
20602
20603 * longlines.el (longlines-auto-wrap): Handle argument correctly.
20604
20605 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
20606
20607 * net/socks.el: New file, taken from w3 repository.
20608 (top): Update Copyright. Don't load cl.el.
20609 (all): Replace `case' by `cond', `string-to-int' by
20610 `string-to-number', and `process-kill-without-query' by
20611 `set-process-query-on-exit-flag'.
20612 (socks-char-int): Remove defalias and all occurrences.
20613
20614 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
20615
20616 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
20617 Fix typos in docstrings.
20618 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
20619 (compilation-finish-function): Fix typo in obsolescence declaration.
20620
20621 2007-06-03 Sam Steingold <sds@gnu.org>
20622
20623 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
20624 handle unending automatic recompilation of changed files (`omake -P').
20625 (compilation-loop): VISITED is now 5th CDR.
20626 (compilation-next-error-function): Set TIMESTAMP.
20627
20628 2007-06-03 Sam Steingold <sds@gnu.org>
20629
20630 * files.el (kill-buffer-ask): New function.
20631 (kill-some-buffers): Use it.
20632 (kill-matching-buffers): New user command.
20633
20634 2007-06-01 David Kastrup <dak@gnu.org>
20635
20636 * dired.el (dired-recursive-deletes, dired-recursive-copies):
20637 Change default to `top'.
20638
20639 2007-05-31 Richard Stallman <rms@gnu.org>
20640
20641 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
20642
20643 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20644
20645 * textmodes/css-mode.el: New file.
20646
20647 2007-05-30 Michael Olson <mwolson@gnu.org>
20648
20649 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
20650 died and we are trying to send a signal to it. The program using
20651 tq.el should periodically check to see whether the process has
20652 died and react appropriately -- this is not the responsibility of
20653 tq.el, and is consistent with the rest of the tq.el source code.
20654
20655 2007-05-29 Martin Rudalics <rudalics@gmx.at>
20656
20657 * textmodes/table.el (table--point-entered-cell-function)
20658 (table--point-left-cell-function):
20659 Bind `inhibit-point-motion-hooks' to t.
20660
20661 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
20662
20663 * emacs-lisp/rx.el (rx): Doc fix.
20664
20665 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
20666
20667 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
20668
20669 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
20670
20671 Sync with Tramp 2.0.56.
20672
20673 * net/tramp.el:
20674 * net/tramp-ftp.el:
20675 * net/tramp-smb.el:
20676 * net/tramp-util.el:
20677 * net/tramp-vc.el:
20678 Don't load cl.el, because that pollutes the namespace. Replace cl
20679 macros by their implementations where necessary. Requested by
20680 Richard Stallman <rms@gnu.org>.
20681
20682 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
20683 doesn't exist.
20684 (with-parsed-tramp-file-name): Protect debug spec during compilation.
20685 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
20686 (tramp-file-name-p, tramp-file-name-multi-method)
20687 (tramp-file-name-method, tramp-file-name-user)
20688 (tramp-file-name-host, tramp-file-name-localname): New defuns,
20689 replacing defstruct `tramp-file-name'.
20690 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
20691 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
20692 Apply `vector' instead of `make-tramp-file-name'.
20693 (tramp-handle-make-auto-save-file-name):
20694 Apply `tramp-temporary-file-directory' for compatibility reasons.
20695 (tramp-completion-mode): Use `natnump' instead of `wholenump'
20696 because of XEmacs.
20697 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
20698 started.
20699
20700 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
20701
20702 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
20703
20704 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
20705
20706 * log-edit.el (log-edit-changelog-paragraph): Return point-max
20707 as the end of the ChangeLog paragraph when it ends without a line
20708 termination.
20709
20710 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
20711
20712 * net/webjump.el (webjump-sample-sites):
20713 Add simple Wikipedia query.
20714
20715 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
20716
20717 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
20718 compatibility code.
20719
20720 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
20721 (copyright-update-year): Use it.
20722
20723 * edmacro.el (edmacro-format-keys): Use current-active-maps.
20724
20725 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
20726 Add indentation and debugging info. Fix up comment convention.
20727
20728 * cus-dep.el (custom-make-dependencies): Simplify.
20729
20730 * composite.el (compose-region, decompose-region):
20731 Use inhibit-read-only and restore-buffer-modified-p.
20732
20733 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
20734 (xterm-mouse-event): Use it.
20735
20736 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
20737
20738 * bs.el (bs-cycle-previous): Don't modify the cycle list until
20739 `switch-to-buffer' has returned succesfully.
20740 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
20741 window is dedicated (it could iconify the frame).
20742
20743 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
20744
20745 * vc-hooks.el (vc-find-root): Fix file attribute test.
20746
20747 2007-05-24 Richard Stallman <rms@gnu.org>
20748
20749 * textmodes/flyspell.el (flyspell-correct-word-before-point):
20750 Don't let opoint be nil.
20751 (flyspell-emacs-popup): Explicit error if no dialogs.
20752
20753 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
20754
20755 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
20756 (image-next-line, image-previous-line, image-scroll-up)
20757 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
20758 New functions.
20759 (image-mode-map): Remap motion commands.
20760 (image-mode-text-map): New keymap for viewing images as text.
20761 (image-mode): Use image-mode-map.
20762 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
20763
20764 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
20765
20766 * textmodes/fill.el (canonically-space-region): Make the second arg
20767 a marker if it's not already the case.
20768
20769 2007-05-23 Eli Zaretskii <eliz@gnu.org>
20770
20771 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
20772 (tar-get-descriptor): Handle type 55, an extended pax header.
20773
20774 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
20775
20776 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
20777 to confuse outline-minor-mode.
20778
20779 2007-05-23 Eli Zaretskii <eliz@gnu.org>
20780
20781 * tar-mode.el (tar-file-name-handler): New function.
20782 (tar-extract): Bind file-name-handler-alist to it to force
20783 find-buffer-file-type-coding-system behave as if the file being
20784 extracted existed. Use last-coding-system-used to force
20785 buffer-file-coding-system to what decode-coding-region actually
20786 used to decode the file.
20787
20788 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
20789
20790 * progmodes/compile.el (compilation-handle-exit):
20791 `compilation-finish-function' may change the current buffer.
20792
20793 2007-05-22 Richard Stallman <rms@gnu.org>
20794
20795 * files.el (set-auto-mode): Doc fix.
20796
20797 2007-05-22 Jan Djärv <jan.h.d@swipnet.se>
20798
20799 * help-fns.el (find-source-lisp-file): New function.
20800 (describe-function-1): Use find-source-lisp-file to find source
20801 file in compile tree.
20802
20803 2007-05-22 Eli Zaretskii <eliz@gnu.org>
20804
20805 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
20806
20807 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
20808
20809 * emacs-lisp/easy-mmode.el (define-minor-mode)
20810 (easy-mmode-define-navigation): Fix typos in docstrings.
20811
20812 2007-05-22 Glenn Morris <rgm@gnu.org>
20813
20814 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
20815
20816 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
20817
20818 * mail/mail-extr.el (mail-extract-address-components):
20819 Recognize non-ASCII characters except for NBSP as words.
20820
20821 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
20822
20823 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
20824 (rcirc-print): Handle `window-width'.
20825 (rcirc-buffer-maximum-lines): Doc fix.
20826
20827 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
20828
20829 * image-mode.el (image-toggle-display): Don't clear image cache.
20830 Only use filename in image spec if the file is readable.
20831 Call image-refresh.
20832
20833 * image.el (image-type-from-file-name, image-type): Simplify.
20834 (image-type-auto-detected-p): Don't scan auto-mode-alist.
20835
20836 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
20837 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
20838
20839 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
20840
20841 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
20842 is an error.
20843
20844 * term/linux.el (terminal-init-linux): Don't signal an error
20845 if gpm isn't running.
20846
20847 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
20848
20849 * t-mouse.el: Reduce to a minor-mode macro call.
20850 (t-mouse-mode): Remove the lighter.
20851
20852 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
20853
20854 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
20855
20856 * files.el (auto-mode-alist): Change the regexp so that
20857 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
20858
20859 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
20860
20861 * Version 22.1 released.
20862
20863 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
20864
20865 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
20866 changes.
20867
20868 2007-05-19 Kevin Ryde <user42@zip.com.au>
20869
20870 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
20871
20872 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
20873
20874 * textmodes/sgml-mode.el: Revert last change.
20875
20876 2007-05-18 Richard Stallman <rms@gnu.org>
20877
20878 * simple.el (push-mark): Doc fix.
20879
20880 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
20881
20882 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
20883 tpu-global-map.
20884 (tpu-original-global-map): Variable deleted.
20885 (tpu-control-keys-map): New keymap variable.
20886 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
20887 setting keymapping directly.
20888 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
20889 tpu-global-map.
20890 (tpu-edt-on): Activate the tpu-global-map.
20891 (tpu-edt-off): Deactivate the tpu-global-map.
20892
20893 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
20894
20895 * textmodes/ispell.el (ispell-get-word): Return markers
20896 for start and end positions.
20897 (ispell-word): Assume END is a marker.
20898
20899 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
20900
20901 * textmodes/sgml-mode.el (sgml-tag):
20902 Fix bug: Call sgml-transformation-function.
20903
20904 2007-05-17 Martin Rudalics <rudalics@gmx.at>
20905
20906 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
20907 modified flag of buffer. Use `inhibit-modification-hooks'.
20908
20909 2007-05-16 Richard Stallman <rms@gnu.org>
20910
20911 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
20912
20913 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
20914
20915 * files.el (magic-mode-alist, magic-fallback-mode-alist):
20916 Move the *ml, Postscript, and XmCD entries to the fallback part.
20917
20918 * files.el (magic-fallback-mode-alist):
20919 Rename from file-start-mode-alist.
20920
20921 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
20922
20923 * progmodes/compile.el (compilation-handle-exit): Quote first
20924 argument of `run-hook-with-args'.
20925
20926 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
20927
20928 * buff-menu.el (Buffer-menu-sort-column):
20929 * dabbrev.el (dabbrev-upcase-means-case-search):
20930 * dired.el (dired-recursive-deletes, dired-recursive-copies):
20931 * info.el (Info-current-subfile):
20932 * ls-lisp.el (ls-lisp-verbosity):
20933 * msb.el (msb-menu-cond):
20934 * pcvs.el (cvs-dired-use-hook):
20935 * simple.el (set-mark-command-repeat-pop):
20936 * time.el (display-time-24hr-format, display-time-mail-file):
20937 Doc fixes.
20938
20939 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
20940 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
20941
20942 * view.el (view-inhibit-help-message): Fix typo in docstring.
20943 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
20944
20945 2007-05-16 Martin Rudalics <rudalics@gmx.at>
20946
20947 * textmodes/ispell.el (ispell-start-process): Defend against bad
20948 default-directory.
20949
20950 2007-05-14 Eli Zaretskii <eliz@gnu.org>
20951
20952 * mail/rmail.el (rmail-convert-to-babyl-format): Check
20953 content-transfer-encoding _last_, because it's its position that
20954 we need as value of base64-header-field-end.
20955
20956 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
20957
20958 * files.el (mode-require-final-newline, require-final-newline)
20959 (enable-local-variables, enable-local-eval): Doc fixes.
20960
20961 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20962
20963 * ps-print.el: Use default color when foreground or background color
20964 are unspecified. Reported by Leo <sdl.web@gmail.com>.
20965 (ps-print-version): New version 6.7.4.
20966 (ps-rgb-color): New argument. Use default color when color is
20967 unspecified.
20968 (ps-begin-job): Fix code.
20969
20970 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
20971
20972 * longlines.el (longlines-mode): Make longlines-auto-wrap
20973 buffer-local. Add hooks unconditionally.
20974 (longlines-auto-wrap): Toggle wrapping.
20975 (longlines-after-change-function)
20976 (longlines-post-command-function): Check longlines-auto-wrap.
20977
20978 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
20979
20980 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
20981 (xterm-mouse-translate): Use it.
20982
20983 2007-05-10 Richard Stallman <rms@gnu.org>
20984
20985 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
20986 (iso-cvt-write-only): Likewise.
20987
20988 * emacs-lisp/easy-mmode.el (define-minor-mode):
20989 Fix generated doc string.
20990
20991 * startup.el (fancy-splash-text): Add URL of guided tour.
20992 Adjust horizontal and vertical whitespace.
20993
20994 * progmodes/compile.el (compilation-handle-exit):
20995 Use run-hook-with-args to run compilation-finish-functions.
20996
20997 * files.el (file-start-mode-alist): New variable.
20998 (magic-mode-regexp-match-limit): Doc fix.
20999 (set-auto-mode): Handle file-start-mode-alist.
21000 A little cleanup of structure.
21001
21002 * dabbrev.el (dabbrev-eliminate-newlines):
21003 Renamed from dabbrev--eliminate-newlines. All uses changed.
21004
21005 2007-05-10 Michaël Cadilhac <michael@cadilhac.name>
21006
21007 * man.el (Man-next-section): Don't consider the last line of the page
21008 as being part of any section.
21009
21010 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
21011
21012 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
21013 can take any number of values.
21014
21015 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
21016
21017 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
21018 to the list of citation commands.
21019
21020 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
21021
21022 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
21023
21024 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
21025
21026 * progmodes/python.el (python-font-lock-keywords)
21027 (python-open-block-statement-p, python-mode): Add support for the new
21028 "with" keyword.
21029
21030 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
21031
21032 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
21033 the exact opposite of diff-goto-source.
21034
21035 * emacs-lisp/advice.el (ad-special-forms): Remove.
21036 (ad-special-form-p): Use subr-arity.
21037
21038 * newcomment.el (comment-search-forward): Make sure we search forward.
21039 (comment-enter-backward): Try and distinguish the non-matching case at
21040 EOB from the non-matching case with a missing comment-end-skip for
21041 a 2-char comment ender.
21042 (comment-choose-indent): New function extracted from comment-indent.
21043 Improve the alignment algorithm.
21044 (comment-indent): Use it.
21045
21046 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
21047 XML style Processing Instructions.
21048 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
21049 (sgml-calculate-indent): Handle `pi' context.
21050
21051 * vc.el: Ensure that update-changelog issues an error when used with
21052 a backend that does not implement it.
21053 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
21054 Remove `backend' argument. Use expand-file-name.
21055 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
21056
21057 * progmodes/python.el (python-end-of-block): Revert last change.
21058 (python-end-of-statement): Make sure we move *forward*.
21059
21060 2007-05-08 Richard Stallman <rms@gnu.org>
21061
21062 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21063 Don't include non-self-insert commands in the exception for `-'.
21064
21065 2007-05-08 David Reitter <david.reitter@gmail.com>
21066
21067 * progmodes/python.el (python-guess-indent): Check non-nullness
21068 before comparing indent against the 2..8 interval.
21069
21070 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21071
21072 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
21073 available.
21074
21075 2007-05-06 Richard Stallman <rms@gnu.org>
21076
21077 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
21078
21079 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21080
21081 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
21082 rather than storing their value in the revert-buffer function.
21083
21084 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
21085
21086 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
21087 when disabling t-mouse-mode.
21088
21089 2007-05-01 Davis Herring <herring@lanl.gov>
21090
21091 * calendar/timeclock.el: Update version number.
21092 (timeclock-modeline-display): Mention timeclock-use-display-time
21093 in explanatory message.
21094 (timeclock-in): Fix non-interactive workday specifications.
21095 (timeclock-log): Don't kill the log buffer if it already existed.
21096 Suppress warnings when finding the log. Don't check for a nil
21097 project twice. Run hooks after killing the buffer (if applicable).
21098 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
21099 was geometric). All uses changed.
21100 (timeclock-generate-report): Support prefix argument.
21101
21102 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
21103
21104 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
21105 disconnections.
21106
21107 2007-05-01 Romain Francoise <romain@orebokech.com>
21108
21109 * dired-x.el: Revert 2007-04-06 change.
21110
21111 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
21112
21113 * find-dired.el (find-dired-filter): Propertize all text down to eob.
21114
21115 2007-04-29 Richard Stallman <rms@gnu.org>
21116
21117 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
21118
21119 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21120
21121 * progmodes/cc-mode.el (c-before-change): Use point-min rather
21122 than 1.
21123
21124 2007-04-28 Richard Stallman <rms@gnu.org>
21125
21126 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
21127
21128 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
21129
21130 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
21131 don't put stop on toolbar.
21132
21133 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21134
21135 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
21136
21137 2007-04-28 Eli Zaretskii <eliz@gnu.org>
21138
21139 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
21140 instead of $(lisp)/mh-e.
21141
21142 2007-04-28 Glenn Morris <rgm@gnu.org>
21143
21144 * image-dired.el (image-dired-cmd-create-thumbnail-options)
21145 (image-dired-cmd-create-temp-image-options): Replace option
21146 +profile "*" with -strip.
21147
21148 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
21149
21150 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
21151 Use window-start and window-end.
21152
21153 2007-04-27 Andreas Schwab <schwab@suse.de>
21154
21155 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
21156
21157 2007-04-27 Eli Zaretskii <eliz@gnu.org>
21158
21159 * textmodes/fill.el (fill-paragraph): Doc fix.
21160
21161 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
21162
21163 * locate.el (locate-in-alternate-database): Doc fix.
21164
21165 2007-04-26 Glenn Morris <rgm@gnu.org>
21166
21167 * button.el (button): Use underline if supported, else fall back
21168 to color.
21169
21170 * version.el (emacs-version): Increase to 22.1.50.
21171
21172 2007-04-25 Richard Stallman <rms@gnu.org>
21173
21174 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
21175
21176 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
21177
21178 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
21179 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
21180 pushing mark.
21181 (idlwave-current-routine): Don't push mark.
21182
21183 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
21184
21185 * image-dired.el (image-dired-display-image): Derive image-type from
21186 filename rather than assuming jpeg, in case no resizing was needed.
21187
21188 2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se>
21189
21190 * custom.el (defface): Doc fix.
21191
21192 See ChangeLog.12 for earlier changes.
21193
21194 ;; Local Variables:
21195 ;; coding: utf-8
21196 ;; add-log-time-zone-rule: t
21197 ;; End:
21198
21199 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
21200
21201 This file is part of GNU Emacs.
21202
21203 GNU Emacs is free software; you can redistribute it and/or modify
21204 it under the terms of the GNU General Public License as published by
21205 the Free Software Foundation; either version 3, or (at your option)
21206 any later version.
21207
21208 GNU Emacs is distributed in the hope that it will be useful,
21209 but WITHOUT ANY WARRANTY; without even the implied warranty of
21210 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21211 GNU General Public License for more details.
21212
21213 You should have received a copy of the GNU General Public License
21214 along with GNU Emacs; see the file COPYING. If not, write to the
21215 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21216 Boston, MA 02110-1301, USA.
21217
21218 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af