(compilation-auto-jump): Set window point to `pos' explicitly.
[bpt/emacs.git] / lisp / ChangeLog
1 2008-05-01 Juri Linkov <juri@jurta.org>
2
3 * replace.el (occur-read-primary-args): Set default to the car of
4 regexp-history and display it in the prompt, but don't add to the
5 list of minibuffer defaults. Bind history-add-new-input to nil to
6 not add automatically `default'. For empty input return `default'.
7 Otherwise, add `input' to regexp-history and return it.
8 (occur-1): Signal an error for the empty regexp.
9
10 * progmodes/compile.el (compilation-auto-jump):
11 Set window point to `pos' explicitly.
12
13 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
14
15 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
16 when appropriate.
17 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
18 we report the 'unregistered state reliably.
19 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
20 we report the 'unregistered state reliably.
21 * vc-git.el (vc-git-state): Call vc-git-unregistered so
22 we report the 'unregistered state reliably.
23 * vc-hooks (vc-state): Document that vc-unregistered is
24 now expected to be returned reliably.
25 * vc.el (vc-default-dired-state): Change needs-patch state to
26 needs-update, since the name now shows up in dir-status listings
27 and was somewhat misleading.
28
29 2008-05-01 Sam Steingold <sds@gnu.org>
30
31 * vc.el (vc-delete-file): Check if the file has uncommitted changed.
32
33 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
36
37 2008-05-01 Daiki Ueno <ueno@unixuser.org>
38
39 * epa-file-hook.el: New file split from epa-file.el.
40 * epa-file.el: Require 'epa-file-hook.
41 (epa-file-handler): Add autoload cookie.
42 * loadup.el: Load epa-file-hook.
43 * startup.el (command-line): Eval the body of auto-encryption-mode.
44
45 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
46
47 * vc.el (vc-dir-mode-map): Don't bind "r".
48
49 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
50 (vc-hg-status-printer): New function.
51 (vc-hg-after-dir-status): Deal with copied and renamed files.
52 (vc-hg-dir-status): Add flag to show copied files.
53
54 2008-05-01 John Paul Wallington <jpw@pobox.com>
55
56 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
57 (ibuffer-do-sort-by-recency): Reverse sorting order if last
58 sorting mode was recency.
59
60 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
61 reverse sorting order if last sorting mode was the sorter's.
62
63 2008-05-01 Jason Rumney <jasonr@gnu.org>
64
65 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
66
67 2008-04-30 John Paul Wallington <jpw@pobox.com>
68
69 * ibuffer.el (define-ibuffer-column filename): When the major mode
70 is `vc-dir-mode' show the buffer's default directory.
71
72 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
73 major mode is `vc-dir-mode' use the buffer's default directory.
74
75 2008-04-30 Sam Steingold <sds@gnu.org>
76
77 * vc.el (vc-dir-delete-file): Add.
78 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
79 (vc-delete-file): Do not barf when the file has been already deleted.
80
81 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
82
83 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
84
85 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * progmodes/octave-mod.el (octave-help): New function.
88 * progmodes/octave-hlp.el: Delete.
89 * info-look.el (octave-mode): Add operator index.
90
91 * vc.el (vc-checkout): Typo.
92
93 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
94
95 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
96 Add "..." in the appropriate places.
97
98 * epa.el (epa-key-list-mode-map): Add more menu entries.
99 Add "..." in the appropriate places.
100
101 * dired.el (dired-mode-map): Add :help.
102
103 * vc.el (vc-deduce-fileset): Add new parameter.
104 (vc-dir-marked-only-files): New function.
105 (vc-next-action): Don't ignore directories, look at the files
106 inside them.
107 (vc-dir-mode): Document how the mark/unmark commands work.
108
109 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
112 Rule out trailing spaces in file and directory names as well.
113
114 * minibuffer.el (completion--do-completion): Move point even if the
115 completion makes no change.
116 (completion-pcm-try-completion): Fix computation of new point.
117
118 2008-04-30 David Hansen <david.hansen@gmx.net>
119
120 * dired.el: Require 'cl.
121
122 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
123
124 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
125 hollow if not in innermost frame.
126
127 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 Make `checkout-model' apply to filesets.
130 * vc-hooks.el (vc-checkout-model): Rewrite.
131 (vc-before-save, vc-after-save): Adjust callers accordingly.
132 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
133 (vc-transfer-file): Adjust callers accordingly.
134 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
135 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
136 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
137 instead of vc-checkout-model.
138 * vc-mcvs.el (vc-mcvs-revert):
139 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
140 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
141 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
142 * vc-svn.el (vc-svn-checkout-model):
143 * vc-hg.el (vc-hg-checkout-model):
144 * vc-git.el (vc-git-checkout-model):
145 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
146
147 * dired.el (dired-read-dir-and-switches): Replace last change with
148 a new approach that mixes read-file-name and read-directory-name.
149
150 * files.el (read-buffer-to-switch):
151 Avoid making assumptions about `other-buffer'.
152
153 2008-04-29 Sam Steingold <sds@gnu.org>
154
155 * vc.el (vc-dir-mode-hook): Add normal hook.
156 (vc-dir-mode): Run it.
157
158 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
159
160 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
161 Always split windows.
162 (gdb-speedbar-timer-fn): Only raise frame after user input.
163 (gdb-same-frame): Reverse initial value.
164 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
165
166 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
167 gdb-speedbar-timer-fn.
168
169 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
172
173 2008-04-29 Daiki Ueno <ueno@unixuser.org>
174
175 * epa.el (epa-key-list-mode-map): Add menu.
176 (epa-delete-keys, epa-import-keys): Fix typo.
177
178 2008-04-29 Glenn Morris <rgm@gnu.org>
179
180 * find-cmd.el (top-level): Does not need cl when compiling.
181
182 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
183
184 * find-cmd.el: New file.
185
186 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
187
188 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
189 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
190 (completion-pcm--hilit-commonality): New function.
191 (completion-pcm-all-completions): Use it.
192
193 * minibuffer.el (completion-common-substring): Mark obsolete.
194 (completions-first-difference, completions-common-part):
195 Move from simple.el.
196 (completion-hilit-commonality): New fun.
197 (display-completion-list, completion-emacs21-all-completions)
198 (completion-emacs22-all-completions): Use it.
199 * simple.el (completions-first-difference, completions-common-part):
200 Move to minibuffer.el.
201 (choose-completion-string): Use field functions and minibufferp.
202 (completion-setup-function): Don't set completions faces.
203
204 2008-04-29 Glenn Morris <rgm@gnu.org>
205
206 * calendar/calendar.el (calendar-nth-named-absday)
207 (calendar-nth-named-day):
208 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
209 * calendar/holidays.el (holiday-float): Doc fixes.
210
211 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
212 the `full' case.
213
214 * org/org-agenda.el (calendar-iso-from-absolute):
215 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
216 Fix declarations.
217
218 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
219
220 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
221 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
222 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
223 (gdb-assembler-custom): Be careful not to match other addresses.
224
225 2008-04-29 Jason Rumney <jasonr@gnu.org>
226
227 * battery.el (battery-status-function): Use w32-battery-status
228 on Windows.
229 (battery-echo-area-format): Make apm format the general case.
230 (battery-mode-line-format): Merge apm and pmset formats as the
231 general case.
232
233 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
234
235 * progmodes/gdb-ui.el (gdb-info-stack-custom):
236 Use gud-tool-bar-item-visible-no-fringe.
237 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
238 is already visible in frame. Remove optional size parameter
239 and add optional frame parameter.
240
241 * progmodes/gud.el (gud-display-line): Only consider visible
242 frames when looking for source buffer.
243
244 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
245
246 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
247 argument to get-char-property, in case the current buffer hasn't
248 been assigned to that window yet.
249 (doc-view-display): Default to selected window if the current
250 buffer hasn't been assigned to a window yet.
251
252 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
253
254 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
255
256 2008-04-28 Sam Steingold <sds@gnu.org>
257
258 * vc-hg.el (vc-hg-rename-file): Fix argument order.
259
260 2008-04-28 Bastien Guerry <bzg@altern.org>
261
262 * whitespace.el (whitespace-trailing): Fix typo.
263
264 2008-04-28 Sam Steingold <sds@gnu.org>
265
266 * textmodes/remember.el (diary-make-entry): Update the autoload.
267
268 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
269
270 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
271 all-completions.
272
273 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
274
275 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
276
277 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
278
279 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
280 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
281 (vc-dir-mark-file): Add an optional argument.
282 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
283
284 2008-04-27 Daiki Ueno <ueno@unixuser.org>
285
286 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
287 rather than obsolete alias find-file-hooks.
288 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
289 Use find-file-hook rather than obsolete alias find-file-hooks.
290 Add to find-file-not-found-functions.
291 (epa-file-handler): Put 'safe-magic and 'operations properties.
292
293 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
294 (epa-menu-items): Remove.
295
296 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
297 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
298 (epa-dired-mode, epa-global-dired-mode): Remove.
299
300 * dired.el (dired-mode-map): Bind encryption/decryption commands.
301
302 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
303
304 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
305
306 2008-04-27 Glenn Morris <rgm@gnu.org>
307
308 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
309 Remove un-needed local `orig-list'. Replace cl `copy-list'.
310
311 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
312
313 * org/org.el (org-html-level-start): Always have id's in HTML.
314 (org-export-as-html): Use `org-link-protocols' to
315 retrieve the export form of the link.
316 (org-add-link-type): Final parameter renamed from PUBLISH.
317 Better documentation of how it is to be used. Avoid double entries for
318 the same link type.
319 (org-add-link-props): New function.
320 (org-modules-loaded): New variable.
321 (org-load-modules-maybe, org-set-modules): New function.
322 (org-modules): New option.
323 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
324 (orgtbl-mode, org-store-link, org-insert-link-global)
325 (org-open-at-point): Call `org-load-modules-maybe'.
326 (org-search-view): Add more text properties.
327 (org-agenda-schedule, org-agenda-deadline): Allow also in
328 search-type agendas.
329 (org-search-view): Order of arguments has been changed.
330 Interpret prefix-arg as TODO-ONLY.
331 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
332 Take new argument order of `org-search-view' into account.
333 (org-todo-only): New variable.
334 (org-search-syntax-table): New variable and function.
335 (org-search-view): Do the search with the special syntax table.
336 (define-obsolete-function-alias): Make work with XEmacs.
337 (org-add-planning-info): Use old date as default when modifying an
338 existing deadline or scheduled item.
339 (org-agenda-compute-time-span): Make argument N optional.
340 (org-agenda-format-date-aligned): Require `cal-iso'.
341 (org-agenda-list): Include week into into agenda heading, don't
342 list it at each date (only on Mondays).
343 (org-read-date-analyze): Define local variable `iso-date'.
344 (org-agenda-format-date-aligned): Remove dependency on
345 `calendar-time-from-absolute'.
346 (org-remember-apply-template, org-go-to-remember-target):
347 Interpret filenames relative to `org-directory'.
348 (org-complete): Silently fail when trying to complete
349 keywords that don't have a default value.
350 (org-get-current-options): Add a #+DATE: option.
351 (org-additional-option-like-keywords): Remove "DATE:" from the
352 list of additional keywords.
353 (org-export-as-html): Remove (current-time) as unnecessary second
354 argument of `format-time-string'.
355 (org-clock-find-position): Handle special case at end of buffer.
356 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
357 `org-agenda-change-time-span'.
358 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
359 `org-agenda-change-time-span'.
360 (org-agenda-month-view): New argument MONTH, pass it on to
361 `org-agenda-change-time-span'.
362 (org-agenda-year-view): New argument YEAR, pass it on to
363 `org-agenda-change-time-span'.
364 (org-agenda-change-time-span): New optional argument N, pass it on
365 to `org-agenda-compute-time-span'.
366 (org-agenda-compute-time-span): New argument N, interpret it by
367 changing the starting day.
368 (org-small-year-to-year): New function.
369 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
370 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
371 into the future, and that the shift is at least one interval, never 0.
372 (org-update-checkbox-count): Fix bug with checkbox counting.
373 (org-add-note): New command.
374 (org-add-log-setup): Rename from `org-add-log-maybe'.
375 (org-log-note-headings): New entry for plain notes (i.e. notes not
376 related to state changes or clocking).
377 (org-get-org-file): Check for availability of `remember-data-file'.
378 (org-cached-entry-get): Allow a regexp value for
379 `org-use-property-inheritance'.
380 (org-use-property-inheritance): Allow regexp value. Fix bug in
381 customization type.
382 (org-use-tag-inheritance): Allow a list and a regexp value for
383 this variable.
384 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
385 (org-entry-get): Respect value `selective' for the INHERIT argument.
386 (org-tag-inherit-p, org-property-inherit-p): New functions.
387 (org-agenda-format-date-aligned): Allow 10 characters for
388 weekday, to acomodate German locale.
389 (org-add-archive-files): New function.
390 (org-agenda-files): New argument `ext', to get archive files as well.
391 (org-tbl-menu): Protect the use of variables that
392 are only available when org-table.el gets loaded.
393 (org-read-agenda-file-list): Error if `org-agenda-files' is a
394 single directory.
395 (org-open-file): Allow a batch process to trigger
396 waiting after executing a system command.
397 (org-store-link): Link to headline when there is not
398 target and no region in an org-mode buffer when creating a link.
399 (org-link-types-re): New variable.
400 (org-make-link-regexps): Compute `org-link-types-re'.
401 (org-make-link-description-function): New option.
402 (org-agenda-date, org-agenda-date-weekend): New faces.
403 (org-archive-sibling-heading): New option.
404 (org-archive-to-archive-sibling): New function.
405 (org-iswitchb): New command.
406 (org-buffer-list): New function.
407 (org-agenda-columns): Also try the #+COLUMNS line in
408 the buffer associated with the entry at point (or with the first
409 entry in the agenda view).
410 (org-modules): Add entry for org-bibtex.el.
411 (org-completion-fallback-command): Move into `org-completion' group.
412 (org-clock-heading-function): Move to `org-progress' group.
413 (org-auto-repeat-maybe): Make sure that a note can
414 be enforces if `org-log-repeat' is `note'.
415 (org-modules): Allow additional symbols for external packages.
416 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
417 (org-clock-goto): Hide drawers after showing an
418 entry with `org-clock-goto.'
419 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
420 Try also a clocktable block shift.
421 (org-clocktable-try-shift): New function.
422 (org-columns-hscoll-title): New function.
423 (org-columns-previous-hscroll): New variable.
424 (org-columns-full-header-line-format): New variable.
425 (org-columns-display-here-title, org-columns-remove-overlays):
426 Install `org-columns-hscoll-title' in post-command-hook.
427
428 * org/org.el: Split into many small files.
429
430 * org/org-agenda.el: New file, split off from org.el.
431
432 * org/org-archive.el: New file, split off from org.el.
433
434 * org/org-bbdb.el: New file.
435
436 * org/org-bibtex.el: New file, split off from org.el.
437
438 * org/org-clock.el: New file, split off from org.el.
439
440 * org/org-colview.el: New file, split off from org.el.
441
442 * org/org-compat.el: New file, split off from org.el.
443
444 * org/org-exp.el: New file, split off from org.el.
445
446 * org/org-faces.el: New file, split off from org.el.
447
448 * org/org-gnus.el: New file, split off from org.el.
449
450 * org/org-info.el: New file, split off from org.el.
451
452 * org/org-infojs.el: New file.
453
454 * org/org-irc.el: New file.
455
456 * org/org-macs.el: New file, split off from org.el.
457
458 * org/org-mew.el: New file.
459
460 * org/org-mhe.el: New file, split off from org.el.
461
462 * org/org-publish.el: New file, split off from org.el.
463
464 * org/org-remember.el: New file, split off from org.el.
465
466 * org/org-rmail.el: New file, split off from org.el.
467
468 * org/org-table.el: New file, split off from org.el.
469
470 * org/org-vm.el: New file, split off from org.el.
471
472 * org/org-wl.el: New file, split off from org.el.
473
474 2008-04-27 Jason Riedy <jason@acm.org>
475
476 * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
477 parameter that supresses lines that evaluate to NIL.
478 (orgtbl-get-fmt): New inline function for
479 picking apart formats that may be lists.
480 (orgtbl-apply-fmt): New inline function for applying formats that
481 may be functions.
482 (orgtbl-eval-str): New inline function for strings that may be
483 functions.
484 (orgtbl-format-line, orgtbl-to-generic): Use and document.
485 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
486 (*orgtbl-llfmt*, *orgtbl-llstart*)
487 (*orgtbl-llend*): Dynamic variables for last-line formatting.
488 (orgtbl-format-section): Shift formatting to support detecting the
489 last line and formatting it specially.
490 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
491 formats unless overridden.
492 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
493 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
494 bound variables to hold the input collection of lines and output
495 formatted text.
496 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
497 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
498 format parameters.
499 (orgtbl-format-line): New function encapsulating formatting for a
500 single line.
501 (orgtbl-format-section): Similar for each section. Rebinding the
502 dynamic vars customizes the formatting for each section.
503 (orgtbl-to-generic): Use orgtbl-format-line and
504 orgtbl-format-section.
505 (org-get-param): Now unused, so delete.
506 (orgtbl-gather-send-defs): New function to
507 gather all the SEND definitions before a table.
508 (orgtbl-send-replace-tbl): New function to find the RECEIVE
509 corresponding to the current name.
510 (orgtbl-send-table): Use the previous two functions and implement
511 multiple destinations for each table.
512
513 * doc/org.texi (A LaTeX example): Note that fmt may be a
514 one-argument function, and efmt may be a two-argument function.
515 (Radio tables): Document multiple destinations.
516
517 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
518
519 * org/org-agenda.el (org-add-to-diary-list): New function.
520 (org-prefix-has-effort): New variable.
521 (org-sort-agenda-noeffort-is-high): New option.
522 (org-agenda-columns-show-summaries)
523 (org-agenda-columns-compute-summary-properties): New options.
524 (org-format-agenda-item): Compute the duration of the item.
525 (org-agenda-weekend-days): New variable.
526 (org-agenda-list, org-timeline): Use the proper faces for dates in
527 the agenda and timeline buffers.
528 (org-agenda-archive-to-archive-sibling): New command.
529 (org-agenda-start-with-clockreport-mode): New option.
530 (org-agenda-clockreport-parameter-plist): New option.
531 (org-agenda-clocktable-mode): New variable.
532 (org-agenda-deadline-leaders): Allow a function value for the
533 deadline leader.
534 (org-agenda-get-deadlines): Deal with new function value.
535
536 * lisp/org-clock.el (org-clock): New customization group.
537 (org-clock-into-drawer, org-clock-out-when-done)
538 (org-clock-in-switch-to-state, org-clock-heading-function):
539 Move into the new group.
540 (org-clock-out-remove-zero-time-clocks): New option.
541 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
542 (org-dblock-write:clocktable): Allow a Lisp form for the scope
543 parameter.
544 (org-dblock-write:clocktable): Fix bug with total time calculation.
545 (org-dblock-write:clocktable): Request the unrestricted list of files.
546 (org-get-clocktable): New function.
547 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
548 be strings but also integers (an absolute day number) and lists (m d y).
549
550 * org/org-colview.el (org-columns-next-allowed-value)
551 (org-columns-edit-value): Limit the effort for updating in the
552 agenda to recomputing a single file.
553 (org-columns-compute): Only write property value if it has changed.
554 This avoids raising the buffer-change-flag unnecessarily.
555 (org-agenda-colview-summarize)
556 (org-agenda-colview-compute): New functions.
557 (org-agenda-columns): Call `org-agenda-colview-summarize'.
558
559 * org/org-exp.el (org-export-run-in-background): New option.
560 (org-export-icalendar): Allow a batch process to trigger waiting
561 after executing a system command.
562 (org-export-preprocess-string): Rename from
563 `org-cleaned-string-for-export'.
564 (org-export-html-style): Made target class look like normal text.
565 (org-export-as-html): Make use of the better proprocessing in
566 `org-cleaned-string-for-export'.
567 (org-cleaned-string-for-export): Better treatment of heuristic
568 targets, many more internal links will now work in HTML export.
569 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
570 (org-export-inbuffer-options-extra): New variable.
571 (org-export-options-filters): New hook.
572 (org-infile-export-plist): Find also the settings keywords in
573 `org-export-inbuffer-options-extra'.
574 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
575 multiple #+INFOJS_OPT lines.
576 (org-export-html-handle-js-options): New function.
577 (org-export-html-infojs-setup): New option.
578 (org-export-as-html): Call `org-export-html-handle-js-options'.
579 Add autoload to all entry points.
580 (org-skip-comments): Function removed.
581
582 * org/org-table.el (org-table-make-reference): Extra parenthesis
583 around single fields, to make sure that algebraic formulas get
584 correctly interpreted by calc.
585 (org-table-current-column): No longer interactive.
586
587 * org/org-export-latex.el (org-export-latex-preprocess):
588 Rename from `org-export-latex-cleaned-string'.
589
590 2008-04-27 Bastien Guerry <bzg@altern.org>
591
592 * org/org-publish.el (org-publish-get-base-files-1): New function.
593 (org-publish-get-base-files): Use it.
594 (org-publish-temp-files): New variable.
595 Don't require 'dired-aux anymore.
596 (org-publish-initial-buffer): New variable.
597 (org-publish-org-to, org-publish): Use it.
598 (org-publish-get-base-files-1): Bug fix: get
599 the proper list of files when recursing thru a directory.
600 (org-publish-get-base-files): Use the :exclude property to skip
601 both files and directories.
602
603 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
604
605 * net/tramp.el (tramp-handle-make-symbolic-link)
606 (tramp-handle-file-name-directory)
607 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
608 (tramp-do-copy-or-rename-file-directly)
609 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
610 (tramp-handle-substitute-in-file-name)
611 (tramp-handle-insert-file-contents, tramp-handle-write-region)
612 * net/tramp-cache.el (tramp-get-file-property)
613 (tramp-set-file-property, tramp-flush-file-property)
614 (tramp-flush-directory-property)
615 * net/tramp-compat.el (tramp-compat-make-temp-file)
616 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
617 Disable `file-name-handler-alist' when handling localname.
618 It could have a remote file syntax, like a VMS file name.
619
620 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
621
622 * whitespace.el: New version 11.1.
623 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
624 enclosed by \\( and \\)$. Docstring fix.
625 (whitespace-trailing-regexp): Fun removed.
626 (whitespace-report-list): Const initialization fix.
627 (whitespace-color-on): Code fix.
628
629 2008-04-27 Andreas Schwab <schwab@suse.de>
630
631 * Makefile.el: Unbreak bootstrap.
632
633 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
634
635 * net/tramp.el (tramp-replace-environment-variables): New defun.
636 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
637 Use it.
638
639 2008-04-27 Glenn Morris <rgm@gnu.org>
640
641 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
642
643 * calculator.el (calculator-expt): Replace cl function `oddp'.
644
645 2008-04-27 Johan Bockgård <bojohan@gnu.org>
646
647 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
648 Simplify. Collect `defun' and `autoload' entries.
649 Avoid modifying load-history.
650
651 2008-04-26 Glenn Morris <rgm@gnu.org>
652
653 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
654
655 * simple.el (quoted-insert, zap-to-char): Revert previous change.
656
657 2008-04-26 John Paul Wallington <jpw@pobox.com>
658
659 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
660 `hexl-mode-old-eldoc-documentation-function'.
661 (hexl-mode-exit): Restore it.
662 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
663
664 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
665
666 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
667
668 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
669 (completion-pcm--all-completions): Doc fix.
670 (completion-styles-alist, completion-all-completions):
671 Fix typos in docstrings.
672
673 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
674
675 * whitespace.el: There is now only one variable (whitespace-style) to
676 specify which kind of blank is visualized. Doc and docstring fix.
677 New version 11.0.
678 (whitespace-style): New option, replace whitespace-style-mark and
679 whitespace-style-color.
680 (whitespace-style-mark, whitespace-style-color): Options removed.
681 (whitespace-hspace, whitespace-tab, whitespace-newline)
682 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
683 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
684 (whitespace-hspace-regexp, whitespace-space-regexp)
685 (whitespace-tab-regexp, whitespace-trailing-regexp)
686 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
687 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
688 (whitespace-space-after-tab-regexp, whitespace-line-column)
689 (whitespace-display-mappings, whitespace-report): Docstring fix.
690 (whitespace-color-value-list, whitespace-mark-value-list)
691 (whitespace-active-color, whitespace-active-mark)
692 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
693 (whitespace-style-value-list, whitespace-active-style)
694 (whitespace-toggle-style): New vars.
695 (whitespace-toggle-option-alist, whitespace-help-text):
696 Var initialization and docstring fix.
697 (whitespace-toggle-options, global-whitespace-toggle-options)
698 (whitespace-cleanup, whitespace-cleanup-region)
699 (whitespace-report-region, whitespace-interactive-char)
700 (whitespace-toggle-list): Docstring and code fix.
701 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
702 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
703 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
704 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
705
706 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
707
708 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
709 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
710 (diff-sanity-check-hunk): Adjust code accordingly.
711
712 2008-04-26 Glenn Morris <rgm@gnu.org>
713
714 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
715
716 * forms-d2.dat: Move to ../etc.
717 * forms-d2.el (forms-file): Adapt for above change.
718
719 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
720 `translation-table-for-input'.
721
722 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
723 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
724
725 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
726 to punctuation now it's not needed for abbrevs.
727 (fortran-mode-abbrev-table): Remove defvar, make use of new
728 define-abbrev-table :regexp feature.
729
730 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
731 insert, now that translation-table-for-input is not needed.
732
733 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
734
735 * emacs-lisp/pp.el (pp-display-expression): New function,
736 extracted from pp-eval-expression.
737 (pp-eval-expression): Use pp-display-expression.
738 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
739 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
740 (pp-eval-last-sexp): Use pp-last-sexp.
741
742 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * abbrev.el (define-abbrev-table): Apply props even if the table
745 exists already.
746
747 * minibuffer.el (completion-table-with-context): Fix `pred' for the
748 various kinds of completion tables.
749 (completion-emacs22-try-completion): Place cursor after the /, as was
750 done in Emacs-22's minibuffer-complete-word.
751 Fix bug reported by David Hansen <david.hansen@gmx.net>.
752 (completion-emacs22-try-completion): Merge all mergable text rather
753 than just /.
754 (completion-pcm--delim-wild-regex): New var.
755 (completion-pcm-word-delimiters): New custom.
756 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
757 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
758 (completion-pcm--all-completions, completion-pcm-all-completions)
759 (completion-pcm--merge-completions, completion-pcm--pattern->string)
760 (completion-pcm-try-completion): New functions.
761 (completion-styles-alist): Add them.
762 (completion-styles): Add it to the default.
763
764 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
765
766 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
767 (gdb-var-create-handler): ...until here when there are values.
768 (gdb-post-prompt): Don't do -var-update with no watch expressions.
769 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
770
771 2008-04-25 Eli Zaretskii <eliz@gnu.org>
772
773 * ls-lisp.el (ls-lisp-format): Fix last change.
774 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
775 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
776 (ls-lisp-filesize-f-fmt): New defvars.
777 (ls-lisp-insert-directory): Dynamically compute format specifiers
778 for displaying UID, GID, and file size, and store them in the
779 above variables.
780 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
781 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
782 instead of constant format strings.
783 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
784 ls-lisp-filesize-d-fmt instead of constant format strings.
785
786 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
787
788 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
789 value of addresses rather than (partial) string value.
790 (gdb-frame-handler): Change regexp according to above change.
791 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
792 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
793 (gdb-assembler-mode): Disable undo in these buffers.
794
795 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
796
797 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
798 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
799
800 2008-04-24 Sam Steingold <sds@gnu.org>
801
802 * textmodes/remember.el (remember-diary-extract-entries): Use
803 diary-make-entry instead of the obsolete make-diary-entry.
804
805 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
806
807 * subr.el (translation-table-for-input): Mark as obsolete.
808
809 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
810
811 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
812
813 * textmodes/ispell.el (ispell-dictionary-alist-1)
814 (ispell-dictionary-alist-2, ispell-dictionary-alist-3):
815 (ispell-dictionary-alist-4, ispell-dictionary-alist-5):
816 (ispell-dictionary-alist-6): Remove.
817 (ispell-dictionary-base-alist): New var, merges the above.
818 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
819 Use it.
820 (ispell-dictionary-alist): Default to nil. Remove autoload.
821 (ispell-local-dictionary-alist): Remove autoload.
822
823 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
824 (f90-mode-abbrev-table): Use the new :regexp feature.
825 Merge defvar and mapc into define-abbrev-table.
826 (f90-imenu-type-matcher): Remove unused `l'.
827 (f90-imenu-generic-expression): Remove unused `not-ib'.
828 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
829 (f90-change-keywords): Use restore-buffer-modified-p.
830
831 2008-04-24 Glenn Morris <rgm@gnu.org>
832
833 * net/goto-addr.el (goto-address-prog-mode):
834 * progmodes/bug-reference.el (bug-reference-prog-mode):
835 Define for compiler.
836
837 * minibuffer.el (x-file-dialog): Declare as function.
838
839 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
840 dframe-update-speed rather than obsolete alias speedbar-update-speed.
841
842 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
843 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
844 work with easymenu. Add :keys where needed.
845
846 * calendar/cal-move.el (calendar-scroll-left): Handle case when
847 event-start is nil.
848
849 * calendar/calendar.el (calendar-mode-map): Fix typo.
850
851 2008-04-24 Tom Tromey <tromey@redhat.com>
852
853 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
854 Document keywords. Add :suppress.
855 * pcvs-defs.el (cvs-mode-map): Use :suppress.
856
857 * net/goto-addr.el (goto-address-unfontify): New function.
858 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
859 (goto-address-fontify-region, goto-address-mode)
860 (goto-address-prog-mode): New functions.
861
862 * progmodes/bug-reference.el: New file.
863
864 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
865
866 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
867
868 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
869
870 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
871 macros within lambdas.
872
873 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 * minibuffer.el (completion-try-completion): Add `point' argument.
876 Change return value.
877 (completion-all-completions): Add `point' argument.
878 (minibuffer-completion-help): Pass the new `point' argument.
879 (completion--do-completion): Pass the whole field to try-completion.
880 (completion--try-word-completion): Rewrite, making fewer assumptions.
881 (completion-emacs21-try-completion, completion-emacs21-all-completions)
882 (completion-emacs22-try-completion, completion-emacs22-all-completions)
883 (completion-basic-try-completion, completion-basic-all-completions):
884 New functions.
885 (completion-styles-alist): Use them.
886
887 2008-04-23 Agustin Martin <agustin.martin@hispalinux.es>
888
889 * ispell.el (ispell-set-spellchecker-params): New function to make sure
890 right params and dictionary alists are used after spellchecker changes.
891 (ispell-aspell-dictionary-alist, ispell-last-program-name)
892 (ispell-initialize-spellchecker-hook): New variables and hook.
893 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
894 (ispell-maybe-find-aspell-dictionaries): Remove.
895 Calls replaced by (ispell-set-spellchecker-params) calls.
896 (ispell-have-aspell-dictionaries): Remove.
897 * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
898 ispell-set-spellchecker-params.
899
900 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * complete.el (PC-do-completion): Be more robust in the presence of
903 unexpected values in minibuffer-completion-predicate.
904
905 * minibuffer.el (read-file-name): Don't let-bind default-directory.
906 Only abbreviate default-filename if it's a file.
907
908 * minibuffer.el (read-file-name-function, read-file-name-predicate)
909 (read-file-name-completion-ignore-case, insert-default-directory):
910 New vars, moved from fileio.c.
911 (read-file-name): New fun, moved from fileio.c.
912 * cus-start.el: Remove insert-default-directory and
913 read-file-name-completion-ignore-case.
914
915 * Makefile.in (emacs-deps): Leave it empty.
916
917 2008-04-23 Magnus Henoch <mange@freemail.hu>
918
919 * tar-mode.el (tar-untar-buffer): If the entry has directory
920 link type, extract it as a directory even if its file name doesn't
921 end with a slash. Fixes extraction of NetBSD tar archives.
922
923 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
924
925 * server.el (server-start): Also don't get confused by CRs since we
926 don't quote them.
927
928 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
929
930 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
931 (gdb-set-gud-minor-mode-existing-buffers)
932 (gdb-info-breakpoints-custom, gdb-get-location)
933 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
934 Previously gdb-create-define-alist wasn't always run and added to
935 after-save-hook.
936
937 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
938
939 2008-04-23 Kevin Ryde <user42@zip.com.au>
940
941 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
942 comments like unindented ones.
943
944 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
945
946 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
947 parameter origins.
948
949 2008-04-23 Kevin Ryde <user42@zip.com.au>
950
951 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
952 Bind print-level to ensure output forms aren't truncated if
953 print-level is set to eval-expression-print-level when going via
954 eval-defun and friends, or has been otherwise fiddled with.
955
956 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
957
958 * progmodes/cc-mode.el (c-basic-common-init): Don't set
959 font-lock-extend-after-change-region-function globally.
960
961 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
962
963 * speedbar.el (speedbar-use-tool-tips-flag)
964 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
965 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
966 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
967 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
968 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
969 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
970 (speedbar-separator-face): Fix typos in docstrings.
971 (speedbar-stealthy-function-list, speedbar-verbosity-level)
972 (speedbar-supported-extension-expressions, speedbar-update-current-file)
973 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
974 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
975 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
976 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
977 (speedbar-check-vc-this-line, speedbar-files-line-directory)
978 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
979 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
980 (speedbar-recenter): Doc fixes.
981 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
982 declaration and remove redundant info in docstring.
983
984 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
985
986 * vc-git.el (vc-git-status-printer): Deal with directories.
987
988 * vc.el (vc-next-action): Look at more than the first file to
989 determine the state.
990
991 2008-04-23 Glenn Morris <rgm@gnu.org>
992
993 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
994 timers. Doc fix.
995 (dframe-update-speed): Drop support for XEmacs < 20.
996 (dframe-frame-mode): Drop support for Emacs < 20.
997 (dframe-set-timer-internal): Drop support for Emacs without timers.
998 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
999
1000 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
1001 versions. Add doc-string. Mark as obsolete.
1002
1003 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
1004
1005 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
1006 rather than using an Emacs version test.
1007
1008 * tree-widget.el (tree-widget-image-enable): Use display-images-p
1009 rather than an Emacs version test.
1010
1011 * calendar/cal-china.el (holiday-chinese-qingming)
1012 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
1013 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
1014 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
1015
1016 * calendar/cal-islam.el (holiday-islamic): Doc fix.
1017
1018 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
1019 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
1020 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1021
1022 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
1023
1024 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
1025 (gdb-previous-frame-pc-address): ...to this.
1026 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
1027 of "info frame" with Gdb 6.4+.
1028 (gdb-stack-list-frames-regexp): New regexp.
1029 (gdb-frame-handler-1): Parse output of -stack-info-frame
1030
1031 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
1032
1033 * tar-mode.el (tar-prefix-offset): New constant.
1034 (tar-header-block-tokenize): Support paths with long names
1035 which use the "ustar" standard.
1036
1037 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
1038
1039 * image-dired.el (image-dired-track-original-file)
1040 (image-dired-modify-mark-on-thumb-original-file):
1041 Use `dired-goto-file' instead of `search-forward'. This solves
1042 a bug with finding files where the file name is a subset of other
1043 file names. Doc fix.
1044
1045 2008-04-22 Juri Linkov <juri@jurta.org>
1046
1047 * menu-bar.el (buffers-menu-max-size): Move its definition down to
1048 the "Buffers Menu" section. Change group name `mouse' to `menu'.
1049 (yank-menu-length): Change group name `mouse' to `menu'.
1050 (buffers-menu-buffer-name-length): New user option.
1051 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
1052 instead of the hard-coded number 27.
1053
1054 2008-04-22 Juri Linkov <juri@jurta.org>
1055
1056 * isearch.el (eval-when-compile): Require `help-macro'.
1057 (isearch-help-for-help-internal): Isearch specific Help screen
1058 created by `make-help-screen'.
1059 (isearch-help-map): New variable that binds "b", "k", "m" to
1060 isearch-specific commands, and binds other keys to
1061 isearch-other-control-char, thus allowing other Help keys to
1062 exit isearch mode and execute their global definitions.
1063 (isearch-help-for-help, isearch-describe-bindings)
1064 (isearch-describe-key, isearch-describe-mode): New commands.
1065 (isearch-mode-help): Define alias to isearch-describe-mode
1066 and remove its old function definition.
1067 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
1068 Remove old comments because this issue is settled now.
1069 (isearch-forward): Describe three new Help commands in the docstring.
1070 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
1071 leave the single sentence at the first line of the docstring,
1072 and prepend the word "function" before `isearch-forward'
1073 to make the Help link to the function instead of variable.
1074
1075 2008-04-22 Juri Linkov <juri@jurta.org>
1076
1077 * isearch.el (isearch-success-function): New variable with default
1078 to `isearch-success-function-default'.
1079 (isearch-search): Call a function from `isearch-success-function'
1080 instead of calling the hard-coded `isearch-range-invisible'.
1081 (isearch-success-function-default): New function that calls
1082 `isearch-range-invisible' and inverts its return value.
1083
1084 * info.el (Info-search): In two similar places that skip
1085 undesired search matches move code to Info-search-success-function,
1086 and call `isearch-success-function' instead.
1087 (Info-search-success-function): New function copied from code
1088 in Info-search. Replace isearch-range-invisible with
1089 text-property-not-all that checks for 'invisible and 'display
1090 properties to skip partially invisible matches (whose display
1091 properties were set by Info-fontify-node).
1092 (Info-mode): Set buffer-local isearch-success-function
1093 to Info-search-success-function.
1094
1095 2008-04-22 Juri Linkov <juri@jurta.org>
1096
1097 * minibuffer.el (internal-complete-buffer-except): New function.
1098
1099 * files.el (read-buffer-to-switch): New function.
1100 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
1101 Change interactive spec to call read-buffer-to-switch instead of
1102 using the letter "B".
1103
1104 * simple.el (minibuffer-default-add-shell-commands): New function.
1105 Use declare-function for mailcap-file-default-commands from "mailcap".
1106 (shell-command): Set local minibuffer-default-add-function to
1107 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
1108 before calling read-shell-command. Set 4th arg default-value of
1109 read-shell-command to relative buffer-file-name in file buffers.
1110
1111 * dired-aux.el (dired-read-shell-command-default): Move it to
1112 gnus/mailcap.el and change its name to more general name
1113 mailcap-file-default-commands.
1114 (minibuffer-default-add-dired-shell-commands): New function.
1115 Use declare-function for mailcap-file-default-commands from "mailcap".
1116 (dired-read-shell-command): Set local minibuffer-default-add-function
1117 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
1118 before calling read-shell-command. Remove dired-read-shell-command-default
1119 from the default value arg because default values are not set in
1120 minibuffer-default-add-dired-shell-commands. Doc fix.
1121
1122 * dired-x.el (dired-smart-shell-command): Sync arguments and
1123 interactive spec with changes in `shell-command'.
1124 Use dired-get-filename to get the dired file name at point
1125 as the default value in dired mode.
1126
1127 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
1128
1129 * info.el (Info-complete-menu-item): Add missing parenthesis.
1130
1131 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1132
1133 * info.el (Info-complete-menu-item): Save point.
1134
1135 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
1136
1137 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
1138
1139 2008-04-22 Andreas Schwab <schwab@suse.de>
1140
1141 * Makefile.in (emacs-deps): Define.
1142 Use it instead of $(lisp)/subdirs.el.
1143
1144 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
1145
1146 * vc.el (vc-next-action): Do not consider directories when
1147 checking for state compatibility.
1148 (vc-transfer-file): Use when not if.
1149 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
1150 (vc-dir-mark-file): Use them.
1151 (vc-deduce-fileset): Also return the backend.
1152 (vc-diff-internal): Take as argument the value returned by
1153 vc-deduce-fileset instead of just the fileset.
1154 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
1155 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
1156 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
1157
1158 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
1159
1160 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
1161 set-window-vscroll but image-scroll-down. Fixes a bug where a
1162 command following SPC scrolled up again.
1163
1164 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
1165
1166 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
1167 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
1168 (gud-watch): Add "$" prefix when in registers buffer.
1169
1170 2008-04-22 Glenn Morris <rgm@gnu.org>
1171
1172 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
1173
1174 * whitespace.el (whitespace-display-table)
1175 (whitespace-display-table-was-local): Move definitions before use.
1176
1177 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
1178 (copyright-limit): Respect copyright-at-end-flag.
1179 (copyright-re-search, copyright-start-point)
1180 (copyright-offset-too-large-p): New functions.
1181 (copyright-update-year): Use copyright-re-search.
1182 (copyright-update, copyright-fix-years): Use copyright-start-point,
1183 and copyright-re-search.
1184 (copyright): Use copyright-offset-too-large-p.
1185 * add-log.el (change-log-mode): Set copyright-at-end-flag.
1186
1187 * add-log.el (top-level): Require 'cl when compiling.
1188
1189 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1190
1191 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
1192 Treat minibuffer-completion-predicate as a predicate.
1193
1194 * minibuffer.el (completion--file-name-table): Accept both the old
1195 `dir' arg or the new `pred' arg.
1196
1197 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
1198 `predicate' argument to pass non-predicate data.
1199 (ffap-read-url-internal, ffap-read-file-or-url-internal):
1200 Use second arg as proper predicate.
1201
1202 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
1203 (vc-bzr-revision-completion-table): Use completion-table-with-context
1204 instead.
1205
1206 * simple.el (choose-completion-string): Use minibuffer-completion-table.
1207
1208 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
1209
1210 * term.el (term-emulate-terminal): Perform redisplay after the
1211 process filter has finished running.
1212
1213 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1214
1215 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
1216
1217 * minibuffer.el (completion-try-completion): Change magic symbol
1218 property name. Rename from minibuffer-try-completion.
1219 (completion-all-completions): Rename from minibuffer-all-completions.
1220 Remove hide-spaces argument.
1221 (completion--do-completion): Rename from minibuffer--do-completion.
1222 (minibuffer-complete-and-exit): Call just try-completion rather than
1223 completion-try-completion to fix up the case.
1224 (completion--try-word-completion): Try to add space or hyphen before
1225 making `string' a prefix of `completion'.
1226 (completion--insert-strings): Rename from minibuffer--insert-strings.
1227
1228 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
1229
1230 * net/tls.el (tls-program): Add -ign_eof argument to call the
1231 openssl commands.
1232 (tls-checktrust): Ditto.
1233
1234 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
1235
1236 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
1237
1238 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
1239 (vc-check-master-templates, vc-file-not-found-hook)
1240 (vc-kill-buffer-hook):
1241 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
1242 (vc-find-position-by-context, vc-buffer-context)
1243 (vc-restore-buffer-context, vc-responsible-backend)
1244 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
1245 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
1246 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
1247 (vc-version-diff, vc-diff, vc-insert-headers)
1248 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
1249 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
1250 (vc-revert, vc-rollback, vc-version-backup-file)
1251 (vc-rename-master, vc-delete-file, vc-rename-file)
1252 (vc-branch-part, vc-default-retrieve-snapshot)
1253 (vc-annotate-display-autoscale, vc-annotate-display-select)
1254 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
1255 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
1256 (vc-dir-update): Handle directories.
1257 (vc-default-status-printer): Simplify.
1258
1259 * progmodes/asm-mode.el (asm-mode-map):
1260 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
1261
1262 * progmodes/m4-mode.el (m4-mode-map): Add menu.
1263
1264 2008-04-21 Kenichi Handa <handa@m17n.org>
1265
1266 * select.el (xselect-convert-to-string): Send a C_STRING only if
1267 the polymorphic target TEXT is requested.
1268
1269 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
1270
1271 * minibuffer.el (completion-setup-hook, display-completion-list)
1272 (completion--file-name-table): Fix typos in docstrings.
1273 (completion-table-dynamic): Fix typo, and reflow docstring.
1274
1275 2008-04-20 Andreas Schwab <schwab@suse.de>
1276
1277 * server.el (server-switch-buffer): Also consider clients in the
1278 selected frame.
1279
1280 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
1281
1282 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
1283 Select window clicked on first.
1284 (gdb): Display thread number in mode-line.
1285 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
1286 (gdb-breakpoints-header): New variable.
1287 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
1288
1289 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
1292 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
1293 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
1294 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
1295 (vc-sccs-print-log): Use it.
1296
1297 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
1298
1299 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
1300 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
1301
1302 * tooltip.el (tooltip-previous-message): New var.
1303 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
1304 the C code (avoid overwriting a minibuffer, restore previous echo
1305 message, ...).
1306 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
1307 Simplify.
1308
1309 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
1310
1311 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
1312 (gdb-init-1): Initialise it.
1313 (gdb-annotation-rules): New entry for "new-thread".
1314 (gdb-thread-identification): New function to customize
1315 mode-line-buffer-identification.
1316 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
1317 (gdb-assembler-mode): Use it.
1318 (gdb-threads-mode): Force "info threads" onto queue.
1319
1320 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * files.el (locate-file-completion-table): Rename from
1323 locate-file-completion and make it use `pred' in the normal way.
1324 (locate-file-completion): New compatibility wrapper.
1325 (load-library): Use locate-file-completion-table.
1326 * finder.el (finder-commentary):
1327 * subr.el (locate-library):
1328 * emacs-lisp/find-func.el (find-library): Likewise.
1329 * info.el: Use with-current-buffer and inhibit-read-only.
1330 (Info-read-node-name-2): Change to use `predicate' in the normal way.
1331 (Info-read-node-name-1): Adjust uses accordingly.
1332
1333 * minibuffer.el (completion-table-with-context): Add support for `pred'.
1334 (completion-table-with-terminator): Don't use complete-with-action
1335 since we have to distinguish all three cases anyway.
1336 (completion-table-with-predicate): New function.
1337 (dynamic-completion-table): Add obsolete alias.
1338
1339 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
1340
1341 2008-04-18 Sam Steingold <sds@gnu.org>
1342
1343 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
1344 Use quit-window instead of bury-buffer.
1345
1346 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1347
1348 * minibuffer.el (completion-table-with-terminator): Fix last fix.
1349
1350 2008-04-18 Andreas Schwab <schwab@suse.de>
1351
1352 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1353 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1354 Depend on $(lisp)/subdirs.el.
1355
1356 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
1357
1358 * descr-text.el (describe-char-after):
1359 Use `define-obsolete-function-alias'.
1360
1361 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
1362
1363 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
1364
1365 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
1366 Remove redundant obsolescence info in docstring.
1367
1368 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
1369 (vc-header-alist): Add WHEN to obsolescence declaration.
1370 (vc-state): Fix typo in docstring.
1371
1372 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
1373 Use `define-obsolete-variable-alias'.
1374
1375 * emulation/tpu-edt.el (tpu-have-ispell):
1376 * international/codepage.el (codepage-setup):
1377 Fix typo in obsolescence declaration.
1378
1379 * international/mule.el (char-coding-system-table):
1380 Remove redundant obsolescence info in docstring.
1381 (charset-list, generic-char-p, set-char-table-default):
1382 Fix typos in obsolescence decarations.
1383
1384 * international/mule-diag.el (non-iso-charset-alist):
1385 Fix typo in obsolescence declaration.
1386 (decode-codepage-char): Remove redundant obsolescence info in docstring.
1387
1388 * font-core.el (font-lock-defaults-alist):
1389 * font-lock.el (font-lock-reference-face):
1390 * frame.el (screen-height, screen-width, set-screen-width)
1391 (set-screen-height):
1392 * hilit-chg.el (highlight-changes-initial-state):
1393 * isearch.el (isearch-return-char):
1394 * log-edit.el (cvs-commit-buffer-require-final-newline)
1395 (cvs-changelog-full-paragraphs):
1396 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
1397 (mouse-popup-menubar-stuff):
1398 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
1399 (mouse-wheel-click-button):
1400 * outline.el (outline-visible):
1401 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
1402 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
1403 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
1404 * progmodes/compile.el (compile-internal):
1405 Add WHEN to obsolescence declarations.
1406
1407 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1408
1409 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
1410 is not better anyway.
1411
1412 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1413
1414 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
1415 properly.
1416
1417 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
1420 (python-use-skeletons): Remove, unused.
1421 (python-skeletons): Remove. Use the abbrev table instead.
1422 (python-mode-abbrev-table): Fix regexp;
1423 add enable-function and case-fixed.
1424 (def-python-skeleton): Simplify.
1425 (python-expand-template): Use the abbrev-table and abbrev-insert.
1426 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
1427 Remove.
1428 (python-mode): Don't set pre-abbrev-expand-hook.
1429
1430 * skeleton.el: Set coding-tag.
1431
1432 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
1433 (expand-abbrev): Use it.
1434 (abbrev-table-menu): New function.
1435
1436 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
1437
1438 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
1439
1440 2008-04-17 Sam Steingold <sds@gnu.org>
1441
1442 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
1443 idiosyncratic bury-buffer/delete-window logic.
1444
1445 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
1446
1447 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
1448 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
1449
1450 2008-04-17 Kenichi Handa <handa@m17n.org>
1451
1452 * international/characters.el: Don't make the width of U+00AD to 0.
1453
1454 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
1455
1456 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
1457 (gdb, gdb-starting, gdb-frames-mode): Use it.
1458 (gdb-invalidate-frames): Advise to call "info stack" only if
1459 execution has occurred.
1460 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
1461 selected frame if no execution has occurred.
1462 (gdb-frames-force-update): New interactive function.
1463 (gdb-frames-mode-map): Bind it to "F".
1464
1465 2008-04-17 Michael Olson <mwolson@gnu.org>
1466
1467 * textmodes/remember.el (remember-version): Release Remember 2.0.
1468
1469 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
1470
1471 * textmodes/artist.el:
1472 * progmodes/vhdl-mode.el:
1473 * progmodes/verilog-mode.el:
1474 * progmodes/vera-mode.el:
1475 * progmodes/simula.el:
1476 * progmodes/ps-mode.el:
1477 * progmodes/cmacexp.el:
1478 * obsolete/hilit19.el:
1479 * emulation/viper.el:
1480 * ediff.el: Cleanup the bug-report email addresses and make sure the
1481 maintainer is still willing to handle bug reports.
1482
1483 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1484
1485 * vc.el (vc-dir-kill-query): Fix thinko.
1486
1487 2008-04-16 Glenn Morris <rgm@gnu.org>
1488
1489 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
1490 by diary-sexp-entry.
1491
1492 2008-04-16 Markus Triska <markus.triska@gmx.at>
1493
1494 * proced.el (proced-command-alist): Add support for darwin.
1495
1496 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1497
1498 * proced.el (proced-mode): Redefine as just the major-mode.
1499 (proced): Separate it from proced-mode.
1500
1501 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
1502
1503 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1504
1505 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
1506 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
1507 `tab-width' setting from user. New version 10.0. Doc and docstring
1508 fix.
1509 (whitespace-style, whitespace-chars): Remove options.
1510 (whitespace-style-mark): New option, replace whitespace-style deleted
1511 option. Fix docstring.
1512 (whitespace-style-color): New option, replace whitespace-chars deleted
1513 option. Fix docstring.
1514 (whitespace-space, whitespace-hspace, whitespace-tab)
1515 (whitespace-newline, whitespace-trailing, whitespace-line)
1516 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1517 (whitespace-space-after-tab, whitespace-hspace-regexp)
1518 (whitespace-space-regexp, whitespace-tab-regexp)
1519 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
1520 (whitespace-empty-at-eob-regexp, whitespace-line-column)
1521 (whitespace-toggle-option-alist): Fix docstring.
1522 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
1523 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
1524 docstring and initialization.
1525 (global-whitespace-mode): Autoloaded global minor mode.
1526 (whitespace-chars-value-list, whitespace-style-value-list)
1527 (whitespace-active-chars, whitespace-active-style)
1528 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
1529 (whitespace-color-value-list): New var, replace
1530 whitespace-chars-value-list removed var.
1531 (whitespace-mark-value-list): New var, replace
1532 whitespace-style-value-list removed var.
1533 (whitespace-active-color): New var, replace whitespace-active-chars
1534 removed var.
1535 (whitespace-active-mark): New var, replace whitespace-active-style
1536 removed var.
1537 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
1538 removed var.
1539 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
1540 removed var.
1541 (whitespace-toggle-option-alist, whitespace-report-list)
1542 (whitespace-report-text, whitespace-help-text): Fix initialization.
1543 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
1544 (whitespace-toggle-options, global-whitespace-toggle-options)
1545 (whitespace-cleanup-region, whitespace-report-region)
1546 (whitespace-interactive-char): Fix docstring and code.
1547 (whitespace-cleanup, whitespace-report): Fix docstring.
1548 (whitespace-replace-spaces-by-tabs): Remove fun.
1549 (whitespace-replace-action): New fun, replace
1550 whitespace-replace-spaces-by-tabs removed fun.
1551 (whitespace-regexp, whitespace-indentation-regexp)
1552 (whitespace-space-after-tab-regexp, whitespace-insert-value)
1553 (whitespace-kill-buffer): New funs.
1554 (whitespace-insert-option-mark, whitespace-help-on)
1555 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
1556 (whitespace-color-on, whitespace-color-off)
1557 (whitespace-display-char-on): Fix code.
1558
1559 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1560
1561 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
1562 (mouse-throw-magnifier-with-mouse-movement): Remove.
1563 (mouse-throw-magnifier-base): New const.
1564 (mouse-drag-scroll-delta): New fun.
1565 (mouse-drag-throw): Use it.
1566
1567 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
1568
1569 * international/uni-bidi.el, international/uni-category.el:
1570 * international/uni-combining.el, international/uni-comment.el:
1571 * international/uni-decimal.el, international/uni-decomposition.el:
1572 * international/uni-digit.el, international/uni-lowercase.el:
1573 * international/uni-mirrored.el, international/uni-name.el:
1574 * international/uni-numeric.el, international/uni-old-name.el:
1575 * international/uni-titlecase.el, international/uni-uppercase.el:
1576 * international/charprop.el: Regenerate.
1577
1578 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
1579
1580 * vc.el (vc-status-fileinfo): Add new member directoryp.
1581 (vc-default-status-printer): Print directories.
1582 (vc-status-update): Sort files before subdirectories.
1583
1584 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
1585 Add alternative implementation based on "cvs update".
1586
1587 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
1588
1589 * doc-view.el: Changed requirements section to tell that only one
1590 of dvipdf or dvipdfm is needed.
1591 (doc-view-already-converted-p): Fix bug that forced reconversion
1592 if doc was already converted.
1593
1594 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1595
1596 * minibuffer.el (minibuffer-message):
1597 Make sure we can put-text-property.
1598
1599 * emacs-lisp/crm.el: Complete rewrite.
1600
1601 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
1602 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
1603 case of an error in display-completion-list.
1604
1605 * filecache.el (file-cache-completions-keymap): Move init from
1606 file-cache-completion-setup-function into declaration.
1607 (file-cache-minibuffer-complete): Simplify.
1608 (file-cache-completion-setup-function): Use standard-output,
1609 preserve current-buffer.
1610
1611 * vc.el (vc-status-update): Fix typo.
1612 (vc-status-update): Set needs-update.
1613 (vc-status-refresh): η-reduce.
1614
1615 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
1616
1617 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
1618 to image-eol.
1619
1620 2008-04-14 Alexandre Julliard <julliard@winehq.org>
1621
1622 * vc.el (vc-status-update): Undo the previous revert.
1623
1624 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * minibuffer.el (completion-table-with-terminator): Those completions
1627 are never valid w.r.t test-completion.
1628 (completion--file-name-table):
1629 Check completion-all-completions-with-base-size.
1630
1631 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
1632
1633 * doc-view.el (doc-view-dvipdf-program): New variable.
1634 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
1635 (doc-view-mode-p): Check for doc-view-dvipdf-program as
1636 alternative for doc-view-dvipdfm-program.
1637 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
1638
1639 * doc-view.el (doc-view-start-process): Don't set
1640 default-directory to "~/" if the current value is valid.
1641 This broke PS files that run other files in the same directory.
1642
1643 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
1644
1645 * vc.el (vc-status-kill-query): New function.
1646 (vc-status-mode): Add it to kill-buffer-query-functions.
1647 (vc-status-show-fileentry): New function.
1648 (vc-status-menu-map): Bind it. Bind vc-next-action.
1649
1650 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1651
1652 * minibuffer.el (minibuffer-message): Put cursor at the right place.
1653
1654 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1655
1656 * proced.el (proced-send-signal): Fix error recognition.
1657
1658 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1659
1660 * proced.el (proced-command-alist): Remove sort column.
1661 (proced-command, proced-procname-column):
1662 Use make-variable-buffer-local.
1663 (proced-signal-function): Rename from proced-kill-program.
1664 Allow for elisp symbols and string values representing system calls.
1665 (proced-marker-regexp, proced-success-message): New functions.
1666 (proced): Use defalias. Add autoload cookie.
1667 (proced-unmark-backward, proced-toggle-marks)
1668 (proced-hide-processes): New commands.
1669 (proced-do-mark): Simplify code.
1670 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
1671 (proced-update): Remove sorting.
1672 (proced-send-signal): Display number of processes to operate on.
1673 Allow for system calls or elisp functions to send signals.
1674 Check if signal was sent successfully.
1675
1676 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1677
1678 * minibuffer.el (completion-all-completion-with-base-size): New var.
1679 (completion--some): New function.
1680 (completion-table-with-context, completion--file-name-table):
1681 Return the base-size if requested.
1682 (completion-table-in-turn): Generalize to multiple arguments.
1683 (complete-in-turn): Compatibility alias.
1684 (completion-styles-alist): New var.
1685 (completion-styles): New customization.
1686 (minibuffer-try-completion, minibuffer-all-completions):
1687 New functions.
1688 (minibuffer--do-completion, minibuffer-complete-and-exit)
1689 (minibuffer-try-word-completion): Use them.
1690 (display-completion-list, minibuffer-completion-help): Use them.
1691 Handle all-completions's new base-size info to set completion-base-size.
1692 * info.el (Info-read-node-name-1): Use completion-table-with-context,
1693 completion-table-with-terminator and complete-with-action.
1694 Remove the now obsolete completion-base-size-function property.
1695 * simple.el (completion-list-mode-map): Move init into declaration.
1696 (completion-list-mode): Use define-derived-mode.
1697 (completion-setup-function): Use any completion-base-size that may
1698 have been set before. Remove handling of completion-base-size-function.
1699 * loadup.el: Move abbrev.el up earlier.
1700
1701 2008-04-13 Alexandre Julliard <julliard@winehq.org>
1702
1703 * vc-git.el (vc-git-after-dir-status-stage)
1704 (vc-git-dir-status-goto-stage): New functions.
1705 (vc-git-after-dir-status-stage1)
1706 (vc-git-after-dir-status-stage1-empty-db)
1707 (vc-git-after-dir-status-stage2): Remove, functionality moved
1708 into the new generic stage functions.
1709 (vc-git-dir-status-files): New function.
1710
1711 * vc.el (vc-status-update): Revert an incorrect rewrite.
1712 Add some comments.
1713 (vc-status-refresh-files): New function.
1714 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
1715 state of up-to-date files.
1716 (vc-default-dir-status-files): New function.
1717
1718 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
1719
1720 * minibuffer.el (completion--embedded-envvar-table)
1721 (read-file-name-internal): Fix typos in 2008-04-11 change.
1722
1723 * faces.el (read-face-name): Use `completion-table-in-turn',
1724 not `complete-in-turn'.
1725
1726 2008-04-13 Andreas Schwab <schwab@suse.de>
1727
1728 * progmodes/etags.el: Require 'cl when compiling.
1729
1730 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
1731
1732 * progmodes/gud.el (gud-menu-map): Expand tooltip.
1733
1734 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
1735 (menu): Add/expand menu tooltips.
1736
1737 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
1738
1739 * progmodes/sh-script.el (sh-show-indent): Fix typo.
1740 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
1741
1742 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
1743 considered registered.
1744
1745 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
1746
1747 * emacs-lisp/copyright.el (copyright-update-directory): New command.
1748
1749 * ediff-wind.el (ediff-split-window-function)
1750 (ediff-merge-split-window-function): Improve custom type.
1751
1752 2008-04-12 Eli Zaretskii <eliz@gnu.org>
1753
1754 * loadup.el ("minibuffer"): Move after "faces".
1755
1756 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1757
1758 * progmodes/hideif.el (hif-factor): Handle unary minus.
1759
1760 2008-04-12 Glenn Morris <rgm@gnu.org>
1761
1762 * calendar/cal-china.el (chinese-calendar-time-zone):
1763 Mark obsolete name as risky too.
1764
1765 * calendar/calendar.el (calendar-faces): New custom group.
1766 (calendar-today, diary, holiday): Doc fix.
1767 Move to calendar-faces group.
1768 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
1769 (diary-button): Doc fix. Move to calendar-faces group.
1770
1771 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
1772 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
1773 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
1774 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
1775 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
1776 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
1777 not in dumped files before the associated defcustom.
1778
1779 2008-04-11 Johan Bockgård <bojohan@gnu.org>
1780
1781 * minibuffer.el (lazy-completion-table): Fix debug spec.
1782
1783 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1784
1785 * minibuffer.el (complete-with-action, lazy-completion-table):
1786 Move from subr.el.
1787 (apply-partially, completion-table-dynamic)
1788 (completion-table-with-context, completion-table-with-terminator)
1789 (completion-table-in-turn): New funs.
1790 (completion--make-envvar-table, completion--embedded-envvar-table):
1791 New funs.
1792 (read-file-name-internal): Use them.
1793 (completion-setup-hook): Move from simple.el.
1794 * subr.el (complete-with-action, lazy-completion-table):
1795 * simple.el (completion-setup-hook): Move to minibuffer.el.
1796
1797 2008-04-11 Glenn Morris <rgm@gnu.org>
1798
1799 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
1800
1801 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1802
1803 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
1804
1805 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
1806
1807 * textmodes/fill.el (fill-forward-paragraph-function): New var.
1808 (fill-forward-paragraph): New fun.
1809 (fill-paragraph, fill-region): Use it.
1810
1811 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
1812 (vc-status-create-fileinfo): Make `extra' optional.
1813 (vc-status-busy): New fun.
1814 (vc-status-menu-map): Use it.
1815 (vc-status-crt-marked): Remove.
1816 (vc-status-update): Rename from vc-status-add-entries.
1817 Add argument so as to prevent addition of entries. Rewrite.
1818 (vc-update-vc-status-buffer): Remove.
1819 (vc-status-refresh): Don't remove old entries, set them to
1820 up-to-date instead. Also do it after the update is complete.
1821 (vc-status-marked-files): η-reduce.
1822
1823 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
1824 for non-dialogs.
1825
1826 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
1827
1828 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
1829
1830 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
1831
1832 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
1833 to t and don't truncate msg.
1834
1835 2008-04-11 Glenn Morris <rgm@gnu.org>
1836
1837 * calendar/calendar.el (diary, holidays):
1838 Move custom groups to other files.
1839 (holiday-general-holidays, holiday-oriental-holidays)
1840 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
1841 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
1842 (holiday-hebrew-holidays, holiday-christian-holidays)
1843 (holiday-islamic-holidays, holiday-bahai-holidays)
1844 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
1845 * calendar/diary-lib.el: Move custom group here from calendar.el.
1846 * calendar/holidays-lib.el: Move custom group and variables here
1847 from calendar.el.
1848
1849 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
1850
1851 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
1852 Fix custom group.
1853 (calendar-current-time-zone-cache): Autoload riskiness.
1854
1855 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
1856
1857 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
1858
1859 * woman.el (woman2-TH): Use string-equal instead of string-match.
1860
1861 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1862
1863 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
1864 (smerge-resolve): Merge the "2-way refinement" case with one half of
1865 the "mere whitespace" resolution.
1866
1867 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
1868
1869 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
1870
1871 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
1872
1873 * subr.el (assoc-ignore-case, assoc-ignore-representation):
1874 Add WHEN to obsolescence declaration.
1875
1876 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
1877
1878 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
1879
1880 * vc-hooks.el (vc-state): Add new state `conflict'.
1881 (vc-after-save): Use when not if.
1882 (vc-default-mode-line-string): Deal with the conflict state.
1883 (vc-prefix-map):
1884 (vc-menu-map): Bind vc-status instead of vc-directory.
1885
1886 * vc.el (vc-editable-p):
1887 (vc-default-status-printer):
1888 (vc-next-action): Deal with the conflict state.
1889 (vc-mark-resolved): New function.
1890 (vc-status-mode): Fix mode name.
1891 (vc-default-comment-history): Use when not if.
1892 (Todo): Add new entries, remove old ones.
1893
1894 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
1895 (vc-cvs-parse-status):
1896 (vc-cvs-after-dir-status):
1897 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1898 Detect the conflict state.
1899
1900 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
1901
1902 2008-04-10 Glenn Morris <rgm@gnu.org>
1903
1904 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
1905 Respect truncate-partial-width-windows in non-full windows,
1906 with regards to :toggle and :enable state.
1907
1908 * simple.el (toggle-truncate-lines): Doc fix.
1909
1910 * Makefile.in (MH_E_DIR): New variable.
1911 (MH_E_SRC): Restore variable removed 2008-03-13.
1912 (mh-loaddefs.el): Depend on $MH_E_SRC.
1913 (CAL_DIR, CAL_SRC): New variables.
1914 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
1915 Depend on CAL_SRC.
1916
1917 * calendar/calendar.el (calendar, diary): Add :prefix.
1918 (holidays): Change :prefix.
1919 (calendar-today, holiday, calendar-holiday-marker)
1920 (european-calendar-style): Change custom groups.
1921
1922 * calendar/calendar.el (diary-hook, diary-display-hook):
1923 Move to diary-lib.el.
1924 * calendar/diary-lib.el (diary-hook, diary-display-hook):
1925 Move here from calendar.el.
1926 * calendar/appt.el: Require diary-lib rather than calendar.
1927 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
1928
1929 * calendar/appt.el (appt): Add :prefix.
1930
1931 * calendar/diary-lib.el (diary-hook): Doc fix.
1932 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
1933
1934 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1935
1936 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
1937 New functions.
1938
1939 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
1940 the arg to recursive calls.
1941
1942 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
1943
1944 * minibuffer.el (completion-auto-help): Fix typo.
1945
1946 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1947
1948 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
1949
1950 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
1951
1952 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
1953 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
1954
1955 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
1958
1959 * minibuffer.el (minibuffer): Move group from cus-edit.el.
1960 (completion-auto-help): Move from C code.
1961 (minibuffer--maybe-completion-help): Remove.
1962 (minibuffer--bitset): New function.
1963 (minibuffer--do-completion): Rename from minibuffer-do-completion.
1964 Renumber a bit. Really complete on string *before* point.
1965 Add argument used for word-completion.
1966 Join trailing / in completion with following text, as done in
1967 minibuffer-complete-word.
1968 Handle new value `lazy' for completion-auto-help.
1969 (minibuffer-try-word-completion): New function extracted from
1970 minibuffer-complete-word.
1971 (minibuffer-complete-word): Use minibuffer--do-completion.
1972 (minibuffer--insert-strings): Rename from
1973 minibuffer-complete-insert-strings.
1974 (exit-minibuffer): Fix typo.
1975 * cus-edit.el (minibuffer): Move group to minibuffer.el.
1976 * cus-start.el: Remove completion-auto-help.
1977
1978 2008-04-09 Alexandre Julliard <julliard@winehq.org>
1979
1980 * vc.el (vc-status-add-entries): New function.
1981 (vc-status-add-entry): Remove.
1982 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
1983 Use vc-status-add-entries.
1984
1985 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
1986 order.
1987
1988 2008-04-09 Jason Rumney <jasonr@gnu.org>
1989
1990 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
1991 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
1992 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
1993 (AUTOGENEL): New variable.
1994 (distclean, maintainer-clean): New targets.
1995
1996 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
1997
1998 * emacs-lisp/regexp-opt.el (regexp-opt):
1999 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
2000
2001 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
2002
2003 * nxml/nxml-mode.el (nxml-cleanup): New function.
2004 (nxml-mode): Add it to change-major-mode-hook.
2005
2006 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
2007
2008 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
2009
2010 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
2011
2012 * calc/.cvsignore: New file.
2013
2014 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
2015
2016 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
2017
2018 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
2019 show-help-function when turning tooltip off.
2020 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
2021 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
2022
2023 2008-04-09 Alan Mackenzie <acm@muc.de>
2024
2025 * font-lock.el (font-lock-extend-after-change-region-function):
2026 Make it buffer local.
2027
2028 2008-04-09 Glenn Morris <rgm@gnu.org>
2029
2030 * calendar/calendar.el (diary-file, european-calendar-style):
2031 Remove autoload cookies.
2032
2033 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2034
2035 * outline.el (outline-mode-menu-bar-map):
2036 * log-view.el (log-view-mode-menu):
2037 * log-edit.el (log-edit-menu): Add :help.
2038
2039 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
2040
2041 * emacs-lisp/regexp-opt.el (regexp-opt-group):
2042 Use substring-no-properties for correct handling of unibyte strings.
2043
2044 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2045
2046 * add-log.el (change-log-next-buffer): Handle the case where version<
2047 signals an error.
2048
2049 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
2050 mouse-major-mode-menu.
2051 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
2052 (mouse-major-mode-menu, mouse-popup-menubar)
2053 (mouse-popup-menubar-stuff): Use them.
2054 (C-down-mouse-3): Bind to a dynamic map rather than to
2055 mouse-popup-menubar-stuff.
2056
2057 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
2058 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
2059
2060 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2061
2062 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
2063 file:// access method.
2064
2065 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2066
2067 * minibuffer.el: New file.
2068 * loadup.el: Load it.
2069
2070 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2071
2072 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
2073 rather than subdirs.el. It introduces an ugly circular dependency, tho.
2074
2075 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
2076 (calc-mode-map, calc-digit-map, calc-dispatch-map):
2077 Move initialization into declaration.
2078 * calc/calc-yank.el:
2079 * calc/calc-misc.el:
2080 * calc/calc-embed.el:
2081 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
2082
2083 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
2084
2085 * ps-samp.el (ps-add-printer, ps-remove-printer)
2086 (ps-make-dynamic-printer-menu): New functions.
2087
2088 * net/zeroconf.el: New file.
2089
2090 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2091
2092 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
2093
2094 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
2095
2096 * vc-rcs.el (vc-rcs-modify-change-comment):
2097 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
2098
2099 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
2100
2101 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
2102
2103 * international/mule-cmds.el (set-locale-environment): Don't warn if
2104 coding system doesn't agree with system locale (this reverts changes
2105 by Dave Love, dated 2002-10-27 and 2002-10-09).
2106
2107 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2108 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
2109
2110 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
2111
2112 2008-04-08 Glenn Morris <rgm@gnu.org>
2113
2114 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
2115 * textmodes/remember.el (remember-diary-convert-entry):
2116 Require calendar.
2117
2118 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
2119 diary-file, since it is the default for make-diary-entry anyway.
2120
2121 * calendar/cal-menu.el (cal-menu-event-to-date):
2122 Rename calendar-event-to-date. Update callers.
2123 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
2124 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
2125 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
2126 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
2127 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
2128 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
2129 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
2130 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
2131 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
2132 (calendar-mouse-tex-month-landscape):
2133 Rename cal-tex-mouse-month-landscape.
2134 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
2135 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
2136 (calendar-mouse-tex-year-landscape):
2137 Rename cal-tex-mouse-year-landscape.
2138 (cal-menu-context-mouse-menu): Update for above name changes.
2139
2140 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
2141 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
2142 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
2143 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
2144 * calendar/holidays.el: Replace int-to-string with number-to-string.
2145
2146 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
2147
2148 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
2149 region if point moves.
2150
2151 2008-04-08 Kenichi Handa <handa@m17n.org>
2152
2153 * faces.el (font-slant-table): Change numeric values for `r',
2154 `roman', and `normal'.
2155
2156 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
2157
2158 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
2159
2160 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
2161
2162 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
2163 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
2164
2165 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
2166
2167 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
2168 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
2169
2170 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2171
2172 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
2173
2174 2008-04-07 Sam Steingold <sds@gnu.org>
2175
2176 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
2177 Add helper functions.
2178 (lisp-do-defun): Extract the common part of lisp-eval-defun and
2179 lisp-compile-defun; DEFVAR forms reset the variables to the init
2180 values, just like in emacs-lisp mode eval-defun.
2181 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
2182 (lisp-compile-region): Use lisp-compile-string.
2183
2184 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2185
2186 * subr.el (combine-and-quote-strings): Also quote strings that contain
2187 the separator.
2188
2189 * pcvs-util.el (cvs-map): Avoid recursion :-(
2190
2191 2008-04-07 Glenn Morris <rgm@gnu.org>
2192
2193 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
2194
2195 * calendar.el (diary-view-entries-initially-flag): Rename
2196 view-diary-entries-initially. Keep old name as alias, update users.
2197 (calendar-mark-diary-entries-flag): Rename
2198 mark-diary-entries-in-calendar. Keep old name as alias, update users.
2199 (calendar-view-holidays-initially-flag): Rename
2200 view-calendar-holidays-initially. Keep old name as alias, update users.
2201 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
2202 Keep old name as alias, update users.
2203 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
2204 Keep old name as alias, update users.
2205 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
2206 Keep old name as alias, update users.
2207 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
2208 Keep old name as alias, update users.
2209 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
2210 (diary-american-date-forms): Rename american-date-diary-pattern.
2211 Keep old name as alias, update users.
2212 (diary-european-date-forms): Rename european-date-diary-pattern.
2213 Keep old name as alias, update users.
2214 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
2215 Keep old name as alias, update users.
2216 (calendar-european-date-display-form): Rename
2217 european-calendar-display-form. Keep old name as alias, update users.
2218 (calendar-american-date-display-form): Rename
2219 european-calendar-display-form. Keep old name as alias, update users.
2220 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
2221 Keep old name as alias, update users.
2222 (holiday-general-holidays): Rename general-holidays.
2223 Keep old name as alias, update users.
2224 (holiday-oriental-holidays): Rename oriental-holidays.
2225 Keep old name as alias, update users.
2226 (holiday-local-holidays): Rename local-holidays.
2227 Keep old name as alias, update users.
2228 (holiday-other-holidays): Rename other-holidays.
2229 Keep old name as alias, update users.
2230 (holiday-hebrew-holidays): Rename hebrew-holidays.
2231 Keep old name as alias, update users.
2232 (holiday-christian-holidays): Rename christian-holidays.
2233 Keep old name as alias, update users.
2234 (holiday-islamic-holidays): Rename islamic-holidays.
2235 Keep old name as alias, update users.
2236 (holiday-bahai-holidays): Rename bahai-holidays.
2237 Keep old name as alias, update users.
2238 (holiday-solar-holidays): Rename solar-holidays.
2239 Keep old name as alias, update users.
2240 (diary-fancy-buffer): Rename fancy-diary-buffer.
2241 Keep old name as alias, update users.
2242 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
2243 Update users.
2244 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
2245 Update users.
2246 (calendar-increment-month): Rename increment-calendar-month.
2247 Keep old name as alias, update callers.
2248 (calendar-increment-month-cons): Rename old calendar-increment-month.
2249 Update callers.
2250 (calendar-extract-month): Rename extract-calendar-month.
2251 Keep old name as alias, update callers
2252 (calendar-extract-day): Rename extract-calendar-day.
2253 Keep old name as alias, update callers.
2254 (calendar-extract-year): Rename extract-calendar-year.
2255 Keep old name as alias, update callers.
2256 (calendar-generate-window): Rename generate-calendar-window.
2257 Update callers.
2258 (calendar-generate): Rename generate-calendar. Update callers.
2259 (calendar-generate-month): Rename generate-calendar-month.
2260 Update callers.
2261 (calendar-redraw): Rename redraw-calendar. Update callers.
2262 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
2263 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
2264 Update callers.
2265 (calendar-update-mode-line): Rename update-calendar-mode-line.
2266 Update callers.
2267 (calendar-exit): Rename exit-calendar. Keep old name as alias,
2268 update callers.
2269 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
2270 Keep old name as alias, update callers.
2271 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
2272 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
2273 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
2274 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
2275 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
2276 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
2277 * calendar/solar.el: Update for calendar.el name changes.
2278 * org/org.el (org-agenda-format-date-aligned)
2279 (org-agenda-execute-calendar-command): Access date elements directly
2280 rather than using calendar functions.
2281 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
2282 Also set calendar-view-diary-initially-flag,
2283 calendar-view-holidays-initially-flag
2284 (org-get-entries-from-diary): Also set diary-fancy-buffer.
2285 (org-agenda-execute-calendar-command): No need to set displayed-day.
2286
2287 2008-04-06 Alan Mackenzie <acm@muc.de>
2288
2289 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
2290 typo in the doc string.
2291
2292 * progmodes/cc-mode.el (c-basic-common-init):
2293 Set font-lock-extend-after-change-region-function.
2294 (c-extend-after-change-region): New function, used in
2295 font-lock-extend-after-change-region-function, thus superseding
2296 advice on the Font Lock after change functions.
2297 (c-advise-fl-for-region): Remove this macro.
2298
2299 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2300
2301 * textmodes/flyspell.el (flyspell-duplicate-distance):
2302 Improve custom type.
2303
2304 2008-04-06 Glenn Morris <rgm@gnu.org>
2305
2306 * calendar/diary-lib.el (diary-sexp-entry-symbol):
2307 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
2308 (diary-list-entries-hook): Rename list-diary-entries-hook.
2309 Keep old name as alias, update users.
2310 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
2311 Keep old name as alias, update users.
2312 (diary-nongregorian-listing-hook): Rename
2313 nongregorian-diary-listing-hook. Keep old name as alias, update users.
2314 (diary-nongregorian-marking-hook): Rename
2315 nongregorian-diary-marking-hook. Keep old name as alias, update users.
2316 (diary-print-entries-hook): Rename print-diary-entries-hook.
2317 Keep old name as alias, update users.
2318 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
2319 Keep old name as alias, update users.
2320 (diary-number-of-entries): Rename number-of-diary-entries.
2321 Keep old name as alias, update users.
2322 (view-diary-entries, list-diary-entries, show-all-diary-entries):
2323 Give version of obsolescence.
2324 (diary-view-other-diary-entries): Rename view-other-diary-entries.
2325 Keep old name as alias, update callers.
2326 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
2327 update callers.
2328 (diary-include-other-diary-files): Rename include-other-diary-files.
2329 Keep old name as alias, update callers.
2330 (diary-simple-display): Rename simple-diary-display.
2331 Keep old name as alias, update callers.
2332 (diary-fancy-display): Rename fancy-diary-display.
2333 Keep old name as alias, update callers.
2334 (diary-print-entries): Rename print-diary-entries.
2335 Keep old name as alias, update callers.
2336 (diary-marking-entries-flag): Rename marking-diary-entries.
2337 Update users.
2338 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
2339 (diary-mark-entries): Rename mark-diary-entries.
2340 Keep old name as alias, update callers.
2341 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
2342 Keep old name as alias, update callers.
2343 (diary-mark-included-diary-files): Rename mark-included-diary-files.
2344 Keep old name as alias, update callers.
2345 (calendar-mark-days-named): Rename mark-calendar-days-named.
2346 Keep old name as alias, update callers.
2347 (calendar-mark-month): Rename mark-calendar-month.
2348 Keep old name as alias, update callers.
2349 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
2350 Keep old name as alias, update callers.
2351 (diary-sort-entries): Rename sort-diary-entries.
2352 Keep old name as alias, update callers.
2353 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
2354 Keep old name as alias, update callers.
2355 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
2356 update callers.
2357 (diary-insert-entry): Rename insert-diary-entry.
2358 Keep old name as alias.
2359 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
2360 Keep old name as alias.
2361 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
2362 Keep old name as alias.
2363 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
2364 Keep old name as alias.
2365 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
2366 Keep old name as alias.
2367 (diary-insert-block-entry): Rename insert-block-diary-entry.
2368 Keep old name as alias.
2369 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
2370 Keep old name as alias.
2371 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
2372 Keep old name as alias, update users.
2373 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
2374 Keep old name as alias, update callers.
2375 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
2376 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
2377 * calendar/icalendar.el: Update for diary-lib name changes.
2378
2379 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
2380
2381 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
2382
2383 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
2384 for copy, move, and link operations.
2385
2386 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
2387
2388 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
2389 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
2390
2391 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
2392 'require' statements with 1-argument ones (wrapped in if's).
2393 For compatibility with the current stable version of XEmacs.
2394
2395 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
2396
2397 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
2398
2399 2008-04-06 Jason Rumney <jasonr@gnu.org>
2400
2401 * language/burmese.el ("Burmese"): Make sample text consistent with
2402 language name.
2403
2404 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
2405
2406 * progmodes/gdb-ui.el (gdb): New group.
2407 (gdb-debug-log-max, gdb-enable-debug)
2408 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
2409 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
2410 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
2411 (gdb-show-changed-values, gdb-max-children)
2412 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
2413 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
2414 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
2415 (gdb-memory-unit): Move to new group from GUD group.
2416 (menu): Allow customization from GDB-UI menu-item.
2417
2418 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
2419
2420 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
2421
2422 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2423
2424 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
2425 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2426 Revision numbers can include ".".
2427
2428 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
2429 "+" lines not accounted for by counting "-" and context lines.
2430
2431 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2432
2433 * term/mac-win.el (mac-service-open-file): Use file URL instead of
2434 file name string.
2435
2436 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2437
2438 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
2439 (vc-bzr-annotate-time): Accept space used to preserve alignment.
2440
2441 2008-04-05 Richard Stallman <rms@gnu.org>
2442
2443 * emacs-lisp/advice.el (defadvice): Add usage pattern.
2444
2445 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
2446
2447 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
2448 thread in [h-e-w]).
2449
2450 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
2451
2452 * files.el (abort-if-file-too-large): Fix typo in docstring.
2453
2454 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2455
2456 * subr.el (functionp): Return nil for special forms.
2457
2458 2008-04-05 Glenn Morris <rgm@gnu.org>
2459
2460 * emacs-lisp/autoload.el (autoload-ensure-default-file):
2461 Provide a feature.
2462 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
2463 Require loaddef file rather than loading it.
2464 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
2465 autoload-ensure-default-file provides a feature.
2466
2467 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
2468 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
2469 (compile, compile-always, recompile): Use $LOADDEFS.
2470 (cal-autoloads): Remove.
2471
2472 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
2473 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
2474
2475 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
2476 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
2477
2478 * calendar/calendar.el (diary-hebrew-entry-symbol):
2479 Rename hebrew-diary-entry-symbol. Keep old name as alias.
2480 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
2481 Keep old name as alias.
2482 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
2483 Keep old name as alias.
2484 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
2485 to diary-bahai-entry-symbol.
2486 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
2487 to diary-hebrew-entry-symbol.
2488 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
2489 to diary-islamic-entry-symbol.
2490 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
2491
2492 * calendar/solar.el (diary-sabbath-candles-minutes)
2493 (diary-sabbath-candles): Move to cal-hebrew.
2494 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
2495 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
2496 Doc fix. Keep old name as alias.
2497 (diary-hebrew-sabbath-candles): Simplify.
2498 (solar-setup, solar-sunrise-sunset, calendar-latitude)
2499 (calendar-longitude, calendar-time-zone): Declare for compiler.
2500 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
2501 rename.
2502
2503 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
2504 Rename coptic-calendar-month-name-array. Update callers.
2505 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
2506 (calendar-coptic-name): Rename coptic-name. Update callers.
2507 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
2508 Update callers.
2509 (calendar-coptic-last-day-of-month):
2510 Rename coptic-calendar-last-day-of-month. Update callers.
2511 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
2512 Keep old name as alias, update callers.
2513 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
2514 Keep old name as alias, update callers.
2515 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
2516 Keep old name as alias.
2517 (calendar-ethiopic-month-name-array):
2518 Rename ethiopic-calendar-month-name-array. Update callers.
2519 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
2520 Update callers.
2521 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
2522 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
2523 Keep old name as alias, update callers.
2524 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
2525 Keep old name as alias, update callers.
2526 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
2527 Keep old name as alias.
2528
2529 * calendar/cal-french.el (calendar-french-epoch):
2530 Rename french-calendar-epoch. Update callers.
2531 (calendar-french-month-name-array): Rename variable and function
2532 french-calendar-month-name-array. Update callers.
2533 (calendar-french-multibyte-month-name-array):
2534 Rename french-calendar-multibyte-month-name-array. Update callers.
2535 (calendar-french-day-name-array): Rename variable and function
2536 french-calendar-day-name-array. Update callers.
2537 (calendar-french-special-days-array): Rename variable and function
2538 french-calendar-special-days-array. Update callers.
2539 (calendar-french-multibyte-special-days-array):
2540 Rename french-calendar-multibyte-special-days-array. Update callers.
2541 (calendar-french-accents-p): Rename french-calendar-accents.
2542 Update callers.
2543 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
2544 Update callers.
2545 (calendar-french-last-day-of-month):
2546 Rename french-calendar-last-day-of-month. Update callers.
2547 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
2548 Keep old name as alias, update callers.
2549 (calendar-french-print-date): Rename calendar-print-french-date.
2550 Keep old name as alias, update callers.
2551 (calendar-french-goto-date): Rename calendar-goto-french-date.
2552 Keep old name as alias.
2553
2554 * calendar/cal-menu.el, calendar/calendar.el:
2555 Update for Coptic and French name changes.
2556
2557 * calendar/cal-china.el (calendar-chinese): Rename custom group
2558 from chinese-calendar. Update users.
2559 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
2560 Keep old name as alias, update users.
2561 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
2562 Keep old name as alias.
2563 (calendar-chinese-daylight-time-offset):
2564 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
2565 update users.
2566 (calendar-chinese-standard-time-zone-name):
2567 Rename chinese-calendar-standard-time-zone-name.
2568 Keep old name as alias, update users.
2569 (calendar-chinese-daylight-saving-start):
2570 Rename chinese-calendar-daylight-savings-starts.
2571 Keep old name as alias, update users.
2572 (calendar-chinese-daylight-saving-end):
2573 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
2574 update users.
2575 (calendar-chinese-daylight-saving-start-time):
2576 Rename chinese-calendar-daylight-savings-starts-time.
2577 Keep old name as alias, update users.
2578 (calendar-chinese-daylight-saving-end-time):
2579 Rename chinese-calendar-daylight-savings-ends-time.
2580 Keep old name as alias, update users.
2581 (calendar-chinese-celestial-stem): Rename
2582 calendar-chinese-celestial-stem. Keep old name as alias, update users.
2583 (calendar-chinese-terrestrial-branch):
2584 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
2585 update users.
2586 (calendar-chinese-zodiac-sign-on-or-after):
2587 Rename chinese-zodiac-sign-on-or-after. Update callers.
2588 (calendar-chinese-new-moon-on-or-after):
2589 Rename chinese-new-moon-on-or-after. Update callers.
2590 (calendar-chinese-month-list): Rename chinese-month-list.
2591 Update callers.
2592 (calendar-chinese-number-months): Rename number-chinese-months.
2593 Update callers.
2594 (calendar-chinese-compute-year): Rename compute-chinese-year.
2595 Update callers.
2596 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
2597 (calendar-chinese-year): Rename chinese-year. Update callers.
2598 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
2599 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
2600 Keep old name as alias, update callers.
2601 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
2602 Keep old name as alias, update callers.
2603 (calendar-chinese-months-to-alist):
2604 Rename make-chinese-month-assoc-list. Update callers.
2605 (calendar-chinese-months): Rename chinese-months. Update callers.
2606 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
2607 Keep old name as alias, update callers.
2608
2609 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
2610 Rename hebrew-calendar-leap-year-p. Update callers.
2611 (calendar-hebrew-last-month-of-year):
2612 Rename hebrew-calendar-last-month-of-year. Update callers.
2613 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
2614 Update callers.
2615 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
2616 Update callers.
2617 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
2618 Update callers.
2619 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
2620 Update callers.
2621 (calendar-hebrew-last-day-of-month):
2622 Rename hebrew-calendar-last-day-of-month. Update callers.
2623 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
2624 Keep old name as alias, update callers.
2625 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
2626 Keep old name as alias, update callers.
2627 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
2628 Keep old name as alias, update callers.
2629 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
2630 Keep old name as alias.
2631 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
2632 Keep old name as alias.
2633 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
2634 Keep old name as alias.
2635 (holiday-hebrew-passover): Rename holiday-passover-etc.
2636 Keep old name as alias.
2637 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
2638 Keep old name as alias, update callers.
2639 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
2640 Keep old name as alias.
2641 (calendar-hebrew-mark-date-pattern):
2642 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
2643 update callers.
2644 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
2645 Keep old name as alias.
2646 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
2647 Keep old name as alias.
2648 (diary-hebrew-insert-monthly-entry):
2649 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
2650 (diary-hebrew-insert-yearly-entry):
2651 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
2652 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
2653 Keep old name as alias.
2654 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
2655 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
2656 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
2657 Keep old name as alias.
2658 (calendar-hebrew-parashiot-names):
2659 Rename hebrew-calendar-parashiot-names. Update callers.
2660 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
2661 (calendar-hebrew-year-Saturday-incomplete-Sunday):
2662 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
2663 (calendar-hebrew-year-Saturday-complete-Tuesday):
2664 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
2665 (calendar-hebrew-year-Monday-incomplete-Tuesday):
2666 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
2667 (calendar-hebrew-year-Monday-complete-Thursday):
2668 Rename hebrew-calendar-year-Monday-complete-Thursday.
2669 (calendar-hebrew-year-Tuesday-regular-Thursday):
2670 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
2671 (calendar-hebrew-year-Thursday-regular-Saturday):
2672 Rename hebrew-calendar-year-Thursday-regular-Saturday.
2673 (calendar-hebrew-year-Thursday-complete-Sunday):
2674 Rename hebrew-calendar-year-Thursday-complete-Sunday.
2675 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
2676 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
2677 (calendar-hebrew-year-Saturday-complete-Thursday):
2678 Rename hebrew-calendar-year-Saturday-complete-Thursday.
2679 (calendar-hebrew-year-Monday-incomplete-Thursday):
2680 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
2681 (calendar-hebrew-year-Monday-complete-Saturday):
2682 Rename hebrew-calendar-year-Monday-complete-Saturday.
2683 (calendar-hebrew-year-Tuesday-regular-Saturday):
2684 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
2685 (calendar-hebrew-year-Thursday-incomplete-Sunday):
2686 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
2687 (calendar-hebrew-year-Thursday-complete-Tuesday):
2688 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
2689 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
2690 Update for above name changes of constants.
2691
2692 * calendar/cal-menu.el, calendar/calendar.el:
2693 Update for chinese and hebrew name changes.
2694 * calendar/diary-lib.el: Update for hebrew name changes.
2695
2696 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2697
2698 * subr.el (keymap-canonicalize): Correct thinko.
2699
2700 * server.el: Undo part of the multi-tty change, which is only
2701 needed if server.el is preloaded, and broke server-running-p.
2702 (server-socket-dir): Initialize in the defvar, as before.
2703 (server-start): Remove initialization of server-socket-dir.
2704
2705 2008-04-05 Eli Zaretskii <eliz@gnu.org>
2706
2707 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
2708 3-member cons cells.
2709
2710 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
2711
2712 * cus-face.el (custom-face-attributes): Handle roman slant.
2713
2714 * faces.el (default): Ensure the face-defface-spec property is set.
2715
2716 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
2717
2718 * files.el (abort-if-file-too-large): New function.
2719 (find-file-noselect, insert-file-1): Use it.
2720
2721 2008-04-05 Reto Zimmermann <reto@gnu.org>
2722
2723 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
2724 Replace C-c[a-zA-Z] key bindings.
2725
2726 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * progmodes/hideif.el (hif-token-alist): New var.
2729 (hif-token-regexp, hif-tokenize): Use it.
2730 (hif-mathify-binop): New macro.
2731 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
2732 (hif-greater-equal, hif-less-equal): Use it.
2733 (hif-logior, hif-logand): New functions.
2734 (hif-math): Accept | and & as well.
2735
2736 * progmodes/etags.el: Fix problem with completion for buffer-local
2737 tables. Reported by Radey Shouman <shouman@comcast.net>.
2738 (tags-complete-tag): Remove.
2739 (tags-lazy-completion-table): New function to replace it.
2740 (find-tag-tag, complete-tag): Update users.
2741
2742 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
2743
2744 * vc-rcs.el (vc-rcs-dir-status):
2745 * vc-sccs.el (vc-sccs-dir-status): New function.
2746
2747 * outline.el (outline-mode-menu-bar-map):
2748 * term.el (terminal-signal-menu): Add :help.
2749
2750 * net/eudc.el (eudc-mode-map): Declare and define in one step.
2751 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
2752
2753 * emacs-lisp/re-builder.el (reb-mode-map):
2754 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
2755
2756 * diff-mode.el (diff-file-junk-re): Recognize the git format for
2757 new files, deleted files and for changing permissions.
2758 (diff-mode): Set beginning-of-defun-function and
2759 end-of-defun-function.
2760
2761 * vc-bzr.el (vc-bzr-state): Use when instead of if.
2762
2763 * vc.el (vc-default-status-fileinfo-extra): New function.
2764 (vc-status-mark-buffer-changed): Use it.
2765 (vc-update-vc-status-buffer): Allow for partial updates.
2766
2767 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2768
2769 * net/tramp.el (after-init-hook): Don't wrap a lambda around
2770 tramp-register-completion-file-name-handler.
2771
2772 * subr.el (keymap-canonicalize): New function.
2773 * mouse.el (mouse-menu-non-singleton): Use it.
2774 (mouse-major-mode-menu): Remove hack made unnecessary.
2775
2776 * simple.el (set-fill-column): Prompt rather than error by default.
2777
2778 2008-04-04 Andreas Schwab <schwab@suse.de>
2779
2780 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
2781 Reset new-rules after each round.
2782
2783 * Makefile.in (cal-autoloads): New target.
2784 (compile, compile-always, recompile): Depend on it.
2785 ($(lisp)/calendar/cal-loaddefs.el)
2786 ($(lisp)/calendar/diary-loaddefs.el)
2787 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
2788
2789 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
2790
2791 * ediff*.el: Replace load with require in eval-when-compile.
2792
2793 * ediff-hook: Delete all invocations of (autoload ...).
2794
2795 * ediff-util.el (ediff-setup): Make window-min-height a local variable
2796 in ediff control window, and set its min height to 2.
2797 (ediff-setup-control-buffer): Dedicate the control window.
2798 (ediff-toggle-multiframe): Undedicate control window.
2799 Work directly with ediff-setup-windows-multiframe and
2800 ediff-setup-windows-plain.
2801
2802 * ediff-wind (ediff-choose-window-setup-function-automatically):
2803 New function.
2804 (ediff-window-setup-function): Change initialization.
2805 (ediff-setup-windows-automatic): Delete.
2806 (ediff-setup-windows-plain-merge): Make control window dedicated.
2807 (ediff-destroy-control-frame): Do not skip frames if working in a
2808 single frame.
2809
2810 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
2811 eval-when-compile.
2812
2813 * emulation/viper-util.el: Move provide's forward, prevent recursion in
2814 eval-when-compile.
2815
2816 2008-04-04 Glenn Morris <rgm@gnu.org>
2817
2818 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
2819 calendar-absolute-from-bahai. Update callers, keep old name as alias.
2820
2821 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
2822 Rename islamic-calendar-leap-year-p. Update callers.
2823 (calendar-islamic-last-day-of-month):
2824 Rename islamic-calendar-last-day-of-month. Update callers.
2825 (calendar-islamic-day-number):
2826 Rename islamic-calendar-day-number. Update callers.
2827 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
2828 Update callers, keep old name as alias.
2829 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
2830 Update callers, keep old name as alias.
2831 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
2832 Keep old name as alias.
2833 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
2834 Update callers, keep old name as alias.
2835 (calendar-islamic-mark-date-pattern):
2836 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
2837 name as alias.
2838 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
2839 Keep old name as alias.
2840 (diary-islamic-insert-monthly-entry):
2841 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
2842 (diary-islamic-insert-yearly-entry):
2843 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
2844
2845 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
2846 calendar-absolute-from-iso. Update callers, keep old name as alias.
2847 (calendar-iso-print-date): Rename calendar-print-iso-date.
2848 Update callers, keep old name as alias.
2849 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
2850 Keep old name as alias.
2851 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
2852 Keep old name as alias.
2853
2854 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
2855 calendar-absolute-from-julian. Update callers, keep old name as alias.
2856 (calendar-julian-print-date): Rename calendar-print-julian-date.
2857 Update callers, keep old name as alias.
2858 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
2859 Update callers, keep old name as alias.
2860 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
2861 Update callers, keep old name as alias.
2862 (calendar-astro-print-day-number):
2863 Rename calendar-print-astro-day-number. Update callers, keep old
2864 name as alias.
2865 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
2866 Update callers, keep old name as alias.
2867
2868 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
2869 Rename calendar-string-to-mayan-long-count. Update callers.
2870 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
2871 Update callers, keep old name as alias.
2872 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
2873 Update callers.
2874 (calendar-mayan-read-tzolkin-date):
2875 Rename calendar-read-mayan-tzolkin-date. Update callers.
2876 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
2877 Keep old name as alias.
2878 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
2879 Keep old name as alias.
2880 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
2881 Keep old name as alias.
2882 (calendar-mayan-previous-tzolkin-date):
2883 Rename calendar-previous-tzolkin-date. Keep old name as alias.
2884 (calendar-mayan-next-round-date):
2885 Rename calendar-next-calendar-round-date. Keep old name as alias.
2886 (calendar-mayan-previous-round-date):
2887 Rename calendar-previous-calendar-round-date. Keep old name as alias.
2888 (calendar-mayan-long-count-to-absolute): Rename
2889 calendar-absolute-from-mayan-long-count. Keep old name as alias.
2890 (calendar-mayan-goto-long-count-date):
2891 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
2892
2893 * calendar/cal-persia.el (calendar-persian-month-name-array):
2894 Rename persian-calendar-month-name-array. Update callers.
2895 (calendar-persian-epoch): Rename persian-calendar-epoch.
2896 Update callers.
2897 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
2898 Update callers.
2899 (calendar-persian-last-day-of-month):
2900 Rename persian-calendar-last-day-of-month. Update callers.
2901 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
2902 Update callers, keep old name as alias.
2903 (calendar-persian-print-date): Rename calendar-print-persian-date.
2904 Update callers, keep old name as alias.
2905 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
2906 Keep old name as alias.
2907
2908 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
2909 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
2910 * calendar/solar.el: Update for cal-julian name changes.
2911
2912 * calendar/cal-dst.el: Update for persian name changes.
2913
2914 * calendar/cal-menu.el, calendar/calendar.el:
2915 Update for islamic, iso, julian, mayan, persian name changes.
2916
2917 * calendar/diary-lib.el: Update for islamic name changes.
2918
2919 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
2920 Rename all-hebrew-calendar-holidays. Update callers, keep old name
2921 as alias.
2922 (calendar-christian-all-holidays-flag):
2923 Rename all-christian-calendar-holidays. Update callers, keep old
2924 name as alias.
2925 (calendar-islamic-all-holidays-flag):
2926 Rename all-islamic-calendar-holidays. Update callers, keep old
2927 name as alias.
2928 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
2929 Update callers, keep old name as alias.
2930 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
2931 Update for the above name changes.
2932
2933 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
2934
2935 * hilit-chg.el (global-highlight-changes-mode)
2936 (highlight-changes-passive-string, highlight-changes-active-string):
2937 Mark as obsolete since 23.1, not 22.1.
2938
2939 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
2940
2941 * hilit-chg.el (highlight-changes-visibility-initial-state)
2942 (hilit-chg-update, highlight-changes-mode-turn-on):
2943 Fix typos in docstrings.
2944
2945 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
2946
2947 * newcomment.el (comment-enter-backward): Be careful to restore
2948 position changed during narrowing.
2949
2950 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
2951
2952 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2953 Recognize `sub ($$)'.
2954
2955 2008-04-03 Richard Sharman <rsharman@pobox.com>
2956
2957 * hilit-chg.el (highlight-changes-mode): Rename from
2958 highlight-changes; no longer uses sub-modes active and passive;
2959 implemented by define-minor-mode.
2960 (highlight-changes-toggle-visibility): New function, to replace
2961 the old passive/active submodes of global-highlight-changes-mode;
2962 implemented by define-minor-mode.
2963 (global-highlight-changes-mode): Rename from global-highlight-changes;
2964 rewrite using define-globalized-minor-mode.
2965 (hilit-chg-major-mode-hook, hilit-chg-check-global)
2966 (hilit-chg-post-command-hook, hilit-chg-check-global)
2967 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
2968 to use of define-globalized-minor-mode.
2969 (highlight-changes-global-initial-state): Change to be boolean.
2970 (highlight-changes-visible-string, highlight-changes-invisible-string):
2971 Rename from highlight-changes-active-string and
2972 highlight-changes-passive-string.
2973 (hilit-chg-update, hilit-chg-set): Use them.
2974 (global-highlight-changes-mode): Rename from global-highlight-changes.
2975 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
2976 docstring.
2977 (hilit-chg-hide-changes): Rewrite to use dolist.
2978 (hilit-chg-set-face-on-change, hilit-chg-update)
2979 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
2980 variable instead of testing highlight-changes-mode.
2981 (highlight-markup-buffers): Add require ediff-util; argument on calls
2982 to highlight-changes-mode changed.
2983 (highlight-compare-with-file): Fix problems with interactive
2984 call giving invalid default file.
2985
2986 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
2987
2988 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
2989 Fix in disassembly buffer (regression in 22.2).
2990
2991 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
2992
2993 * emulation/viper-macs.el (viper-read-fast-keysequence):
2994 Use viper-read-event instead of viper-read-key.
2995
2996 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
2997
2998 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
2999 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
3000 let-statements.
3001
3002 * emulation/viper-ex.el, emulation/viper-macs.el:
3003 * emulation/viper-mous.el:
3004 Replace load with require in eval-when-compile.
3005
3006 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3007
3008 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
3009
3010 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
3011 (archive-try-jka-compr): New function.
3012 (archive-set-buffer-as-visiting-file): Use it.
3013
3014 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
3015
3016 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
3017
3018 * simple.el (handle-shift-selection): New arg.
3019
3020 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3021
3022 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
3023
3024 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
3025
3026 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
3027
3028 * shell.el (shell-dynamic-complete-filename): New fun.
3029 (shell-dynamic-complete-functions): Use it.
3030
3031 * help-fns.el (describe-variable): Undo 2008-02-25 change.
3032
3033 2008-04-03 Kenichi Handa <handa@m17n.org>
3034
3035 * international/fontset.el (create-fontset-from-x-resource):
3036 Handle the error of X resource more gracefully.
3037
3038 * international/latin1-disp.el (latin1-display): Don't use make-char.
3039 Fix the argument to set-char-table-range.
3040 (latin1-display-identities): Don't use make-char.
3041 (latin1-display-reset): Use map-charset-chars instead of directly
3042 calling standard-display-default.
3043 (latin1-display-check-font): Don't use make-char.
3044 (latin1-display-setup): Likewise.
3045 (latin1-display-ucs-per-lynx): Likewise.
3046
3047 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3048
3049 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
3050 name the fields, to make the code clearer.
3051 Rewrite all `aset' and `aref' using the defined accessors.
3052 (timer--time): New pseudo-field.
3053 (timer-set-time, timer-set-idle-time, timer-inc-time)
3054 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
3055 (timer--time-less-p): New function.
3056 (timer--activate): New function, extracted from timer-activate.
3057 (timer-activate-when-idle, timer-activate): Use it.
3058 (cancel-function-timers): Use dolist.
3059
3060 2008-04-03 Glenn Morris <rgm@gnu.org>
3061
3062 * add-log.el (c-beginning-of-defun, c-end-of-defun):
3063 Remove declarations; no longer used.
3064 (c-cpp-define-name, c-defun-name): Declare as functions.
3065
3066 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
3067 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
3068
3069 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
3070 (holiday-passover-etc, holiday-hanukkah): Doc fix.
3071 Add optional argument. Simplify.
3072 (holiday-tisha-b-av-etc): Use memq rather than unless.
3073 (holiday-julian): Autoload it.
3074 (holiday-hebrew-misc): New function.
3075
3076 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
3077
3078 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
3079 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
3080 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
3081 all-hebrew-calendar-holidays.
3082 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
3083 Simplify using new functions.
3084 (calendar-holidays): Doc fix.
3085 (generate-calendar-window): Use bound-and-true-p.
3086
3087 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
3088
3089 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
3090 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
3091 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
3092 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
3093
3094 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
3095
3096 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3097
3098 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
3099
3100 * vc-bzr.el (vc-bzr-checkout): Simplify.
3101
3102 * image-mode.el (image-mode-fit-frame): New command.
3103
3104 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
3105 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
3106 (keyboard-escape-quit): Check region-active-p i.s.o
3107 transient-mark-mode.
3108
3109 2008-04-02 Simon Josefsson <simon@josefsson.org>
3110
3111 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
3112 (imap-message-copyuid-1): Use it.
3113 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
3114 J. Williams in
3115 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3116
3117 2008-04-02 Alan Mackenzie <acm@muc.de>
3118
3119 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
3120 New optimised functions to get the name of the current defun/macro.
3121
3122 * add-log.el (add-log-current-defun): Move the functionality which
3123 gets the current function name for C like modes to cc-cmds.el,
3124 thus optimising for speed.
3125
3126 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
3127
3128 * simple.el (deactivate-mark): When the mark is temporarily
3129 active, restore the original value of transient-mark-mode.
3130 (set-mark-command): First deactivate the mark if was temporarily active.
3131 (exchange-point-and-mark): Reactivate the mark if it was
3132 temporarily active.
3133 (handle-shift-selection): New fun.
3134 (transient-mark-mode): Move var documentation here from buffer.c.
3135 (next-line, previous-line, backward-word, move-end-of-line)
3136 (move-beginning-of-line, forward-to-indentation)
3137 (backward-to-indentation, back-to-indentation)
3138 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
3139
3140 * mouse.el (mouse-set-region-1): Save the old value of
3141 transient-mark-mode.
3142 (mouse-drag-track): Ignore the now-obsolete value `identity' for
3143 transient-mark-mode.
3144
3145 * textmodes/paragraphs.el (forward-paragraph)
3146 (backward-paragraph, forward-sentence, backward-sentence): Add ^
3147 interactive spec.
3148
3149 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
3150
3151 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
3152
3153 * net/tramp.el (tramp-make-tramp-temp-file):
3154 Use `tramp-drop-volume-letter' for the local file name part.
3155
3156 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3157
3158 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
3159 Add menu entries corresponding to all the key bindings.
3160
3161 * emacs-lisp/debug.el (debugger-mode-map):
3162 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
3163 (conf-align-assignments): Only work on the region if it is active.
3164 (conf-quote-normal): Use when instead of if. Remove redundant test.
3165
3166 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3167 for tracing and re-builder.
3168
3169 2008-04-02 Glenn Morris <rgm@gnu.org>
3170
3171 * calendar/appt.el (appt-disp-window-function): Doc fix.
3172 (appt-display-message): Move beep before display.
3173 (appt-check): Make interactive. Reduce the number of lets.
3174 Use string-equal to compare mode-line strings.
3175 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
3176 read-only.
3177 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
3178 (appt-delete): Simplify.
3179
3180 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
3181
3182 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
3183
3184 * calendar/cal-hebrew.el (list-yahrzeit-dates):
3185 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
3186 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
3187
3188 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
3189 (calendar-holiday-marker, mark-visible-calendar-date):
3190 * calendar/diary-lib.el (fancy-diary-display):
3191 Check for font-lock-mode before using faces.
3192
3193 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
3194 (calendar-gregorian-from-absolute): Reduce the number of lets.
3195 (hebrew-holidays-4, generate-calendar-window): Simplify.
3196 (calendar-for-loop): Make obsolete.
3197 (calendar-nth-named-day): Doc fix.
3198
3199 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
3200 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
3201 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
3202 Reduce the number of lets.
3203 (mark-sexp-diary-entries, calendar-mark-complex):
3204 Expand calendar-for-loops.
3205
3206 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
3207
3208 * find-dired.el (find-dired-filter): Fix last patch to handle
3209 multi-line process input. Pad link numbers too.
3210
3211 2008-04-01 Jari Aalto <jari.aalto@cante.net>
3212
3213 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
3214
3215 2008-04-01 Jason Rumney <jasonr@gnu.org>
3216
3217 * international/characters.el (script-list): Add phonetic script,
3218 covering IPA (previously Latin), Phonetic Extensions and
3219 Phonetic Extensions Supplement (both previously unassigned).
3220
3221 * international/fontset.el (setup-default-fontset): Use unicode fonts
3222 that cover bopomofo script for bopomofo.
3223 Likewise for braille and mathematical.
3224 Use unicode scripts that cover the phonetic script for IPA.
3225
3226 2008-04-01 Johan Bockgård <bojohan@gnu.org>
3227
3228 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
3229 return the assigned value.
3230
3231 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3232
3233 * abbrev.el (abbrev-mode): Use define-minor-mode.
3234
3235 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
3236 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
3237 Use map-keymap.
3238 (minor-mode-menu-from-indicator): Use it. Simplify.
3239
3240 * bindings.el (mode-line-mode-menu): Move before (new) first use.
3241 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
3242 Bind the key directly to the menu.
3243 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
3244
3245 2008-04-01 Daiki Ueno <ueno@unixuser.org>
3246
3247 * epa.el (epa-decrypt-region): Explain the reason why this
3248 function should not be used in Lisp programs.
3249 (epa-decrypt-armor-in-region): Ditto.
3250 (epa-verify-region): Ditto.
3251 (epa-verify-cleartext-in-region): Ditto.
3252 (epa-sign-region): Ditto.
3253 (epa-encrypt-region): Ditto.
3254
3255 * epg.el (epg-start-receive-keys): Fix typo in docstring.
3256
3257 * epa.el (epa-select-keys): Show menu even if there is no key in
3258 GnuPG's keyring.
3259
3260 2008-04-01 Glenn Morris <rgm@gnu.org>
3261
3262 * calendar/calendar.el (calendar-make-temp-face): New function.
3263 (mark-visible-calendar-date):
3264 * calendar/diary-lib.el (fancy-diary-display): Use it.
3265
3266 * vc-hooks.el (vc-responsible-backend): Declare as function.
3267
3268 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
3269 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
3270 * calendar/cal-julian.el (holiday-julian): Use it.
3271
3272 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
3273 (calendar-hebrew-date-is-visible-p): Extract some common code into
3274 separate function.
3275 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
3276
3277 * calendar/cal-menu.el (cal-menu-holidays-menu):
3278 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
3279 rather than obsolete alias.
3280
3281 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
3282 for mark characters.
3283 (calendar-unmark): Unmark by removing all overlays, rather than
3284 redrawing.
3285 (calendar-starred-day): Remove.
3286 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
3287 (calendar-cursor-to-date): No need for special star handling now
3288 using overlays.
3289 (calendar-star-date): Use overlays.
3290
3291 * calendar/cal-french.el (calendar-goto-french-date):
3292 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
3293 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
3294 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
3295 * calendar/cal-persia.el (calendar-persian-date-string):
3296 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3297 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
3298 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
3299 * calendar/solar.el (solar-equinoxes-solstices):
3300 Reduce nesting of some lets.
3301
3302 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
3303 (calendar-goto-mayan-long-count-date): Simplify.
3304
3305 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
3306 Simplify by using mapcar.
3307 (calendar-list-holidays): Return holiday-list.
3308 (list-holidays): Use let rather than let*. Remove un-needed locals
3309 `d', `never'.
3310 (calendar-check-holidays): Return result from dolist.
3311 (holiday-float): Use a single let*. Simplify if-and to and.
3312 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
3313 single let*.
3314
3315 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
3316
3317 * calc/calc.el: Autoload `calc-yank'.
3318 (calc-mode-map): Add keybindings for `calc-yank'.
3319 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
3320 assignments for `calc-yank'.
3321
3322 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
3323
3324 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
3325 (vc-status-mark-buffer-changed): Handle the extra field.
3326
3327 * vc-bzr.el (vc-bzr-after-dir-status):
3328 * vc-cvs.el (vc-cvs-after-dir-status):
3329 * vc-hg.el (vc-hg-after-dir-status):
3330 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
3331
3332 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3333
3334 * doc-view.el: Compute displayed pages first (in PDF).
3335 (doc-view-current-converter-processes): Rename from
3336 doc-view-current-converter-process. Update users.
3337 (doc-view-sentinel): Test buffer's liveness.
3338 (doc-view-pdf/ps->png-sentinel): Remove.
3339 (doc-view-start-process): New function.
3340 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
3341 (doc-view-ps->pdf): Use it.
3342 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
3343 New functions.
3344 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
3345 (doc-view-mode): Kill the processes when leaving the mode.
3346
3347 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
3348
3349 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
3350 Use `byte-compile-warning-types'. Add docstring.
3351
3352 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3353
3354 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
3355 (smerge-resolve): Add various resolution heuristics.
3356
3357 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
3358 in 3-way conflicts.
3359
3360 2008-03-31 Glenn Morris <rgm@gnu.org>
3361
3362 * calendar/cal-bahai.el (diary-bahai-mark-entries):
3363 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
3364 * calendar/cal-islam.el (mark-islamic-diary-entries):
3365 Fix argument order in call to diary-mark-entries-1.
3366
3367 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
3368 pre-Bahai dates.
3369 (holiday-bahai): Use an algorithm actually relevant to this calendar
3370 system.
3371
3372 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
3373
3374 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
3375 Use and.
3376
3377 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
3378 in the last fortnight in Julian October.
3379
3380 * calendar/calendar.el (increment-calendar-month): Optionally handle
3381 systems without 12 months per year.
3382
3383 (calendar-date-is-visible-p): Doc fix. Simplify.
3384
3385 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
3386 from dolist.
3387
3388 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
3389
3390 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
3391 (hi-lock-unload-function): New function.
3392
3393 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
3394
3395 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
3396 overwriting when NEWNAME is a local file.
3397
3398 * net/trampver.el: Update release number.
3399
3400 2008-03-30 Alexandre Julliard <julliard@winehq.org>
3401
3402 * vc-git.el: Make vc-status display information about copies,
3403 renames and permission changes.
3404 (vc-git-extra-fileinfo): New defstruct.
3405 (vc-git-escape-file-name, vc-git-file-type-as-string)
3406 (vc-git-rename-as-string, vc-git-permissions-as-string)
3407 (vc-git-status-printer): New functions.
3408 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
3409 (vc-git-after-dir-status-stage1): Look for copies, renames and
3410 permission changes.
3411 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
3412 (vc-git-dir-status): Ask for staged files and renames.
3413
3414 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3415
3416 * vc.el: Allow backends to display backend specific information in
3417 the vc-status listing.
3418 (vc-status-fileinfo): Add a field for backend specific information.
3419 (vc-status-printer): Rename to ...
3420 (vc-default-status-printer): ... this.
3421 (vc-status-printer): New function.
3422 (vc-update-vc-status-buffer): Set the backend specific file info
3423 if provided.
3424
3425 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
3426
3427 * textmodes/remember.el (remember-diary-convert-entry): Revert last
3428 change (ill-conceived).
3429
3430 2008-03-29 Glenn Morris <rgm@gnu.org>
3431
3432 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
3433 * calendar/cal-julian.el (holiday-julian): Simplify.
3434
3435 * calendar/holidays.el (list-holidays): Use or.
3436
3437 2008-03-29 Juri Linkov <juri@jurta.org>
3438
3439 * window.el (split-window-preferred-horizontally): New function.
3440
3441 * cus-start.el (split-window-preferred-function):
3442 Set choice for "vertically" to nil instead of split-window.
3443 Set choice for "horizontally" to split-window-preferred-horizontally
3444 instead of lambda.
3445
3446 2008-03-29 Juri Linkov <juri@jurta.org>
3447
3448 * simple.el (minibuffer-default-add-function): New variable with
3449 the default to minibuffer-default-add-completions.
3450 (minibuffer-default-add-done): New variable. Make it buffer-local.
3451 (minibuffer-default-add-completions): New function.
3452 (goto-history-element): Set minibuffer-default-add-done to t and
3453 call a function in minibuffer-default-add-function when the
3454 specified absolute history position is greater than the length of
3455 the minibuffer-default list and minibuffer-default-add-done is nil.
3456 Change "^End of history; no next item$" to "^End of defaults;
3457 no next item$".
3458
3459 * bindings.el (debug-ignored-errors): Change "^End of history;
3460 no next item$" to "^End of defaults; no next item$".
3461
3462 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
3465
3466 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
3467 to with-no-warnings.
3468
3469 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
3470
3471 Sync with Tramp 2.1.13.
3472
3473 * net/tramp-ftp.el: Require 'cl when byte-compiling.
3474
3475 * net/trampver.el: Update release number.
3476
3477 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
3478
3479 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
3480 the current backend.
3481
3482 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
3483 (vc-status-refresh): Create a temporary buffer and call the
3484 `dir-status' backend function from that buffer.
3485
3486 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
3487 (vc-bzr-after-dir-status): Don't kill the buffer.
3488
3489 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
3490 (vc-cvs-after-dir-status): Don't kill the buffer.
3491
3492 * vc-git.el (vc-git-dir-status): Don't create a buffer.
3493 (vc-git-after-dir-status-stage2): Don't kill the buffer.
3494
3495 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
3496 (vc-hg-after-dir-status): Don't kill the buffer.
3497
3498 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
3499 (vc-svn-after-dir-status): Don't kill the buffer.
3500
3501 2008-03-29 Glenn Morris <rgm@gnu.org>
3502
3503 * calendar/calendar.el (diary-file, american-date-diary-pattern)
3504 (european-date-diary-pattern, european-calendar-display-form)
3505 (american-calendar-display-form, diary-display-hook): Doc fixes.
3506 (european-calendar-style): Doc fix. Use calendar-set-date-style for
3507 custom :set. Mark as obsolete.
3508 (calendar-date-style, iso-date-diary-pattern)
3509 (iso-calendar-display-form): New user variables.
3510 (diary-date-forms, calendar-date-display-form): Set using
3511 calendar-date-style. Doc fix.
3512 (calendar-set-date-style): New command.
3513 (european-calendar, american-calendar): Use calendar-set-date-style.
3514 Mark as obsolete.
3515
3516 * calendar/diary-lib.el (number): Move declaration where needed.
3517 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
3518 (diary-make-date): New function.
3519 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
3520 Use diary-make-date.
3521 (diary-date-display-form, diary-insert-entry-1): New functions.
3522 (insert-monthly-diary-entry, insert-yearly-diary-entry):
3523 Use diary-insert-entry-1.
3524 (insert-anniversary-diary-entry, insert-block-diary-entry)
3525 (insert-cyclic-diary-entry): Use diary-date-display-form.
3526
3527 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3528 Autoload diary-insert-entry-1.
3529 * calendar/cal-bahai.el (diary-bahai-insert-entry)
3530 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
3531 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
3532 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
3533 * calendar/cal-islam.el (insert-islamic-diary-entry)
3534 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
3535 Use diary-insert-entry-1.
3536
3537 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
3538 (diary-yahrzeit): Doc fix. Use diary-make-date.
3539
3540 * calendar/icalendar.el (icalendar--datetime-to-american-date):
3541 New name for icalendar--datetime-to-noneuropean-date. Make old name
3542 obsolete alias.
3543 (icalendar--datetime-to-iso-date): New function.
3544 (icalendar--datetime-to-diary-date): Doc fix. Respect
3545 calendar-date-style if bound.
3546
3547 * textmodes/remember.el (remember-diary-convert-entry):
3548 Respect calendar-date-style if bound.
3549
3550 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3551
3552 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
3553 (xterm-mouse-handle-delete-frame): Delete.
3554
3555 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
3556 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
3557 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
3558 in xterm-modify-other-keys-terminal-list.
3559
3560 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
3561 are conflicts.
3562
3563 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
3564
3565 * vc.el (vc-update): Check if the buffer is unsaved only if it
3566 actually exists.
3567 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
3568 vc-print-log.
3569
3570 2008-03-28 Magnus Henoch <mange@freemail.hu>
3571
3572 * net/dns.el (dns-write): Use set-buffer-multibyte.
3573
3574 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3575
3576 * vc-bzr.el (vc-bzr-sha1): New fun.
3577 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
3578 (vc-bzr-registered): Use it.
3579
3580 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
3581
3582 * vc.el (vc-status-kill-dir-status-process): Simplify.
3583 (vc-status-refresh): Make sure the buffer is live.
3584 (ring): Don't require it, not used.
3585
3586 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
3587
3588 * progmodes/verilog-mode.el (verilog-auto-inout-module):
3589 Add optional regular expression to AUTOINOUTMODULE.
3590 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
3591 (verilog-auto-inst-param, verilog-auto-reg)
3592 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
3593 (verilog-auto-output-every, verilog-auto-input)
3594 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
3595 (verilog-auto-unused, verilog-auto): Update documentation to use
3596 more obvious instance module names versus cell names.
3597
3598 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
3599
3600 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
3601 kill if a process is running.
3602
3603 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
3604
3605 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
3606
3607 * vc.el: Add new backend function 'status-extra-headers.
3608 (vc-default-status-extra-headers): New function.
3609 (vc-status-headers): Call 'status-extra-headers. Add colors.
3610
3611 * vc-git.el (vc-git-status-extra-headers): New function.
3612
3613 2008-03-28 Glenn Morris <rgm@gnu.org>
3614
3615 * calendar/cal-menu.el (cal-menu-holidays-menu)
3616 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
3617 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
3618 holiday-list is optional.
3619 (calendar-mouse-holidays): Remove un-needed local `l'.
3620
3621 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
3622 Remove un-needed local `date'.
3623 (calendar-cursor-to-visible-date): Use let rather than let*.
3624 Remove un-needed local `first-of-month-weekday'.
3625
3626 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
3627
3628 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
3629 Doc fixes.
3630 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
3631 (diary-header-line-flag, diary-header-line-format): Declare.
3632 (diary-pull-attrs): Check for multiple matches.
3633 (diary-list-entries-2): Simplify finding start of date.
3634 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
3635 pop-up-frames.
3636 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
3637 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
3638
3639 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
3640
3641 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
3642
3643 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
3644
3645 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
3648
3649 * image-mode.el (image-mode-reapply-winprops): Fix last change.
3650
3651 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
3652
3653 * international/mule-conf.el (define-iso-single-byte-charset):
3654 Don't make latin-iso8859-* supplementary.
3655 (#'set-charset-priority): Don't change the priority of charsets
3656 `unicode' and `emacs'.
3657
3658 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
3661 temp buffer.
3662
3663 2008-03-27 Glenn Morris <rgm@gnu.org>
3664
3665 * calendar/cal-bahai.el (diary-bahai-list-entries):
3666 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
3667 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
3668
3669 * calendar/calendar.el (diary-file): Doc fix.
3670
3671 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
3672 (list-diary-entries-hook, mark-diary-entries-hook)
3673 (include-other-diary-files, diary-mail-entries)
3674 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
3675 (diary-set-header): New function.
3676 (diary-header-line-flag, diary-header-line-format):
3677 Use diary-set-header for custom :set function.
3678 (diary-set-maybe-redraw): Use symbol-value rather than eval.
3679 (diary-attrtype-convert): Use intern-soft rather than read.
3680 (diary-display-no-entries): New function.
3681 (simple-diary-display, fancy-diary-display): Use it.
3682 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
3683 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
3684
3685 * calendar/holidays.el (list-holidays): Doc fix.
3686
3687 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
3688
3689 * calc/calc-store.el (calc-read-var-name-history): New variable.
3690 (calc-read-var-name): Use `calc-read-var-name-history'.
3691
3692 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3693
3694 * image-mode.el (image-mode-reapply-winprops): Simplify now that
3695 window-configuration-change-hook works buffer-locally.
3696
3697 2008-03-26 Johan Bockgård <bojohan@gnu.org>
3698
3699 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
3700 for Emacs Lisp, not Lisp.
3701
3702 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
3703
3704 * help-fns.el (describe-function-1, describe-variable):
3705 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
3706
3707 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
3708 replacement is provided, don't print "use nil instead".
3709
3710 2008-03-26 Johan Bockgård <bojohan@gnu.org>
3711
3712 * complete.el (PC-do-completion): Use regexp-quote.
3713
3714 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
3715
3716 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
3717 Detect missing files.
3718
3719 * vc-git.el (vc-git-extra-menu-map): New key map.
3720 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
3721 New functions.
3722
3723 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
3724 and 'missing files.
3725
3726 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3727
3728 * calendar/holidays.el (list-holidays): Make Y2 optional.
3729
3730 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
3731 buffers shown to the user.
3732 (appt-disp-window): Disable undo explicitly now that the leading space
3733 is gone.
3734
3735 * simple.el (activate-mark): New function.
3736 (set-mark-command): Use it with region-active-p to clean up the code.
3737 (exchange-point-and-mark): Invert the meaning of C-u when
3738 transient-mark-mode is active.
3739
3740 * dired-aux.el (dired-create-files): Use dolist.
3741
3742 * bindings.el (mode-line-change-eol): Use with-selected-window.
3743
3744 * apropos.el (apropos-command): Include macros.
3745
3746 2008-03-26 Glenn Morris <rgm@gnu.org>
3747
3748 * calendar/cal-bahai.el: Require calendar, not cal-julian.
3749 (calendar-bahai-epoch): Doc fix.
3750
3751 * calendar/cal-china.el: Explicitly require calendar.
3752
3753 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
3754 Require calendar rather than cal-julian.
3755 Autoload calendar-absolute-from-julian.
3756 * calendar/cal-coptic.el (coptic-calendar-epoch):
3757 * calendar/cal-islam.el (calendar-islamic-epoch):
3758 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
3759
3760 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
3761
3762 * calendar/cal-dst.el: Don't require cal-persia.
3763 (calendar-absolute-from-persian): Autoload it.
3764 (dst-adjust-time): Doc fix.
3765
3766 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
3767 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
3768 calendar.
3769
3770 * calendar/cal-menu.el: Require calendar rather than declaring
3771 functions.
3772 * calendar/calendar.el: Provide calendar before requiring cal-menu.
3773
3774 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
3775 calendar-after-frame-setup-hooks. Update callers, make old name an
3776 obsolete alias. Doc fix.
3777 (calendar-frame-1): Doc fix.
3778
3779 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
3780
3781 * calendar/calendar.el (oriental-holidays, solar-holidays):
3782 * calendar/holidays.el (list-holidays): Assume atan always bound.
3783
3784 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
3785 Explicitly require calendar, not cal-julian.
3786 * calendar/lunar.el: Explicitly require cal-dst.
3787
3788 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3789
3790 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
3791
3792 * help-fns.el (describe-function-1, describe-variable): If no
3793 replacement is provided, don't print "use nil instead".
3794
3795 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3796
3797 * proced.el: New file.
3798
3799 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3800
3801 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
3802
3803 2008-03-25 Juri Linkov <juri@jurta.org>
3804
3805 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
3806 in battery-mode-line-format.
3807
3808 * bindings.el (minibuffer-local-map): For the command
3809 file-cache-minibuffer-complete replace keymap minibuffer-local-map
3810 with map which is already locally bound to minibuffer-local-map.
3811
3812 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3813
3814 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
3815 Remove `sort-first' argument.
3816
3817 * subr.el (redisplay-end-trigger-functions)
3818 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
3819 (process-filter-multibyte-p, set-process-filter-multibyte):
3820 Mark as obsolete.
3821
3822 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
3823
3824 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
3825 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
3826 use the LOCAL arg of `add-hook'.
3827 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
3828 Remove spurious * from defcustom docstrings.
3829 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
3830 Fix typos in messages.
3831 (reb-mode-buffer-p): New function.
3832 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
3833 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
3834 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
3835 (reb-update-overlays): Use `unless', `when'.
3836 (re-builder-unload-function): New function.
3837
3838 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
3839
3840 * vc-hooks.el (vc-state): Add documentation for 'missing.
3841
3842 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
3843
3844 * progmodes/verilog-mode.el (verilog-auto-output)
3845 (verilog-auto-input, verilog-auto-inout, verilog-auto)
3846 (verilog-delete-auto): Add optional regular expression to
3847 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
3848 (verilog-signals-matching-regexp): New internal function for
3849 signal matching.
3850
3851 2008-03-25 Johan Bockgård <bojohan@gnu.org>
3852
3853 * info.el (Info-isearch-search): Always return point.
3854
3855 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * diff-mode.el (diff-remembered-defdir): New var.
3858 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
3859
3860 2008-03-25 Glenn Morris <rgm@gnu.org>
3861
3862 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
3863 calendar-bahai-prompt-for-date. Update callers, make old name an
3864 obsolete alias. Doc fix.
3865 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
3866 coptic-prompt-for-date. Update callers, make old name an
3867 obsolete alias. Doc fix.
3868 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
3869 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
3870 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
3871 calendar-islamic-prompt-for-date. Update callers. Doc fix.
3872 * calendar/cal-iso.el (calendar-iso-read-date): New name for
3873 calendar-iso-read-args. Update callers, make old name an obsolete
3874 alias.
3875 * calendar/cal-persia.el (calendar-persian-read-date): New name for
3876 persian-prompt-for-date. Update callers, make old name an
3877 obsolete alias. Doc fix. Move definition before use.
3878
3879 * calendar/cal-x.el (diary-frame-parameters)
3880 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
3881 (calendar-frame-1): Doc fixes.
3882 (make-fancy-diary-buffer): Remove declaration.
3883 (calendar-dedicate-diary): Replace call to deleted function
3884 make-fancy-diary-buffer.
3885 (calendar-frame-setup): New function.
3886 (calendar-one-frame-setup, calendar-only-one-frame-setup)
3887 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
3888 work, and mark as obsolete.
3889 (special-display-buffer-names): Don't mess with this; it's not our
3890 business.
3891 (cal-x-load-hook): Defvar it, and mark as obsolete.
3892
3893 * calendar/calendar.el (calendar-remove-frame-by-deleting):
3894 Default to t. Add to 'calendar group.
3895 (calendar): Doc fix. Use calendar-frame-setup.
3896 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
3897 (generate-calendar-window): Doc fix.
3898
3899 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3900
3901 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
3902
3903 2008-03-24 Drew Adams <drew.adams@oracle.com>
3904
3905 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
3906 New variables.
3907 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
3908 (finder-exit): Ignore errors rather than avoiding them.
3909 Kill *Finder-package* buffer also.
3910
3911 2008-03-24 Andreas Schwab <schwab@suse.de>
3912
3913 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
3914
3915 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
3916
3917 * vc-hg.el (vc-hg-after-dir-status):
3918 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
3919
3920 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
3921 Detect removed files.
3922
3923 * vc.el (vc-status-printer): Use a different face for missing files.
3924 (vc-status-hide-up-to-date): Rename from
3925 vc-status-remove-up-to-date. Update all callers.
3926 (vc-status-mode-map): Bind C-m.
3927
3928 2008-03-24 Alexandre Julliard <julliard@winehq.org>
3929
3930 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
3931 code ...
3932 (vc-git--state-code): ... to this new function.
3933 (vc-git-state): Use it.
3934
3935 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
3936
3937 * textmodes/remember.el (remember-mail-date)
3938 (remember-store-in-mailbox): Write date and From line in such a
3939 way that Mutt can read it.
3940
3941 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
3942
3943 * simple.el (transient-mark-mode): Turn on by default.
3944
3945 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
3946
3947 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
3948 'unregistered for unregistered files.
3949
3950 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
3951
3952 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
3953
3954 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
3955 subdirectories.
3956
3957 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
3958 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
3959 Add :enable for vc-status-refresh.
3960 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
3961 (vc-status-tool-bar-map): Add binding for
3962 vc-status-kill-dir-status-process.
3963 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
3964 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
3965 Reset vc-status-process-buffer.
3966 (vc-status-refresh): Don't run two refreshes at a time.
3967 (vc-status): If the buffer is already in vc-status-mode only refresh.
3968 (vc-status-mark-buffer-changed): Add an optional file parameter.
3969 (vc-resynch-buffer): Use it.
3970 (vc-delete-file): Expand the file name before using it.
3971 Be careful to not create a new buffer with the old file contents.
3972 Update the VC state after performing the operation.
3973
3974 2008-03-23 Andreas Schwab <schwab@suse.de>
3975
3976 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
3977 Fix radio button condition.
3978 [box]: Likewise.
3979 [customize]: Add radio button.
3980
3981 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
3982
3983 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
3984 (calc-user-parse-tables, calc-gnuplot-default-device)
3985 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3986 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3987 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3988 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
3989 (calc-undo-list, calc-redo-list, calc-main-buffer)
3990 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
3991 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
3992 (calc-said-hello, calc-executing-macro, calc-any-selections)
3993 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
3994 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
3995 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
3996 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
3997 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
3998 (calc-create-buffer, calc-quit): Add docstrings.
3999
4000 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
4001
4002 * makefile.w32-in (WINS_ALMOST): Add org.
4003
4004 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
4005
4006 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
4007 New functions to implement vc-status support.
4008
4009 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
4010
4011 * vc.el (vc-status-prepare-status-buffer): New function.
4012 (vc-status): Use it.
4013
4014 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
4015 appropriate.
4016
4017 2008-03-22 Alexandre Julliard <julliard@winehq.org>
4018
4019 * vc-git.el (vc-git--empty-db-p)
4020 (vc-git-after-dir-status-stage1-empty-db): New functions.
4021 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
4022 Add support for empty repositories.
4023
4024 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
4025
4026 * vc-git.el (vc-git-annotate-extract-revision-at-line):
4027 Allow "^" in a version name.
4028
4029 * vc-mtn.el (vc-mtn-state): Support the added state.
4030
4031 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
4032
4033 * org: New directory for Org-mode.
4034
4035 * org/org-export-latex.el: Moved from lisp/texmodes.
4036
4037 * org/org-irc.el: Moved from lisp/texmodes.
4038
4039 * org/org-mac-message.el: Moved from lisp/texmodes.
4040
4041 * org/org-mouse.el: Moved from lisp/texmodes.
4042
4043 * org/org-publish.el: Moved from lisp/texmodes.
4044
4045 2008-03-21 Juri Linkov <juri@jurta.org>
4046
4047 * comint.el (comint-dynamic-simple-complete):
4048 Use variable `stub' for the second arg `common-substring'
4049 of `comint-dynamic-list-completions'.
4050 (comint-dynamic-list-filename-completions):
4051 Use variable `filenondir' for the second arg `common-substring'
4052 of `comint-dynamic-list-completions'.
4053 (comint-dynamic-list-completions): Add new optional arg
4054 `common-substring'. Add `common-substring' as the second arg of
4055 the call to `display-completion-list'. Doc fix.
4056
4057 * comint.el (comint-dynamic-complete-as-filename)
4058 (comint-dynamic-list-filename-completions)
4059 (comint-dynamic-simple-complete): Use `minibuffer-message'
4060 to display message "No completions of %s" when a command
4061 is called in the minibuffer.
4062 (comint-dynamic-simple-complete): Don't display other
4063 completion messages when a command is called in the minibuffer.
4064 (comint-dynamic-list-completions): Use `minibuffer-message'
4065 to display message " [Type space to flush ...]" when a command
4066 is called in the minibuffer.
4067
4068 * shell.el (shell-dynamic-complete-command)
4069 (shell-dynamic-complete-environment-variable): Don't display
4070 completion messages when command is called in the minibuffer.
4071
4072 * emacs-lisp/lisp.el (lisp-complete-symbol):
4073 Use `minibuffer-message' to display message "No completions of %s"
4074 when this command is called in the minibuffer.
4075
4076 * bindings.el (standard-mode-line-modes): Put special help-echo
4077 tooltip on recursive edit %[ %] mode-line constructs.
4078
4079 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
4080 "^No dynamic expansion for .* found$" to allow error messages like
4081 "No dynamic expansion for \"%s\" found in this-buffer".
4082
4083 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
4084
4085 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
4086 "psftp".
4087
4088 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4089
4090 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
4091 * vc.el (vc-default-dired-state-info): Use just "modified".
4092 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
4093 (vc-cvs-mode-line-string): Make use of the better default.
4094 (vc-cvs-parse-entry): Use the new `added'.
4095 (vc-cvs-dired-state-info): Remove.
4096 * vc-svn.el (vc-svn-dired-state-info): Remove.
4097 * vc-hg.el (vc-hg-dired-state-info): Remove.
4098 * vc-git.el (vc-git-dired-state-info): Remove.
4099
4100 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
4101
4102 * vc-git.el (vc-git-status-result): New variable.
4103 (vc-git-dir-status): Split out ...
4104 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
4105 ... these new functions and work asynchronously.
4106
4107 2008-03-21 Alexandre Julliard <julliard@winehq.org>
4108
4109 * vc-git.el (vc-git-after-dir-status): Remove.
4110 (vc-git-dired-state-info): Reimplement.
4111
4112 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
4113
4114 * replace.el (occur-mode-map): Add :help.
4115
4116 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
4117 for disassemble.
4118
4119 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
4120 the 'added state.
4121 (vc-status-remove-up-to-date): New function.
4122 (vc-status-mode-map, vc-status-menu-map): Bind it.
4123 (vc-status-printer): Use a different face up-to-date files.
4124 (vc-resynch-buffer): Update the vc-status buffer if it exists.
4125 (Todo): Remove solved entries.
4126
4127 * vc-hg.el (vc-hg-state):
4128 * vc-git.el (vc-git-state):
4129 * vc-cvs.el (vc-cvs-parse-status):
4130 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
4131 state.
4132
4133 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4134
4135 * progmodes/compile.el (compile):
4136 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
4137
4138 * simple.el (minibuffer-local-shell-command-map): New var.
4139 (minibuffer-complete-shell-command, read-shell-command): New funs.
4140 (shell-command, shell-command-on-region): Use them.
4141
4142 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4143
4144 * vc.el (vc-status-mark-buffer-changed): New function to implement
4145 updating of the *vc-status* buffer when a buffer is saved.
4146 (vc-status-mode): Use it for after-change-hook.
4147 (vc-add-to-vc-status-buffer): Rename to ...
4148 (vc-status-add-entry): ... this.
4149 (Todo): Add new entry.
4150
4151 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4152
4153 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
4154
4155 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
4156
4157 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
4158 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
4159 Remove spurious * from defcustom docstrings.
4160 (icomplete-compute-delay): Fix docstring and remove spurious *.
4161 (icomplete-delay-completions-threshold): Fix typo in docstring and
4162 remove spurious *.
4163 (icomplete-completions): While collecting the list of prospective
4164 candidates, don't overshoot `icomplete-prospects-length'.
4165
4166 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4167
4168 * textmodes/refbib.el:
4169 * textmodes/reftex.el:
4170 * textmodes/reftex-global.el:
4171 * textmodes/reftex-vars.el:
4172 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
4173 compiler pacifying defvars.
4174 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
4175 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
4176 not needed.
4177
4178 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
4179
4180 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
4181 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
4182 (verilog-customize, verilog-font-customize)
4183 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
4184 (verilog-mode): Update documentation strings to match tool tips.
4185 (verilog-auto-search-do, verilog-auto-re-search-do)
4186 (verilog-skip-forward-comment-or-string): Fix verilog-auto
4187 expansion when a .* appears inside a string.
4188 (verilog-re-search-forward, verilog-re-search-backward):
4189 Add comment to recall how this works.
4190 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
4191
4192 2008-03-20 Glenn Morris <rgm@gnu.org>
4193
4194 * calendar/calendar.el (calendar-other-dates): New function.
4195 (calendar-print-other-dates): Use calendar-other-dates.
4196 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
4197 the declarations it replaces.
4198 (calendar-mouse-print-dates): Use calendar-other-dates.
4199
4200 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
4201 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
4202 (calendar-absolute-from-bahai): Fix the leap-year case.
4203 (calendar-bahai-from-absolute): Re-use the Gregorian month.
4204 (calendar-bahai-date-string, calendar-bahai-print-date):
4205 Handle pre-Bahai dates.
4206
4207 * calendar/cal-china.el (chinese-calendar-celestial-stem)
4208 (chinese-calendar-terrestrial-branch): Make defcustoms.
4209
4210 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
4211 (calendar-mouse-view-diary-entries): Use or.
4212 (calendar-mouse-chinese-date): Remove unused command.
4213 (cal-menu-load-hook): Mark as obsolete.
4214
4215 * calendar/solar.el (calendar-location-name, calendar-latitude)
4216 (calendar-longitude, solar-arctan, sunrise-sunset)
4217 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
4218
4219 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
4220
4221 * calc/calc.el: Remove outdated comments.
4222 (defcalcmodevar, calc-mode-var-list-restore-default-values)
4223 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
4224 Add docstrings.
4225
4226 2008-03-19 Jason Rumney <jasonr@gnu.org>
4227
4228 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
4229
4230 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4231
4232 * net/tls.el (open-tls-stream): Reindent.
4233
4234 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
4235
4236 * net/tramp.el (tramp-let-maybe): Removed.
4237 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
4238 It does not exist under XEmacs.
4239 (tramp-handle-file-truename, tramp-handle-expand-file-name)
4240 (tramp-completion-file-name-handler): Let-bind
4241 `directory-sep-char'.
4242
4243 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
4244 `directory-sep-char'.
4245
4246 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4247
4248 * help-fns.el (describe-function-1): Don't signal "missing arglist"
4249 for autoloaded keymaps.
4250
4251 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
4252 (electric-verilog-terminate-line, verilog-in-struct-region-p)
4253 (verilog-backward-ws&directives, verilog-forward-ws&directives)
4254 (verilog-in-comment-p, verilog-in-star-comment-p)
4255 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
4256 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
4257 (verilog-skip-forward-comment-or-string, verilog-in-paren)
4258 (verilog-skip-forward-comment-p): Use it.
4259
4260 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
4261
4262 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
4263 (org-remember-templates, org-time-stamp-rounding-minutes)
4264 (org-back-over-empty-lines, org-find-base-buffer-visiting)
4265 (org-columns-new): Fix typos in docstrings.
4266
4267 2008-03-19 Glenn Morris <rgm@gnu.org>
4268
4269 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
4270 (tramp-handle-shell-command): Use condition-case rather than
4271 ignore-errors.
4272
4273 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4274
4275 * diff-mode.el (diff-header): Make the color louder.
4276 (diff-refine-change): Tone the color down.
4277
4278 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
4279
4280 * descr-text.el (describe-char): When `describe-char-unidata-list'
4281 is set to show all properties, list them in the right order.
4282
4283 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4284
4285 * international/mule.el (load-with-code-conversion): Avoid setting
4286 default-enable-multibyte-characters.
4287
4288 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
4289
4290 * vc.el (vc-annotate-background): Fix custom type.
4291
4292 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4293
4294 * descr-text.el (describe-char-unidata-list): Allow specifying
4295 just all properties.
4296 (describe-char): Handle that new value.
4297
4298 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
4299
4300 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
4301
4302 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
4303 instead of file name extension to make docs with uncommon
4304 extensions work.
4305
4306 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
4307
4308 * doc-view.el (require): Require cl at compile time because
4309 `assert' needs it.
4310
4311 2008-03-18 Glenn Morris <rgm@gnu.org>
4312
4313 * calendar/calendar.el (initial-calendar-window-hook)
4314 (today-visible-calendar-hook): Doc fixes.
4315
4316 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
4317
4318 * net/tramp.el (tramp-root-regexp): Simplify.
4319 (tramp-completion-file-name-regexp-separate): Don't insist on
4320 leading "[". This prevents method or user or host completion.
4321 (tramp-let-maybe): Autoload it.
4322 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
4323 is an alias for `identity'.
4324 (tramp-handle-write-region): Protect `last-coding-system-used'
4325 over the trailing statements.
4326 (tramp-completion-file-name-handler-post-function): Remove.
4327 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
4328 instead of calling `tramp-drop-volume-letter'.
4329
4330 * net/tramp.el:
4331 * net/tramp-uu.el:
4332 * net/trampver.el: Move coding cookie at the end.
4333
4334 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4335
4336 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
4337 elements which may be something else than characters.
4338
4339 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
4340
4341 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
4342 New functions to implement vc-status support.
4343
4344 * vc.el (vc-default-extra-status-menu)
4345 (vc-add-to-vc-status-buffer): New functions.
4346
4347 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4348 for eldoc and ielm.
4349
4350 2008-03-17 Glenn Morris <rgm@gnu.org>
4351
4352 * calendar/cal-x.el (diary-frame-parameters)
4353 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
4354 Fix custom type; add options.
4355 (calendar-frame, diary-frame): Doc fixes.
4356 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
4357 new functions.
4358 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
4359 Use calendar-frame-1 and calendar-dedicate-diary.
4360 (calendar-one-frame-setup): Also handle only-one-frame case.
4361 (calendar-only-one-frame-setup): Doc fix. Just call
4362 calendar-one-frame-setup.
4363
4364 * calendar/diary-lib.el: Re-order some definitions before their use.
4365 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
4366 (diary-list-entries): Doc fixes.
4367 (make-fancy-diary-display): Remove function.
4368
4369 * calendar/calendar.el (calendar-today-marker)
4370 (initial-calendar-window-hook, today-visible-calendar-hook)
4371 (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
4372 (calendar-star-date, calendar-mark-today): Doc fixes.
4373 (today-visible-calendar-hook): Add options.
4374 (calendar-in-read-only-buffer): New macro.
4375 (calendar-basic-setup): Adapt for change in calendar-read-date.
4376 Place holiday let inside if.
4377 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
4378 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
4379 (calendar-print-other-dates): Use one let rather than many.
4380
4381 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
4382 (calendar-print-other-dates):
4383 * calendar/cal-hebrew.el (list-yahrzeit-dates):
4384 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
4385 * calendar/holidays.el (calendar-list-holidays, list-holidays)
4386 (calendar-cursor-holidays):
4387 * calendar/lunar.el (calendar-phases-of-moon): Use
4388 calendar-in-read-only-buffer to replace previous code and disable undo.
4389
4390 2008-03-16 Juri Linkov <juri@jurta.org>
4391
4392 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
4393 and regexp-search-ring-yank-pointer for the HISTPOS argument of
4394 read-from-minibuffer to provide the correct initial minibuffer
4395 history position in isearch-edit-string when it is called from
4396 isearch-ring-adjust.
4397
4398 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
4399 to check if the current buffer is the minibuffer, and in this case
4400 call abort-recursive-edit to kill the minibuffer. Doc fix.
4401 (kill-this-buffer-enabled-p): Allow this function to return non-nil
4402 when the current buffer is the minibuffer.
4403
4404 * simple.el (goto-line): Leave mark at previous position. Doc fix.
4405
4406 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
4407
4408 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
4409 Use non-nil PARENTS attribute of make-directory instead of
4410 explicitly checking existence the current cache directory.
4411
4412 2008-03-16 Daiki Ueno <ueno@unixuser.org>
4413
4414 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
4415 M-x epa-file-select-keys.
4416
4417 2008-03-16 Kenichi Handa <handa@m17n.org>
4418
4419 * international/mule.el (auto-coding-alist):
4420 Use no-conversion-multibyte for archive files.
4421
4422 2008-03-16 Glenn Morris <rgm@gnu.org>
4423
4424 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
4425 New functions.
4426 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
4427 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
4428 Use calendar-mark-1.
4429 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
4430 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
4431 Use calendar-mark-complex.
4432 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
4433 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
4434 Use calendar-mark-1.
4435
4436 * calendar/calendar.el (calendar-mod): Remove.
4437 * calendar/cal-china.el (calendar-chinese-from-absolute)
4438 (calendar-chinese-date-string): Expand calendar-mod calls.
4439 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
4440 Expand calendar-mod calls.
4441
4442 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
4443 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
4444 (diary-bahai-insert-yearly-entry): Use let rather than let*.
4445 Move obsolete aliases after the functions that replaced them.
4446
4447 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
4448 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
4449 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
4450 Use let rather than let*.
4451 (calendar-hebrew-prompt-for-date): New function.
4452 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
4453 (holiday-tisha-b-av-etc): Use unless, let.
4454
4455 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
4456 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
4457
4458 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
4459
4460 * calendar/calendar.el (calendar-for-loop): Add indent spec.
4461
4462 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
4463 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
4464 than concat.
4465 (diary): Remove un-needed let.
4466 (view-other-diary-entries): Rename argument.
4467 (diary-list-entries-2): New function.
4468 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
4469 (print-diary-entries): Use unless.
4470 (diary-mark-entries-1): Change argument order, make all but
4471 markfunc optional. Handle the standard (Gregorian) case.
4472 Use match-string-no-properties. Handle marks.
4473 (mark-diary-entries): Use diary-mark-entries-1.
4474 (diary-font-lock-keywords-1): New macro.
4475 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
4476
4477 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
4478
4479 * icalendar.el (icalendar-version): Increase to 0.18.
4480 (icalendar-export-hidden-diary-entries): New variable.
4481 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
4482 In case of error, insert full error-val.
4483 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
4484 Use calendar-day-of-week. Return the day number.
4485 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
4486
4487 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
4488
4489 * icalendar.el (icalendar-recurring-start-year): New variable.
4490 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
4491 (icalendar-export-region): Ignore hidden diary entries.
4492 (icalendar--convert-ordinary-to-ical): Fix case where event
4493 spans across midnight boundary.
4494 (icalendar-first-weekday-of-year): New function.
4495 (icalendar--convert-weekly-to-ical): Allow user-selectable start
4496 year for recurring events (Mozilla calendars do not propagate
4497 recurring events forever, so year 2000 start date was not working).
4498 (icalendar--convert-yearly-to-ical): Remove extra spaces in
4499 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
4500
4501 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
4502
4503 * net/tramp.el (tramp-root-regexp): New defconst.
4504 (tramp-completion-file-name-regexp-unified)
4505 (tramp-completion-file-name-regexp-separate)
4506 (tramp-completion-file-name-regexp-url): Use it.
4507 (tramp-do-copy-or-rename-file-via-buffer):
4508 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
4509 t for `insert-file-contents-literally'.
4510 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
4511 Autoload it.
4512 (tramp-completion-file-name-handler-post-function): New defconst.
4513 (tramp-completion-file-name-handler): Use it.
4514 (tramp-maybe-open-connection): Update calls to
4515 `tramp-flush-connection-property' for removed 2nd argument.
4516
4517 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
4520 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
4521 New functions.
4522
4523 2008-03-15 Glenn Morris <rgm@gnu.org>
4524
4525 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
4526 New functions.
4527 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
4528 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
4529 (diary-list-entries-1, diary-mark-entries-1): Autoload.
4530 (diary-bahai-list-entries): Use diary-list-entries-1.
4531 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
4532 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
4533 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
4534 (diary-list-entries-1, diary-mark-entries-1): Autoload.
4535 (list-hebrew-diary-entries): Use diary-list-entries-1.
4536 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
4537 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
4538 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
4539 (diary-list-entries-1, diary-mark-entries-1): Autoload.
4540 (list-islamic-diary-entries): Use diary-list-entries-1.
4541 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
4542
4543 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
4544
4545 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
4546
4547 * calendar/cal-china.el (number-chinese-months)
4548 (calendar-chinese-from-absolute): Use nth, caar.
4549
4550 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
4551
4552 * calendar/cal-french.el (french-calendar-accents): Doc fix.
4553
4554 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
4555 (calendar-hebrew-month-name-array-leap-year)
4556 (hebrew-calendar-parashiot-names): Make constants.
4557 (diary-parasha): Move definition after constants it uses.
4558
4559 * calendar/cal-html.el (cal-html-insert-link-yearpage)
4560 (cal-html-htmlify-list): Doc fix.
4561 (cal-html-htmlify-entry): Use nth.
4562
4563 * calendar/cal-islam.el (calendar-islamic-month-name-array)
4564 (calendar-islamic-epoch): Make constants.
4565 (calendar-islamic-epoch): Doc fix.
4566
4567 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
4568
4569 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
4570 (cal-tex-month-name): Doc fix.
4571 (cal-tex-last-blank-p): Use zerop.
4572
4573 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
4574 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
4575 (calendar-cursor-to-date): Doc fix.
4576 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
4577 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
4578 (calendar-day-number): Use when.
4579 (generate-calendar-month): Use dotimes.
4580 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
4581 (calendar-set-mark): Reverse conditional.
4582 (calendar-make-alist): Move definition before use.
4583
4584 * calendar/diary-lib.el (diary-face-attrs)
4585 (diary-glob-file-regexp-prefix, diary-selective-display)
4586 (number-of-diary-entries, diary-list-entries, diary-goto-entry):
4587 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
4588 (diary-anniversary, diary-cyclic)
4589 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
4590 (diary-header-line-format): Change wording.
4591 (diary-list-entries): Set `date-start' in let.
4592 (include-other-diary-files, mark-included-diary-files): Use format.
4593 (simple-diary-display, fancy-diary-display): Use cadr, unless.
4594 (mark-diary-entries): Use 1+.
4595 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
4596 (mark-calendar-month): Use dotimes.
4597
4598 * calendar/holidays.el (displayed-month, displayed-year):
4599 Move declarations where needed.
4600 (calendar-list-holidays): Doc fix.
4601
4602 * calendar/parse-time.el (parse-time-string): Simplify.
4603
4604 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
4605 Make constants.
4606 (solar-sunrise-sunset): Rename some local variables for clarity.
4607 (sunrise-sunset): Use zerop.
4608 (solar-mean-equinoxes/solstices): Doc fix.
4609
4610 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
4611 Use nth.
4612 (timeclock-completing-read, timeclock-generate-report): Use zerop.
4613 (timeclock-mean, timeclock-generate-report): Use dolist.
4614
4615 * calendar/todo-mode.el (todo-add-category): Simplify.
4616 (todo-more-important-p, todo-delete-item, todo-file-item):
4617 Use unless, when.
4618 (todo-top-priorities): Use zerop.
4619
4620 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
4621
4622 * buff-menu.el (list-buffers-noselect): Display buffer name in
4623 tooltip instead of mouse binding when it doesn't fit in the list.
4624
4625 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
4626
4627 * faces.el (xw-defined-colors):
4628 * simple.el (widget-convert, shell-mode): Declare as functions
4629 instead of autoloading.
4630
4631 * abbrev.el:
4632 * button.el:
4633 * cus-face.el:
4634 * ediff-hook.el:
4635 * emacs-lisp/backquote.el:
4636 * emacs-lisp/timer.el:
4637 * facemenu.el:
4638 * faces.el:
4639 * menu-bar.el:
4640 * simple.el:
4641 * subr.el:
4642 * textmodes/fill.el:
4643 * textmodes/paragraphs.el: Remove autoloads, redundant when the
4644 files are preloaded.
4645
4646 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * desktop.el (desktop-create-buffer): Don't catch errors if
4649 debug-on-error is set.
4650
4651 2008-03-14 Eli Zaretskii <eliz@gnu.org>
4652
4653 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4654 ($(lisp)/calendar/diary-loaddefs.el)
4655 ($(lisp)/calendar/hol-loaddefs.el): New targets.
4656 (LOADDEFS): New macro.
4657 (autoloads): Depend on $(LOADDEFS).
4658
4659 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
4660
4661 * font-lock.el (featurep): Remove test, not useful anymore.
4662 (facemenu-keymap): Move key binding ...
4663 * facemenu.el (facemenu-keymap): ... here.
4664
4665 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
4666 for each file in the list.
4667 (vc-bzr-log-view-mode): Recognize the file marker.
4668
4669 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4670 for checkdoc and profiling.
4671
4672 2008-03-14 Bastien Guerry <bzg@altern.org>
4673
4674 * textmodes/flyspell.el (nxml-mode): Add the right
4675 `flyspell-mode-predicate'.
4676
4677 * wid-edit.el (link): Use 'mouse-face for :follow-link.
4678
4679 2008-03-14 Glenn Morris <rgm@gnu.org>
4680
4681 * calendar/solar.el: Reorder so that functions are defined before use.
4682 (displayed-month, displayed-year): Move declarations where needed.
4683 (solar-get-number): Move definition before use. Use unless.
4684 (solar-equatorial-coordinates): Simplify.
4685 (solar-sunrise-and-sunset): Use let rather than let*.
4686 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
4687
4688 * startup.el (command-line-1): Rename -internal-script back to
4689 -scriptload (reverts previous change).
4690
4691 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
4692 (calendar-bahai-leap-base): Add doc strings.
4693 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
4694 Move definition before use.
4695 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
4696 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
4697 variables outside the loop. Use dolist.
4698 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
4699
4700 * calendar/cal-china.el: Re-order so that functions are defined before
4701 use.
4702 (displayed-month, displayed-year): Move declarations where needed.
4703 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
4704 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
4705 Add doc strings.
4706 (chinese-year-cache): Recenter on 2010. Doc fix.
4707 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
4708 Doc fix. Simplify.
4709 (chinese-year-cache-init): New function.
4710 (compute-chinese-year, holiday-chinese-new-year)
4711 (calendar-chinese-date-string, calendar-goto-chinese-date)
4712 (make-chinese-month-assoc-list): Use cadr, nth.
4713 (chinese-months): Remove un-needed let.
4714
4715 * calendar/cal-coptic.el (coptic-calendar-month-name-array):
4716 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
4717 (coptic-prompt-for-date): Move definition before use.
4718
4719 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
4720 (calendar-dst-find-data, calendar-daylight-time-offset)
4721 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
4722 (calendar-daylight-savings-starts-time)
4723 (calendar-daylight-savings-ends-time): Use cadr, nth.
4724
4725 * calendar/cal-french.el (french-calendar-epoch)
4726 (calendar-goto-french-date): Doc fix.
4727 (french-calendar-month-name-array)
4728 (french-calendar-multibyte-month-name-array)
4729 (french-calendar-day-name-array, french-calendar-special-days-array):
4730 Add doc strings.
4731
4732 * calendar/cal-hebrew.el (displayed-month, displayed-year)
4733 (original-date): Move declarations where needed.
4734 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
4735 Doc fix.
4736 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
4737 constant variables outside the loop. Use dolist.
4738
4739 * calendar/cal-islam.el (displayed-month, displayed-year)
4740 (original-date): Move declarations where needed.
4741 (islamic-calendar-day-number): Remove unused local variable `day'.
4742 (calendar-goto-islamic-date): Doc fix.
4743 (holiday-islamic): Use unless.
4744 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
4745 constant variables outside the loop. Use dolist.
4746 (mark-islamic-calendar-date-pattern): Move definition before use.
4747 Use unless.
4748 (mark-islamic-diary-entries): Doc fix.
4749 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
4750 (insert-yearly-islamic-diary-entry): Use let rather than let*.
4751
4752 * calendar/cal-julian.el (calendar-absolute-from-julian):
4753 Move definition before use. Remove un-needed local `day'.
4754 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
4755
4756 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
4757 (calendar-mayan-tzolkin-names-array): Add doc strings.
4758 (calendar-mayan-long-count-from-absolute): Use a single let.
4759 (calendar-string-to-mayan-long-count): Simplify.
4760 (calendar-next-haab-date, calendar-previous-haab-date)
4761 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
4762 (calendar-previous-calendar-round-date)
4763 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
4764 Doc fix.
4765 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
4766 (calendar-mayan-date-string, calendar-print-mayan-date)
4767 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
4768 (calendar-mayan-long-count-common-era): Move definitions before use.
4769
4770 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
4771 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
4772 Doc fix.
4773 (calendar-mouse-goto-date): Move definition before use.
4774
4775 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
4776 Move definition before use.
4777 (calendar-cursor-to-visible-date): Move definition before use.
4778 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
4779 and place inside the conditional.
4780 (calendar-forward-day): Simplify.
4781 (calendar-end-of-month): Use unless.
4782 (calendar-goto-day-of-year): Doc fix.
4783 Relocate obsolete aliases after their replacements.
4784
4785 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
4786
4787 * calendar/diary-lib.el (mark-diary-entries): Move some constant
4788 variables outside the diary-date-forms loop.
4789
4790 * calendar/calendar.el (diary-file): Doc fix.
4791 (calendar-buffer-list): Return buffers rather than strings (fixes
4792 previous change).
4793 (hebrew-holidays-4): Fix typo.
4794
4795 * calendar/holidays.el (displayed-month, displayed-year):
4796 Move declarations where needed.
4797 (calendar-holiday-list, calendar-list-holidays)
4798 (holiday-filter-visible-calendar): Move definitions before use.
4799 (list-holidays): Use cadr.
4800 Relocate obsolete aliases after their replacements.
4801
4802 * calendar/lunar.el (date, displayed-month, displayed-year):
4803 Move declarations where needed.
4804 (lunar-phase-list): Move definition after functions it uses.
4805 (calendar-phases-of-moon, diary-phases-of-moon)
4806 (lunar-new-moon-on-or-after): Use cadr, nth.
4807 (lunar-new-moon-on-or-after): Doc fix.
4808
4809 * textmodes/org-irc.el (top-level): CL not required when compiling.
4810 (org-irc-visit-erc): Replace runtime CL functions.
4811
4812 * textmodes/org-publish.el (declare-function): Add compatibility stub.
4813 (org-publish-delete-dups): Declare as function.
4814
4815 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
4816
4817 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
4818 (vc-bzr-show-log-entry): Make regexp match more cases.
4819 (vc-diff-switches-list): Remove autoload, not needed.
4820
4821 2008-03-14 Juri Linkov <juri@jurta.org>
4822
4823 * isearch.el (isearch-edit-string): Remove one call to
4824 `isearch-push-state' not to push an inconsistent state,
4825 but keep another correct call to `isearch-push-state'.
4826 (isearch-ring-adjust): Call `isearch-push-state' only when
4827 `search-ring-update' is non-nil since `isearch-edit-string'
4828 already pushes its state.
4829 (isearch-message): Improve matching the failed part by checking
4830 if the original message starts with the last successful message.
4831
4832 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
4833 (dired-perm-write): Rename from `dired-warn-writable'.
4834 Change parent face from `font-lock-warning-face' to
4835 `font-lock-comment-delimiter-face'.
4836 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
4837 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
4838 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
4839 with `dired-perm-write-face'.
4840
4841 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
4842
4843 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
4844 Create cache dir only if it doesn't already exist.
4845
4846 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4847
4848 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
4849 of \ and '.
4850
4851 2008-03-13 Johan Bockgård <bojohan@gnu.org>
4852
4853 * net/browse-url.el (browse-url-text-xterm):
4854 Unquote browse-url-text-browser.
4855
4856 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
4857
4858 * textmodes/org-mouse.el: Version number change.
4859
4860 * textmodes/org-publish.el (org-publish-expand-components):
4861 Remove null projects from the list of components.
4862 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
4863 Remove unused retrieval of the :publishing-directory property.
4864 (org-publish-file): Bugfix: when using a relative directory as the
4865 publishing directory, convert it to a directory filename.
4866 (org-publish-project): New alias.
4867 (org-publish-get-files): Protect against empty p.
4868 (org-publish-file): Send an error when file is not part of any project.
4869 (org-publish-file): Offer to refresh the list of files in known
4870 project when the current file is not part of any project.
4871 (org-publish-before-export-hook)
4872 (org-publish-after-export-hook): New hooks.
4873 (org-publish-org-to): Use new hooks and kill buffers.
4874 (org-publish-file): Remove the code for killing buffers.
4875 (org-publish-initialize-files-alist): Use interactive.
4876 (org-publish-file): If the publishing function creates a new
4877 buffer, kill it after publishing.
4878 (org-publish-timestamp-filename): Protect ":" in file name path
4879 under windows.
4880
4881 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
4882 change that killed the LaTeX buffer.
4883
4884 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
4885 in the decision tree.
4886 (org-select-remember-template): Clean the code.
4887 (org-prepare-dblock): Add the extra :content parameter.
4888 (org-write-agenda): New output type ".ics" files.
4889 (org-write-agenda): Call `org-icalendar-verify-function', both for
4890 time stamps and for TODO entries.
4891 (org-agenda-collect-markers, org-create-marker-find-array)
4892 (org-check-agenda-marker-table): New functions.
4893 (org-agenda-marker-table): New variable.
4894 (org-export-as-html): Revert the change that killed the html
4895 buffer. Side effects first need to be studied carefully.
4896 (org-get-tags-at): Fix the structure of the condition-case statement.
4897 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
4898 (org-timestamp-change): Fix regulear expressions to swallow the
4899 extra character for repeat-shift control.
4900 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
4901 (org-get-legal-level): Alias to `org-get-valid-level'.
4902 (org-dblock-write:clocktable): Add a :link parameter, linking
4903 headlines to their location in the Org agenda files.
4904 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
4905 throwing an error when getting tags before headlines.
4906 (org-timestamp-change, org-modify-ts-extra)
4907 (org-ts-regexp1): Fix timestamp editing.
4908 (org-agenda-custom-commands-local-options): New constant.
4909 (org-agenda-custom-commands):
4910 Use `org-agenda-custom-commands-local-options' to improve customize
4911 type. "htmlize": Removed hack to fix face problem with htmlize,
4912 it no longer seem necessary.
4913 (org-follow-link-hook): New hook.
4914 (org-agenda-custom-commands): Add "Component" as a tag for each
4915 item in a command serie.
4916 (org-open-at-point): Run `org-follow-link-hook'.
4917 (org-agenda-schedule): Bugfix: don't display marker type when it
4918 is nil.
4919 (org-store-link): org-irc required.
4920 (org-set-regexps-and-options): Parse the new logging options.
4921 (org-extract-log-state-settings): New function.
4922 (org-todo): Handle the new ways of recording state change stuff.
4923 (org-local-logging): New function.
4924 (org-columns-open-link): Fix bug with opening link in column view.
4925 (org-local-logging): New function
4926 (org-todo): Make sure that LOGGING properties are honoured.
4927 (org-todo-keywords): Improve docstring.
4928 (org-startup-options): Cleanup startup options.
4929 (org-set-regexps-and-options): Process the "!" markers.
4930 (org-todo): Respect the new logging stuff.
4931 (org-log-note-how): New variable.
4932 (org-add-log-maybe): New parameter HOW that defines how logging
4933 should be done and also overrides PURPOSE. Add a docstring.
4934 (org-add-log-note): Check if we really need to ask for a note.
4935 (org-get-current-options): Digest the new keyword.
4936 (org-agenda-reset-markers): Rename from
4937 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
4938 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
4939 function, without force argument.
4940 (org-buffer-property-keys): Bind local variables s and p.
4941 (org-make-tags-matcher): Allow "" to match an empty or
4942 non-existent property value.
4943 (org-export-as-html): Join unsorted lists when they directly
4944 follow each other. Such lists may be created by headlines that
4945 are converted to lists.
4946 (org-nofm-to-completion): New function.
4947 (org-export-as-html): Use :html-extension instead of
4948 org-export-html-extension.
4949 (org-store-link): Support for links from `rmail-summary-mode'.
4950 (org-columns-new, org-complete, org-set-property): Set the
4951 `include-columns' argument in the call to
4952 `org-buffer-property-keys'.
4953 (org-buffer-property-keys): New argument `include-columns', to
4954 include properties expected by any of the COLUMS formats in the
4955 current buffer.
4956 (org-cleaned-string-for-export): Get rid of drawers first, so that
4957 they will be removed also in the text before the first headline.
4958 (org-clock-report): Show the clocktable when found.
4959 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
4960 (org-version): With prefix argument, insert `org-version' at point.
4961 (org-agenda-goto): Recenter the window after finding the target
4962 location, to make sure the correct position will be displayed.
4963 (org-agenda-get-deadlines): Don't scale priority with the warning
4964 period.
4965 (org-insert-heading): Don't break line in the middle of the line.
4966 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
4967 be 0.
4968 (org-update-checkbox-count): Revamp to deal with hierarchical
4969 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
4970 (org-remove-timestamp-with-keyword): New function.
4971 (org-schedule, org-deadline):
4972 Use `org-remove-timestamp-with-keyword' to make sure all such time
4973 stamps are removed.
4974 (org-mode): Support for `align'.
4975 (org-agenda-get-deadlines): Make sure priorities increase as the
4976 due date approaches and is passed.
4977 (org-remember-apply-template): Fix problem with tags that
4978 contain "_" or "@".
4979 (org-make-link-regexps): Improve the regular expression for plain links.
4980 (org-agenda-get-closed): List each clocking entry.
4981 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
4982 (org-special-ctrl-k): New option.
4983 (org-kill-line): New function.
4984 (org-archive-all-done): Fix incorrect number of stars in regexp.
4985 (org-refile-get-location): New function.
4986 (org-refile-goto-last-stored): New function.
4987 (org-global-tags-completion-table): Add the value of org-tag-alist
4988 in each buffer, to make sure that also unused tags will be
4989 available for completion.
4990 (org-columns-edit-value)
4991 (org-columns-next-allowed-value): Only update if not in agenda.
4992 (org-clocktable-steps): New function.
4993 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
4994 (org-archive-subtree): Add the outline tree context as a property.
4995 (org-closest-date): New optional argument `prefer'.
4996 (org-goto-auto-isearch): New option.
4997 (org-goto-map, org-get-location): Implement auto-isearch.
4998 (org-goto-local-auto-isearch-map): New variable.
4999 (org-goto-local-search-forward-headings)
5000 (org-goto-local-auto-isearch): New functions.
5001
5002 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
5003
5004 * textmodes/org-irc.el: New file.
5005
5006 2008-03-13 John Wiegley <johnw@gnu.org>
5007
5008 * textmodes/org-mac-message.el: New file.
5009
5010 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
5011
5012 * font-lock.el (font-lock-comment-face): Set the foreground for
5013 the light background 8 colors case.
5014
5015 2008-03-13 Glenn Morris <rgm@gnu.org>
5016
5017 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
5018 generate-autoload-cookie patterns.
5019
5020 * startup.el (command-line-1): Rename -scriptload to -internal-script.
5021
5022 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
5023 (MH_E_SRC): Remove variable.
5024 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
5025 Simplify file header. Use $@ for generated-autoload-file.
5026
5027 * Makefile.in (LOADDEFS): New variable.
5028 (AUTOGENEL): Use $LOADDEFS.
5029 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
5030 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
5031 ($(lisp)/calendar/hol-loaddefs.el): New targets.
5032 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5033 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
5034 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
5035 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
5036 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
5037 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
5038 Add calendar-specific autoload cookies, and remove any setting of
5039 generated-autoload-file.
5040 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
5041 * calendar/diary-lib.el: Replace explicit autoloads with reading of
5042 diary-loaddefs.
5043 * calendar/holidays.el: Replace explicit autoloads with reading of
5044 hol-loaddefs.
5045
5046 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
5047 (calendar-buffer-list): Simplify.
5048 (generate-calendar-window): Use calendar-mark-holidays rather than
5049 obsolete alias.
5050
5051 * calendar/cal-hebrew.el (list-yahrzeit-dates):
5052 Use cal-hebrew-yahrzeit-buffer.
5053
5054 * calendar/cal-x.el (calendar-only-one-frame-setup)
5055 (calendar-two-frame-setup): Doc fixes.
5056 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
5057
5058 * calendar/appt.el (appt-mode-string): Mark as risky.
5059 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
5060
5061 * calendar/cal-html.el (diary-list-entries):
5062 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
5063 (calendar-iso-from-absolute): Fix autoloads.
5064
5065 * calendar/cal-iso.el (calendar-absolute-from-iso)
5066 (calendar-iso-read-args): Simplify.
5067 (calendar-iso-date-string, calendar-iso-read-args)
5068 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
5069
5070 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
5071 (displayed-month, displayed-year): Move declarations where needed.
5072 (calendar-print-astro-day-number): Doc fix.
5073
5074 * calendar/cal-persia.el (persian-calendar-month-name-array)
5075 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
5076 (persian-prompt-for-date): Remove local variable `today'.
5077
5078 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
5079
5080 * calendar/solar.el (solar-moment, solar-exact-local-noon)
5081 (solar-sunrise-sunset, solar-sunrise-sunset-string)
5082 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
5083 (diary-sabbath-candles, solar-equinoxes/solstices)
5084 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
5085 (solar-time-equation, solar-date-to-et): Simplify.
5086
5087 * mail/supercite.el: Remove the `function' in `(function (lambda'.
5088 Replace `(car (cdr' with cadr'.
5089
5090 * progmodes/f90.el (f90-font-lock-n): New function.
5091 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
5092 Use f90-font-lock-n.
5093 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
5094
5095 * progmodes/f90.el (f90-mode-abbrev-table):
5096 * progmodes/fortran.el (fortran-mode-abbrev-table):
5097 Use newer form of define-abbrev, where supported. No need to bind
5098 abbrevs-changed for system abbrevs.
5099
5100 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5101
5102 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
5103 delete-frame-functions.
5104
5105 * bookmark.el (Info-current-node): Remove.
5106
5107 2008-03-12 Juri Linkov <juri@jurta.org>
5108
5109 * help.el (describe-project): Remove defaliases for view-todo and
5110 describe-project that are now unnecessary after the merge from
5111 emacs--rel--22 that added define-obsolete-function-alias.
5112
5113 * startup.el (inhibit-startup-screen): Revert incomplete
5114 2008-03-10 merge from emacs--rel--22 that partly reverted
5115 2008-02-28 change that added initial message to *scratch* buffer
5116 regardless of the value of `inhibit-startup-screen'.
5117 Now keep this change in the trunk, but not in the 22 branch.
5118
5119 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5120
5121 * international/quail.el (quail-setup-completion-buf, quail-help):
5122 * mail/binhex.el (binhex-decode-region-internal):
5123 * mail/uudecode.el (uudecode-decode-region-internal):
5124 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5125 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5126 setting default-enable-multibyte-characters.
5127
5128 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
5129
5130 * comint.el: Fix up indentation and comment style. Remove `function'.
5131
5132 * international/mule-cmds.el (reset-language-environment)
5133 (set-language-environment-nonascii-translation):
5134 Don't set-unibyte-charset.
5135
5136 * doc-view.el: Remove all cb-args, use closures instead.
5137 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
5138 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
5139 doing an incorrect check). Update all callers to use the new name.
5140 (doc-view-doc->txt): Add missing `txt' argument.
5141
5142 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
5143
5144 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
5145 md5 sum calculation to single-byte.
5146
5147 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5148
5149 * doc-view.el (doc-view-new-window-function): Add assertion.
5150 (doc-view-doc-type): New var.
5151 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
5152 (doc-view-intersection): New fun.
5153 (doc-view-mode): Use it to set the new var.
5154
5155 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
5156
5157 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
5158 (doc-view-already-converted-p): New functions.
5159 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
5160 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
5161 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
5162 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
5163 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
5164 (doc-view-convert-current-doc): Don't hardwire the functions the
5165 sentinels call. Now they're provided by two args CALLBACK and
5166 CB-ARGS to the functions.
5167 (doc-view-search): Use doc-view-doc->txt.
5168 (doc-view-initiate-display): Use doc-view-already-converted-p.
5169 Mention new binding C-c C-t if doc-view-mode doesn't work.
5170
5171 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
5172
5173 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
5174
5175 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5176
5177 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
5178 Mark " outside of tags as punctuation.
5179
5180 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5181
5182 * menu-bar.el (minibuffer-local-map): Use the same command for the
5183 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
5184 Prefer RET over C-j for exit-minibuffer.
5185
5186 * files.el (display-buffer-other-frame): Eliminate problematic code.
5187
5188 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
5189 (menu-bar-select-buffer): Remove.
5190 (menu-bar-select-frame): Make non-interactive and take a frame arg.
5191 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
5192
5193 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
5194
5195 * icomplete.el (icomplete-completions): Remove obsolete code.
5196
5197 * net/net-utils.el (iwconfig-program-options): Doc fix.
5198 (net-utils-run-program, run-network-program): Define as functions.
5199
5200 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
5201
5202 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
5203
5204 2008-03-11 Glenn Morris <rgm@gnu.org>
5205
5206 * faces.el (mode-line-emphasis): New face.
5207 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
5208
5209 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
5210
5211 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
5212
5213 * simple.el (set-mark-command): Doc fix.
5214
5215 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5216
5217 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
5218
5219 * emacs-lisp/autoload.el (autoload-find-destination):
5220 Don't force raw-text.
5221
5222 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
5223 * calendar/cal-loaddefs.el: Don't version control.
5224
5225 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
5226
5227 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
5228 entries and add :help to the existing ones.
5229
5230 2008-03-10 Glenn Morris <rgm@gnu.org>
5231
5232 * calendar/cal-hebrew.el (date, entry, number): Move declarations
5233 to where they are needed.
5234
5235 * calendar/calendar.el (diary-file, hebrew-holidays-1)
5236 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
5237 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
5238 (calendar-version): Doc fixes.
5239 (calendar-absolute-from-gregorian): Use zerop.
5240 (calendar-mode-line-format): Make it a defcustom.
5241
5242 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
5243 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
5244 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
5245 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
5246 (mark-included-diary-files, mark-calendar-days-named)
5247 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
5248 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
5249 (insert-monthly-diary-entry, insert-yearly-diary-entry)
5250 (insert-anniversary-diary-entry, insert-block-diary-entry)
5251 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
5252 (diary-font-lock-sexps): Doc fixes.
5253 (diary-remind-message, mark-calendar-month): Use zerop.
5254 (diary-attrtype-convert, diary-pull-attrs): Simplify.
5255 (diary-list-entries): Revert let to let* (previous change).
5256
5257 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
5258
5259 2008-03-10 Kim F. Storm <storm@cua.dk>
5260
5261 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
5262 function aliases for the old names.
5263
5264 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
5265
5266 * iswitchb.el (iswitchb-use-faces): Doc fix.
5267 (iswitchb-buffer-ignore, iswitchb-read-buffer):
5268 Fix typos in docstrings.
5269
5270 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
5271
5272 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
5273 Fix typo.
5274 (verilog-type-font-keywords): Reindent.
5275
5276 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
5277
5278 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
5279 grouping-keyword regular expression.
5280 (verilog-font-lock-keywords): Allow users to toggle special
5281 highlight of grouping-keywords.
5282 (verilog-highlight-grouping-keywords): The toggle for special
5283 highlighting of grouping keywords.
5284
5285 2008-03-10 Juri Linkov <juri@jurta.org>
5286
5287 * startup.el: Revert 2008-02-28 change that adds initial message
5288 to *scratch* buffer regardless of the value of
5289 `inhibit-startup-screen'.
5290
5291 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
5292
5293 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
5294 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
5295 * progmodes/verilog-mode.el (verilog-mode):
5296 * net/socks.el (socks):
5297 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
5298
5299 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5300
5301 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
5302 (doc-view-bookmark-make-record): Use them.
5303 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
5304 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
5305
5306 * bookmark.el (bookmark-make-record-function): Change expected return
5307 value to include a suggested bookmark name.
5308 (bookmark-make): Split into bookmark-make-record and bookmark-store.
5309 Fix reversed `overwrite' semantics.
5310 (bookmark-set): Call bookmark-make-record before prompting the user.
5311 Then pass the result to bookmark-store later on.
5312 (bookmark-make-name-function): Remove.
5313 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
5314 * info.el (bookmark-make-name-function): Remove.
5315 (Info-mode): Don't set it.
5316 (Info-bookmark-make-name): Remove.
5317 (Info-bookmark-make-record): Use Info-current-node as suggested default
5318 bookmark name.
5319
5320 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
5321 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
5322 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
5323 (bookmark-annotation-buffer, bookmark-annotation-file)
5324 (bookmark-annotation-point, bookmark-send-annotation)
5325 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
5326 (bookmark-edit-annotation-text-func): Rename from
5327 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
5328 (bookmark-edit-annotation-mode-map): Move initialization into
5329 declaration.
5330
5331 * bookmark.el: Remove spurious * in docstrings.
5332 (bookmark-minibuffer-read-name-map): New var.
5333 (bookmark-set): Use it. Also pass the default value as it should.
5334 (bookmark-send-edited-annotation): Take no chances with text properties.
5335 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
5336 (bookmark-insert-buffer-name): Remove.
5337 (bookmark-buffer-file-name): Signal an error rather than returning nil.
5338
5339 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
5340
5341 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
5342
5343 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
5344
5345 * diff-mode.el (diff-mode-menu): Add :help.
5346
5347 2008-03-09 Glenn Morris <rgm@gnu.org>
5348
5349 * calendar/calendar.el (general-holidays, oriental-holidays)
5350 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
5351 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
5352 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
5353 (calendar-holidays): Restore autoload cookies, because people are
5354 used to using these variables without loading calendar.el.
5355
5356 * calendar/cal-islam.el (diary-islamic-date): Move to end.
5357 (date, number): Declare where needed.
5358
5359 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
5360 (list-sexp-diary-entries): Doc fixes.
5361 (diary-list-entries): Doc fix. Remove free variable `entry'.
5362 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
5363 Simplify setting of `date-holiday-list'.
5364 (mark-diary-entries): Remove free variable `entry'.
5365 (diary-list-entries, include-other-diary-files, fancy-diary-display):
5366 Use let where let* is not needed.
5367
5368 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5369
5370 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
5371 make-record function, instead paste it in afterwards.
5372 (bookmark-make-record-for-text-file):
5373 * doc-view.el (doc-view-bookmark-make-record):
5374 * info.el (Info-bookmark-make-record): Don't mess with annotations.
5375
5376 2008-03-08 Glenn Morris <rgm@gnu.org>
5377
5378 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
5379
5380 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
5381
5382 * calendar/diary-lib.el (diary-list-entries)
5383 (include-other-diary-files, mark-diary-entries)
5384 (mark-sexp-diary-entries, mark-included-diary-files)
5385 (diary-entry-time, list-sexp-diary-entries): Remove the special
5386 handling of ^M that dates back to the use of selective-display.
5387 (simple-diary-display): Obey setting of pop-up-frames.
5388 (body, entry): Remove unnecessary declarations.
5389
5390 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
5391 (bookmark-get-annotation, bookmark-set-annotation)
5392 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5393 (bookmark-set-position, bookmark-get-front-context-string)
5394 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5395 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
5396 * info.el (Info-bookmark-make-record): Don't bother recording point.
5397 (bookmark-get-filename, bookmark-get-front-context-string)
5398 (bookmark-get-rear-context-string, bookmark-get-position):
5399 Don't declare any more.
5400 (bookmark-get-info-node): Remove.
5401 (bookmark-prop-get): Declare.
5402 (Info-bookmark-jump): Use it.
5403
5404 2008-03-08 Johan Bockgård <bojohan@gnu.org>
5405
5406 * subr.el (while-no-input): Don't splice BODY directly into the
5407 `or' form.
5408
5409 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
5410
5411 * diff-mode.el (diff-ignore-whitespace-hunk):
5412 Bind inhibit-read-only before trying to change the buffer.
5413
5414 2008-03-08 Glenn Morris <rgm@gnu.org>
5415
5416 * calendar/appt.el (appt): Move custom group here from calendar.el.
5417 (appt-disp-window, appt-convert-time): Doc fixes.
5418
5419 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
5420 (calendar-bahai-mark-date-pattern):
5421 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
5422 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
5423 * calendar/cal-julian.el (calendar-absolute-from-julian):
5424 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
5425
5426 * calendar/cal-china.el (chinese-calendar): Move custom group here from
5427 calendar.el.
5428 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
5429 Make constants.
5430 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
5431 (chinese-calendar-daylight-savings-starts)
5432 (chinese-calendar-daylight-savings-ends)
5433 (chinese-calendar-daylight-savings-starts-time)
5434 (chinese-calendar-daylight-savings-ends-time)
5435 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
5436 Doc fixes.
5437
5438 * calendar/cal-coptic.el (coptic-name): Add doc string.
5439
5440 * calendar/cal-french.el (french-calendar-month-name-array)
5441 (french-calendar-day-name-array, french-calendar-special-days-array):
5442 Add doc strings.
5443
5444 * calendar/cal-bahai.el (diary-bahai-mark-entries)
5445 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
5446 (diary-bahai-insert-yearly-entry):
5447 * calendar/cal-dst.el (calendar-next-time-zone-transition)
5448 (calendar-time-zone):
5449 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
5450 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
5451 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
5452 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
5453 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
5454 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
5455 (list-islamic-diary-entries, mark-islamic-diary-entries)
5456 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
5457 (insert-yearly-islamic-diary-entry):
5458 * calendar/cal-iso.el (calendar-iso-read-args):
5459 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
5460 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
5461 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
5462 (calendar-next-calendar-round-date)
5463 (calendar-mayan-long-count-common-era):
5464 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
5465 (cal-menu-x-popup-menu, calendar-mouse-holidays)
5466 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
5467 (calendar-mouse-goto-date):
5468 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
5469 * calendar/holidays.el (holidays):
5470 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
5471 * calendar/time-date.el (date-to-time, time-subtract, time-add)
5472 (safe-date-to-time): Doc fixes.
5473
5474 * calendar/cal-persia.el (persian-calendar-month-name-array)
5475 (persian-calendar-epoch): Make constants.
5476
5477 * calendar/cal-tex.el (calendar-tex): Move custom group here from
5478 calendar.el.
5479
5480 * calendar/cal-x.el (diary-frame-parameters)
5481 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
5482 (calendar-after-frame-setup-hooks): Make defcustoms.
5483 (calendar-one-frame-setup, calendar-only-one-frame-setup)
5484 (calendar-two-frame-setup): Doc fix.
5485
5486 * calendar/cal-loaddefs.el: New file.
5487
5488 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5489 * calendar/cal-french.el, calendar/cal-html.el:
5490 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
5491 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
5492 * calendar/cal-tex.el, calendar/cal-x.el:
5493 Unquote lambda functions. Add autoload cookies to functions formerly
5494 autoloaded in calendar.el. Set `generated-autoload-file' to
5495 "cal-loaddefs.el".
5496
5497 * calendar/calendar.el: Move many autoloads to separate file,
5498 cal-loaddefs.el. Move defcustoms to start and re-order.
5499 (calendar-month-name-array, calendar-starred-day): No need to
5500 declare for compiler.
5501 (cal-loaddefs): Require it.
5502 (appt, chinese-calendar, calendar-tex): Move custom groups to the
5503 appropriate file.
5504 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
5505 Reverse logic.
5506 (diary-face, diary-file-name-prefix-function, diary-include-string)
5507 (diary-glob-file-regexp-prefix, diary-face-attrs)
5508 (diary-file-name-prefix, sexp-diary-entry-symbol)
5509 (print-diary-entries-hook, list-diary-entries-hook)
5510 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
5511 (nongregorian-diary-marking-hook, diary-list-include-blanks):
5512 Move to diary-lib.
5513 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
5514 (all-bahai-calendar-holidays): Doc fix.
5515 (calendar-insert-indented): Doc fix. Use when rather than if.
5516 (exit-calendar): Use mapc rather than mapcar.
5517 (calendar-cursor-to-date): Use zerop.
5518 (calendar-mark-ring): Add doc-string.
5519 (calendar-starred-day): Defvar it.
5520 (calendar-mode): Make calendar-starred-day local.
5521 (calendar-star-date): No need to make calendar-starred-day local.
5522
5523 * calendar/diary-lib.el: Move defcustoms to start.
5524 (diary-include-string, diary-list-include-blanks)
5525 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
5526 (diary-file-name-prefix, diary-file-name-prefix-function)
5527 (sexp-diary-entry-symbol, list-diary-entries-hook)
5528 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
5529 (nongregorian-diary-marking-hook, print-diary-entries-hook):
5530 Move here from calendar.el.
5531 (diary-file-name-prefix-function): Use 'identity.
5532 (diary-face): Make it a defcustom, and mark as obsolete.
5533 (top-level): No need to require cal-hebrew, cal-islam when compiling.
5534 (calendar-hebrew-month-name-array-leap-year)
5535 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
5536 Define for compiler.
5537 (diary-font-lock-keywords): Use format rather than concat.
5538 Add bahai-diary-entry-symbol.
5539
5540 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
5541 * calendar/solar.el: Unquote lambda functions.
5542
5543 * calendar/solar.el (calendar-location-name, calendar-latitude)
5544 (calendar-longitude, solar-setup, solar-sin-degrees)
5545 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
5546 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
5547 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
5548 (solar-exact-local-noon, solar-julian-ut-centuries)
5549 (solar-ephemeris-time, solar-date-next-longitude)
5550 (solar-horizontal-coordinates, solar-equatorial-coordinates)
5551 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
5552 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
5553 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
5554 Doc fixes.
5555 (solar-horizontal-coordinates, solar-equatorial-coordinates)
5556 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
5557 (solar-ecliptic-coordinates): Use unless.
5558 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
5559 Use or.
5560
5561 * calendar/timeclock.el: Add doc-strings to all functions.
5562 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
5563 (timeclock-entry-list-length, timeclock-entry-list-projects)
5564 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
5565
5566 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
5567
5568 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
5569 (org-get-entries-from-diary): Require diary-lib.
5570
5571 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
5572
5573 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
5574 Pacify byte-compiler.
5575
5576 2008-03-07 Alan Mackenzie <acm@muc.de>
5577
5578 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
5579 paren/bracket pairs parsed, to solve performance problem.
5580
5581 2008-03-07 Bastien Guerry <bzg@altern.org>
5582
5583 * bookmark.el (bookmark-set): Don't check for
5584 `bookmark-make-name-function' since `bookmark-buffer-file-name'
5585 already takes care of this.
5586 (bookmark-buffer-name, bookmark-buffer-file-name):
5587 Remove Info-mode specific code.
5588
5589 * info.el (bookmark-get-info-node): Define this function in
5590 info.el, not in bookmark.el.
5591 (Info-mode): Set `bookmark-make-name-function' to
5592 `Info-bookmark-make-name' locally.
5593 (Info-bookmark-make-name): New function.
5594
5595 * bookmark.el (bookmark-make-name-function): New variable.
5596
5597 2008-03-07 Karl Fogel <kfogel@red-bean.com>
5598
5599 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
5600 buffer-local, not `bookmark-make-cell-function' (the old name).
5601
5602 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
5603
5604 * doc-view.el (doc-view-bookmark-make-record):
5605 * image-mode.el (image-bookmark-make-record):
5606 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
5607
5608 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
5609
5610 * vc.el (vc-status-menu-map-filter): Return orig-binding if
5611 boundp 'vc-ignore-menu-filter.
5612 (vc-status-tool-bar-map): Make it defvar.
5613 (vc-status-mode): vc-status-tool-bar-map now variable.
5614 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
5615
5616 2008-03-07 Karl Fogel <kfogel@red-bean.com>
5617
5618 Give a better name to part of the bookmark interface.
5619
5620 This was originally a much larger change, but halfway through I
5621 updated and discovered that Stefan Monnier had done the rest.
5622 It looks like he anticipated the new name too, because he used
5623 `the-record' instead of `the-cell' for some internal variable names.
5624
5625 * bookmark.el (bookmark-make-record-function): Was
5626 `bookmark-make-cell-function'.
5627 (bookmark-make, bookmark-send-annotation): Update for above.
5628 (bookmark-make-record-for-text-file):
5629 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
5630
5631 * info.el: Adjust accordingly.
5632 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
5633
5634 * image-mode.el: Adjust accordingly.
5635 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
5636
5637 * doc-view.el: Adjust accordingly.
5638 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
5639
5640 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5641
5642 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
5643 Move initialization into declaration.
5644 (bookmark-get-info-node, bookmark-set-info-node): Remove.
5645 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
5646 (bookmark-info-current-node): Remove.
5647 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
5648 Add relocation fallback. Set bookmark-current-bookmark.
5649 (bookmark-default-handler): Rename from bookmark-jump-noselect.
5650 Remove relocation fallback. Don't set bookmark-current-bookmark.
5651 (bookmark-set): Let it be used even if there's no buffer-file-name
5652 as long as there is a bookmark-make-cell-function.
5653 * info.el (Info-bookmark-jump): Remove relocation fallback.
5654 Don't set bookmark-current-bookmark.
5655
5656 2008-03-07 Glenn Morris <rgm@gnu.org>
5657
5658 * calendar/appt.el (appt-issue-message)
5659 (appt-message-warning-time, appt-audible, appt-visible)
5660 (appt-msg-window, appt-display-mode-line, appt-display-duration)
5661 (appt-display-diary): Remove autoload cookies.
5662
5663 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
5664 Remove leading `*' from defcustom doc-strings.
5665
5666 * calendar/cal-dst.el (calendar-dst): New custom group.
5667 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
5668 (calendar-time-zone, calendar-daylight-time-offset)
5669 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
5670 (calendar-daylight-savings-starts-time)
5671 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
5672 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
5673 Move to start.
5674
5675 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
5676
5677 * calendar/calendar.el (calendar-version): Use emacs-version and
5678 make it obsolete. Move to end.
5679 (calendar-offset, view-diary-entries-initially)
5680 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
5681 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
5682 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
5683 (all-bahai-calendar-holidays, calendar-load-hook)
5684 (initial-calendar-window-hook, today-visible-calendar-hook)
5685 (today-invisible-calendar-hook, calendar-move-hook)
5686 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
5687 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
5688 (diary-include-string, sexp-diary-entry-symbol)
5689 (abbreviated-calendar-year, american-date-diary-pattern)
5690 (european-date-diary-pattern, european-calendar-display-form)
5691 (american-calendar-display-form, print-diary-entries-hook)
5692 (list-diary-entries-hook, diary-hook, diary-display-hook)
5693 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
5694 (nongregorian-diary-marking-hook, diary-list-include-blanks)
5695 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
5696 (local-holidays, other-holidays, hebrew-holidays-1)
5697 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
5698 (hebrew-holidays, christian-holidays, islamic-holidays)
5699 (bahai-holidays, solar-holidays, calendar-setup)
5700 (calendar-week-start-day): Remove autoload cookies.
5701 (diary-glob-file-regexp-prefix): Doc fix.
5702 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
5703 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
5704 (calendar-week-start-day, calendar-debug-sexp): Move to start.
5705
5706 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
5707 (calendar-time-display-form, calendar-latitude)
5708 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
5709 cookies.
5710 (calendar-latitude, calendar-longitude): Move functions after
5711 variables.
5712 (diary-sabbath-candles-minutes): Move to start.
5713 (solar-setup): Use or rather than if.
5714 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
5715 Remove condition-case.
5716 (solar-atn2): Use zerop.
5717 (solar-equinoxes-solstices): Doc fix.
5718
5719 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
5720 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
5721
5722 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
5723 (calendar-longitude, calendar-latitude, calendar-location-name):
5724 Declare for compiler.
5725
5726 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5727
5728 * arc-mode.el (archive-ar-file-header-re): New const.
5729 (archive-ar-summarize, archive-ar-extract): New funs.
5730 (archive-find-type): Recognize ar archives.
5731
5732 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
5733 New functions.
5734
5735 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
5736
5737 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
5738
5739 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5740 Replace :enable (mark-active) with :enable mark-active.
5741
5742 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
5743
5744 * vms-patch.el (make-legal-file-name): New obsolete alias.
5745 (make-valid-file-name): Rename from `make-legal-file-name'.
5746 (make-auto-save-file-name): Use it.
5747
5748 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
5749 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
5750 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
5751
5752 * textmodes/org.el (org-export-html-style): Doc fix.
5753 (org-get-legal-level): New obsolete alias.
5754 (org-get-valid-level): Rename from `org-get-legal-level'.
5755 (org-promote, org-demote, org-archive-subtree)
5756 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
5757
5758 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
5759
5760 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
5761
5762 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
5763 (vc-status-toggle-mark): New functions.
5764 (vc-status-mode): Set tool bar map.
5765
5766 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
5767
5768 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
5769 Reported by Drew Adams <drew.adams@oracle.com>.
5770
5771 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
5772
5773 * subr.el (read-quoted-char): Resolve modifers of the character
5774 event.
5775
5776 * comint.el (comint-exec-1): Don't change the coding-system for
5777 decoding to dos-like EOL.
5778 (comint-carriage-motion): Fully rewrite.
5779
5780 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
5781
5782 * epg.el (epg-context-include-certs): Reflow docstring.
5783 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
5784 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
5785 (epg-context-set-signers, epg-context-set-sig-notations)
5786 (epg-make-import-status, epg-make-import-result)
5787 (epg-start-delete-keys): Fix typos in docstrings.
5788 (epg-start-sign-keys, epg-sign-keys):
5789 Fix typos in obsolescence declarations.
5790
5791 * iswitchb.el: Don't check for `cadr' and `last'.
5792 (iswitchb-define-mode-map, iswitchb-default-keybindings):
5793 Add obsolescence declaration and remove redundant info from docstring.
5794 (iswitchb-set-common-completion, iswitchb-set-matches)
5795 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
5796 (recentf-list, most-len, most-is-exact):
5797 Don't wrap defvars within `eval-when-compile'.
5798
5799 2008-03-05 Glenn Morris <rgm@gnu.org>
5800
5801 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
5802 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
5803 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
5804 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
5805 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
5806
5807 * ediff-hook.el (ediff-window-setup-function): Don't autoload
5808 declaration for compiler.
5809 (ediff-xemacs-init-menus): Use when rather than if.
5810
5811 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
5812 if+and to just and.
5813 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
5814 (ediff-delete-overlay): Move the XEmacs test inside the definition.
5815
5816 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
5817
5818 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
5819 test inside XEmacs test.
5820 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
5821 since it was doing nothing on Emacs.
5822 (ediff-make-bullet-proof-overlay): Use when rather than if.
5823
5824 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
5825 (ediff-setup-control-frame): Remove
5826 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
5827 a (featurep 'xemacs) test.
5828
5829 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
5830
5831 * calc/calc-ext.el (calc-extended-command-history): New variable.
5832 (calc-exectute-extended-command): Use `calc-extended-command-history'.
5833
5834 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
5835
5836 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
5837 (standard-mode-line-position): Add mouse-face.
5838
5839 * progmodes/compile.el (compilation-menu-map):
5840 (compilation-mode-map):
5841 * progmodes/grep.el (grep-mode-map): Add :help.
5842
5843 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
5844 initialize in one step. Add :help. Use :enable to activate menu
5845 items. Show the key binding for edebug-defun.
5846 (lisp-interaction-mode-map): Add a menu.
5847
5848 * term.el (term-mode-map): Define and initialize in one step.
5849
5850 * ediff-init.el (ediff-color-display-p): Simplify.
5851 (Xor): Remove unused function.
5852 (ediff-with-syntax-table): Simplify for Emacs.
5853
5854 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
5855 menu-bar being loaded, it always is.
5856
5857 2008-03-05 Glenn Morris <rgm@gnu.org>
5858
5859 * textmodes/tex-mode.el (tex-mode): Suppress warning about
5860 multiple definitions when compiling.
5861
5862 2008-03-04 Alan Mackenzie <acm@muc.de>
5863
5864 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
5865
5866 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
5867 doc-string, "c-old-LEN" -> "c-old-END".
5868
5869 2008-03-04 Jason Rumney <jasonr@gnu.org>
5870
5871 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
5872 namespaces.
5873
5874 2008-03-04 Glenn Morris <rgm@gnu.org>
5875
5876 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
5877
5878 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
5879 than mapcar.
5880
5881 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5882
5883 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5884 (byte-compile-nilconstp): Can't use recursion in a defsubst.
5885
5886 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
5887 so that M-q can fill comments.
5888 (tex-executable-exists-p, tex-compile): Extend with special syntax for
5889 commands implemented in elisp.
5890 (tex-compile-commands): Add an entry to use doc-view for pdf files.
5891 (tex-format-cmd): New function.
5892 (tex-compile): Use it to let the user specify default arguments.
5893 (tex-cmd-bibtex-args): New var.
5894 (tex-cmd-doc-view): New function.
5895
5896 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
5897
5898 * faces.el (face-spec-set): Fix typos in docstring.
5899
5900 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
5901
5902 * bindings.el (mode-line-column-line-number-mode-map): New variable.
5903 (standard-mode-line-position): Use it to add a menu for toggling
5904 column number and line number display.
5905
5906 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5907
5908 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
5909 Remove optimization that was working around the form-code-walker bug.
5910
5911 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5912 Walk into the body of lambdas after byte-compile-unfold-lambda.
5913
5914 2008-03-03 Glenn Morris <rgm@gnu.org>
5915
5916 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
5917 value, if set, over frame value.
5918
5919 * simple.el (transient-mark-mode): Don't turn on by default.
5920
5921 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
5922 accidentally removed by the 2007-12-05 merge from Gnus.
5923
5924 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
5925
5926 * progmodes/compile.el (compilation-menu-map): Add menu entries
5927 for useful options.
5928
5929 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
5930 Glenn Morris <rgm@gnu.org>
5931
5932 * emacs-lisp/bytecomp.el (byte-recompile-directory)
5933 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
5934 Give a `bytecomp-' prefix to local variables with common names.
5935
5936 2008-03-01 Glenn Morris <rgm@gnu.org>
5937
5938 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
5939 code commented out 2007-11-10.
5940
5941 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
5942
5943 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
5944 Delete macro.
5945 * emulation/viper-cmd.el, emulation/viper-ex.el:
5946 * emulation/viper-init.el, emulation/viper-keym.el:
5947 * emulation/viper-mous.el, emulation/viper-util.el:
5948 * emulation/viper.el:
5949 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
5950 featurep test.
5951
5952 Replace obselete frame-local variables with frame-parameters.
5953 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
5954 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
5955 (viper-vi-state-cursor-color): Only call make-variable-frame-local
5956 on XEmacs.
5957 * emulation/viper-util.el (viper-frame-value): New macro.
5958 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
5959 (viper-R-state-post-command-sentinel)
5960 (viper-replace-state-post-command-sentinel)
5961 (viper-change-state-to-insert, viper-change-state-to-emacs):
5962 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
5963 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
5964 (viper-get-saved-cursor-color-in-insert-mode)
5965 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
5966 Use viper-frame-value for viper-replace-overlay-cursor-color,
5967 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
5968 viper-vi-state-cursor-color values.
5969
5970 * emulation/viper-cmd.el (zmacs-region-stays):
5971 * emulation/viper-util.el (zmacs-region-stays): No need to define
5972 for compiler.
5973
5974 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
5975 mapcar on Emacs.
5976
5977 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
5978 on XEmacs.
5979
5980 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
5981 rather than if.
5982
5983 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5984
5985 * whitespace.el: New version 9.3. As the glyph code generation was
5986 fixed, it is possible now to use character code above ?\x1FFFF in the
5987 display table. Fix `whitespace-indentation-regexp' to not include an
5988 extra ending character. Reported by Michael Welsh Duggan
5989 <mwd@cert.org>. Added hook actions when buffer is written or killed as
5990 the original whitespace package had. Suggested by Eric Cooper
5991 <ecc@cmu.edu>. Doc fix.
5992 (whitespace-action): New option.
5993 (whitespace-display-mappings): Changed default newline visualization to
5994 display downwards arrow, as the glyph code generation was fixed.
5995 (whitespace-unload-function): Assure that all local whitespace mode is
5996 turned off.
5997 (whitespace-global-modes): Fix type customization.
5998 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
5999 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
6000 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
6001 Fix code.
6002 (whitespace-buffer): Command removed.
6003 (whitespace-trailing-regexp, whitespace-mark-x)
6004 (whitespace-display-window, whitespace-action-when-on)
6005 (whitespace-add-local-hook, whitespace-remove-local-hook)
6006 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
6007 (whitespace-action): New funs.
6008 (whitespace-report-list, whitespace-report-text)
6009 (whitespace-report-buffer-name): New consts.
6010 (whitespace-report, whitespace-report-region): New commands.
6011
6012 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
6013
6014 * disp-table.el (make-glyph-code): Don't test the result of
6015 `face-id', which already signals an error for invalid faces.
6016 (glyph-face): Simplify.
6017
6018 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
6019 running `desktop-not-loaded-hook' to allow modifying it.
6020 Don't show warning message if `desktop-dirname' was modified.
6021
6022 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
6023
6024 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
6025 we still expect more lines.
6026
6027 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
6028 comment-paragraph filling if the commark doesn't match
6029 comment-start-skip.
6030
6031 2008-03-01 Daiki Ueno <ueno@unixuser.org>
6032
6033 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
6034 the `imap' variant.
6035
6036 2008-03-01 Jason Rumney <jasonr@gnu.org>
6037
6038 * files.el (make-auto-save-file-name): Encode more characters in
6039 non-file buffer names. Use url-encoding.
6040
6041 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
6042
6043 * net/net-utils.el (ftp-program): Fix typo in docstring.
6044 (ifconfig-program-options, netstat-program-options)
6045 (arp-program-options, route-program-options, nslookup-program-options)
6046 (ftp-program-options, smbclient-program-options)
6047 (dns-lookup-program-options, arp, route): Doc fixes.
6048
6049 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
6050 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
6051 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
6052 Fix typos in docstrings.
6053 (gdb-pending-triggers): Reflow docstring.
6054 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
6055
6056 2008-03-01 Alan Mackenzie <acm@muc.de>
6057
6058 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
6059 typing "#" at EOB.
6060
6061 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
6062
6063 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
6064
6065 2008-02-29 Kim F. Storm <storm@cua.dk>
6066
6067 * emulation/cua-base.el (cua-remap-control-v)
6068 (cua-remap-control-z): New defcustoms.
6069 (cua-mode): Add them to set-after property.
6070 (cua--init-keymaps): Use them.
6071 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
6072
6073 * help.el (view-emacs-todo): Rename from view-todo.
6074 (describe-gnu-project): Rename from describe-project. Users changed.
6075 (view-help-file): New helper function.
6076 (describe-distribution, describe-copying, describe-gnu-project)
6077 (view-todo, view-order-manuals, view-emacs-problems): Use it.
6078 (view-emacs-debugging, view-external-packages): New commands.
6079 (help-map): Move describe-distribution to C-h C-o (ordering).
6080 Move view-emacs-problems to C-h C-p (problems).
6081 Bind view-emacs-debugging to C-h C-d (debugging).
6082 Bind view-external-packages to C-h C-e (extras).
6083 (help-for-help-internal): Cleanup and align descriptions.
6084 Remove command names to reduce clutter.
6085
6086 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
6087
6088 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
6089 and quieter face (not a warning).
6090
6091 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
6092
6093 * vc.el (vc-status-crt-marked): New variable.
6094 (vc-status-mode): Make it local.
6095 (vc-status-refresh): Use it to save the marked files.
6096 (vc-update-vc-status-buffer): Use it to restore the marked files.
6097
6098 * vc-svn.el (vc-svn-after-dir-status):
6099 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
6100
6101 2008-02-29 Glenn Morris <rgm@gnu.org>
6102
6103 * allout.el (allout-topic-encryption-bullet)
6104 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
6105 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
6106 from 22.0 to 22.1.
6107
6108 * net/imap.el (imap-ping-server):
6109 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
6110 Change defcustom :version from 23.0 to 23.1.
6111
6112 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
6113
6114 * desktop.el (desktop-save): Save the buffer name if the
6115 uniquified base name is empty.
6116
6117 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
6118
6119 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
6120 correctly when user has "set print address off".
6121
6122 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
6123
6124 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
6125 version number of the next major Emacs release, not 23.0.
6126
6127 * longlines.el (longlines-unload-function): New function.
6128
6129 2008-02-28 Juri Linkov <juri@jurta.org>
6130
6131 * startup.el (normal-splash-screen): Add argument `concise'.
6132 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
6133 to the created buffer. If `concise' is non-nil, call
6134 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
6135 (display-startup-screen): Add argument `concise' to the call to
6136 `normal-splash-screen'.
6137
6138 2008-02-28 Kim F. Storm <storm@cua.dk>
6139
6140 * startup.el (startup-echo-area-message): Check for about-emacs.
6141
6142 2008-02-28 Juri Linkov <juri@jurta.org>
6143
6144 * startup.el: Always add initial message to *scratch* buffer if
6145 `initial-scratch-message' is non-nil regardless of the value of
6146 `inhibit-startup-screen'.
6147 (inhibit-startup-screen, initial-scratch-message): Doc fix.
6148 (command-line-1): Move code that inserts `initial-scratch-message'
6149 up before the if-form that checks for `inhibit-startup-screen'.
6150 Suggested by Jonathan Rockway <jon@jrock.us>.
6151
6152 2008-02-28 Juri Linkov <juri@jurta.org>
6153
6154 * cus-edit.el (custom-mode-map, custom-mode-link-map):
6155 Rename `custom-mode' to `Custom-mode' in docstrings.
6156 (custom-buffer-create-internal, customize-browse):
6157 Rename `custom-mode' to `Custom-mode'.
6158 (custom-mode-hook): Rename to `Custom-mode-hook'.
6159 (Custom-mode-hook): Renamed from `custom-mode-hook'.
6160 (custom-mode): Rename to `Custom-mode'.
6161 (Custom-mode): Renamed from `custom-mode'. Doc fix.
6162 (custom-mode): Add backward-compatible non-interactive variant of
6163 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
6164 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
6165
6166 * info-look.el: Rename `custom-mode' to `Custom-mode'.
6167
6168 * emulation/viper.el (viper-emacs-state-mode-list):
6169 Rename `custom-mode' to `Custom-mode'.
6170
6171 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
6172 Capitalize "Tagged Files".
6173 (minibuffer-local-map): Add menu items for next/previous
6174 history elements and isearch history forward/backward.
6175
6176 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
6177 `hs-isearch-open' with t instead of `comment' in :selected
6178 for "Code and Comment blocks" menu item.
6179
6180 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6181
6182 * uniquify.el (uniquify-buffer-base-name): Undo last change.
6183 Should be done in desktop.el instead.
6184
6185 2008-02-28 Glenn Morris <rgm@gnu.org>
6186
6187 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
6188
6189 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
6190
6191 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
6192 (Info-menu, Info-goto-node): Remove declarations.
6193 (report-emacs-bug-info): Use info rather than Info-goto-node.
6194
6195 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
6196 (idlwave-convert-xml-system-routine-info): Don't require xml.
6197 (idlwave-show-commentary, idlwave-shell-show-commentary):
6198 Don't require finder.
6199 (idlwave-info): Don't require info. Use info rather than
6200 Info-goto-node.
6201
6202 * textmodes/org.el (Info-goto-node): Remove declaration.
6203 (org-info): Use info rather than Info-goto-node.
6204
6205 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
6206 (reftex-info): Don't require info. Use info rather than Info-goto-node.
6207
6208 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
6209
6210 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
6211 the menu.
6212
6213 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
6214 (vc-finish-logentry): Check for vc-status-mode, not only for
6215 vc-dired-mode.
6216
6217 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
6218
6219 * isearch.el (isearch-printing-char): Don't check
6220 keyboard-coding-system.
6221 Call isearch-process-search-multibyte-characters only when
6222 current-input-method is non-nil.
6223
6224 2008-02-27 Kim F. Storm <storm@cua.dk>
6225
6226 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
6227 (glyph-char, glyph-face): Handle cons encoding.
6228
6229 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
6230
6231 * uniquify.el (uniquify-buffer-base-name): If the base name is an
6232 empty string, return nil to allow the caller to default to the
6233 buffer name. Reported by Martin Fischer <parozusa@web.de>.
6234
6235 * tool-bar.el (tool-bar-setup): Doc fix.
6236
6237 * mail/supercite.el (sc-describe):
6238 Fix typos in obsolescence declaration.
6239
6240 2008-02-27 Glenn Morris <rgm@gnu.org>
6241
6242 * autoinsert.el (auto-insert-alist): Change permission text to
6243 match FSF's GPLv3 form.
6244
6245 * mail/supercite.el (sc-cite-original): Doc fix.
6246 (sc-version): Make obsolete.
6247 (sc-describe): Show the SC info page. Make obsolete.
6248
6249 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6250
6251 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
6252 when using transient-mark-mode.
6253 (default-indicate-unused-lines): Remove unused var.
6254
6255 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
6256
6257 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
6258 and previous.
6259
6260 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
6261
6262 2008-02-26 Glenn Morris <rgm@gnu.org>
6263
6264 * net/net-utils.el (top-level): Don't require comint when compiling.
6265 (nslookup-font-lock-keywords): Don't require font-lock.
6266 Use font-lock faces rather than variables.
6267 (nslookup, ftp, smbclient, network-service-connection):
6268 Don't require comint.
6269 (comint-prompt-regexp, comint-input-autoexpand)
6270 (comint-input-ring): Declare for compiler.
6271 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
6272 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
6273
6274 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
6275 doc-string.
6276
6277 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6278
6279 * doc-view.el (doc-view-current-page): Add a `win' argument.
6280
6281 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
6282
6283 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
6284 Demote it to plain defvar.
6285 (doc-view-conversion-refresh-interval): Reduce interval.
6286 (doc-view-goto-page): Allow moving to pages not yet rendered.
6287 (doc-view-goto-page): Construct a file name rather than extracting it
6288 from doc-view-current-files.
6289 (doc-view-kill-proc): Ignore errors from kill-process.
6290 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
6291 (doc-view-insert-image): Use appropriate text if the page hasn't been
6292 rendered yet. Adjust scrolling so the text is displayed.
6293 (doc-view-display): Detect not just that a page is available, but also
6294 that it wasn't available before, so as to avoid refreshing all pages
6295 repeatedly.
6296 (doc-view-mode): Make doc-view-cache-directory if needed.
6297
6298 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6299
6300 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
6301 toggle-read-only.
6302
6303 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
6304 refering to a missing required field with the OPT prefix.
6305 Make unwindform more robust.
6306
6307 * textmodes/bibtex.el: Remove support for hideshow minor mode as
6308 it duplicates the bibtex support in progmodes/hideshow.el.
6309 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
6310 entries that do not start at the beginning of a line.
6311
6312 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
6313
6314 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
6315
6316 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
6317
6318 * help-fns.el (describe-variable): Add phrases about
6319 initialization file with and without customization;
6320 use new button type help-info-variable.
6321
6322 * help-mode.el (help-info-variable):
6323 New button able to read Info files for help-fns.el.
6324
6325 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
6326
6327 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
6328 (grep-mode): Use grep-mode-tool-bar-map.
6329
6330 * progmodes/compile.el (tool-bar): Require tool-bar.
6331 (compilation-mode-tool-bar-map): New variable.
6332 (compilation-mode): Use compilation-mode-tool-bar-map.
6333
6334 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
6335
6336 2008-02-25 Glenn Morris <rgm@gnu.org>
6337
6338 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
6339
6340 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
6341
6342 * diff-mode.el (diff-file-junk-re): New const.
6343 (diff-beginning-of-file-and-junk): Use it.
6344 (diff-file-kill): Make sure we were really inside a file diff.
6345
6346 * diff-mode.el: Make it more robust in the presence of empty context
6347 lines in unified hunks.
6348 (diff-valid-unified-empty-line): New var.
6349 (diff-unified->context, diff-sanity-check-hunk): Obey it.
6350 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
6351 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
6352 (diff-hunk-header-re-unified): New const.
6353 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
6354 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
6355 (diff-sanity-check-hunk): Use it.
6356
6357 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
6358 Index: line, don't search backward for the previous one.
6359
6360 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
6361
6362 * international/fontset.el (setup-default-fontset): Add non-OTF
6363 lao font for lao script.
6364
6365 * language/tibetan.el: Register tibetan-composition-function in
6366 composition-function-table.
6367
6368 * language/tibet-util.el (tibetan-composition-function):
6369 Adjust for the new calling way (argument changed). Try font-shape-text
6370 if possible.
6371
6372 * language/lao.el: Register lao-composition-function in
6373 composition-function-table.
6374
6375 * language/lao-util.el (lao-composition-function): Adjust for the new
6376 calling way (argument changed). Try font-shape-text if possible.
6377
6378 2008-02-25 Jason Rumney <jasonr@gnu.org>
6379
6380 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
6381
6382 2008-02-25 Juri Linkov <juri@jurta.org>
6383
6384 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
6385 background, "red4" for a dark background, "red" for 16 and
6386 8 colors, "grey" for grayscale, and inverse video otherwise.
6387 Add :version tag.
6388 (isearch-message): Keep the original isearch-message intact, and
6389 add text properties to it where necessary. Add `isearch-error' to
6390 the condition that checks if isearch is unsuccessful.
6391
6392 2008-02-24 Juri Linkov <juri@jurta.org>
6393
6394 * progmodes/compile.el (compilation-handle-exit):
6395 Use compilation-error face instead of font-lock-warning-face.
6396 Display the same message in the minibuffer as is inserted
6397 at the end of the compilation buffer.
6398
6399 2008-02-24 Glenn Morris <rgm@gnu.org>
6400
6401 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
6402 multiple file case.
6403
6404 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
6405
6406 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
6407 multiple file case. Use a single `let' rather than two.
6408
6409 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
6410
6411 * progmodes/compile.el (compilation-start): Specify a face for
6412 mode-line-process.
6413 (compilation-handle-exit): Specify a face and a tooltip for
6414 mode-line-process.
6415
6416 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6417
6418 * hilit-chg.el: Remove spurious * in defcustom docstrings.
6419 (hilit-chg-make-ov): Simplify.
6420 (hilit-chg-fixup): Use remove-overlays.
6421 (hilit-chg-set-face-on-change): Remove redundant call to
6422 `remove-text-properties'.
6423
6424 * dired.el (dired-mark-prompt): Don't count/display the t element.
6425 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
6426
6427 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
6428
6429 * progmodes/verilog-mode.el (eval-when-compile): Don't define
6430 add-submenu.
6431 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
6432 Remove. Move contents to the only use ...
6433 (verilog-menu): ... here.
6434 (verilog-statement-menu): Remove. Move contents to the only use ...
6435 (verilog-stmt-menu): ... here.
6436 (verilog-mark-defun): Simply call mark-defun for emacs.
6437 (occur-pos-list): Declare for byte compiler.
6438 (mode-popup-menu): Don't defvar.
6439 (verilog-add-statement-menu): Remove.
6440 (verilog-mode-hook): Don't add verilog-add-statement-menu.
6441 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
6442
6443 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
6444
6445 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
6446 conditional.
6447 (verilog-font-grouping-keywords-face): Make the begin..end
6448 keywords standout more than other verilog keywords.
6449 (verilog-type-font-keywords): Move the begin..end out of this list
6450 to facilitate making them to (potentially) stand out more.
6451 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
6452 function & task blocks.
6453 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
6454 initial, function & task blocks.
6455 (verilog-forward-sexp): Handle the new "disable fork" statement of
6456 IEEE-1800 Verilog.
6457 (verilog-beg-block-re-ordered): Handle the new "disable fork"
6458 statement of IEEE-1800 Verilog.
6459 (verilog-calc-1): Handle the new "disable fork" statement of
6460 IEEE-1800 Verilog.
6461 (verilog-disable-fork-re): Add const to help handle the new
6462 "disable fork" statement of IEEE-1800 Verilog.
6463 (verilog-declaration-core-re): Add port directions by themselves,
6464 with no qualification, as base item of a declaration.
6465 (verilog-pretty-declarations): Add new flag to ask it to refrain
6466 from printing to the message buffer.
6467 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
6468 printing to the message buffer. Improve handling of the many
6469 types of expression line up.
6470 (verilog-just-one-space): Remove printing of an empty message.
6471 (verilog-get-lineup-indent): Rework to support the better handling
6472 of expression lineup for verilog-pretty-expr.
6473 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
6474
6475 2008-02-24 Alan Mackenzie <acm@muc.de>
6476
6477 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
6478 yesterday's commit.
6479
6480 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
6481
6482 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
6483 to mouse-set-point in buffers that aren't associated with files.
6484
6485 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
6486
6487 2008-02-24 Alan Mackenzie <acm@muc.de>
6488
6489 Set of changes so that "obtrusive" syntactic elements in a
6490 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
6491 unmatched paren) don't interact syntactically with stuff outside
6492 the CPP line.
6493
6494 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
6495 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
6496 off-by-one bug.
6497 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
6498 a bit of refactoring.
6499 (c-awk-extend-and-syntax-tablify-region): Takes some of the
6500 functionality of c-awk-advise-fl-for-awk-region, which has been
6501 refactored away.
6502
6503 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
6504 (c-clear-char-property-with-value): New function and macro which
6505 remove text-properties `equal' to a supplied value.
6506
6507 * progmodes/cc-engine.el: Comment about text properties amended.
6508
6509 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
6510 parens around "error\\|warning".
6511
6512 * progmodes/cc-langs.el (c-get-state-before-change-function)
6513 (c-before-font-lock-function, c-anchored-cpp-prefix):
6514 New language variables.
6515 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
6516
6517 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
6518 syntax-table text properties.
6519 (c-common-init): Call language specific before/after-change
6520 functions at mode initialisation.
6521 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
6522 (c-extend-region-for-CPP, c-neutralize-CPP-line)
6523 (c-neutralize-syntax-in-CPP): New functions.
6524 (c-before-change, c-after-change): Call the new language specific
6525 change functions defined in cc-langs.el.
6526 (c-advise-fl-for-region): New macro.
6527 (awk-mode): Remove AWK specific stuff which has been refactored
6528 into language independent stuff.
6529
6530 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
6531
6532 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
6533 (gdb): (Re)set gdb-flush-pending-output to nil here...
6534 (gdb-init-1): ...instead of here (before gdb-prompt).
6535
6536 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6537
6538 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
6539 Recognize ''' just like any other char-constant.
6540
6541 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
6544 careful enough. Detect the uid-change all within the main loop.
6545
6546 2008-02-24 Stefan Monnier <monnier@pastel.home>
6547
6548 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
6549
6550 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * hilit-chg.el (highlight-save-buffer-state): New macro.
6553 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
6554 (hilit-chg-clear): Use it to preserve the modified-p flag.
6555 (highlight-changes-rotate-faces): Don't mess with the undo-list.
6556
6557 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6558
6559 * font-lock.el (font-lock-set-defaults): Unset previously set variables
6560 when needed.
6561
6562 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
6563
6564 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
6565 from gnus-button-url-regexp.
6566
6567 2008-02-24 Eli Zaretskii <eliz@gnu.org>
6568
6569 * progmodes/compile.el (compilation-next-error): Doc fix.
6570 (compilation-find-file): Doc fix.
6571
6572 2008-02-24 Glenn Morris <rgm@gnu.org>
6573
6574 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
6575 Add obsolete aliases to the old names.
6576
6577 2008-02-24 Richard Stallman <rms@gnu.org>
6578
6579 * net/net-utils.el (ifconfig): Rename from ipconfig.
6580 (ipconfig): Alias to ifconfig.
6581 (ifconfig-program): Rename from ipconfig-program.
6582 (ifconfig-program-options): Rename from ipconfig-program-options.
6583
6584 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
6585
6586 * progmodes/verilog-mode.el (verilog-declaration-core-re):
6587 Add port directions by themselves, with no qualification, as base
6588 item of a declaration.
6589 (verilog-pretty-declarations): Add new flag that inhibits printing
6590 to the message buffer.
6591 (verilog-pretty-expr): Add new flag that inhibits printing to the
6592 message buffer. Improve handling of the many types of expression
6593 line up.
6594 (verilog-just-one-space): Don't print an empty message.
6595 (verilog-get-lineup-indent): Rework to support the better handling
6596 of expression lineup for verilog-pretty-expr.
6597 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
6598 (verilog-mode-version, verilog-mode-release-date): Update.
6599
6600 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6601
6602 * subr.el (cancel-change-group): Don't move point.
6603
6604 2008-02-23 Markus Triska <markus.triska@gmx.at>
6605
6606 * linum.el (linum-after-config): Update all visible windows.
6607
6608 2008-02-23 Glenn Morris <rgm@gnu.org>
6609
6610 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
6611 Add :help for Solitaire and Tetris.
6612
6613 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
6614
6615 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
6616 (smtpmail-code-conv-from): Doc fix. Fix custom type.
6617 (smtpmail-queue-index-file): Make it a defcustom.
6618 (smtpmail-queue-index): Delete.
6619 (smtpmail-send-it, smtpmail-send-queued-mail):
6620 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
6621 smtpmail-queue-index.
6622
6623 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
6624 Add :version.
6625
6626 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
6627
6628 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
6629 New variables.
6630 (iwconfig): New function.
6631
6632 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
6633
6634 * vc.el (vc-find-revision): Make vc-parent-buffer local before
6635 setting it.
6636 (vc-status-menu-map): Do not define using easy-menu.
6637 (vc-status-menu-map): New defalias.
6638 (vc-status-mode-map): Hook up the menu.
6639 (top-level): Update TODO.
6640
6641 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
6642
6643 * vc-bzr.el (vc-bzr-init-version): Rename to ...
6644 (vc-bzr-init-revision): ... this.
6645
6646 2008-02-23 Jason Rumney <jasonr@gnu.org>
6647
6648 * makefile.w32-in (WINS_ALMOST): Remove term.
6649 (WINS): Add term here.
6650 (custom-deps, finder-data): Use WINS_ALMOST.
6651
6652 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
6653
6654 * faces.el (font-weight-table): Fix value of `semi-light'.
6655
6656 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
6657
6658 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
6659 Make those tables bijective.
6660
6661 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
6662
6663 Finish pdbtrack integration cleanup, settling missing-functions
6664 byte compiler warnings appropriately.
6665
6666 * progmodes/python.el (python-point): Remove this - beginning-of-line
6667 was all that was necessary for `python-pdbtrack-overlay-arrow'.
6668 (python-end-of-def-or-class, python-beginning-of-def-or-class)
6669 (python-goto-initial-line): Drop these - they were only needed for
6670 python-point.
6671 (python-comint-output-filter-function): Use condition-case and
6672 beginning-of-line directly, instead of python-mode.el functions
6673 which require all sorts of baggage.
6674 (point-safe): Unnecessary - we're using condition-case directly,
6675 instead.
6676 (python-execute-file): Include for python-shell, which I'm leaving
6677 in keeping despite it being unnecessary for pdb tracking.
6678
6679 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
6680
6681 * progmodes/scheme.el (scheme-font-lock-keywords-2):
6682 Add SRFI 11 support.
6683 (let-values, let*-values): Specify scheme-indent-function.
6684
6685 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
6686
6687 * vc.el (vc-exec-after): Move setting mode-line-process in the
6688 busy case ...
6689 (vc-set-mode-line-busy-indicator): ... in this new function.
6690 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
6691 (vc-update-vc-status-buffer): Reset mode-line-process.
6692 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
6693 mark/unmark all the files with the same state as the current one.
6694 With a prefix argument mark/unmark all files.
6695 (vc-status-mode-menu): Adjust strings.
6696 (vc-update-vc-status-buffer): Only do something when the argument
6697 is not nil.
6698 (vc-status-kill-dir-status-process): New function.
6699 (vc-status-mode-map): Bind it.
6700 (vc-status-process-buffer): New variable.
6701 (vc-status-mode): Make it local.
6702 (vc-status-refresh): Set it.
6703
6704 * vc-hg.el (vc-hg-dir-status):
6705 * vc-git.el (vc-git-dir-status):
6706 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
6707 command is run.
6708
6709 2008-02-22 Glenn Morris <rgm@gnu.org>
6710
6711 * json.el (top-level): No need to require thingatpt.
6712 (json-read-keyword): Use thing-at-point rather than word-at-point.
6713
6714 * time.el (top-level): No need to require time-date when compiling.
6715
6716 * emacs-lisp/copyright.el (copyright-update-year):
6717 Fix subexpression numbering for the case when years are split over
6718 lines, and for the replace case.
6719
6720 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
6721 (tpu-caar, tpu-cadr): Delete functions.
6722 (zmacs-regions): No need to declare for compiler.
6723 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
6724 (tpu-spell-check): Rewrite, and handle mark after point.
6725 (tpu-special-insert): Use or rather than if.
6726
6727 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
6728 rather than spell-region.
6729
6730 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
6731 warnings about spell-region.
6732
6733 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
6734
6735 * ldefs-boot.el: Regenerated.
6736
6737 * loadup.el: Don't load language/devanagari, language/kannanda,
6738 language/malayalam, and language/tamil. Load language/sinhala.
6739
6740 * language/indian.el (indian-font-foundry)
6741 (indian-script-language-alist, indian-font-char-index-table)
6742 (indian-font-char, indian-font-char-range, indian-script-table)
6743 (indian-default-script, indian-composable-pattern): Delete them.
6744 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
6745 language environments moved to here.
6746 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
6747 New language environments.
6748
6749 * language/devanagari.el, language/devan-util.el,
6750 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
6751 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
6752 Delete them.
6753
6754 * language/sinhala.el: New file.
6755
6756 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
6757
6758 Update Nick Robert's port of pdb tracking from python-mode.el.
6759
6760 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
6761 Clarify docstring.
6762 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
6763 tracking is happening.
6764 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
6765 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
6766 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
6767 Tracking is plugged in to all comint buffers once python.el is loaded.
6768 (python-pdbtrack-overlay-arrow): Toggle activation of
6769 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
6770 (python-pdbtrack-track-stack-file): Use new
6771 `python-pdbtrack-get-source-buffer' for more flexible access to
6772 debugging source files.
6773 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
6774 according to pdb stack trace, optionally using new
6775 `python-pdbtrack-grub-for-buffer' if file is not locally available.
6776 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
6777 named buffer, or having function with indicated name.
6778 (python-shell): Remove comint-output-filter-functions hook
6779 addition, it's being done elsewhere. Wrap long line.
6780
6781 2008-02-21 Michael Olson <mwolson@gnu.org>
6782
6783 * json.el: Replace XEmacs compatibility code to get rid of
6784 compiler warnings.
6785
6786 * time.el: Fix compiler warning.
6787
6788 2008-02-21 Edward O'Connor <ted@oconnor.cx>
6789
6790 * json.el: New file (JavaScript Object Notation parser / generator).
6791
6792 2008-02-21 Dave Love <fx@gnu.org>
6793
6794 * progmodes/sym-comp.el: New file.
6795
6796 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
6797 Require sym-comp. Add Python buffer to same-window-buffer-names.
6798 Fixup whitespaces.
6799 (python-font-lock-keywords): Add highlighting for Python builtins.
6800 (python-font-lock-syntactic-keywords): Rewrite.
6801 (python-quote-syntax): Use syntax-ppss-context instead of parsing
6802 ppss directly.
6803 (python-mode-map): Add binding for python-find-function.
6804 (python-calculate-indentation): Clean up the logic.
6805 (python-beginning-of-defun): Explicitly set return value.
6806 (python-beginning-of-statement): Stop looping if we get stuck
6807 going backwards.
6808 (python-next-statement): Stop looping if we somehow end up inside
6809 a string while advancing.
6810 (python-preoutput-continuation, python-version-checked): New vars.
6811 (python-check-version): New function.
6812 (run-python): Set default command to python-command instead of
6813 python-python-command.
6814 (run-python): Use python-check-version. Give PYTHONPATH
6815 precedence over data-directory in the process environment.
6816 Load function definitions in python process after.
6817 (python-check-comint-prompt): New function.
6818 (python-send-command, python-send-receive): Use it.
6819 (python-complete-symbol, python-try-complete): Functions deleted.
6820 Use symbol-complete instead of python-complete-symbol throughout.
6821 (python-fill-paragraph): Further refine the fenced-string regexp.
6822 (def-python-skeleton): Expand to the original abbrev instead if in
6823 a comment or string. Tweak skeletons for `if', `while', `for',
6824 `try/except', `try/finally', `name'.
6825 (python-pea-hook, python-abbrev-pc-hook): New functions.
6826 (python-abbrev-syntax-table): New var.
6827 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
6828 Use symbol-completion-try-complete for hippie expansion.
6829 Turn on font lock unconditionally.
6830 (python-mode-hook): Defcustom it. No need to use make-local
6831 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
6832 option, since it's buffer-local.
6833
6834 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
6835
6836 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
6837
6838 2008-02-21 Drew Adams <drew.adams@oracle.com>
6839
6840 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
6841 "Turn off" and a "Help" entry when the minor mode has no menu.
6842
6843 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
6844
6845 * vc.el (vc-status-mark, vc-status-unmark): New functions.
6846 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
6847 vc-status-mark-file and vc-status-unmark-file.
6848 (vc-status-mark-unmark): New function.
6849 (vc-status-previous-line, vc-status-next-line): No longer interactive.
6850
6851 2008-02-21 Glenn Morris <rgm@gnu.org>
6852
6853 * composite.el (encode-composition-rule): Fix typo in error message.
6854 (composition-function-table, auto-composition-mode): Doc fixes.
6855
6856 * subr.el (sit-for): Fix obsolete form for nil second argument.
6857
6858 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
6859 (spell-string): Make obsolete, in favor of ispell.
6860
6861 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
6862
6863 * language/devanagari.el: Don't setup composition-function-table
6864 here.
6865 ("Devanagari"): Change charset, coding-system, coding-priority to
6866 Unicode-based ones. Don't require the feature devan-util.
6867
6868 * composite.el (compose-chars-after): Fix arguments for a function
6869 in composition-function-table.
6870 (auto-compose-region): Likewise.
6871
6872 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
6873 for Ethiopic.
6874 (ps-mule-plot-string): Ignore glyph-string based compositions.
6875
6876 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * doc-view.el: Allow different windows to show different pages.
6879 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
6880 (doc-view-current-image, doc-view-current-overlay): Remove variables,
6881 add them back as macros instead, using image-mode-winprops instead.
6882 Update all users of those variables.
6883 (doc-view-new-window-function): New function to create a new overlay
6884 for each new window.
6885 (doc-view-mode): Use it and image-mode-setup-winprops.
6886 (doc-view-clone-buffer-hook): Rewrite accordingly.
6887
6888 * image-mode.el: Extend [hv]scroll support to per-window properties.
6889 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
6890 (image-mode-winprops-alist): New var to replace them.
6891 (image-mode-new-window-functions): New hook.
6892 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
6893 New funs.
6894 (image-set-window-vscroll, image-set-window-hscroll): Use them.
6895 Remove the `window' argument, update callers.
6896 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
6897 Use the new functions.
6898 (image-mode-reapply-winprops): New fun.
6899 (image-mode): Use it.
6900
6901 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
6902
6903 * calc/calc-math.el (math-sin-raw): Add optional argument
6904 to keep track of original argument.
6905 (math-cos-raw): Use optional argument when calling math-sin-raw.
6906 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
6907 with close to original precision.
6908
6909 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6910
6911 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
6912 args in calls of sit-for.
6913
6914 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
6915
6916 * vc-svn.el (vc-svn-program): Fix typo in docstring.
6917 (vc-svn-checkin): Fix typo in error message.
6918
6919 * help-mode.el: Require easymenu when compiling.
6920
6921 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
6922
6923 * help-mode.el (help-mode-menu): New menu.
6924
6925 2008-02-20 Glenn Morris <rgm@gnu.org>
6926
6927 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
6928 on Windows.
6929
6930 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
6931
6932 * ps-mule.el (ps-mule-encode-region): Return a single string.
6933 (ps-mule-plot-string): Adjust for the above change.
6934 (ps-mule-encode-header-string): Likewise.
6935
6936 * international/latin1-disp.el (latin1-display): Don't use
6937 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
6938 standard-display-table.
6939 (latin1-display-identities): Adjust for the change of what is
6940 returned by (get-language-info charset 'charset).
6941
6942 * international/mule-util.el (char-displayable-p): Fix for Latin-1
6943 characters and terminal case.
6944
6945 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
6946
6947 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
6948
6949 * progmodes/python.el: Also require comint when loading.
6950 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
6951 Replace python-shell with run-python on menu bar.
6952 (python-shell-map): New map.
6953 (python-default-interpreter, python-python-command-args)
6954 (python-jython-command-args, python-pdbtrack-do-tracking-p):
6955 New options.
6956 (python-which-shell, python-which-args, python-which-bufname):
6957 New buffer local variables.
6958 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
6959
6960 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
6961 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
6962 New constants.
6963
6964 Pdbtrack features:
6965
6966 (python-point, python-end-of-def-or-class)
6967 (python-beginning-of-def-or-class, python-goto-initial-line)
6968 (python-comint-output-filter-function)
6969 (python-pdbtrack-overlay-arrow)
6970 (python-pdbtrack-track-stack-file, python-toggle-shells)
6971 (python-shell, python-pdbtrack-toggle-stack-tracking)
6972 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
6973 New functions.
6974
6975 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
6976
6977 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
6978 when the argument is nil.
6979
6980 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6981
6982 * vc.el (dir-status): Add a brief description.
6983
6984 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
6985
6986 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
6987 If non-nil, reverse the sense of the check.
6988
6989 * vc-rcs.el (vc-rcs-root): New func.
6990 * vc-cvs.el (vc-cvs-root): New func.
6991 * vc-svn.el (vc-svn-root): New func.
6992 * vc-sccs.el (vc-sccs-root): New func.
6993
6994 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
6995
6996 * language/japan-util.el (setup-japanese-environment-internal):
6997 Call use-cjk-char-width-table.
6998
6999 * language/japanese.el ("Japanese"): Set exit-function to
7000 use-default-char-width-table.
7001
7002 * international/characters.el: Delete occurrences of non-Unicode
7003 tibetan and ethiopic characters.
7004 (cjk-char-width-table): New variable.
7005 (use-cjk-char-width-table, use-default-char-width-table):
7006 New functions.
7007
7008 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
7009
7010 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
7011 (vc-status-mode-menu): Add a :filter.
7012 (vc-status-printer): Add faces.
7013
7014 * vc-hg.el (vc-hg-extra-status-menu): New function.
7015 (vc-hg-dir-status): Clean up the buffer before using it.
7016
7017 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
7018
7019 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
7020 (gdb): Initialize it here instead.
7021
7022 * files.el (locate-dominating-file): Fix thinko in last change.
7023 Reported by Bruce Stephens <bruce.stephens@isode.com>.
7024
7025 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
7026
7027 * vc.el (vc-status-mode-menu): New menu for vc-status.
7028
7029 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
7030
7031 * progmodes/verilog-mode.el (customize): Fix typo in error message.
7032 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
7033 (verilog-mode-auto, verilog-indent-level-module)
7034 (verilog-minimum-comment-distance, verilog-library-flags)
7035 (verilog-library-directories, verilog-library-files)
7036 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
7037 (verilog-xemacs-menu, verilog-set-compile-command)
7038 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
7039 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
7040 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
7041 (verilog-batch-inject-auto, verilog-batch-indent)
7042 (verilog-continued-line, verilog-type-keywords)
7043 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
7044 (verilog-read-inst-pins, verilog-read-arg-pins)
7045 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
7046 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
7047 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
7048 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
7049 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
7050 (verilog-mode-version, verilog-mode-release-date)
7051 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
7052 (verilog-simulator, verilog-compiler)
7053 (verilog-auto-sense-defines-constant, verilog-company)
7054 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
7055 Fix typos in docstrings.
7056 (verilog-set-auto-endcomments, verilog-calculate-indent)
7057 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
7058 Reflow docstrings.
7059 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
7060 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
7061 (electric-verilog-forward-sexp, verilog-in-case-region-p)
7062 (verilog-in-struct-region-p, verilog-in-generate-region-p)
7063 (verilog-leap-to-head, verilog-current-indent-level)
7064 (verilog-case-indent-level, verilog-cpp-keywords)
7065 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
7066 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
7067 (verilog-signals-not-in, verilog-symbol-detick-text)
7068 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
7069 (verilog-forward-close-paren, verilog-backward-open-paren)
7070 (verilog-backward-open-bracket): Doc fixes.
7071
7072 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
7073 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
7074 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
7075 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
7076 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
7077 Fix typos in docstrings.
7078
7079 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
7080
7081 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
7082
7083 * info.el (Info-read-node-name): Removed unused `default' arg.
7084
7085 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
7086
7087 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
7088
7089 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 * image-mode.el (image-get-display-property): New fun.
7092 (image-forward-hscroll, image-next-line, image-eol, image-eob)
7093 (image-mode, image-minor-mode, image-toggle-display-text)
7094 (image-toggle-display): Use it.
7095
7096 2008-02-18 Jason Rumney <jasonr@gnu.org>
7097
7098 * international/mule.el (xml-find-file-coding-system): Don't warn
7099 about utf-16 with BOM.
7100
7101 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
7102
7103 * international/mule.el (sgml-xml-auto-coding-function): Detect and
7104 warn if file encoding is not utf-8 and encoding not specified.
7105 (xml-find-file-coding-system): New function.
7106 * international/mule-conf.el (file-coding-system-alist): Use it.
7107
7108 2008-02-17 Glenn Morris <rgm@gnu.org>
7109
7110 * international/mule-cmds.el (set-locale-environment):
7111 Pass `frame' to getenv for LC_MESSAGES.
7112
7113 2008-02-17 Juri Linkov <juri@jurta.org>
7114
7115 * time.el (emacs-init-time): Use format instead of format-seconds.
7116
7117 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7118
7119 * textmodes/bibtex.el (bibtex-search-entry): Rename from
7120 bibtex-find-entry. Add autoload cookie.
7121 (bibtex-find-entry): Alias for bibtex-search-entry.
7122 (bibtex-search-crossref): Rename from bibtex-find-crossref.
7123 (bibtex-find-crossref): Alias for bibtex-search-crossref.
7124 (bibtex-clean-entry): atomic-change-group removed.
7125 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
7126 to locate buffer location where error occurred.
7127 Make error messages more specific.
7128 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
7129
7130 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
7131
7132 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
7133 top level.
7134
7135 * simple.el (transient-mark-mode): Add an :init-value.
7136
7137 * startup.el (command-line): Use custom-reevaluate-setting for
7138 transient-mark-mode.
7139
7140 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
7141
7142 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
7143
7144 2008-02-16 Juri Linkov <juri@jurta.org>
7145
7146 * startup.el (after-init-time): New variable.
7147 (command-line): Set `after-init-time' to the current time.
7148
7149 * time.el (emacs-init-time): New function.
7150
7151 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
7152
7153 * files.el (locate-dominating-file): Remove initial loop because it's
7154 not careful enough. Detect the uid-change all within the main loop.
7155
7156 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
7157
7158 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
7159
7160 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
7161
7162 * vc.el (vc-annotate): Add new argument.
7163 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
7164
7165 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
7166 Move make-variable-buffer-local code after the corresponding defvar.
7167 (hs-minor-mode-map): Define and initialize in one step.
7168 (hs-minor-mode): Change from defun to define-minor-mode.
7169
7170 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
7171
7172 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
7173 (gdb-ready): Move declaration...
7174
7175 * progmodes/gdb-ui.el (gdb-ready): ...to here.
7176 (gdb-early-user-input): New variable.
7177 (gdb): Reset gdb-flush-pending-output to nil and set
7178 comint-input-sender here (before gdb-prompt), instead of...
7179 (gdb-init-1): ...here.
7180 (gdb-send): If Emacs is not ready, defer user input to...
7181 (gdb-prompt): ...here.
7182
7183 2008-02-16 Glenn Morris <rgm@gnu.org>
7184
7185 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
7186
7187 * startup.el (emacs-startup-time): Rename to `before-init-time'.
7188 (before-init-time): New name for `emacs-startup-time'.
7189 (command-line): Use before-init-time rather than emacs-startup-time.
7190 * time.el (emacs-uptime): Use before-init-time rather than
7191 emacs-startup-time.
7192
7193 * composite.el (composition-function-table): Doc fix.
7194
7195 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
7196 in favor of `%z' specifier.
7197 (emacs-uptime): Move to time.el.
7198 * time.el (emacs-uptime): Move here from time-date.el. Add optional
7199 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
7200 argument of format-seconds.
7201
7202 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
7203
7204 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
7205
7206 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
7207
7208 * ielm.el (ielm-is-whitespace): Remove.
7209 (ielm-is-whitespace-or-comment): New function.
7210 (ielm-eval-input): Use it.
7211
7212 2008-02-15 Jason Rumney <jasonr@gnu.org>
7213
7214 * term/mac-win.el: Fix coding tag.
7215
7216 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
7217
7218 * vc-hooks.el (vc-menu-map):
7219 * bindings.el (mode-line-mode-menu): Add tooltips.
7220
7221 * bindings.el (help-echo): Add more tooltips. Use a less
7222 telegraphic style for existing tooltips.
7223
7224 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
7225
7226 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
7227 from the auto-generated one.
7228
7229 2008-02-14 Glenn Morris <rgm@gnu.org>
7230
7231 * mail/rmail-spam-filter.el (rmail-spam-filter):
7232 Let-bind message-spam-status.
7233
7234 * mail/smtpmail.el (password-cache-add): Declare as function.
7235
7236 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
7237
7238 * mail/smtpmail.el: Use password-cache.
7239
7240 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
7241
7242 * uniquify.el (uniquify-buffer-base-name): New function.
7243 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7244
7245 * desktop.el (uniquify-managed): Don't defvar.
7246 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
7247 `uniquify-managed'. Return also the buffer's base name.
7248 (desktop-save): When saving the buffer info, filter out the base name,
7249 and save it as buffer name if the buffer is managed by uniquify.
7250 (uniquify-item-base): Don't declare; not called anymore.
7251
7252 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
7253
7254 * vc.el (vc-annotate-find-revision-at-line): New function.
7255 (vc-annotate-mode-map): Bind it.
7256 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
7257 some entries.
7258
7259 2008-02-14 Glenn Morris <rgm@gnu.org>
7260
7261 * calendar/time-date.el (format-seconds): New function.
7262 (emacs-uptime): Use format-seconds.
7263
7264 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7265 Remove `LC_ALL=C', since it's included in $(emacs) now.
7266
7267 2008-02-14 Zhang Wei <id.brep@gmail.com>
7268
7269 * textmodes/org-publish.el (org-publish-timestamp-filename):
7270 Replace colon characters in filename too.
7271
7272 2008-02-13 Bastien Guerry <bzg@altern.org>
7273
7274 * mail/rmail.el (rmail-header-name): New face.
7275 (rmail-font-lock-keywords): Use rmail-header-name.
7276
7277 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
7278 against X-Spam-Status header field.
7279 (rmail-spam-filter): Also check X-Spam-Status header field.
7280
7281 2008-02-14 Mark A. Hershberger <mah@everybody.org>
7282
7283 * progmodes/flymake.el (flymake-allowed-file-name-masks):
7284 Add support for .pm files and .php files.
7285 (flymake-err-line-patterns): Add pattern for PHP errors.
7286 (flymake-php-init): New function. PHP support for flymake.
7287
7288 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7289 Add regular expression for PHP errors.
7290
7291 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
7292
7293 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
7294 This DTRT even on w32 machines.
7295 (ange-ftp-cf1): Quote FILENAME.
7296
7297 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
7298
7299 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
7300 (smerge-auto-combine): New fun.
7301
7302 2008-02-12 Juri Linkov <juri@jurta.org>
7303
7304 * startup.el (fancy-startup-screen, normal-splash-screen):
7305 Set default-directory to command-line-default-directory.
7306
7307 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
7308 after reading the desktop.
7309
7310 * progmodes/compile.el (compilation-auto-jump):
7311 Call compile-goto-error only when compilation-auto-jump-to-first-error
7312 is non-nil.
7313 (compilation-scroll-output): Replace :type 'boolean with a choice
7314 that has three options including a third option `first-error'.
7315 Doc fix.
7316 (compilation-start, compilation-forget-errors): Add an alternate
7317 condition comparing compilation-scroll-output with `first-error'
7318 in addition to compilation-auto-jump-to-first-error (to call
7319 compilation-auto-jump in the proper place).
7320
7321 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7322
7323 * international/mule.el (sgml-html-meta-auto-coding-function):
7324 Make sure the search limit is ahead.
7325
7326 * tar-mode.el: Fix broken indentation.
7327 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
7328 Use with-current-buffer.
7329
7330 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
7331
7332 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
7333 it is already automatically buffer-local.
7334
7335 2008-02-11 Drew Adams <drew.adams@oracle.com>
7336
7337 * help.el (describe-key): Join some split lines to facilitate filling.
7338 * help-fns.el (describe-function-1): Fill text of overlong lines.
7339
7340 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
7341
7342 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
7343 Use unibyte-string instead of string-make-unibyte.
7344
7345 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
7346
7347 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7348
7349 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
7350 works also for buffers w/o buffer-file-name. Update callers.
7351 (doc-view-clone-buffer-hook): New fun.
7352 (doc-view-mode): Use it for indirect clones. Mark the overlays with
7353 the `doc-view' property so they can be recognized.
7354
7355 * simple.el (clone-indirect-buffer-hook): New hook.
7356 (clone-indirect-buffer): Run it.
7357
7358 2008-02-11 Daiki Ueno <ueno@unixuser.org>
7359
7360 * epa.el (epa-menu-mode): Merge into epa-mode.
7361 (epa-menu-items): Rename the label "EasyPG Assistant" to
7362 "Encryption/Decryption".
7363
7364 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
7365 (epa-dired-mode-map): Rename from epa-dired-map.
7366 (epa-global-dired-mode): Rename the global minor mode.
7367
7368 2008-02-11 Drew Adams <drew.adams@oracle.com>
7369
7370 * isearch.el (isearch-fail): New face.
7371 (isearch-message): Highlight failure part of input.
7372
7373 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7374
7375 * ibuffer.el (ibuffer-header-line-format): New var.
7376 (ibuffer-mode): Set it instead of header-line-format.
7377 (ibuffer-update): Use it to set header-line-format.
7378
7379 * international/mule-cmds.el (ucs-insert): Inherit surrounding
7380 properties like self-insert-command.
7381
7382 2008-02-11 Drew Adams <drew.adams@oracle.com>
7383
7384 * progmodes/etags.el: Add many doc strings.
7385
7386 2008-02-11 Jason Rumney <jasonr@gnu.org>
7387
7388 * ldefs-boot.el: Regenerated.
7389
7390 2008-02-11 Glenn Morris <rgm@gnu.org>
7391
7392 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7393 Shorten some names.
7394
7395 * ffap.el (ffap-rfc-directories): Add :version.
7396
7397 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
7398
7399 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
7400 files, and backup files of same.
7401
7402 2008-02-11 Kevin Ryde <user42@zip.com.au>
7403
7404 * ffap.el (ffap-rfc-directories): New variable.
7405 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
7406
7407 * info.el (Info-next-reference, Info-prev-reference)
7408 (Info-try-follow-nearest-node): Move to and follow https:// links too.
7409
7410 * simple.el (completion-list-mode): Show full completion-list-mode-map
7411 in the docstring.
7412
7413 2008-02-11 Sam Steingold <sds@gnu.org>
7414
7415 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
7416
7417 2008-02-11 Glenn Morris <rgm@gnu.org>
7418
7419 * startup.el (emacs-startup-time): New variable.
7420 (command-line): Set emacs-startup-time.
7421
7422 * calendar/time-date.el (emacs-uptime): New function.
7423
7424 2008-02-10 Bastien Guerry <bzg@altern.org>
7425
7426 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
7427 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
7428 it is nil.
7429
7430 2008-02-10 Daiki Ueno <ueno@unixuser.org>
7431
7432 * epg-config.el: Expand the contents of epg-package-info.el.
7433 (epg-package-name): New constant.
7434 (epg-version-number): New constant.
7435 (epg-bug-report-address): New constant.
7436
7437 * epa-mail.el (epa-mail-mode): Add autoload cookie.
7438 (epa-global-mail-mode): New global minor mode.
7439
7440 * epa-file.el (epa-file-mode): New global minor mode.
7441
7442 * epa-dired.el (epa-dired-mode): New global minor mode.
7443
7444 * epa.el (epa-menu): New variable.
7445 (epa-menu-items): New variable.
7446 (epa-menu-mode): New global minor mode.
7447 (epa-global-minor-modes): New user option.
7448 (epa-mode): New global minor mode.
7449
7450 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
7451
7452 * net/dbus.el: Remove `no-byte-compile' cookie.
7453 (dbus-call-method, dbus-register-signal, dbus-debug)
7454 (dbus-registered-functions-table): Declare them with
7455 `declare-function' or `defvar', respectively.
7456 (top): Don't assert any longer. Require 'cl when compiling.
7457 Apply `ignore-errors' but `dbus-ignore-errors'.
7458
7459 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7460
7461 * diff-mode.el (diff-add-change-log-entries-other-window):
7462 Use add-change-log-entry.
7463
7464 2008-02-09 Jason Rumney <jasonr@gnu.org>
7465
7466 * button.el (button-map):
7467 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
7468 * ldefs-boot.el: Regenerate.
7469
7470 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
7471
7472 * epa.el (epa-faces, epa):
7473 * epa-file.el (epa-file):
7474 * epg-config.el (epg): Add :version.
7475
7476 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
7477
7478 * vc.el (vc-exec-after): Append CODE to previous fragments.
7479 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
7480 take MESSAGES instead of VERBOSE; use it when non-nil.
7481 (vc-diff-internal): Compute messages once; use them;
7482 update call to vc-diff-finish.
7483
7484 2008-02-09 Michael Olson <mwolson@gnu.org>
7485
7486 * net/tramp.el (tramp-process-sentinel): Avoid error when process
7487 buffer has been killed, such as by
7488 `tramp-cleanup-all-connections'.
7489
7490 2008-02-09 Miles Bader <miles@gnu.org>
7491
7492 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
7493
7494 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
7495
7496 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
7497 splitter in context hunks.
7498
7499 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
7500
7501 * international/fontset.el (setup-default-fontset): Fix arabic otf
7502 font specification.
7503
7504 2008-02-08 Daiki Ueno <ueno@unixuser.org>
7505
7506 * epa-dired.el:
7507 * epa-file.el:
7508 * epa-mail.el:
7509 * epa-setup.el:
7510 * epa.el:
7511 * epg-config.el:
7512 * epg-package-info.el:
7513 * epg.el: Initial check-in of EasyPG.
7514
7515 2008-02-08 Glenn Morris <rgm@gnu.org>
7516
7517 * woman.el (woman-locale): New defcustom.
7518 (woman-expand-locale, woman-manpath-add-locales): New functions.
7519 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
7520
7521 * international/mule-cmds.el (locale-translate): New function,
7522 with old code extracted from set-locale-environment.
7523 (set-locale-environment): Use locale-translate. Set woman-locale.
7524
7525 * cus-start.el (selection-coding-system): Remove, since it's now
7526 defined in select.el rather than in xselect.c.
7527 * select.el (selection-coding-system): Make it a defcustom, and
7528 add the properties from cus-start.el. Bump :version.
7529
7530 * custom.el (custom-theme-set-variables): Sort symbols that are
7531 dependencies before symbols that depend on them.
7532 (custom-enabled-themes): Set after custom-theme-directory.
7533
7534 * pcmpl-unix.el (top-level): Move provide statement to end.
7535 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
7536 `*' from doc-string. Allow to be nil.
7537 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
7538 Allow to be nil. Add :version.
7539 (pcmpl-ssh-hosts): Move definition before use. Handle lines
7540 without hostnames, and multiple hostnames per line.
7541
7542 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
7543
7544 2008-02-08 Phil Hagelberg <phil@evri.com>
7545
7546 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
7547 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
7548
7549 2008-02-07 Timo Savola <timo.savola@iki.fi>
7550
7551 * startup.el (command-line-x-option-alist): Add --parent-id.
7552
7553 * term/x-win.el (x-handle-parent-id): New function.
7554
7555 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
7556
7557 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
7558 "Font Menu".
7559
7560 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
7561
7562 * net/dbus.el (dbus-interface-peer): New defconst.
7563 (dbus-ping): New defun.
7564
7565 2008-02-06 Sam Steingold <sds@gnu.org>
7566
7567 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
7568
7569 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
7570
7571 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
7572 Just return nil and let the C code provide a fallback.
7573
7574 2008-02-05 Glenn Morris <rgm@gnu.org>
7575
7576 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
7577 tramp-flush-connection-property for removed 2nd argument.
7578
7579 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7580
7581 * diff-mode.el (diff-add-change-log-entries-other-window):
7582 Rename from diff-create-changelog. Change users.
7583 Minor change to hopefully work with plain diffs.
7584 (diff-mode-map): Add binding for it.
7585
7586 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
7587
7588 * diff-mode.el: Add new TODO entry.
7589 (diff-create-changelog): New function.
7590 (diff-mode-menu): Bind it.
7591
7592 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
7593
7594 * international/mule-diag.el (print-fontset-element): Handle the
7595 case of inhibiting the fallback fonts.
7596
7597 2008-02-04 Kim F. Storm <storm@cua.dk>
7598
7599 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7600 (ido-magic-delete-char): Use prefix arg.
7601
7602 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
7603
7604 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
7605 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
7606 of today, the most recent libpng is 1.2.24).
7607
7608 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
7609
7610 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
7611
7612 * net/dbus.el (top): Check (featurep 'dbusbind).
7613
7614 * net/tramp.el (tramp-process-sentinel): New defun.
7615 (tramp-do-copy-or-rename-file-out-of-band)
7616 (tramp-maybe-open-connection): Use it as process sentinel.
7617 (tramp-handle-delete-directory): Don't use the "-f" option; it
7618 isn't portable.
7619 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
7620 after the command.
7621 (tramp-handle-shell-command): Set `mode-line-process' in the
7622 asynchronous case.
7623
7624 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
7625
7626 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
7627 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7628 Use `tramp-process-sentinel' as process sentinel.
7629
7630 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
7631
7632 * whitespace.el (global-whitespace-mode): Revert last change.
7633 (whitespace-unload-function): Force `global-whitespace-mode'
7634 to deactivate local modes in a slightly less intrusive way.
7635
7636 2008-02-02 Eli Zaretskii <eliz@gnu.org>
7637
7638 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
7639
7640 2008-02-02 Glenn Morris <rgm@gnu.org>
7641
7642 * international/latin1-disp.el (latin1-display):
7643 * progmodes/fortran.el (fortran-comment-indent-char):
7644 * progmodes/idlw-shell.el (top-level):
7645 * term/mac-win.el (mac-keyboard-translate-char):
7646 * whitespace.el (whitespace-char-valid-p):
7647 * wid-edit.el (widget-key-sequence-read-event):
7648 Use characterp rather than char-valid-p.
7649
7650 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
7651 to capitalized-find-word-boundary. Doc fix. Update callers.
7652 (capitalized-next-word-boundary-function-table): Rename to
7653 capitalized-find-word-boundary-function-table. Doc fix. Update users.
7654
7655 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
7656 string-to-int.
7657
7658 * ps-def.el (declare-function): Add compatibility definition.
7659 (ps-plot-with-face, ps-plot-string): Declare as functions.
7660 (ps-bold-faces, ps-italic-faces): Declare variables.
7661
7662 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
7663 (ps-mule-end-job): Declare as functions.
7664
7665 * wid-edit.el (widget-string-complete): Use assoc-string rather
7666 than assoc-ignore-case.
7667
7668 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
7669
7670 * progmodes/etags.el (next-file): Improve revert message.
7671
7672 2008-02-01 Andreas Schwab <schwab@suse.de>
7673
7674 * loadup.el: Load language/burmese instead of language/myanmar.
7675
7676 2008-02-01 Richard Stallman <rms@gnu.org>
7677
7678 * language/burmese.el: Rename from myanmar.el.
7679 ("Burmese"): Rename from "Myanmar".
7680
7681 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7682
7683 * international/fontset.el (script-representative-chars): Add cham
7684 and tai-viet.
7685 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
7686 Add fontconfig spec for cjk-misc. Explicitly specify font font
7687 for U+E000..U+F8FF.
7688
7689 * international/characters.el (script-list): Add cham.
7690
7691 * language/cham.el: New file.
7692
7693 2008-02-01 Mark A. Hershberger <mah@everybody.org>
7694
7695 * xml.el (xml-escape-string): Don't do any encoding changes on the
7696 string.
7697
7698 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7699
7700 * language/ind-util.el (in-is13194-post-read-conversion):
7701 Delete unnecessary call of indian-compose-region.
7702
7703 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7704
7705 * ps-print.el: Some face attributes (like :strike-through) were not
7706 being recognised. Reported by Leo <sdl.web@gmail.com>.
7707 (ps-print-version): New version 7.3.2.
7708 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
7709 ps-face-overline-p and ps-face-box-p functions.
7710
7711 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
7712 New functions.
7713
7714 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7715
7716 * international/fontset.el (font-encoding-alist): Add an entry for
7717 iso8859-16.
7718 (setup-default-fontset): Add iso8859-16 to latin.
7719
7720 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
7721 hexadigit string.
7722 (describe-char): Adjust for the above change.
7723
7724 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7725
7726 * international/fontset.el (font-encoding-alist): Don't set the
7727 repertory of GB18030 fonts.
7728
7729 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7730
7731 * language/indian.el: Set font-shape-text for all Indic characters
7732 in composition-function-table.
7733
7734 * language/khmer.el: New file.
7735
7736 * language/myanmar.el: New file.
7737
7738 * loadup.el: Load "language/khmer" and "language/myanmar".
7739
7740 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7741
7742 * international/fontset.el (setup-default-fontset): Fix lao OTF
7743 script name.
7744
7745 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7746
7747 * composite.el (terminal-composition-modification): Delete it.
7748
7749 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7750
7751 * international/fontset.el (x-complement-fontset-spec):
7752 Complement size too.
7753
7754 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7755
7756 * international/fontset.el (font-encoding-charset-alist):
7757 Initialize it.
7758 (otf-script-alist): Fix typo of canadian-aboriginal.
7759 (setup-default-fontset): Specify font-specs for many more scripts.
7760 (x-complement-fontset-spec): Change the first argument to a
7761 font-spec object.
7762 (create-fontset-from-fontset-spec): Adjust for the above change.
7763
7764 2008-02-01 Kenichi Handa <handa@m17n.org>
7765
7766 * language/devanagari.el: Register font-shape-text in
7767 composition-function-table.
7768
7769 * language/tibetan.el: Register font-shape-text in
7770 composition-function-table.
7771
7772 * language/thai-util.el (thai-composition-function): Fix arguments.
7773
7774 * language/tamil.el: Register font-shape-text in
7775 composition-function-table.
7776
7777 * language/malayalam.el: Register font-shape-text in
7778 composition-function-table.
7779
7780 * language/lao.el: Register font-shape-text in
7781 composition-function-table.
7782
7783 * language/kannada.el: Register font-shape-text in
7784 composition-function-table.
7785
7786 * language/european.el (diacritic-composition-function): Fix arguments.
7787
7788 * language/ethio-util.el (ethio-composition-function): Fix arguments.
7789
7790 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
7791
7792 * composite.el (composition-function-table): Fix docstring.
7793 (terminal-composition-function): Fix arguments.
7794 (auto-compose-current-font): Delete it.
7795 (auto-compose-chars): Adjust for the change of
7796 composition-function-table.
7797
7798 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7799
7800 * international/fontset.el (font-encoding-alist): Add the entry of
7801 "unicode-bmp".
7802
7803 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7804
7805 * composite.el (auto-compose-chars): Be sure to calculate
7806 composition at least at POS.
7807
7808 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7809
7810 * printing.el: Fix pr-interface-map initialization code.
7811 (pr-version): New version 6.9.3.
7812 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
7813 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
7814 (pr-f-read-string): Replace by pr-read-string.
7815 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
7816 New function name.
7817 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
7818
7819 2008-02-01 Kenichi Handa <handa@m17n.org>
7820
7821 * language/tv-util.el (tai-viet-re): Include '-'.
7822 (tai-viet-glyph-info): Handle '-'.
7823
7824 2008-02-01 Kenichi Handa <handa@m17n.org>
7825
7826 * descr-text.el (describe-char): Handle a composition of the new
7827 format. Show font name.
7828
7829 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7830
7831 * language/tibet-util.el (tibetan-composition-function): Use
7832 font-shape-text if auto-compose-current-font is non-nil.
7833
7834 * language/tibetan.el: Fix the range for recording
7835 tibetan-composition-function in composition-function-table.
7836
7837 * language/mlm-util.el (malayalam-composition-function): Use
7838 font-shape-text if auto-compose-current-font is non-nil.
7839
7840 * international/mule-conf.el: Flag many charsets as supplementary.
7841
7842 * international/mule.el (define-charset): Update the docstring for
7843 :supplementary-p.
7844
7845 * international/fontset.el (setup-default-fontset): Add OpenType
7846 fonts for malayalam and tibetan.
7847
7848 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7849
7850 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
7851
7852 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7853
7854 * international/fontset.el (otf-script-alist): Make all otf tags
7855 4-letters.
7856 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
7857
7858 * language/tml-util.el (tamil-composition-function): Use
7859 font-shape-text if auto-compose-current-font is non-nil.
7860
7861 * language/devan-util.el (devanagari-composition-function): Use
7862 font-shape-text if auto-compose-current-font is non-nil.
7863
7864 * composite.el (auto-compose-chars): Change argument font-object
7865 to window.
7866
7867 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7868
7869 * ps-print.el (ps-lpr-switches): Docstring fix.
7870 (ps-string-list): New function.
7871 (ps-do-despool): Code fix.
7872
7873 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7874
7875 * international/utf-7.el (utf-7-imap-post-read-conversion)
7876 (utf-7-imap-pre-write-conversion): New functions.
7877
7878 * international/mule-conf.el (utf-7-imap): New coding system.
7879
7880 2008-02-01 Kenichi Handa <handa@m17n.org>
7881
7882 * term/x-win.el (x-selection-value): If x-select-request-type is
7883 nil, try also STRING at last.
7884 (x-select-request-type): Doc fix for the change of x-selection-value.
7885
7886 * select.el (selection-coding-system, next-selection-coding-system):
7887 Move declarations from xselect.c.
7888 (x-get-selection): Decode by selection-coding-system if it is non-nil.
7889 If it is nil, decode by a proper coding system. Handle C_STRING.
7890 (ccl-check-utf-8, string-utf-8-p): Delete them.
7891 (xselect-convert-to-string): Fix determining data-type in the case
7892 that TEXT is requested. Don't use selection-coding-system if it's
7893 not proper for the data-type.
7894
7895 2008-02-01 Kenichi Handa <handa@m17n.org>
7896
7897 * term/x-win.el (x-selection-value): If x-select-request-type is
7898 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
7899
7900 2008-02-01 Jason Rumney <jasonr@gnu.org>
7901
7902 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
7903 to signify default fontset.
7904
7905 2008-02-01 Kenichi Handa <handa@m17n.org>
7906
7907 * international/mule-cmds.el (describe-language-environment):
7908 Check if the specified input method exists or not.
7909
7910 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7911
7912 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
7913 (ps-face-background-name): Remove this function. It's already defined
7914 in ps-def.el file.
7915
7916 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7917
7918 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
7919 Epoch emacsen.
7920
7921 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7922
7923 * ps-print.el: Now detect if text foreground and background colors are
7924 equals and replace the foreground color by another color, so the text
7925 becomes visible. Doc fix.
7926 (ps-print-version): New version 7.3.
7927 (ps-default-fg, ps-default-bg): Docstring fix.
7928 (ps-fg-list, ps-fg-validate-p): New options.
7929 (ps-foreground-list): New variable.
7930 (ps-generate-header-line): Replace fboundp by functionp.
7931 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
7932
7933 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7934
7935 * printing.el: Pacify byte compiler, that is, no compiler warnings.
7936 Move (again) some variable definitions before use, define some
7937 function aliases, no code change.
7938 (pr-version): New version 6.9.2.
7939 (pr-path-style, pr-auto-region, pr-menu-char-height)
7940 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
7941 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
7942 via (defvar VAR).
7943 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
7944 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
7945 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
7946 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
7947 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
7948 (pr-menu-print-item, pr-ps-printer-menu-modified)
7949 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
7950 (pr-even-or-odd-alist): Move variable definitions.
7951
7952 2008-02-01 Kenichi Handa <handa@m17n.org>
7953
7954 * language/chinese.el (cp936): Delete duplicated alias.
7955
7956 * international/mule-diag.el (list-block-of-chars): Don't insert
7957 non-Unicode characters.
7958
7959 2008-02-01 Jason Rumney <jasonr@gnu.org>
7960
7961 * loadup.el [windows-nt]: Don't load code-pages and ccl.
7962 * term/w32-win.el: Don't require code-pages.
7963
7964 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7965
7966 Fix up multi-tty merge.
7967
7968 * version.el (emacs-version): Bump to 23.0.60.
7969
7970 * term/x-win.el (x-initialize-window-system): Don't try to create
7971 a fontset from a font-specification anymore. This was removed on the
7972 unicode branch and mistakenly re-added by the multi-tty merge.
7973
7974 * term/w32-win.el: Remove duplicate code that's now in
7975 w32-initialize-window-system.
7976 (w32-initialize-window-system): Don't try to create a fontset from
7977 a font-specification anymore. This was removed on the unicode branch
7978 and mistakenly re-added by the multi-tty merge.
7979
7980 * term/mac-win.el: Remove duplicate top-level code.
7981
7982 * language/ethio-util.el:
7983 * international/characters.el: Use utf-8 rather than utf-8-emacs
7984 since it works as well and has the advantage of working with
7985 non-unicode versions of Emacs.
7986
7987 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
7988 multi-tty code, which includes the previous local change.
7989
7990 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7991
7992 * ps-print.el (ps-print-version): New version 7.2.5.
7993 (ps-background, ps-begin-file, ps-build-reference-face-lists):
7994 Use `mapc' rather than `mapcar'.
7995
7996 2008-02-01 Kenichi Handa <handa@m17n.org>
7997
7998 * skeleton.el (skeleton-internal-1): Use integerp and stringp
7999 instead of char-or-string-p to catch -1.
8000
8001 2008-02-01 Kenichi Handa <handa@m17n.org>
8002
8003 * international/mule-cmds.el (inactivate-input-method):
8004 Set input-method-function to nil before calling
8005 inactivate-current-input-method-function.
8006
8007 2008-02-01 Kenichi Handa <handa@m17n.org>
8008
8009 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
8010 height that doesn't exceed the requested height by rounding off.
8011
8012 2008-02-01 Andreas Schwab <schwab@suse.de>
8013
8014 * international/mule-diag.el (print-fontset-element):
8015 Use fontp only if defined.
8016
8017 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8018
8019 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
8020 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
8021 (ps-mule-prologue-generated): Code fix.
8022
8023 2008-02-01 Kenichi Handa <handa@m17n.org>
8024
8025 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
8026 with FIXEDCASE t.
8027
8028 2008-02-01 Kenichi Handa <handa@m17n.org>
8029
8030 * international/mule-diag.el (print-fontset-element): Fix for the
8031 format change of a fontset element for font-backend feature.
8032
8033 2008-02-01 Kenichi Handa <handa@m17n.org>
8034
8035 * descr-text.el (describe-char): Fix for the case that a component
8036 character is TAB.
8037
8038 2008-02-01 Kenichi Handa <handa@m17n.org>
8039
8040 * international/mule-cmds.el (select-safe-coding-system-interactively):
8041 Fix printing of rejected and unsafe coding-systems.
8042
8043 * international/fontset.el (setup-default-fontset): Add tai-viet.
8044
8045 * international/characters.el: Setup syntax/category table for Tai Viet.
8046 (script-list): Add tai-viet.
8047
8048 * loadup.el: Load "language/tai-viet".
8049
8050 * language/tai-viet.el: New file.
8051
8052 * language/tv-util.el: New file.
8053
8054 2008-02-01 Jason Rumney <jasonr@gnu.org>
8055
8056 * faces.el (font-weight-table): Use defaults on w32 that match
8057 LOGFONT.lfWeight.
8058
8059 * term/w32-win.el: Don't create fontset from command-line font.
8060
8061 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
8062
8063 * international/mule-cmds.el (toggle-enable-multibyte-characters)
8064 (sort-coding-systems, search-unencodable-char): Doc fixes.
8065 (default-input-method, input-method-verbose-flag)
8066 (input-method-highlight-flag): Remove * in defcustom's docstrings.
8067 (exit-language-environment-hook, set-default-coding-systems)
8068 (coding-system-change-eol-conversion, prefer-coding-system)
8069 (find-multibyte-characters, leim-list-entry-regexp)
8070 (set-input-method, input-method-exit-on-first-char, princ-list)
8071 (locale-language-names, locale-charset-language-names)
8072 (define-char-code-property): Fix typos in docstrings.
8073
8074 2008-02-01 Kenichi Handa <handa@m17n.org>
8075
8076 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
8077 Fix for a new character code space (22-bit).
8078
8079 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
8080
8081 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
8082
8083 2008-02-01 Kenichi Handa <handa@m17n.org>
8084
8085 * international/characters.el: Add more cases/syntaxes from Latin
8086 characters.
8087
8088 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8089
8090 * ps-def.el (installation-directory): Must be initialized when defining
8091 it in XEmacs.
8092 (coding-system-for-read): Eliminate duplicated definition.
8093
8094 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8095
8096 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
8097
8098 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8099
8100 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
8101 (ps-print-emacs-type): Eliminate variable.
8102 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
8103 running ps-print package.
8104
8105 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
8106 (ps-frame-parameter): Replace defun by defalias.
8107 (mark-active): Eliminate defvar.
8108
8109 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
8110 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
8111 (ps-jts-ps-setup): Replace macros by vector key definition.
8112
8113 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8114
8115 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
8116 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
8117 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
8118 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
8119 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
8120 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
8121 New command actions for EPS header and EPS footer.
8122
8123 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
8124 footer. Fix some problems with one-or-more, zero-or-more and
8125 alternative constructions generation. Some implementation of log
8126 messages. Doc fix.
8127 (ebnf-version): New version 4.4.
8128 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
8129 (ebnf-eps-footer, ebnf-log): New options.
8130 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
8131 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
8132 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
8133 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
8134 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
8135 (ebnf-style-custom-list, ebnf-style-database): Put new values.
8136 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
8137 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
8138 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
8139 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
8140 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
8141 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
8142 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
8143 (ebnf-non-terminal-dimension, ebnf-special-dimension)
8144 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
8145 (ebnf-except-dimension, ebnf-alternative-dimension)
8146 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
8147 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
8148 Insert log message function.
8149 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
8150 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
8151 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
8152 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
8153 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
8154 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
8155 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
8156 compatibility with Emacs 20 & 21.
8157 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
8158 (ebnf-eps-file-alist, ebnf-basic-width-extra)
8159 (ebnf-basic-empty-height): New variables.
8160 (ebnf-prologue): Fix PostScript code.
8161 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
8162 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
8163 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
8164 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
8165
8166 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8167
8168 * printing.el: Group together all XEmacs/Emacs definitions.
8169 (pr-version): New version 6.9.
8170 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
8171 New functions.
8172 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
8173 (pr-menu-bind): Fix code.
8174 (pr-e-frame-char-height, pr-e-frame-char-width)
8175 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
8176 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
8177 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
8178 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
8179 (pr-x-event-y-pixel): Eliminate aliases.
8180 (pr-xemacs-global-menubar): Move macro.
8181 (current-menubar, current-mouse-event, zmacs-region-stays)
8182 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
8183 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
8184 Move variables.
8185 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
8186 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
8187 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
8188 (pr-menu-set-utility-title, pr-even-or-odd-pages)
8189 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
8190 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
8191 Move functions.
8192
8193 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8194
8195 * ps-print.el: The ps-print commands without face printing should not
8196 print background color. Reported by Leo <sdl.web@gmail.com>.
8197 (ps-print-version): New version 7.2.2.
8198 (ps-begin-job): New arg. Fix ps-default-background and
8199 ps-default-foreground initialization.
8200 (ps-face-attributes): Fix doc string.
8201 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
8202
8203 * printing.el: Fix ps-print link.
8204
8205 2008-02-01 Kenichi Handa <handa@m17n.org>
8206
8207 * international/mule-diag.el (list-character-sets-2): Don't print width.
8208
8209 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8210
8211 * ps-print.ps: Fix background height.
8212 (ps-print-version): New version 7.2.1.
8213
8214 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8215
8216 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
8217 into separate files.
8218 (ps-print-version): New version 7.2.
8219 (ps-postscript-code-directory): Fix XEmacs initialization.
8220 (ps-generate-postscript-with-faces):
8221 Call ps-generate-postscript-with-faces1 (new function).
8222 (ps-color-format, ps-float-format): Move variables to ps-def.el.
8223 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
8224 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
8225 (ps-face-background-name, ps-frame-parameter, ps-color-device)
8226 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
8227 Move functions to ps-def.el.
8228 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
8229 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
8230 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
8231 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
8232 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
8233 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
8234 Move functions to ps-samp.el.
8235
8236 * ps-bdf.el (installation-directory, coding-system-for-read):
8237 Move variables to ps-def.el.
8238
8239 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
8240 (charset-bytes, charset-dimension, charset-id, charset-width)
8241 (find-charset-region, char-width, chars-in-region, forward-point)
8242 (decompose-composite-char, encode-coding-string, coding-system-p)
8243 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
8244 (string-make-multibyte, encode-char): Move functions to ps-def.el.
8245
8246 * ps-def.el: New file. XEmacs/Emacs definitions.
8247 (ps-generate-postscript-with-faces1): New function.
8248 (ps-color-format, ps-float-format): Move variables from ps-print.el.
8249 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
8250 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
8251 (ps-face-background-name, ps-frame-parameter, ps-color-device)
8252 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
8253 Move functions from ps-print.el.
8254 (installation-directory, coding-system-for-read):
8255 Move variables from ps-bdf.el.
8256 (leading-code-private-22): Move variable from ps-mule.el.
8257 (charset-bytes, charset-dimension, charset-id, charset-width)
8258 (find-charset-region, char-width, chars-in-region, forward-point)
8259 (decompose-composite-char, encode-coding-string, coding-system-p)
8260 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
8261 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
8262
8263 * ps-samp.el: New file. Sample setup code.
8264 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
8265 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
8266 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
8267 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
8268 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
8269 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
8270 Move functions from ps-print.el.
8271
8272 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8273
8274 * ps-print.el: Handle frame parameters (background and/or foreground
8275 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
8276 (ps-print-version): New version 7.1.
8277 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
8278 (ps-frame-parameter): New function.
8279 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
8280 Fix doc and customization.
8281 (ps-begin-job): Get frame parameters (background and/or foreground
8282 colors).
8283 (ps-do-despool): Ensure ps-printer-name has a valid value.
8284
8285 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8286
8287 * progmodes/ebnf-abn.el:
8288 * progmodes/ebnf-bnf.el:
8289 * progmodes/ebnf-dtd.el:
8290 * progmodes/ebnf-ebx.el:
8291 * progmodes/ebnf-iso.el:
8292 * progmodes/ebnf-otz.el:
8293 * progmodes/ebnf-yac.el:
8294 * progmodes/ebnf2ps.el:
8295 * delim-col.el:
8296 * printing.el:
8297 * ps-bdf.el:
8298 * ps-mule.el:
8299 * ps-print.el: Remove 'Time-stamp' comment mark.
8300
8301 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
8302 'easy-menu-add-item' when called in Emacs 21 or higher.
8303
8304 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8305
8306 * ps-print.el : Fix doc.
8307 (ps-print-version): New version 7.0.
8308
8309 2008-02-01 Kenichi Handa <handa@m17n.org>
8310
8311 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
8312 XMODIFIERS.
8313
8314 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8315
8316 * ps-print.el: Fix maintainer email. Eliminate function declaration
8317 that kept compatibility with older Emacs version.
8318 (ps-print-version): New version 6.7.
8319
8320 2008-02-01 Kenichi Handa <handa@m17n.org>
8321
8322 * international/quail.el (quail-get-translations):
8323 Make quail-current-key multibyte if not yet done.
8324
8325 2008-02-01 Zhang Wei <id.brep@gmail.com>
8326
8327 * language/chinese.el ("Chinese-GBK"): Add tutorial.
8328 ("Chinese-GB18030"): Add sample-text and tutorial.
8329
8330 * international/fontset.el (font-encoding-alist)
8331 (setup-default-fontset): Add gb18030.
8332 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
8333 (charset-script-alist): Add gbk and gb18030.
8334
8335 * international/characters.el: Put property
8336 preferred-coding-system on gbk and gb18030.
8337
8338 * international/mule-cmds.el (locale-language-names): Add an entry
8339 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
8340
8341 * faces.el (face-font-registry-alternatives): Add gb18030.
8342
8343 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8344
8345 * ps-mule.el: Fix maintainer email.
8346
8347 2008-02-01 Kenichi Handa <handa@m17n.org>
8348
8349 * international/quail.el (quail-insert-kbd-layout): Check the
8350 length of (cdr translation).
8351 (quail-get-current-str): Check the length of (cdr def).
8352
8353 2008-02-01 Kenichi Handa <handa@m17n.org>
8354
8355 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
8356
8357 2008-02-01 Kenichi Handa <handa@m17n.org>
8358
8359 * international/mule-cmds.el (ucs-insert): Re-implement.
8360
8361 2008-02-01 Kenichi Handa <handa@m17n.org>
8362
8363 * composite.el (terminal-composition-modification): New function.
8364 (terminal-composition-function): Create composition with the above
8365 modification function.
8366
8367 2008-02-01 Zhang Wei <id.brep@gmail.com>
8368
8369 * international/characters.el: Add more full-width characters in
8370 char-width-table.
8371
8372 2008-02-01 Kenichi Handa <handa@m17n.org>
8373
8374 * international/fontset.el (create-fontset-from-fontset-spec):
8375 Fix script name handling.
8376
8377 2008-02-01 Kenichi Handa <handa@m17n.org>
8378
8379 * composite.el (terminal-composition-function): New function.
8380 (terminal-composition-function-table): New variable.
8381 (auto-compose-chars): If running on a terminal, use
8382 terminal-composition-function-table.
8383
8384 * loadup.el: Load "composite" after "international/characters".
8385
8386 * international/characters.el: Delete codes for setting up charset
8387 property nospace-between-words. Fix setting up of
8388 char-width-table. Don't make ethiopic and tibetan double column.
8389
8390 * textmodes/fill.el (fill-find-break-point-function-table):
8391 Don't set it up in defvar.
8392 (fill-nospace-between-words-table): New variable.
8393 (fill-delete-newlines): Check fill-nospace-between-words-table
8394 instead of charset property nospcae-between-words.
8395
8396 2008-02-01 Kenichi Handa <handa@m17n.org>
8397
8398 * composite.el (global-auto-composition-mode): Make the initial
8399 value not depend on emacs-basic-display.
8400
8401 * textmodes/fill.el: Don't use charset property
8402 `fill-find-break-point-function'.
8403 (fill-find-break-point-function-table): New variable.
8404 (fill-find-break-point): Lookup fill-find-break-point-function-table.
8405
8406 2008-02-01 Kenichi Handa <handa@m17n.org>
8407
8408 * international/mule.el (coding-system-list): Be sure to exclude
8409 subsidiary coding systems.
8410
8411 2008-02-01 Kenichi Handa <handa@m17n.org>
8412
8413 * composite.el (auto-composition-after-change)
8414 (toggle-auto-composition): Remove `auto-composed' property instead
8415 of setting it to nil.
8416
8417 2008-02-01 Kenichi Handa <handa@m17n.org>
8418
8419 * language/misc-lang.el (iso-8859-6): New coding system.
8420
8421 2008-02-01 Kenichi Handa <handa@m17n.org>
8422
8423 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
8424 replace-regexp-in-string as replacement.
8425
8426 2008-02-01 Kenichi Handa <handa@m17n.org>
8427
8428 * international/fontset.el (otf-script-alist): Add byzm, math,
8429 musc, and nko.
8430
8431 * international/characters.el (script-list): Add nko,
8432 byzantine-musical-symbol, musical-symbol, and mathematical.
8433
8434 2008-02-01 Kenichi Handa <handa@m17n.org>
8435
8436 * composite.el (auto-compose-current-font): New variable.
8437 (auto-compose-chars): New arg FONT-OBJECT.
8438
8439 2008-02-01 Kenichi Handa <handa@m17n.org>
8440
8441 * international/characters.el: Modify category-table and
8442 script-table for new Ethiopic character range.
8443
8444 2008-02-01 Kenichi Handa <handa@m17n.org>
8445
8446 * international/mule-cmds.el (set-language-environment-fontset):
8447 Delete it.
8448
8449 2008-02-01 Kenichi Handa <handa@m17n.org>
8450
8451 * international/fontset.el (otf-script-alist): Set it.
8452
8453 2008-02-01 Kenichi Handa <handa@m17n.org>
8454
8455 * international/fontset.el (font-encoding-alist):
8456 Fix for "ethiopic-unicode".
8457
8458 2008-02-01 Kenichi Handa <handa@m17n.org>
8459
8460 * international/fontset.el (script-representative-chars):
8461 Add an entry for latin script.
8462
8463 2008-02-01 Kenichi Handa <handa@m17n.org>
8464
8465 * faces.el (font-weight-table): Treat regular and normal as the
8466 same as medium.
8467 (font-slant-table): Add (roman . 100).
8468
8469 2008-02-01 Kenichi Handa <handa@m17n.org>
8470
8471 These changes are for the new font handling codes.
8472
8473 * faces.el (font-weight-table, font-slant-table)
8474 (font-swidth-table): New customizable variables.
8475
8476 * international/fontset.el (font-encoding-alist): Add koi8-4.
8477 (script-representative-chars): Set the default value.
8478 (create-fontset-from-x-resource): Delete `message'.
8479
8480 2008-02-01 Kenichi Handa <handa@m17n.org>
8481
8482 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
8483 Call set-buffer-multibyte with arg `to'.
8484
8485 2008-02-01 Kenichi Handa <handa@m17n.org>
8486
8487 * info.el (Info-fontify-node): Check if already fontified or not
8488 by next-single-property-change.
8489
8490 2008-02-01 Kenichi Handa <handa@m17n.org>
8491
8492 * international/mule.el (ctext-pre-write-conversion): Produce
8493 extra designation sequence for ASCII at the end off extended segment.
8494
8495 2008-02-01 Kenichi Handa <handa@m17n.org>
8496
8497 * international/mule.el (ctext-non-standard-encodings-table):
8498 Reverse the returning list.
8499 (ctext-pre-write-conversion): Fix encoding with extended segments.
8500
8501 * international/mule-conf.el (compound-text)
8502 (compound-text-with-extensions): Add long-form in :flags.
8503
8504 2008-02-01 Kenichi Handa <handa@m17n.org>
8505
8506 * international/fontset.el (create-fontset-from-fontset-spec): Fix
8507 regexp for paring FONTSET-SPEC (allow spaces after `:').
8508
8509 2008-02-01 Kenichi Handa <handa@m17n.org>
8510
8511 * international/fontset.el (create-fontset-from-fontset-spec): Fix
8512 for the case that a charset is specified as target.
8513
8514 2008-02-01 Kenichi Handa <handa@m17n.org>
8515
8516 * international/ccl.el (ccl-embed-string): Check string length.
8517 Set special flag for multibyte character sequence.
8518 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
8519 str unibyte.
8520 (ccl-compile-write): If the character code doesn't fit in 22-bit
8521 (ccl-dump-write-const-string): Check special flag for multibyte
8522 character sequence.
8523
8524 2008-02-01 Kenichi Handa <handa@m17n.org>
8525
8526 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
8527 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
8528 ps-mule-eight-bit-char.
8529
8530 2008-02-01 Kenichi Handa <handa@m17n.org>
8531
8532 * language/chinese.el ("Chinese-BIG5"):
8533 Set ctext-non-standard-encodings property to "big5-0".
8534
8535 * international/mule.el (ctext-non-standard-encodings):
8536 Initialize to nil.
8537 (ctext-non-standard-encodings-alist): Set charset `big5' in the
8538 entry for "big5-0".
8539 (ctext-non-standard-encodings-table): Return a list instead of
8540 char-table.
8541 (ctext-pre-write-conversion): Adjust for the above change.
8542
8543 2008-02-01 Zhang Wei <id.brep@gmail.com>
8544
8545 * international/mule.el (ctext-non-standard-encodings-alist):
8546 Add an entry for gbk-0.
8547 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
8548 a row 8-bit.
8549
8550 * language/chinese.el ("Chinese-GBK"):
8551 Set ctext-non-standard-encodings property to "gbk-0".
8552 Add sample-text property.
8553
8554 2008-02-01 Kenichi Handa <handa@m17n.org>
8555
8556 * international/kkc.el (kkc-region): Use
8557 this-single-command-raw-keys on pushing back an unhandled key sequence.
8558
8559 2008-02-01 Kenichi Handa <handa@m17n.org>
8560
8561 * international/encoded-kb.el (encoded-kbd-mode):
8562 Check saved-input-mode on turning off Encoded Kbd mode.
8563
8564 * composite.el (auto-composition-after-change): Use save-buffer-state.
8565 (turn-on-auto-composition-if-enabled): Don't turn on
8566 auto-composition-mode in a unibyte buffer.
8567
8568 2008-02-01 Kenichi Handa <handa@m17n.org>
8569
8570 * startup.el (command-line): Use custom-reevaluate-setting for
8571 global-auto-composition-mode.
8572
8573 * composite.el (auto-composition-function): Make it buffer local.
8574 (auto-composition-mode): New minor mode.
8575 (turn-on-auto-composition-if-enabled): New function.
8576 (global-auto-composition-mode): New global minor mode.
8577
8578 2008-02-01 Kenichi Handa <handa@m17n.org>
8579
8580 * descr-text.el (describe-char): Use insert-text-button instead of
8581 widget-create for "customize what to show" button.
8582
8583 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
8584
8585 * language/ethiopic.el: Fix copyright.
8586 (composition-function-table): Support a new character in Unicode 4.1.
8587
8588 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
8589 (ethio-tex-to-fidel-buffer, ethio-composition-function)
8590 ("ethiopic-tex"): Support new characters in Unicode 4.1.
8591
8592 2008-02-01 Kenichi Handa <handa@m17n.org>
8593
8594 * international/characters.el: Register characters in
8595 auto-fill-chars. Put nospace-between-words to more charsets.
8596
8597 2008-02-01 Zhang Wei <id.brep@gmail.com>
8598
8599 * international/mule-cmds.el (locale-language-names): Add entries
8600 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
8601 (locale-preferred-coding-systems): Fix entries for Chinese locales.
8602
8603 2008-02-01 Kenichi Handa <handa@etlken>
8604
8605 * international/utf-7.el: Delete the definition of utf-7.
8606 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
8607 Add autoload cookies.
8608
8609 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8610
8611 * term/mac-win.el: Delete the code to create a fontset from the X
8612 resource "Font".
8613
8614 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
8615
8616 * international/robin.el (robin-define-package): Be sure to call
8617 put-char-code-property.
8618
8619 2008-02-01 Kenichi Handa <handa@m17n.org>
8620
8621 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
8622 property to 1.
8623
8624 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
8625 property to t.
8626
8627 * international/mule.el (coding-system-get):
8628 Check `ascii-incompatible' for backward compatiblity.
8629 (set-file-name-coding-system): Signal an error for a coding system
8630 not suitable for file name.
8631 (set-keyboard-coding-system): Signal an error for a coding system
8632 not suitable for keyboard.
8633
8634 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
8635 Set :suitable-for-keyboard property to 1.
8636
8637 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
8638 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
8639
8640 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
8641 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
8642
8643 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
8644
8645 * international/robin.el (robin-define-package): Delete redundant code.
8646 (robin-add-rule): Allow N-1 reverse conversion.
8647
8648 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
8649
8650 * international/robin.el (robin-define-package): Make the
8651 expanded form shorter.
8652
8653 2008-02-01 Zhang Wei <id.brep@gmail.com>
8654
8655 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
8656 chiense-iso-8bit.
8657
8658 2008-02-01 Kenichi Handa <handa@m17n.org>
8659
8660 * loadup.el: If we are byte-compiling unidata-gen.el or running
8661 unidata-ge-files, set purify-flag to nil.
8662
8663 2008-02-01 Kenichi Handa <handa@m17n.org>
8664
8665 * loadup.el: Load international/charprop.el with NOERROR t.
8666
8667 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
8668
8669 2008-02-01 Kenichi Handa <handa@m17n.org>
8670
8671 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
8672 New charsets and coding systems.
8673 (mac-symbol, mac-dingbats): New charsets.
8674
8675 2008-02-01 Kenichi Handa <handa@m17n.org>
8676
8677 * international/characters.el: Set syntax of NBSP to punctuation.
8678
8679 2008-02-01 Kenichi Handa <handa@m17n.org>
8680
8681 * international/mule-cmds.el: Don't require wid-edit.
8682
8683 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
8684
8685 * international/robin.el: New file.
8686
8687 * language/ethiopic.el: Change encoding to utf-8-emacs.
8688 Register ethio-composition-function in composition-function-table.
8689 ("Ethiopic"): Change coding-systems to utf-8-emacs.
8690
8691 * language/ethio-util.el: Change encoding to utf-8-emacs.
8692 Rewrite all transliteration functions to use robin.el.
8693 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
8694 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
8695 (ethio-prefer-ascii-punctuation): Delete variables.
8696 (ethio-char-to-ethiocode, ethio-convert-digit)
8697 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
8698 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
8699 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
8700 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
8701 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
8702 (ethio-adjust-robin, ethio-composition-function)
8703 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
8704 (ethio-sera-to-fidel-region-ethio)
8705 (ethio-sera-to-fidel-region-noethio)
8706 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
8707 New functions.
8708
8709 2008-02-01 Miles Bader <miles@gnu.org>
8710
8711 * international/mule.el (auto-coding-regexp-alist)
8712 (ctext-pre-write-conversion): Replace embedded control characters
8713 with octal escapes; this prevents diff from thinking the file is binary.
8714
8715 2008-02-01 Miles Bader <miles@gnu.org>
8716
8717 * descr-text.el (describe-char-unidata-list):
8718 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
8719 (byte-compile-insert-header):
8720 * international/mule.el (charset-list, set-coding-priority)
8721 (ignore-relative-composition):
8722 * international/mule-util.el (detect-coding-with-priority):
8723 * international/mule-diag.el:
8724 * international/mule-cmds.el (language-info-custom-alist):
8725 * international/codepage.el (codepage-setup):
8726 Replace references to Emacs version "22" with "23".
8727
8728 2008-02-01 Kenichi Handa <handa@m17n.org>
8729
8730 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
8731
8732 * international/fontset.el (font-encoding-alist): Add an entry for
8733 microsoft-cp1251.
8734 (setup-default-fontset): Add entries for microsoft-cp1251 and
8735 koi8-r for cyrillic.
8736
8737 * international/mule-cmds.el (char-code-property-alist): New variable.
8738 (define-char-code-property): New function.
8739 (get-char-code-property, put-char-code-property): Handle a
8740 char-table registerd in char-code-property-alist.
8741 (set-language-environment): Check :ascii-compatible-p property of
8742 nonascii charset instead of its dimension.
8743
8744 * international/uni-bidi.el, international/uni-category.el:
8745 * international/uni-combining.el, international/uni-comment.el:
8746 * international/uni-decimal.el, international/uni-decomposition.el:
8747 * international/uni-digit.el, international/uni-lowercase.el:
8748 * international/uni-mirrored.el, international/uni-name.el:
8749 * international/uni-numeric.el, international/uni-old-name.el:
8750 * international/uni-titlecase.el, international/uni-uppercase.el:
8751 * international/charprop.el: New files automatically generated by
8752 admin/unidata/Makefile.
8753
8754 * loadup.el: Load internationnal/charprop.el.
8755
8756 * descr-text.el (describe-char-unidata-list): New variable.
8757 (describe-char-unicode-data): Use char-code-property-description.
8758 (describe-char): Add lines for describing Unicode-based character
8759 properties.
8760
8761 2008-02-01 Kenichi Handa <handa@m17n.org>
8762
8763 * textmodes/ispell.el: These changes are to fix the code merged
8764 from trunk for the change on 2008-02-01.
8765 (ispell-unified-chars-table): Delete it.
8766 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
8767
8768 2008-02-01 Kenichi Handa <handa@m17n.org>
8769
8770 * international/mule-util.el (char-displayable-p): Check
8771 :charset-list property of CODING.
8772
8773 2008-02-01 Kenichi Handa <handa@m17n.org>
8774
8775 * international/mule-cmds.el (select-safe-coding-system-interactively):
8776 Change 'mime-charset to :mime-charset.
8777 (select-safe-coding-system): Use above.
8778 (set-language-environment): Delete unnecessary code for handling
8779 overriding-fontspec.
8780
8781 2008-02-01 Kenichi Handa <handa@m17n.org>
8782
8783 * international/mule-conf.el: New coding system aliases unix, dos,
8784 and mac.
8785
8786 2008-02-01 Kenichi Handa <handa@m17n.org>
8787
8788 * international/titdic-cnv.el (tit-process-header): Fix embedded
8789 coding tag.
8790 (titdic-convert): Bind coding-system-for-write to the coding
8791 system specfied in the map file. Remove `charset' property after
8792 decoding.
8793 (miscdic-convert): Bind coding-system-for-write to the coding
8794 system specfied for the map file. Fix LANGUAGE arg to
8795 quail-define-package.
8796 (batch-miscdic-convert): Check if a file is directory or not.
8797
8798 2008-02-01 Kenichi Handa <handa@m17n.org>
8799
8800 * international/mule.el (coding-system-equal): Move from mule-util.el.
8801
8802 * international/mule-util.el (coding-system-equal): Move to mule.el.
8803
8804 2008-02-01 Kenichi Handa <handa@m17n.org>
8805
8806 * international/encoded-kb.el (encoded-kbd-decode-code-list):
8807 New function.
8808 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
8809 Support multibyte charsets.
8810
8811 2008-02-01 Kenichi Handa <handa@m17n.org>
8812
8813 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
8814 to eight-bit chars.
8815
8816 * international/mule-conf.el: Don't define coding system
8817 `undecided' here.
8818
8819 2008-02-01 Kenichi Handa <handa@m17n.org>
8820
8821 * international/mule-cmds.el (locale-language-names): Fix for
8822 gb18030 and gdk.
8823
8824 2008-02-01 Kenichi Handa <handa@m17n.org>
8825
8826 * international/fontset.el (font-encoding-alist): Add gbk.
8827 (charset-script-alist): Add chinese-gbk.
8828
8829 2008-02-01 Kenichi Handa <handa@m17n.org>
8830
8831 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
8832
8833 2008-02-01 Kenichi Handa <handa@m17n.org>
8834
8835 * language/japanese.el ("Japanese"): Fix ordering of charsets.
8836
8837 2008-02-01 Kenichi Handa <handa@m17n.org>
8838
8839 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
8840 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
8841 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
8842
8843 2008-02-01 Kenichi Handa <handa@m17n.org>
8844
8845 * descr-text.el (describe-char): Fix for the case CODE is a cons
8846 of integers.
8847
8848 2008-02-01 Steven Tamm <steventamm@mac.com>
8849
8850 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
8851 (mac-standard-fontset-spec): Create.
8852
8853 2008-02-01 Kenichi Handa <handa@m17n.org>
8854
8855 * international/mule-diag.el (unicode-data):
8856 Call find-file-noselect with NOWARN t.
8857
8858 2008-02-01 Kenichi Handa <handa@m17n.org>
8859
8860 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
8861
8862 2008-02-01 Kenichi Handa <handa@m17n.org>
8863
8864 * international/characters.el: Give more CJK characters the
8865 category `|'.
8866
8867 * descr-text.el (describe-char): Make it work on *Help* buffer.
8868 Suppress auto-composition on a region describing about composition.
8869
8870 * language/european.el (diacritic-compose-region)
8871 (diacritic-compose-string, diacritic-composition-function):
8872 Compose diacritical marks only with a character whose syntax is
8873 word constituent.
8874 (diacritic-post-read-conversion): Delete it.
8875
8876 2008-02-01 Kenichi Handa <handa@m17n.org>
8877
8878 * composite.el (auto-compose-chars): Execute the main code in
8879 condition-case.
8880
8881 2008-02-01 Kenichi Handa <handa@m17n.org>
8882
8883 * international/fontset.el (x-complement-fontset-spec):
8884 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
8885
8886 2008-02-01 Kenichi Handa <handa@m17n.org>
8887
8888 * international/characters.el (next-word-boundary-kana):
8889 Handle half-width kana.
8890
8891 2008-02-01 Kenichi Handa <handa@m17n.org>
8892
8893 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
8894
8895 2008-02-01 Kenichi Handa <handa@m17n.org>
8896
8897 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
8898
8899 * mail/rmail.el (rmail-decode-babyl-format):
8900 Use with-coding-priority instead of detect-coding-with-priority.
8901
8902 2008-02-01 Kenichi Handa <handa@m17n.org>
8903
8904 * international/mule.el (make-translation-table)
8905 (make-translation-table-from-vector): Set the second extra slot of
8906 the char table to 1.
8907 (make-translation-table-from-alist): Fix handling of multiple entries.
8908
8909 2008-02-01 Kenichi Handa <handa@m17n.org>
8910
8911 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
8912 New translation tables.
8913
8914 * international/mule.el (make-translation-table-from-alist):
8915 New function.
8916
8917 2008-02-01 Kenichi Handa <handa@m17n.org>
8918
8919 * international/mule.el (translate-region): Re-implement it here.
8920 Make it interactive.
8921
8922 2008-02-01 Kenichi Handa <handa@m17n.org>
8923
8924 * ps-mule.el (ps-mule-font-info-database): Doc fix.
8925
8926 2008-02-01 Kenichi Handa <handa@m17n.org>
8927
8928 * international/mule-conf.el (chinese-cns11643-15): New charset.
8929
8930 2008-02-01 Kenichi Handa <handa@m17n.org>
8931
8932 * international/fontset.el (font-encoding-alist): Add entries for
8933 variations of cns11643 fonts.
8934 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
8935
8936 2008-02-01 Kenichi Handa <handa@m17n.org>
8937
8938 * international/mule-diag.el (list-charset-chars): Put charset
8939 text property.
8940
8941 * international/fontset.el (setup-default-fontset): Delete the
8942 entry for symbol script, add JISX0213 to kana script, specify
8943 fallback fonts.
8944
8945 2008-02-01 Kenichi Handa <handa@m17n.org>
8946
8947 * international/fontset.el (setup-default-fontset)
8948 (font-encoding-alist): Register "JISX0213.2004-1".
8949
8950 * international/mule-diag.el (list-character-sets): Fix the first
8951 line message.
8952 (sort-listed-character-sets): Adjust for the change of
8953 list-characters-sets-1.
8954 (list-character-sets-1): List supplementary character sets in a
8955 different section.
8956 (list-charset-chars): Validate charset at early stage.
8957
8958 * international/characters.el: Fix `han' script range.
8959
8960 * international/mule-conf.el (japanese-jisx0213.2004-1):
8961 Specify :code-space.
8962 (cp932-2-byte): Fix :code-space.
8963 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
8964
8965 2008-02-01 Kenichi Handa <handa@m17n.org>
8966
8967 * international/mule-conf.el (japanese-jisx0213.2004-1):
8968 Specify :dimension 2.
8969
8970 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
8971 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
8972 New coding systems.
8973 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
8974 aliases.
8975 ("Japanese"): Add new charsets and coding systems.
8976
8977 2008-02-01 Kenichi Handa <handa@m17n.org>
8978
8979 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
8980 Rename from japanese-ucs-cp932-map.
8981 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
8982 (japanese-ucs-glibc-map): Delete this translation table.
8983 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
8984 New translation tables.
8985
8986 2008-02-01 Kenichi Handa <handa@m17n.org>
8987
8988 * cus-start.el: Handle charset-map-path, not charset-map-directory.
8989
8990 2008-02-01 Kenichi Handa <handa@m17n.org>
8991
8992 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8993
8994 2008-02-01 Kenichi Handa <handa@m17n.org>
8995
8996 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
8997 tables japanese-ucs-*-map.
8998
8999 2008-02-01 Kenichi Handa <handa@m17n.org>
9000
9001 * international/eucjp-ms.el: New file (automatically generated by
9002 admin/charsets/Makefile).
9003
9004 * international/cp51932.el: New file (automatically generated by
9005 admin/charsets/Makefile).
9006
9007 * language/japanese.el: Load cp51932 and eucjp-ms.
9008 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
9009 (japanese-ucs-glibc-map): New translation tables.
9010 (eucjp-ms): New coding system.
9011
9012 * international/mule.el (coding-system-put): Delete it.
9013 It's implemented in C now.
9014
9015 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
9016 (japanese-jisx0213-a): New supplementary charset.
9017 (japanese-jisx0213.2004-1): New charset.
9018
9019 2008-02-01 Kenichi Handa <handa@m17n.org>
9020
9021 * language/japanese.el (japanese-cp932): New coding system.
9022 (cp932): New alias of it.
9023
9024 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
9025 (cp932): New charsets.
9026
9027 * international/mule.el (define-charset): If :code-space is not
9028 given, generate it from :dimension.
9029
9030 2008-02-01 Kenichi Handa <handa@m17n.org>
9031
9032 * composite.el (reference-point-alist): Doc fix.
9033 (encode-composition-rule, decode-composition-rule):
9034 Handle a rule (GREF NREF XOFF YOFF).
9035
9036 2008-02-01 Kenichi Handa <handa@m17n.org>
9037
9038 * language/european.el (diacritic-composition-function): Fix for
9039 the case that POS is at the head. Allow combining with more characters.
9040
9041 2008-02-01 Kenichi Handa <handa@m17n.org>
9042
9043 * descr-text.el (describe-char): Check `charset' property.
9044 Show the code point in the charset in hexadigits.
9045
9046 * international/mule-diag.el (stretches-for-character-list):
9047 Delete it.
9048 (list-block-of-chars): Use tabs instead of `display' property for
9049 aligning characters.
9050 (print-fontset-element): Fix the printing of XLFD.
9051
9052 2008-02-01 Kenichi Handa <handa@m17n.org>
9053
9054 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
9055 New function.
9056 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
9057 handling utf-8.
9058
9059 2008-02-01 Kenichi Handa <handa@m17n.org>
9060
9061 * faces.el (read-face-font): Include fontsets in the completion list.
9062
9063 * international/mule-cmds.el (set-locale-environment):
9064 Insert locale-translation-file-name in a unibyte buffer.
9065
9066 * international/characters.el: Fix setting of category `|'.
9067
9068 2008-02-01 Kenichi Handa <handa@m17n.org>
9069
9070 * language/chinese.el (chinese-gb18030): Fix :charset-list.
9071
9072 2008-02-01 Kenichi Handa <handa@m17n.org>
9073
9074 * international/mule-cmds.el (select-safe-coding-system): Fix for
9075 the case that the first element of default-coding-system is t.
9076 Fix a message when some coding systems are rejected.
9077
9078 2008-02-01 Kenichi Handa <handa@m17n.org>
9079
9080 * international/mule-cmds.el (set-language-environment): Put
9081 higher priority to charsets listed in `charset' property of the
9082 language environment.
9083
9084 2008-02-01 Kenichi Handa <handa@m17n.org>
9085
9086 * composite.el (auto-compose-chars): Don't do unnecessary
9087 save-exclusion and save-restriction.
9088
9089 2008-02-01 Kenichi Handa <handa@m17n.org>
9090
9091 * international/mule-conf.el (ctext-no-compositions):
9092 Remove garbage arguments.
9093
9094 * international/mule.el (make-coding-system): Fix generation of
9095 properties.
9096
9097 * international/fontset.el (setup-default-fontset): Specify fonts
9098 for `symbol' script.
9099
9100 * international/characters.el (script-list): Include `currency'
9101 in `symbol'.
9102
9103 2008-02-01 Alex Schroeder <alex@gnu.org>
9104
9105 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
9106 8601 format (a capital T between the date and the time).
9107
9108 2008-02-01 Kenichi Handa <handa@m17n.org>
9109
9110 * international/mule.el (private-char-area-1-min)
9111 (private-char-area-1-max, private-char-area-2-min)
9112 (private-char-area-2-max, emacs-mule-charset-table): New variables.
9113 (convert-define-charset-argument): New function.
9114 (define-charset): Handle the old calling style.
9115 Update emacs-mule-charset-table.
9116 (make-char-internal): New function.
9117
9118 2008-02-01 Jason Rumney <jasonr@gnu.org>
9119
9120 * w32-charset-info-alist: Define iso10646-1 always.
9121
9122 2008-02-01 Kenichi Handa <handa@m17n.org>
9123
9124 * composite.el (compose-region): Doc fix (delete duplicated line).
9125
9126 2008-02-01 Kenichi Handa <handa@m17n.org>
9127
9128 * international/characters.el: Fix syntax for Ethiopic.
9129
9130 2008-02-01 Jason Rumney <jasonr@gnu.org>
9131
9132 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
9133
9134 * makefile.w32-in (DONTCOMPILE): Remove old languages.
9135 Add international/latin1-disp.el.
9136 (LC_ALL): Define as C.
9137
9138 2008-02-01 Jason Rumney <jasonr@gnu.org>
9139
9140 * term/w32-win.el: Don't set fontsets to use sjis.
9141
9142 2008-02-01 Kenichi Handa <handa@m17n.org>
9143
9144 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
9145 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
9146
9147 2008-02-01 Kenichi Handa <handa@m17n.org>
9148
9149 * composite.el (auto-composition-chunk-size): Delete variable.
9150 (auto-compose-chars): Always stop after processing a newline.
9151
9152 2008-02-01 Kenichi Handa <handa@m17n.org>
9153
9154 * international/mule.el (define-coding-system): Fix attribute
9155 name :for-unibyte.
9156
9157 2008-02-01 Kenichi Handa <handa@m17n.org>
9158
9159 * ps-bdf.el: Largely re-write.
9160
9161 * ps-mule.el: Largely re-write.
9162
9163 * ps-print.el (ps-generate-string-list): Delete function.
9164 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
9165 (ps-header-footer-string): Delete function.
9166 (ps-encode-header-string-function): New variable.
9167 (ps-generate-header-line): Call ps-encode-header-string-function.
9168 (ps-basic-plot-string-function): New variable
9169 (ps-begin-job): Set ps-basic-plot-string-function and
9170 ps-encode-header-string-function. For setting up headers and
9171 footers, don't use caches such as ps-rh-cache. Don't call
9172 ps-mule-begin-page.
9173 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
9174 Don't call ps-mule-prepare-ascii-font.
9175 (ps-plot-region): Don't pay attention to composition and
9176 non-ASCII characters.
9177 (ps-generate): Call ps-mule-end-job.
9178 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
9179 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
9180 (ps-mule-end-job): Declare autoload.
9181
9182 * composite.el (auto-compose-region): New function.
9183
9184 2008-02-01 Dave Love <fx@gnu.org>
9185
9186 * international/mule-util.el
9187 (detect-coding-with-language-environment): Doc fix.
9188
9189 * composite.el: Doc fixes.
9190 (auto-compose-chars): Use functionp, not fboundp.
9191
9192 * international/mule-diag.el (list-charset-chars): Set buffer file
9193 coding system.
9194
9195 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
9196 cookie. Doc fix.
9197
9198 2008-02-01 Dave Love <fx@gnu.org>
9199
9200 * international/mule-diag.el (list-charset-chars): Set buffer file
9201 coding system.
9202
9203 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
9204 cookie. Doc fix.
9205
9206 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
9207 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
9208 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
9209 * eshell/esh-opt.el (eshell-process-option):
9210 * emulation/keypad.el (keypad-setup):
9211 * emacs-lisp/lisp-mode.el (prin1-char):
9212 * emacs-lisp/generic.el (generic-mode-set-comments):
9213 * edmacro.el (edmacro-parse-keys):
9214 * disp-table.el (standard-display-default): Use characterp.
9215
9216 2008-02-01 Kenichi Handa <handa@m17n.org>
9217
9218 * international/mule-conf.el (utf-16-be): Make it an alias of
9219 utf-16be-with-signature.
9220 (utf-16-le): Make it an alias of utf-16le-with-signature.
9221 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
9222 coding system aliases.
9223
9224 * international/utf-7.el (utf-7-decode, utf-7-encode):
9225 Use utf-16be, not utf-16-be.
9226
9227 2008-02-01 Kenichi Handa <handa@m17n.org>
9228
9229 * international/mule.el (coding-system-category): New function.
9230 (set-coding-priority): Re-write.
9231 (make-translation-table): Re-write.
9232
9233 * international/mule-cmds.el (universal-coding-system-argument):
9234 Check the coding system type `undecided', not `t'.
9235 (sort-coding-systems): Fix for iso-2022 coding systems.
9236 (find-multibyte-characters): Fix for eight-bit chars.
9237 (set-language-environment): Set charset priorities according to
9238 the charsets supported by the coding systems of higher priorities.
9239
9240 2008-02-01 Kenichi Handa <handa@m17n.org>
9241
9242 * font-lock.el
9243 (font-lock-match-c-style-declaration-item-and-skip-to-next):
9244 Check (match-end 2) before going there.
9245
9246 2008-02-01 Kenichi Handa <handa@m17n.org>
9247
9248 * international/mule.el (ctext-non-standard-designations-alist):
9249 Exclude entries for iso8859-1[03456]. Fix docstring.
9250 (ctext-pre-write-conversion): Make it work for the case that FROM
9251 is a string. Don't do unnecessary save-restriction and
9252 narrow-to-region.
9253
9254 2008-02-01 Kenichi Handa <handa@m17n.org>
9255
9256 * international/mule.el (ctext-non-standard-encodings-alist):
9257 Rename from non-standard-icccm-encodings-alist.
9258 (ctext-non-standard-encodings-regexp): New variable
9259 (ctext-post-read-conversion): Full rewrite.
9260 (ctext-non-standard-designations-alist): Rename from
9261 non-standard-designations-alist.
9262 (ctext-pre-write-conversion): Full rewrite.
9263 (define-coding-system): Doc fix (escape '"' by '\').
9264
9265 2008-02-01 Dave Love <fx@gnu.org>
9266
9267 * international/mule-conf.el (utf-16le, utf-16be-16be)
9268 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
9269 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
9270 `-16-{b,l}e-' and define aliases for the old names.
9271
9272 * international/mule.el (define-coding-system): Doc fix.
9273
9274 2008-02-01 Dave Love <fx@gnu.org>
9275
9276 * international/utf-7.el: New file.
9277
9278 * international/mule-conf.el (utf-7): New.
9279
9280 2008-02-01 Kenichi Handa <handa@m17n.org>
9281
9282 * international/mule-conf.el (utf-16): Add :endian 'big.
9283
9284 * international/mule.el (define-coding-system): Fix docstring
9285 about :bom and :endian.
9286
9287 2008-02-01 Dave Love <fx@gnu.org>
9288
9289 * international/mule-diag.el (describe-character-set):
9290 Fix printing dimensions. Use `×', not `x'.
9291
9292 2008-02-01 Kenichi Handa <handa@m17n.org>
9293
9294 * international/fontset.el: Register CDAC fonts in
9295 face-font-rescale-alist instead of face-resizing-fonts.
9296
9297 2008-02-01 Kenichi Handa <handa@m17n.org>
9298
9299 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
9300 (utf-16-be): Rename from utf-16-be-nosig.
9301 (utf-16-le-with-signature): Rename from utf-16-le.
9302 (utf-16-be-with-signature): Rename from utf-16-be.
9303 (utf-16): Set :bom to (utf-16-le-with-signature .
9304 utf-16-be-with-signature).
9305
9306 2008-02-01 Dave Love <fx@gnu.org>
9307
9308 * language/georgian.el (georgian-ps, georgian-academy): New coding
9309 system.
9310
9311 * language/chinese.el (chinese-big5-hkscs): New coding system.
9312 (big5-hkscs, cn-big5-hkscs): New aliases.
9313
9314 * international/mule-conf.el (big5-hkscs, georgian-academy):
9315 New charset.
9316 (ibm1047): Doc fix.
9317 (pt154): Add mime-charset.
9318 (ptcp154, cp154): New aliases.
9319
9320 2008-02-01 Dave Love <fx@gnu.org>
9321
9322 * international/mule.el (charset-iso-final-char, define-coding-system):
9323 Doc fix.
9324
9325 2008-02-01 Kenichi Handa <handa@m17n.org>
9326
9327 * international/ccl.el (define-ccl-program): Fset charset-id
9328 to charset-id-internal temporarily.
9329
9330 2008-02-01 Kenichi Handa <handa@m17n.org>
9331
9332 * international/mule-diag.el (list-block-of-chars):
9333 Use decode-char instead of make-char.
9334
9335 2008-02-01 Kenichi Handa <handa@m17n.org>
9336
9337 * international/fontset.el: Enable the default fontset to use
9338 unicode fonts for ASCII characters.
9339 (x-decompose-font-name): Don't try to resolve PATTERN by
9340 x-resolve-font-name.
9341 (x-complement-fontset-spec): Never prepend an ASCII font.
9342 (create-fontset-from-fontset-spec): If a fontset of the same name
9343 already exists, override it instead of signalling an error. Don't
9344 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
9345
9346 * international/mule-conf.el (unicode-bmp): Delete duplicated
9347 definition. Give it :code-offset 0.
9348
9349 * international/mule-diag.el (print-fontset-element): New function.
9350 (print-fontset): Use print-fontset-element to print the elements
9351 of a fontset. Use it also to print fonts fallen back to the
9352 default fontsets.
9353
9354 * term/x-win.el: Delete the code to create a fontset from the X
9355 resource "Font".
9356
9357 2008-02-01 Kenichi Handa <handa@m17n.org>
9358
9359 * international/mule-diag.el (print-fontset): Insert proper
9360 newline and indentation spaces.
9361
9362 2008-02-01 Dave Love <fx@gnu.org>
9363
9364 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
9365 multibyte-char-to-unibyte.
9366
9367 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
9368
9369 * international/mule-cmds.el (find-coding-systems-for-charsets):
9370 Use coding-system-type, coding-system-charset-list.
9371 (standard-keyboard-coding-systems): Delete.
9372 (set-locale-environment): Maybe set keyboard coding system.
9373 Avoid typical warning about codeset in C locale.
9374
9375 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9376
9377 * international/fontset.el (x-complement-fontset-spec): If a
9378 fontname doesn't conform to XLFD format, try to get XLFD name by
9379 x-list-fonts.
9380
9381 2008-02-01 Dave Love <fx@gnu.org>
9382
9383 * international/mule-conf.el (mik, pt154): New charsets.
9384
9385 * language/cyrillic.el (mik, pt154): New coding systems.
9386
9387 2008-02-01 Dave Love <fx@gnu.org>
9388
9389 * international/characters.el: Move parts around so that syntax
9390 definitions aren't overwritten wrongly.
9391
9392 * international/mule-diag.el (unicode-data): Fix treatment of
9393 numeric-value fields.
9394
9395 2008-02-01 Dave Love <fx@gnu.org>
9396
9397 * progmodes/cap-words.el: New file.
9398
9399 2008-02-01 Kenichi Handa <handa@m17n.org>
9400
9401 The following changes are to make character composition happen
9402 automatically on displaying.
9403
9404 * composite.el: Remove all autoload cookies.
9405 (composition-function-table): Move variable declaration from
9406 composite.c. Change format.
9407 (save-buffer-state): Copy from font-lock.el.
9408 (auto-composition-chunk-size): New variable.
9409 (auto-compose-chars): New function. Set
9410 auto-composition-function to it.
9411 (toggle-auto-composition): New function.
9412
9413 * international/characters.el: Make all chararacters in the
9414 charset tibetan to tibetan script.
9415
9416 * international/mule-conf.el (tibetan): Fix :code-space property.
9417 (tibetan-1-column): Delete :superset property, add :code-offset
9418 property.
9419
9420 * international/quail.el (quail-input-string-to-events): Don't
9421 generate compose-chars-after events.
9422
9423 * language/devanagari.el: Register devanagari-composable-function
9424 in composition-function-table for Devanagari characters.
9425
9426 * language/devan-util.el: Register devanagari-composable-pattern
9427 in indian-composable-pattern.
9428 (devanagari-composition-function): Add autoload cookie. Change
9429 arguments to conform to composition-function-table.
9430
9431 * language/european.el: Register combining characters in
9432 composition-function-table.
9433 (diacritic-composition-function): Change arguments to conform to
9434 composition-function-table.
9435
9436 * language/indian.el (indian-composable-pattern): New variable.
9437
9438 * language/ind-util.el (indian-compose-region): Don't call
9439 compose-chars-after, instead call a function registered in
9440 composition-function-table.
9441
9442 * language/lao.el: Register lao-composition-function in
9443 composition-function-table for Lao vowels and tones.
9444 (lao): Don't use lao-post-read-conversion.
9445
9446 * language/lao-util.el (lao-post-read-conversion): Delete this function.
9447 (lao-composition-function): Change arguments to conform to
9448 composition-function-table.
9449
9450 * language/thai.el: Register thai-composition-function in
9451 composition-function-table for Thai vowels and tones.
9452 (thai-tis620): Don't use thai-post-read-conversion.
9453
9454 * language/thai-util.el (thai-post-read-conversion): Delete function.
9455 (thai-composition-function): Change arguments to conform to
9456 composition-function-table.
9457
9458 * language/tibetan.el: Register tibetan-composition-function in
9459 composition-function-table for Tibetan characters.
9460
9461 * language/tibet-util.el (tibetan-composition-function):
9462 Change arguments to conform to composition-function-table.
9463
9464 * loadup.el: Load composite.
9465
9466 2008-02-01 Dave Love <fx@gnu.org>
9467
9468 * international/mule-diag.el (unicode-data): Find unicodedata-file
9469 literally.
9470
9471 2008-02-01 Dave Love <fx@gnu.org>
9472
9473 * international/fontset.el: Doc fixes.
9474 ("fontset-default"): Add iso8859-15.
9475
9476 2008-02-01 Kenichi Handa <handa@m17n.org>
9477
9478 * international/fontset.el ("fontset-default"): Add an entry for
9479 `indian-is13194' charset.
9480
9481 * international/mule-conf.el (indian-is13194): Delete :unify-map
9482 property. Don't unify this charset.
9483 (indian-2-column): Delete :superset property, add :code-offset property.
9484
9485 * language/devan-util.el: Delete the superfluous autoload cookie
9486 near the head of the file.
9487 (devanagari-compose-region): Add autoload cookie.
9488
9489 * language/ind-util.el (indian-2-column-to-ucs-region):
9490 Add autoload cookie.
9491
9492 2008-02-01 Kenichi Handa <handa@m17n.org>
9493
9494 * international/fontset.el ("fontset-default"): Add an entry for
9495 `devanagari' script and `malayalam-glyph' charset.
9496 (face-resizing-fonts): Register CDAC fonts.
9497
9498 * international/mule-conf.el (malayalam-glyph): New charset.
9499
9500 2008-02-01 Dave Love <fx@gnu.org>
9501
9502 * term/x-win.el: Fix typo in loop setting x-keysym-table.
9503
9504 2008-02-01 Dave Love <fx@gnu.org>
9505
9506 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
9507
9508 * term/x-win.el: Remove some ancient compatibility code. Populate
9509 x-keysym-table.
9510
9511 * international/mule-cmds.el (wid-edit): Require when compiling.
9512 (set-locale-environment): Check locale against coding system
9513 aliases too.
9514
9515 2008-02-01 Kenichi Handa <handa@m17n.org>
9516
9517 * language/indian.el (in-is13194-devanagari):
9518 Fix :post-read-conversion and :pre-write-conversion.
9519
9520 2008-02-01 Dave Love <fx@gnu.org>
9521
9522 * international/mule-cmds.el (charset): Supply doc, :tag.
9523
9524 2008-02-01 Kenichi Handa <handa@m17n.org>
9525
9526 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
9527 return a unibyte string.
9528
9529 2008-02-01 Kenichi Handa <handa@m17n.org>
9530
9531 * international/mule-cmds.el (set-locale-environment):
9532 Delete superfluous ')'s at the tail.
9533
9534 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9535
9536 * international/mule.el (define-coding-system): Fix typo;
9537 "docode" -> "decode".
9538
9539 2008-02-01 Dave Love <fx@gnu.org>
9540
9541 * emacs-lisp/byte-opt.el (side-effect-free-fns):
9542 Add string-make-unibyte string-make-multibyte string-to-multibyte
9543 string-as-multibyte string-as-unibyte.
9544
9545 2008-02-01 Dave Love <fx@gnu.org>
9546
9547 * language/english.el (ibm1047, cp1047): New.
9548
9549 * international/mule-conf.el (alternativnyj): Use new table.
9550 (cp866): Define standalone, not as alias.
9551 (ibm866): Change alias.
9552 (ibm1047): New.
9553
9554 * language/cyrillic.el (cyrillic-alternativnyj):
9555 Remove mime-charset. Use alternativnj charset.
9556 (cp866): Remove alias. Define standalone.
9557
9558 2008-02-01 Dave Love <fx@gnu.org>
9559
9560 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
9561
9562 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
9563 ("Tajik", "Belarusian"): Fix charset.
9564
9565 * international/mule-cmds.el (describe-language-environment):
9566 Be case-insensitive when looking for input methods.
9567 (locale-name-match): Doc fix.
9568 (locale-charset-match-p): New.
9569 (set-locale-environment): Warn if coding system doesn't agree
9570 with system locale.
9571
9572 2008-02-01 Kenichi Handa <handa@m17n.org>
9573
9574 * international/mule-cmds.el (select-safe-coding-system): If
9575 :mime-charset property of a coding system is not equal to that
9576 coding system, don't show that :mime-charset name.
9577
9578 2008-02-01 Dave Love <fx@gnu.org>
9579
9580 * international/quail.el (quail-help): Fix underlining.
9581
9582 * language/chinese.el (chinese-gb18030, gb18030)
9583 ("Chinese-GB18030"): New.
9584
9585 * international/mule-cmds.el (locale-language-names): Add GB18030.
9586
9587 * international/swedish.el: Don't require latin-1.
9588
9589 2008-02-01 Dave Love <fx@gnu.org>
9590
9591 * language/czech.el ("Czech"):
9592 * language/slovak.el ("Slovak"):
9593 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
9594
9595 * language/greek.el ("Greek"): Remove unibyte-syntax property.
9596 (cp737): New coding system.
9597
9598 * language/european.el: Remove unibyte-syntax properties.
9599 Augment some coding-system properties.
9600
9601 * international/mule-cmds.el (set-language-environment):
9602 Check for charset property of environment.
9603 (language-info-alist): Doc fix.
9604
9605 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
9606
9607 * international/characters.el: Add Latin-1.
9608
9609 * international/latin-1.el, international/latin-2.el,
9610 * international/latin-3.el, international/latin-4.el,
9611 * international/latin-5.el, international/latin-8.el,
9612 * international/latin-9.el: Delete.
9613
9614 * loadup.el: Remove international/latin-N.el.
9615
9616 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
9617 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
9618 Undo last changes.
9619
9620 * international/mule-diag.el (unicode-data): Check that
9621 `unicodedata-file' exists.
9622
9623 2008-02-01 Kenichi Handa <handa@m17n.org>
9624
9625 * international/fontset.el (charset-script-alist): Fix script names.
9626
9627 2008-02-01 Kenichi Handa <handa@m17n.org>
9628
9629 * international/latin-1.el: Bind set-case-syntax-charset to
9630 iso-8859-1. Never provide latin-1.
9631
9632 * international/latin-2.el: Bind set-case-syntax-charset to
9633 iso-8859-2. Never provide latin-2.
9634
9635 * international/latin-3.el: Bind set-case-syntax-charset to
9636 iso-8859-3. Never provide latin-3.
9637
9638 * international/latin-4.el: Bind set-case-syntax-charset to
9639 iso-8859-4. Never provide latin-4.
9640
9641 * international/latin-5.el: Bind set-case-syntax-charset to
9642 iso-8859-9. Never provide latin-5.
9643
9644 * international/latin-8.el: Bind set-case-syntax-charset to
9645 iso-8859-14. Never provide latin-8.
9646
9647 * international/latin-9.el: Bind set-case-syntax-charset to
9648 iso-8859-15. Never provide latin-9.
9649
9650 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
9651 (set-case-syntax-charset): New variable.
9652 (set-case-syntax-1): New function.
9653 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
9654 Call set-case-syntax-1 on arguments.
9655
9656 * international/mule-cmds.el (set-language-environment): Delete
9657 unnecessary setup of syntax/case for unibyte case.
9658
9659 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9660
9661 * international/fontset.el (generate-fontset-menu): Exclude the
9662 default fontset.
9663
9664 * faces.el (describe-face): Describe :fontset property too.
9665
9666 2008-02-01 Dave Love <fx@gnu.org>
9667
9668 * international/characters.el: Don't set char width of CJK
9669 charsets generally. Add some non-word syntax cases.
9670 (korean-ksc5601): Fix ranges with symbol syntax.
9671
9672 2008-02-01 Dave Love <fx@gnu.org>
9673
9674 * Makefile.in (DONTCOMPILE): Add indian.el.
9675
9676 * language/ind-util.el:
9677 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
9678 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
9679 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
9680 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
9681 Remove declarations and let-bind them in re-written top-level loop
9682 over scripts, including ucs-devanagari-to-is13194-alist.
9683
9684 2008-02-01 Dave Love <fx@gnu.org>
9685
9686 * international/mule-cmds.el (charset): Move.
9687 (language-info-custom-alist): Move. Alter :set.
9688 (find-coding-systems-for-charsets): Check charset type before
9689 getting :charset-list.
9690
9691 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
9692
9693 2008-02-01 Dave Love <fx@gnu.org>
9694
9695 * wid-edit.el (widget-string-complete): New.
9696 (widget-coding-system-prompt-value-history): Delete.
9697 (coding-system): Use coding-system-value-history.
9698
9699 * international/mule-cmds.el (charset): New widget.
9700 (language-info-custom-alist): Use it.
9701 (default-input-method): Modify :type.
9702
9703 2008-02-01 Dave Love <fx@gnu.org>
9704
9705 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
9706 (indian-glyph-char, indian-char-glyph): Delete.
9707 (is13194-default-repertory): Rename from is13194-default-repartory.
9708 (iscii-to-ucs-region): Hoist evals from loop.
9709
9710 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
9711
9712 * language/indian.el (indian-script-table)
9713 (ccl-encode-indian-glyph-font): Delete.
9714
9715 * international/mule-cmds.el (language-info-custom-alist): New.
9716 (input-method-activate-hook, input-method-inactivate-hook)
9717 (input-method-after-insert-chunk-hook)
9718 (input-method-use-echo-area, set-language-environment-hook)
9719 (exit-language-environment-hook): Customize.
9720 (find-coding-systems-for-charsets): Rewrite.
9721 (default-input-method): Add :link.
9722
9723 2008-02-01 Dave Love <fx@gnu.org>
9724
9725 * international/mule-conf.el (eight-bit): Add :docstring,
9726 :short-name properties.
9727 (cp851): Doc fix.
9728 (unicode-bmp): New.
9729
9730 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
9731
9732 * language/european.el (cp858): New.
9733 ("Turkish"): Add special case rules.
9734
9735 2008-02-01 Dave Love <fx@gnu.org>
9736
9737 * international/characters.el: Make Ÿ and ÿ a case pair.
9738
9739 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9740
9741 * international/mule-conf.el: Don't define the charset iso-8859-1
9742 here, just setup its properties.
9743
9744 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9745
9746 * international/mule-conf.el (utf-8): Give :mime-charset property.
9747
9748 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9749
9750 * international/characters.el: Remove duplicated case setting for
9751 Cyrillic and Greek letters. Don't setup printable-chars here.
9752
9753 * case-table.el (describe-buffer-case-table): Handle the case
9754 that KEY is a cons within map-char-table.
9755
9756 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9757
9758 * international/characters.el: Fix categories ?A and ?C.
9759 Treat ASCII characters as `latin' script.
9760
9761 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9762
9763 * international/fontset.el (fontset-plain-name): If the fontset
9764 name doesn't ends with "-fontset-*", use family name as the first
9765 part of the plain name.
9766 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
9767 created, use that name for the fontset. Fix arguments to
9768 subst-char-in-string.
9769
9770 2008-02-01 Dave Love <fx@gnu.org>
9771
9772 * term.el (term-char-mode): Remove generic-character-list code.
9773
9774 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
9775
9776 * wid-edit.el (character): Use characterp.
9777
9778 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
9779
9780 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
9781
9782 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
9783 Add charset.
9784 ("Ukrainian"): New.
9785
9786 * language/georgian.el (georgian-ps): New coding system.
9787
9788 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9789
9790 * international/mule-cmds.el (reset-language-environment):
9791 Don't set nonascii-translation-table and nonascii-insert-offset.
9792 Call set-unibyte-charset, not set-primary-charset.
9793 (nonascii-translation-table, nonascii-insert-offset):
9794 Declare these variable as obsolete ones.
9795 (set-language-environment): Call set-unibyte-charset, not
9796 set-primary-charset. Call set-charset-priority with `charset'
9797 info of the language environment.
9798
9799 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9800
9801 * international/characters.el (next-word-boundary-han):
9802 Don't treat katakana following han characters as a part of a word.
9803
9804 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9805
9806 * international/characters.el: Call map-charset-chars on big5 (not
9807 chinese-big5-1/2) to set categories `c', `C', and `|'.
9808 (next-word-boundary-han, next-word-boundary-kana): New function.
9809 Register it in next-word-boundary-function-table.
9810
9811 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9812
9813 * arc-mode.el (archive-file-name-coding-system): New variable.
9814 Make it permanent-local.
9815 (byte-after, bref, insert-unibyte): New function. Change most of
9816 char-after, aref, insert to them respectively.
9817 (archive-mode): Set archive-file-name-coding-system.
9818 (archive-summarize): Don't change the buffer's multibyteness.
9819 (archive-extract): Inherit archive-file-name-coding-system from
9820 archive-superior-buffer. Bind coding-system-for-write to
9821 archive-file-name-coding-system.
9822 (archive-*-write-file-member): Encode ENAME by
9823 archive-file-name-coding-system. Bind coding-system-for-write to
9824 no-conversion.
9825 (archive-rename-entry): Encode the filename by
9826 archive-file-name-coding-system.
9827 (archive-mode-revert): Don't change the buffer's multibyteness.
9828 (archive-arc-summarize, archive-lzh-summarize)
9829 (archive-zoo-summarize): Don't change the buffer's multibyteness.
9830 Decode filenames by archive-file-name-coding-system.
9831 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
9832 the buffer's multibyteness.
9833
9834 * tar-mode.el (tar-file-name-coding-system): New variable.
9835 Make it permanent-local.
9836 (tar-header-block-tokenize): Decode filename and linkname by
9837 tar-file-name-coding-system.
9838 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
9839 the byte value of eight-bit chars.
9840 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
9841 `to'. Delete unnecessary call of position-bytes.
9842 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
9843 call of position-bytes.
9844 (tar-extract): Simplify by calling decode-coding-region with
9845 DESTINATION argument. Don't toggle multibyteness of tar buffer.
9846 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
9847 (tar-clear-modification-flags): Delete unnecessary call of
9848 position-bytes.
9849 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
9850 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
9851 Convert new-data-string by string-to-multibyte before inserting it.
9852 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
9853 buffer. Simplify by calling encoding-coding-region with
9854 DESTINATION argument.
9855 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
9856
9857 2008-02-01 Dave Love <fx@gnu.org>
9858
9859 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
9860
9861 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
9862
9863 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9864
9865 * international/characters.el: Setup char-script-table.
9866
9867 * international/fontset.el: Setup the default fontset by the new
9868 script-based way.
9869 (x-complement-fontset-spec): Change the format of arg FONTLIST to
9870 an alist of charsets vs font name lists.
9871 (charset-script-alist): New variable.
9872 (create-fontset-from-fontset-spec): Allow script name in
9873 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
9874 to the corresponding script name.
9875 (create-fontset-from-ascii-font): Slight tuning.
9876
9877 * international/mule-conf.el (devanagari-glyph): New charset.
9878 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
9879 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
9880 japanese-jisx0213-2.
9881
9882 * international/mule-diag.el (print-fontset): Use describe-vector
9883 to handle a char table returned by fontset-info.
9884
9885 * language/indian.el: Don't register ccl-encode-indian-glyph-font
9886 and ccl-encode-unicode-font in font-ccl-encoder-alist.
9887
9888 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9889
9890 * international/mule-util.el (detect-coding-with-priority):
9891 Fix the place of using `,' marker in backquote form.
9892
9893 2008-02-01 Dave Love <fx@gnu.org>
9894
9895 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
9896
9897 * international/mule-util.el (with-coding-priority): Fix.
9898
9899 * international/mule.el (set-coding-priority): Fix obsolete spec.
9900
9901 2008-02-01 Dave Love <fx@gnu.org>
9902
9903 * international/mule-cmds.el (leim-list-header): Add coding tag.
9904
9905 2008-02-01 Dave Love <fx@gnu.org>
9906
9907 * international/mule-cmds.el (find-coding-systems-region)
9908 (language-info-alist, reset-language-environment, princ-list): Doc fix.
9909 (input-method-verbose-flag): Fix :type.
9910
9911 2008-02-01 Dave Love <fx@gnu.org>
9912
9913 * international/mule.el (set-char-table-default): Make obsolete.
9914
9915 2008-02-01 Dave Love <fx@gnu.org>
9916
9917 * language/devanagari.el ("Devanagari"): Fix coding-system,
9918 coding-priority.
9919
9920 * international/mule-diag.el (describe-char-after): Modify display
9921 list processing.
9922 (unicodedata-file, unicodedata-find): New.
9923
9924 2008-02-01 Dave Love <fx@gnu.org>
9925
9926 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
9927 autoload cookie.
9928
9929 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
9930
9931 2008-02-01 Dave Love <fx@gnu.org>
9932
9933 * international/mule-util.el (detect-coding-with-priority): Rewrite.
9934
9935 2008-02-01 Dave Love <fx@gnu.org>
9936
9937 * composite.el (compose-string): Doc fix.
9938
9939 * language/georgian.el ("Georgian"): Delete code-pages feature,
9940 add nonascii-translation.
9941
9942 * language/european.el ("German", "French", "Spanish"):
9943 Add latin-9 as alternative coding system.
9944 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
9945 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
9946 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
9947 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
9948 system.
9949
9950 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
9951 encode-coding-char.
9952 (side-effect-and-error-free-fns): Add charsetp, max-char,
9953 primary-charset.
9954
9955 * simple.el: Don't require cl when compiling.
9956
9957 * Makefile.in (DONTCOMPILE): Fix duplicates.
9958
9959 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
9960
9961 * international/mule.el: Doc fixes.
9962 (load-with-code-conversion): Fix coding-system-type test.
9963
9964 * international/mule-cmds.el (sort-coding-systems): Comment out
9965 iso-2022 case.
9966 (encoded-string-description): Fix coding-system-type test.
9967
9968 2008-02-01 Dave Love <fx@gnu.org>
9969
9970 * international/characters.el: Make korean-ksc5601 double-width.
9971
9972 * international/mule.el (auto-coding-regexp-alist):
9973 Recognize Emacs 20/1 byte-compiled files.
9974
9975 * international/mule-conf.el (file-coding-system-alist):
9976 Change .elc to utf-8-emacs.
9977
9978 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
9979 of utf-8-emacs.
9980 (byte-compile-insert-header): Update magic number. Add ballast.
9981 (map-char-table): Use byte-compile-funarg-2.
9982
9983 2008-02-01 Dave Love <fx@gnu.org>
9984
9985 * language/cyrillic.el ("Belarusian"): Doc fix.
9986 (cp1125, koi8-t): Doc fix.
9987
9988 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9989 (find-multibyte-characters): Don't test for charset `unknown'.
9990 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
9991 ru, sr_YU, tg, wa, zh.gbk.
9992 (locale-language-names): Change sp to Cyrillic.
9993 (locale-charset-language-names): Match @euro after utf-8.
9994
9995 2008-02-01 Dave Love <fx@gnu.org>
9996
9997 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
9998 New coding systems.
9999 ("Chinese-GBK"): New environment.
10000
10001 * language/thai-util.el: Remove redundant unicodes in category-setting.
10002
10003 * language/lao-util.el: Remove redundant unicodes in category-setting.
10004
10005 * international/mule-conf.el (japanese-jisx0213-1)
10006 (japanese-jisx0213-2): Add unify-map.
10007
10008 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10009
10010 * international/quail.el (quail-update-leim-list-file):
10011 Force writing the file by iso-2022-7bit.
10012
10013 * international/titdic-cnv.el (miscdic-convert): Force writing the
10014 file by iso-2022-7bit.
10015
10016 * international/mule.el (define-charset): Change the attribute
10017 :parents to :subset or :superset.
10018
10019 * international/mule-conf.el: Adjust for the change of
10020 define-charset (:parent -> :subset or :superset).
10021
10022 * international/characters.el: Fix the last change.
10023
10024 2008-02-01 Dave Love <fx@gnu.org>
10025
10026 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
10027 (cyrillic-encode-alternativnyj-char): Fix.
10028 (standard-display-cyrillic-translit): Remove redundant unicodes.
10029
10030 2008-02-01 Dave Love <fx@gnu.org>
10031
10032 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
10033 New environments.
10034
10035 * international/mule-conf.el (control-1): New charset.
10036 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
10037 (korean-ksc5601): Redefine to use code-offset and unify-map.
10038
10039 2008-02-01 Dave Love <fx@gnu.org>
10040
10041 * international/mule-conf.el (tcvn-5712): New charset.
10042
10043 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
10044 ("Vietnamese"): Doc fix.
10045
10046 2008-02-01 Dave Love <fx@gnu.org>
10047
10048 * international/mule-conf.el (windows-936): New alias.
10049
10050 * cus-start.el: Add scalable-fonts-allowed.
10051
10052 * international/characters.el: Reinstate various CJK syntax and
10053 category setup. Remove obsolete syntax setting in Greek section.
10054 Optimize the char tables.
10055
10056 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
10057
10058 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
10059
10060 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
10061 coding systems.
10062
10063 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
10064
10065 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10066
10067 * international/characters.el (printable-chars): Setup correctly.
10068
10069 2008-02-01 Dave Love <fx@gnu.org>
10070
10071 * cus-start.el: Add selection-coding-system.
10072
10073 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
10074
10075 * language/china-util.el (post-read-decode-hz)
10076 (pre-write-encode-hz): Move from chinese.el.
10077 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
10078 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
10079
10080 * language/chinese.el (post-read-decode-hz)
10081 (pre-write-encode-hz): Move to china-util.el.
10082
10083 * case-table.el (set-case-syntax-pair): Test again for equal byte
10084 lengths of the pair.
10085
10086 * international/characters.el: Add Vietnamese category to
10087 equivalent unicodes.
10088
10089 2008-02-01 Dave Love <fx@gnu.org>
10090
10091 * international/mule-conf.el (chinese-sisheng, ipa)
10092 (indian-is13194, tibetan, ethiopic): Add :unify-map.
10093
10094 * international/mule-diag.el (describe-character-set): Account for
10095 more than two dimensions of possibly different size.
10096 (describe-current-coding-system): Add selection-coding-system.
10097
10098 * international/mule-cmds.el (unify-8859-on-encoding-mode)
10099 (unify-8859-on-decoding-mode): Move from mule.el.
10100
10101 * international/mule.el (unify-8859-on-encoding-mode)
10102 (unify-8859-on-decoding-mode): Remove :init-value.
10103 (charset-chars): Add optional dimension arg.
10104 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
10105 Move to mule-cmds.el.
10106
10107 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10108
10109 * international/fontset.el: Change registry for japanese-jisx0208
10110 to "JISX0208*" in the default fontset.
10111 (font-encoding-alist): Add an entry for "JISX0208.1983" and
10112 "ISO10646.indian-1".
10113
10114 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10115
10116 * language/japanese.el (japanese-iso-7bit-1978-irv):
10117 Add `designation' to :flags, `ascii' to :charset-list.
10118
10119 * international/mule.el (define-charset): New args :min-code and
10120 :max-code.
10121 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
10122
10123 * international/mule-conf.el (chinese-gbk): Change :code-offset to
10124 #x160000.
10125 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
10126 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
10127
10128 2008-02-01 Dave Love <fx@gnu.org>
10129
10130 * language/thai.el (iso-8859-11): New coding system.
10131
10132 * international/mule-conf.el: Doc fixes.
10133 (iso-8859-11): New.
10134
10135 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
10136
10137 * cus-start.el (scalable-fonts-allowed): Add.
10138
10139 2008-02-01 Dave Love <fx@gnu.org>
10140
10141 * international/mule.el (unify-8859-on-encoding-mode)
10142 (unify-8859-on-decoding-mode): Dummy versions.
10143
10144 * international/ucs-tables.el: Remove.
10145
10146 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
10147 language/japanese.el.
10148
10149 * international/mule-conf.el: Doc fixes.
10150 (cp936): New alias.
10151 (cp720, cp858): New charsets.
10152
10153 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
10154 coding system, not emacs-mule.
10155
10156 * files.el (revert-buffer, recover-file): Likewise.
10157
10158 * desktop.el (desktop-save): Likewise.
10159
10160 2008-02-01 Dave Love <fx@gnu.org>
10161
10162 * international/mule.el (with-category-table): Use make-symbol.
10163 (coding-system-list): Use coding-system-aliases.
10164 (make-translation-table): Don't deal with generic characters.
10165
10166 * international/mule-util.el (coding-system-post-read-conversion)
10167 (coding-system-pre-write-conversion)
10168 (coding-system-translation-table-for-decode)
10169 (coding-system-translation-table-for-encode): Get the right properties.
10170 (with-coding-priority): New macro.
10171 (detect-coding-with-language-environment): Use it.
10172 (coding-system-equal): Use coding-system-plist.
10173
10174 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
10175 Use :valid property.
10176
10177 * international/mule-cmds.el (encode-coding-char):
10178 Use find-coding-systems-string. Don't use make-char.
10179 (describe-language-environment): Use coding-system-aliases.
10180 (prefer-coding-system): Doc fix.
10181
10182 * international/mule-diag.el (describe-current-coding-system):
10183 Fix aliases listing.
10184 (print-iso-2022-flags): Delete.
10185 (print-designation): Partial re-write.
10186 (describe-coding-system): Deal with iso-2022 designations, flags.
10187 Fix shift_jis case.
10188 (describe-char-after): Use characterp. Print explicit unicode.
10189 Remove some obsolete code.
10190 (print-coding-system-briefly): Fix printing aliases.
10191 (print-coding-system): Use coding-system-aliases.
10192 (mule-diag): Don't list coding categories.
10193
10194 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
10195 Re-order charset priorities.
10196 (binary): New alias.
10197 (iso-8859-16): Fix nickname.
10198 (define-iso-single-byte-charset): Un-define after use.
10199
10200 2008-02-01 Dave Love <fx@gnu.org>
10201
10202 * international/characters.el: Additional double width specifications.
10203
10204 * international/mule-diag.el (print-coding-system): Incomplete updates.
10205 (describe-character-set): List more properties.
10206 (print-fontset): Fix case of vector font-spec.
10207 (describe-current-coding-system): Fix iso-7, iso-7-else.
10208
10209 * international/mule-conf.el (ibm866): Fix alias.
10210 (iso-8859-16): Fix nickname.
10211
10212 2008-02-01 Dave Love <fx@gnu.org>
10213
10214 * language/ind-util.el: Avoid decode-char.
10215 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
10216 Use characterp, not char-valid-p.
10217
10218 * language/devan-util.el: Add coding tag, avoid decode-char.
10219
10220 * international/titdic-cnv.el: Add coding tag.
10221 (tit-process-header): Add coding tag to output.
10222
10223 * language/thai.el (cp874, ibm874): New coding systems.
10224
10225 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
10226 Add character-p.
10227
10228 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
10229 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
10230 New coding systems.
10231 <set-language-info-alist>: Avoid decode-char.
10232
10233 * language/hebrew.el (cp862, ibm862): New coding systems.
10234
10235 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
10236
10237 * language/cyrillic.el (cp855, ibm855): New coding systems.
10238
10239 * international/mule-conf.el: Avoid decode-char in top-level code
10240 for self-inserting multibyte chars.
10241 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
10242 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
10243 New charsets.
10244
10245 * international/characters.el: Various simplifications and additions.
10246
10247 2008-02-01 Dave Love <fx@gnu.org>
10248
10249 * international/mule-conf.el (code-pages): Provide, for compatibility.
10250
10251 * international/code-pages.el: Remove.
10252
10253 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10254
10255 * Makefile.in: Cancel the 2008-02-01 change of mine.
10256
10257 * international/fontset.el: Add setting for unicode font at the
10258 end of the default fontset.
10259
10260 2008-02-01 Dave Love <fx@gnu.org>
10261
10262 * international/mule-conf.el (adobe-standard-encoding, symbol):
10263 Adjust :code-space.
10264 (ibm850): Add :ascii-compatible-p.
10265
10266 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10267
10268 * international/mule-conf.el (vietnamese-viscii-lower)
10269 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
10270 mapping table.
10271
10272 2008-02-01 Dave Love <fx@gnu.org>
10273
10274 * cus-start.el: Add charset-map-directory.
10275
10276 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
10277
10278 * format.el (format-alist): Remove ibm, mac, hp entries (available
10279 natively).
10280
10281 * language/romanian.el (iso-latin-10): Add :mime-charset.
10282 ("Romanian"): Add doc.
10283
10284 * international/mule-conf.el (iso-8859-10, symbol)
10285 (adobe-standard-encoding, ibm850): New charsets.
10286 (iso-8859-13): Fix IR number, final char.
10287 (file-coding-system-alist): Add .xml.
10288
10289 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
10290 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
10291 (adobe-standard-encoding, cp850, ibm850): New coding systems.
10292 ("Latin-6", "Latin-7"): New language environments.
10293
10294 2008-02-01 Dave Love <fx@gnu.org>
10295
10296 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
10297 utf-8-subst; add vietnamese, cyrillic, czech.
10298
10299 * language/romanian.el (iso-latin-10): New coding system.
10300
10301 * international/mule-conf.el (emacs-mule): Set :charset-list,
10302 consistent with coding-system-charset-list doc.
10303 (iso-8859-16): New charset.
10304
10305 * international/mule-diag.el (describe-coding-system): Avoid error
10306 for iso-2022, emacs-mule.
10307
10308 2008-02-01 Dave Love <fx@gnu.org>
10309
10310 * international/codepage.el: Remove or comment out most of code.
10311 (codepage-setup): Re-write as trivial, obsolete function.
10312
10313 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
10314 Remove setup function.
10315
10316 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
10317
10318 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
10319 language/cyrillic.el, language/czech.el.
10320
10321 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
10322 (font-ccl-encoder-alist): Remove viscii, vscii.
10323
10324 * language/hebrew.el (windows-1255, cp1255): New coding systems.
10325
10326 * language/european.el (windows-1254, cp1254, windows-1257)
10327 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
10328 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
10329
10330 * language/greek.el (windows-1253, cp1253): New coding systems.
10331
10332 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
10333 file name.
10334 (windows-1253, windows-1254, windows-1255, windows-1256)
10335 (windows-1257, windows-1258, next): New charsets.
10336
10337 * international/utf-8.el, international/utf-8-subst.el: Remove.
10338
10339 * international/mule.el: Doc fixes.
10340 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
10341 (coding-system-get): Try to convert old-style symbol to keyword.
10342 (define-charset): Purecopy strings in property list.
10343 (define-coding-system): Purecopy docstring.
10344
10345 * international/mule-diag.el (list-character-sets-2): Avoid
10346 charset-bytes.
10347 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
10348 (list-block-of-chars): Re-write.
10349 (describe-character-set): Show more properties.
10350 (describe-char-after): Correct codepoint display.
10351 (print-coding-system): Use symbolic types.
10352
10353 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10354
10355 * Makefile.in: Be sure also to run emacs with LANG=C.
10356
10357 2008-02-01 Dave Love <fx@gnu.org>
10358
10359 * international/mule-diag.el: Doc fixes.
10360 (sort-charset-list, charset-multibyte-form-string): Remove.
10361 (list-character-sets, list-character-sets-1)
10362 (list-character-sets-2): Re-write.
10363 (non-iso-charset-alist): Set to nil and made obsolete.
10364 (decode-codepage-char): Re-write and made obsolete.
10365 (read-charset): Don't use non-iso-charset-alist.
10366 (describe-coding-system): Use keyword properties.
10367 (describe-character-set): Re-write.
10368
10369 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
10370 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
10371 (ebcdic-uk): New charsets.
10372
10373 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
10374 New coding systems.
10375
10376 * language/european.el (windows-1252): New coding system.
10377
10378 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10379
10380 * Makefile.in: By sure to run emacs with LC_ALL=C.
10381
10382 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
10383 encoded-kbd-self-insert-iso2022-8bit with argument 1.
10384 (encoded-kbd-self-insert-charset): New function.
10385 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
10386 coding-system of type charset.
10387
10388 2008-02-01 Dave Love <fx@gnu.org>
10389
10390 * international/mule-cmds.el (set-locale-environment): Comment out
10391 set-keyboard-coding-system stuff.
10392
10393 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10394
10395 * international/mule.el (define-coding-system): Doc fix;
10396 sjis->shift-jis.
10397
10398 * international/mule-conf.el: Use decode-char instead of make-char.
10399
10400 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
10401 New arg ARG. Directly call self-insert-command. This is a
10402 temporary workaround to make it work with latin-1.
10403 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
10404
10405 * international/characters.el: Setup char-width-table for CJK
10406 characters.
10407
10408 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10409
10410 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
10411 Fix the initial value to specify character range of
10412 japanese-jisx0208, not unicode.
10413
10414 * international/characters.el: Set syntax/category for
10415 japanese-jisx0208.
10416
10417 2008-02-01 Dave Love <fx@gnu.org>
10418
10419 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
10420 mime-charset.
10421
10422 * language/vietnamese.el, language/korean.el, language/japanese.el:
10423 * language/hebrew.el, language/greek.el, language/chinese.el:
10424 Fix :mime-charset properties.
10425
10426 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
10427 (cyrillic-alternativnyj): Fix :mime-charset.
10428 (cp878, cp866): New alias.
10429
10430 * language/european.el: Fix mime-charset properties.
10431
10432 * international/mule-cmds.el (sort-coding-systems)
10433 (select-safe-coding-system, select-message-coding-system): Use
10434 :mime-charset, not 'mime-charset.
10435
10436 * international/mule-conf.el: Add various :mime-charset properties.
10437
10438 2008-02-01 Dave Love <fx@gnu.org>
10439
10440 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
10441 getting decoder.
10442 (encoded-kbd-mode): Fix code for coding system type and designations.
10443
10444 * international/mule-conf.el: Spelling fixes.
10445
10446 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10447
10448 * international/fontset.el (fontset-plain-name): Handle the case
10449 that size, weight, slant are not specified in the fontset name.
10450
10451 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
10452
10453 * language/greek.el (greek-iso-8bit): Fix typo.
10454
10455 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10456
10457 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
10458
10459 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10460
10461 * international/characters.el: Change encoding to utf-8-emacs.
10462 Remove apparent duplicate codes.
10463
10464 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10465
10466 * international/fontset.el: Change the registry for
10467 chinese-gb2312 and add the registry for chinese-gbk.
10468
10469 * international/mule.el (charset-chars): Fix typo.
10470
10471 * international/mule-conf.el (chinese-gbk): New charset.
10472
10473 * international/titdic-cnv.el (titdic-convert): Read into a
10474 unibyte buffer then make the buffer multibyte.
10475
10476 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10477
10478 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
10479 instead of :signature.
10480
10481 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10482
10483 * language/czech.el ("Czech"): Set `iso-8859-2' for
10484 `nonascii-translation'.
10485
10486 * language/romanian.el ("Romanian"): Likewise.
10487
10488 * language/slovak.el ("Slovak"): Likewise.
10489
10490 * international/characters.el: Optimize calls of modify-category-entry.
10491
10492 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10493
10494 * bindings.el: Don't bind multibyte characters to
10495 self-insert-command here. It's done in mule-conf.el.
10496
10497 * case-table.el (set-case-syntax-offset): Delete variable.
10498 (set-case-syntax-1): Delete function. Change callers.
10499 (set-case-syntax-delims): Don't check byte length of characters.
10500
10501 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
10502 characters to isearch-printing-char.
10503
10504 * loadup.el: Don't load "international/utf-8". Don't call
10505 update-coding-systems-internal. Bind coding-system-for-write to
10506 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
10507 dumping.
10508
10509 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
10510 change of map-char-table.
10511
10512 * eshell/esh-mode.el: Adjust for the change of map-char-table.
10513
10514 * international/characters.el: Adjust for the deletion of
10515 generic characters.
10516
10517 * international/code-pages.el (cp-make-translation-table)
10518 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
10519 (cp-make-coding-system): Call define-coding-system.
10520
10521 * international/fontset.el: Rewrite most code.
10522
10523 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
10524 Call encode-char instead of split-char.
10525
10526 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
10527 Change value.
10528 (skkdic-lookup-key): Call encode-char instead of split-char.
10529
10530 * international/titdic-cnv.el (titdic-convert): Bind
10531 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
10532 buffer.
10533
10534 * international/latin-1.el: Don't bind set-case-syntax-offset.
10535
10536 * international/latin-2.el: Don't bind set-case-syntax-offset.
10537
10538 * international/latin-3.el: Don't bind set-case-syntax-offset.
10539
10540 * international/latin-4.el: Don't bind set-case-syntax-offset.
10541
10542 * international/latin-5.el: Don't bind set-case-syntax-offset.
10543
10544 * international/latin-8.el: Don't bind set-case-syntax-offset.
10545
10546 * international/latin-9.el: Don't bind set-case-syntax-offset.
10547
10548 * international/mule-cmds.el: Don't use coding category.
10549 Call set-coding-system-priority instead of set-coding-priority.
10550 (sort-coding-systems, select-safe-coding-system):
10551 Call coding-system-priority-list to get the most preferred one.
10552 (reset-language-environment): Order of coding system priority
10553 changed. Set primary charset to iso-8859-1.
10554 (set-language-environment-coding-systems):
10555 Call set-coding-system-priority instead of set-coding-priority.
10556 (get-charset-property, put-charset-property): Move to mule.el.
10557
10558 * international/mule-conf.el: Ful re-write.
10559
10560 * international/mule-diag.el (print-designation): Change arguments.
10561 (print-iso-2022-flags): New function.
10562 (describe-coding-system, describe-current-coding-system):
10563 Adjust for the new structure of coding system.
10564
10565 * international/mule.el (char-valid-p): Make it an alias of characterp.
10566 (define-charset): Full re-design.
10567 (charset-quoted-standard-p): Delete.
10568 (charsetp): Move to charset.c.
10569 (charset-info, charset-id, charset-bytes, charset-width)
10570 (charset-directioin, charset-iso-graphic-plane)
10571 (charset-reverse-charset): Delete.
10572 (charset-dimension, charset-chars, charset-iso-final-char)
10573 (charset-description, charset-short-name, charset-long-name):
10574 Call charset-plist instead of charset-info.
10575 (charset-plist, set-charset-plist): Move to charset.c.
10576 (get-charset-property, put-charset-property): Move from
10577 mule-cmds.el. Call charset-plist and set-charset-plist.
10578 (make-char): Delete.
10579 (generic-char-p): Make it always return nil.
10580 (decode-char, encode-char): Move to charset.c.
10581 (coding-spec-XXX-idx): Delete variables.
10582 (coding-system-iso-2022-flags): New variable.
10583 (define-coding-system): New function.
10584 (transform-make-coding-system-args, make-coding-system): Delete.
10585 (set-coding-priority): Make it obsolete.
10586 (after-insert-file-set-buffer-file-coding-system)
10587 (find-new-buffer-file-coding-system): Adjust for the new coding
10588 system structure.
10589
10590 * language/chinese.el, language/cyrillic.el, language/european.el:
10591 * language/greek.el, language/hebrew.el, language/indian.el:
10592 * language/japanese.el, language/korean.el, language/lao.el:
10593 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10594 Call define-coding-system instead of make-coding-system.
10595 Delete all CCL program.
10596
10597 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
10598 of make-char.
10599 (sgml-char-names-table): Fix iteration limit.
10600
10601 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
10602 (ccl-encode-mac-roman-font): Delete.
10603
10604 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
10605 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
10606 currently. This is just a temporary workaround.
10607
10608 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10609
10610 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
10611 of `find-file-hooks'.
10612 (global-whitespace-toggle-options): Doc fix.
10613
10614 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
10615
10616 * whitespace.el (whitespace): Set :version tag to 23.1.
10617 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
10618 (whitespace-style, whitespace-chars, whitespace-space)
10619 (whitespace-hspace, whitespace-tab, whitespace-newline)
10620 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
10621 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
10622 (whitespace-hspace-regexp, whitespace-space-regexp)
10623 (whitespace-tab-regexp, whitespace-trailing-regexp)
10624 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10625 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
10626 (whitespace-space-after-tab-regexp, whitespace-line-column)
10627 (whitespace-display-mappings, global-whitespace-toggle-options)
10628 (whitespace-cleanup, whitespace-cleanup-region)
10629 (whitespace-interactive-char): Doc fixes.
10630
10631 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
10632
10633 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
10634 When turning off the global mode, turn off the local modes too
10635 if whitespace is being unloaded.
10636 (whitespace-unload-function): New function.
10637
10638 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
10639
10640 * vc.el (vc-update): Fix bug: Specify branch tip as
10641 vc-checkout REVISION. Reported by Dan Nicolaescu.
10642
10643 2008-02-01 Glenn Morris <rgm@gnu.org>
10644
10645 * info.el (bookmark-make-cell-function, bookmark-search-size)
10646 (bookmark-current-bookmark): Declare variables for compiler.
10647 (bookmark-buffer-file-name, bookmark-get-filename)
10648 (bookmark-get-front-context-string)
10649 (bookmark-get-rear-context-string, bookmark-get-position)
10650 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
10651 (bookmark-jump-noselect): Declare functions for compiler.
10652 (Info-bookmark-make-cell): Fix argument list to match example of
10653 `bookmark-make-cell-for-text-file'.
10654 (Info-bookmark-jump): Don't require info inside info.el.
10655
10656 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
10657
10658 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
10659 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
10660 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
10661 (verilog-sk-state-machine): Quote all calls to
10662 "auxiliary skeleton"s to prevent infloops.
10663
10664 2008-02-01 Jason Rumney <jasonr@gnu.org>
10665
10666 * w32-fns.el: Partially revert 2007-11-10 change.
10667
10668 2008-02-01 Martin Rudalics <rudalics@gmx.at>
10669
10670 * mail/rmail.el (rmail-highlight): Fix specification.
10671 Reported by pod <pod@herald.ox.ac.uk>.
10672
10673 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
10674
10675 * image-mode.el (image-mode-current-vscroll)
10676 (image-mode-current-hscroll): Make buffer-local.
10677 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
10678 (image-reset-current-vhscroll): Use the latest setting when displaying
10679 for the first time in a window. Apply to all windows in the frame.
10680 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
10681
10682 * progmodes/grep.el (grep-compute-defaults):
10683 Don't mix up defaults for different connections to the same host.
10684
10685 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10686
10687 * blank-mode.el: Rename to whitespace.el.
10688
10689 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
10690
10691 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
10692
10693 * net/rcompile.el (remote-compile): Remove broken code.
10694
10695 2008-01-31 Jason Rumney <jasonr@gnu.org>
10696
10697 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
10698
10699 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
10700
10701 * linum.el (linum-unload-function): New function.
10702
10703 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
10704
10705 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
10706 (gdb-var-set-format-handler): New function.
10707 (gdb-var-set-format): Use it.
10708
10709 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
10710
10711 * emacs-lisp/check-declare.el (check-declare-directory):
10712 * emacs-lisp/authors.el (authors): Use `find-program' and
10713 `grep-program' instead of hardcoded program names.
10714
10715 * emacs-lisp/cl-loaddefs.el: Update.
10716
10717 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
10718
10719 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
10720 Implement bookmark support the new make-cell/handler way.
10721 (Info-mode): Bind bookmark-make-cell-function to
10722 Info-bookmark-make-cell buffer locally.
10723
10724 2008-01-30 Richard Stallman <rms@gnu.org>
10725
10726 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
10727 Doc fix.
10728
10729 * files.el (hack-local-variables): Don't query about fake variables.
10730
10731 2008-01-30 Markus Triska <markus.triska@gmx.at>
10732
10733 * linum.el: New file.
10734
10735 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
10736
10737 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
10738 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
10739 a single element in "plinkx".
10740 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
10741 "*Shell Command Output*" buffers. Check, whether there is already
10742 an asynchronous process running. Display always the buffer of the
10743 asynchronous process.
10744 (tramp-compute-multi-hops): Adapt error message.
10745
10746 2008-01-29 Alan Mackenzie <acm@muc.de>
10747
10748 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
10749 from this regexp; part of same fix as next change to cc-engine.el.
10750
10751 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
10752 Anchor the "{" of a template function correctly on "template", not the
10753 following "<".
10754
10755 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
10756
10757 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
10758
10759 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
10760 and image-mode-current-hscroll being alists now.
10761
10762 * image-mode.el (image-mode-current-vscroll)
10763 (image-mode-current-hscroll): Add doc strings.
10764 (image-set-window-vscroll, image-set-window-hscroll)
10765 (image-reset-current-vhscroll, image-mode): Adapt to
10766 image-mode-current-vscroll and image-mode-current-hscroll being
10767 alists now.
10768
10769 2008-01-29 Martin Rudalics <rudalics@gmx.at>
10770
10771 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10772 Strip extension from .emacs.el to make sure symbol is searched
10773 in .emacs too.
10774
10775 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
10776
10777 * doc-view.el (doc-view-mode): Use facilities below to
10778 restore [vh]scroll when switching buffers.
10779
10780 * image-mode.el (image-mode-current-vscroll)
10781 (image-mode-current-hscroll): New variables.
10782 (image-set-window-hscroll, image-set-window-vscroll): New functions.
10783 (image-forward-hscroll, image-next-line, image-bol, image-eol)
10784 (image-bob, image-eob): Use them.
10785 (image-reset-current-vhscroll): New function.
10786 (image-mode): Make new variables buffer-local and reset [vh]scroll
10787 on window configuration changes.
10788
10789 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
10790
10791 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
10792 gdb-cpp-define-alist-program if file is nil (currently only
10793 " *partial-output-...").
10794
10795 2008-01-27 Richard Stallman <rms@gnu.org>
10796
10797 * allout.el: Many doc fixes.
10798 (allout-encrypt-string): Fix error message.
10799
10800 2008-01-26 Eli Zaretskii <eliz@gnu.org>
10801
10802 * progmodes/etags.el (tags-query-replace): Doc fix.
10803
10804 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
10805
10806 * allout.el (allout-unload-function): New function.
10807
10808 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
10809
10810 * allout.el (allout-prefix-data): Doc fix.
10811 (allout-show-current-subtree): Reflow docstring.
10812 (allout-use-mode-specific-leader, allout-use-hanging-indents)
10813 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
10814 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
10815 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
10816 (allout-copy-topic-as-kill, allout-listify-exposed)
10817 (allout-process-exposed, allout-encrypted-key-info)
10818 (allout-update-passphrase-mnemonic-aids)
10819 (allout-next-topic-pending-encryption)
10820 (allout-tests-globally-true): Fix typos in docstrings.
10821
10822 2008-01-23 Jason Rumney <jasonr@gnu.org>
10823
10824 * lpr.el (printer-name): Do not set on MS Windows.
10825
10826 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
10827
10828 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
10829 the command.
10830
10831 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10832
10833 * whitespace.el: Moved to obsolete dir.
10834
10835 * blank-mode.el: New version 9.2. Replace whitespace functions by
10836 aliases in blank-mode.
10837 (whitespace-buffer): New fun.
10838 (whitespace-region): Alias for whitespace-buffer, because there is no
10839 blank-region fun.
10840 (whitespace-cleanup): Alias for blank-cleanup.
10841 (whitespace-cleanup-region): Alias for blank-cleanup-region.
10842
10843 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
10844
10845 * server.el (server-log-time-function): Doc fix.
10846 (server-buffer): Fix typo in docstring.
10847
10848 2008-01-27 Martin Rudalics <rudalics@gmx.at>
10849
10850 * view.el (view-buffer): Explain in doc-string why exit-action
10851 should not be set to kill-buffer.
10852
10853 * arc-mode.el (archive-extract):
10854 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
10855 exit-action when viewing the buffer.
10856
10857 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
10858
10859 * add-log.el (change-log-search-file-name): Work harder to find
10860 the correct file name.
10861 (change-log-find-file): Fix typo.
10862 (change-log-start-entry-re): Move definition earlier.
10863
10864 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
10865
10866 * add-log.el (change-log-search-file-name, change-log-find-file):
10867 New function.
10868 (change-log-font-lock-keywords): Move file name matching ...
10869 (change-log-file-names-re): ... here. New defconst.
10870 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
10871
10872 2008-01-27 Alan Mackenzie <acm@muc.de>
10873
10874 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
10875 enhance comments.
10876
10877 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
10878
10879 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
10880 methods, the host name must be a local host.
10881
10882 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
10883
10884 * vc.el: Add TODO item about not defaulting to RCS.
10885
10886 * server.el (server-process-filter): Check for non-nil before
10887 calling file-directory-p.
10888
10889 2008-01-27 Alan Mackenzie <acm@muc.de>
10890
10891 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
10892 arglist-cont-nonempty.
10893
10894 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
10895 for a brace with syntax arglist-cont-nonempty.
10896
10897 * progmodes/cc-styles.el (c-style-alist): Add elements for
10898 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
10899
10900 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
10901
10902 * button.el (define-button-type): Clarify type of NAME in docstring.
10903
10904 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
10905
10906 * server.el (server-buffer): New const.
10907 (server-log): New var.
10908 (server-log): Use them.
10909 (server-process-filter): (Try to) run the continuation in the same cwd
10910 as the client's.
10911
10912 2008-01-26 Alan Mackenzie <acm@muc.de>
10913
10914 * progmodes/cc-defs.el (c-save-buffer-state):
10915 Bind buffer-file-name and buffer-file-truename to nil, to prevent
10916 primitives generating "buffer is read only" messages.
10917
10918 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
10919
10920 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
10921 (icalendar-import-format): Doc fix. Allow function type.
10922 (icalendar--read-element): Doc fix.
10923 (icalendar--parse-summary-and-rest): Doc fix. Handle function
10924 type icalendar-import-format. Make regexps non-greedy.
10925 (icalendar--format-ical-event): Handle function type
10926 icalendar-import-format.
10927 (icalendar-import-format-sample): New function.
10928
10929 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
10930
10931 * vc.el (vc-exec-after): For mode-line-process highlighting, if
10932 `compile' is not available, fall back to font-lock-warning-face.
10933
10934 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
10935
10936 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
10937 that the filename end is found even when the filename is empty.
10938 Fixes error and spurious newlines when marking files for deletion.
10939
10940 2008-01-26 Martin Rudalics <rudalics@gmx.at>
10941
10942 * subr.el (find-tag-default): Simplify using exclusively
10943 skip-syntax-backward/-forward.
10944
10945 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
10946
10947 * vc.el (vc-directory, vc-update-change-log): Remove check for
10948 Tramp. Both functions work for it, though pretty slow
10949 (`vc-directory'). Maybe the implementation can be optimized.
10950
10951 * net/tramp.el (tramp-dissect-file-name): Raise an error when
10952 Tramp 2.0 syntax is used.
10953 Suggested by Trent W. Buck <trentbuck@gmail.com>.
10954
10955 2008-01-26 Eli Zaretskii <eliz@gnu.org>
10956
10957 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
10958 invoke directory-files-and-attributes with last argument `integer'
10959 instead of `string'.
10960 (insert-directory): Add -n to the list of supported switches
10961 mentioned in the doc string.
10962
10963 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10964
10965 * blank-mode.el: New version 9.1. Handle "long" line tail
10966 visualization. Doc fix.
10967 (blank-line-length): Rename to blank-line-column.
10968 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
10969 Initialization fix.
10970 (blank-replace-spaces-by-tabs): New fun.
10971 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
10972
10973 2008-01-25 Richard Stallman <rms@gnu.org>
10974
10975 * subr.el (add-hook): Implement `permanent-local-hook' property.
10976
10977 * loadhist.el (file-provides, file-requires): Push the filename right.
10978
10979 2008-01-25 Martin Rudalics <rudalics@gmx.at>
10980
10981 * emacs-lisp/find-func.el (find-library): Wrap search for
10982 library name in condition-case to avoid reporting a scan-error.
10983
10984 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
10985
10986 * server.el (server-process-filter): Don't force
10987 the authentication string to be followed by "\n".
10988
10989 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10990
10991 * blank-mode.el: New version 9.0. New commands to clean up some blank
10992 problems like trailing blanks. New faces and regexp for visualizing
10993 the blank problems. Doc fix.
10994 (blank-chars, blank-global-modes, blank-chars-value-list)
10995 (blank-toggle-option-alist, blank-help-text): Initialization fix.
10996 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
10997 (blank-indentation, blank-empty, blank-space-after-tab)
10998 (blank-indentation-regexp, blank-empty-at-bob-regexp)
10999 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
11000 (blank-cleanup, blank-cleanup-region): New commands.
11001 (blank-color-on): Code fix.
11002
11003 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
11004
11005 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
11006 file name.
11007 (ibuffer-mode-map): Add binding to sort by file name.
11008 (ibuffer-filename/process-header-map): New variable.
11009 (filename-and-process): Add a header that sorts by file name.
11010 (ibuffer-mode): Mention sorting by file name.
11011
11012 * ibuf-ext.el (filename/process): New sorter.
11013
11014 2008-01-25 Sven Joachim <svenjoac@gmx.de>
11015
11016 * view.el (kill-buffer-if-not-modified): Don't pass t to
11017 buffer-modified-p.
11018
11019 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
11020
11021 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
11022 the source file in case of `rename'.
11023 Reported by Pete Forman <pete.forman@westerngeco.com>.
11024
11025 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
11026
11027 * allout.el (allout-keybindings-list): In initial setting, express
11028 meta-prefixed allout keys as vectors instead of strings, since the
11029 string form is interpreted in some cases as composed key
11030 modifiers, eg, accented keys.
11031
11032 (allout-line-boundary-regexp): Clarify description.
11033
11034 (set-allout-regexp): Repair the expressions so that the formfeed
11035 part is identified as one of the top-level groups, and is
11036 included in all the forms, not just the -line-boundary-regexp one.
11037
11038 (allout-prefix-data): Incorporate information from the various
11039 allout regexp's formfeed alternative group, when present.
11040
11041 (allout-write-file-hook-handler): Rectify mangling of the error
11042 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
11043 condition-case handler was apparently reformatted as if it was a
11044 call to the error function. An apparent repair attempt in version
11045 1.101 situated the original body of the error handling code as
11046 bogus condition-case handlers. I've returned to just about the
11047 working code that was originally there, removing an unnecessary -
11048 but benign - enclosing 'progn'. (Automated or cursory code fixes
11049 often aren't.)
11050
11051 (allout-region-active-p): Fallback to value of mark-active if
11052 neither use-region-p nor region-active-p are present, for
11053 compatability with current and recent emacs major releases.
11054
11055 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
11056
11057 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
11058 (reftex-toc-restore-region):
11059 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
11060 (reftex-index-phrases-apply-to-region):
11061 * textmodes/ispell.el (ispell-word):
11062 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
11063 * progmodes/pascal.el (pascal-mark-defun):
11064 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
11065 (f90-fill-region):
11066 * emulation/tpu-edt.el (tpu-set-mark):
11067 * emulation/crisp.el (crisp-region-active):
11068 * winner.el (winner-active-region):
11069 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
11070 of bound tests in order to resolve conditionals at compile time.
11071
11072 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
11073
11074 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
11075 not autoloaded, and we wouldn't want to load CL just to unload
11076 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
11077
11078 2008-01-24 Martin Rudalics <rudalics@gmx.at>
11079
11080 * delsel.el (delete-selection-pre-hook): Avoid clearing out
11081 pre-command-hook when text is read-only.
11082
11083 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
11084
11085 * vc.el (vc-process-filter): Do nothing if buffer not live.
11086 (vc-diff-finish): Rename from vc-diff-sentinel.
11087 No longer take REV1-NAME and REV2-NAME.
11088 Instead, take BUFFER-NAME. Do nothing if buffer not live.
11089 Don't do window resize if no window displays buffer.
11090 (vc-diff-internal): Use vc-diff-finish.
11091
11092 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
11093 In both cases, convert single call to one wrapped in dolist.
11094
11095 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
11096
11097 * vc.el: Add a TODO item about missing files.
11098 (vc-exec-after): Add a tooltip to the new mode-line item.
11099
11100 2008-01-24 Glenn Morris <rgm@gnu.org>
11101
11102 * t-mouse.el (gpm-mouse-start): Declare as a function.
11103
11104 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
11105
11106 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
11107 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
11108 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11109 Don't send `tramp-rsh-end-of-line' additionally, when setting the
11110 prompt.
11111 (tramp-wait-for-output): Distinguish different prompt formats.
11112 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
11113 (tramp-local-host-p): Check whether temp directory is writable.
11114
11115 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
11116
11117 * vc.el: Add TODO items.
11118
11119 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
11120
11121 * replace.el (occur-mode-find-occurrence-hook): New hook that can
11122 be used to reveal or highlight the location of a match.
11123 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
11124 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
11125
11126 2008-01-23 Martin Rudalics <rudalics@gmx.at>
11127
11128 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
11129 for defcustom.
11130 (hide-ifdef-shadow): Add version number for defface.
11131
11132 2008-01-23 Glenn Morris <rgm@gnu.org>
11133
11134 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
11135
11136 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
11137
11138 * progmodes/sh-script.el (sh-basic-offset):
11139 * progmodes/cc-vars.el (c-syntactic-indentation)
11140 (c-syntactic-indentation-in-macros): Mark as safe.
11141
11142 2008-01-23 Richard Stallman <rms@gnu.org>
11143
11144 * icomplete.el (icomplete-get-keys):
11145 Look up KEYS using all maps in proper buffer.
11146
11147 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
11148
11149 * frame.el (display-mm-height, display-mm-width):
11150 * whitespace.el (whitespace-check-leading-whitespace)
11151 (whitespace-check-trailing-whitespace)
11152 (whitespace-check-spacetab-whitespace)
11153 (whitespace-check-indent-whitespace)
11154 (whitespace-check-ateol-whitespace):
11155 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
11156
11157 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
11158
11159 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
11160 after-save-hook so that it is not called multiple times.
11161
11162 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
11163
11164 2008-01-23 Eli Zaretskii <eliz@gnu.org>
11165
11166 * view.el (view-file-other-window, view-file-other-frame):
11167 Don't kill the buffer if it is modified. Doc fixes.
11168 (kill-buffer-if-not-modified): New function.
11169 (view-file): Don't kill the buffer if it is modified.
11170
11171 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
11172 (ebrowse-view/find-file-and-search-pattern):
11173 Call view-file-other-window instead of ebrowse-view-file-other-window.
11174 (ebrowse-view-file-other-frame): Don't call
11175 current-window-configuration. Fix second argument in the call to
11176 view-mode-enter. Doc fix.
11177
11178 2008-01-23 Richard Stallman <rms@gnu.org>
11179
11180 * subr.el (atomic-change-group): Prevent undo list truncation.
11181
11182 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
11183
11184 * files.el (safe-local-eval-forms):
11185 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
11186
11187 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
11188
11189 * comint.el (comint-insert-input): Set point first.
11190
11191 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
11192 session doesn't hang because gdb-pending-triggers is non-nil.
11193 (gdb-frame-handler): Use buffer-file-name instead of
11194 buffer-name in case of duplicate file names.
11195
11196 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
11197
11198 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
11199 C-M-e and C-M-h for emacs, they work by default.
11200 (verilog-emacs-features): Remove.
11201 (verilog-setup-dual-comments, verilog-populate-syntax-table):
11202 Remove. Move syntax table initialization ...
11203 (verilog-mode-syntax-table): ... here.
11204 (verilog-mode): Don't initialize the syntax table here.
11205 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
11206 does not need it.
11207
11208 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
11209
11210 * progmodes/verilog-mode.el (verilog-booleanp): New function for
11211 backward compatibility. Replace all uses of booleanp with
11212 verilog-booleanp.
11213
11214 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
11215
11216 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
11217
11218 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
11219
11220 * progmodes/verilog-mode.el (top-level): Fix spacing.
11221 (verilog-mode-version, verilog-mode-release-date):
11222 Update version number.
11223 (verilog-mode-release-emacs): New variable.
11224 (compile-command, reporter-prompt-for-summary-p):
11225 Define for byte compiler.
11226 (verilog-startup-message-lines, verilog-startup-message-displayed)
11227 (verilog-display-startup-message): Remove.
11228 (verilog-highlight-p1800-keywords): Improve docstring.
11229 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
11230 (vector-skip-list): Only defvar at compile time.
11231 (verilog-highlight-translate-off, verilog-indent-level)
11232 (verilog-indent-level-module, verilog-indent-level-declaration)
11233 (verilog-indent-declaration-macros, verilog-indent-lists)
11234 (verilog-indent-level-behavioral, verilog-indent-level-directive)
11235 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
11236 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
11237 (verilog-tab-to-comment, verilog-indent-begin-after-if)
11238 (verilog-align-ifelse, verilog-minimum-comment-distance)
11239 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
11240 (verilog-auto-endcomments, verilog-auto-read-includes)
11241 (verilog-auto-star-expand, verilog-auto-star-save)
11242 (verilog-library-flags, verilog-library-directories)
11243 (verilog-library-files, verilog-library-extensions)
11244 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
11245 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
11246 (verilog-assignment-delay, verilog-auto-inst-vector)
11247 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
11248 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
11249 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
11250 Add safe-local-variable properties.
11251 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
11252 (verilog-re-search-backward, verilog-error-regexp-add)
11253 (verilog-end-block-re, verilog-emacs-features)
11254 (verilog-populate-syntax-table, verilog-setup-dual-comments)
11255 (verilog-type-font-keywords, verilog-inside-comment-p)
11256 (electric-verilog-backward-sexp, verilog-backward-sexp)
11257 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
11258 (electric-verilog-terminate-line, electric-verilog-semi)
11259 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
11260 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
11261 (verilog-beg-of-statement, verilog-in-case-region-p)
11262 (verilog-in-struct-region-p, verilog-in-generate-region-p)
11263 (verilog-in-fork-region-p, verilog-backward-case-item)
11264 (verilog-set-auto-endcomments, verilog-get-expr)
11265 (verilog-expand-vector-internal, verilog-surelint-off)
11266 (verilog-batch-execute-func, verilog-calculate-indent)
11267 (verilog-calc-1, verilog-calculate-indent-directive)
11268 (verilog-leap-to-head, verilog-continued-line)
11269 (verilog-backward-token, verilog-backward-syntactic-ws)
11270 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
11271 (verilog-forward-ws&directives, verilog-at-constraint-p)
11272 (verilog-skip-backward-comments, verilog-indent-line-relative)
11273 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
11274 (verilog-pretty-declarations, verilog-pretty-expr)
11275 (verilog-just-one-space, verilog-indent-declaration)
11276 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
11277 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
11278 (verilog-read-always-signals-recurse, verilog-read-instants)
11279 (verilog-read-auto-template, verilog-set-define)
11280 (verilog-read-defines, verilog-read-signals, verilog-getopt)
11281 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
11282 (verilog-modi-cache-results, verilog-insert-one-definition)
11283 (verilog-make-width-expression, verilog-delete-autos-lined)
11284 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
11285 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
11286 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
11287 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
11288 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
11289 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
11290 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
11291 (verilog-load-file-at-mouse, verilog-load-file-at-point)
11292 (verilog-library-files): Cleanup spacing of )'s they should not be
11293 on unique lines. Fix checkdoc warnings.
11294
11295 2008-01-22 Glenn Morris <rgm@gnu.org>
11296
11297 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
11298 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
11299 from defcustoms.
11300 (hide-ifdef-shadow): Remove autoload cookie from defface.
11301
11302 * vc.el (vc-diff-sentinel): Do not write a footer if there were
11303 differences.
11304
11305 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
11306
11307 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
11308 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
11309 manual entry.
11310
11311 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
11312
11313 * net/dbus.el (dbus-ignore-errors): New macro.
11314 (dbus-unregister-object): New defun. Moved from dbusbind.c.
11315 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
11316 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
11317 (dbus-get-signatures): Apply `dbus-ignore-errors'.
11318
11319 2008-01-21 Martin Rudalics <rudalics@gmx.at>
11320
11321 * outline.el (outline-up-heading): Fix check for top level to
11322 avoid infinite looping in hide-other.
11323
11324 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
11325
11326 * vc.el (vc-process-sentinel): After calling the previous
11327 sentinel, do nothing if the process' buffer is not live.
11328
11329 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11330
11331 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
11332 blank-mode in some buffers (like *info* buffers). Reported by Juanma
11333 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
11334 blank-mode faces. Doc fix. New version 8.1.
11335 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
11336 CONDITION BODY).
11337 (blank-space-face): Face/option name replaced by blank-space.
11338 (blank-hspace-face): Face/option name replaced by blank-hspace.
11339 (blank-tab-face): Face/option name replaced by blank-tab.
11340 (blank-newline-face): Face/option name replaced by blank-newline.
11341 (blank-trailing-face): Face/option name replaced by blank-trailing.
11342 (blank-line-face): Face/option name replaced by blank-line.
11343 (blank-space-before-tab-face): Face/option name replaced by
11344 blank-space-before-tab.
11345 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
11346
11347 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
11348
11349 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
11350 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
11351 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
11352 (global-blank-mode): Doc fixes.
11353 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
11354 (blank-newline-face, blank-trailing-face, blank-line-face)
11355 (blank-space-before-tab-face, blank-display-mappings)
11356 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
11357 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
11358 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
11359 Fix typos in docstrings.
11360
11361 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
11362
11363 * server.el (server-log-time-function): New variable.
11364 (server-log): Use it.
11365
11366 2008-01-21 Glenn Morris <rgm@gnu.org>
11367
11368 * progmodes/hideif.el: Move defcustoms and defface to start of file.
11369
11370 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
11371
11372 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
11373
11374 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
11375 (org-descriptive-links, org-link-file-path-type)
11376 (org-remember-use-refile-when-interactive)
11377 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
11378 (org-export-ascii-bullets, org-agenda-deadline-faces)
11379 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
11380 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
11381 (org-kill-note-or-show-branches): Fix typos in docstrings.
11382
11383 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
11384
11385 * vc.el (vc-process-sentinel): Set mode-line-process.
11386 (vc-exec-after): Likewise, for the `run' process status.
11387
11388 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
11389
11390 * ibuffer.el (ibuffer-mode): Fix last change.
11391
11392 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
11393
11394 * vc-hg.el (vc-hg-registered):
11395 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
11396
11397 2008-01-20 Martin Rudalics <rudalics@gmx.at>
11398
11399 * repeat.el (repeat-undo-count): New variable.
11400 (repeat): For self-insertions make undo boundary only after 20
11401 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
11402
11403 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
11404
11405 * net/imap.el (imap-ping-server): New variable.
11406 (imap-opened): On add extra ping if imap-ping-server is non-nil.
11407 (imap-ping-server): Minor doc string fixes.
11408
11409 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
11410
11411 * net/imap.el (imap-ping-server): New function.
11412 (imap-opened): Call imap-ping-server.
11413
11414 2008-01-20 Glenn Morris <rgm@gnu.org>
11415
11416 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
11417 prevent infloops.
11418
11419 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
11420
11421 * progmodes/python.el (python-imports): Default to "None".
11422
11423 2008-01-19 Tom Tromey <tromey@redhat.com>
11424
11425 * vc-svn.el (vc-svn-after-dir-status): New function.
11426 (vc-svn-dir-status): Run svn asynchronously.
11427
11428 2008-01-19 Martin Rudalics <rudalics@gmx.at>
11429
11430 * progmodes/hideif.el (hide-ifdef-shadow): New option.
11431 (hide-ifdef-shadow): New face.
11432 (hide-ifdef-toggle-shadowing): New function to toggle between
11433 shadowing and making code invisible.
11434 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
11435 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
11436 (hide-ifdef-region-internal): Give new overlay hide-ifdef
11437 property. Shadow text when hide-ifdef-shadow is non-nil.
11438 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
11439 (hif-hide-line): Use when instead of if.
11440 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
11441 Remove unneeded * from doc-strings.
11442
11443 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
11444
11445 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
11446 the hscroll behavior was fixed.
11447 (doc-view-mode): Disable auto-hscroll-mode.
11448
11449 2008-01-18 Tom Tromey <tromey@redhat.com>
11450
11451 * vc-svn.el (vc-svn-dir-status): New function.
11452
11453 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
11454
11455 * vc.el: Make vc-status asynchronous.
11456 (vc-update-vc-status-buffer): New function broken out of ...
11457 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
11458 the dir-status backend function.
11459
11460 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
11461 Move the output processing to ...
11462 (vc-hg-after-dir-status): ... here. Call the function passed as
11463 an argument with the results.
11464
11465 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
11466
11467 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
11468 (doc-view-insert-image): Do something if the image is missing.
11469 (doc-view-mode): Don't use file-remote-p.
11470
11471 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
11472
11473 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
11474 (org-export-latex-special-chars): Convert "..." in \ldots
11475 and skip tables.
11476 (org-export-latex-fontify-headline): Change parameter name.
11477 (org-export-as-latex): Handle export of subtrees.
11478 (org-export-latex-make-header): New argument TITLE.
11479 (org-export-latex-content): New argument EXCLUDE-LIST.
11480 (org-list-parse-list): New name for org-export-latex-parse-list.
11481 (org-export-latex-make-header): New name for
11482 org-export-latex-make-preamble.
11483 (org-list-to-generic): New name of org-export-list-to-generic.
11484 (org-list-to-latex): New name of org-export-list-to-latex.
11485 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
11486 (org-list-send-list, org-list-to-texinfo)
11487 (org-list-to-html): New functions.
11488 (org-export-latex-tables-column-borders)
11489 (org-export-latex-default-class, org-export-latex-classes)
11490 (org-export-latex-classes-sectioning)
11491 (org-list-radio-list-templates): New options.
11492 (org-export-latex-header): New variable.
11493 (org-latex-entities): New constant.
11494 (org-export-latex-default-sectioning, org-export-latex-preamble)
11495 (org-export-latex-prepare-text-option)
11496 (org-export-latex-get-sectioning): Remove.
11497
11498 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
11499
11500 * textmodes/org-publish.el (org-publish-current-project):
11501 Fix bug with forcing publication.
11502
11503 * textmodes/org.el (org-export-with-special-strings): New option.
11504 (org-export-html-convert-special-strings): New function.
11505 (org-html-do-expand): `org-export-html-convert-special-strings'
11506 added to the list of conversion.
11507 (org-infile-export-plist, org-get-current-options): Add support
11508 for "-" in the #+OPTION line to let user switch on/off special
11509 strings conversion.
11510 (org-export-plist-vars): New :html-table-tag property.
11511 (org-export-as-html, org-format-org-table-html)
11512 (org-format-table-table-html) Use the :html-table-tag property
11513 instead of the `org-export-html-table-tag' global value.
11514 (org-additional-option-like-keywords): Add "TBLFM".
11515 (org-entry-properties): Include the CLOCKSUM special property.
11516 (org-columns-edit-value): Do not allow to edit the special
11517 CLOCKSUM property.
11518 (org-flag-drawer): Use the original value of `outline-regexp'.
11519 (org-remember-handler): Add invisible-ok flag to call to
11520 `org-end-of-subtree'.
11521 (org-agenda-highlight-todo): Respect
11522 `org-agenda-todo-keyword-format'.
11523 (org-agenda-todo-keyword-format): New option.
11524 (org-infile-export-plist): No restriction while searching for options.
11525 (org-remember-handler): Remove comments at the end of the buffer.
11526 (org-remember-use-refile-when-interactive): New option.
11527 (org-table-sort-lines): Make sure sorting works on link
11528 descritions only, and ignores the link.
11529 (org-sort-entries-or-items): Make sure the end of the subtree is
11530 included.
11531 (org-refile-use-outline-path): New allowed values `file' and
11532 `full-file-path'.
11533 (org-get-refile-targets): Respect new values for
11534 `org-refile-use-outline-path'.
11535 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
11536 (org-export-as-xoxo): Restore point when done.
11537 (org-open-file): Allow multiple %s in command.
11538 (org-clock-in-switch-to-state): New option.
11539 (org-first-list-item-p): New function.
11540 (org-last-remember-storage-locations): New variable.
11541 (org-get-refile-targets): Interpret the new maxlevel setting.
11542 (org-refile-targets): New option `:maxlevel'.
11543 (org-copy-subtree): Include empty lines before but not after subtree.
11544 (org-back-over-empty-lines, org-skip-whitespace): New functions.
11545 (org-move-item-down, org-move-item-up): Include empty lines before
11546 but not after item.
11547 (org-first-sibling-p): New function.
11548 (org-remember-apply-template): Defaults, completions and history
11549 for template prompts. Also, interpret new `%!' escape.
11550 (org-context-choices): New constant.
11551 (org-bound-and-true-p): New macro.
11552 (org-imenu-depth): New option.
11553 (org-imenu-markers): New variable.
11554 (org-imenu-new-marker, org-imenu-get-tree)
11555 (org-speedbar-set-agenda-restriction): New functions.
11556 (org-agenda-set-restriction-lock)
11557 (org-agenda-remove-restriction-lock)
11558 (org-agenda-maybe-redo): New functions.
11559 (org-agenda-restriction-lock): New face.
11560 (org-agenda-restriction-lock-overlay)
11561 (org-speedbar-restriction-lock-overlay): New variables.
11562 (org-open-at-point): Remove obsolete way to do redirection in
11563 shell links.
11564 (org-imenu-and-speedbar): New customization group.
11565 (org-entry-properties): Return keyword-less time strings.
11566 (org-clock-heading-function): New option.
11567 (org-clock-in): Use `org-clock-heading-function'.
11568 (org-calendar-holiday): Try to use `calendar-check-holidays'
11569 instead of the obsolete `check-calendar-holidays'.
11570 (org-export-html-special-string-regexps): New constant.
11571 (org-massive-special-regexp): New variable.
11572 (org-compute-latex-and-specials-regexp)
11573 (org-do-latex-and-special-faces): New functions.
11574 (org-latex-and-export-specials): New face.
11575 (org-highlight-latex-fragments-and-specials): New option.
11576 (org-link-escape-chars): Use characters instead of strings.
11577 (org-link-escape-chars-browser, org-link-escape)
11578 (org-link-unescape): Use characters instead of strings.
11579 (org-export-html-convert-sub-super, org-html-do-expand): Check for
11580 protected text.
11581 (org-emphasis-alist): Additional `verbatim' flag.
11582 (org-set-emph-re): Handle the verbatim flag and compute
11583 `org-verbatim-re'.
11584 (org-cleaned-string-for-export): Protect verbatim elements.
11585 (org-verbatim-re): New variable.
11586 (org-hide-emphasis-markers): New option.
11587 (org-additional-option-like-keywords): Add new keywords.
11588 (org-get-entry): Rename from `org-get-cleaned-entry'.
11589 (org-icalendar-cleanup-string): New function for quoting icalendar text.
11590 (org-agenda-skip-scheduled-if-done): New option.
11591 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
11592 `org-agenda-skip-scheduled-if-done'.
11593 (org-prepare-agenda-buffers): Allow buffers as arguments.
11594 (org-entry-properties): Add CATEGORY as a special property.
11595 (org-use-property-inheritance): Allow a list of properties as a value.
11596 (org-eval-in-calendar): No longer update the prompt.
11597 (org-read-date-popup-calendar): Rename from
11598 `org-popup-calendar-for-date-prompt'.
11599 (org-read-date-display-live): New variable.
11600 (org-read-date-display): New function.
11601 (org-read-date-analyze): New function.
11602 (org-remember-apply-template): Define `remember-finalize' if it is
11603 not yet defined.
11604 (org-remember-insinuate): New function.
11605 (org-read-date-prefer-future): New option.
11606 (org-read-date): Respect the setting of
11607 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
11608 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
11609 hardcoded string.
11610 (org-remember-apply-template): Use `remember-finalize' instead of
11611 `remember-buffer'.
11612 (org-columns-compute, org-column-number-to-string)
11613 (org-columns-uncompile-format, org-columns-compile-format)
11614 (org-columns-compile-format): Handle printf format specifier.
11615 (org-columns-new, org-column-number-to-string)
11616 (org-columns-uncompile-format, org-columns-compile-format):
11617 Support for new currency summary type.
11618 (org-tree-to-indirect-buffer): Do not kill old buffer when
11619 `org-indirect-buffer-display' is `new-frame'.
11620 (org-indirect-buffer-display): Document that `new-frame' leads to
11621 indiret buffer proliferation.
11622 (org-agenda-list): Use `org-extend-today-until'.
11623 (org-extend-today-until): New option.
11624 (org-format-org-table-html): Use lower-case for <col> tag.
11625 (org-agenda-execute): New command.
11626 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
11627 (org-select-remember-template): New function.
11628 (org-remember-apply-template): Use `org-select-remember-template'.
11629 (org-go-to-remember-target): New function.
11630
11631 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
11632
11633 * vc.el: Add a TODO note about vc-state.
11634 (vc-next-action): Register 'unregistered and 'ignored files.
11635 Use when and unless instead of if where appropriate.
11636 (vc-start-entry): Fix typo.
11637 (vc-status): Autoload it.
11638
11639 2008-01-18 Glenn Morris <rgm@gnu.org>
11640
11641 * ffap.el (ffap-alist): Remove space from RFC regexp.
11642
11643 2008-01-18 Richard Stallman <rms@gnu.org>
11644
11645 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
11646 than face-spec-recalc.
11647
11648 2008-01-18 Glenn Morris <rgm@gnu.org>
11649
11650 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
11651
11652 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11653 Miles Bader <miles@gnu.org>
11654
11655 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
11656 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
11657 for handling display table (via visws.el package), his code was
11658 modified, but the main idea was kept.
11659
11660 2008-01-17 Glenn Morris <rgm@gnu.org>
11661
11662 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
11663 (ibuffer-save-filters): Remove calls to deleted
11664 ibuffer-update-mode-name.
11665
11666 2008-01-16 Martin Rudalics <rudalics@gmx.at>
11667
11668 * longlines.el (longlines-mode, longlines-show-region)
11669 (longlines-unshow-hard-newlines): Bind buffer-file-name and
11670 buffer-file-truename to nil while modifying buffer.
11671
11672 * cus-edit.el (custom-reset-standard-variables-list)
11673 (custom-reset-standard-faces-list): New variables.
11674 (custom-reset-standard-save-and-update): New function.
11675 (Custom-save): Apply custom-mark-to-save before and
11676 custom-state-set-and-redraw after saving options.
11677 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
11678 options and call custom-reset-standard-save-and-update.
11679 (custom-variable, custom-face, custom-group): Provide new
11680 entries for custom-mark-to-save, custom-mark-to-reset-standard,
11681 and custom-state-set-and-redraw.
11682 (custom-variable-mark-to-save)
11683 (custom-variable-state-set-and-redraw)
11684 (custom-variable-mark-to-reset-standard)
11685 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
11686 (custom-face-mark-to-reset-standard)
11687 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
11688 (custom-group-mark-to-reset-standard): New functions.
11689 (custom-variable-save): Move save, state-set, and redraw
11690 functionality to custom-variable-mark-to-save.
11691 (custom-face-save): Move save, state-set, and redraw
11692 functionality to custom-face-mark-to-save.
11693 (custom-group-save): Move save, state-set, and redraw
11694 functionality to custom-group-mark-to-save.
11695 (custom-variable-reset-standard, custom-face-reset-standard)
11696 (custom-group-reset-standard): Move save, state-set, and redraw
11697 functionality to custom-reset-standard-save-and-update.
11698
11699 (custom-buffer-create-internal): Fix text in verbose help.
11700 (custom-face-value-create): Indent doc-strings of faces like
11701 those of variables.
11702
11703 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11704
11705 * server.el (server-process-filter): Replace lineno and columnnno
11706 which defaulted to 1&0 with filepos which defaults to nil.
11707 (server-goto-line-column): Only receive the filepos.
11708 Only move if filepos is non-nil.
11709 (server-visit-files): Slight restructure to consolidate two calls to
11710 server-goto-line-column into just one.
11711
11712 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
11713 the use of degraded mode.
11714 (nxml-degrade): Don't change mode-name.
11715
11716 * nxml/rng-nxml.el (rng-nxml-mode-init):
11717 Don't overwrite mode-line-process.
11718
11719 * ibuffer.el (mode): Pass the buffer to format-mode-line.
11720 (ibuffer-update-mode-name): Remove.
11721 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
11722 (ibuffer-mode): Use mode-line-process instead.
11723
11724 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
11725 Use derived-mode-p.
11726 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
11727
11728 * help.el (describe-mode): Pass the right buffer to format-mode-line.
11729
11730 2008-01-16 Glenn Morris <rgm@gnu.org>
11731
11732 * comint.el (comint-regexp-arg): Fix no-input case.
11733
11734 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
11735
11736 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
11737 * pcvs.el (cvs-revert-if-needed):
11738 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
11739
11740 * vc-svn.el (vc-svn-find-file-hook):
11741 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
11742
11743 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
11744
11745 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
11746 (icalendar-export-file, icalendar-import-file):
11747 Restore significant trailing whitespace in `interactive' prompts.
11748
11749 2008-01-16 Tom Tromey <tromey@redhat.com>
11750
11751 * calendar/icalendar.el (icalendar--convert-tz-offset)
11752 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
11753 (icalendar--find-time-zone): New functions.
11754 (icalendar--decode-isodatetime): Add `zone' argument, passed to
11755 `decode-time'. Doc fix.
11756 (icalendar--convert-ical-to-diary): Compute zone-map.
11757 Pass timezone to icalendar--decode-isodatetime.
11758
11759 2008-01-16 Alan Mackenzie <acm@muc.de>
11760
11761 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
11762 an eval-and-compile, so as to permit byte-compiling (e.g. in
11763 bootstrap).
11764
11765 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
11766
11767 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
11768 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
11769 using the same key for different menu entries.
11770
11771 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
11772 (smerge-makeup-conflict): New command.
11773
11774 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
11775
11776 * log-edit.el (log-edit): Doc fix.
11777
11778 2008-01-15 Glenn Morris <rgm@gnu.org>
11779
11780 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
11781
11782 2008-01-14 Alan Mackenzie <acm@muc.de>
11783
11784 * progmodes/cc-vars.el (c-constant-symbol): New function which
11785 supersedes c-const-symbol. During a customize-.. call it enables
11786 an element of (e.g.) c-hanging-braces alist to have its name
11787 displayed, even when the default value of c-h-b etc. doesn't
11788 include the elemnt. Replace uses of the old function by the new.
11789
11790 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
11791 obscure non-working fragment ":value c-".
11792
11793 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
11794
11795 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
11796
11797 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
11798
11799 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
11800 instead of `tramp-file-name-real-host'.
11801
11802 * net/trampver.el: Update release number.
11803
11804 2008-01-14 Alan Mackenzie <acm@muc.de>
11805
11806 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
11807 call inside a struct being recognised as a K&R argument.
11808
11809 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
11810
11811 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11812 Accept "fatal error" from MSFT.
11813 Reported by Jared Finder <jfinder@crypticstudios.com>.
11814
11815 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
11816
11817 * smerge-mode.el (smerge-auto): New function.
11818 * vc-svn.el (vc-svn-find-file-hook):
11819 * vc-arch.el (vc-arch-find-file-hook):
11820 * pcvs.el (cvs-revert-if-needed):
11821 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
11822 (top-level): Add a Todo list.
11823
11824 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
11825
11826 * vc.el (vc-update): Resolve conflicts if necessary instead of
11827 just updating the buffer.
11828
11829 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
11830 update command so that we can parse the output.
11831
11832 2008-01-13 Martin Rudalics <rudalics@gmx.at>
11833
11834 * mail/rmail.el (rmail-convert-to-babyl-format):
11835 Remove save-excursion to avoid infinite looping.
11836 Reported by dnz <dnz@bk.ru>.
11837
11838 2008-01-12 Glenn Morris <rgm@gnu.org>
11839
11840 * woman.el (woman-parse-numeric-arg): Change handling of `==':
11841 can be interned without a function definition.
11842
11843 2008-01-12 Jason Rumney <jasonr@gnu.org>
11844
11845 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
11846 (rng-nxml-mode-init): Declare.
11847
11848 2008-01-11 Jason Rumney <jasonr@gnu.org>
11849
11850 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
11851 (rng-preferred-prefix-alist-default): Remove.
11852
11853 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
11854 Rename from nxml-enable-unicode-char-name-sets-flag.
11855 (nxml-enable-unicode-char-name-sets-1): Merge into
11856 nxml-enable-unicode-char-name-sets.
11857 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
11858 nxml-char-name-ignore-case here.
11859
11860 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
11861 Update doc string and commentary.
11862 (nxml-char-name-ignore-case): Change default value.
11863 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
11864
11865 2008-01-11 Martin Rudalics <rudalics@gmx.at>
11866
11867 * cus-start.el (all): Add missing version entries.
11868
11869 2008-01-11 Glenn Morris <rgm@gnu.org>
11870
11871 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
11872 (euc-to-flat-code, flat-code-to-euc):
11873 * textmodes/org.el (elmo-msgdb-overview-get-entity)
11874 (wl-summary-buffer-msgdb): Declare as funtions.
11875
11876 2008-01-10 Martin Rudalics <rudalics@gmx.at>
11877
11878 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
11879 Bind buffer-file-name and buffer-file-truename.
11880
11881 * fringe.el (fringe-mode-explicit): New variable.
11882 (set-fringe-mode): Don't alter default-frame-alist when just
11883 loading this file.
11884
11885 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
11886
11887 * doc-view.el (doc-view-buffer-file-name): New variable.
11888 (doc-view-convert-current-doc, doc-view-search)
11889 (doc-view-current-cache-dir, doc-view-initiate-display)
11890 (doc-view-mode): Use it.
11891 (doc-view-bookmark-make-cell): Use variable buffer-file-name
11892 instead of function.
11893
11894 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
11895
11896 * vc-svn.el (vc-svn-registered): Return the correct value for
11897 ignored and unregistered files.
11898
11899 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
11900
11901 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
11902
11903 2008-01-10 Tom Tromey <tromey@redhat.com>
11904
11905 * vc.el (vc-status-unmark-all-files): New function.
11906 (vc-status-unmark-all-files): Likewise.
11907 (vc-status-mode-map): Add bindings.
11908
11909 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
11910
11911 * ediff*.el: Uncomment declare-function.
11912
11913 * emulation/viper*.el: Uncomment declare-function.
11914
11915 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
11916
11917 * doc-view.el (doc-view-mode): Support tramp, compressed files and
11918 files inside archives uniformly.
11919
11920 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
11921
11922 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
11923 constant with a computation on sgml-specials rather than a literal
11924 list. Without this change the syntax table is generated
11925 incorrectly, and the mode will think it's in a comment following
11926 any instance of the string "--".
11927
11928 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
11929
11930 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
11931 (doc-view-mode): Support document files inside archives.
11932
11933 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
11934
11935 * vc.el (vc-deduce-fileset): Return the currently selected file if
11936 no files are selected when using vc-status.
11937
11938 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
11939
11940 * ediff*.el: Comment out declare-function. "make bootstrap"
11941 stops with an error and Emacs does not compile with those things in.
11942 Besides, declare-function is not defined in XEmacs.
11943
11944 * ediff-util (eqiff-quit): Autoraise minibuffer.
11945
11946 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
11947
11948 * emulation/viper*.el: Comment out declare-function -- not defined
11949 in XEmacs.
11950
11951 * emulation/viper-ex.el (viper-info-on-file):
11952 Take care of indirect buffers.
11953
11954 * emulation/viper.el (viper-set-hooks, set-cursor-color):
11955 Set viper-vi-state-cursor-color.
11956
11957 2008-01-09 Tom Tromey <tromey@redhat.com>
11958
11959 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
11960 Just return header.
11961 (vc-status-move-to-goal-column): New function.
11962 (vc-status-mode-map): Define more keys.
11963 (vc-status-mode): Use vc-status-refresh. Now 'special.
11964 (vc-status-refresh): New function.
11965 (vc-status-next-line): Likewise.
11966 (vc-status-previous-line): Likewise.
11967 (vc-status-mark-file): Use vc-status-next-line.
11968 (vc-status-unmark-file): Use vc-status-previous-line.
11969 (vc-status-unmark-file-up): New function.
11970 (vc-status-register): Likewise.
11971 (vc-status-find-file): Likewise.
11972 (vc-status-find-file-other-window): Likewise.
11973 (vc-status-current-file): Likewise.
11974 (vc-ensure-vc-buffer): Understand vc-status mode.
11975
11976 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
11977
11978 2008-01-09 Glenn Morris <rgm@gnu.org>
11979
11980 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
11981 entry, for Windows.
11982
11983 2008-01-09 Tom Tromey <tromey@redhat.com>
11984
11985 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
11986
11987 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
11988
11989 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
11990 add a file-name handler.
11991
11992 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11993
11994 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
11995 Rename from function bibtex-files-expand. New optional arg select.
11996 (bibtex-flash-head): Allow blink-matching-delay being zero.
11997 (bibtex-clean-entry): Use atomic-change-group.
11998 (bibtex-format-entry): Check presence of required fields only
11999 after formatting of fields. Use member-ignore-case. Do not use
12000 bibtex-parse-entry. Do not use booktitle field to set a missing title.
12001 (bibtex-autofill-entry): Do not call undo-boundary.
12002 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
12003 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
12004 Parse keys if necessary.
12005
12006 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
12007
12008 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
12009 quotes in case of spaces, e.g. STL containers (not pretty).
12010
12011 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
12012
12013 * progmodes/gdb-ui.el (gud-gdb-command-name):
12014 Explain "--annotate=3" option is necessary for the Graphical Interface.
12015
12016 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
12017
12018 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
12019 on menu bar.
12020
12021 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
12022
12023 * ffap.el (ffap-read-file-or-url): Let-bind
12024 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
12025
12026 2008-01-08 Sven Joachim <svenjoac@gmx.de>
12027
12028 * vc-bzr.el: Fix typo in header.
12029
12030 2008-01-08 Eli Zaretskii <eliz@gnu.org>
12031
12032 * Makefile.in (custom-deps, finder-data): Depend on autoloads
12033 instead of loaddefs.el.
12034
12035 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
12036
12037 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
12038 gets inserted out-of-order.
12039
12040 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
12041
12042 * vc-bzr.el: Copyright and version headers update.
12043 Remove some outdated comments through the whole file.
12044 (vc-bzr-program-args): Remove because unused.
12045 (vc-bzr-log-switches): New customization option.
12046 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
12047 use `vc-bzr-program-args'.
12048 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
12049 `vc-find-root' (patch by Andreas Hoenen).
12050 (vc-bzr-status): Update regex to match latest Bzr output.
12051 Remove redundant test.
12052 (vc-bzr-init-version): New function.
12053 (vc-bzr-unregister): Must not delete file.
12054 (vc-bzr-find-version): New function.
12055 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
12056 a non-empty string, otherwise take head revision.
12057 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
12058 (vc-bzr-diff): Simpler build of the revision spec string.
12059 (vc-annotate-convert-time, vc-bzr-annotate-difference):
12060 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
12061 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
12062 (vc-bzr-dired-state-info): Only provide custom strings for
12063 overloaded VC state 'edited; otherwise fallback to
12064 `vc-default-dired-state-info'.
12065
12066 2008-01-08 Richard Stallman <rms@gnu.org>
12067
12068 * delsel.el (delete-selection-mode): Doc fix.
12069
12070 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
12071
12072 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
12073 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
12074
12075 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
12076 of watch expressions (only works fully with GDB 6.7 or later).
12077
12078 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
12079
12080 * time-stamp.el (time-stamp-time-zone):
12081 * whitespace.el (whitespace-check-buffer-leading)
12082 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
12083 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
12084 * progmodes/sh-script.el (sh-indentation):
12085 * textmodes/ispell.el (ispell-local-pdict):
12086 Add safe-local-variable properties.
12087
12088 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
12089
12090 * vc-git.el (vc-git--call): Apply `process-file' instead of
12091 `call-process'.
12092
12093 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
12094 Reported by Pete Forman <pete.forman@westerngeco.com>.
12095 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
12096 (tramp-handle-process-file): Handle the case where DESTINATION is
12097 a consp with t as car.
12098 (tramp-wait-for-output): We shall remove exactly what has been
12099 find by the search.
12100
12101 2008-01-08 Kevin Ryde <user42@zip.com.au>
12102
12103 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12104 For perl, allow "during global destruction" at end. Add entry for
12105 two-arg form of the Test module ok() func.
12106
12107 2008-01-08 Glenn Morris <rgm@gnu.org>
12108
12109 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
12110 unified format.
12111
12112 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
12113
12114 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
12115
12116 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
12117 Simplify selection of frame focusing function.
12118
12119 2008-01-08 Michael Olson <mwolson@gnu.org>
12120
12121 * textmodes/remember.el (remember-region): Fix typo in docstring.
12122
12123 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
12124
12125 * textmodes/remember.el (remember): If there is a visible region
12126 [that is, the mark is active and transient mark mode is enabled]
12127 then use this region for the initial contents of the *Remember*
12128 buffer. Use `region-beginning' and `region-end' instead of
12129 `point' and `mark'.
12130
12131 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
12132
12133 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
12134 argument to vc-hg-command.
12135 (vc-hg-log-view-mode): Handle the user field better.
12136
12137 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
12138
12139 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
12140
12141 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
12142
12143 * vc.el (vc-status-fileinfo): New defstruct.
12144 (vc-status): New defvar.
12145 (vc-status-insert-headers, vc-status-printer, vc-status)
12146 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
12147 (vc-status-unmark-file, vc-status-marked-files): New functions.
12148
12149 * vc-hg.el (vc-hg-dir-status): New function.
12150
12151 2008-01-06 Martin Rudalics <rudalics@gmx.at>
12152
12153 * cus-edit.el (custom-tool-bar-map): Move initialization of this
12154 keymap from here ...
12155 (custom-mode): ... to here. Reported by Reiner Steib.
12156
12157 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
12158
12159 * obsolete/x-apollo.el: Remove file for unsupported system.
12160
12161 * term/x-win.el (vendor-specific-keysyms): Remove reference to
12162 Apollo.
12163
12164 * progmodes/gud.el (gud-dgux-p): Remove.
12165 (dbx): Remove reference to dgux.
12166
12167 * progmodes/ps-mode.el (ps-mode-print-function):
12168 * ps-print.el (ps-lp-system):
12169 * paths.el (rmail-spool-directory):
12170 * ls-lisp.el (ls-lisp-emulation):
12171 * lpr.el (lpr-lp-system):
12172 * dired.el (dired-chown-program): Remove references to dgux.
12173
12174 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12175
12176 * vc.el (vc-process-sentinel): Fix apparent typo.
12177 (vc-do-command): Forcefully kill any left over process.
12178 Use start-file-process.
12179 (vc-annotate-get-time-set-line-props): Check we don't move backward.
12180
12181 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
12182
12183 * net/dbus.el (dbus-list-hash-table)
12184 (dbus-name-owner-changed-handler): Replace "signal" by "member".
12185 (dbus-check-event): Add serial number to event.
12186 (dbus-handle-event): Apply return message if needed.
12187 (dbus-event-serial-number): New defun.
12188 (dbus-event-service-name, dbus-event-path-name)
12189 (dbus-event-interface-name, dbus-event-member-name):
12190 Adapt implementation to serial number.
12191
12192 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
12193
12194 * bs.el (bs--get-mode-name): Fix typo in previous change.
12195
12196 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
12197
12198 * mouse.el (mouse-popup-menubar): Fix typo.
12199
12200 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
12201 form inside with-current-buffer.
12202
12203 * progmodes/antlr-mode.el (provide): Move to the end of file.
12204 (require): Don't require font-lock and compile.
12205 (outline-level, imenu-use-markers, imenu-create-index-function):
12206 Move declarations to top level.
12207 (cond-emacs-xemacs-macfn): Declare for compiler.
12208
12209 * vc-bzr.el (vc-bzr-root):
12210 * vc-arch.el (vc-arch-root): Only set a property if the file is
12211 managed by this backend.
12212
12213 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
12214
12215 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
12216
12217 * doc-view.el (doc-view-scroll-up-or-next-page)
12218 (doc-view-scroll-down-or-previous-page): Don't scroll to the
12219 top/bottom again when on the first/last page.
12220
12221 * doc-view.el (doc-view-scroll-up-or-next-page)
12222 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
12223 image-scroll-down instead of the non-image equivalents.
12224 Don't rely on a signalled condition but switch pages when scrolling
12225 doesn't change the vertical position anymore.
12226 (doc-view-mode-map): Remap scroll-{up,down} to
12227 image-scroll-{up,down}.
12228
12229 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
12230
12231 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
12232 tpu-mapper command rather than load the tpu-mapper package.
12233
12234 * emulation/tpu-mapper.el (tpu-mapper): New command.
12235 Contains all the code previously at top-level.
12236
12237 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12238
12239 * bs.el (bs--sort-by-mode, bs--get-mode-name):
12240 * imenu.el (imenu-add-to-menubar):
12241 * makesum.el (make-command-summary):
12242 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
12243 (mouse-buffer-menu):
12244 * msb.el (msb--mode-menu-cond):
12245 * calc/calc-embed.el (calc-do-embedded):
12246 * emacs-lisp/helper.el (Helper-describe-mode):
12247 * mail/emacsbug.el (report-emacs-bug):
12248 * progmodes/hideshow.el (hs-grok-mode-type):
12249 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
12250 * textmodes/table.el (*table--cell-describe-mode):
12251 Pass mode-name through format-mode-line.
12252
12253 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12254
12255 * progmodes/ada-xref.el (ada-prj-find-prj-file):
12256 * progmodes/ada-mode.el (comment-region):
12257 * calendar/todo-mode.el (todo-insert-item):
12258 * bookmark.el (bookmark-buffer-name):
12259 Test major-mode rather than mode-name.
12260
12261 2008-01-04 Richard Stallman <rms@gnu.org>
12262
12263 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
12264 Call byte-compile-warn-about-unresolved-functions outside
12265 the with-current-buffer.
12266 (byte-compile-insert-header): Use with-current-buffer.
12267
12268 2008-01-04 Glenn Morris <rgm@gnu.org>
12269
12270 * startup.el (fancy-about-screen): Remove reference to deleted
12271 `fancy-splash-help-echo' variable.
12272
12273 * version.el (emacs-copyright): Update to 2008.
12274
12275 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
12276 rather than mapcar.
12277
12278 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
12279 change (merge mistake).
12280
12281 * doc-view.el (doc-view-search-internal): Don't use `incf'.
12282
12283 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
12284 (bookmark-get-bookmark-record):
12285 * image-mode.el (bookmark-make-cell-function)
12286 (bookmark-get-filename, bookmark-get-bookmark-record)
12287 (bookmark-get-position):
12288 * log-view.el (vc-modify-change-comment):
12289 * progmodes/grep.el (find-name-arg): Declare for compiler.
12290
12291 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
12292
12293 * savehist.el (savehist-coding-system): Default to a variant coding
12294 system with explicit unix end-of-line conversion, which is safer.
12295
12296 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
12297
12298 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
12299 * ibuffer.el (mode column): Use format-mode-line.
12300
12301 * server.el (server-create-window-system-frame): Remove workaround for
12302 a bug that has been fixed.
12303
12304 2008-01-03 Magnus Henoch <magnus@zemdatav>
12305
12306 * net/dbus.el (dbus-name-owner-changed-handler):
12307 Use dbus-unregister-object instead of dbus-unregister-signal.
12308
12309 2008-01-03 Drew Adams <drew.adams@oracle.com>
12310
12311 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
12312
12313 2008-01-03 Richard Stallman <rms@gnu.org>
12314
12315 * replace.el (occur-context-lines): New subroutine,
12316 broken out of occur-engine.
12317 (occur-engine): Call it.
12318
12319 2008-01-03 Alexandre Julliard <julliard@winehq.org>
12320
12321 * vc-git.el (vc-git--ls-files-state): New function.
12322 (vc-git-dir-state): Use it instead of processing the status
12323 results here.
12324
12325 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
12326
12327 * progmodes/grep.el (grep-find-ignored-directories):
12328 Initialize from the value of vc-directory-exclusion-list.
12329
12330 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
12331 even though we don't have a back end for darcs yet.
12332
12333 2008-01-02 Karl Fogel <kfogel@red-bean.com>
12334
12335 Change a return type, for greater extensibility.
12336 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
12337 and its thread for discussion leading to this change.
12338
12339 * bookmark.el (bookmark-jump-noselect):
12340 Return an alist instead of a dotted pair.
12341 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
12342 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
12343 (bookmark-bmenu-switch-other-window): Adjust accordingly.
12344 (bookmark-make-cell-function): Adjust documentation accordingly.
12345
12346 * image-mode.el (image-bookmark-jump):
12347 Adjust return type accordingly; document.
12348
12349 * doc-view.el (doc-view-bookmark-jump):
12350 Adjust return type accordingly; document.
12351
12352 2008-01-02 Miles Bader <miles@gnu.org>
12353
12354 * net/rcirc.el (rcirc-log-filename-function): New variable.
12355 (rcirc-log): Use `rcirc-log-filename-function' to generate the
12356 log-file name. Don't log anything if it returns nil.
12357 (rcirc-log-write): Use `expand-file-name' when merging the
12358 log-file name from the alist with rcirc-log-directory; this does
12359 the right thing if the name in the alist already an absolute
12360 filename. Make the log-file directory if necessary.
12361
12362 2007-12-29 Richard Stallman <rms@gnu.org>
12363
12364 * font-lock.el (font-lock-prepend-text-property)
12365 (font-lock-append-text-property): Canonicalize the face and
12366 font-lock-face properties.
12367
12368 * faces.el (facep): Doc fix.
12369
12370 * startup.el (fancy-startup-tail, fancy-about-text)
12371 (fancy-startup-text): Regularize format of face property.
12372
12373 * facemenu.el (list-colors-print): Use :background and :foreground
12374 instead of background-color and foreground-color.
12375
12376 2007-12-29 Drew Adams <drew.adams@oracle.com>
12377
12378 * cus-edit.el (custom-add-parent-links):
12379 Fill the "Parent documentation" text.
12380
12381 2007-12-29 Eli Zaretskii <eliz@gnu.org>
12382
12383 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
12384 MS-Windows and MS-DOS.
12385 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
12386
12387 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
12388
12389 * vc-svn.el (vc-svn-modify-change comment): New function.
12390
12391 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
12392
12393 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
12394 Do not disable undo, with-temp-buffer does it by default.
12395
12396 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
12397
12398 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
12399 correctly.
12400
12401 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
12402 with vc-state.
12403 (vc-next-action): Fix vc-transfer-file call.
12404
12405 2007-12-31 Tom Tromey <tromey@redhat.com>
12406
12407 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
12408 Move point to the start of the buffer.
12409
12410 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
12411
12412 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
12413
12414 * vc.el: State that dir-state is required to set the vc-state and
12415 vc-backend properties.
12416
12417 2007-12-31 Martin Rudalics <rudalics@gmx.at>
12418
12419 * man.el (Man-default-man-entry): Make this a defun.
12420 Improve guessing mechanism and handling of section numbers.
12421
12422 2007-12-31 Richard Stallman <rms@gnu.org>
12423
12424 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
12425
12426 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
12427
12428 * calc/calc-units.el (calc-convert-temperature): Ensure that units
12429 are on the result even when the result is zero.
12430
12431 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
12432
12433 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
12434 resistent towards wrong parameters.
12435 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
12436
12437 2007-12-30 Richard Stallman <rms@gnu.org>
12438
12439 * faces.el (face-all-attributes): New function.
12440
12441 * faces.el (face-differs-from-default-p): Compute list of attr names
12442 from face-attribute-name-alist.
12443
12444 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
12445 (custom-face-save): Likewise.
12446 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
12447
12448 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
12449 (custom-theme-set-faces): Clear `face-override-spec' property.
12450 Call `face-spec-set' with FOR-DEFFACE.
12451
12452 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
12453
12454 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
12455 Use of frame as third arg is deprecated.
12456 Handle `face-override-spec' property.
12457 (face-spec-recalc): New function.
12458 (face-spec-set-2): New function.
12459 (frame-set-background-mode): Handle `face-override-spec' property.
12460 Use `face-spec-recalc'.
12461 (face-set-after-frame-default): Use `face-spec-recalc'.
12462
12463 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
12464
12465 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
12466
12467 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12468
12469 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
12470
12471 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
12472
12473 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
12474 'added, 'removed.
12475
12476 * vc.el (header coment): Better description of dir-state.
12477 (vc-compatible-state): New function. Checks whether two states
12478 can be in the same changeset; used with 'edited it can test whether
12479 the next action for a state should be commit.
12480 (vc-default-dired-state-info): Display 'removed state.
12481 (vc-dired-hook): Turn off undo, this is a speed tweak.
12482
12483 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
12484
12485 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
12486 Cope with the possibility that the 'C' status flag might change
12487 in 0.9,6.
12488
12489 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
12490
12491 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
12492
12493 * files.el (cd-absolute): Fix omission bug:
12494 Make `list-buffers-directory' buffer-local.
12495
12496 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12497
12498 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
12499
12500 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
12501
12502 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
12503
12504 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
12505 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
12506 (math-yacas-compose-deriv, math-yacas-compose-taylor)
12507 (math-maxima-parse-subst, math-maxima-parse-taylor)
12508 (math-maxima-compose-taylor, math-maxima-compose-subst)
12509 (math-maxima-compose-if, math-lang-switch-args)
12510 (math-lang-compose-switch-args, math-read-giac-subscr):
12511 New functions.
12512 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
12513 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
12514 Add languages.
12515 (math-vector-brackets, math-complex-format, math-variable-table)
12516 (math-parse-table, math-oper-table, math-function-table)
12517 (math-special-function-table, math-compose-subscr):
12518 Add values for new languages.
12519
12520 * calc/calccomp.el (math-compose-expr): Add new languages.
12521
12522 * calc/calc.el (calc-language): Add languages to docstring.
12523
12524 * calc/calc-ext.el (calc-init-extensions): Add keybindings
12525 for new languages. Autoload commands to change languages.
12526
12527 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
12528
12529 * calc/calc-menu.el (calc-modes-menu): Add new languages.
12530 (calc-arithmetic-menu, calc-scientific-function-menu)
12531 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
12532 (calc-units-menu, calc-variables-menu, calc-stack-menu):
12533 Add :active keywords.
12534
12535 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
12536
12537 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
12538 returns 'ignored or 'unregistered.
12539 (vc-hg-state): Pass "-A" to the status command and deal with the
12540 output.
12541 (vc-hg-dir-state): Pass "-A" to the status command.
12542
12543 2007-12-29 Richard Stallman <rms@gnu.org>
12544
12545 * progmodes/compile.el (compilation-start): Set initial visible
12546 point properly even when compilation buffer already current.
12547
12548 2007-12-29 Richard Stallman <rms@gnu.org>
12549
12550 * files.el (conf-mode-maybe): New function.
12551 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
12552
12553 2007-12-29 Martin Rudalics <rudalics@gmx.at>
12554
12555 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
12556
12557 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12558
12559 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
12560
12561 2007-12-29 Richard Stallman <rms@gnu.org>
12562
12563 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
12564 so they never do EOF.
12565
12566 2007-12-29 Richard Stallman <rms@gnu.org>
12567
12568 * faces.el (copy-face): Create the new face explicitly if it
12569 does not exist already.
12570
12571 2007-12-29 Eli Zaretskii <eliz@gnu.org>
12572
12573 * simple.el (minibuffer-history, shell-command-history)
12574 (set-variable-value-history):
12575 * replace.el (regexp-history):
12576 * international/mule-cmds.el (input-method-history):
12577 * files.el (file-name-history): Add reference to history-length in
12578 the doc string.
12579
12580 2007-12-29 Richard Stallman <rms@gnu.org>
12581
12582 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
12583
12584 2007-12-29 Jason Rumney <jasonr@gnu.org>
12585
12586 * find-dired.el (find-name-arg): New custom variable.
12587 (find-name-dired): Use it.
12588 (find-dired-find-program): Remove.
12589 (find-dired): Use find-program.
12590 (find-grep-dired): Use grep-program.
12591
12592 * progmodes/grep.el (rgrep): Use find-name-arg.
12593
12594 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
12595
12596 * progmodes/cc-vars.el (defcustom-c-stylevar):
12597 Revert to pre-2007-12-12 version.
12598
12599 2007-12-29 Richard Stallman <rms@gnu.org>
12600
12601 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
12602
12603 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
12604 Use changed.
12605
12606 * startup.el (fancy-splash-help-echo): Var deleted.
12607 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
12608 (fancy-about-screen): Don't display fancy-splash-help-echo.
12609
12610 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
12611
12612 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
12613
12614 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
12615 to vc-hooks.el so it will be available to other modes, such as
12616 speedbar.el. Also, teach it to recognize monotone state directories.
12617
12618 * speedbar.el: Remove this mode's fragile assumptions about
12619 version-control systems. Instead, make it use logic from
12620 vc-hooks.el so it will become smarter whenever VC mode does.
12621
12622 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
12623 Fix the documentation.
12624
12625 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
12626 Modify all instances of the dir-state back-end method to suppress
12627 keeping undo lists on the buffers holding status output, which
12628 can get extremely large.
12629
12630 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
12631 so they don't do work that the default one can do instead.
12632
12633 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
12634 states, and the new return-value convention. These are not
12635 actually used yet, just set.
12636
12637 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
12638 states when appropriate.
12639
12640 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
12641 'unregistered when appropriate.
12642
12643 * vc-git.el: Document that we don't set the new states yet.
12644
12645 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
12646 'ignored states.
12647
12648 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
12649 appropriate.
12650
12651 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
12652 when appropriate.
12653
12654 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
12655
12656 * thumbs.el (thumbs-call-convert): Use call-process directly
12657 with thumbs-conversion-program instead of through shell-file-name
12658 for better error reporting.
12659
12660 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
12661
12662 * calc/calc-aent.el (math-remove-percentsigns):
12663 * calc/calccomp.el (math-to-percentsigns): Change placeholder
12664 for percent signs.
12665
12666 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
12667
12668 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
12669 use completion-ignored-extensions to detect files that should be
12670 ignorted in VC-Dired listings, heading off lots of expensive calls
12671 to (vc-state).
12672
12673 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
12674 non-terse mode.
12675 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
12676 Makefile.in or Makefile.am.
12677
12678 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12679
12680 * ps-print.el (ps-mark-active-p): Fun returned back.
12681 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
12682 `region-active-p' for error checking.
12683
12684 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
12685
12686 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
12687 Put new machinery in place to support editing of change comments
12688 with 'e' in a log-view buffer. Not documented yet as this
12689 only works for SCCS, RCS, and maybe CVS if you have admin
12690 privileges. When we have backend support for Subversion and
12691 more modern systems it will be time to write this up.
12692
12693 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
12694
12695 * international/mule-cmds.el (select-safe-coding-system):
12696 When a buffer is modified, cancel the writing.
12697
12698 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
12699
12700 * log-view.el: Add Subversion and Mercurial log format samples.
12701
12702 * vc.el (vc-dired-hook): Significantly speed up by arranging for
12703 it to call the backend dir-state hook (if it exists)
12704 exactly *once*, rather than once per each subdirectory (with
12705 dired-state-info calls on all toplevel files slowing it down even
12706 further). For this to work, backend dir-state methods have to
12707 recurse to subdirectories. Most of them already did anyway; a few
12708 needed *non*-recursion switches removed. This change mostly
12709 removed code that was perversely bad and should have been shot
12710 through the head years ago.
12711
12712 * vc-bzr.el (vc-bzr-dir-state):
12713 * vc-cvs.el (vc-cvs-dir-state):
12714 * vc-mcvs.el (vc-mcvs-dir-state):
12715 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
12716
12717 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
12718 multiple arguments, so generate logs sequentially when we get them.
12719 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
12720 headers so the various log bindings can do the right thing.
12721 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
12722
12723 2007-12-26 Andreas Schwab <schwab@suse.de>
12724
12725 * font-lock.el (save-buffer-state): Make sure the state of the
12726 buffer is always restored.
12727
12728 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
12729
12730 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
12731
12732 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
12733 a variable.
12734
12735 * calc/calccomp.el (math-to-percentsigns): New function.
12736 (math-compose-var): Handle variables with percent signs.
12737 (math-compose-expr): Handle function names with percent signs.
12738
12739 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
12740 (math-read-exprs): Handle percent signs in languages that
12741 allow them.
12742 (math-restore-underscores): Remove function.
12743 (math-remove-percentsigns, math-restore-placeholders):
12744 New functions.
12745
12746 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12747
12748 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
12749 of `mark' for error checking.
12750
12751 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
12752
12753 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
12754 New functions.
12755 (image-mode): Set bookmark-make-cell-function appropriately.
12756
12757 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
12758
12759 * bookmark.el (bookmark-make-cell-function): New variable.
12760 (bookmark-make): Call bookmark-make-cell-function's function
12761 instead of bookmark-make-cell.
12762 (bookmark-get-handler, bookmark-jump-internal): New functions.
12763 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
12764 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
12765 Use bookmark-jump-internal.
12766 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
12767
12768 * doc-view.el (doc-view-bookmark-make-cell)
12769 (doc-view-bookmark-jump): New functions.
12770 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
12771
12772 2007-12-25 Miles Bader <miles@gnu.org>
12773
12774 * indent.el (indent-for-tab-command): Rigidly indent the following
12775 sexp along with the current line when a prefix arg is given in the
12776 non-active-region case. Specify raw prefix in interactive spec.
12777 Simplify main indentation logic to get rid of the conditional call
12778 to `indent-according-to-mode' (it just ended up calling
12779 `indent-line-function' in all cases anyway, which can be done more
12780 simply here). Remove unnecessary test of ARG in active region case.
12781
12782 2007-12-25 Richard Stallman <rms@gnu.org>
12783
12784 * allout.el (allout-region-active-p): Rename from my-region-active-p.
12785 Use `use-region-p'.
12786 (allout-write-file-hook-handler): Simplify code.
12787
12788 * ps-print.el (ps-mark-active-p): Function deleted.
12789 (ps-print-preprint-region): Use (mark) for the error check.
12790
12791 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
12792
12793 * winner.el (winner-active-region): Use `mark-active' if it's defined.
12794
12795 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
12796
12797 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
12798
12799 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
12800
12801 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
12802
12803 * progmodes/cc-defs.el (c-region-is-active-p):
12804 Use `mark-active' if it's defined.
12805
12806 * progmodes/cc-cmds.el (c-indent-line-or-region):
12807 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
12808
12809 * simple.el (select-active-regions): New option.
12810 (set-mark): Obey it.
12811 (yank-pop-change-selection): New option.
12812 (current-kill): Obey it.
12813
12814 * simple.el (use-region-p): Rename from `region-active-p'.
12815 (region-active-p): New function.
12816
12817 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
12818
12819 * term/x-win.el (x-select-enable-primary): New option.
12820 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
12821
12822 * mouse.el (mouse-yank-primary): New function (almost same
12823 as mouse-yank-secondary).
12824
12825 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
12826
12827 * calculator.el:
12828 * dframe.el:
12829 * iswitchb.el:
12830 * whitespace.el:
12831 * winner.el:
12832 * emacs-lisp/checkdoc.el:
12833 * mail/feedmail.el:
12834 * net/quickurl.el:
12835 * obsolete/fast-lock.el:
12836 * play/5x5.el:
12837 * progmodes/delphi.el:
12838 * progmodes/idlw-shell.el:
12839 * progmodes/idlwave.el:
12840 * textmodes/artist.el:
12841 * textmodes/ispell.el:
12842 * textmodes/texinfmt.el:
12843 * textmodes/texinfo.el: Remove obsolete definitions of backward
12844 compatibility macros for defcustom, defgroup, defface, when,
12845 unless, with-current-buffer and with-temp-message.
12846
12847 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
12848
12849 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
12850
12851 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
12852
12853 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
12854 indeed a process.
12855
12856 2007-12-23 Richard Stallman <rms@gnu.org>
12857
12858 * simple.el (region-active-p): New function.
12859 (use-empty-active-region): New variable.
12860
12861 * dired-aux.el (dired): Load dired.el at run time too.
12862
12863 2007-12-23 Juri Linkov <juri@jurta.org>
12864
12865 * man.el (Man-follow-manual-reference): Fill the minibuffer's
12866 default list with a full list of references.
12867
12868 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
12869
12870 2007-12-23 Andreas Schwab <schwab@suse.de>
12871
12872 * files.el (switch-to-buffer-other-frame): Return the buffer
12873 switched to.
12874
12875 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
12876
12877 Sync with Tramp 2.1.12.
12878
12879 * net/tramp.el: New todo item.
12880
12881 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
12882 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
12883
12884 * net/trampver.el: Update release number.
12885
12886 2007-12-22 Richard Stallman <rms@gnu.org>
12887
12888 * newcomment.el (comment-region-default): Don't triple the
12889 comment starter if the first region line isn't indented enough.
12890
12891 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
12892
12893 * net/imap.el (imap-authenticate): Use current-buffer instead of
12894 buffer, for the cases where imap-authenticate is called with a nil
12895 buffer parameter.
12896
12897 2007-12-21 Martin Rudalics <rudalics@gmx.at>
12898
12899 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
12900 specifier from format-string. Reported by Ye Wenbin.
12901
12902 2007-12-20 Jason Rumney <jasonr@gnu.org>
12903
12904 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
12905 Parent group is font-lock-faces.
12906 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
12907 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
12908 (nxml-version): Remove.
12909 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
12910 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
12911 (nxml-processing-instruction-delimiter)
12912 (nxml-processing-instruction-target)
12913 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
12914 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
12915 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
12916 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
12917 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
12918 (nxml-attribute-prefix, nxml-attribute-colon)
12919 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
12920 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
12921 (nxml-attribute-value, nxml-attribute-value-delimiter)
12922 (nxml-namespace-attibute-value)
12923 (nxml-namespace-attribure-value-delimiter)
12924 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
12925 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
12926 (nxml-glyph): Rename, removing -face suffix.
12927 Inherit from existing font-lock faces.
12928 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
12929 Use new face names.
12930
12931 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12932 (nxml-outline-active-indicator, nxml-outline-ellipsis):
12933 Rename, removing -face suffix.
12934 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
12935 (nxml-highlighted-colon, nxml-highlighted-slash)
12936 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
12937 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
12938 (nxml-highlighted-qname, nxml-outline-display-heading):
12939 Use new face names.
12940
12941 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
12942
12943 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
12944
12945 2007-12-19 Martin Rudalics <rudalics@gmx.at>
12946
12947 * cus-start.el (all): Use correct group name for members of
12948 mode-line group.
12949
12950 * man.el (Man-default-man-entry): When looking for default man
12951 entry title search text preceding point. Use when instead of if.
12952
12953 * indent.el (indent-for-tab-command): Fix doc-string typo.
12954
12955 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
12956 vc-parent-buffer is the current buffer.
12957
12958 * info-look.el (info-lookup, info-lookup-setup-mode)
12959 (info-lookup-make-completions): Avoid clobbering Info-history and
12960 Info-history-list.
12961
12962 2007-12-19 Glenn Morris <rgm@gnu.org>
12963
12964 * progmodes/verilog-mode.el (top-level): Don't require compile.
12965 (compilation-error-regexp-alist, compilation-last-buffer):
12966 Define for compiler.
12967 (verilog-insert-1): New function.
12968 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
12969 Use verilog-insert-1.
12970 (verilog-surelint-off): Use next-error-last-buffer if bound.
12971 Check compile buffer is live.
12972
12973 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
12974
12975 * progmodes/compile.el (compilation-start): Don't pass a FRAME
12976 argument to display-buffer.
12977
12978 2007-12-19 Jason Rumney <jasonr@gnu.org>
12979
12980 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
12981 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
12982 (rng-byte-compile-load, rng-write-version): Remove.
12983
12984 * nxml/rng-loc.el (rng-schema-locating-files-default)
12985 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
12986 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
12987
12988 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
12989
12990 * files.el (cd-absolute): Set `list-buffers-directory' in order to
12991 show correct path in buffer list.
12992
12993 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
12994 (tramp-find-shell): Send only single prompt setting commands, in
12995 order to avoid double-prompt.
12996
12997 * net/tramp-compat.el (top): Require cl only when compiling.
12998 Reported by Glenn Morris <rgm@gnu.org>.
12999
13000 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
13001
13002 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
13003 (c-comment-continuation-stars): No longer declare with
13004 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
13005 (c-block-comment-prefix): Use symbol-value to
13006 access c-comment-continuation-stars.
13007 * progmodes/cc-mode.el (c-initialize-cc-mode):
13008 Use symbol-value to access c-comment-continuation-stars.
13009
13010 2007-12-18 Mark A. Hershberger <mah@everybody.org>
13011
13012 * xml.el (xml-escape-string): New function. Escape string using
13013 xml-entity-alist.
13014 (xml-debug-print-internal): Use xml-escape-string to escape
13015 characters in attributes and in text children of elements.
13016
13017 2007-12-18 Glenn Morris <rgm@gnu.org>
13018
13019 * progmodes/cc-subword.el (c-subword-mode): Drop support for
13020 systems without define-minor-mode.
13021
13022 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
13023
13024 * progmodes/verilog-mode.el: Replace all instances of
13025 string-to-int with string-to-number, insert-string with insert,
13026 and read-input with read-string.
13027 (top-level): No need to require imenu, reporter, dinotrace, vc,
13028 font-lock when compiling. Always require compile. Relegate remaining
13029 compatibility cruft to XEmacs. Don't require font-lock.
13030 (verilog-version): Remove superfluous concat.
13031 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
13032 No need to define.
13033 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
13034 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
13035 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
13036 (verilog-startup-message-displayed): These are variables, not constants.
13037 (verilog-batch-execute-func, verilog-auto-inst)
13038 (verilog-auto-inst-param): Use mapc rather than mapcar.
13039 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
13040 actually defining.
13041 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
13042 (verilog-modi-get-outputs, verilog-modi-get-inouts)
13043 (verilog-modi-get-inputs, verilog-modi-get-wires)
13044 (verilog-modi-get-regs, verilog-modi-get-assigns)
13045 (verilog-modi-get-consts, verilog-modi-get-gparams)
13046 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
13047 (verilog-modi-get-sub-inputs): Move inline functions earlier in
13048 the file.
13049 (sigs-in, sigs-out): Don't declare multiple times.
13050 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
13051 `defvar'.
13052 (verilog-auto): Call dinotrace-unannotate-all only if bound.
13053 (verilog-module-inside-filename-p): No need to wrap fboundp test
13054 in condition-case.
13055 (reporter-submit-bug-report): Autoload it.
13056 (verilog-mark-defun): Call zmacs-activate-region only if bound.
13057 (verilog-font-customize): Call customize-apropos only if bound.
13058 (verilog-getopt-flags, verilog-auto-reeval-locals):
13059 Use make-local-variable rather than make-variable-buffer-local.
13060 (verilog-company, verilog-project, verilog-modi-cache-list):
13061 Move make-variable-buffer-local calls to top-level.
13062 (font-lock-defaults-alist): Don't define it.
13063 (verilog-need-fld): Remove.
13064 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
13065 (verilog-mode): Only call make-local-hook on XEmacs.
13066 Set font-lock-defaults rather than using verilog-font-lock-init.
13067
13068 2007-12-17 Andreas Schwab <schwab@suse.de>
13069
13070 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
13071 Fix comment typo.
13072
13073 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
13074
13075 * net/dbus.el (dbus-name-owner-changed-handler):
13076 Use `dbus-unregister-signal' for removing old rules.
13077 Obey new structure of `dbus-registered-functions-table'.
13078
13079 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
13080
13081 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
13082
13083 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
13084
13085 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
13086 function.
13087 (add-submenu): Only define for XEmacs.
13088 (verilog-regexp-words): Revert previous change, keep the other
13089 definition.
13090
13091 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
13092
13093 * progmodes/perl-mode.el (perl-continued-statement-offset)
13094 (perl-continued-brace-offset, perl-brace-offset)
13095 (perl-brace-imaginary-offset, perl-label-offset):
13096 * progmodes/cperl-mode.el (cperl-brace-offset)
13097 (cperl-continued-brace-offset, cperl-label-offset)
13098 (cperl-continued-statement-offset)
13099 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
13100 Add safe-local-variable properties.
13101
13102 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
13103
13104 * progmodes/verilog-mode.el (verilog-mode-map)
13105 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
13106 (verilog-colorize-include-files): Use only overlay functions so
13107 that it can work on both emacs and XEmacs.
13108 (set-extent-keymap): Remove unused defun.
13109 (verilog-kill-existing-comment, verilog-insert-date)
13110 (verilog-insert-year): Rename in order not to pollute the global
13111 namespace from kill-existing-comment, insert-date and
13112 insert-year, respectively.
13113 (verilog-set-auto-endcomments, verilog-header): Update callers.
13114
13115 * files.el (auto-mode-alist): Recognize verilog files.
13116
13117 * progmodes/verilog-mode.el (verilog-string-replace-matches)
13118 (verilog-string-remove-spaces, verilog-re-search-forward)
13119 (verilog-re-search-backward, verilog-re-search-forward-quick)
13120 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
13121 (verilog-get-end-of-line, verilog-within-string): Move definitions
13122 before first use. No code changes.
13123
13124 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
13125
13126 * progmodes/verilog-mode.el (verilog-mode-version)
13127 (verilog-mode-release-date): Don't use expanding keywords.
13128 (provide): Move to the end of file.
13129 (fboundp): Don't check if eval-when-compile is bound, it is used
13130 later in the file without checking.
13131 (when, unless): Copy definitions from subr.el.
13132 (char-before, defcustom, defface, customize-group)
13133 (verilog-batch-error-wrapper): Don't use old style backquotes.
13134 (verilog-regexp-opt): Avoid using the cl function case.
13135 (verilog-regexp-words): Remove duplicated definition.
13136 (verilog-mode-abbrev-table): Remove, duplicate.
13137 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
13138 Declare and initialize in one step.
13139 (verilog-declaration-prefix-re, verilog-declaration-re)
13140 (verilog-end-of-statement, verilog-indent-declaration)
13141 (verilog-get-lineup-indent): Remove trailing whitespace.
13142 (verilog-mode): Fix autoload cookie.
13143 Set beginning-of-defun-function and end-of-defun-function. Use when
13144 instead of if.
13145 (verilog-emacs-features, verilog-auto-ascii-enum)
13146 (verilog-insert-indices): Escape braces in doc strings.
13147
13148 2007-12-08 Michael McNamara <mac@verilog.com>
13149 Wilson Snyder <wsnyder@wsnyder.org>
13150
13151 * progmodes/verilog-mode.el: New file.
13152
13153 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
13154
13155 * international/latexenc.el (latexenc-find-file-coding-system):
13156 If both coding-system-for-write and buffer-file-coding-system of
13157 latex-main-file are nil, use `undecided'.
13158
13159 2007-12-06 Jason Rumney <jasonr@gnu.org>
13160
13161 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
13162
13163 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
13164
13165 * files.el (revert-buffer): Docstring fix.
13166
13167 2007-12-11 Glenn Morris <rgm@gnu.org>
13168
13169 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
13170
13171 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
13172
13173 * calc/calc-aent.el (math-restore-underscores)
13174 (math-string-restore-underscores): New functions.
13175 (math-read-factor): Properly check variable names with underscores
13176 for entries in `math-expr-variable-mapping'.
13177
13178 * calc/calc-lang.el (math-lang-name): New property name.
13179
13180 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
13181 to set language name.
13182
13183 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
13184
13185 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
13186
13187 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
13188
13189 * server.el (server-select-display): Fix important typo.
13190 (server-process-filter): Turn a "" display into nil.
13191
13192 2007-12-09 Juri Linkov <juri@jurta.org>
13193
13194 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
13195 Check search-upper-case before calling isearch-no-upper-case-p
13196 to set case-fold-search.
13197 (occur): Doc fix.
13198 (occur-1, perform-replace): Check search-upper-case before calling
13199 isearch-no-upper-case-p to set case-fold-search.
13200
13201 * isearch.el (search-upper-case): Doc fix.
13202 (isearch-mode-map): Bind `M-s o' to isearch-occur.
13203 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
13204 (isearch-query-replace-regexp): Doc fix.
13205 (isearch-occur): New function.
13206
13207 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13208
13209 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
13210 backward compatibility.
13211
13212 * net/imap.el (imap-string-to-integer): New function.
13213
13214 2007-12-09 David Kastrup <dak@gnu.org>
13215
13216 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
13217 directories. Not sure anybody uses this anymore, though.
13218
13219 2007-12-09 Glenn Morris <rgm@gnu.org>
13220
13221 * emulation/viper-init.el (top-level): Use dolist rather than mapc
13222 in make-variable-frame-local call.
13223
13224 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
13225
13226 * mail/hashcash.el (declare-function):
13227 * net/imap.el (declare-function): New no-op macro for backward
13228 compatibility.
13229
13230 2007-12-08 Eli Zaretskii <eliz@gnu.org>
13231
13232 Sync makefile.w32-in with Makefile.in.
13233
13234 * makefile.w32-in (check-declare): New target.
13235 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
13236 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
13237 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
13238 ($(lisp)/progmodes/cc-mode.elc): Use it.
13239 ($(lisp)/progmodes/cc-mode.elc): New rule.
13240
13241 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
13242
13243 * indent.el (tab-stop-list): Mark as safe-local-variable.
13244
13245 * generic-x.el (etc-sudoers-generic-mode): New mode.
13246 (generic-unix-modes): Add it.
13247
13248 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
13249
13250 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
13251 apply wildcards in a hash table key; there is no usable hash code then.
13252 (dbus-registered-functions-table): Use `equal' as test function.
13253 (dbus-name-owner-changed-handler): Rewrite due to new hash table
13254 structure.
13255
13256 2007-12-08 Martin Rudalics <rudalics@gmx.at>
13257
13258 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
13259 bound error in block comment branch.
13260
13261 2007-12-08 David Kastrup <dak@gnu.org>
13262
13263 * textmodes/reftex.el (reftex-select-with-char):
13264 * textmodes/reftex-toc.el (reftex-toc-do-promote)
13265 (reftex-toc-visit-location, reftex-toc-find-section):
13266 * textmodes/reftex-index.el (reftex-index-show-entry):
13267 * textmodes/org.el (org-cycle-hide-archived-subtrees)
13268 (org-table-rotate-recalc-marks, org-mark-ring-push)
13269 (org-follow-info-link, org-mhe-get-message-folder-from-index)
13270 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
13271 (org-evaluate-time-range, org-edit-agenda-file-list):
13272 * textmodes/artist.el (artist-select-next-op-in-list)
13273 (artist-select-prev-op-in-list):
13274 * term/mac-win.el (mac-service-insert-text):
13275 * startup.el (fancy-about-screen):
13276 * progmodes/vhdl-mode.el (vhdl-decision-query):
13277 * progmodes/idlwave.el (idlwave-template)
13278 (idlwave-scroll-completions, idlwave-display-completion-list):
13279 * progmodes/ebrowse.el (ebrowse-show-progress):
13280 * progmodes/cperl-mode.el (cperl-find-pods-heres):
13281 * progmodes/antlr-mode.el (antlr-insert-option-do):
13282 * play/mpuz.el (mpuz-close-game):
13283 * net/rcirc.el (rcirc-next-active-buffer):
13284 * mail/reporter.el (reporter-update-status):
13285 * kmacro.el (kmacro-display):
13286 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
13287 * emulation/viper-util.el (viper-save-setting):
13288 * emacs-lisp/lisp-mnt.el (lm-verify):
13289 * emacs-lisp/edebug.el (edebug-set-mode):
13290 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
13291 * calendar/calendar.el (calendar-print-day-of-year):
13292 * calc/calcalg3.el (calc-curve-fit):
13293 * calc/calcalg2.el (math-integral):
13294 * calc/calc.el (calc-read-key-sequence, calc-version):
13295 * calc/calc-mode.el (calc-set-simplify-mode):
13296 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
13297
13298 2007-12-07 D. Goel <deego3@gmail.com>
13299
13300 * progmodes/idlw-shell.el (idlwave-shell-display-line)
13301 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
13302 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
13303 * mail/uce.el (uce-reply-to-uce)
13304 * progmodes/vhdl-mode.el (vhdl-template-modify)
13305 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
13306 to `error' (as suggested by RMS.)
13307
13308 2007-12-07 Glenn Morris <rgm@gnu.org>
13309
13310 * allout.el (allout-write-file-hook-handler):
13311 * textmodes/reftex.el (reftex-TeX-master-file):
13312 * textmodes/reftex-parse.el (reftex-short-context):
13313 Revert previous change.
13314
13315 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
13316
13317 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
13318 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
13319 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
13320 (dbus-event-service-name, dbus-event-path-name)
13321 (dbus-event-interface-name, dbus-event-member-name): Fix for new
13322 event structure.
13323 (dbus-list-activatable-names, dbus-list-names)
13324 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
13325 Reorder `dbus-call-method' arguments.
13326
13327 2007-12-06 D. Goel <deego3@gmail.com>
13328
13329 * allout.el (allout-write-file-hook-handler):
13330 * textmodes/reftex.el (reftex-TeX-master-file):
13331 * textmodes/org.el (org-paste-subtree):
13332 * progmodes/vhdl-mode.el (vhdl-template-modify):
13333 * progmodes/idlw-shell.el (idlwave-shell-send-command)
13334 (idlwave-shell-display-line):
13335 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
13336 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13337 * net/trampver.el (x):
13338 * mail/uce.el (uce-reply-to-uce):
13339 * mail/rmailout.el (rmail-output):
13340 * mail/feedmail.el (feedmail-dump-message-to-queue):
13341 * whitespace.el (whitespace-write-file-hook):
13342 * wdired.el (wdired-check-kill-buffer):
13343 * vc.el (vc-update):
13344 * vc-mcvs.el (vc-mcvs-checkin):
13345 * vc-cvs.el (vc-cvs-checkin):
13346 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
13347 * ibuffer.el (ibuffer-current-buffer):
13348 * dired.el (dired-move-to-end-of-filename):
13349 * bindings.el (complete-symbol):
13350 * textmodes/org-publish.el (org-publish-file):
13351 (org-publish-current-project):
13352 * textmodes/reftex-parse.el (reftex-short-context):
13353 * textmodes/texinfmt.el: Fix buggy calls to `error'.
13354
13355 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13356
13357 * doc-view.el (doc-view-dvi->pdf-sentinel)
13358 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
13359 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
13360 within a sentinel or timer.
13361 (doc-view-display): Don't try to display before the requested page
13362 is available, unless told to do so explicitly.
13363 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
13364 Force display even if the requested page is not available.
13365
13366 2007-12-06 Richard Stallman <rms@gnu.org>
13367
13368 * help-fns.el (describe-function-1): Call ad-get-advice-info
13369 only on symbols.
13370
13371 2007-12-06 Glenn Morris <rgm@gnu.org>
13372
13373 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
13374 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
13375 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
13376 faces in non-light-background case.
13377
13378 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
13379 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
13380 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
13381 * emulation/vi.el, emulation/viper-cmd.el:
13382 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
13383 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
13384 * textmodes/fill.el: Remove directory part from filenames in
13385 function declarations.
13386
13387 * dired-aux.el (mailcap-mime-info): Update declaration.
13388
13389 2007-12-05 Richard Stallman <rms@gnu.org>
13390
13391 * wid-edit.el (widget-type): Doc fix.
13392
13393 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
13394
13395 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13396 Don't match "sub { (...) ... }".
13397
13398 2007-12-05 Richard Stallman <rms@gnu.org>
13399
13400 * international/mule-cmds.el (toggle-input-method-active): New var.
13401 (toggle-input-method): Bind toggle-input-method-active to t.
13402 Error if it was already non-nil.
13403
13404 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
13405
13406 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13407
13408 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
13409
13410 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
13411 see if certs should be verified and what is to be done in the
13412 event of a verification failure.
13413
13414 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
13415
13416 * net/tls.el (tls-program): Provide more custom choices from
13417 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
13418 (tls-process-connection-type, tls-success): Remove "*" in doc string.
13419 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13420 version. Minor improvement to doc strings.
13421 (tls-program): Add comment.
13422
13423 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
13424
13425 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13426 (tls-checktrust): New variable. Check if GNU TLS complained about a
13427 mismatch between the hostname provided in the certificate and the name
13428 of the host connnecting to.
13429 (open-tls-stream): Use them. Check certificates against trusted root
13430 certificates.
13431
13432 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
13433
13434 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
13435 (imap-parse-status): Upcase status-att for broken servers that sends
13436 them lower-case (e.g., MS Exchange 2007).
13437
13438 2007-12-05 D. Goel <deego3@gmail.com>
13439
13440 * simple.el (undo):
13441 * image-dired.el (image-dired-display-thumb-properties):
13442 (image-dired-modify-mark-on-thumb-original-file):
13443 (image-dired-dired-display-properties):
13444 * help.el (help-window-display-message):
13445 * files.el (hack-local-variables-confirm):
13446 * ediff.el (ediff-version):
13447 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
13448 `message' and `error': Ensure that first arg is a format string.
13449
13450 * emacs-lisp/find-func.el (find-library-name): Prefer files with
13451 ".el" suffix over "".
13452
13453 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
13454
13455 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
13456 interface and member fields.
13457
13458 2007-12-05 Glenn Morris <rgm@gnu.org>
13459
13460 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
13461 (pcomplete-here): Autoload it.
13462
13463 * eshell/em-basic.el (print-func): No need to define for compiler.
13464
13465 * eshell/esh-cmd.el (eshell-debug-command):
13466 * eshell/esh-io.el (eshell-print): Move definitions before use.
13467
13468 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
13469
13470 * eshell/esh-util.el (top-level): Don't require pp.
13471 Use condition-case rather than ignore-errors.
13472
13473 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
13474
13475 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
13476 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
13477 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
13478 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
13479 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
13480 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
13481 * eshell/esh-util.el, eshell/eshell.el: Require individual files
13482 if needed when compiling, rather than esh-maint. Collect any
13483 require statements. Move provide statement to end. Move any
13484 commentary to start.
13485
13486 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
13487 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
13488 * eshell/esh-proc.el, eshell/esh-var.el:
13489 Require individual files if needed when compiling, rather than
13490 esh-maint. Collect any require statements. Leave provide at start.
13491 Move any commentary to start.
13492
13493 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13494 Remove declared function from byte-compile-noruntime-functions.
13495
13496 * ediff-util.el (ediff-version):
13497 * progmodes/python.el (compilation-shell-minor-mode):
13498 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
13499 (calendar-bahai-date-string, calendar-check-holidays)
13500 (calendar-chinese-date-string, calendar-coptic-date-string)
13501 (calendar-ethiopic-date-string, calendar-forward-day)
13502 (calendar-french-date-string, calendar-goto-date)
13503 (calendar-goto-today, calendar-hebrew-date-string)
13504 (calendar-islamic-date-string, calendar-iso-date-string)
13505 (calendar-julian-date-string, calendar-mayan-date-string)
13506 (calendar-persian-date-string, gnus-summary-last-subject)
13507 (parse-time-string, rmail-show-message): Declare as functions.
13508
13509 2007-12-05 Michael Olson <mwolson@gnu.org>
13510
13511 * textmodes/remember.el: Merge contents of remember-diary.el here,
13512 updating header. Add autoload cookie so that byte-compilation
13513 works without warning.
13514 (remember-diary-file): Default to nil, since diary might not yet
13515 be loaded at this point, which would deny us access to diary-file.
13516 (remember-diary-extract-entries): If remember-diary-file is nil,
13517 then use diary-file instead.
13518
13519 * textmodes/remember-diary.el: Remove, due to the issue of needing
13520 the first 8 characters of a filename to be unique.
13521
13522 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
13523
13524 * net/dbus.el (dbus-hash-table=): New defun.
13525 (dbus-hash-table-test): New hash table test function, used in
13526 `dbus-registered-functions-table'.
13527 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
13528 (dbus-event-service-name, dbus-event-path-name)
13529 (dbus-event-interface-name, dbus-event-member-name):
13530 Rewrite, due to new structure of `dbus-event'.
13531
13532 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
13533
13534 * ido.el (ido-save-history): Set the `coding' local
13535 variable in the first line of the file.
13536
13537 2007-12-04 Glenn Morris <rgm@gnu.org>
13538
13539 * password-cache.el: Move here from gnus/password.el.
13540 (top-level): Don't require cl when compiling.
13541 (password-read-and-add): Doc fix. Make obsolete.
13542
13543 * net/tramp.el: Require password-cache or password.
13544
13545 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
13546 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
13547 compiling.
13548 (cua-set-rectangle-mark): Add doc string to autoload.
13549 (cua--rectangle, cua--last-killed-rectangle)
13550 (cua--global-mark-active): Always define for compiler.
13551 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
13552 (cua--delete-rectangle, cua--insert-rectangle)
13553 (cua--rectangle-corner, cua--rectangle-assert)
13554 (cua--insert-at-global-mark, cua--global-mark-post-command):
13555 Declare as functions.
13556
13557 * emulation/cua-gmrk.el (top-level): Move provide to end.
13558
13559 * emulation/cua-rect.el (top-level): Move provide to end.
13560 Don't require cua-gmrk when compiling.
13561 (cua--cut-rectangle-to-global-mark)
13562 (cua--copy-rectangle-to-global-mark): Declare as functions.
13563
13564 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
13565 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
13566 (viper-vi-state-cursor-color):
13567 Consolidate make-variable-frame-local calls.
13568
13569 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
13570 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
13571 than bbdb-address-street1,2,3.
13572
13573 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
13574 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
13575
13576 2007-12-03 Karl Fogel <kfogel@red-bean.com>
13577
13578 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
13579 (save-place-alist-to-file, load-save-place-alist-from-file):
13580 Don't print non-error messages at all, there's really no need.
13581 Do print if there's a problem, and clarify message in that case.
13582
13583 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
13584
13585 * ediff-diff.el (ediff-prepare-error-list):
13586 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
13587
13588 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
13589
13590 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
13591 (doc-view-current-overlay, doc-view-pending-cache-flush):
13592 Add doc string.
13593
13594 2007-12-03 Richard Stallman <rms@gnu.org>
13595
13596 * subr.el (declare-function): Move from byte-run.el.
13597
13598 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
13599
13600 * window.el (recenter-top-bottom): Don't use `ecase'.
13601
13602 2007-12-02 Karl Fogel <kfogel@red-bean.com>
13603
13604 * saveplace.el (save-place-alist-to-file):
13605 Set coding-system-for-write once and refer to it throughout.
13606 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
13607
13608 2007-12-02 Karl Fogel <kfogel@red-bean.com>
13609
13610 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
13611 system when writing, and set it in the first-line file variables.
13612 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
13613 Juanma Barranquero.
13614
13615 2007-12-02 Glenn Morris <rgm@gnu.org>
13616
13617 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13618 Reverse branches of if statement.
13619
13620 * emulation/viper-cmd.el (top-level): Don't require advice.
13621 Don't load viper-util, viper-keym, viper-mous, viper-macs,
13622 viper-ex when compiling.
13623
13624 * emulation/viper-ex.el (top-level): Don't load viper-util,
13625 viper-keym when compiling.
13626
13627 * emulation/viper-init.el (top-level): Move provide statement to end.
13628
13629 * emulation/viper-keym.el (top-level): Don't load viper-util when
13630 compiling. Move provide statement to end.
13631
13632 * emulation/viper-macs.el (top-level): Don't load viper-util,
13633 viper-keym, viper-mous when compiling.
13634
13635 * emulation/viper-mous.el (top-level): Don't load viper-util when
13636 compiling.
13637
13638 * emulation/viper-util.el (top-level): Don't load viper-init when
13639 compiling.
13640
13641 * emulation/viper.el (top-level): Don't require ring.
13642 Don't load viper-init, viper-cmd when compiling.
13643
13644 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
13645 Move here from gnus/.
13646
13647 2007-12-02 Karl Fogel <kfogel@red-bean.com>
13648
13649 Offer option for saveplace to be quiet about loading and saving.
13650 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
13651
13652 * saveplace.el (save-place-quiet): New customizable boolean.
13653 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
13654 to determine whether to print loading/saving messages.
13655
13656 2007-12-02 Glenn Morris <rgm@gnu.org>
13657
13658 * mail/binhex.el: Move here from gnus/.
13659 (binhex): New custom group.
13660 (binhex-decoder-program, binhex-decoder-switches)
13661 (binhex-use-external): Move to the binhex custom group.
13662
13663 * mail/uudecode.el: Move here from gnus/.
13664 (uudecode): New custom group.
13665 (uudecode-decoder-program, uudecode-decoder-switches)
13666 (uudecode-use-external): Move to the uudecode custom group.
13667
13668 * net/netrc.el (top-level): Don't load `encrypt' features.
13669 (netrc-parse): Don't use encrypt.
13670 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13671
13672 * progmodes/python.el (top-level): Don't require cl when compiling.
13673
13674 2007-12-02 Agustín Martín <agustin.martin@hispalinux.es>
13675
13676 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
13677 encoding for aspell process and for communication with it.
13678 Only add "-d" option if not already present.
13679 Use ispell-current-dictionary and ispell-current-personal-dictionary.
13680 General reorganization.
13681
13682 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
13683 encoding here.
13684 (ispell-start-process): Explicitly set encoding here if using aspell.
13685
13686 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
13687
13688 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
13689 function to log-edit.
13690
13691 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
13692
13693 * net/dbus.el: New file.
13694
13695 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
13696
13697 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
13698 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
13699 (calc-lang-parens-are-subscripts): New variables.
13700 (math-expr-special-function-mapping): Remove variable.
13701 (math-eqn-ignore-words, math-tex-ignore-words)
13702 (math-latex-ignore-words): Move to calc-lang.el.
13703
13704 * calc/calc-lang.el (math-compose-vector, math-compose-var)
13705 (math-tex-expr-is-flat): Declare as functions.
13706 (calc-lang-slash-idiv, calc-lang-allow-underscores)
13707 (math-comp-left-bracket, math-comp-right-bracket)
13708 (math-comp-comma, math-comp-vector-prec): Declare as variables.
13709 (math-var-formatter, math-matrix-formatter)
13710 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
13711 (math-punc-table, math-compose-subscr, math-dots)
13712 (math-func-formatter): New property names to store language
13713 specific information.
13714 (math-compose-tex-var, math-compose-tex-intv)
13715 (math-compose-maple-intv, math-compose-eqn-intv)
13716 (math-compose-tex-sum, math-compose-tex-func)
13717 (math-compose-tex-intv): New functions.
13718 (math-eqn-ignore-words, math-tex-ignore-words)
13719 (math-latex-ignore-words): Move from calc.el.
13720 (math-special-function-table): Add entries for tex.
13721 (calc-lang-slash-idiv, calc-lang-allows-underscores):
13722 New variables.
13723 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
13724 (math-compose-tex-matrix, math-compose-eqn-matrix)
13725 (math-eqn-special-functions): Move from calccomp.el.
13726
13727 * calc/calccomp.el (math-compose-var): New function.
13728 (math-compose-expr): Allow more special functions to be used.
13729 Change test for formatting fractions. Use variables and property
13730 names to help with language specific formatting.
13731 (math-compose-tex-matrix, math-compose-eqn-matrix)
13732 (math-eqn-special-functions): Move to calc-lang.el.
13733 (math-compose-rows): Use property names to help with language
13734 specific formatting.
13735
13736 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
13737 into nested subscripts.
13738 (math-read-token): Use variables and property names to help with
13739 language specific parsing.
13740 (math-read-expression-level): Use variables to help with language
13741 specific parsing.
13742
13743 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13744
13745 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
13746 (archive-rar-summarize): Allow the file name to be passed as argument.
13747 Remove unused vars `header' and `footer'.
13748 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
13749
13750 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
13751
13752 * log-edit.el (log-edit-show-diff): New function.
13753 (log-edit-mode-map, log-edit-menu): Bind it.
13754 (log-edit-diff-function): New variable.
13755 (log-edit): Change the 3rd param to be an alist and accept a
13756 function that computes a diff for the files involved.
13757
13758 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
13759
13760 2007-12-01 Martin Rudalics <rudalics@gmx.at>
13761
13762 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
13763 wrap next-/previous-line in with-no-warnings.
13764
13765 2007-12-01 Glenn Morris <rgm@gnu.org>
13766
13767 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
13768
13769 * net/dig.el: Move here from gnus/.
13770 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
13771
13772 * net/dns.el: Move here from gnus/.
13773 (top-level): Don't require mm-util, or cl when compiling.
13774 (dns-write-name, dns-read, dns-read-type, query-dns):
13775 Replace mm-with-unibyte-buffer with its expansion.
13776 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
13777
13778 * progmodes/gdb-ui.el (gud-remove, gud-break):
13779 * progmodes/gud.el (gdb-create-define-alist)
13780 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
13781 (hl-line-highlight, gdb-display-source-buffer)
13782 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
13783 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
13784
13785 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
13786
13787 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
13788 Move args on defun line.
13789
13790 * textmodes/org.el (org-calendar-holiday):
13791 Use calendar-check-holidays instead of the obsolete
13792 check-calendar-holidays.
13793 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
13794 (bbdb-company, bbdb-current-record, bbdb-name)
13795 (bbdb-record-getprop, bbdb-record-name)
13796 (bibtex-beginning-of-entry, bibtex-generate-autokey)
13797 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
13798 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
13799 (mh-find-path, mh-get-header-field, mh-get-msg-num)
13800 (mh-header-display, mh-index-previous-folder)
13801 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
13802 (mh-show-buffer-message-number, mh-show-header-display)
13803 (mh-show-msg, mh-show-show, mh-visit-folder)
13804 (org-export-latex-cleaned-string, remember)
13805 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
13806 (rmail-what-message, elmo-folder-exists-p)
13807 (elmo-message-entity-field, elmo-message-field)
13808 (vm-beginning-of-message, vm-follow-summary-cursor)
13809 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
13810 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
13811 (vm-summarize, wl-folder-get-elmo-folder)
13812 (wl-summary-goto-folder-subr)
13813 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
13814 (wl-summary-line-subject, wl-summary-message-number)
13815 (wl-summary-redisplay): Declare as functions.
13816
13817 2007-11-30 Martin Rudalics <rudalics@gmx.at>
13818
13819 * longlines.el (longlines-show-hard-newlines): Remove handling of
13820 buffer-undo-list and buffer-modified status.
13821 (longlines-show-region, longlines-unshow-hard-newlines):
13822 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
13823 inhibit-modification-hooks here to avoid that a buffer appears
13824 modified when toggling visibility of hard newlines.
13825
13826 2007-11-30 Glenn Morris <rgm@gnu.org>
13827
13828 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
13829
13830 * progmodes/idlw-complete-structtag.el
13831 (idlwave-sintern-structtag):
13832 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
13833 (idlwave-sintern-sysvartag):
13834 * progmodes/idlwave.el (idlwave-sintern-class-tag)
13835 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
13836 functions.
13837
13838 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
13839
13840 * textmodes/reftex-index.el (texmathp):
13841 * textmodes/reftex-auc.el (TeX-argument-insert)
13842 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
13843 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
13844 (LaTeX-label-list):
13845 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
13846 (rng-clear-conditional-region, rng-do-some-validation): Declare as
13847 functions.
13848 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
13849
13850 2007-11-30 Glenn Morris <rgm@gnu.org>
13851
13852 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
13853 argument and document it.
13854
13855 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13856 Third argument to declare-function must be a list to specify arglist.
13857
13858 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
13859 Handle declare-function third argument `t' and fourth argument.
13860 (check-declare-verify): Doc fix. Handle `fileonly' case.
13861 Use progn rather than prog1.
13862
13863 * desktop.el (uniquify-item-base):
13864 * term/mac-win.el (url-type): Declare as functions.
13865
13866 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
13867 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
13868 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
13869 fourth arg to declare-function.
13870
13871 * play/dunnet.el: Don't require cl when compiling.
13872 (byte-compile-warnings): Set via file local variables.
13873 (dun-parse): Let-bind `beg' and `line'.
13874
13875 2007-11-29 Alexandre Julliard <julliard@winehq.org>
13876
13877 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
13878
13879 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
13880
13881 * calendar/time-date.el (encode-time-value): Doc fix.
13882
13883 2007-11-29 Glenn Morris <rgm@gnu.org>
13884
13885 * calendar/time-date.el (with-decoded-time-value): Doc fix.
13886
13887 * textmodes/css-mode.el (prog-mode): Remove.
13888 (css-mode): Derive from fundamental-mode rather than prog-mode.
13889
13890 * emacs-lisp/byte-run.el (declare-function): Doc fix.
13891
13892 * emacs-lisp/check-declare.el (check-declare-locate)
13893 (check-declare-verify): Handle `external' files.
13894 (check-declare-errmsg): New function.
13895 (check-declare-verify, check-declare-file, check-declare-directory):
13896 Use check-declare-errmsg to report the number of problems.
13897
13898 * ffap.el (w3-view-this-url)
13899 * mail/mspools.el (vm-visit-folder)
13900 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
13901 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
13902 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
13903 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
13904 (bbdb-records)
13905 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
13906 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
13907 (sasl-make-client, sasl-next-step, sasl-step-data)
13908 (sasl-step-set-data)
13909 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
13910 (htmlr-step): Declare as functions.
13911
13912 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
13913 Use bbdb-address-zip rather than bbdb-address-zip-string.
13914
13915 2007-11-28 Richard Stallman <rms@gnu.org>
13916
13917 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
13918 Move here from gnus/.
13919
13920 2007-11-28 Martin Rudalics <rudalics@gmx.at>
13921
13922 * newcomment.el (comment-region-internal): Fix newline insertion
13923 in `block' case.
13924
13925 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13926
13927 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
13928
13929 2007-11-28 Glenn Morris <rgm@gnu.org>
13930
13931 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
13932 delete .elc files.
13933
13934 * nxml/char-name/unicode: Move to etc/nxml/.
13935 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
13936
13937 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
13938 Declare as a function.
13939
13940 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
13941 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
13942 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
13943
13944 * nxml/nxml-outln.el (nxml-token-start-tag-p)
13945 (nxml-token-end-tag-p): Move definitions before use.
13946
13947 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
13948
13949 * nxml/nxml-uchnm.el (top-level)
13950 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
13951 (nxml-enabled-unicode-blocks): Add custom group.
13952
13953 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
13954 Use string-to-number rather than string-to-int.
13955
13956 * dired-x.el (dired-omit-old-add-entry): Declare as function.
13957 Move definition before use.
13958 (dired-old-find-buffer-nocreate): Declare as function.
13959
13960 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
13961 (check-declare-verify): Handle fset.
13962
13963 * emulation/edt.el (edt-user-emulation-setup):
13964 Test edt-setup-user-bindings is bound before calling.
13965
13966 * emulation/tpu-edt.el: Don't require cl when compiling.
13967 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
13968 (tpu-edt-off): Use condition-case rather than ignore-errors.
13969 Use with-no-warnings.
13970
13971 * eshell/esh-util.el (top-level): Use require rather than load for
13972 ange-ftp.
13973
13974 * mail/supercite.el (sc-version): Redefine as an alias for
13975 emacs-version.
13976 (sc-help-address): Remove.
13977 (sc-version): Use emacs-version rather than sc-version.
13978 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
13979
13980 * net/socks.el (socks-original-open-network-stream): Declare as
13981 function. Move definition before use.
13982
13983 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
13984
13985 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
13986 (math-make-frac): Declare as functions.
13987
13988 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
13989
13990 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
13991 Pacify byte compiler.
13992 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
13993
13994 * progmodes/idlwave.el (idlwave-shell-get-path-info)
13995 (idlwave-shell-temp-file, idlwave-shell-is-running)
13996 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
13997 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
13998 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
13999 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
14000 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
14001 (idlwave-completing-read, idlwave-current-routine)
14002 (idlwave-downcase-safe, idlwave-entry-find-keyword)
14003 (idlwave-expand-keyword, idlwave-find-class-definition)
14004 (idlwave-find-inherited-class, idlwave-find-struct-tag)
14005 (idlwave-get-buffer-visiting, idlwave-in-quote)
14006 (idlwave-make-full-name, idlwave-members-only)
14007 (idlwave-popup-select, idlwave-routine-source-file)
14008 (idlwave-routines, idlwave-sintern-class)
14009 (idlwave-sintern-keyword, idlwave-sintern-method)
14010 (idlwave-sintern-routine-or-method)
14011 (idlwave-substitute-link-target, idlwave-sys-dir)
14012 (idlwave-this-word, idlwave-what-module-find-class)
14013 (idlwave-where):
14014 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
14015 * mail/uce.el (rmail-msg-is-pruned)
14016 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
14017 (rmail-toggle-header):
14018 * mail/sendmail.el (dired-view-file, dired-get-filename):
14019 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
14020 (rmail-display-labels, rmail-msgbeg)
14021 (rmail-set-message-deleted-p, rmail-message-labels-p)
14022 (rmail-show-message, mail-comma-list-regexp)
14023 (mail-parse-comma-list):
14024 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
14025 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
14026 (rfc822-addresses, mail-abbrev-make-syntax-table)
14027 (mail-sendmail-delimit-header, mail-header-end):
14028 * mail/hashcash.el (message-narrow-to-headers-or-head)
14029 (message-fetch-field, message-goto-eoh)
14030 (message-narrow-to-headers):
14031 * vc.el (view-mode-exit): Declare as functions.
14032
14033 * mail/vms-pmail.el:
14034 * vmsproc.el:
14035 * vms-patch.el: Don't byte compile these files, they don't work.
14036
14037 2007-11-27 Glenn Morris <rgm@gnu.org>
14038
14039 * calc/calc-ext.el (math-read-big-rec):
14040 * calc/calc-nlfit.el (math-map-binop):
14041 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
14042
14043 * eshell/eshell.el (eshell-report-bug): Add version number of
14044 obsolescence.
14045
14046 * emulation/viper.el, emulation/viper-util.el,
14047 emulation/viper-macs.el, emulation/viper-keym.el,
14048 emulation/viper-ex.el, emulation/viper-cmd.el:
14049 Load viper-*.el files silently.
14050
14051 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
14052 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
14053 Load ediff-*.el files silently.
14054
14055 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
14056 compiling.
14057 (Info-goto-node): Declare as a function.
14058
14059 * ediff-init.el: Don't load ange-ftp when compiling.
14060 * ediff-util.el: Don't load reporter when compiling.
14061
14062 * ediff-wind.el (ediff-display-pixel-width)
14063 (ediff-display-pixel-height):
14064 * generic-x.el (ini-generic-mode):
14065 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
14066 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
14067 (ps-mule-initialize, ps-mule-begin-job):
14068 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
14069 (mark-calendar-days-named):
14070 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
14071 (add-to-diary-list, diary-name-pattern)
14072 (mark-calendar-days-named):
14073 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
14074 (mark-calendar-days-named):
14075 * calendar/cal-x.el (make-fancy-diary-buffer):
14076 * calendar/holidays.el (calendar-absolute-from-julian):
14077 * calendar/todo-mode.el (calendar-current-date):
14078 * calendar/cal-menu.el (calendar-increment-month)
14079 (calendar-month-name, extract-calendar-year)
14080 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
14081 (calendar-current-date, calendar-cursor-holidays)
14082 (calendar-date-string, insert-diary-entry, calendar-set-mark)
14083 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
14084 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
14085 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
14086 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
14087 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
14088 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
14089 (calendar-day-of-year-string, calendar-iso-date-string)
14090 (calendar-julian-date-string, calendar-astro-date-string)
14091 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
14092 (calendar-persian-date-string, calendar-bahai-date-string)
14093 (calendar-islamic-date-string, calendar-chinese-date-string)
14094 (calendar-coptic-date-string, calendar-ethiopic-date-string)
14095 (calendar-french-date-string, calendar-mayan-date-string)
14096 (calendar-print-chinese-date, calendar-goto-date):
14097 Declare as functions.
14098
14099 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
14100 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
14101
14102 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
14103 aliases for report-emacs-bug.
14104 (gnus-summary-select-article, gnus-configure-windows): Declare as
14105 functions.
14106
14107 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
14108 compiler.
14109
14110 * pgg.el (pgg-clear-string): Declare as a function.
14111 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
14112 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
14113
14114 * emacs-lisp/check-declare.el (check-declare-locate):
14115 Handle compressed files.
14116 (check-declare-verify): Handle define-generic-mode,
14117 define-global(ized)-minor-mode, define-obsolete-function-alias.
14118
14119 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
14120
14121 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
14122 algebraic modes.
14123
14124 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
14125 (math-is-true, calc-explain-why, calc-alg-edit)
14126 (math-composite-inequalities, math-flatten-lands)
14127 (math-multi-subst, calcFunc-vmatches, math-simplify)
14128 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
14129 (math-read-string, math-read-brackets, math-read-angle-brackets):
14130 Declare as functions.
14131
14132 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
14133 (calc-fit-bell-shaped-logistic-curve)
14134 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
14135 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
14136 (math-max-list): Declare as functions.
14137 (math-map-binop): New function.
14138 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
14139
14140 * calc/calc.el (calc-set-language, calc-edit-finish)
14141 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
14142 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
14143 (math-lessp, calc-embedded-finish-command)
14144 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
14145 (calc-push-list-in-macro, calc-replace-selections)
14146 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
14147 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
14148 (calc-embedded-stack-change, calc-refresh-evaltos)
14149 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
14150 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
14151 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
14152 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
14153 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
14154 (math-dimension-error, calc-incomplete-error, math-float-fancy)
14155 (math-neg-fancy, math-zerop, calc-add-fractions)
14156 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
14157 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
14158 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
14159 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
14160 (math-compose-expr, math-comp-width, math-composition-to-string)
14161 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
14162 (math-adjust-fraction, math-format-binary, math-format-radix)
14163 (math-group-float, math-mod, math-format-number-fancy)
14164 (math-format-bignum-fancy, math-read-number-fancy)
14165 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
14166 (calc-do-embedded-activate, math-do-defmath)
14167 (calc-load-everything): Declare as functions.
14168
14169 * calc/calc-ext.el (math-clip, math-round, math-simplify)
14170 (math-simplify-extended, math-simplify-units, calc-set-language)
14171 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
14172 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
14173 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
14174 (math-normalize-hms, math-normalize-mod, math-make-sdev)
14175 (math-make-intv, math-normalize-logical-op, math-possible-signs)
14176 (math-infinite-dir, math-calcFunc-to-var)
14177 (calc-embedded-evaluate-expr, math-known-nonzerop)
14178 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
14179 (math-format-date, math-vector-is-string, math-vector-to-string)
14180 (math-format-radix-float, math-compose-expr, math-abs)
14181 (math-format-bignum-binary, math-format-bignum-octal)
14182 (math-format-bignum-hex, math-format-bignum-radix)
14183 (math-compute-max-digits): Declare as functions.
14184 (math-provably-realp): Fix typo.
14185
14186 * calc/calc-forms.el (calendar-current-time-zone)
14187 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
14188 functions.
14189
14190 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
14191
14192 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
14193 Declare as functions.
14194
14195 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
14196 (math-posp, math-compare, math-bignum, math-compare-bignum):
14197 Declare as functions.
14198
14199 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
14200 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
14201 (calc-explain-why, calc-clear-command-flag)
14202 (calc-roll-down-with-selections, calc-roll-up-with-selections)
14203 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
14204 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
14205 (math-trunc-special, math-trunc-fancy, math-floor-special)
14206 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
14207 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
14208 (math-pow-zero, math-pow-fancy): Declare as functions.
14209
14210 * calc/calc-mode.el (calc-embedded-save-original-modes):
14211 Declare as a function.
14212
14213 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
14214 Declare as functions.
14215 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
14216 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
14217 Replace `mapcar*' by `math-map-binop'.
14218 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
14219
14220 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
14221 (math-read-expr-level): Declare as functions.
14222
14223 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
14224
14225 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
14226
14227 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
14228 end-of-defun-function is called consistently, even for negative
14229 arguments.
14230 (end-of-defun-function): Default to forward-sexp.
14231
14232 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
14233
14234 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14235
14236 2007-11-26 Glenn Morris <rgm@gnu.org>
14237
14238 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
14239 than :suffix.
14240
14241 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
14242
14243 2007-11-26 Simon Josefsson <simon@josefsson.org>
14244
14245 * net/imap.el: Move from ../gnus.
14246
14247 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14248
14249 * doc-view.el (doc-view-mode-p): New function.
14250
14251 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
14252
14253 * mail/mspools.el (rmail-get-new-mail):
14254 * mail/reporter.el (mail-position-on-field, mail-text):
14255 * mail/rmail.el (mail-position-on-field, mail-text-start)
14256 (rmail-update-summary):
14257 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
14258 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
14259 * mail/rmailout.el (rmail-update-summary):
14260 * mail/rmailsort.el (rmail-update-summary):
14261 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
14262 (dired-view-file):
14263 * mail/uce.el (mail-strip-quoted-names):
14264 * mail/undigest.el (rmail-update-summary):
14265 * mail/unrmail.el (mail-strip-quoted-names):
14266 * ediff.el (diff-latest-backup-file): Declare as functions.
14267
14268 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
14269 (kill-to-end-of-line):
14270 * obsolete/rnews.el (news-set-minor-modes):
14271 Remove non working functions.
14272
14273 2007-11-25 Glenn Morris <rgm@gnu.org>
14274
14275 * eshell/esh-maint.el (top-level): Use require with NOERROR for
14276 pcomplete. Don't mess with load-path.
14277
14278 * eshell/eshell.el (eshell-report-bug-address): Remove.
14279 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
14280
14281 2007-11-24 Glenn Morris <rgm@gnu.org>
14282
14283 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
14284 (appt-disp-window): Don't require electric.
14285 Simplify minibuffer-avoidance code.
14286 (appt-select-lowest-window): Avoid minibuffer.
14287
14288 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
14289 (esh-mode): Require it.
14290 (esh-util): Use require rather than featurep and load.
14291 (eshell): No need to test if eshell-mode is bound; remove obsolete
14292 reference to eshell-auto.
14293 (eshell-command, eshell-command-result): Don't require esh-mode
14294 now that the file does.
14295 (top-level): Move provide statement to the end of the file.
14296 Re-order and update commentary.
14297
14298 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
14299
14300 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
14301 (vc-annotate-toggle-annotation-visibility): New command.
14302 (vc-annotate-mode-map): Bind "V" to it.
14303 (vc-annotate-mode-menu): Add entry for it.
14304 (vc-annotate-get-time-set-line-props): New func.
14305 (vc-annotate-display-autoscale)
14306 (vc-annotate-display-difference): Use it.
14307
14308 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
14309 Also, match one space at end of annotation text, after last paren.
14310
14311 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
14312
14313 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
14314 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
14315 `tramp-completion-mode'.
14316
14317 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
14318
14319 * vc-git.el (vc-git-show-log-entry): New func.
14320
14321 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
14322 (vc-git-state): Use vc-git--call.
14323 (vc-git-registered, vc-git-working-revision)
14324 (vc-git-previous-revision, vc-git-next-revision)
14325 (vc-git--run-command-string, vc-git-symbolic-commit):
14326 Use vc-git--out-ok.
14327
14328 2007-11-24 Glenn Morris <rgm@gnu.org>
14329
14330 * emacs-lisp/byte-run.el (declare-function): Doc fix.
14331
14332 2007-11-24 Kenichi Handa <handa@m17n.org>
14333
14334 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
14335
14336 2007-11-23 David Kastrup <dak@gnu.org>
14337
14338 * server.el (server-process-filter): Use `command-line-args-left'.
14339
14340 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
14341
14342 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
14343
14344 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
14345
14346 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
14347 buffer if the parent buffer is in vc-dired-mode.
14348
14349 2007-11-23 Mark A. Hershberger <mah@everybody.org>
14350
14351 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
14352
14353 2007-11-23 Juri Linkov <juri@jurta.org>
14354
14355 * dired.el (dired-read-dir-and-switches): For C-x d, set the
14356 value for M-n to the visited file name of the current buffer.
14357 Use minibuffer-with-setup-hook to set minibuffer-default to
14358 buffer-file-name inside read-file-name.
14359
14360 * man.el (Man-getpage-in-background): Don't disregard user option
14361 `Man-width' on non-window systems. Remove test for `window-system'
14362 around setting envvar "COLUMNS" depending on the value of `Man-width'.
14363
14364 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
14365 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
14366 of "--color=always".
14367
14368 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14369
14370 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
14371 beginning-of-defun-function.
14372
14373 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14374
14375 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
14376
14377 2007-11-22 Glenn Morris <rgm@gnu.org>
14378
14379 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
14380
14381 * emacs-lisp/check-declare.el (check-declare-locate): New function.
14382 (check-declare-scan): Use check-declare-locate.
14383 (check-declare-verify): No longer adjust fnfile, now
14384 check-declare-locate does it.
14385
14386 * emacs-lisp/byte-run.el (declare-function): Doc fix.
14387
14388 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14389
14390 * subr.el (posn-col-row): Make the `default-value' use explicit.
14391
14392 * window.el (balance-windows): Remove unused var `counter'.
14393 (bw-balance-sub): Remove unused var `lastchild'.
14394 (split-window-vertically): Remove unused var `switch'.
14395 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
14396
14397 * emacs-lisp/bytecomp.el
14398 (byte-compile-file-form-custom-declare-variable): Simplify.
14399
14400 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
14401
14402 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
14403 Set `show-trailing-whitespace' to nil.
14404
14405 * dired.el (make-symbolic-link):
14406 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
14407 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
14408 * dired-x.el (make-symbolic-link):
14409 * frame.el (x-initialize-window-system):
14410 * menu-bar.el (x-menu-bar-open):
14411 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
14412 (x-store-cut-buffer-internal):
14413 * wdired.el (make-symbolic-link):
14414 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
14415 (x-send-client-message):
14416 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
14417
14418 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
14419
14420 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
14421
14422 2007-11-22 Glenn Morris <rgm@gnu.org>
14423
14424 * dos-fns.el (int86):
14425 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
14426
14427 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
14428
14429 * calendar/holidays.el (holiday-list): Add autoload cookie.
14430
14431 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
14432 files relative to src/ directory.
14433 (check-declare-verify): Handle .c files. Warn if could not find
14434 an arglist to check.
14435
14436 * emacs-lisp/byte-run.el (declare-function): Doc fix.
14437
14438 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
14439
14440 * replace.el (occur-mode-map): Add a major mode menu with entries
14441 for all occur operations.
14442
14443 * international/titdic-cnv.el (dos-8+3-filename):
14444 * obsolete/fast-lock.el (msdos-long-file-names):
14445 * frame.el (msdos-mouse-p):
14446 * files.el (msdos-long-file-names, w32-long-file-name):
14447 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
14448 (mac-resume-apple-event, mac-font-panel-mode)
14449 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
14450 (mac-clear-font-name-table):
14451 * term/pc-win.el (msdos-remember-default-colors)
14452 (w16-set-clipboard-data, w16-get-clipboard-data):
14453 * term/w32-win.el (w32-send-sys-command, w32-select-font)
14454 (set-message-beep):
14455 * net/browse-url.el (w32-shell-execute):
14456 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
14457 (w32-get-locale-info, w32-get-valid-locale-ids)
14458 (w32-set-clipboard-data):
14459 * dos-fns.el (int86, msdos-long-file-names):
14460 * dos-w32.el (default-printer-name): Declare as functions.
14461
14462 2007-11-21 Jason Rumney <jasonr@gnu.org>
14463
14464 * emacs-lisp/byte-run.el (declare-function): Return nil.
14465
14466 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14467
14468 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
14469
14470 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
14471
14472 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
14473
14474 2007-11-21 Glenn Morris <rgm@gnu.org>
14475
14476 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
14477 for now. Handle define-minor-mode, and defalias (with no argument
14478 checking).
14479
14480 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
14481
14482 * frame.el (msdos-mouse-p):
14483 * files.el (msdos-long-file-names, w32-long-file-name):
14484 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
14485 (mac-resume-apple-event, mac-font-panel-mode)
14486 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
14487 (mac-clear-font-name-table):
14488 * term/pc-win.el (msdos-remember-default-colors)
14489 (w16-set-clipboard-data, w16-get-clipboard-data):
14490 * term/w32-win.el (w32-send-sys-command, w32-select-font)
14491 (set-message-beep):
14492 * net/browse-url.el (w32-shell-execute):
14493 * dos-fns.el (int86, msdos-long-file-names):
14494 * dos-w32.el (default-printer-name): Undo previous change.
14495
14496 2007-11-21 Eli Zaretskii <eliz@gnu.org>
14497
14498 * international/mule-cmds.el (set-locale-environment):
14499 Set default-file-name-coding-system _after_ keyboard and terminal
14500 coding systems. This fixes last change.
14501
14502 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
14503 one space after "Subject:".
14504
14505 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14506
14507 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
14508 in order to determine if there's a conflict.
14509
14510 2007-11-21 Richard Stallman <rms@gnu.org>
14511
14512 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
14513
14514 * reposition.el (reposition-window):
14515 Binding C-M-l moved to bindings.el.
14516
14517 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
14518
14519 * add-log.el (add-change-log-entry-other-window):
14520 Key binding C-x 4 a moved to bindings.el.
14521
14522 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
14523 from filecache.el.
14524
14525 * filecache.el: Minibuffer map bindings moved to bindings.el.
14526
14527 2007-11-21 Jason Rumney <jasonr@gnu.org>
14528
14529 * international/mule-cmds.el (set-locale-environment):
14530 Set default-file-name-coding-system from system defaults on Windows.
14531
14532 2007-11-21 Jason Rumney <jasonr@gnu.org>
14533
14534 * term/w32console.el: New term init file for w32 console.
14535
14536 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
14537 (x-setup-function-keys): Likewise, replacing top-level key definitions.
14538 (w32-tty-standard-colors): Move to term/w32console.el.
14539
14540 * term/w32-win.el (x-setup-function-keys): Remove.
14541
14542 * term/tty-colors.el (tty-register-default-colors): Remove special
14543 case for w32.
14544
14545 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
14546
14547 * frame.el (msdos-mouse-p):
14548 * generic-x.el (w32-shell-name):
14549 * files.el (msdos-long-file-names, w32-long-file-name)
14550 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
14551 (dos-8+3-filename, vms-read-directory, view-mode-disable):
14552 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
14553 (mac-resume-apple-event, mac-font-panel-mode)
14554 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
14555 (mac-clear-font-name-table):
14556 * term/pc-win.el (msdos-remember-default-colors)
14557 (w16-set-clipboard-data, w16-get-clipboard-data):
14558 * term/w32-win.el (w32-send-sys-command, w32-select-font)
14559 (set-message-beep):
14560 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
14561 (w32-get-locale-info, w32-get-valid-locale-ids)
14562 (w32-set-clipboard-data):
14563 * help-fns.el (ad-get-advice-info):
14564 * font-lock.el (fast-lock-after-fontify-buffer)
14565 (fast-lock-after-unfontify-buffer, fast-lock-mode)
14566 (lazy-lock-after-fontify-buffer)
14567 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
14568 * net/browse-url.el (w32-shell-execute):
14569 * dos-fns.el (int86, msdos-long-file-names):
14570 * dos-w32.el (default-printer-name): Declare as functions.
14571
14572 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
14573
14574 * textmodes/paragraphs.el (forward-sentence): Doc fix.
14575 Reported by Drew Adams <drew.adams@oracle.com>.
14576
14577 2007-11-20 Jason Rumney <jasonr@gnu.org>
14578
14579 * term/w32-win.el (x-setup-function-keys): Protect against
14580 multiple calls on the same terminal.
14581
14582 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
14583
14584 * term/mac-win.el (x-setup-function-keys): Only setup
14585 local-function-key-map if it has not been setup already for the
14586 current frame. Move the suspend-emacs processing here.
14587
14588 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
14589
14590 * progmodes/grep.el (xargs-program): New variable.
14591 (grep-compute-defaults): Use it.
14592 (grep-default-command): Doc fix.
14593 (grep, lgrep, rgrep): Reflow docstrings.
14594
14595 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
14596
14597 * vc.el (vc-find-revision): Set the parent buffer.
14598 Use when instead of if.
14599
14600 * progmodes/python.el (info-lookup-maybe-add-help):
14601 * progmodes/ps-mode.el (doc-view-minor-mode):
14602 * mail/emacsbug.el (Info-menu, Info-goto-node):
14603 * emulation/viper-keym.el (viper-ex)
14604 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
14605 * emulation/viper-cmd.el (widget-type, widget-button-press)
14606 (viper-set-hooks):
14607 * emacs-lisp/tcover-unsafep.el (unsafep-function):
14608 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
14609 (ses-load, ses-vector-delete, ses-create-header-string)
14610 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
14611 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
14612
14613 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
14614
14615 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
14616
14617 2007-11-20 Glenn Morris <rgm@gnu.org>
14618
14619 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
14620 for end of function-name. Handle define-derived-mode.
14621
14622 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
14623
14624 * progmodes/idlw-help.el: Require browse-url unconditionally, it
14625 is available by default.
14626 (idlwave-help-browse-url-available): Change default to t.
14627
14628 * emulation/edt.el (defgroup, defcustom): Remove definition.
14629 (eval-when-compile): Remove.
14630 (c-mark-function):
14631 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
14632 * textmodes/fill.el (comment-search-forward)
14633 (comment-string-strip):
14634 * progmodes/prolog.el (comint-mode, comint-send-string)
14635 (comint-send-region, comint-send-eof):
14636 * progmodes/dcl-mode.el (imenu-default-create-index-function):
14637 * emulation/viper-util.el (viper-forward-Word):
14638 * emulation/vi.el (c-mark-function):
14639 * emulation/edt-vt100.el (vt100-wide-mode):
14640 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
14641
14642 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
14643
14644 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14645 Still some tuning in case of an echoing shell.
14646 (tramp-send-command): Connection property "remote-echo" is not
14647 persistent; cache key is the process therefore.
14648
14649 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
14650
14651 * replace.el (map-query-replace-regexp): Doc fix (revert part of
14652 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
14653
14654 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
14655
14656 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
14657 * play/yow.el (doctor-ret-or-read):
14658 * vc-hooks.el (vc-dired-resynch-file):
14659 * vc-hg.el (log-view-get-marked):
14660 * smerge-mode.el (ediff-cleanup-mess):
14661 * pcvs.el (vc-editable-p, vc-checkout):
14662 * pcomplete.el (comint-bol):
14663 * informat.el (texinfo-format-refill):
14664 * ido.el (tramp-tramp-file-p):
14665 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
14666 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
14667 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
14668 functions.
14669
14670 * textmodes/ispell.el (ispell-int-char): Make it a defalias
14671 instead of fset.
14672 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
14673
14674 * ido.el (ido-file-internal): Move with-no-warnings to include the
14675 ffap-string-at-point call.
14676
14677 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
14678
14679 * vc-hg.el (vc-hg-revision-table): Fix last change.
14680
14681 2007-11-19 Martin Rudalics <rudalics@gmx.at>
14682
14683 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
14684 clipboard-yank when the buffer is read-only.
14685
14686 * cus-edit.el (custom-field-keymap): Move to other Custom mode
14687 keymaps such that it's before the definition of Custom-mode-menu.
14688 (Custom-mode-menu): Show it for custom-field-keymap too.
14689
14690 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
14691
14692 * progmodes/gdb-ui.el: Update commentary.
14693
14694 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
14695
14696 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
14697
14698 2007-11-19 Glenn Morris <rgm@gnu.org>
14699
14700 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
14701 does not exist, try adding `.el' extension. Also search for defsubsts.
14702
14703 * cus-edit.el (recentf-expand-file-name):
14704 * dired.el (dired-relist-entry):
14705 * subr.el (w32-shell-dos-semantics):
14706 * emacs-lisp/bytecomp.el (compilation-forget-errors):
14707 Declare as functions.
14708
14709 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
14710
14711 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
14712 (prepare-abbrev-list-buffer): Use dolist.
14713 (clear-abbrev-table): Preserve properties.
14714
14715 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
14716
14717 * textmodes/texinfmt.el (texinfo-format-printindex):
14718 Collect combined indexes using texinfo-short-index-format-cmds-alist.
14719 Reported on <bug-texinfo@gnu.org>.
14720
14721 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
14722
14723 * net/tramp.el (tramp-completion-reread-directory-timeout):
14724 New defcustom.
14725 (tramp-handle-file-name-all-completions): Flush directory contents
14726 from cache regularly.
14727 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
14728 (tramp-open-connection-setup-interactive-shell):
14729 Call `tramp-cleanup-connection' via funcall.
14730
14731 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
14732 created when copying.
14733
14734 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
14735
14736 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
14737 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
14738 * eshell/esh-ext.el (eshell-external-command):
14739 * eshell/esh-cmd.el (require):
14740 * eshell/em-unix.el (eshell-plain-locate-behavior):
14741 * eshell/em-cmpl.el (eshell-cmpl-initialize):
14742 Replace eshell-under-xemacs-p with (featurep 'xemacs).
14743 * eshell/esh-mode.el (characterp, char-int): Remove unused
14744 conditional defaliases.
14745
14746 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
14747 Rename from event-matches-key-specifier-p, define unconditionally.
14748 (event-basic-type): Remove unused defalias.
14749 (pcomplete-show-completions):
14750 Use pcomplete-event-matches-key-specifier-p.
14751
14752 2007-11-17 Eli Zaretskii <eliz@gnu.org>
14753
14754 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
14755 when saving esh-groups.el.
14756
14757 2007-11-17 Martin Rudalics <rudalics@gmx.at>
14758
14759 * wid-edit.el (widget-default-complete):
14760 * progmodes/flymake.el (flymake-goto-file-and-line):
14761 Fix typo in (doc-)string.
14762
14763 2007-11-17 Glenn Morris <rgm@gnu.org>
14764
14765 * emacs-lisp/byte-run.el (declare-function): New macro.
14766 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
14767 New function, byte-hunk-handler for declare-function.
14768 (byte-compile-callargs-warn): Handle declared functions.
14769
14770 * emacs-lisp/check-declare.el: New file.
14771 * Makefile.in (check-declare): New target.
14772
14773 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
14774
14775 * subr.el (process-lines): Move here from ../admin/admin.el.
14776 * emacs-lisp/authors.el (authors-process-lines): Remove.
14777 (authors): Use process-lines rather than authors-process-lines.
14778
14779 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
14780 Remove these files.
14781
14782 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
14783
14784 * emacs-lisp/backquote.el (backquote):
14785 Improve argument/docstring consistency.
14786
14787 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
14788 (ring-length, ring-empty-p): Use c[ad]dr.
14789 (ring-plus1): Use `1+'.
14790 (ring-minus1): Use `zerop'.
14791 (ring-remove): Use c[ad]dr. Use `when'.
14792 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
14793 (ring-ref): Use `let', not `let*'.
14794 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
14795 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
14796 (ring-member): Simplify. Doc fix.
14797 (ring-convert-sequence-to-ring): Simplify.
14798
14799 2007-11-17 Juri Linkov <juri@jurta.org>
14800
14801 * dired-aux.el (dired-create-directory): Allow creating
14802 a directory of an arbitrary depth. Add a loop to find the topmost
14803 nonexistent parent dir `new', and call `dired-add-file' on it.
14804 Set the `PARENTS' arg of `make-directory' to t.
14805
14806 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
14807
14808 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
14809 (math-build-parse-table): Get parse information from math-parse-table.
14810
14811 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14812
14813 * window.el (recenter-last-op): New var.
14814 (recenter-top-bottom): New command.
14815 (global-map): Bind it to C-l.
14816
14817 * abbrev.el (abbrev--write): Fix error in transcription from C.
14818
14819 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
14820 (pc-select-ensure-mark): Set mark-active to a special value instead.
14821 Rename from ensure-mark. Update call callers.
14822 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
14823 Rewrite. Update all callers.
14824 (pc-selection-mode): Remove redundant var declaration.
14825
14826 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
14827
14828 * doc-view.el (doc-view-search-backward, doc-view-search):
14829 Fix assignment to free variable bug.
14830
14831 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
14832
14833 * emulation/pc-select.el (pc-select-shifted-mark): New var.
14834 (ensure-mark): Set it.
14835 (maybe-deactivate-mark): New fun.
14836 Use it everywhere instead of (setq mark-active nil).
14837
14838 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14839
14840 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
14841 Add check for XEmacs.
14842
14843 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
14844
14845 * doc-view.el (doc-view-resolution): Add missing :group.
14846
14847 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
14848
14849 * subr.el (make-variable-frame-local):
14850 Fix typo in obsolescence declaration.
14851
14852 2007-11-16 Werner Lemberg <wl@gnu.org>
14853
14854 * files.el (set-auto-mode-1): Check second line for -*- if file
14855 starts with '\" (which is used by man pages to identify needed
14856 troff preprocessors).
14857
14858 2007-11-16 Glenn Morris <rgm@gnu.org>
14859
14860 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
14861
14862 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
14863
14864 * calc/calc-lang.el (math-oper-table): Fix typo.
14865 Reduce precedence of "/" for TeX.
14866
14867 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
14868
14869 2007-11-16 Juri Linkov <juri@jurta.org>
14870
14871 * dired-aux.el (dired-read-shell-command-default): New function.
14872 (dired-read-shell-command): Use its return value for DEFAULT arg.
14873
14874 * replace.el (keep-lines-read-args, occur-read-primary-args):
14875 Use a list of default values for DEFAULT arg of read-from-minibuffer.
14876
14877 * man.el (Man-heading-regexp): Add 0-9.
14878 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
14879
14880 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14881
14882 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
14883 (doc-view-resolution): New custom var.
14884 (doc-view-pdf/ps->png): Use it.
14885 (doc-view-shrink-factor): New var.
14886 (doc-view-enlarge, doc-view-shrink): New commands.
14887 (doc-view-mode-map): Use them.
14888
14889 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
14890
14891 * ediff-wind.el (ediff-window-setup-function):
14892 * simple.el (normal-erase-is-backspace):
14893 * eshell/em-unix.el (eshell/info):
14894 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
14895 Fix typos in docstrings.
14896
14897 * emulation/cua-base.el (cua--keymaps-initialized):
14898 Rename from `cua--keymaps-initalized'. Callers changed.
14899 (cua-highlight-region-shift-only): Doc fix.
14900 (cua-paste-pop): Fix typo in docstring.
14901
14902 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14903
14904 * emulation/cua-base.el (cua--pre-command-handler-1):
14905 Use input-decode-map instead of function-key-map.
14906 Use event-modifiers now that it works reliably.
14907
14908 * vc.el (vc-diff-internal): Pop-to-buffer later.
14909
14910 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
14911
14912 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
14913 did not touch them.
14914
14915 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
14916
14917 * calc/calc-menu.el: New file.
14918 * calc/calc.el (calc-mode): Require calc-menu.
14919
14920 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
14921
14922 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
14923
14924 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
14925
14926 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
14927 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
14928 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
14929 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
14930 locations.
14931 (gdb-info-breakpoints-custom, gdb-assembler-custom)
14932 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
14933 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
14934
14935 2007-11-13 Noah Friedman <friedman@splode.com>
14936
14937 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
14938 bindings to remap when `calc-scan-for-dels' is non-nil.
14939
14940 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14941
14942 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
14943 constant forms.
14944 (byte-compile-nilconstp): New function.
14945 (byte-optimize-cond): Kill subsequent branches when a branch is
14946 know to be taken or not taken.
14947 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
14948
14949 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
14950
14951 * vc.el (vc-register): Allow registering a file passed as a
14952 parameter instead of just the current buffer.
14953
14954 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
14955
14956 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14957 Check whether the output of "uname -sr" has been changed.
14958
14959 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14960
14961 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
14962 patterns from compilation-perl.el and compilation-weblint.el files.
14963
14964 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14965
14966 * progmodes/compilation-perl.el:
14967 * progmodes/compilation-weblint.el: Disable autoloads, they cause
14968 a bootstrap failure.
14969
14970 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
14971 instead of doing "cvs diff" in order to avoid accessing the repository.
14972
14973 2007-11-12 Kevin Ryde <user42@zip.com.au>
14974
14975 * progmodes/compilation-perl.el:
14976 * progmodes/compilation-weblint.el: New files.
14977
14978 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
14979
14980 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
14981 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
14982 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
14983 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
14984 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
14985 Rewrite in active voice.
14986
14987 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
14988
14989 * doc-view.el: Add comments about isearch support.
14990
14991 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14992
14993 * vc.el (vc-start-entry): Fix setting the in the case the function
14994 is called from vc-dired. Use when instead of if where appropriate.
14995
14996 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14997
14998 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
14999 to be a list.
15000 (ps-begin-job): Error if ps-lpr-switches is not a list.
15001
15002 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15003
15004 * faces.el (face-normalize-spec): Remove function.
15005 (frame-set-background-mode): Undo last change.
15006
15007 2007-11-10 Jason Rumney <jasonr@gnu.org>
15008
15009 * w32-fns.el: Sync charset names with setup-default-fontset.
15010 Append "-1" where second part missing.
15011
15012 2007-11-10 Juri Linkov <juri@jurta.org>
15013
15014 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
15015 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
15016
15017 * custom.el (custom-note-var-changed): Remove the `interactive'
15018 spec from this new non-interactive function.
15019
15020 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
15021
15022 * doc-view.el (doc-view-mode-map, doc-view-menu)
15023 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
15024 (doc-view-search-backward): New function.
15025 (doc-view-search): Query new regexp if prefix arg is given, else
15026 jump to next/previous match.
15027 (doc-view-mode): Handle compressed files.
15028 (jka-compr): Required for compressed files.
15029
15030 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
15031
15032 * replace.el (query-replace-show-replacement): New defcustom.
15033 (perform-replace): Use `match-substitute-replacement' if
15034 `query-replace-show-replacement' is non-nil.
15035
15036 2007-11-10 David Kastrup <dak@gnu.org>
15037
15038 * subr.el (match-substitute-replacement): New function.
15039
15040 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
15041
15042 * files.el (auto-mode-alist): Select org-mode for files with the
15043 extension ".org".
15044
15045 2007-11-10 Martin Rudalics <rudalics@gmx.at>
15046
15047 * help.el (help-window, help-window-point-marker): New variables.
15048 (help-window-select): New option.
15049 (with-help-window): New macro for displaying help windows.
15050 (help-window-display-message, help-window-setup-finish)
15051 (help-window-setup): New functions used for setting up help windows.
15052 (print-help-return-message): Reset help-window to nil.
15053 (view-lossage): Use with-help-window instead of
15054 with-output-to-temp-buffer and move help-window-point-marker after
15055 inserted text.
15056 (describe-bindings, describe-key, describe-mode): Use
15057 with-help-window instead of with-output-to-temp-buffer.
15058
15059 * help-mode.el (help-mode): Set view-exit-action to bury the
15060 buffer instead of fiddling with windows. Simplify code.
15061 (help-mode-finish): When help-window eqs t set it to the selected
15062 window and have with-help-window set up view-return-to-alist.
15063 (help-buffer): Add autoload cookie.
15064
15065 * view.el (view-remove-frame-by-deleting): Change default value to t.
15066 Add autoload cookie.
15067 (view-exit-action, view-file, view-file-other-window)
15068 (view-file-other-frame, view-buffer, view-buffer-other-window)
15069 (view-buffer-other-frame): Rewrite doc strings.
15070 (view-return-to-alist-update): New function to remove stale entries
15071 from view-return-to-alist.
15072 (view-mode-enter): Rewrite doc string and simplify code.
15073 (view-mode-exit): Handle new case 'keep-frame. Don't reset
15074 view-exit-action to nil. Simplify code and rewrite doc string.
15075
15076 * apropos.el (apropos-describe-plist):
15077 * descr-text.el (describe-char):
15078 * disp-table.el (describe-display-table):
15079 * faces.el (list-faces-display, describe-face):
15080 * facemenu.el (list-colors-display):
15081 * help-fns.el (describe-function, describe-variable)
15082 (describe-syntax, describe-categories):
15083 Use with-help-window instead of with-output-to-temp-buffer.
15084
15085 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
15086
15087 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
15088 Optimize (featurep 'emacs) to t.
15089
15090 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
15091 New function.
15092 (byte-compile-maybe-guarded): Use it to also look for bound
15093 symbols inside `and' forms. Comment out non-working code that was
15094 trying to avoid warnings for XEmacs code.
15095
15096 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
15097
15098 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
15099 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
15100 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
15101 (vc-cvs-annotate-command):
15102 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
15103 is bound, it always is.
15104
15105 2007-11-10 Jason Rumney <jasonr@gnu.org>
15106
15107 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
15108 setup here from global scope.
15109
15110 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
15111
15112 * ido.el (ido-save-history): Save the history file in UTF-8, not
15113 the current filename coding system.
15114
15115 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15116
15117 * simple.el (interprogram-cut-function, interprogram-paste-function):
15118 Don't make them frame-local any more.
15119
15120 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
15121 Don't set interprogram-(cut|paste)-function on each frame.
15122
15123 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
15124 Make them work in tty frames.
15125 (interprogram-cut-function, interprogram-paste-function):
15126 Set them globally.
15127
15128 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
15129
15130 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
15131 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
15132 (iso-iso2duden-trans-tab): Add docstring.
15133
15134 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15135
15136 * abbrev.el (define-abbrev-table): Record the variable definition.
15137
15138 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
15139 New function.
15140
15141 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15142
15143 * ps-print.el: Clean the code for checking suitable Emacs version.
15144 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
15145 (ps-print-version): New version 6.8.1.
15146
15147 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
15148
15149 * files.el (enable-local-variables): Doc fix.
15150
15151 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
15152
15153 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
15154
15155 2007-11-09 Sven Joachim <svenjoac@gmx.de>
15156
15157 * dired-aux.el (dired-copy-file-recursive):
15158 Preserve directory permissions.
15159
15160 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
15161
15162 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
15163 (whitespace-unload-function): New-style unload function. When run,
15164 unintern `whitespace-unload-hook' and call `unload-feature' recursively
15165 to stop the old hook from messing with the unloading.
15166
15167 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
15168
15169 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
15170 (elp-unset-master, elp-results): Fix typos.
15171 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
15172 Doc fixes.
15173
15174 * msb.el (msb--many-menus): Remove variable.
15175 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
15176 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
15177 (msb--toggle-menu-type): Fix typos in docstrings.
15178
15179 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
15180 (shadow-insert-var): Doc fixes.
15181 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
15182 Reflow docstrings.
15183 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
15184
15185 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
15186
15187 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
15188 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
15189 Fix typos in autoload docstrings.
15190
15191 2007-11-09 Richard Stallman <rms@gnu.org>
15192
15193 * savehist.el (savehist-save): Obey savehist-ignored-variables.
15194
15195 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
15196
15197 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
15198 (gdb-var-update-handler-1): Use it.
15199
15200 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
15201
15202 * loadhist.el (unload-feature): Remove erroneous check for the
15203 FEATURE-unload-function variable; check the existence of the
15204 function (that's what the docstring says, and it makes more sense).
15205
15206 * follow.el (follow-unload-function): Add docstring.
15207 (follow-unload-function): Remove variable.
15208
15209 * server.el (server-unload-function): Remove variable.
15210 (server-unload-function): Unbind `server-edit' from `C-x #'.
15211
15212 * ses.el (ses-unload-function): New function.
15213
15214 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
15215
15216 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
15217 (unsafep-progn, unsafep-let): Fix typos in docstrings.
15218
15219 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
15220 before use to avoid a warning in packages that require uniquify.
15221 (uniquify-unload-function): New function and var.
15222
15223 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
15224
15225 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
15226 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
15227 (ediff-current-diff-A, ediff-current-diff-B)
15228 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
15229 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
15230 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
15231 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
15232 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
15233 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
15234 (ediff-setup-windows-plain-merge)
15235 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
15236 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
15237 * ediff-util.el (ediff-setup-keymap, )
15238 (ediff-toggle-wide-display, ediff-toggle-multiframe)
15239 (ediff-toggle-use-toolbar, ediff-really-quit)
15240 (ediff-good-frame-under-mouse)
15241 (ediff-highlight-diff-in-one-buffer)
15242 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
15243 (ediff-make-bullet-proof-overlay):
15244 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
15245 (ediff-set-meta-overlay):
15246 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
15247 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
15248 ediff-emacs-p with their former definitions.
15249
15250 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
15251 (viper-has-face-support-p, viper-inactivate-input-method)
15252 (viper-activate-input-method)
15253 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
15254 * emulation/viper-mous.el (viper-multiclick-timeout)
15255 (viper-surrounding-word, viper-mouse-click-insert-word)
15256 (viper-mouse-click-search-word, viper-parse-mouse-key):
15257 * emulation/viper-macs.el (viper-char-array-to-macro):
15258 * emulation/viper.el (viper-go-away, viper-set-hooks)
15259 (viper-non-hook-settings):
15260 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
15261 (viper-get-saved-cursor-color-in-insert-mode)
15262 (viper-get-saved-cursor-color-in-emacs-mode)
15263 (viper-check-version, viper-get-visible-buffer-window)
15264 (viper-file-checked-in-p, viper-set-replace-overlay)
15265 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
15266 (viper-check-minibuffer-overlay, viper-read-key-sequence)
15267 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
15268 with their former definitions.
15269 (viper-eventify-list-xemacs): Only do work for XEmacs.
15270 (viper-set-unread-command-events): Only do work for Emacs.
15271 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
15272 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
15273 (viper-overlay-get, viper-overlay-put, viper-read-event)
15274 (viper-characterp, viper-int-to-char, viper-get-face)
15275 (viper-color-defined-p, viper-iconify): New defaliases replacing
15276 the old fsets.
15277
15278 * progmodes/fortran.el (comment-region-function)
15279 (uncomment-region-function): Pacify byte compiler.
15280
15281 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
15282
15283 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
15284
15285 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
15286 `process-environment'.
15287
15288 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
15289
15290 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
15291 match dir like "a...b".
15292
15293 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15294
15295 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
15296
15297 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
15298
15299 * net/tramp.el (tramp-handle-substitute-in-file-name):
15300 Don't expand the remote connection identification.
15301 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15302 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
15303 before calling stty.
15304
15305 * net/tramp-cache.el (tramp-cache-print)
15306 (tramp-dump-connection-properties): Fix docstring.
15307 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
15308
15309 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
15310
15311 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
15312 remote connection identification when setting connection property.
15313
15314 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
15315 "//" substitutes only in the local filename part.
15316
15317 2007-11-07 David Hansen <david.hansen@gmx.net>
15318
15319 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
15320
15321 2007-11-07 Glenn Morris <rgm@gnu.org>
15322
15323 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
15324 Remove superfluous concats. Move final set-buffer to
15325 non-emacs-specific code.
15326
15327 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
15328
15329 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
15330
15331 2007-11-07 Johan Bockgård <bojohan@gnu.org>
15332
15333 * eshell/esh-mode.el (eshell-output-filter):
15334 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
15335 Use `with-current-buffer'.
15336
15337 2007-11-07 Andreas Schwab <schwab@suse.de>
15338
15339 * server.el (server-start): Only register cleanup after server was
15340 started.
15341
15342 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
15343
15344 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
15345
15346 * net/tramp-cache.el (tramp-cache-print): Move down.
15347 (tramp-cache-list-connections): New defun.
15348
15349 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
15350
15351 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
15352
15353 * ido.el (ido-save-history): Write the history file in the current
15354 filename coding system, and add `coding' file-local variable.
15355
15356 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
15357
15358 * textmodes/org.el (org-table-formula-substitute-names):
15359 Remove forgotten temporary debugging code.
15360
15361 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
15362
15363 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
15364 the prompt.
15365
15366 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
15367
15368 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
15369
15370 2007-11-05 Simon Josefsson <simon@josefsson.org>
15371
15372 * net/tls.el (tls-end-of-info): Doc fix.
15373
15374 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
15375
15376 * international/utf-7.el (utf-7-imap): New coding system.
15377 (utf-7-imap-post-read-conversion): New function.
15378 (utf-7-imap-pre-write-conversion): New function.
15379
15380 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
15381
15382 * abbrev.el (abbrev--write): Fix up typo.
15383
15384 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
15385
15386 * abbrev.el (define-abbrev-table): Doc fix.
15387
15388 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
15389
15390 * info.el (Info-revert-buffer-function): New func.
15391 (Info-mode): Arrange to use it for reverting.
15392 (Info-copy-current-node-name): Add space between filename and nodename.
15393
15394 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
15395
15396 * abbrev.el (expand-abbrev): Move point back to expansion's end.
15397
15398 2007-11-04 Glenn Morris <rgm@gnu.org>
15399
15400 * net/tls.el: Don't require rx when compiling.
15401 (tls-end-of-info): Rewrite without using rx.
15402 (open-tls-stream): Use with-current-buffer.
15403
15404 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
15405
15406 * net/tls.el: Require rx when compiling.
15407 (tls-end-of-info): New variable.
15408 (open-tls-stream): Keep reading input until `tls-end-of-info' is
15409 matched.
15410
15411 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
15412
15413 * register.el (append-to-register, prepend-to-register):
15414 Don't signal error on empty register; use the text, instead.
15415
15416 2007-11-03 Michael Olson <mwolson@gnu.org>
15417
15418 * textmodes/remember.el (remember-buffer):
15419 Use define-obsolete-function-alias rather than defalias.
15420
15421 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
15422
15423 * simple.el (bad-packages-alist): Anchor semantic regexp.
15424
15425 2007-11-03 Glenn Morris <rgm@gnu.org>
15426
15427 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
15428 if defined, for blank lines. Doc fix.
15429
15430 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
15431 (fortran-mode): Set values for comment-region-function,
15432 uncomment-region-function and comment-insert-comment-function.
15433 (fortran-uncomment-region): New function.
15434
15435 * textmodes/nroff-mode.el (nroff-mode):
15436 Set comment-insert-comment-function rather than indent-line-function.
15437 (nroff-indent-line-function): Remove.
15438 (nroff-insert-comment-function): New function.
15439
15440 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
15441
15442 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
15443
15444 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
15445
15446 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
15447
15448 * emulation/viper-cmd.el (viper-prev-destructive-command)
15449 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
15450 copy-sequence.
15451
15452 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
15453 Got rid of ediff-copy-list.
15454
15455 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
15456 use face-name.
15457 (ediff-test-utility, ediff-diff-mandatory-option)
15458 (ediff-reset-diff-options): Remove to simplify the mandatory option
15459 handling on Windows.
15460 (ediff-set-diff-options): Add.
15461 (ediff-diff-options): Set "--binary" option as default in some cases.
15462
15463 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
15464 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
15465 ediff-vc-working-revision. Require vc-hooks.
15466
15467 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
15468
15469 * files.el (hack-local-variables): Fix membership tests to avoid
15470 treating all variables as safe if `enable-local-variables' is
15471 set to :safe (CVE-2007-5795).
15472
15473 2007-11-02 Glenn Morris <rgm@gnu.org>
15474
15475 * newcomment.el (comment-indent): Let comment-insert-comment-function,
15476 if defined, do all the work of inserting a new comment.
15477
15478 * progmodes/etags.el (tags-table-mode): Disable undo.
15479
15480 * simple.el (bad-packages-alist): Revert previous change.
15481
15482 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
15483
15484 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
15485
15486 * obsolete/lselect.el: Do not warn about unknown functions.
15487
15488 2007-11-02 Michael Olson <mwolson@gnu.org>
15489
15490 * textmodes/remember.el (remember-buffer): Make this an alias of
15491 remember-finalize, because Org uses it.
15492
15493 2007-11-01 Michael Olson <mwolson@gnu.org>
15494
15495 * textmodes/remember.el: Improve documentation in heading.
15496 (remember-before-remember-hook): Turn into a customizable option.
15497 (remember): Document INITIAL argument.
15498 (remember-region): Remove autoload cookie. Improve docstring to
15499 mention that it is called from the *Remember* buffer, and does not
15500 have any functional overlap with the `remember' function.
15501 (remember-finalize): Remove autoload cookie. Rename from
15502 remember-buffer to emphasize that this does not have any
15503 functional overlap with the `remember' function.
15504 (remember-destroy): Remove autoload cookie.
15505 (remember-mode-map): Define and initialize in one step.
15506 (remember-mode): Improve docstring.
15507 (remember-annotation-functions): Default to just '(buffer-file-name),
15508 and don't try to take the default value from Planner.
15509
15510 2007-11-01 Glenn Morris <rgm@gnu.org>
15511
15512 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
15513
15514 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
15515
15516 * emacs-lisp/authors.el (authors-scan-change-log)
15517 (authors-scan-el): Don't enable local eval; enable only safe local
15518 variables, without querying.
15519
15520 * mail/footnote.el (footnote-numeric-regexp)
15521 (footnote-english-upper-regexp, footnote-english-lower-regexp)
15522 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
15523 Match multi-character footnotes.
15524
15525 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
15526 (nroff-indent-line-function): New function.
15527 (nroff-count-text-lines): Use nroff-forward-text-line rather than
15528 obsolete alias.
15529
15530 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
15531
15532 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
15533 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
15534 (rcirc-print): Only update the line count when not marking the
15535 line as omittable.
15536 (rcirc-log-write): Specify coding system when writing logfile.
15537 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
15538
15539 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
15540
15541 * printing.el (printing): Fix :version, printing.el was included
15542 for in emacs-22.1.
15543 (pr-path-style, pr-path-alist, pr-txt-name)
15544 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
15545 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
15546 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
15547 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
15548 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
15549 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
15550 (pr-setting-database, pr-visible-entry-list)
15551 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
15552 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
15553
15554 * ediff-util.el (ediff-nuke-selective-display): Move definition to
15555 top level, make it dependent on the emacs flavor.
15556
15557 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
15558 Test for XEmacs not for itimer.
15559
15560 * term/sun-mouse.el:
15561 * obsolete/sun-fns.el:
15562 * obsolete/sun-curs.el: Remove files.
15563
15564 * term/sun.el (select-previous-complex-command): Remove obsolete code.
15565
15566 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
15567
15568 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
15569 was given to concat.
15570
15571 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
15572
15573 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
15574 used normally for goto-line. Change `g' to revert the buffer.
15575 Add redundant `r' binding for buffer-revert.
15576
15577 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
15578 (mail-abbrevs-setup): Use abbrev-expand-functions.
15579 (build-mail-abbrevs): Use with-temp-buffer.
15580 (define-mail-abbrev): Simplify.
15581 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
15582 Change it for use on abbrev-expand-functions.
15583 (mail-abbrev-complete-alias): Use with-syntax-table.
15584
15585 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
15586
15587 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
15588 directly. Fix bug in deleting temp file.
15589
15590 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
15591
15592 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
15593 Merge defvar and define-abbrev-table.
15594 (def-python-skeleton): Use :case-fixed and :enable-function.
15595 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
15596 Remove.
15597 (python-mode): Don't modify pre-abbrev-expand-hook.
15598
15599 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
15600
15601 * ediff-util.el (ediff-file-checked-out-p)
15602 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
15603
15604 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
15605
15606 * abbrev.el (abbrev-symbol): Correct let->let*.
15607 (abbrev--before-point): Only use abbrev-start-location if before point.
15608
15609 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
15610
15611 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
15612 (strokes-unload-hook): Remove function and variable.
15613 (strokes-unload-function): New-style unload function, adapted
15614 from `strokes-unload-hook'.
15615
15616 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
15617 (cl-unload-hook): Remove variable.
15618 (cl-unload-function): New-style unload function, adapted
15619 from `cl-cannot-unload'.
15620
15621 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
15622 (elp-unload-function): New-style unload function, adapted
15623 from `elp-unload-hook'.
15624
15625 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
15626
15627 * emacs-lisp/find-func.el (find-library): Use library at
15628 point as default interactive argument.
15629
15630 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
15631
15632 * shadowfile.el (shadow-join): Remove.
15633 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
15634 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
15635 (shadowfile-unload-hook): Remove function and variable.
15636 (shadowfile-unload-function): New-style unload function, adapted
15637 from `shadowfile-unload-hook'.
15638
15639 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
15640
15641 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
15642 only if it is bound.
15643
15644 * textmodes/reftex.el: Move autoloads for before all uses.
15645 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
15646 (reftex-delete-overlay): Move to the top level with the condition
15647 in the body.
15648
15649 * progmodes/simula.el: Use when instead of if.
15650
15651 * iimage.el (iimage-locate-file): Define unconditionally.
15652
15653 * mail/mailabbrev.el (mail-abbrev-next-line):
15654 * emulation/vip.el (vip-enlarge-region, vip-line)
15655 (vip-next-line-at-bol, vip-previous-line)
15656 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
15657 Wrap with-no-warnings around uses of next-line and previous-line.
15658
15659 * ediff.el (run-ediff-from-cvs-buffer):
15660 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
15661 Remove function not used by pcl-cvs anymore.
15662 (noninteractive, generic-sc-get-latest-rev)
15663 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
15664 Delete support for long obsolete generic-sc.el.
15665
15666 2007-10-31 Glenn Morris <rgm@gnu.org>
15667
15668 * cvs-status.el: No longer require pcvs when compiling.
15669
15670 * doc-view.el (doc-view-conversion-refresh-interval)
15671 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15672 (doc-view-reset-slice): Doc fixes.
15673 (doc-view-menu): Remove deleted function doc-view-edit-doc.
15674
15675 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
15676
15677 * help-at-pt.el (help-at-pt-unload-hook): Remove.
15678 Timers are automatically canceled by `unload-feature'.
15679
15680 * delsel.el (delsel-unload-hook): Remove function and variable.
15681 (delsel-unload-function): New-style unload function, adapted
15682 from `delsel-unload-hook'.
15683
15684 * msb.el (msb-unload-hook): Remove function and variable.
15685 (msb-unload-function): New-style unload function, adapted from
15686 `msb-unload-hook'.
15687
15688 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
15689
15690 * desktop.el (uniquify-managed): Pacify byte compiler.
15691 (desktop-buffer-info): If the buffer name is managed by uniquify,
15692 save the base name, not the uniquified one.
15693 (desktop-create-buffer): Allow `rename-buffer' to generate a new
15694 name in case of conflict.
15695
15696 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15697
15698 * doc-view.el: Use expand-file-name rather than concat.
15699 (doc-view-cache-directory): Add the UID so multiple users won't clash.
15700 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
15701 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
15702 (doc-view-toggle-display): Use an overlay over the whole buffer so as
15703 not to have to touch the buffer's content.
15704 (doc-view-initiate-display): New function, extracted from doc-view-mode.
15705 (doc-view-mode): Use it. Don't mark as a special mode.
15706 Put the page numbers in the modeline.
15707 Set up the overlay. Hide the cursor. Run the mode hook.
15708 Use after-revert-hook rather than revert-buffer-function.
15709 (doc-view-search-internal): Fix typo.
15710 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
15711 image-cache flush.
15712 (doc-view-reconvert-doc): Don't reset the whole mode.
15713 (doc-view-make-safe-dir): New function.
15714 (doc-view-current-cache-dir): Use it.
15715
15716 2007-10-30 Jason Rumney <jasonr@gnu.org>
15717
15718 * time.el (display-time-world-list): Test for zoneinfo support.
15719
15720 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
15721
15722 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
15723
15724 * net/tramp-cache.el (tramp-flush-file-function): Check also
15725 `default-directory' if `buffer-file-name' does not return a
15726 string. Added to `eshell-pre-command-hook'.
15727
15728 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15729
15730 * doc-view.el (doc-view-current-doc): Remove.
15731 Replace all uses by buffer-file-name.
15732 (doc-view-menu): New menu.
15733 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
15734 unused var `doc'.
15735 (doc-view-sort): Simplify.
15736 (doc-view-buffer-message): Don't change buffer-modified-p.
15737 (doc-view-mode): Change it here instead.
15738 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
15739 Don't modify the global value of revert-buffer-function.
15740
15741 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
15742 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
15743 (image-toggle-display): Take overlays into account and don't assume
15744 point-min==1.
15745
15746 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
15747
15748 * vc.el (vc-annotate): Fix omission bug:
15749 Specify value for vc-sentinel-movepoint.
15750
15751 2007-10-30 Michael Olson <mwolson@gnu.org>
15752
15753 * textmodes/remember.el (remember-mode-hook)
15754 (remember-handler-functions, remember-annotation-functions):
15755 Add additional items as options, including some Org functions.
15756
15757 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
15758
15759 * doc-view.el: Remove cl-dependency.
15760 (doc-view-buffer-message): Mention new binding K.
15761 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
15762 instead of variable.
15763 (doc-view-current-cache-dir): Better cache dir naming.
15764 (doc-view-current-display): Remove variable.
15765 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
15766 (doc-view-kill-proc): Set converter process to nil.
15767 (doc-view-minor-mode): New minor mode.
15768 (doc-view-minor-mode-map): New keymap.
15769 (doc-view-mode): Remove text/image switching code. Use plain defun.
15770 (doc-view-mode-map): New binding K kills converter process.
15771 Remove C-c C-e binding.
15772 (doc-view-mode-text-map): Remove keymap.
15773 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
15774 d-v-display-maybe.
15775 (doc-view-previous-major-mode): New variable.
15776 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
15777 (doc-view-remove-if): New function.
15778 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
15779 (doc-view-toggle-display): Toggle modes instead of display styles.
15780 (doc-view-reconvert-doc): Adapt to new way of doing things.
15781
15782 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
15783
15784 2007-10-30 Glenn Morris <rgm@gnu.org>
15785
15786 * dirtrack.el (dirtrack-mode): Doc fix.
15787
15788 * shell.el (shell-dirtrack-verbose, shell-mode)
15789 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
15790
15791 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
15792 (byte-compile-enable-warning): Doc fix.
15793
15794 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
15795 suppress byte-opt warning.
15796
15797 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
15798
15799 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
15800 (edt-gnu-emacs19-p): Remove.
15801 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
15802 (edt-xserver, edt-page-backward, edt-beginning-of-line)
15803 (edt-end-of-line-forward, edt-end-of-line-backward)
15804 (edt-one-word-forward, edt-one-word-backward, edt-character)
15805 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
15806 (edt-find-forward, edt-find-backward, edt-find-next-forward)
15807 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
15808 (edt-define-key, edt-bottom-check, edt-sentence-forward)
15809 (edt-sentence-backward, edt-paragraph-forward)
15810 (edt-paragraph-backward, edt-restore-key, edt-window-top)
15811 (edt-window-bottom, edt-scroll-window-forward-line)
15812 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
15813 (edt-line-to-top-of-window, edt-paragraph-backward)
15814 (edt-restore-key, edt-window-top, edt-window-bottom)
15815 (edt-scroll-window-forward-line)
15816 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
15817 (edt-line-to-middle-of-window, edt-goto-percentage)
15818 (edt-display-the-time, edt-remember, edt-split-window)
15819 (edt-emulation-on, edt-emulation-off)
15820 (edt-default-emulation-setup, edt-user-emulation-setup)
15821 (edt-select-default-global-map, edt-select-user-global-map):
15822 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
15823 tests.
15824
15825 * textmodes/reftex-index.el (reftex-index-selection-or-word):
15826 Use feature test instead of boundp test so it can be resolved at
15827 compile time.
15828
15829 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
15830
15831 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15832
15833 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
15834 Update all users.
15835 (abbrev-get, abbrev-put): Simplify.
15836 (define-abbrev): Don't store the `force' value in the :system property.
15837 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
15838
15839 2007-10-30 Michael Olson <mwolson@gnu.org>
15840
15841 * desktop.el (desktop-minor-mode-table): Add line for ERC.
15842
15843 * textmodes/remember.el: New file that implements a mode for
15844 quickly jotting down things to remember.
15845
15846 * textmodes/remember-diary.el: A backend for remember.el that
15847 implements saving notes to a Diary file.
15848
15849 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
15850
15851 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
15852 Relocate in file.
15853 (allout-doublecheck-at-and-shallower): Increase to include
15854 slightly greater depths, since yank interaction is now ok.
15855 Also, elaborate the docstring to explain the situation.
15856 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
15857 instead of concat, so we accommodate key sequences expressed as
15858 vectors as well as strings and lists.
15859 (allout-flag-region, allout-hide-by-annotation): Make the
15860 hidden-text overlays 'front-advance.
15861 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
15862 (allout-aberrant-container-p, allout-on-current-heading-p)
15863 (allout-e-o-prefix-p, allout-next-heading)
15864 (allout-previous-heading, allout-goto-prefix)
15865 (allout-end-of-prefix, allout-next-sibling-leap)
15866 (allout-next-visible-heading, allout-auto-fill)
15867 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
15868 (allout-yank-processing, allout-resolve-xref)
15869 (allout-current-topic-collapsed-p, allout-hide-region-body)
15870 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
15871 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
15872 (count-trailing-whitespace-region): Preserve match data, so allout
15873 outline navigation doesn't disrupt other Emacs operations.
15874 (allout-beginning-of-line): Retreat to the beginning of the hidden
15875 text, so fields are respected (for submodes that care).
15876 (allout-end-of-line): Preserve mark activation status when jumping.
15877 (allout-open-topic): Account for opening after a child that
15878 contains a hidden trailing newline. Preserve match data.
15879 Run allout-structure-added-hook
15880 (allout-encrypt-decrypted): Preserve match data.
15881 (allout-toggle-current-subtree-exposure): Add new interactive
15882 function for toggle subtree exposure - suggested by tassilo.
15883 (move-beginning-of-line, move-end-of-line): Don't use
15884 line-move-invisible-p, it's obsolete - substitute the code, instead.
15885
15886 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
15887
15888 * textmodes/flyspell.el (message-signature-separator):
15889 * longlines.el (message-indent-citation-function): Pacify byte
15890 compiler.
15891
15892 * emacs-lisp/cl-loaddefs.el:
15893 * ldefs-boot.el: Regenerate.
15894
15895 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
15896 (.el.elc, compile, compile-always, compile-calc)
15897 ($(lisp)/progmodes/cc-mode.elc): Use it.
15898
15899 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
15900 Only do work for XEmacs.
15901 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
15902 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
15903 on XEmacs.
15904 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15905 (ps-x-color-name, ps-x-color-specifier-p)
15906 (ps-x-copy-coding-system, ps-x-device-class)
15907 (ps-x-extent-end-position, ps-x-extent-face)
15908 (ps-x-extent-priority, ps-x-extent-start-position)
15909 (ps-x-face-font-instance, ps-x-find-coding-system)
15910 (ps-x-font-instance-properties, ps-x-make-color-instance)
15911 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
15912 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
15913 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
15914 (ps-generate-postscript-with-faces): Delete defaliases.
15915 (ps-face-foreground-name, ps-face-background-name)
15916 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
15917 Move definitions to top level, make the body conditional on the Emacs
15918 flavor. Replace uses of deleted aliases and renamed functions.
15919 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
15920 of deleted aliases and renamed functions.
15921
15922 * calc/calc.el (calc-emacs-type-lucid): Remove.
15923 (calc-digit-map, calcDigit-start, calc-read-key)
15924 (calc-clear-unread-commands):
15925 * calc/calc-ext.el (calc-user-key-map): Replace uses of
15926 calc-emacs-type-lucid with (featurep 'xemacs)
15927
15928 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
15929 (featurep 'xemacs).
15930 (tpu-lucid-emacs19-p): Remove.
15931 (tpu-map-key): Make it a function instead of using fset. Inline
15932 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
15933 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
15934
15935 * ielm.el: Use featurep 'xemacs.
15936
15937 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
15938 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
15939 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
15940 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
15941 cperl-xemacs-p with (featurep 'xemacs).
15942 (font-lock-cache-position): Pacify byte compiler.
15943
15944 2007-10-29 Drew Adams <drew.adams@oracle.com>
15945
15946 * faces.el (read-color): New function.
15947 (face-at-point, foreground-color-at-point)
15948 (background-color-at-point): New functions.
15949
15950 2007-10-28 Richard Stallman <rms@gnu.org>
15951
15952 * net/browse-url.el (browse-url-text-xterm): Rename from
15953 browse-url-lynx-xterm and made generic.
15954 (browse-url-text-emacs): Likewise.
15955 (browse-url-text-browser): New variable.
15956 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
15957 (browse-url-text-input-field, browse-url-text-input-attempts)
15958 (browse-url-kde-program): Likewise.
15959
15960 2007-10-29 Glenn Morris <rgm@gnu.org>
15961
15962 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15963 Use mapc rather than mapcar (reinstall change deleted without log
15964 entry 2007-10-22).
15965
15966 2007-10-29 Martin Rudalics <rudalics@gmx.at>
15967
15968 * wdired.el (wdired-next-line, wdired-previous-line):
15969 Use next-line and previous-line wrapped in with-no-warnings.
15970
15971 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
15972
15973 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
15974 (rcirc-recent-quit-alist): New function.
15975 (rcirc): Print a better message when there is only one connected server.
15976 (rcirc-complete-nick): Do not update the nick table here.
15977 (rcirc-mode-map): Add M-o.
15978 (rcirc-current-line): Add variable.
15979 (rcirc-mode): Setup variables for line based omit.
15980 (rcirc-edit-multiline): Strip text properties.
15981 (rcirc-omit-responses): Add NICK.
15982 (rcirc-omit-threshold): Add variable.
15983 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
15984 Add functions.
15985 (rcirc-print): Keep track of current line. Do not fill text if
15986 `rcirc-fill-flag' is null. Only omit text if the last activity
15987 from the sender is more than `rcirc-omit-threshold' lines ago.
15988 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
15989 numbers instead of time.
15990 (rcirc-channel-nicks): Sort by line numbers instead of time.
15991 (rcirc-omit-mode): Add `...' when omitting text and recenter.
15992 (rcirc-handler-JOIN): Restore the joiners linestamp.
15993 (rcirc-maybe-remember-nick-quit): Add function.
15994 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
15995
15996 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
15997
15998 * loadhist.el (unload-feature-special-hooks):
15999 Add `delete-frame-functions' and `suspend-tty-functions'.
16000
16001 * server.el (server-unload-function): Rename from `server-unload-hook'
16002 and adapt to new `unload-feature' functionality. Remove hook from
16003 `kill-buffer-hook' buffer-locally.
16004 (server-unload-hook): Remove.
16005 (server-unload-function): New var; replaces `server-unload-hook'.
16006
16007 2007-10-29 Glenn Morris <rgm@gnu.org>
16008
16009 * dirtrack.el (dirtrack-debug): Doc fix.
16010 (dirtrack-mode, dirtrack-debug-mode): New names for
16011 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
16012 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
16013 Make obsolete.
16014 (dirtrack-debug-message): Only print message if
16015 dirtrack-debug-mode is non-nil. Use with-current-buffer.
16016 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
16017 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
16018
16019 2007-10-28 Glenn Morris <rgm@gnu.org>
16020
16021 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
16022 (byte-compile-warnings-safe-p): Handle `not'.
16023 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
16024 (byte-compile-enable-warning): New functions.
16025 (byte-compile-eval-before-compile)
16026 (byte-compile-file-form-require): Use byte-compile-disable-warning.
16027 (byte-compile-close-variables): Locally bind byte-compile-warnings,
16028 but do not modify it.
16029 (byte-compile-eval, byte-compile-obsolete)
16030 (byte-compile-warn-about-unresolved-functions)
16031 (byte-compile-file-form-defvar)
16032 (byte-compile-file-form-custom-declare-variable)
16033 (byte-compile-file-form-require)
16034 (byte-compile-file-form-defmumble, byte-compile-lambda)
16035 (byte-compile-form, byte-compile-normal-call)
16036 (byte-compile-variable-ref, byte-compile-defvar)
16037 (byte-compile-make-variable-buffer-local):
16038 Use byte-compile-warning-enabled-p.
16039 * emacs-lisp/advice.el (ad-compile-function):
16040 Use byte-compile-disable-warning.
16041 * emacs-lisp/cl.el: Move local variables to end of file, and set
16042 byte-compile-warnings to `(not cl-functions)'.
16043 * emacs-lisp/cl-compat.el: Add a local variables section, and set
16044 byte-compile-warnings to `(not cl-functions)'.
16045 * emacs-lisp/cl-macs.el: Unify local variable section, and set
16046 byte-compile-warnings to `(not cl-functions)'.
16047 (cl-do-proclaim): Use byte-compile-disable-warning and
16048 byte-compile-enable-warning.
16049 * emacs-lisp/cl-seq.el: Unify local variable section, and set
16050 byte-compile-warnings to `(not cl-functions)'.
16051 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
16052 Use byte-compile-disable-warning.
16053
16054 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
16055
16056 * cus-edit.el (custom-browse-insert-prefix):
16057 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
16058
16059 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
16060
16061 * server.el (server-process-filter): Fix typo in docstring.
16062 (server-log): Reflow docstrings.
16063 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
16064 (server-goto-line-column): Use `when'.
16065
16066 2007-10-28 Juri Linkov <juri@jurta.org>
16067
16068 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
16069 when mouse is clicked on the isearch message.
16070 (isearch-resume): Call `isearch-update' at the end.
16071 Rename argument `search' to `string' to conform to the
16072 isearch terminology.
16073
16074 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16075
16076 Rewrite abbrev.c in Elisp.
16077 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
16078 (abbrev-table-get, abbrev-table-put, abbrev-get)
16079 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
16080 (define-abbrev, abbrev--check-chars, define-global-abbrev)
16081 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
16082 (abbrev-expansion, abbrev--before-point, expand-abbrev)
16083 (unexpand-abbrev, abbrev--write, abbrev--describe)
16084 (insert-abbrev-table-description, define-abbrev-table):
16085 New funs, largely transcribed from abbrev.c.
16086 (abbrev-with-wrapper-hook): New macro.
16087 (abbrev-table-name-list, global-abbrev-table)
16088 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
16089 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
16090 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
16091 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
16092 New vars, largely transcribed from abbrev.c.
16093 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
16094 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
16095 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
16096
16097 2007-10-27 Glenn Morris <rgm@gnu.org>
16098
16099 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
16100 (shell-dirtrack-toggle): Mark as obsolete.
16101 (dirtrack-toggle, dirtrack-mode): No longer alias to
16102 shell-dirtrack-mode.
16103
16104 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
16105
16106 * calc/calc.el (math-standard-opers): Lower the precedence
16107 of negation.
16108 * calc/calc-lang.el (math-oper-table): Lower precedence of
16109 negation for C, TeX, and eqn.
16110
16111 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
16112
16113 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
16114
16115 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
16116
16117 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
16118 (desktop-not-loaded-hook): Fix :version tags.
16119
16120 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
16121
16122 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
16123 (tramp-get-remote-tmpdir): New defun.
16124 (tramp-make-tramp-temp-file): Use it.
16125 (tramp-local-call-process): New defun. Replace all calls of
16126 `call-process' by this when appropriate.
16127 (tramp-handle-write-region): Replace calls of `file-attributes' by
16128 `tramp-compat-file-attributes'.
16129 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16130 Make the first command a `tramp-send-command' call, with let-bind
16131 of `tramp-end-of-output'.
16132 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
16133 (tramp-load-report-modules, tramp-append-tramp-buffers):
16134 Move to tramp-cmds.el.
16135
16136 * net/tramp-fish.el (tramp-fish-handle-copy-file)
16137 (tramp-fish-do-copy-or-rename-file)
16138 (tramp-fish-do-copy-or-rename-file-directly):
16139 * net/tramp-smb.el (tramp-smb-handle-copy-file):
16140 Add parameter PRESERVE-UID-GID.
16141
16142 2007-10-27 Eli Zaretskii <eliz@gnu.org>
16143
16144 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
16145 New defcustoms.
16146 (display-time-world-list): Use them as appropriate for the current
16147 value of `system-type'.
16148
16149 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16150
16151 * emulation/pc-select.el (next-line-mark, next-line-nomark)
16152 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
16153 around uses of previous-line and next-line.
16154
16155 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
16156 New defvars.
16157
16158 * textmodes/css-mode.el (comment-continue):
16159 * net/browse-url.el (url-handler-regexp):
16160 * progmodes/idlw-help.el (idlwave-system-routines):
16161 Pacify byte-compiler.
16162
16163 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
16164 line-move-invisible-p with its former definition: invisible-p.
16165 line-move-invisible-p was removed on 2007-08-29.
16166
16167 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
16168
16169 * files.el (kill-emacs-query-functions): Doc fix;
16170 `save-buffers-kill-emacs' is no longer bound to a key.
16171
16172 2007-10-26 Richard Stallman <rms@gnu.org>
16173
16174 * isearch-multi.el (isearch-buffers-multi): New option.
16175 (isearch-buffers-search-fun): Test it.
16176
16177 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
16178 Put ps-run-clear on C-c C-l.
16179
16180 * newcomment.el (comment-styles): New style indent-or-triple.
16181 (comment-style): Make that the default.
16182 (comment-add defvar): Doc fix.
16183 (comment-add): Delete arg EXTRA.
16184 (comment-region-default): Open code call to comment-add.
16185 Handle indent-or-triple style which uses `multi-char' for INDENT.
16186
16187 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
16188
16189 * eshell/em-unix.el (nil-blank-string): Doc fix.
16190
16191 2007-10-26 John Wiegley <johnw@newartisans.com>
16192
16193 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
16194 function, ensure that the third argument is turned into a nil if
16195 the string is otherwise completely empty (either no characters, or
16196 all tabs/spaces). This fixes a bug from a user who found himself
16197 unable to customize `diff-switches' and still use Eshell's diff
16198 command.
16199
16200 2007-10-26 Glenn Morris <rgm@gnu.org>
16201
16202 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
16203 safe-local-variable property.
16204
16205 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
16206
16207 * net/browse-url.el (browse-url-browser-function): Delete grail.
16208 (browse-url-grail): Function and variable deleted.
16209 (browse-url-browser-function): Delete IXI Mosaic.
16210 (browse-url-default-browser): Don't try IXI Mosaic.
16211 (browse-url-iximosaic): Function deleted.
16212 (browse-url-browser-function): Delete MMM.
16213 (browse-url-default-browser): Don't try MMM.
16214 (browse-url-mmm): Function deleted.
16215
16216 2007-10-26 Drew Adams <drew.adams@oracle.com>
16217
16218 * custom.el (custom-note-var-changed): New function.
16219
16220 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
16221
16222 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
16223 use with the definition. Remove.
16224
16225 * add-log.el (change-log-start-entry-re): New defconst.
16226 (change-log-sortable-date-at): Use it.
16227 (change-log-beginning-of-defun, change-log-end-of-defun):
16228 New functions.
16229 (change-log-mode): Use them for beginning-of-defun-function and
16230 end-of-defun-function.
16231
16232 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
16233
16234 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
16235 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
16236 (ses-recalculate-cell): Deal with point being just beyond end of
16237 data area (why does this happen?)
16238 (ses-set-curcell): Ditto.
16239 (ses-column-letter): Handle columns beyond 702. Code written by
16240 Gareth Rees.
16241
16242 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
16243
16244 * textmodes/org.el (org-agenda-get-restriction-and-command):
16245 Use `mapc' instead of `mapcar'.
16246 (org-agenda-list): Numeric prefix argument can specify the number
16247 of days.
16248 (remember-register, remember-buffer): Prevent byte compiler from
16249 complaining.
16250 (org-todo): Save and restore match data.
16251 (org-no-warnings): New macro.
16252 (org-columns-eval): Use `org-no-warnings'.
16253
16254 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
16255
16256 * comint.el (comint-password-prompt-regexp):
16257 Handle `[sudo] password'-style prompt.
16258
16259 2007-10-25 Glenn Morris <rgm@gnu.org>
16260
16261 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
16262 (defcustom): Doc fix.
16263
16264 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
16265 Add `non_intrinsic'.
16266 (f90-constants-re): Add ieee modules.
16267 (f90-typedef-matcher, f90-typedec-matcher)
16268 (f90-imenu-type-matcher): New functions.
16269 (f90-font-lock-keywords-1): Give module procedures function-name face.
16270 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
16271 Add `use, intrinsic'.
16272 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
16273 Move start of `enum' blocks to separate entry.
16274 (f90-start-block-re): Fix `type', `abstract interface'.
16275 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
16276 derived types.
16277 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
16278 `elemental', change `enumerator'.
16279 (f90-no-block-limit): Fix `abstract interface'.
16280
16281 * progmodes/f90.el (f90-indented-comment-re)
16282 (f90-directive-comment-re, f90-break-delimiters):
16283 * progmodes/fortran.el (fortran-comment-line-start-skip)
16284 (fortran-directive-re):
16285 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
16286 as safe if they are strings.
16287
16288 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16289
16290 * startup.el (window-system): Remove. Don't make it frame-local.
16291
16292 2007-10-24 Richard Stallman <rms@gnu.org>
16293
16294 * savehist.el (savehist-save): Omit unreadable elements.
16295
16296 * loadhist.el (unload-function-defs-list): Rename from
16297 unload-function-features-list.
16298 (unload-feature-special-hooks, unload-feature): Doc fixes.
16299
16300 * indent.el (indent-to-left-margin): If point's in the indentation,
16301 move to the end of the indentation.
16302
16303 * cus-edit.el (customize-changed-options): Make arg optional.
16304
16305 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
16306
16307 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
16308
16309 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
16310
16311 * textmodes/org-publish.el (org-publish-attachment): Re-install
16312 accidentally deleted change.
16313
16314 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16315
16316 * term/iris-ansi.el (iris-function-map): Move init into declaration.
16317
16318 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
16319
16320 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
16321 (Buffer-menu-mode-map): Initialize in the declaration.
16322 (Buffer-menu-mode): Define with `define-derived-mode'.
16323
16324 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
16325
16326 * textmodes/org.el (org-version): Change to 5.13e.
16327 (org-agenda-file-regexp): Fix typo in docstring.
16328 (org-add-planning-info): Fix bug in parenthesis settings.
16329 (org-scan-tags): Catch the case of indirect buffers with no filename.
16330 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
16331 Re-install switch to mapc, had been removed by accident.
16332 (org-columns-map): New binding `C-c C-o'.
16333 (org-columns-menu): Change menu text and added new entry.
16334 (org-columns-eval): Document the use of `next-line'.
16335 (org-columns-open-link): New function.
16336 (org-columns-follow-link): Remove function.
16337 (org-open-link-from-string): New function.
16338 (org-read-date-get-relative): Fix typo in docstring.
16339 (org-read-date-get-relative): Leading +/- is not optional.
16340 (org-agenda-get-restriction-and-command): Always resize window on
16341 first loop cycle.
16342 (org-agenda-open-link): Make sure the link abbreviations are
16343 present in the agenda buffer.
16344 (org-agenda-copy-local-variable): New function.
16345
16346 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16347
16348 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
16349
16350 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16351
16352 * simple.el (reindent-then-newline-and-indent): Use a `move after
16353 insert' kind of marker in the save-excursion.
16354
16355 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16356
16357 * textmodes/css-mode.el: Require CL.
16358 (comment-continue): Declare.
16359
16360 * subr.el (make-variable-frame-localizable): Remove.
16361 (make-variable-frame-local): Mark obsolete.
16362
16363 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16364
16365 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
16366 of the subdirs is unreadable.
16367
16368 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
16369
16370 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
16371 when we are local.
16372
16373 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16374
16375 * progmodes/python.el (python-current-defun): Remove left-over
16376 assignment to `start'.
16377
16378 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
16379
16380 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
16381 than `mapcar'; return value is not used.
16382
16383 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16384
16385 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
16386 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
16387
16388 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
16389
16390 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
16391 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
16392
16393 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16394
16395 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
16396
16397 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
16398
16399 * emacs-lisp/advice.el (ad-make-advised-docstring):
16400 Add ad-advice-info text property to doc string.
16401
16402 2007-10-23 Glenn Morris <rgm@gnu.org>
16403
16404 * progmodes/f90.el (f90-do-indent, f90-if-indent)
16405 (f90-type-indent, f90-program-indent, f90-associate-indent)
16406 (f90-continuation-indent, f90-comment-region)
16407 (f90-beginning-ampersand, f90-smart-end)
16408 (f90-break-before-delimiters, f90-auto-keyword-case)
16409 (f90-leave-line-no, f90-mode-hook):
16410 Give an appropriate safe-local-variable property.
16411
16412 * progmodes/fortran.el (fortran-tab-mode-default)
16413 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
16414 (fortran-structure-indent, fortran-continuation-indent)
16415 (fortran-comment-indent, fortran-comment-line-extra-indent)
16416 (fortran-comment-line-start)
16417 (fortran-minimum-statement-indent-fixed)
16418 (fortran-minimum-statement-indent-tab)
16419 (fortran-comment-indent-char, fortran-line-number-indent)
16420 (fortran-check-all-num-for-matching-do)
16421 (fortran-blink-matching-if, fortran-continuation-string)
16422 (fortran-comment-region, fortran-electric-line-number)
16423 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
16424 (fortran-analyze-depth, fortran-break-before-delimiters):
16425 Give an appropriate safe-local-variable property.
16426
16427 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16428
16429 * printing.el: Move variable definitions before use.
16430 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
16431
16432 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16433
16434 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
16435 (tpu-edt-off): Use it.
16436 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
16437 the global-map before adding it to global-map.
16438
16439 * menu-bar.el (global-buffers-menu-map): New var.
16440 (global-map, menu-bar-update-buffers): Use it.
16441 * msb.el (msb-menu-bar-update-buffers): Use it.
16442 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
16443 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
16444 Use with-current-buffer.
16445
16446 2007-10-22 Juri Linkov <juri@jurta.org>
16447
16448 * isearch-multi.el: New file.
16449
16450 * isearch.el (isearch-search-string): After finding the next
16451 occurrence switch to buffer isearch-buffers-current-buffer when
16452 isearch-buffers-next-buffer-function is non-nil and
16453 isearch-buffers-current-buffer is live.
16454
16455 * add-log.el (change-log-mode): Make and set buffer-local variable
16456 isearch-buffers-next-buffer-function to change-log-next-buffer.
16457 Call isearch-buffers-minor-mode.
16458 (change-log-next-buffer): New function.
16459
16460 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
16461
16462 * textmodes/org-export-latex.el (org-export-latex-protect-string):
16463 Renaming of `org-latex-protect'.
16464 (org-export-latex-emphasis-alist): By default, don't protect
16465 any emphasis formatter from further conversion.
16466 (org-export-latex-tables): Honor column grouping for tables.
16467 (org-export-latex-title-command): New option.
16468 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
16469 export backslash character.
16470
16471 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
16472
16473 * textmodes/org.el (org-read-date-get-relative): New function.
16474 (org-agenda-file-regexp): New variable.
16475 (org-agenda-files): Allow directories in the variable.
16476 (org-agenda-get-restriction-and-command): New function.
16477 (org-agenda): Use `org-agenda-get-restriction-and-command'.
16478 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
16479 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
16480 New functions.
16481 (org-entry-add-to-multivalued-property)
16482 (org-entry-remove-from-multivalued-property)
16483 (org-entry-member-in-multivalued-property): New functions.
16484 (org-remember-apply-template): Catch C-g and make sure window
16485 configuration is restored.
16486 (org-agenda-open-link): Make it work with several links in the line.
16487 (org-drawers, org-set-regexps-and-options)
16488 (org-get-current-options): Add support for a DRAWERS in-buffer option.
16489 (org-agenda-window-frame-fractions): New option.
16490 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
16491 (org-columns-cleanup-item, org-find-entry-with-id)
16492 (org-insert-columns-dblock, org-listtable-to-string)
16493 (org-dblock-write:columnview, org-columns-capture-view)
16494 (org-edit-headline): New functions.
16495 (org-agenda-to-appt): Require calendar.
16496 (org-entry-get-with-inheritance): Widen for search.
16497 (org-columns-display-here): Don't mark buffer as modified when
16498 adding space characters to accomodate column overlays.
16499 (org-export-as-html): Better formatting of tags in the toc.
16500 (org-columns-display-here): Make the ITEM column as compact as possible.
16501 (org-remember-templates): Customization interface improved.
16502 (org-export-with-property-drawer): Variable removed.
16503 (org-export-with-drawers): New option.
16504 (org-complex-heading-regexp): New variable.
16505 (org-sort-entries): Rewrite using `sort-subr'.
16506 (org-set-property): More appropriate completion during interactive use.
16507 (org-sort-entries): Allow sorting by property.
16508 (org-additional-option-like-keywords): Add more values.
16509 (org-sort-entries-or-items): Rename from `org-sort-entries'.
16510
16511 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
16512
16513 * textmodes/org.el (org-get-date-from-calendar): New function.
16514 (org-at-timestamp-p, org-timestamp-change)
16515 (org-remember-templates): First element of each entry is now a
16516 name for the template.
16517 (org-store-log-note): Check for `org-note-abort'.
16518 (org-kill-note-or-show-branches): New command.
16519 (org-fontify-priorities): New option.
16520 (org-fontify-priorities): New function.
16521 (org-cut-subtree, org-copy-subtree): New argument N to
16522 act on N sequential subtrees.
16523 (org-paste-subtree): Fix the level at which a tree is pasted.
16524 (org-fit-agenda-window): Limitations on window size removed.
16525 (org-agenda-find-same-or-today-or-agenda): Rename from
16526 `org-agenda-find-today-or-agenda'.
16527 (org-scheduled-past-days): New option.
16528 (org-agenda-scheduled-leaders)
16529 (org-agenda-deadline-leaders): New options.
16530 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
16531 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
16532 (org-export-with-tags, org-export-plist-vars)
16533 (org-infile-export-plist): New "tags" option.
16534 (org-use-property-inheritance): New option.
16535 (org-cached-entry-get): Use `org-use-property-inheritance'.
16536 (org-remember-apply-template): Fix typo.
16537
16538 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
16539
16540 * net/tramp.el (tramp-find-shell)
16541 (tramp-open-connection-setup-interactive-shell): Improve sending
16542 initial commands.
16543 (tramp-action-terminal): Send debug message.
16544 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
16545 (tramp-barf-if-no-shell-prompt): Insert code of
16546 `tramp-wait-for-shell-prompt'.
16547
16548 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16549
16550 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
16551
16552 * term/vt200.el (terminal-init-vt200):
16553 * term/vt201.el (terminal-init-vt201):
16554 * term/vt220.el (terminal-init-vt220):
16555 * term/vt240.el (terminal-init-vt240):
16556 * term/vt300.el (terminal-init-vt300):
16557 * term/vt320.el (terminal-init-vt320):
16558 * term/vt400.el (terminal-init-vt400):
16559 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
16560
16561 * term/wyse50.el (wyse50-terminal-map): New var.
16562 (terminal-init-wyse50): Use it and input-decode-map.
16563 (enable-arrow-keys): Emasculate.
16564
16565 * term/tvi970.el (tvi970-terminal-map): New var.
16566 (terminal-init-tvi970): Use it and input-decode-map.
16567 (tvi970-keypad-numeric): Remove.
16568 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
16569
16570 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
16571 (terminal-init-sun): Use it and input-decode-map.
16572
16573 * term/news.el (terminal-init-news):
16574 * term/lk201.el (terminal-init-lk201):
16575 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
16576
16577 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
16578
16579 * complete.el (PC-expand-many-files): Remove.
16580 (PC-do-completion): Call file-expand-wildcards instead of
16581 PC-expand-many-files.
16582
16583 * net/tramp.el (tramp-handle-expand-many-files): Remove.
16584 (PC-expand-many-files): Remove advice.
16585
16586 2007-10-22 Glenn Morris <rgm@gnu.org>
16587
16588 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
16589 Add some support for Fortran 2003 syntax:
16590 (f90-type-indent): Now also applies to `enum'.
16591 (f90-associate-indent): New user option.
16592 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
16593 Add some F2003 keywords.
16594 (f90-constants-re): New constant.
16595 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
16596 Interface'.
16597 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
16598 `class'. Arguments for `type'/`class' may have spaces. Add a new
16599 element for functions with specified types. Add `end enum' and
16600 `select type'. Add `implicit enumerator' and `procedure'.
16601 Add `class default' and `type is', `class is'. Fix `go to' regexp.
16602 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
16603 (f90-font-lock-keywords-4): Add `f90-constants-re'.
16604 (f90-blocks-re): Add `enum' and `associate'.
16605 (f90-else-like-re): Add `class is', `type is', and `class default'.
16606 (f90-end-type-re): Add `enum'.
16607 (f90-end-associate-re, f90-typeis-re): New constants.
16608 (f90-end-block-re): Add `enum' and `associate'. Change from
16609 optional whitespace to end-of-word, to avoid `enumerator'.
16610 (f90-start-block-re): Add `select type', `abstract interface', and
16611 `enum'. Avoid `type is', and `type (sometype)'.
16612 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
16613 (f90-mode): Doc fix.
16614 (f90-looking-at-select-case): Doc fix. Add `select type'.
16615 (f90-looking-at-associate): New function.
16616 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
16617 Add `enum' and `abstract interface'.
16618 (f90-no-block-limit): Add `select type' and `abstract interface'.
16619 (f90-get-correct-indent, f90-calculate-indent)
16620 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
16621 (f90-indent-region, f90-match-end): Handle `associate' blocks.
16622
16623 2007-10-22 Martin Rudalics <rudalics@gmx.at>
16624
16625 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
16626 Use window-full-width-p.
16627
16628 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
16629
16630 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
16631
16632 * tooltip.el: Use featurep 'xemacs.
16633
16634 * printing.el: Move variable definitions before use, no code change.
16635
16636 2007-10-22 Juri Linkov <juri@jurta.org>
16637
16638 * simple.el (goto-history-element): Allow minibuffer-default to be
16639 a list of default values accessible by typing M-n in the minibuffer.
16640
16641 * dired-x.el (dired-guess-shell-command): Put all guesses to the
16642 minibuffer default value list instead of pushing them temporarily
16643 to the history list.
16644
16645 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16646
16647 * hexl.el (hexl-menu): New major mode menu.
16648
16649 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16650
16651 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
16652
16653 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16654
16655 * w32-fns.el (w32-quote-process-args):
16656 * dos-w32.el (print-region-function, lpr-headers-switches)
16657 (ps-print-region-function): Pacify byte-compiler.
16658
16659 * emulation/edt-mapper.el (function-key-map):
16660 (edt-map-key): Make it a function instead of using fset.
16661 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
16662 (edt-gnu-map-key, edt-lucid-map-key): Remove.
16663 (edt-x-emacs-p): Remove.
16664 (edt-emacs-variant, edt-window-system, edt-xserver):
16665 Use featurep 'xemacs.
16666
16667 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
16668 Replace eudc-xemacs-p with its definition.
16669 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
16670 (eudc-emacs-mule-p): Remove.
16671 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
16672 eudc-xemacs-p with feature tests.
16673
16674 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
16675 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
16676 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
16677 (eudc-bob-toggle-inline-display):
16678 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
16679 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
16680
16681 * net/eudcb-ph.el (eudc-ph-open-session):
16682 Replace eudc-xemacs-mule-p with its former definition.
16683
16684 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
16685 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
16686
16687 * progmodes/vera-mode.el (vera-xemacs): Remove.
16688 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
16689
16690 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
16691 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
16692 (vhdl-speedbar-initialize, vhdl-ps-print-init)
16693 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
16694 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
16695 with (featurep 'xemacs).
16696
16697 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
16698 (save-buffer-state-x):
16699 * obsolete/fast-lock.el (fast-lock-verbose):
16700 * emulation/viper-init.el (viper-xemacs-p)
16701 (viper-cond-compile-for-xemacs-or-emacs):
16702 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
16703 * ps-print.el (case-fold-search):
16704 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
16705 * calculator.el (calculator-help): Use featurep 'xemacs.
16706
16707 * progmodes/prolog.el: Undo previous change.
16708 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
16709
16710 * progmodes/dcl-mode.el:
16711 * play/yow.el:
16712 * calendar/todo-mode.el:
16713 * calendar/cal-hebrew.el:
16714 * vc-hg.el: Undo previous change.
16715
16716 * vms-patch.el: Likewise.
16717 (print-region-function): Pacify byte-compiler.
16718
16719 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
16720
16721 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
16722 preserve-uid-gid.
16723
16724 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
16725 compatibility. It is not used, though.
16726
16727 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
16728 Require tramp-cmds.el.
16729 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
16730 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
16731 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
16732 (tramp-do-copy-or-rename-file-out-of-band)
16733 (tramp-maybe-open-connection): Use `make-temp-name'. This is
16734 possible, because we don't need to create the temporary file, but
16735 we need a prefix for ssh, which has its own temporary file handling.
16736 (tramp-handle-delete-directory): Add "-f" to rmdir.
16737 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
16738 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
16739 a signal, in order to give the callee a chance to suppress.
16740 (tramp-handle-write-region): Set owner also in case of short
16741 track. Don't use compatibility calls for `write-region' anymore.
16742 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
16743 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
16744
16745 * net/tramp-cmds.el: New file.
16746
16747 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
16748 `tramp-clear-passwd'.
16749
16750 * net/trampver.el: Update release number.
16751
16752 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16753
16754 * progmodes/gud.el (gud-target-name): Move definition before use.
16755
16756 * progmodes/dcl-mode.el: Require imenu at compile time.
16757
16758 * progmodes/cc-engine.el (c-maybe-stale-found-type):
16759 Pacify byte-compiler.
16760
16761 * obsolete/fast-lock.el: Use featurep test instead of string-match.
16762
16763 * eshell/esh-mode.el (eshell-handle-ansi-color):
16764 Require ansi-color at compile time too.
16765
16766 * eshell/em-unix.el (eshell/info): Require info at compile time too.
16767
16768 * w32-fns.el: Require w32-vars.
16769
16770 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
16771 time too.
16772
16773 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16774
16775 * double.el ([ignore]): Use `ignore'.
16776 (double-setup): Inline into double-mode.
16777 (double-mode): Use define-minor-mode.
16778
16779 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16780
16781 * textmodes/reftex.el: Move require easymenu before first use.
16782 (reftex-info): Require info at compile too.
16783
16784 * textmodes/org-publish.el (org-publish-org-to-html)
16785 (org-publish-org-to): Require org at compile time too.
16786 (org-publish-attachment): Require at compile time too.
16787
16788 * term/tty-colors.el (w32-tty-standard-colors):
16789 Pacify byte-compiler.
16790
16791 * term/pc-win.el (frame-creation-function-alist): Add to this
16792 instead of setting frame-creation-function.
16793
16794 * play/blackbox.el (bb-up, bb-down): Use forward-line.
16795
16796 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
16797
16798 * calendar/todo-mode.el: Require calendar at compile time.
16799
16800 * calendar/cal-hebrew.el: Require holidays at compile time.
16801
16802 * w32-vars.el: Provide w32-vars.
16803
16804 * term/w32-win.el: Require w32-vars.
16805 (w32-color-map): Pacify byte-compiler.
16806
16807 * loadup.el: Load w32-vars before term/w32-win.
16808
16809 2007-10-20 Juri Linkov <juri@jurta.org>
16810
16811 * textmodes/fill.el (fill-paragraph): When the region is active,
16812 don't try other `or' branches regardless of the value returned by
16813 fill-region; just return t.
16814
16815 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
16816
16817 * vc.el (vc-do-command): Condition out a misleading message when
16818 running asynchronously.
16819 (vc-deduce-fileset): New argument enables using an unregistered
16820 visited file as a singleton fileset if nothing else is available.
16821 (vc-next-action): Restore file-registering behavior.
16822
16823 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
16824
16825 * calc/README: Add recent news.
16826
16827 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
16828
16829 * term/x-win.el (x-gtk-stock-map, icon-map-list)
16830 (x-gtk-map-stock): Delete duplicated definitions from merge.
16831
16832 * progmodes/compile.el (compilation-skip-to-next-location)
16833 (compilation-skip-threshold, compilation-skip-visited):
16834 Move definitions earlier.
16835
16836 * play/decipher.el (decipher-keypress):
16837 * play/zone.el (zone-fall-through-ws):
16838 * play/landmark.el (lm-move-down, lm-move-up):
16839 * play/handwrite.el (handwrite):
16840 * mail/mspools.el (mspools-visit-spool):
16841 * wdired.el (wdired-next-line, wdired-previous-line):
16842 * tar-mode.el (tar-subfile-save-buffer):
16843 * scroll-lock.el (scroll-lock-next-line)
16844 (scroll-lock-previous-line):
16845 * image-dired.el (image-dired-next-line)
16846 (image-dired-previous-line):
16847 * ediff-help.el (ediff-help-message-line-length):
16848 Use forward-line.
16849
16850 * smerge-mode.el (smerge-auto-refine):
16851 * diff-mode.el (diff-auto-refine): Add :group.
16852
16853 * play/yow.el: Require doctor at compile time.
16854
16855 * vmsproc.el: Provide vmsproc.
16856 (command-send-input): Use forward-line.
16857
16858 * vms-patch.el: Require ps-print and vmsproc at compile time.
16859
16860 * vc-mtn.el (log-view-message-re, log-view-file-re)
16861 (log-view-font-lock-keywords): Pacify byte-compiler.
16862
16863 * vc-hg.el: Require log-view at compile time.
16864
16865 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
16866
16867 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
16868
16869 2007-10-20 Glenn Morris <rgm@gnu.org>
16870
16871 * progmodes/f90.el (f90-font-lock-keywords-2)
16872 (f90-looking-at-type-like): Fix regexp typos.
16873
16874 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
16875
16876 * bs.el (bs--track-window-changes): Don't refresh the whole list.
16877 (bs-mode): Set mode-class property to special.
16878
16879 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16880
16881 * diff-mode.el (diff-auto-refine): New var.
16882 (diff-hunk): Use it.
16883 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
16884 (diff-refine-change): Rename from diff-fine-change. Change it.
16885 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
16886 (diff-refine-hunk): Rename from diff-fine-highlight.
16887
16888 2007-10-20 John Paul Wallington <jpw@pobox.com>
16889
16890 * help-fns.el (describe-variable-custom-version-info): New function
16891 to return variable's version or package version note.
16892 (describe-variable): Use it, display result.
16893
16894 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16895
16896 * smerge-mode.el (smerge-auto-refine): New var.
16897 (smerge-next, smerge-prev): Use it.
16898 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
16899
16900 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16901 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
16902
16903 * vc-bzr.el (vc-bzr-diff-tree):
16904 * vc-git.el (vc-git-diff-tree):
16905 * vc-hg.el (vc-hg-diff-tree):
16906 * vc-mcvs.el (vc-mcvs-diff-tree):
16907 * vc-mtn.el (vc-mtn-diff-tree):
16908 * vc-svn.el (vc-svn-diff-tree): Remove.
16909
16910 * vc-mtn.el (vc-mtn-revision-completion-table):
16911 * vc-cvs.el (vc-cvs-revision-completion-table):
16912 * vc-arch.el (vc-arch-revision-completion-table):
16913 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
16914 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
16915 Make it work when the arg is a list of files.
16916
16917 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16918
16919 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
16920 Also `revision-completion-table' now takes a list of files.
16921 (vc-deduce-fileset): Remove unused var `regexp'.
16922 Only obey allow-directory-wildcard in dired buffers.
16923 (vc-default-diff-tree): Remove.
16924 (vc-diff-added-files): New var.
16925 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
16926 (vc-version-diff): Revert from `vc-history-diff' to the original name.
16927 Remove the `backend' arg.
16928 (vc-contains-version-controlled-file): Remove.
16929 (vc-diff): Bring it closer to the version in Emacs-22.
16930 (vc-revert): Fix typo in let-binding.
16931 (vc-default-unregister): Remove.
16932 (vc-dired-buffers-for-dir): Remove N^2 behavior.
16933
16934 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
16935
16936 * textmodes/two-column.el (2C-split, 2C-merge):
16937 * textmodes/bib-mode.el (bib-find-key, mark-bib):
16938 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
16939 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
16940 * progmodes/ada-xref.el (ada-get-all-references):
16941 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
16942 * emulation/vi.el (vi-previous-line-first-nonwhite)
16943 (vi-effective-range, vi-put-before):
16944 * emulation/edt.el (edt-next-line, edt-previous-line)
16945 (edt-paragraph-forward): Use forward-line.
16946
16947 * progmodes/etags.el (tags-apropos): Require apropos at compile
16948 time too.
16949
16950 * progmodes/prolog.el: Require comint when compiling.
16951 (inferior-prolog-flavor): Move defvar before use.
16952
16953 2007-10-19 Richard Stallman <rms@gnu.org>
16954
16955 * font-core.el (turn-on-font-lock-if-desired):
16956 Rename from `turn-on-font-lock-if-enabled'.
16957 Fully obey `font-lock-global-modes'.
16958
16959 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16960
16961 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
16962 which will not affect the behavior of things like forward-word.
16963 (diff-fine-highlight): Preserve point.
16964
16965 * doc-view.el (doc-view-mode-map): Use remapping.
16966 Don't rebind C-v, M-v to their default value.
16967 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
16968
16969 * smerge-mode.el: Add word-granularity refinement.
16970 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
16971 (smerge-refine-weight-hack): New vars.
16972 (smerge-refine-forward): New fun.
16973 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
16974 (smerge-refine-subst): Use them as well. Preserve point.
16975
16976 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
16977
16978 * follow.el (follow-unload-function): New function.
16979
16980 * loadhist.el (unload-function-features-list):
16981 Rename from `unload-hook-features-list'.
16982 (unload-hook-features-list): Add as obsolete alias.
16983 (unload-feature): Use `unload-function-features-list'
16984 and new FEATURE-unload-function.
16985
16986 2007-10-19 Glenn Morris <rgm@gnu.org>
16987
16988 * bindings.el (mouse-minor-mode-menu)
16989 (minor-mode-menu-from-indicator): Move to mouse.el.
16990 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16991 Move here from bindings.el.
16992
16993 2007-10-19 Richard Stallman <rms@gnu.org>
16994
16995 * help-fns.el (describe-function-1): Don't use the advice origname
16996 if it has no function definition.
16997
16998 2007-10-18 Johan Bockgård <bojohan@gnu.org>
16999
17000 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
17001 Use `save-restriction' rather than `widen'.
17002
17003 2007-10-18 Richard Stallman <rms@gnu.org>
17004
17005 * time.el (display-time-world-time-format): Display day # not month #.
17006
17007 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
17008
17009 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
17010
17011 * doc-view.el: Remove version keyword.
17012 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17013 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
17014 (doc-view-ghostscript-options): Improve custom type.
17015 (doc-view-cache-directory, doc-view-conversion-buffer)
17016 (doc-view-conversion-refresh-interval): Simplify custom type.
17017
17018 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
17019
17020 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
17021 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
17022 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
17023 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
17024 Remove superfluous messages.
17025 (doc-view-mode-map): Use the image-mode scrolling commands.
17026 Don't rebind C-x k.
17027
17028 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
17029
17030 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
17031 Add comment about "-dSAFER".
17032
17033 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17034
17035 * term/xterm.el: Don't require xt-mouse.
17036 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
17037 calling turn-on-xterm-mouse-tracking-on-terminal directly.
17038
17039 * xt-mouse.el: Don't change the global function-key-map anny more.
17040 (xterm-mouse-mode): Use terminal-init-xterm-hook.
17041 Don't use after-make-frame-functions now that term/xterm.el calls
17042 us directly.
17043 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
17044 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
17045 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
17046 Setup input-decode-map and remember that xterm-mouse-mode was
17047 enabled in this terminal.
17048 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
17049 terminals where it has been enabled.
17050
17051 * faces.el (tty-create-frame-with-faces): Make sure not only
17052 tty-run-terminal-initialization but also set-locale-environment
17053 are run only once per terminal.
17054 (tty-run-terminal-initialization): Don't check if the terminal was
17055 already initted.
17056
17057 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
17058 not to remove keymaps that just happen to inherit from one of ours.
17059 When setting up our keymap, make sure it won't be accidentally
17060 modified by someone else.
17061
17062 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
17063
17064 * textmodes/artist.el (artist-previous-line, artist-next-line):
17065 * dired.el (dired-next-line, dired-previous-line):
17066 * progmodes/delphi.el (delphi-newline):
17067 * textmodes/org.el (org-columns-eval):
17068 Use forward-line.
17069
17070 * emerge.el (emerge-setup): Use insert-buffer-substring.
17071 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
17072
17073 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
17074
17075 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
17076 (adaptive-fill-function): Doc fix. Remove * from docstring.
17077
17078 2007-10-18 Tom Horsley <tom.horsley@att.net>
17079
17080 * simple.el (interprogram-paste-function): Doc fix.
17081 (current-kill): Accept list of strings as well
17082 as single string from `interprogram-paste-function'.
17083
17084 2007-10-18 Glenn Morris <rgm@gnu.org>
17085
17086 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
17087
17088 2007-10-18 Drew Adams <drew.adams@oracle.com>
17089
17090 * bindings.el (mode-line-minor-mode-keymap):
17091 Add mouse-minor-mode-menu on mouse-1.
17092 (mode-line-modes): Add mouse-1 to help-echo text.
17093 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
17094 New functions.
17095 (mode-line-minor-mode-help): Doc fix.
17096
17097 2007-10-17 Juri Linkov <juri@jurta.org>
17098
17099 * textmodes/fill.el (fill-paragraph-or-region): Remove function
17100 at the request of RMS.
17101 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
17102 arg `region'. Fix docstring. At the first `or' branch add call to
17103 `fill-region' if it the region is active in transient-mark-mode.
17104
17105 * bindings.el (esc-map): Bind M-q to fill-paragraph
17106 instead of fill-paragraph-or-region.
17107
17108 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
17109 with fill-paragraph.
17110
17111 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
17112 Fix docstring.
17113
17114 * indent.el (indent-for-tab-command): Change interactive spec from
17115 "P" to "p". Add check for interactive arg before indenting the
17116 active region.
17117
17118 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
17119 Regroup.
17120
17121 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
17122
17123 * emacs-lisp/find-func.el: Don't require loadhist.
17124
17125 * loadhist.el (feature-symbols, file-provides, file-requires)
17126 (file-set-intersect, file-dependents): Simplify.
17127 (unload-feature-special-hooks): Update list of special hooks.
17128
17129 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
17130
17131 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
17132 extensions since they can be viewed with doc-view.
17133
17134 * files.el (auto-mode-alist): Make doc-view-mode the default mode
17135 for pdf, ps and dvi files.
17136
17137 * doc-view.el: Make doc-view-mode the standard mode for viewing
17138 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
17139 text and image display. Add binding C-c C-e to switch to an
17140 editing mode.
17141 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
17142 avoid security problems when rendering files from untrusted sources.
17143
17144 2007-10-17 Aaron Hawley <aaronh@garden.org>
17145
17146 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
17147 position is not saved.
17148
17149 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
17150
17151 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
17152 (doc-view-ghostscript-options): Fix typo in doc string.
17153
17154 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17155
17156 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
17157 handling, so compilation-fake-loc works again.
17158
17159 * server.el (server-select-display): Nop if we do not support m-f-o-d.
17160 (server-process-filter): Revert last change.
17161
17162 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
17163 behavior unrelated to filesets.
17164
17165 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
17166
17167 * longlines.el (longlines-wrap-follows-window-size): Integer value
17168 specifies wrapping margin.
17169 (longlines-mode, longlines-window-change-function):
17170 Set window-specific wrapping margin based on the above.
17171
17172 2007-10-17 John Wiegley <johnw@newartisans.com>
17173
17174 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
17175
17176 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17177
17178 * server.el (server-process-filter): Only set display if X11 is
17179 supported.
17180
17181 2007-10-17 Glenn Morris <rgm@gnu.org>
17182
17183 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
17184 Tweak regexp to avoid stack overflow.
17185
17186 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17187
17188 * simple.el (reindent-then-newline-and-indent): Don't assume that
17189 indent-according-to-mode preserves point.
17190
17191 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
17192
17193 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
17194 (bs--nth-wrapper): Simplify.
17195 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
17196 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
17197 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
17198 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
17199 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
17200 (bs-configurations, bs-default-configuration)
17201 (bs-alternative-configuration, bs-cycle-configuration-name)
17202 (bs-string-show-always, bs-string-show-never, bs-string-current)
17203 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
17204 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
17205 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
17206 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
17207 (bs--window-config-coming-from): Revert 2006-11-09 change.
17208 (bs--restore-window-config): Keep the selected frame.
17209 (bs--track-window-changes, bs--remove-hooks): New functions.
17210 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
17211 (bs--create-header): Remove.
17212 (bs--create-header-line): New function, based on `bs--create-header'.
17213 (bs--show-header): Use `bs--create-header-line'.
17214 (bs--show-with-configuration): Revert 2006-11-09 change.
17215 Don't reuse window unless it is visible on the selected frame.
17216 Restore window configuration (possibly in a different frame)
17217 before creating any window.
17218
17219 2007-10-16 Glenn Morris <rgm@gnu.org>
17220
17221 * simple.el (blink-matching-open): Don't report false errors with
17222 the `$' syntax class.
17223
17224 2007-10-16 Richard Stallman <rms@gnu.org>
17225
17226 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
17227 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
17228 (ad-is-advised, ad-get-advice-info-field)
17229 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
17230
17231 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17232
17233 * vc-hooks.el (vc-workfile-version): Compatibility alias.
17234 (vc-default-working-revision): Compatibility for backends.
17235
17236 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
17237
17238 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
17239 (filesets-ormap, filesets-sort-case-sensitive-flag)
17240 (filesets-remake-shortcut, filesets-ingroup-collect-files):
17241 Fix typos in docstrings.
17242 (filesets-conditional-sort, filesets-find-or-display-file)
17243 (filesets-data-get-name, filesets-data-get-data)
17244 (filesets-data-set, filesets-cmd-query-replace-getargs)
17245 (filesets-ingroup-collect): Doc fixes.
17246
17247 2007-10-15 Sam Steingold <sds@gnu.org>
17248
17249 * mail/sendmail.el (sendmail-error-reporting-interactive)
17250 (sendmail-error-reporting-non-interactive): New variables for
17251 sendmail error reporting options to simplify support for imperfect
17252 sendmail emulators.
17253 (sendmail-send-it): Use them instead of list literals.
17254
17255 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
17256
17257 * help-fns.el: Revert previous change; it creates a
17258 dependency loop between advice.el and help-fns.el.
17259
17260 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
17261
17262 * help-fns.el: Require advice when compiling.
17263
17264 2007-10-14 Drew Adams <drew.adams@oracle.com>
17265
17266 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
17267 (ring-insert+extend, ring-remove+insert+extend, ring-member)
17268 (ring-next, ring-previous): New functions.
17269
17270 2007-10-14 Richard Stallman <rms@gnu.org>
17271
17272 * emacs-lisp/advice.el (documentation): Advice deleted.
17273 Doc for advised functions is now handled at C level.
17274 (ad-stop-advice, ad-start-advice): Don't enable or disable
17275 advice for `documentation'.
17276 (ad-advised-definition-docstring-regexp): Var deleted.
17277 (ad-make-advised-definition-docstring): Store orig name
17278 as text property of string.
17279 (ad-advised-definition-p): Check for text property of docstring.
17280
17281 * help-fns.el (describe-function-1): Find source of advised functions.
17282
17283 2007-10-14 Juri Linkov <juri@jurta.org>
17284
17285 * faces.el (describe-face): Allow handling a string as the face name.
17286
17287 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
17288 active region in transient-mark-mode.
17289 (ispell-region): Change messages displayed at the start and end of
17290 the spell-checking to be the same.
17291
17292 * startup.el (fancy-startup-tail): Say exactly what does the button
17293 dismiss ("Dismiss this startup screen"). Use text "Never show
17294 it again" for the checkbox after this button.
17295 (fancy-startup-screen, fancy-about-screen): Put point before the
17296 first link, so the user can quickly select links with the keyboard.
17297 (normal-mouse-startup-screen): Add more useful text describing how
17298 to follow a link.
17299
17300 2007-10-14 Glenn Morris <rgm@gnu.org>
17301
17302 * progmodes/etags.el (select-tags-table): Disable undo in the
17303 `*Tags Table List*' buffer.
17304
17305 2007-10-13 Eli Zaretskii <eliz@gnu.org>
17306
17307 * dired.el (dired-warn-writable): New face.
17308 (dired-warn-writable-face): New variable.
17309 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
17310 of dired-warning-face, for group- and world-writable files.
17311
17312 2007-10-13 Richard Stallman <rms@gnu.org>
17313
17314 * files.el (directory-abbrev-alist): Doc fix.
17315
17316 2007-10-13 Jari Aalto <jari.aalto@cante.net>
17317
17318 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
17319
17320 2007-10-12 Martin Rudalics <rudalics@gmx.at>
17321
17322 * frame.el (set-frame-configuration): Assign name parameter only
17323 if it has been set explicitly before.
17324
17325 2007-10-11 Tom Tromey <tromey@redhat.com>
17326
17327 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
17328 frame is visible.
17329
17330 2007-10-10 Richard Stallman <rms@gnu.org>
17331
17332 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
17333 in *Backtrace*.
17334
17335 * faces.el (face-font-selection-order): Doc fix.
17336
17337 * loadhist.el (unload-feature): Doc fix.
17338
17339 2007-10-13 Glenn Morris <rgm@gnu.org>
17340
17341 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
17342 (octave-re-search-forward-kw, octave-re-search-backward-kw):
17343 Add doc string, and an explicit COUNT argument.
17344 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
17345 `inc' to search functions.
17346
17347 * faces.el (face-spec-set): When FRAME is nil, set the default for
17348 new frames (restores pre-2007-09-17 behavior). Doc fix.
17349
17350 2007-10-13 John W. Eaton <jwe@octave.org>
17351
17352 * progmodes/octave-mod.el (octave-looking-at-kw)
17353 (octave-re-search-forward-kw, octave-re-search-backward-kw):
17354 New functions.
17355 (octave-in-defun-p, calculate-octave-indent)
17356 (octave-blink-matching-block-open, octave-beginning-of-defun)
17357 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
17358 to search for regexps that contain case-sensitive keywords.
17359 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
17360 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
17361
17362 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
17363
17364 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
17365 Do not use a single clause cond.
17366
17367 * cus-start.el (all): Use test that does not match the X11 version
17368 for mac.
17369
17370 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
17371
17372 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
17373 BROWSE buffer.
17374
17375 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
17376
17377 * cus-start.el (all): Undo previous change.
17378
17379 2007-10-13 Glenn Morris <rgm@gnu.org>
17380
17381 * woman.el (woman0-rename): Fix paren typo.
17382
17383 * mail/feedmail.el (feedmail-run-the-queue)
17384 (feedmail-look-at-queue-directory):
17385 * mail/reporter.el (reporter-dump-state):
17386 * net/eudc-hotlist.el (eudc-edit-hotlist):
17387 * net/eudc.el (eudc-display-records)
17388 (eudc-filter-duplicate-attributes)
17389 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
17390 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
17391 (eudc-bbdb-query-internal):
17392 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
17393 * net/socks.el (socks-build-auth-list):
17394 * progmodes/cc-cmds.el (top level):
17395 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
17396 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
17397 (cperl-write-tags, cperl-tags-treeify):
17398 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
17399 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
17400 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
17401 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17402 (idlwave-toolbar-remove-everywhere):
17403 * progmodes/idlwave.el (idlwave-indent-line)
17404 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
17405 (idlwave-write-paths, idlwave-all-method-classes)
17406 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
17407 (idlwave-fix-keywords, idlwave-display-calling-sequence)
17408 (idlwave-complete-in-buffer):
17409 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
17410 (org-fast-tag-selection):
17411 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
17412 than mapcar.
17413
17414 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
17415
17416 * diff-mode.el (diff-fine-change): Add :group.
17417
17418 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
17419
17420 * cus-start.el (all): Use the same test as the 22.2 branch.
17421
17422 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17423
17424 * diff-mode.el (diff-current-defun): Force recomputation of
17425 change-log-default-name.
17426
17427 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
17428
17429 * startup.el (fancy-startup-screen): Remove an unnecessary newline
17430 and some leftover logic regarding dedicated frames. If showing
17431 concise startup screen, fit window to buffer.
17432 (command-line-1): If we will be using the splash screen, use
17433 find-file instead of find-file-other-window to find additional files.
17434 Comment out unused code for coping with the old sit-for behavior.
17435
17436 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17437
17438 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
17439 `meta' modifier consistently, rather than using sometimes meta
17440 sometimes alt.
17441
17442 2007-10-12 Martin Rudalics <rudalics@gmx.at>
17443
17444 * window.el (handle-select-window): Revert part of 2007-10-08
17445 change setting the input focus.
17446
17447 2007-10-12 Glenn Morris <rgm@gnu.org>
17448
17449 * startup.el (command-line): Do not read abbrev file in batch mode.
17450
17451 * emacs-lisp/byte-opt.el (top level):
17452 * mail/rmail.el (rmail-list-to-menu):
17453 * obsolete/hilit19.el (hilit-mode):
17454 * progmodes/cc-mode.el (c-postprocess-file-styles)
17455 (c-submit-bug-report):
17456 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
17457 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
17458 (reftex-access-parse-file):
17459 * textmodes/reftex-cite.el (reftex-do-citation)
17460 (reftex-insert-bib-matches):
17461 * textmodes/reftex-ref.el (reftex-offer-label-menu):
17462 * textmodes/reftex-sel.el (reftex-select-unmark):
17463 * textmodes/reftex-toc.el (reftex-toc-do-promote):
17464 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
17465
17466 * cus-edit.el (custom-variable-menu, custom-face-menu)
17467 (custom-group-menu): Check init-file-user rather than
17468 user-init-file, in case cus-edit is loaded by site-run-file.
17469
17470 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
17471
17472 * vc.el (vc-deduce-fileset): Delete unused code.
17473 (vc-next-action): Fix typos.
17474
17475 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
17476
17477 * bs.el (bs--mark-unmark): New function.
17478 (bs-mark-current, bs-unmark-current): Use it.
17479
17480 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
17481
17482 * vc.el (vc-diff):
17483 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
17484 temporarily disable the check for his edge case of
17485 vc-diff (stopping it from grinding when called from $HOME), as
17486 it's calling some brittle code in vc-hooks.el.
17487 (with-vc-properties): Fix evaluation time of a macro argument.
17488 * ediff-vers.el (ediff-vc-internal):
17489 * vc-hooks.el:
17490 * loaddefs.el: Follow up on VC terminology change.
17491
17492 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
17493
17494 * follow.el (follow-stop-intercept-process-output):
17495 Use `follow-call-process-filter' rather than `process-filter'.
17496 Simplify.
17497
17498 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
17499
17500 * vc-hooks.el (vc-registered): Robustify this function a bit
17501 against filenames with no directory component.
17502
17503 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17504
17505 * international/characters.el: Undo unwanted and unexplained change.
17506
17507 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17508
17509 * ps-print.el: Fix the usage of :foreground and :background face
17510 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
17511 (ps-print-version): New version 6.7.6.
17512 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
17513 Fix code.
17514 (ps-face-foreground-color-p, ps-face-background-color-p)
17515 (ps-face-color-p): New inline funs.
17516
17517 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
17518
17519 * textmodes/org.el (org-additional-option-like-keywords): New constant.
17520 (org-complete): Use `org-additional-option-like-keywords'.
17521 (org-parse-local-options): New function.
17522
17523 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
17524
17525 * textmodes/org.el (org-in-clocktable-p): New function.
17526 (org-clock-report): Only update the table at point, or insert a new one.
17527 (org-clock-goto): New function.
17528 (org-open-file): Use `start-process-shell-command' instead of
17529 `shell-command' with an ampersand.
17530 (org-deadline, org-schedule): New argument REMOVE to remove the
17531 date from the entry.
17532 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
17533 argument to `org-schedule' and `org-deadline'.
17534 (org-trim): Use the correct expressions for beginning and end of
17535 the string.
17536 (org-get-cleaned-entry): Trim the string before returning it.
17537 (org-clock-find-position): New function.
17538 (org-clock-into-drawer): New option.
17539 (org-agenda-tags-column): Rename from
17540 `org-agenda-align-tags-to-column'.
17541 (org-agenda-align-tags): Allow negative values for
17542 `org-agenda-tags-column'.
17543 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
17544 (org-agenda-to-appt): New optional argument FILTER.
17545 (org-completion-fallback-command): New variable.
17546 (org-complete): Use `org-completion-fallback-command'.
17547 (org-find-base-buffer-visiting): Catch the case that there is no
17548 buffer visiting the file.
17549 (org-property-or-variable-value): New function.
17550 (org-todo): Use `org-property-or-variable-value'
17551 (org-agenda-compact-blocks): New option.
17552 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
17553 (org-agenda-schedule, org-agenda-deadline):
17554 Call `org-agenda-show-new-time'.
17555 (org-agenda-show-new-time): New argument PREFIX.
17556 (org-colgroup-info-to-vline-list): Fix but that cause a
17557 shift in the vertical lines.
17558 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
17559 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
17560 (org-indent-item): No arg in call to `org-fix-bullet-type'.
17561 (org-fix-bullet-type): Remove argument.
17562 (org-read-date): Check for am/pm twice, to catch the end time.
17563 (org-goto-map): Use `suppress-keymap'.
17564 (org-remember-apply-template): Respect the dynamically scoped
17565 selection character.
17566
17567 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17568
17569 * frame.el (frame-inherited-parameters): Remove unused `environment'
17570 parameter, and let server.el add `client' when needed.
17571
17572 * server.el (server-create-tty-frame)
17573 (server-create-window-system-frame): Set frame-inherited-parameters.
17574
17575 * frame.el (frame-inherited-parameters): New var.
17576 (make-frame): Use it.
17577
17578 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
17579
17580 * env.el (let-environment): Remove. Unused.
17581 (read-envvar-name): Simplify.
17582 (setenv): Remove unused arg `frame'.
17583
17584 * help-fns.el (describe-variable): Add missing " " for multiline
17585 obsolescence info and missing EOL after global value.
17586
17587 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
17588
17589 * add-log.el:
17590 * ediff-vers.el:
17591 * log-view.el:
17592 * pcvs.el:
17593 * vc-arch.el:
17594 * vc-bzr.el:
17595 * vc-cvs.el:
17596 * vc.el:
17597 * vc-git.el:
17598 * vc-hg.el:
17599 * vc-hooks.el:
17600 * vc-mcvs.el:
17601 * vc-mtn.el:
17602 * vc-rcs.el:
17603 * vc-sccs.el:
17604 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
17605 {find,init,next,previous,annotate-*,log}-version ->
17606 {find,init,next,previous,annotate-*,log}-revision,
17607 annotate-focus-version -> annotate-working-revision, The term
17608 'focus' is gone. The term 'revision' is now used consistently
17609 everywhere that reference to a revision ID is intended, replacing
17610 older use of 'version'.
17611
17612 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
17613
17614 * follow.el: Change all instances of "Follow Mode" to "Follow
17615 mode" in docstrings and messages.
17616 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
17617
17618 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
17619
17620 * vc.el (vc-next-action): Rewrite completely; this principal
17621 entry point now operates on a current fileset selected either
17622 explicitly via VC-Dired or implicitly by visiting a file buffer,
17623 rather than always operating on the file of the current buffer as
17624 in older versions. Rewrite the rest of the mode to match.
17625 (with-vc-properties): Rewrite to operate on a file list.
17626 (with-vc-file): vc-checkin takes a file list argument now.
17627 (vc-post-command-functions): This hook now receives a file list.
17628 (vc-do-command): Take a either a file or a file list as argument.
17629 (vc-deduce-fileset): New function for deducing a file list to
17630 operate on.
17631 (vc-next-action-on-file, vc-next-action-dired): Remove.
17632 Merge into vc-next-action.
17633 (vc-register): Adapt to the fact that vc-start-entry now takes a
17634 file list.
17635 (vc-register-with): New function.
17636 (vc-start-entry): Take a file list argument rather than a
17637 file argument.
17638 (vc-checkout): Cope with vc-start-entry taking a file list.
17639 (vc-steal-lock): Cope with with-vc-properties taking a
17640 file list.
17641 (vc-checkin): Take a file list argument rather than a file argument.
17642 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
17643 (vc-diff-internal): Rewrite for filesets.
17644 (vc-diff-sentinel): New function, tests whether changes were
17645 written into a diff buffer.
17646 (vc-diff): Rewrite for filesets.
17647 (vc-version-diff): Rewrite for filesets.
17648 (vc-print-log): Take a fileset argument.
17649 (vc-revert): Revert the entire selected fileset, not just the
17650 current buffer.
17651 (vc-rollback): Roll back the entire selected fileset, if
17652 possible. No longer accepts a prefix argument.
17653 (vc-update): Merge new changes for the entire selected
17654 fileset, not just the current buffer.
17655 (vc-revert-file): Cope with with-vc-properties taking a file list.
17656 (vc-default-dired-state-info): Add + status suffix if the file is
17657 modified.
17658 (vc-annotate-warp-version): Use the new diff machinery.
17659 (vc-log-edit): Take a file list argument rather than a file argument.
17660
17661 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
17662
17663 Sync with Tramp 2.1.11.
17664
17665 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
17666 Pacify byte compiler.
17667
17668 * net/trampver.el: Update release number.
17669
17670 2007-10-09 Richard Stallman <rms@gnu.org>
17671
17672 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
17673
17674 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
17675
17676 * follow.el: Require easymenu.
17677 (follow-mode-hook, follow-mode): Doc fixes.
17678 (follow-mode-off-hook): Mark as obsolete.
17679
17680 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17681
17682 * window.el (mouse-autoselect-window-cancel): Don't cancel for
17683 select-window or select-frame events.
17684 (handle-select-window): When autoselecting window set input
17685 focus. Restructure.
17686
17687 * frame.el (focus-follows-mouse): Move to frame.c.
17688 * cus-start.el (all): Add focus-follows-mouse.
17689
17690 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
17691
17692 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
17693 activate font-locking in the *buffer-selection* buffer.
17694 (bs-show-sorted): Doc fix.
17695
17696 * bs.el (bs--get-marked-string, bs--get-modified-string)
17697 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
17698 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
17699 (bs--format-aux): Doc fix.
17700
17701 2007-10-08 Michaël Cadilhac <michael@cadilhac.name>
17702
17703 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
17704
17705 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
17706
17707 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
17708 (gud-gdb): New function for old M-x gdb (text command mode).
17709 (gud-gdb-command-name, gdb): Move to...
17710
17711 * progmodes/gdb-ui.el: ...here and adapt doc string.
17712 (gud-gdba-command-name, gdba): Delete.
17713
17714 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
17715
17716 * bs.el: Don't defvar `font-lock-verbose'.
17717 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
17718 (bs--get-file-name): Fix typos in docstrings.
17719 (bs--show-header): Use `dolist' instead of `mapcar'.
17720 (bs-mode): Set `show-trailing-whitespace' to nil.
17721 (bs-buffer-sort-function, bs-mouse-select-other-frame)
17722 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
17723 Doc fixes.
17724
17725 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
17726
17727 * progmodes/gud.el (pdb): Specify file for gud-break.
17728
17729 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
17730
17731 * progmodes/gud.el (gdb): Make graphical mode the default and
17732 switch to text command mode if appropriate, i.e., reverse previous
17733 arrangement.
17734 (gud-gdb-marker-filter): Adapt for above change.
17735
17736 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
17737 gud-minor-mode and gud-marker-filter.
17738 (gdb-fullname-regexp): New variable.
17739 (gud-gdba-marker-filter): Use it to switch to text command
17740 mode if appropriate.
17741
17742 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
17743
17744 * progmodes/gud.el (gud-display-line): Find source buffer even when
17745 GUD buffer has its own frame.
17746
17747 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
17748
17749 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
17750
17751 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
17752
17753 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
17754
17755 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17756
17757 * allout.el (allout-before-change-handler): Replace got-char by
17758 goto-char.
17759
17760 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17761
17762 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
17763 Used to try and automatically enabled smerge-mode in the presence of
17764 conflicts and to call `svn resolved' when the conflicts are gone.
17765 (vc-svn-parse-status): Remember the svn-specific status.
17766
17767 2007-10-08 Eli Zaretskii <eliz@gnu.org>
17768
17769 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
17770 menu-bar-apropos-menu. All users changed.
17771 (menu-bar-help-menu): Change menu symbols to better match the text
17772 displayed by the menu.
17773
17774 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17775
17776 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
17777 #, @, : and ^.
17778
17779 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17780
17781 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
17782
17783 * log-view.el (log-view-mode-map): Likewise.
17784
17785 * diff-mode.el (diff-mode-shared-map): Likewise.
17786
17787 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17788
17789 * files.el (file-name-sans-versions): Also allow `A-Z'.
17790
17791 * vc.el: Mention all supported VC backends.
17792
17793 2007-10-08 Richard Stallman <rms@gnu.org>
17794
17795 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
17796 neighbouring buttons.
17797
17798 2007-10-08 Andreas Schwab <schwab@suse.de>
17799
17800 * files.el (file-name-sans-versions): Also allow `_'.
17801
17802 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17803
17804 * files.el (file-name-sans-versions): Allow - and a-z in version names.
17805
17806 * log-view.el (log-view-mode-map, log-view-mode-menu):
17807 Bind log-view-annotate-version.
17808 (log-view-beginning-of-defun, log-view-end-of-defun)
17809 (log-view-annotate-version): New functions.
17810 (log-view-mode): Use log-view-beginning-of-defun and
17811 log-view-end-of-defun.
17812
17813 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17814
17815 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
17816
17817 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17818
17819 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
17820 neighbouring buttons.
17821
17822 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17823 Recognize gcc's use of "note" for informational messages.
17824
17825 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17826
17827 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
17828 (css-mode): Update correspondingly.
17829
17830 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17831
17832 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
17833 Signed-off-by, Acked-by and Merge.
17834
17835 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17836
17837 * ediff-init.el (ediff-verbose-p): This var is not a constant.
17838
17839 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17840
17841 * vc-mtn.el: New file.
17842
17843 * vc-hooks.el (vc-handled-backends): Add Mtn.
17844
17845 2007-10-08 Eli Zaretskii <eliz@gnu.org>
17846
17847 * files.el (find-file, find-file-other-window)
17848 (find-file-other-frame, find-file-existing, find-file-read-only)
17849 (find-file-read-only-other-window)
17850 (find-file-read-only-other-frame)
17851 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
17852
17853 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
17854
17855 * progmodes/gud.el (gdb-ready): New variable.
17856 (gdb): Set it to nil. Set gud-running to nil here...
17857 (gud-common-init): ...instead of here.
17858
17859 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
17860 Use gdb-ready. Discard input until GDB is ready to accept it.
17861
17862 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17863
17864 * dired.el (dired-warning): Inherit from font-lock-warning-face to
17865 make it show up with eight colors.
17866
17867 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17868
17869 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
17870 diffs are concatenated with no intervening line.
17871
17872 2007-10-08 Dave Love <fx@gnu.org>
17873
17874 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
17875 (python-font-lock-keywords): Update to the 2.5 version of the language.
17876 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
17877 (python-backspace): Only behave funny in code.
17878 (python-compilation-regexp-alist): Add PDB stack trace regexp.
17879 (inferior-python-mode): Add PDB prompt regexp.
17880 (python-fill-paragraph): Refine the fenced-string regexp.
17881 (python-find-imports): Handle imports spanning several lines.
17882 (python-mode): Add `class' to hideshow support.
17883
17884 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17885
17886 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17887 Use add-log-buffer-file-name-function rather than binding
17888 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
17889 when `fi' is the ChangeLog file itself.
17890
17891 * outline.el (outline-flag-region): Use front-advance.
17892
17893 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
17894
17895 * progmodes/cperl-mode.el: Merge upstream 5.23.
17896 (cperl-where-am-i): Remove function.
17897 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
17898 (cperl-sniff-for-indent): De-invert [string] and [comment].
17899 When looking for label, skip s:m:y:tr.
17900 (cperl-indent-line): Likewise.
17901 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
17902 (cperl-windowed-init): Wrong `ps-print' handling.
17903 Both thanks to Chong Yidong.
17904 (cperl-look-at-leading-count): Could fail with unfinished RExen.
17905 (cperl-find-pods-heres): If the second part of s()[] is missing,
17906 don't try to highlight delimiters...
17907
17908 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17909
17910 * progmodes/compile.el (compilation-get-file-structure): Complete last
17911 change by also using spec-directory in the puthash.
17912
17913 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
17914
17915 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
17916 (vc-bzr-status): Fix shadowing of variable 'status'.
17917 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
17918 Use `expand-file-name' instead of `concat'.
17919 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
17920 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
17921
17922 2007-10-08 Jason Rumney <jasonr@gnu.org>
17923
17924 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
17925
17926 2007-10-08 Richard Stallman <rms@gnu.org>
17927
17928 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
17929 Add `safe-local-variable' property.
17930 (lisp-body-indent): Likewise.
17931
17932 2007-10-08 Richard Stallman <rms@gnu.org>
17933
17934 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
17935 Add doc string.
17936
17937 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17938
17939 * files.el (backup-buffer-copy): Try to overwrite old backup first.
17940
17941 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17942
17943 * repeat.el (repeat): Use last-repeatable-command instead of
17944 real-last-command. Run pre- and post-command hooks for
17945 self-insertion. Update doc-string.
17946
17947 2007-10-08 Alexandre Julliard <julliard@winehq.org>
17948
17949 * vc-git.el (vc-git-state): Call git-add --refresh to update the
17950 state of the file.
17951 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
17952 (vc-git-create-repo): Fix invalid command.
17953
17954 2007-10-08 Richard Stallman <rms@gnu.org>
17955
17956 * textmodes/flyspell.el (flyspell-mode):
17957 Catch errors in flyspell-mode-on.
17958
17959 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
17960
17961 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
17962
17963 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
17964
17965 * international/encoded-kb.el (encoded-kbd-setup-display):
17966 Use input-decode-map rather than local-key-translation-map.
17967
17968 * term/rxvt.el (rxvt-alternatives-map): New map.
17969 (terminal-init-rxvt): Use it.
17970 Bind rxvt-function-map in input-decode-map.
17971
17972 * term/xterm.el (xterm-alternatives-map): New map.
17973 (terminal-init-xterm): Use it.
17974 Bind xterm-function-map in input-decode-map.
17975
17976 * term/x-win.el (x-alternatives-map): New var.
17977 (x-setup-function-keys): Use it.
17978
17979 * help-fns.el (describe-variable): Slightly change the layout of
17980 meta-info to separate it better from the docstring.
17981 Standardize insertion of extra empty lines in various circumstances.
17982
17983 * diff-mode.el (diff-hunk-style): New fun.
17984 (diff-end-of-hunk): Use it.
17985 (diff-context->unified): Use the new `apply' undo element,
17986 if applicable, so as to save undo-log space.
17987 (diff-fine-change): New face.
17988 (diff-fine-highlight-preproc): New function.
17989 (diff-fine-highlight): New command.
17990 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
17991
17992 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
17993 (smerge-refine-highlight-change): Add `props' argument.
17994 (smerge-refine-subst): New function holding most of smerge-refine.
17995 (smerge-refine): Use it.
17996
17997 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
17998
17999 * vc.el (vc-default-wash-log): Remove unused code, the
18000 log washers all live in the backends now.
18001 (vc-default-comment-history): Correct for the fact
18002 that wash-log is argumentless in the new API.
18003
18004 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
18005
18006 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
18007 (tramp-maybe-send-script): Apply `member' but `memq'.
18008 (tramp-advice-file-expand-wildcards): Simplify implementation.
18009
18010 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
18011
18012 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
18013
18014 * mb-depth.el (minibuf-depth-indicator-function): New variable.
18015 (minibuf-depth-setup-minibuffer): Use it.
18016
18017 2007-10-07 Glenn Morris <rgm@gnu.org>
18018
18019 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
18020 version numbers.
18021
18022 2007-10-06 Juri Linkov <juri@jurta.org>
18023
18024 * textmodes/fill.el (fill-paragraph-or-region): New function.
18025
18026 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
18027 instead of fill-paragraph.
18028
18029 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
18030 with fill-paragraph-or-region. Suspend command is now the same
18031 `suspend-frame' on window systems and on tty.
18032
18033 * image.el (image-type): Check if image-types is bound to not fail
18034 on tty.
18035
18036 * delsel.el (delete-selection-pre-hook):
18037 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
18038 is fbound to not fail on mouseless tty.
18039
18040 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
18041
18042 * net/tramp.el (top): Move loading of tramp-util.el and
18043 tramp-vc.el to tramp-compat.el.
18044 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
18045 temporary file if possible, in order to avoid a security hole.
18046 (tramp-do-copy-or-rename-file-out-of-band)
18047 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
18048 with DONT-CREATE, because the connection is not setup yet.
18049 (tramp-handle-process-file): Rewrite temporary file handling.
18050 (tramp-completion-mode): New defvar.
18051 (tramp-completion-mode-p): Use it.
18052
18053 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
18054
18055 * net/tramp-fish.el (tramp-fish-handle-process-file):
18056 Rewrite temporary file handling.
18057
18058 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
18059
18060 * vc.el: Workfile version -> focus version change. Port various
18061 comments from new VC to reduce the noise in the diff.
18062 Patch in the new vc-create-repo function to go with the
18063 header comment about it already present.
18064 There are no changes to existing logic in this patch.
18065 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
18066
18067 2007-10-06 Aaron Hawley <aaronh@garden.org>
18068
18069 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
18070
18071 2007-10-05 Chris Moore <dooglus@gmail.com>
18072
18073 * server.el (server-kill-new-buffers): Doc fix.
18074
18075 2007-10-05 John W. Eaton <jwe@octave.org>
18076
18077 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
18078 (octave-begin-keywords): Add "do".
18079 (octave-end-keywords): Remove "end".
18080 (octave-reserved-words): Add "end". Remove "all_va_args",
18081 "gplot", and 'gsplot".
18082 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
18083 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
18084 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
18085 "default_return_value", "define_all_return_values",
18086 "do_fortran_indexing", "empty_list_elements_ok",
18087 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
18088 "ok_to_lose_imaginary_part", "prefer_column_vectors",
18089 "prefer_zero_one_indexing", "propagate_empty_matrices",
18090 "resize_on_range_error", "treat_neg_dim_as_zero",
18091 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
18092 "warn_divide_by_zero", "warn_function_name_clash",
18093 "warn_missing_semicolon", "whitespace_in_literal_matrix".
18094 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
18095 "crash_dumps_octave_core", "sighup_dumps_octave_core",
18096 "sigterm_dumps_octave_core".
18097 (octave-block-match-alist): Remove "end" from block-end keywords.
18098 (octave-mode): Update ftp site address.
18099
18100 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18101
18102 * vc.el: Reorder functions, no code changes.
18103
18104 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
18105
18106 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
18107 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
18108 the cond clauses where needed.
18109 (tramp-handle-write-region): Rearrange code for proper handling of
18110 tmpfile.
18111
18112 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
18113
18114 * net/tramp.el:
18115 * net/tramp-fish.el:
18116 * net/tramp-ftp.el:
18117 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
18118 `tramp-compat-make-temp-file'.
18119
18120 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
18121
18122 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
18123
18124 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18125
18126 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
18127 already uses a more recent copyright version than the "current" one.
18128
18129 2007-10-03 Michaël Cadilhac <michael@cadilhac.name>
18130
18131 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
18132 (doc-view-insert-image): Minor aesthetical docstring changes.
18133
18134 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
18135
18136 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
18137 completing filename.
18138 (doc-view-search-internal): Docstring change.
18139
18140 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
18141
18142 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
18143 (tramp-file-name-handler-alist):
18144 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
18145 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
18146 used before, creates the file already, which is not desired.
18147 (tramp-do-copy-or-rename-file-directly): Simplify handling of
18148 temporary file.
18149 (tramp-handle-insert-file-contents): Assign the result in the
18150 short track case.
18151 (tramp-handle-insert-file-contents-literally): New defun.
18152 (tramp-completion-mode-p): Revert change from 2007-09-24.
18153 Checking for `return' etc as last character is not sufficient, for
18154 example in dired-mode when entering <g> (revert-buffer) or
18155 <s> (dired-sort).
18156
18157 * net/tramp-compat.el (top): Add also compatibility code for loading
18158 appropriate timer package.
18159 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
18160 order to avoid autoloading problems.
18161
18162 * net/tramp-fish.el:
18163 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
18164
18165 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
18166 where the second parameter of `copy-file' or `rename-file' is a
18167 remote file but not via ftp.
18168
18169 2007-10-02 Richard Stallman <rms@gnu.org>
18170
18171 * frame.el (cursor-in-non-selected-windows): Doc fix.
18172
18173 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
18174
18175 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
18176 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
18177
18178 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
18179
18180 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
18181 when `expt' doesn't give range errors.
18182
18183 2007-10-01 Markus Triska <markus.triska@gmx.at>
18184
18185 * calc/calc-math.el (math-smallest-emacs-expt):
18186 Make the computation more robust.
18187
18188 2007-09-30 David Kastrup <dak@gnu.org>
18189
18190 * startup.el (argv): Alias for `command-line-args-left' to use as
18191 `(pop argv)' inside of --eval command sequences. Allows for
18192 passing shell commands into Emacs verbatim without need for Lisp
18193 quoting.
18194
18195 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
18196 check only for changed size.
18197 (auto-revert-tail-handler): Get size from caller. If the file has
18198 shrunk, tail the whole file again (the file presumably has been
18199 rewritten).
18200
18201 * woman.el (woman-topic-all-completions, woman-mini-help):
18202 Fix fallout from 2007-09-07 introduction of `dolist' when the list
18203 actually was being manipulated in the loop.
18204 (woman-Cyg-to-Win, woman-pre-process-region)
18205 (woman-horizontal-escapes, woman-if-body, woman-unescape)
18206 (woman-strings, woman-special-characters, woman1-hc)
18207 (woman-change-fonts, woman-find-next-control-line):
18208 Use `match-beginning' rather than `match-string' when the result is
18209 just used as a flag.
18210
18211 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
18212
18213 * net/tramp-compat.el: New file.
18214
18215 * net/tramp.el:
18216 * net/tramp-fish.el:
18217 * net/tramp-smb.el:
18218 * net/tramp-uu.el:
18219 * net/trampver.el: Move compatibility code to tramp-compat.el.
18220 Apply `mapc' instead of `mapcar' when the code needs side effects
18221 only. Move utf-8 coding cookie to the second line.
18222
18223 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
18224
18225 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
18226 Improve custom type.
18227 (icon-map-list): Make it customizable. Document how to disable
18228 stock icons.
18229
18230 2007-09-30 Richard Stallman <rms@gnu.org>
18231
18232 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
18233
18234 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18235
18236 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
18237 (t-mouse-mode): New compatibility alias.
18238
18239 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
18240
18241 * server.el (server-delete-client): Only delete the terminal if it
18242 is non-nil.
18243
18244 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
18245
18246 * net/tramp.el (with-file-property, with-connection-property):
18247 Highlight as keyword.
18248 (tramp-rfn-eshadow-setup-minibuffer)
18249 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
18250 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
18251 (tramp-do-copy-or-rename-file-directly)
18252 (tramp-do-copy-or-rename-file-out-of-band)
18253 (tramp-handle-shell-command, tramp-get-debug-buffer)
18254 (tramp-send-command-and-read, tramp-equal-remote)
18255 (tramp-get-local-gid): Pacify byte-compiler.
18256 (tramp-handle-file-name-directory): Result shall not be expanded.
18257 (tramp-find-foreign-file-name-handler): Rewrite.
18258 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
18259
18260 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
18261
18262 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
18263 Apply `tramp-completion-mode-p'.
18264 (tramp-fish-handle-set-file-times)
18265 (tramp-fish-handle-executable-find)
18266 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
18267 (tramp-fish-retrieve-data): Pacify byte-compiler.
18268
18269 * net/tramp-gw.el (tramp-gw-basic-authentication):
18270 Call `tramp-read-passwd' with first parameter `nil'.
18271
18272 2007-09-28 Glenn Morris <rgm@gnu.org>
18273
18274 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
18275 than mapcar.
18276
18277 * textmodes/tex-mode.el (tex-suscript-height-ratio)
18278 (tex-suscript-height-minimum): New customizable variables.
18279 (tex-suscript-height): New function.
18280 (superscript, subscript): Set height using tex-suscript-height
18281 rather than fixing at 0.8.
18282 (tex-fontify-script, tex-font-script-display): Add :version tag.
18283
18284 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
18285
18286 * progmodes/python.el (python-eldoc-function): Doc fix.
18287
18288 2007-09-27 Glenn Morris <rgm@gnu.org>
18289
18290 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
18291 image if it is not in image-type-auto-detectable, or is there with
18292 a nil value.
18293
18294 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
18295
18296 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
18297 connection more robust.
18298
18299 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
18300
18301 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
18302 Deal with the case that special &keywords are at the beginning or
18303 end of the argument list. Also add some (incomplete) support for
18304 non-standard arglists.
18305
18306 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
18307
18308 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
18309 (eldoc-message-commands, eldoc-current-idle-delay)
18310 (eldoc-function-argstring-format): Fix typos in docstrings.
18311
18312 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
18313
18314 * calc/calc-units.el (calc-convert-units)
18315 (calc-convert-temperature): Remove unnecessary colons.
18316
18317 2007-09-26 Bastien Guerry <bzg@altern.org>
18318
18319 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
18320 New function.
18321 (org-export-latex-remove-from-headlines): Name changed because of typo.
18322 (org-export-latex-quotation-marks-convention): Option removed.
18323 (org-export-latex-make-preamble): Handle the DATE option.
18324 (org-export-latex-cleaned-string): Now the only cleaning function,
18325 synched up with org.el.
18326 (org-export-latex-lists, org-export-latex-parse-list)
18327 (org-export-list-to-latex): New functions.
18328
18329 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
18330
18331 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
18332 (org-outline-regexp): New constant.
18333 (org-remember-handler): Throw error when the target file is not in
18334 org-mode.
18335 (org-cleaned-string-for-export): No longer call
18336 `org-export-latex-cleaned-string' with an argument.
18337 (org-get-tags): Returns now a list, not a string.
18338 (org-get-tags-string): New function.
18339 (org-archive-subtree): No need to split return of `org-get-tags'.
18340 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
18341 instead of `org-get-tags'.
18342 (org-agenda-format-date): Rename from `org-agenda-date-format'.
18343 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
18344 (org-compatible-face): New argument INHERITS. Inherit from this
18345 face if possible.
18346 (org-level-1, org-level-2, org-level-3, org-level-4)
18347 (org-level-5, org-level-6, org-level-7, org-level-8)
18348 (org-special-keyword, org-drawer, org-column, org-warning)
18349 (org-archived, org-todo, org-done, org-headline-done, org-table)
18350 (org-formula, org-code, org-agenda-structure)
18351 (org-scheduled-today, org-scheduled-previously)
18352 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
18353 in the new way.
18354 (org-get-heading): New argument NO-TAGS.
18355 (org-fast-tag-selection-include-todo): Made defvar instead of
18356 defcustom, feature is not deprecated.
18357 (org-remember-store-without-prompt): New default value t.
18358 (org-todo-log-states): New variable.
18359 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
18360 Compute the log states.
18361 (org-goto-map): More commands copied from global map. Also bind
18362 `org-occur'.
18363 (org-goto): Made into a general lookup command.
18364 (org-get-location): Complete rewrite.
18365 (org-goto-exit-command): New variable.
18366 (org-goto-selected-point): New variable.
18367 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
18368 Set the new variables.
18369 (org-paste-subtree): Whitespace insertion strategy revised.
18370 (org-remember-apply-template): Protect v-A from the possibility
18371 that v-a might be nil.
18372 (org-remember-handler): Insertion rules revised.
18373 (org-todo): Respect org-todo-log-states.
18374 (org-up-heading-safe): New function.
18375 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
18376
18377 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
18378
18379 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
18380 region if in transient-mark-mode.
18381
18382 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
18383
18384 * calc/calc-ext.el (calc-init-extensions, calc-reset):
18385 * calc/calc-help.el (calc-full-help):
18386 * calc/calc-misc.el (another-calc):
18387 * calc/calc-store.el (calc-var-name-map):
18388 * calc/calc-stuff.el (calc-flush-caches):
18389 * calc/calc-units.el (math-build-units-table):
18390 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
18391 (calc-quit):
18392 * calendar/icalendar.el (icalendar--format-ical-event)
18393 (icalendar--convert-ical-to-diary):
18394 * emacs-lisp/authors.el (authors):
18395 * emacs-lisp/cust-print.el (custom-print-install)
18396 (custom-print-uninstall):
18397 * emacs-lisp/disass.el (disassemble-1):
18398 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
18399 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
18400 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
18401 (elint-check-let-form, elint-check-condition-case-form)
18402 (elint-initialize):
18403 * emacs-lisp/elp.el (elp-results):
18404 * emacs-lisp/generic.el (generic-mode-internal):
18405 * emacs-lisp/re-builder.el (reb-delete-overlays):
18406 * emacs-lisp/regi.el (regi-interpret):
18407 * emacs-lisp/sregex.el (sregex--char-aux):
18408 * emulation/cua-rect.el (cua--deactivate-rectangle)
18409 (cua--highlight-rectangle, cua--rectangle-post-command):
18410 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
18411 * emulation/viper-macs.el (viper-describe-kbd-macros)
18412 (viper-describe-one-macro):
18413 * emulation/viper-util.el (viper-setup-master-buffer):
18414 * emulation/viper.el (set-viper-state-in-major-mode):
18415 * international/mule-diag.el (describe-current-coding-system):
18416 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
18417 * mail/emacsbug.el (report-emacs-bug):
18418 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
18419 * obsolete/hilit19.el (hilit-unhighlight-region)
18420 (hilit-set-mode-patterns):
18421 * play/solitaire.el (solitaire-check, solitaire-solve):
18422 * play/zone.el (zone-pgm-rotate):
18423 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
18424 * progmodes/ada-prj.el (ada-prj-display-page):
18425 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
18426 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
18427 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
18428 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
18429 * progmodes/sh-script.el (sh-make-vars-local)
18430 (sh-reset-indent-vars-to-global-values):
18431 * progmodes/sql.el (top):
18432 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
18433 * progmodes/xscheme.el (top):
18434 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
18435 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
18436 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
18437 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
18438 (artist-submit-bug-report):
18439 * textmodes/flyspell.el (flyspell-delay-commands)
18440 (flyspell-deplacement-commands):
18441 * textmodes/table.el (table--generate-source-epilogue, table-insert)
18442 (table--generate-source-cells-in-a-row, table--make-cell-map)
18443 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
18444
18445 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
18446
18447 * allout.el (produce-allout-mode-map, allout-process-exposed):
18448 * ansi-color.el (ansi-color-make-color-map):
18449 * autoinsert.el (auto-insert):
18450 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
18451 * dired-aux.el (dired-create-files):
18452 * dired.el (dired-restore-desktop-buffer):
18453 * ediff-diff.el (ediff-setup-fine-diff-regions):
18454 * ediff-mult.el (ediff-intersect-directories)
18455 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
18456 (ediff-redraw-registry-buffer):
18457 * ediff-ptch.el (ediff-fixup-patch-map):
18458 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
18459 (ediff-really-quit, ediff-clear-diff-vector):
18460 * emerge.el (emerge-really-quit):
18461 * ffap.el (ffap-replace-file-component):
18462 * filecache.el (file-cache-add-directory)
18463 (file-cache-add-directory-recursively)
18464 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
18465 (file-cache-delete-directory, file-cache-files-matching-internal)
18466 (file-cache-display):
18467 * files.el (cd):
18468 * find-lisp.el (find-lisp-insert-directory):
18469 * finder.el (finder-compile-keywords):
18470 * help.el (view-emacs-news):
18471 * hi-lock.el (hi-lock-write-interactive-patterns):
18472 * ido.el (ido-to-end, ido-set-matches-1):
18473 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
18474 (image-dired-mark-tagged-files):
18475 * jka-cmpr-hook.el (jka-compr-get-compression-info):
18476 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
18477 * ps-print.el (ps-background, ps-begin-file)
18478 (ps-build-reference-face-lists):
18479 * simple.el (clone-buffer):
18480 * startup.el (command-line):
18481 * tempo.el (tempo-insert-template, tempo-is-user-element)
18482 (tempo-forward-mark, tempo-backward-mark):
18483 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
18484
18485 2007-09-25 Glenn Morris <rgm@gnu.org>
18486
18487 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
18488
18489 * view.el (view-search-no-match-lines): Add a doc string.
18490 Rewrite to simplify and work better.
18491
18492 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
18493
18494 * progmodes/cc-mode.el (c-mode-base-map):
18495 Use c-indent-line-or-region instead of c-indent-line.
18496
18497 * indent.el (indent-for-tab-command): First check if the region is
18498 active.
18499
18500 2007-09-24 Michaël Cadilhac <michael@cadilhac.name>
18501
18502 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
18503 whitespace-rescan-timer-time is 0.
18504
18505 2007-09-24 Karl Berry <karl@gnu.org>
18506
18507 * international/mule.el (coding-system-base): Fix doc string grammar.
18508
18509 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
18510
18511 * net/tramp.el (tramp-completion-mode-p): Rename from
18512 `tramp-completion-mode'. Revert logic, check `return', `newline'
18513 and such alike. Packages like Icicles tend to use other completion
18514 characters but `tab' and `space' only.
18515
18516 2007-09-24 Adam Hupp <adam@hupp.org>
18517
18518 * progmodes/python.el (run-python): Import emacs module without
18519 waiting; prevents lockup on error.
18520
18521 2007-09-23 Richard Stallman <rms@gnu.org>
18522
18523 * mail/sendmail.el (mail-bury): Delete the frame
18524 if this frame looks like it was made for this message.
18525
18526 * completion.el (completion-separator-self-insert-command)
18527 (completion-separator-self-insert-autofilling):
18528 If `self-insert-command' has been remapped, use the substitute.
18529
18530 * simple.el (copy-region-as-kill): Doc fix.
18531
18532 * textmodes/org.el (org-confirm-shell-link-function)
18533 (org-confirm-elisp-link-function): Doc fixes.
18534
18535 2007-09-23 Glenn Morris <rgm@gnu.org>
18536
18537 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
18538
18539 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
18540
18541 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
18542
18543 * term/tvi970.el (terminal-init-tvi970): Likewise.
18544
18545 * term/sun-mouse.el (print-mouse-format): Likewise.
18546
18547 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
18548 Use forward-line instead of previous-line and next-line.
18549
18550 2007-09-22 Juri Linkov <juri@jurta.org>
18551
18552 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
18553
18554 * tutorial.el (tutorial--default-keys): Update standard bindings:
18555 rename `iconify-or-deiconify-frame' to `suspend-frame',
18556 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
18557
18558 2007-09-22 Juri Linkov <juri@jurta.org>
18559
18560 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
18561 Add help-echo to external links and to links without description.
18562 (fancy-splash-insert): Use help-echo from the 3rd element of the
18563 link specification list, or "Follow this link" if it's nil. Doc fix.
18564
18565 2007-09-22 Juri Linkov <juri@jurta.org>
18566
18567 * startup.el (command-line): Rename `inhibit-startup-message' to
18568 `inhibit-startup-screen'.
18569 (fancy-about-text): Use shorter label for "Ordering Manuals".
18570 (fancy-startup-tail): Add optional arg `concise'. When `concise'
18571 is nil, display a line with "To start..." and 3 links to useful
18572 tasks. Display the "Dismiss" button and "Don't show this message
18573 again" only when concise is non-nil.
18574 (fancy-startup-screen): Call `fancy-startup-tail' with optional
18575 arg `concise'. If CONCISE is non-nil, display a concise version
18576 of the splash screen in another window. Otherwise, switch to the
18577 startup buffer in the same window.
18578 (startup-echo-area-message): Change displayed binding from
18579 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
18580 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
18581 the GNU system".
18582 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
18583 to "*GNU Emacs*".
18584 (display-about-screen): Don't check the existence of the buffer
18585 "*About GNU Emacs*".
18586 (display-splash-screen): Make alias to `display-startup-screen'.
18587 (command-line-1): Rename `inhibit-startup-message' to
18588 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
18589 started with command line options "-f", "-funcall", "-e", "-eval",
18590 "-execute", "-insert", "-find-file", "-file", "-visit".
18591 Inhibit startup screen when Emacs is started with a file name only
18592 on tty (i.e. don't inhibit it when started with a file name like
18593 "emacs FILE..." on a window system).
18594 (command-line-1): Simplify logic of displaying the startup screen:
18595 if file-count > 0, then display the concise version in another
18596 window, otherwise display full version in the same window.
18597
18598 * help.el (help-map): Bind C-h C-a to about-emacs.
18599 (help-for-help-internal): Add C-a description to C-h help text.
18600
18601 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
18602
18603 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
18604 (checkdoc-permit-comma-termination-flag): Autoload the
18605 safe-local-variable setting.
18606
18607 * bookmark.el (bookmark-xemacsp): Remove.
18608 (bookmark-make): Don't use bookmark-xemacsp,
18609 use (featurep 'xemacs) instead.
18610
18611 * speedbar.el (speedbar-frame-mode)
18612 (speedbar-frame-reposition-smartly)
18613 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
18614 (speedbar-check-vc): Remove use of non-existent variable
18615 dframe-xemacsp, use (featurep 'xemacs) instead.
18616
18617 * indent.el (indent-for-tab-command): Indent the region if
18618 transient-mark-mode and the region is active.
18619
18620 2007-09-21 Francesco Potortì <pot@gnu.org>
18621
18622 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
18623 add inferior-octave-directory-tracker to the buffer-local value
18624 of comint-input-filter-functions.
18625
18626 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18627
18628 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
18629
18630 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
18631
18632 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
18633 on w32 frames.
18634
18635 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18636
18637 * startup.el (normal-top-level): Remove DISPLAY from
18638 process-environment to let it be computed dynamically in callproc.c.
18639
18640 * frame.el (frame-initialize, make-frame):
18641 * faces.el (tty-set-up-initial-frame-faces):
18642 * env.el (setenv): Don't set display-environment-variable.
18643
18644 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
18645 (server-create-tty-frame): Don't set unused `tty' property.
18646 Set `display' instead of display-environment-variable.
18647 (server-create-window-system-frame): No display-environment-variable.
18648
18649 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
18650
18651 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
18652 (rfn-eshadow-update-overlay-hook): New defvars.
18653 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
18654 Run the hooks.
18655
18656 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
18657 (tramp-rfn-eshadow-setup-minibuffer)
18658 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
18659 rfn-eshadow.el.
18660
18661 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
18662 timeout.
18663
18664 2007-09-21 Glenn Morris <rgm@gnu.org>
18665
18666 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
18667 * term/sun-mouse.el (suspend-emacstool): Remove.
18668 * term/sun.el: Remove emacstool-related code.
18669
18670 * emacs-lisp/bytecomp.el (byte-compile-warnings)
18671 (byte-compile-warnings-safe-p): Add `mapcar'.
18672 (byte-compile-warning-types): Add mapcar and make-local.
18673 (byte-compile-normal-call): Add option to suppress mapcar warning.
18674 (top-level): Use mapc rather than mapcar in eval-when-compile.
18675
18676 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
18677 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
18678 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
18679 Handle escaped parens.
18680 (latex-forward-sexp): Doc fix.
18681
18682 * eshell/esh-mode.el (eshell-output-filter-functions):
18683 Add eshell-postoutput-scroll-to-bottom.
18684
18685 * loadup.el: Remove termdev.
18686
18687 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
18688 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
18689
18690 2007-09-21 Markus Triska <markus.triska@gmx.at>
18691
18692 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
18693 `mapcar' is called for effect.
18694
18695 2007-09-21 Kevin Ryde <user42@zip.com.au>
18696
18697 * international/mule.el (sgml-html-meta-auto-coding-function):
18698 Bind `case-fold-search' to t.
18699
18700 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18701
18702 * termdev.el: Remove.
18703
18704 * frame.el (get-device-terminal): New function. Moved from termdev.el.
18705 (frames-on-display-list): Use it.
18706
18707 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
18708
18709 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
18710
18711 2007-09-20 Richard Stallman <rms@gnu.org>
18712
18713 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
18714
18715 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18716
18717 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
18718
18719 2007-09-20 Glenn Morris <rgm@gnu.org>
18720
18721 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
18722 motion functions, rather than hard-coding "\n\n".
18723 (tex-validate-region): Check for eobp, to speed up.
18724 (tex-next-unmatched-end): Doc fix.
18725
18726 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18727
18728 * files.el (auto-mode-alist): Use archive-mode for .rar files.
18729
18730 * international/mule.el (auto-coding-alist): Rar archives are binary.
18731
18732 * arc-mode.el: Add basic support for Rar.
18733 (archive-find-type): Recognize Rar's signature.
18734 (archive-desummarize): New fun.
18735 (archive-summarize): Use it to restore the buffer's data in case
18736 someone wants to switch to some other major mode.
18737 (archive-resummarize): Use it as well.
18738 (archive-rar-summarize, archive-rar-extract): New functions.
18739
18740 * filesets.el: Remove spurious * in docstrings.
18741 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
18742 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
18743 (filesets-ingroup-collect): Remove unused arg `depth'.
18744 (filesets-update): Remove unused arg `version'.
18745
18746 * finder.el (finder-compile-keywords): Fix up comment style.
18747 (finder-mouse-face-on-line): previous-line -> forward-line.
18748
18749 * recentf.el: Remove spurious * in docstrings.
18750 (recentf-save-list): Fix up comment style.
18751
18752 * progmodes/octave-mod.el: Remove spurious * in docstrings.
18753 (octave-mode-map): Move init into declaration and remove \t binding.
18754 (octave-mode-startup-message): Remove unused var.
18755 (octave-scan-blocks): Remove unused arg `from'.
18756 (octave-forward-block, octave-down-block, octave-up-block):
18757 Update callers.
18758
18759 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
18760 (meta-mode-map): Likewise and remove \t binding.
18761
18762 * net/snmp-mode.el: Remove spurious * in docstrings.
18763 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
18764 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
18765 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
18766 that completion accepts lists of strings.
18767 (snmp-mode-syntax-table): Move initialization into declaration.
18768 (snmp-mode-map): Likewise and remove \t binding.
18769 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
18770 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
18771 (snmp-indent-command): Remove.
18772
18773 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
18774 binding, so tab-always-indent works right.
18775
18776 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
18777
18778 * net/browse-url.el (browse-url-elinks-new-window): New function.
18779 (browse-url-elinks): Use browse-url-elinks-new-window.
18780 Accept optional second argument `new-window'. Fix typo in doc-string.
18781 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
18782 Improve error message.
18783
18784 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
18785
18786 * net/browse-url.el (browse-url-url-encode-chars): Use the right
18787 parameter name in the function body.
18788 Reported by Johannes Weiner.
18789
18790 2007-09-19 Glenn Morris <rgm@gnu.org>
18791
18792 * net/socks.el (socks-open-network-stream): Signal an explicit
18793 error if the port associated with a service string can't be found.
18794
18795 * textmodes/tex-mode.el (tex-terminate-paragraph):
18796 Use backward-paragraph.
18797
18798 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18799
18800 * server.el (server-running-p): New function.
18801
18802 2007-09-18 Jason Rumney <jasonr@gnu.org>
18803
18804 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
18805 x-focus-frame.
18806
18807 * frame.el (select-frame-set-input-focus, select-frame-by-name):
18808 Use x-focus-frame for w32.
18809
18810 2007-09-17 David Kastrup <dak@gnu.org>
18811
18812 * textmodes/tex-mode.el (tex-verbatim-environments):
18813 Eliminate CL dependency.
18814
18815 2007-09-17 Richard Stallman <rms@gnu.org>
18816
18817 * newcomment.el (comment-add): New arg EXTRA.
18818 (comment-region-default): Pass EXTRA if not indenting lines.
18819
18820 2007-09-17 Michaël Cadilhac <michael@cadilhac.name>
18821
18822 * net/browse-url.el (browse-url-url-encode-chars): New function.
18823 URL-encode some chars in a string.
18824 (browse-url-encode-url): Rewrite using the previous function.
18825 (browse-url-file-url): Use `browse-url-url-encode-chars'.
18826 (browse-url-elinks-sentinel): Fix typo.
18827 (browse-url-new-window-flag): Doc change.
18828
18829 2007-09-17 Glenn Morris <rgm@gnu.org>
18830
18831 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
18832 filename from `--file-line-error', if it is available.
18833
18834 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
18835
18836 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
18837 TeX `--file-line-error' format.
18838
18839 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
18840
18841 * xt-mouse.el: Delete add-hook calls that were moved to
18842 xterm-mouse-mode.
18843 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
18844 does not work.
18845
18846 2007-09-17 Richard Stallman <rms@gnu.org>
18847
18848 * cus-face.el (custom-theme-set-faces): Undo previous change.
18849
18850 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
18851
18852 2007-09-17 Glenn Morris <rgm@gnu.org>
18853
18854 * textmodes/tex-mode.el (tex-region): Simplify previous change,
18855 handling the case where the region is not in `tex-main-file'.
18856 (tex-region-1): Delete.
18857 (tex-region-header): New function, doing the header part of the
18858 old tex-region-1.
18859
18860 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18861
18862 * simple.el (newline): Simplify use of prefix-numeric-value.
18863 (line-move-partial): Remove unused var `ppos'.
18864 (line-move-1): Replace 9999 with most-positive-fixnum.
18865 (move-end-of-line): Use more efficient single-property search.
18866 (move-beginning-of-line): Remove unused var `start'.
18867 (blink-matching-open): Restructure in a more functional style.
18868
18869 2007-09-16 Michaël Cadilhac <michael@cadilhac.name>
18870
18871 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
18872
18873 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18874
18875 * server.el (server-clients): Only keep procs, no properties any more.
18876 (server-client): Remove.
18877 (server-client-get, server-client-set): Remove, replace all callers by
18878 process-get and process-put resp.
18879 (server-clients-with, server-add-client, server-delete-client)
18880 (server-create-tty-frame, server-create-window-system-frame)
18881 (server-process-filter, server-execute, server-visit-files)
18882 (server-buffer-done, server-kill-buffer-query-function)
18883 (server-kill-emacs-query-function, server-switch-buffer)
18884 (server-save-buffers-kill-terminal): Update accordingly.
18885
18886 * server.el (server-with-environment): Simplify.
18887 (server-select-display, server-unselect-display): Re-add functions that
18888 seem to have been lost in the multi-tty merge.
18889 (server-eval-and-print, server-create-tty-frame)
18890 (server-create-window-system-frame, server-goto-toplevel)
18891 (server-execute, server-return-error): New functions extracted from
18892 server-process-filter.
18893 (server-execute-continuation): New functions.
18894 (server-process-filter): Restructure so that all arguments are analysed
18895 first and then acted upon in a subsequent stage. This way
18896 server-goto-toplevel can be executed later, when we know if
18897 it's necessary.
18898 Remove the "-version" and "-version-good" support.
18899
18900 2007-09-16 Drew Adams <drew.adams@oracle.com>
18901
18902 * cus-edit.el (custom-face-edit-activate): Doc fix.
18903
18904 2007-09-16 Glenn Morris <rgm@gnu.org>
18905
18906 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
18907 Following cal-bahai renaming, update all instances of
18908 list-bahai-diary-entries to diary-bahai-list-entries,
18909 mark-bahai-diary-entries to diary-bahai-mark-entries,
18910 calendar-goto-bahai-date to calendar-bahai-goto-date,
18911 insert-bahai-diary-entry to diary-bahai-insert-entry,
18912 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
18913 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
18914 calendar-print-bahai-date to calendar-bahai-print-date.
18915
18916 * textmodes/tex-mode.el (tex-region): Handle the case where the
18917 region is not in `tex-main-file'. Move the old code that applies
18918 to both cases...
18919 (tex-region-1): ...to this new function.
18920
18921 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18922
18923 * vc.el (vc-process-sentinel): New function.
18924 (vc-exec-after): Use it instead of using ugly hackish analysis and
18925 construction of Elisp code.
18926 (vc-sentinel-movepoint): New dynamically scoped var.
18927 (vc-print-log, vc-annotate): Set it to move the user's point.
18928
18929 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
18930 inhibit-modification-hooks.
18931
18932 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
18933 (calendar-bahai-print-date, calendar-bahai-goto-date)
18934 (diary-bahai-list-entries, diary-bahai-insert-entry):
18935 New names to clean up the namespace a bit more.
18936 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
18937
18938 2007-09-15 Glenn Morris <rgm@gnu.org>
18939
18940 * calendar/holidays.el (holiday-list): Rename it back to
18941 `list-holidays', but leave `holiday-list' as an alias.
18942
18943 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
18944 custom group.
18945
18946 * textmodes/css-mode.el (css): New custom group.
18947 (css-electrick-keys, css-selector, css-property)
18948 (css-indent-offset): Specify custom group.
18949
18950 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18951
18952 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
18953 (cvs-execute-single-file): Use process-file.
18954 (cvs-run-process): Use start-file-process.
18955
18956 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18957
18958 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
18959 level. Remove the hooks when turning off the mode.
18960
18961 * term/xterm.el: Require xt-mouse at compile time.
18962 (terminal-init-xterm): Turn on xterm mouse tracking for this
18963 terminal if xterm-mouse-mode is enabled.
18964
18965 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18966
18967 * term/xterm.el (xterm-function-map): Replace bindings that were
18968 deleted by the merge.
18969
18970 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
18971
18972 * play/bubbles.el (bubbles-version): Bump value to "0.5".
18973 (bubbles-mode-map): Move define-key statements here.
18974 (bubbles-game-theme-menu): Ditto.
18975 (bubbles-graphics-theme-menu): Ditto.
18976 (bubbles-menu): Ditto.
18977 (bubbles-mode): Initialize buffer-undo-list, redisplay.
18978 (bubbles--initialize): Reset buffer-undo-list, redisplay.
18979 (bubbles-plop): Set buffer-undo-list, redisplay.
18980 (bubbles-undo): Reset buffer-undo-list, redisplay.
18981 (bubbles--show-images): Take care of missing text properties.
18982
18983 2007-09-14 Glenn Morris <rgm@gnu.org>
18984
18985 * startup.el (fancy-startup-text, fancy-about-text): Fix face
18986 quoting.
18987
18988 * calendar/cal-hebrew.el, calendar/cal-menu.el
18989 * calendar/calendar.el, calendar/diary-lib.el
18990 * calendar/holidays.el: Rename all instances of
18991 list-calendar-holidays callers to calendar-list-holidays,
18992 list-holidays to holiday-list, check-calendar-holidays to
18993 calendar-check-holidays, mark-calendar-holidays to
18994 calendar-mark-holidays, and filter-visible-calendar-holidays to
18995 holiday-filter-visible-calendar.
18996
18997 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18998
18999 * term/xterm.el (xterm-function-map): Add C-M- bindings.
19000
19001 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
19002
19003 * play/bubbles.el (bubbles--initialize-images): Fix bug:
19004 Use transparent background for empty cells in graphics mode.
19005
19006 2007-09-13 Jari Aalto <jari.aalto@cante.net>
19007
19008 * man.el (Man-default-man-entry): At end of line, continue looking
19009 to the next line for possible end of hyphenated command.
19010
19011 2007-09-13 Chris Moore <dooglus@gmail.com>
19012
19013 * shell.el (shell-resync-dirs): Don't move the cursor relative to
19014 the command being edited.
19015
19016 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
19017
19018 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
19019
19020 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
19021
19022 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
19023 C-M-S- keys.
19024
19025 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
19026
19027 2007-09-12 Michaël Cadilhac <michael@cadilhac.name>
19028
19029 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
19030 New argument `filename-p' to use one set of confusing chars or another.
19031 (browse-url-file-url): Use the argument.
19032 Suggested by Johannes Weiner.
19033
19034 2007-09-12 Romain Francoise <romain@orebokech.com>
19035
19036 * cus-start.el (all): Revert 2007-09-08 change.
19037
19038 2007-09-12 Aaron Hawley <aaronh@garden.org>
19039
19040 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
19041 extract .Z files, since it is more common than uncompress.
19042
19043 2007-09-12 Glenn Morris <rgm@gnu.org>
19044
19045 * textmodes/org-publish.el (org-publish-org-to-html): Remove
19046 duplicate function definition.
19047
19048 2007-09-10 Chris Moore <dooglus@gmail.com>
19049
19050 * diff-mode.el (diff-sanity-check-hunk):
19051 Also accept single-line hunks.
19052
19053 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
19054
19055 * startup.el (startup-screen-inhibit-startup-screen)
19056 (pure-space-overflow-message): New vars.
19057 (fancy-splash-insert): Allow functions for face and link specs.
19058 (fancy-splash-head): Remove unused arg. Move splash text...
19059 (fancy-startup-text, fancy-about-text): ...here.
19060 (fancy-startup-tail): Rename from fancy-splash-tail.
19061 (fancy-startup-screen, fancy-about-screen): Split off from
19062 fancy-splash-screens.
19063 (display-startup-screen): New function.
19064 (display-about-screen): Rename from display-splash-screen.
19065 (command-line-1): Use concise startup screen if necessary.
19066
19067 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
19068
19069 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
19070 Reported by Jan Djärv <jan.h.d@swipnet.se>.
19071
19072 2007-09-10 Dave Love <fx@gnu.org>
19073
19074 * outline.el (outline-4, outline-5, outline-7):
19075 Move font-lock-builtin-face down from 4 to 7 to better keep the
19076 progression of color brightness, and to better match Org-mode's faces.
19077
19078 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
19079
19080 * progmodes/meta-mode.el (meta-font-lock-keywords)
19081 (font-lock-match-meta-declaration-item-and-skip-to-next)
19082 (meta-comment-indent, meta-indent-previous-line)
19083 (meta-indent-unfinished-line, meta-beginning-of-defun)
19084 (meta-end-of-defun, meta-common-initialization): Handle \f.
19085 (meta-indent-unfinished-line): Do not handle a `%' in a string as
19086 a comment-start.
19087
19088 * files.el (file-modes-char-to-who, file-modes-char-to-right)
19089 (file-modes-rights-to-number): Auxiliary functions for symbolic to
19090 numeric notation of file modes.
19091 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
19092 numeric value.
19093 (read-file-modes): New. Read either an octal value of a file mode or a
19094 symbolic value, and return its numeric value.
19095
19096 * dired-aux.el (dired-do-chmod): Change to use the built-in
19097 `set-file-modes' and the previous symbolic mode parsing functions.
19098
19099 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19100
19101 * textmodes/texinfo.el: Remove spurious * in docstrings.
19102 (texinfo-mode-syntax-table, texinfo-mode-map):
19103 Initialize in the declaration.
19104
19105 * tmm.el: Remove spurious * in docstrings.
19106 (tmm-prompt): Use with-current-buffer.
19107
19108 * vcursor.el: Remove spurious * in docstrings.
19109 (vcursor-map): Initialize in the declaration.
19110 (vcursor-use-vcursor-map): Use define-minor-mode.
19111 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
19112
19113 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
19114 Initialize in the declaration.
19115 (widget-minor-mode): Use define-minor-mode.
19116
19117 * woman.el (woman-mode-map, woman-syntax-table):
19118 Initialize in the declaration.
19119
19120 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
19121
19122 * doc-view.el: New file.
19123
19124 2007-09-09 Juri Linkov <juri@jurta.org>
19125
19126 * Makefile.in (update-authors): Add etc/ to AUTHORS.
19127
19128 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
19129
19130 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
19131 to "Startup screen". Fix docstring.
19132 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
19133 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
19134 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
19135 (initial-scratch-message): Fix docstring.
19136 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
19137 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
19138 Add link to "Customize Startup" and set interval between links to
19139 5 spaces.
19140 (fancy-about-text): Add links "Authors" and "Contributing".
19141 (fancy-splash-head): Add text "Welcome to " on the startup screen,
19142 and "This is " on the about screen. Add link to
19143 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
19144 For the about screen move emacs version to the header from
19145 `fancy-splash-tail' (as it's done already for normal about screen).
19146 (fancy-splash-tail): Insert emacs version only for startup screen.
19147 (normal-splash-screen): Remove duplicate empty lines.
19148 (normal-about-screen): Add links "Authors" and "Contributing".
19149
19150 * menu-bar.el (menu-bar-help-menu):
19151 Move "About Emacs" and "About GNU" to the end of the Help menu.
19152 Move "Emacs Psychotherapist" after "Send Bug Report...".
19153 Move "External Packages" after "Find Emacs Packages".
19154
19155 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
19156
19157 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
19158 they are useless with the byte compiler.
19159 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
19160 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
19161 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
19162 (tramp-file-name-real-host, tramp-file-name-port)
19163 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
19164 defuns.
19165
19166 * net/tramp-cache.el (top): Improve error message when
19167 `tramp-persistency-file-name' is corrupted.
19168
19169 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
19170
19171 * textmodes/org.el (org-re): Also replace the :alpha: class.
19172 (org-todo-tag-alist): Variable removed.
19173 (org-todo-key-alist, org-todo-key-trigger): New variables.
19174 (org-use-fast-todo-selection): New option.
19175 (org-log-done): Docstring fixed.
19176 (org-deadline-warning-days): New default value 14.
19177 (org-edit-timestamp-down-means-later): New option.
19178 (org-tag-alist): Docstring fixed.
19179 (org-fast-tag-selection-include-todo): New option.
19180 (org-export-language-setup): New languages added.
19181 (org-set-regexps-and-options): Compute the new variables.
19182 (org-paste-subtree): Cleaning up.
19183 (org-remember-apply-template): New escape %A.
19184 (org-todo): Call fast TODO selection.
19185 (org-fast-todo-selection): New function.
19186 (org-add-log-note): Allow prefix for abort exit.
19187 (org-at-property-p, org-entry-properties)
19188 (org-columns-get-autowidth-alist): Use :alpha: class.
19189 (org-get-wdays): New function.
19190 (org-agenda-remove-date): New variable.
19191 (org-agenda-get-deadlines): Use `org-get-wdays'.
19192 (org-agenda-get-deadlines): Reverse ee before returning.
19193 (org-format-agenda-item): New argument REMOVE-RE.
19194 (org-agenda-convert-date): Baha'i calendar added.
19195 (org-infile-export-plist): Also find DATE line.
19196 (org-get-min-level): New function.
19197 (org-export-as-html, org-export-as-ascii): Use the date format.
19198 (org-shiftup, org-shiftdown): Use.
19199 `org-edit-timestamp-down-means-later'.
19200 (org-assign-fast-keys): New function.
19201
19202 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
19203
19204 * cus-start.el (all): Add prefer-window-split-horizontally from
19205 window.c.
19206
19207 2007-09-08 Eli Zaretskii <eliz@gnu.org>
19208
19209 * net/browse-url.el (browse-url-galeon): Fix last change.
19210 (top-level): Require cl when compiling.
19211
19212 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
19213
19214 * textmodes/org-export-latex.el: arch-tag restored.
19215
19216 * textmodes/org-publish.el: arch-tag restored.
19217
19218 2007-09-08 Masatake YAMATO <jet@gyve.org>
19219
19220 * progmodes/which-func.el (which-func-modes): Add diff-mode.
19221
19222 * progmodes/cc-langs.el: Support new keywords added to
19223 objective-c frontend of gcc.
19224 (c-simple-stmt-kwds): Add @throw.
19225 (c-block-stmt-2-kwds): Add @synchronized.
19226 (c-block-stmt-1-kwds): Add @finally and @try.
19227
19228 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
19229
19230 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
19231 (org-agenda-after-show-hook): New variable.
19232 (org-columns-compile-format)
19233 (org-columns-get-autowidth-alist, org-buffer-property-keys)
19234 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
19235 property names.
19236 (org-get-wdays): New function.
19237
19238 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19239
19240 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
19241
19242 * term/xterm.el (xterm-function-map): Initialize in the declaration.
19243
19244 * vc-arch.el (vc-arch-checkin): Fix typo.
19245
19246 2007-09-07 Johan Bockgård <bojohan@gnu.org>
19247
19248 * cus-face.el (custom-theme-set-faces): Set face attributes
19249 locally for each frame.
19250
19251 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19252
19253 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
19254 via font-lock-defaults.
19255
19256 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
19257 derived-mode-p.
19258
19259 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
19260
19261 * progmodes/autoconf.el (autoconf-definition-regexp):
19262 Handle optional square brackets around definition name.
19263
19264 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
19265
19266 * net/browse-url.el (browse-url-browser-function): Add elinks.
19267 (browse-url-elinks-wrapper): New option.
19268 (browse-url-encode-url, browse-url-elinks)
19269 (browse-url-elinks-sentinel): New functions.
19270 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
19271 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
19272 Use new function browse-url-encode-url.
19273
19274 2007-09-07 Glenn Morris <rgm@gnu.org>
19275
19276 * version.el (emacs-version): Revert 2007-08-29 change: no need to
19277 say if multi-tty is present.
19278
19279 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19280
19281 * cus-start.el (split-window-preferred-function): Add custom info.
19282
19283 * calendar/holidays.el (holiday-list, calendar-check-holidays)
19284 (calendar-mark-holidays, calendar-list-holidays)
19285 (holiday-filter-visible-calendar): New names to clean up namespace.
19286 (filter-visible-calendar-holidays, list-calendar-holidays)
19287 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
19288 Add compatibility aliases.
19289 (calendar-check-holidays, calendar-mark-holidays)
19290 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
19291 (holiday-sexp): Replace append with list.
19292 (holiday-filter-visible-calendar): Replace append with push.
19293
19294 * woman.el: Remove spurious * in docstrings.
19295 (woman-mini-help, woman-non-underline-faces, woman0-rename)
19296 (woman-topic-all-completions-merge, woman-file-name-all-completions)
19297 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
19298 (woman-write-directory-cache, woman-display-extended-fonts)
19299 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
19300 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
19301 (woman-mode): Use inhibit-read-only.
19302 (woman-negative-vertical-space): Use dotimes.
19303 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
19304
19305 2007-09-06 Romain Francoise <romain@orebokech.com>
19306
19307 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
19308 (vc-bzr-workfile-version): Use it.
19309
19310 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
19311
19312 * complete.el (PC-do-completion): Don't try to treat
19313 empty string as an abbreviation.
19314
19315 2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se>
19316
19317 * help-fns.el (describe-variable): Keep doc's text properties.
19318
19319 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
19320
19321 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
19322 instead of a file.
19323
19324 2007-09-06 Glenn Morris <rgm@gnu.org>
19325
19326 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
19327 (checkdoc-minor-mode): Allow user to specify lighter via
19328 checkdoc-minor-mode-string.
19329
19330 2007-09-05 Richard Stallman <rms@gnu.org>
19331
19332 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
19333 Several items removed, simplified, or put on one line.
19334 (fancy-about-text): Add substantial contents, part of startup text.
19335 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
19336 (normal-splash-screen): Call normal-mouse-startup-screen,
19337 normal-no-mouse-startup-screen, or normal-about-screen.
19338 (normal-mouse-startup-screen): New fn, broken out, shortened.
19339 (normal-no-mouse-startup-screen): New fn, broken out.
19340 (normal-about-screen): New function, contents all new.
19341
19342 2007-09-05 Michaël Cadilhac <michael@cadilhac.name>
19343
19344 * emacs-lisp/rx.el (rx): Fix typo in docstring.
19345
19346 2007-09-05 Glenn Morris <rgm@gnu.org>
19347
19348 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
19349 is bound.
19350
19351 2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se>
19352
19353 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
19354 in doc string.
19355
19356 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19357
19358 * server.el (server-start, server-unload-hook): Undo previous change.
19359
19360 * xt-mouse.el: Undo previous change.
19361
19362 2007-09-04 Juri Linkov <juri@jurta.org>
19363
19364 * startup.el (fancy-about-text): New variable.
19365 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
19366 (fancy-current-text, fancy-splash-stop-time)
19367 (fancy-splash-outer-buffer): Remove variables.
19368 (fancy-splash-head, fancy-splash-tail): Add new optional argument
19369 `startup' and use it to conditionally display different texts for
19370 Startup and About screens. Don't display Help commands on the About
19371 screen.
19372 (fancy-splash-screens-1): Remove function and move its content to
19373 `fancy-splash-screens' to the part that dislpays the About screen.
19374 (exit-splash-screen): Don't treat specially exiting from
19375 alternating screens.
19376 (fancy-splash-screens): Rename argument `static' to `startup'.
19377 Fix docstring. Remove code for displaying alternating screens.
19378 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
19379 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
19380 for `inhibit-read-only'.
19381 (normal-splash-screen): Rename argument `static' to `startup'.
19382 Fix docstring. Use argument `startup' to conditionally display
19383 different texts for Startup and About screens. Don't display Help
19384 commands on the About screen. Remove `unwind-protect' `sit-for'
19385 delay and `kill-buffer' after it.
19386 (display-startup-echo-area-message): Remove call to
19387 `use-fancy-splash-screens-p' because image.el is preloaded and
19388 doesn't display "Loading image... done".
19389 (display-splash-screen): Rename argument `static' to `startup'.
19390 Fix docstring.
19391
19392 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19393
19394 * server.el (server-start, server-unload-hook):
19395 suspend-tty-functions has been renamed to suspend-tty-hook.
19396
19397 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
19398 resume-tty-hook.
19399
19400 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
19401
19402 * loadup.el: Fix merge problem, only load "button" once.
19403
19404 2007-09-03 Glenn Morris <rgm@gnu.org>
19405
19406 * vc-svn.el (vc-svn-print-log): If there is only one file, use
19407 "Working file:" as the prefix, for the sake of
19408 log-view-current-file.
19409
19410 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
19411
19412 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
19413 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
19414 if the selected frames is in
19415 xterm-modify-other-keys-terminal-list.
19416 (xterm-turn-off-modify-other-keys): Add an optional frame
19417 parameter. Only turn off modify-other-keys if FRAME is in
19418 xterm-modify-other-keys-terminal-list.
19419 (xterm-remove-modify-other-keys): New function.
19420 (terminal-init-xterm): Use it. Deal with delete-frame hook.
19421 Add the selected frame to xterm-modify-other-keys-terminal-list.
19422
19423 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
19424
19425 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
19426 (icon-map-list): New variable.
19427 (x-gtk-map-stock): Use icon-map-list.
19428
19429 2007-09-02 Romain Francoise <romain@orebokech.com>
19430
19431 * log-view.el (log-view-current-file): Balance parens.
19432
19433 2007-09-02 Glenn Morris <rgm@gnu.org>
19434
19435 * comint.el (comint-mode): Don't set scroll-conservatively.
19436
19437 * eshell/em-unix.el (eshell/time): Stringify and flatten the
19438 non-command arguments.
19439
19440 * log-view.el (log-view-current-file): Give a more explicit error
19441 if log-view-file-re fails to find a match.
19442
19443 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
19444
19445 * emacs-lisp/bytecomp.el (byte-recompile-directory):
19446 Fix bug: Don't expand top-level file name more than once.
19447 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
19448
19449 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19450
19451 * server.el (server-process-filter): Don't display the splash screen.
19452 It's annoying enough on the initial screen and becomes positively
19453 obnoxious here.
19454
19455 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19456
19457 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
19458 Change naming to use "avl-tree--" for internal functions.
19459
19460 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
19461
19462 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
19463 the merge.
19464 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
19465 (provide): Move to the end of file.
19466
19467 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
19468
19469 2007-08-31 Michaël Cadilhac <michael@cadilhac.name>
19470
19471 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
19472 New variable. List of exceptions for the duplicated word rule.
19473 (flyspell-mark-duplications-flag): Mention it.
19474 (flyspell-word): Treat it.
19475
19476 * files.el (create-file-buffer): If the filename sans directory starts
19477 with spaces, remove them.
19478
19479 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
19480
19481 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
19482 (x-gtk-map-stock): Use two directory elements when matching
19483 file name.
19484
19485 2007-08-31 James Wright <james@chumsley.org>
19486
19487 * eshell/em-unix.el (eshell/info): New function.
19488
19489 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19490
19491 * frame.el (frame-initialize, make-frame):
19492 * server.el (server-process-filter):
19493 * faces.el (tty-set-up-initial-frame-faces): Don't set
19494 term-environment-variable since it's not used any more.
19495
19496 * env.el (setenv): Don't treat $TERM specially.
19497
19498 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
19499 stated otherwise, subprocesses do not send back escape sequences
19500 corresponding to the terminal from which Emacs was started.
19501
19502 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
19503
19504 * calculator.el: Require cl for compilation.
19505
19506 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
19507
19508 * outline.el (outline-font-lock-levels): Comment out unused var.
19509 (outline-font-lock-face): Wrap around face list to handle any
19510 nesting depth gracefully.
19511
19512 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
19513
19514 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
19515 `set-file-times'.
19516
19517 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
19518
19519 * textmodes/org.el (org-export-visible): Fix drawers before export.
19520 (org-do-sort): Allow sorting by priority.
19521 (org-agenda-files): Ignore non-existing files.
19522 (org-agenda-skip-unavailable-files): New variable.
19523 (org-ellipsis): All a face as value.
19524 (org-mode): Interprete the face value of `org-ellipsis'.
19525 (org-archive-save-context-info): New option.
19526 (org-archive-subtree): Store context info in archived entry.
19527 (org-fast-tag-selection-can-set-todo-state): New variable.
19528 (org-fast-tag-selection): Allow setting TODO states through this
19529 interface.
19530 (org-cycle): Docstring updated.
19531 (org-todo-keyword-faces): New option.
19532 (org-get-todo-face): New function.
19533 (org-set-font-lock-defaults, org-agenda-highlight-todo):
19534 Use `org-get-todo-face'.
19535 (org-switch-to-buffer-other-window): New function.
19536 (org-table-edit-field, org-table-show-reference)
19537 (org-table-edit-formulas, org-add-log-note)
19538 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
19539 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
19540 `switch-to-buffer-other-window' to make sure that the temporary
19541 windows show up on the current frame.
19542 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
19543 (org-get-entries-from-diary, org-replace-region-by-html):
19544 Don't allow pop-up frames.
19545 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19546 Fix problems with time-of-day.
19547 (org-export-get-title-from-subtree): New function.
19548 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
19549 with listing items that are DONE.
19550 (org-change-tag-in-region): New command.
19551 (org-agenda-skip-scheduled-if-done)
19552 (org-agenda-skip-deadline-if-done): Docstring clarified.
19553 (org-mode): Hide drawers on startup.
19554 (org-get-todo-face): New function.
19555 (org-todo-keyword-faces): New option.
19556 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
19557 (org-remove-keyword-keys): New function.
19558
19559 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
19560
19561 * progmodes/grep.el (grep-find-ignored-directories):
19562 Add monotone _MTN bookkeeping directory in workspaces.
19563 Add RCS control directory. List items in alphabetical order.
19564
19565 * progmodes/grep.el (grep-files-aliases): Add cc alias.
19566 Sort items in alphabetical order. Fix parens.
19567
19568 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19569
19570 * vc-hg.el (vc-hg-extra-menu-map): New variable.
19571 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
19572 (vc-hg-pull): New functions.
19573 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
19574
19575 * term/mac-win.el: Don't require url, only autoloaded url
19576 functions are used in this file.
19577
19578 2007-08-29 Andreas Schwab <schwab@suse.de>
19579
19580 * shell.el (shell): Return correct value from interactive spec.
19581
19582 2007-08-29 Glenn Morris <rgm@gnu.org>
19583
19584 * version.el (emacs-version): Increase to 23.0.50.
19585
19586 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
19587
19588 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
19589
19590 2007-08-29 Juri Linkov <juri@jurta.org>
19591
19592 * loadup.el: Add "button" loading after "faces" and move "startup"
19593 to load after "button".
19594
19595 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19596
19597 * loadup.el: Load term/mac-win on a Mac using Carbon.
19598
19599 * term/mac-win.el: Provide mac-win.
19600 (mac-initialized): New variable.
19601 (mac-initialize-window-system): New function. Move global setup here.
19602 (handle-args-function-alist, frame-creation-function-alist):
19603 (window-system-initialization-alist): Add mac entries.
19604 (x-setup-function-keys): New function containing all the
19605 top level function key definitions.
19606
19607 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
19608
19609 * env.el (read-envvar-name): Don't consider the environment frame param.
19610
19611 * env.el (setenv):
19612 * frame.el (frame-initialize, make-frame):
19613 * faces.el (tty-set-up-initial-frame-faces):
19614 * server.el (server-process-filter): Set
19615 display-environment-variable and term-environment-variable.
19616
19617 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
19618
19619 2007-08-29 Jason Rumney <jasonr@gnu.org>
19620
19621 * loadup.el: Only load term/x-win when X is compiled in.
19622 Load term/w32-win and dependencies on windows-nt.
19623
19624 * term/w32-win.el: Reorder to match x-win.el more closely.
19625 Provide w32-win. Don't throw error when global window-system not w32.
19626 (internal-face-interactive): Remove obsolete function.
19627 (x-setup-function-keys): Use local-function-key-map.
19628 (w32-initialized): New variable.
19629 (w32-initialize-window-system): Set it.
19630 Move more global setup here.
19631 (x-setup-function-keys): New function.
19632 (w32-initialize-window-system): Move non function key global setup here.
19633 (x-cut-buffer-max): Remove.
19634 (w32-initialize-window-system): New function.
19635 (handle-args-function-alist, frame-creation-function-alist):
19636 (window-system-initialization-alist): Add w32 entries.
19637
19638 2007-08-29 David Kastrup <dak@gnu.org>
19639
19640 * env.el (getenv): Pass frame to getenv-internal.
19641
19642 2007-08-29 Károly Lőrentey <lorentey@elte.hu>
19643
19644 * version.el (emacs-version): Show if multi-tty is present.
19645
19646 * loadup.el: Delay loading env; mule-conf gets confused by cl
19647 during bootstrap. Also load termdev and term/x-win.
19648
19649 * bindings.el (mode-line-client): New variable.
19650 (help-echo): Add it to the default mode-line format.
19651
19652 * cus-start.el: Remove bogus window-system reference from GTK test.
19653
19654 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
19655 (ebrowse-electric-position-mode-map):
19656 * ebuff-menu.el (electric-buffer-menu-mode-map):
19657 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
19658 not `suspend-emacs'.
19659
19660 * ediff-wind.el (ediff-setup-windows-automatic): New function.
19661 (ediff-window-setup-function): Use it as default.
19662
19663 * files.el (save-buffers-kill-terminal): New function.
19664 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
19665
19666 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
19667 and `with-selected-frame'.
19668
19669 * help-fns.el (describe-variable): Describe frame-local variables
19670 correctly.
19671
19672 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
19673 display support.
19674 (normal-erase-is-backspace-setup-frame): New function.
19675
19676 * subr.el (with-selected-frame): New function.
19677 (read-quoted-char): Use terminal-local binding of
19678 local-function-key-map instead of function-key-map.
19679
19680 * talk.el (talk): New function.
19681 (talk-handle-delete-frame): New function.
19682 (talk-add-display): Open a new frame only if FRAME was not a frame.
19683
19684 * termdev.el: New file.
19685
19686 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
19687 * term/x-win.el: Don't bind f10.
19688 * tmm.el: Remove autoload binding for f10.
19689
19690 * international/encoded-kb.el (encoded-kbd-setup-display): Use
19691 `set-input-meta-mode'. Fix broken condition before set-input-mode.
19692 Store the saved input method as a terminal parameter. Add keymap
19693 parameter. Use it instead of changing key-translation-map directly.
19694 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
19695 Remove.
19696 (encoded-kbd-setup-display): New function.
19697
19698 * international/mule-cmds.el (set-locale-environment): Fix getenv
19699 call. Use save-buffers-kill-terminal. Ignore window-system; always
19700 set the keyboard coding system. Add DISPLAY parameter.
19701 (set-display-table-and-terminal-coding-system): Add DISPLAY
19702 parameter. Pass it to set-terminal-coding-system.
19703
19704 * international/mule.el (keyboard-coding-system): Test for
19705 encoded-kbd-setup-display, not encoded-kbd-mode.
19706 (set-terminal-coding-system, set-keyboard-coding-system): Add
19707 DISPLAY parameter.
19708 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
19709
19710 * term/README: Update.
19711
19712 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
19713
19714 * term/x-win.el (x-setup-function-keys): New function. Move
19715 function-key-map tweaks here. Protect against multiple calls on
19716 the same terminal. Use terminal-local binding of
19717 local-function-key-map instead of function-key-map.
19718 (x-initialize-window-system): Make a copy of pure list. Pass a
19719 frame getenv.
19720
19721 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
19722 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
19723 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
19724 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
19725 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
19726 local-function-key-map instead of function-key-map.
19727
19728 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
19729 `substitute-key-definition' and `define-key' calls against
19730 multiple execution. Use terminal-local binding of
19731 local-function-key-map instead of function-key-map. Pass a frame
19732 to getenv.
19733
19734 * edmacro.el (edmacro-format-keys):
19735 * emulation/cua-base.el (cua--pre-command-handler):
19736 * isearch.el (isearch-other-meta-char):
19737 * xt-mouse.el: Use terminal-local binding of
19738 local-function-key-map instead of function-key-map.
19739
19740 * fringe.el (set-fringe-mode): Simplify and fix using
19741 `modify-all-frames-parameters'.
19742 * scroll-bar.el (set-scroll-bar-mode): Ditto.
19743 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
19744 check before calling `tool-bar-setup'.
19745 (tool-bar-setup): New variable.
19746 (tool-bar-setup): Use it to guard against multiple calls. Add
19747 optional frame parameter, and select that frame before adding items.
19748 (toggle-tool-bar-mode-from-frame): New function.
19749
19750 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
19751 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
19752 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
19753 "Tool-bar" toggles to reflect the state of the current frame.
19754 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
19755
19756 * env.el: Require cl for byte compilation (for `block' and `return').
19757 (environment, setenv-internal): New functions.
19758 (let-environment): New macro.
19759 (setenv, getenv): Add optional terminal parameter. Update docs.
19760 (setenv): Use setenv-internal. Always set process-environment.
19761 Handle `local-environment-variables'.
19762 (read-envvar-name, setenv, getenv): Use frame parameters
19763 to store the local environment, not terminal parameters. Include
19764 `process-environment' as well.
19765
19766 * faces.el (tty-run-terminal-initialization): New function.
19767 (tty-create-frame-with-faces): Use it. Set up faces and
19768 background mode only after the terminal has been initialized.
19769 Call terminal-init-*. Don't load the initialization file more
19770 than once. Call set-locale-environment.
19771 (frame-set-background-mode): Handle the 'background-mode terminal
19772 parameter.
19773 (tty-find-type): New function.
19774 (x-create-frame-with-faces): Remove bogus check for
19775 first frame. Call `tool-bar-setup'. Don't make frame visible
19776 until we are done setting up all its parameters. Call
19777 x-setup-function-keys.
19778
19779 * frame.el (make-frame): Always inherit 'environment and 'client
19780 parameters. Set up the 'environment frame parameter, when needed.
19781 Also inherit 'client parameter. Don't override explicitly
19782 specified values with inherited ones. Add 'terminal frame
19783 parameter. Append window-system-default-frame-alist to parameters
19784 before calling frame-creation-function.
19785 (frame-initialize): Copy the environment from the initial frame.
19786 (window-system-default-frame-alist): Enhance doc string.
19787 (frame-notice-user-settings): Don't put 'tool-bar-lines in
19788 `default-frame-alist' when initial frame is on a tty.
19789 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
19790 Remove specified parameters from `window-system-default-frame-alist'.
19791 (make-frame-on-tty, framep-on-display, suspend-frame):
19792 Extend doc string, update parameter names.
19793 (frames-on-display-list): Use terminal-id to get the display id.
19794 (frame-notice-user-settings): Extend to apply
19795 settings in `window-system-default-frame-alist' as well.
19796 (terminal-id, terminal-parameters, terminal-parameter)
19797 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
19798 (delete-frame-functions): Add to `delete-frame-functions' hook.
19799 (blink-cursor-mode): Adapt blink-cursor-mode default
19800 value from startup.el.
19801 (make-frame-on-display): Protect condition on x-initialized when
19802 x-win.el is not loaded. Update doc.
19803 (suspend-frame): Use display-controlling-tty-p to decide between
19804 suspend-emacs and suspend-tty.
19805 (frames-on-display-list): Update for display ids.
19806 (framep-on-display): Ditto.
19807 (suspend-frame): Use display-name, not frame-tty-name.
19808 (selected-terminal): New function.
19809
19810 * server.el: Use `device' instead of `display' or `display-id' in
19811 variable and client parameter names.
19812 (server-select-display): Remove (unused).
19813 (server-tty-live-p, server-handle-delete-tty): Remove.
19814 (server-unquote-arg, server-quote-arg, server-buffer-clients):
19815 Update docs.
19816 (server-getenv-from, server-with-environment, server-send-string)
19817 (server-save-buffers-kill-terminal): New functions.
19818 (server-delete-client): Handle quits in kill-buffer. Don't kill
19819 modified buffers. Add extra logging. Delete frames after
19820 deleting the tty. Clear 'client parameter before deleting a frame.
19821 Use delete-display, not delete-tty.
19822 (server-visit-files): Don't set `server-existing-buffer' if the
19823 buffer already has other clients. Return list of buffers
19824 created. Update doc. Don't set client-record when nowait.
19825 (server-handle-delete-frame): Delete the client if this was its
19826 last frame. Check that the frame is alive. Remove bogus comment.
19827 Add note on possible race condition. Delete tty clients, if needed.
19828 (server-handle-suspend-tty): Use server-send-string. Kill the
19829 client in case of errors from process-send-string. Use the display
19830 parameter.
19831 (server-unload-hook): Remove obsolete delete-tty hook.
19832 (server-start): Ask before restarting if the old server still has
19833 clients. Add feedback messages. Remove obsolete delete-tty hook.
19834 (server-process-filter): Use server-send-string. Accept `-dir'
19835 command. Switch to *scratch* immediately after creating the frame,
19836 before evaluating any -evals. Protect `display-splash-screen'
19837 call in a condition-case. Explain why. Call
19838 `display-startup-echo-area-message' before
19839 `display-splash-screen'. Don't display the splash screen when no
19840 frame was created. Show the Emacs splash screen and startup echo
19841 area message. Display the *scratch* buffer by default. Store the
19842 local environment in a frame (not terminal) parameter. Do not try
19843 to decode environment strings. Fix reference to the 'display
19844 frame parameter. Change syntax of environment variables. Put
19845 environment into terminal parameters, not client parameters. Use
19846 a dummy client with --no-wait's X frames. In `-position LINE'
19847 handler, don't ruin the request string until the line number is
19848 extracted. Log opened files. Handle -current-frame command.
19849 Don't create frames when it is given. Don't bind X frames to the
19850 client when we are in -no-wait mode. Set locale environment
19851 variables from client while creating tty frames. Disable call to
19852 configure-display-for-locale. When processing -position command,
19853 don't change the request string until the parameters are
19854 extracted. Don't try to create an X frame when Emacs does not
19855 support it. Improve logging. Temporarily set ncurses-related
19856 environment variables to those of the client while creating a new
19857 tty frame. Select buffers opened by nowait clients, don't leave
19858 them buried under others. Set the display parameter, and use it
19859 when appropriate.
19860
19861 * startup.el (display-startup-echo-area-message): Handle
19862 `inhibit-startup-echo-area-message' here.
19863 (command-line-1): Moved from here.
19864 (fancy-splash-screens): Use `overriding-local-map' instead of
19865 `overriding-terminal-local-map' for now; the latter doesn't work
19866 right, it looses keypresses to another terminal. Use
19867 `overriding-terminal-local-map' to set up keymap. Install a
19868 `delete-frame-functions' hook to catch `delete-frame' events.
19869 Ignore `select-window' events to cope better with
19870 `focus-follows-mouse'. Don't switch back to the original buffer
19871 if the splash frame has been killed. Restore previous buffer, even
19872 if it's *scratch*.
19873 (normal-splash-screen): Don't let-bind `mode-line-format'; it
19874 changes the global binding - setq it instead. Use
19875 `save-buffers-kill-terminal'.
19876 (display-splash-screen): Don't do anything if the splash screen is
19877 already displayed elsewhere.
19878 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
19879 (command-line): Replace duplicated code with a call to
19880 tty-run-terminal-initialization. Don't load the terminal
19881 initialization file more than once. Remove call to nonexistent
19882 function `set-locale-translation-file-name'.
19883
19884 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
19885 parameters.
19886 (xterm-mouse-position-function, xterm-mouse-event): Update.
19887 (xterm-mouse-mode): Don't depend on current value of window-system.
19888 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
19889 Update for multi-tty.
19890 (turn-on-xterm-mouse-tracking-on-terminal)
19891 (turn-off-xterm-mouse-tracking-on-terminal)
19892 (xterm-mouse-handle-delete-frame): New functions.
19893 (delete-frame-functions, after-make-frame-functions)
19894 (suspend-tty-functions, resume-tty-functions): Install extra hooks
19895 for multi-tty.
19896
19897 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19898
19899 * simple.el (invisible-p): Remove: implemented in C now.
19900 (line-move-invisible-p): Remove obsolete alias.
19901
19902 2007-08-28 Juri Linkov <juri@jurta.org>
19903
19904 * image-mode.el (image-type): New variable.
19905 (image-mode): Set default major mode name to "Image[text]".
19906 (image-minor-mode): Change LIGHTER to display image-type in the
19907 mode line.
19908 (image-minor-mode): Set default image-type to "text".
19909 (image-toggle-display): After switching to text mode, set
19910 image-type to "text" and major mode name to "Image[text]".
19911 After switching to image mode, set image-type to actual image
19912 type, and add image type to major mode name. Let-bind the same
19913 variable names as arguments of `image-type' and `create-image'.
19914 Bind `type' to the result of `image-type' and use it as arg
19915 of `create-image' to not determine the image type twice.
19916
19917 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
19918
19919 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
19920 (tramp-set-file-uid-gid, tramp-get-local-uid)
19921 (tramp-get-local-gid): New defuns.
19922 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
19923 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
19924 Improve fast track.
19925 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
19926 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
19927 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
19928 (tramp-handle-write-region): Improve fast track.
19929 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
19930 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
19931 be nil.
19932
19933 2007-08-28 Ivan Kanis <apple@kanis.eu>
19934
19935 * time.el: New feature to display several time zones in a buffer.
19936 (display-time-world-mode, display-time-world-display)
19937 (display-time-world, display-time-world-timer): New functions.
19938 (display-time-world-list, display-time-world-time-format)
19939 (display-time-world-buffer-name, display-time-world-timer-enable)
19940 (display-time-world-timer-second, display-time-world-mode-map):
19941 New variables.
19942
19943 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
19944
19945 * term/x-win.el (x-gtk-stock-map): New variable.
19946 (x-gtk-map-stock): New function.
19947
19948 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
19949 prev/next-node.
19950
19951 2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
19952
19953 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
19954
19955 2007-08-28 Glenn Morris <rgm@gnu.org>
19956
19957 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
19958
19959 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
19960
19961 * progmodes/modula2.el (m2-definition, m2-module):
19962 Don't use previous-line. Reported by T. V. Raman.
19963
19964 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19965
19966 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
19967 argument to tool-bar-mode call.
19968
19969 2007-08-27 Glenn Morris <rgm@gnu.org>
19970
19971 * diff-mode.el (diff-find-file-name): Only accept regular files,
19972 to rule out /dev/null, directories, etc.
19973
19974 * vc-svn.el (vc-svn-diff): If the repository version of all the
19975 files is the same as the specified OLDVERS, do a local diff.
19976
19977 2007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
19978
19979 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
19980 of buffers in uniquify-managed.
19981
19982 * simple.el (invisible-p): Rename from text-invisible-p.
19983 Update callers.
19984
19985 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
19986 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
19987 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
19988 (cperl-etags-goto-tag-location): Use new style backquotes.
19989
19990 * net/browse-url.el: Remove spurious * in custom docstrings.
19991 (browse-url-filename-alist): Use new-style backquote.
19992
19993 * emacs-lisp/backquote.el (backquote-unquote-symbol)
19994 (backquote-splice-symbol): Clarify they're not new-style unquotes.
19995
19996 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
19997 (\,@): Backslash the , and ,@ which are not new-style unquotes.
19998
19999 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
20000
20001 * net/socks.el (socks-username/password-auth-filter):
20002 Remove unused vars `state' and `desired-len'.
20003 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
20004 (socks-wait-for-state-change): Use new-style backquotes.
20005
20006 * pcvs.el (cvs-mode-status): Fix long-standing typo.
20007
20008 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
20009 backquotes after each `read' rather than once per buffer.
20010
20011 * dframe.el: Remove spurious * in custom docstrings.
20012 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
20013 (dframe-xemacs20p): Remove, inline at the sole use point.
20014 (defface): Don't defvar the face, don't use old-style backquote.
20015 (defcustom): Don't use old-style backquote.
20016 (dframe-frame-parameter, dframe-mouse-event-p):
20017 Make it obvious that it's always defined.
20018 (dframe-popup-kludge): New function to replace
20019 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
20020 (dframe-frame-mode, dframe-set-timer-internal)
20021 (dframe-mouse-set-point): Remove use of with-no-warnings from
20022 XEmacs-specific code.
20023 (dframe-set-timer-internal): Fix very old bug with
20024 post-command-idle-hook.
20025
20026 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
20027
20028 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
20029 warning if the file uses old style backquotes.
20030
20031 * emacs-lisp/bytecomp.el (byte-compile-log-file)
20032 (byte-recompile-directory, byte-compile-file)
20033 (byte-compile-from-buffer): Use with-current-buffer.
20034
20035 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
20036 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
20037 (line-move-1, line-move-finish, line-move-to-column)
20038 (move-end-of-line, move-beginning-of-line): Use new name.
20039
20040 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
20041
20042 * progmodes/ada-mode.el: Fix up comment style in header.
20043 (ada-check-emacs-version): Remove.
20044 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
20045 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
20046 to try and quieten the byte-compiler.
20047 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
20048
20049 * vc.el (vc-annotate-warp-version): Don't use previous-line.
20050
20051 2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se>
20052
20053 * net/browse-url.el (browse-url-emacs): New function.
20054
20055 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
20056
20057 * emacs-lisp/avl-tree.el: New file.
20058
20059 2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
20060
20061 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
20062 was used.
20063
20064 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
20065
20066 * complete.el (PC-do-completion): Make RET accept a non-unique but
20067 complete expansion again.
20068
20069 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
20070
20071 * eshell/esh-opt.el (eshell-eval-using-options):
20072 Add debug declaration.
20073
20074 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20075
20076 * log-view.el (log-view-toggle-mark-entry): Add docstring.
20077 (log-view-get-marked): Likewise.
20078
20079 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
20080 (vc-delete-automatic-version-backups): Likewise.
20081
20082 * vc.el (vc-dired-buffers-for-dir): Likewise.
20083
20084 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
20085
20086 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
20087 safe-local-variable setting.
20088 * progmodes/perl-mode.el (perl-indent-level): Likewise.
20089
20090 * log-view.el (log-view-marked-list): Delete variable.
20091 (log-view-mode): Don't use it.
20092 (log-view-toggle-mark-entry): Likewise, simplify.
20093 (log-view-current-tag): Don't return properties.
20094 (log-view-get-marked): New function.
20095
20096 2007-08-25 Alexandre Julliard <julliard@winehq.org>
20097
20098 * vc-git.el (vc-git-mode-line-string): New function.
20099
20100 2007-08-25 Alan Mackenzie <acm@muc.de>
20101
20102 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
20103 new language variable.
20104
20105 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
20106 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
20107 "extern" etc., rather than BOI. Fix addition of spurious
20108 syntactic-symbol 'defun-block-intro, replacing it with
20109 'innamespace, etc.
20110
20111 2007-08-25 Juri Linkov <juri@jurta.org>
20112
20113 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
20114
20115 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
20116 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
20117 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
20118
20119 * image.el (image-type-header-regexps): Use more complex regexp for svg.
20120 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
20121 (image-type-auto-detectable): Add (svg . maybe).
20122
20123 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
20124 to treat it like .tgz.
20125
20126 * calendar/cal-bahai.el: Add file coding cookie.
20127
20128 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
20129
20130 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
20131 Don't behave differently when executed via M-x. Add doc string.
20132
20133 * sort.el (sort-fold-case, sort-numeric-base): Mark as
20134 safe-local-variable.
20135
20136 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
20137
20138 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
20139 the default value.
20140 (math-calendar-tzinfo): New variable.
20141 (math-get-calendar-tzinfo): New function.
20142 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
20143 to get information when zone is nil.
20144
20145 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
20146
20147 * log-view.el (log-view-toggle-mark-entry): New function.
20148 (log-view-mode-map): Bind it.
20149 (log-view-marked-list): New variable.
20150 (log-view-mode): Make it local.
20151
20152 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
20153
20154 * play/zone.el (zone-pgm-rat-race): New func.
20155 (zone-programs): Add `zone-pgm-rat-race'.
20156
20157 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20158
20159 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
20160 a list.
20161
20162 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
20163
20164 * progmodes/hideshow.el (hs-match-data): Delete alias.
20165 (hs-hide-block-at-point, hs-find-block-beginning)
20166 (hs-show-block): Use `match-data' directly.
20167
20168 2007-08-24 Martin Rudalics <rudalics@gmx.at>
20169
20170 * format.el (format-alist): Fix typo in doc-string.
20171
20172 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
20173
20174 * net/tramp.el (tramp-local-host-p): New defun.
20175 (tramp-handle-file-local-copy, tramp-handle-write-region):
20176 Implement fast track when being on the local host.
20177 (tramp-file-name-handler): Don't set "started" property. It shall
20178 be reserved for the "ftp" method.
20179 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
20180
20181 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
20182 (tramp-ftp-file-name-handler): Set "started" property.
20183
20184 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
20185
20186 * files.el (backup-buffer-copy): Don't wrap delete in
20187 condition-case, only try to delete if file exists.
20188
20189 2007-08-24 Glenn Morris <rgm@gnu.org>
20190
20191 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
20192
20193 * startup.el (tutorial-directory): Set with eval-at-startup so it
20194 gets the right value in an installed Emacs.
20195
20196 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
20197
20198 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
20199 (eldoc-highlight-function-argument): Use it.
20200
20201 2007-08-23 Masatake YAMATO <jet@gyve.org>
20202
20203 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
20204 name of parameters in document body.
20205
20206 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20207
20208 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
20209 (byte-compile-output-as-comment): Use with-current-buffer rather than
20210 a weird set-buffer&prog1 combination.
20211
20212 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
20213 test so as to optimise cases where the `progn's result is constant.
20214
20215 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
20216
20217 * locate.el (locate-get-file-positions):
20218 Use line-beginning-position and line-end-position.
20219
20220 2007-08-23 John Wiegley <johnw@newartisans.com>
20221
20222 * calendar/cal-bahai.el: Added in the diacriticals that were
20223 missing for many of the month names.
20224
20225 2007-08-22 Jason Rumney <jasonr@gnu.org>
20226
20227 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
20228
20229 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
20230
20231 * image-mode.el (image-minor-mode): Use image-mode-text-map.
20232
20233 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
20234
20235 * dabbrev.el (dabbrev--progress-reporter): New variable.
20236 (dabbrev--scanning-message): Delete func.
20237 (dabbrev--find-expansion): Use a progress reporter
20238 instead of dabbrev--scanning-message.
20239
20240 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
20241
20242 * comint.el (comint-exec-1): Raise an error if
20243 `start-file-process' does not return a process object.
20244
20245 * shell.el (shell): Prompt for `default-directory' if it is a
20246 remote file name, and if called with a prefix arg.
20247
20248 2007-08-22 Sam Steingold <sds@gnu.org>
20249
20250 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
20251
20252 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
20253
20254 * textmodes/org-export-latex.el: New file.
20255
20256 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
20257
20258 * textmodes/org.el (org-agenda-skip): Allow a form for
20259 `org-agenda-skip-function'.
20260 (org-agenda-redo): Re-use local settings.
20261 (org-agenda): Store local settings.
20262 (org-agenda-deadline-faces): New option.
20263 (org-agenda-deadline-face): New function.
20264 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
20265 entries on their due date.
20266 (org-agenda-get-timestamps): No longer handle the due dates of
20267 schedules and deadline items.
20268 (org-insert-link-global, org-open-at-point-global): New commands.
20269 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
20270 :for-ascii parameter.
20271 (org-skip-comments): Function removed.
20272 (org-cleaned-string-for-export): Handle special table lines.
20273 (org-global-properties): New option.
20274 (org-entry-get-with-inheritance): Check global properties.
20275 (org-local-properties): New variable.
20276 (org-set-regexps-and-options): Find the #+PROPERTY line.
20277 (org-link-types): Change type into variable (was constant).
20278 (org-make-link-regexps): New function.
20279 (org-link-re-with-space, org-link-re-with-space2)
20280 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
20281 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
20282 these regular expressions happens now in the function
20283 `org-make-link-regexps'.
20284 (org-store-link): Call the functions in
20285 `org-store-link-functions'.
20286 (org-add-link-type): New function.
20287 (org-store-link-functions): New variable.
20288 (org-activate-tags): Force matches to be in headlines.
20289 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
20290 (org-columns-display-here): Make sure this works in a narrowed
20291 buffer by checking for point-min.
20292 (org-columns-display-here): Make the rest of the line intangible,
20293 so that point never can be there.
20294 (org-cleaned-string-for-export): Use `with-current-buffer'.
20295 (org-replace-region-by-html): Use `with-current-buffer'.
20296 (org-unfontify-region, org-do-occur, org-columns-display-here)
20297 (org-columns-remove-overlays, org-columns-quit)
20298 (org-columns-edit-value, org-columns-next-allowed-value)
20299 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
20300 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
20301 (org-agenda-todo, org-agenda-change-all-lines)
20302 (org-agenda-align-tags, org-agenda-priority)
20303 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
20304 (org-agenda-show-new-time, org-cleaned-string-for-export)
20305 (org-export-grab-title-from-buffer)
20306 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
20307 instead of `buffer-read-only'.
20308 (org-export-as-html): Set `coding-system-for-write'.
20309 (org-remember-store-without-prompt): New option.
20310 (org-archive-subtree): Fixed bug with modifying TODO keyword.
20311 (org-beginning-of-line): Also treat C-a special in items.
20312 (org-table-convert-refs-to-rc): Fixed problem with column
20313 reference after "..".
20314 (org-columns-compute): Don't mark buffer modified because of text
20315 properties.
20316 (org-batch-store-agenda-views): Use the variable
20317 `default-directory', not the function.
20318 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
20319 (org-clock-out-when-done): New option.
20320 (org-html-entities): Added HTML entities for smileys.
20321
20322 2007-08-22 Glenn Morris <rgm@gnu.org>
20323
20324 * image.el (create-image): Doc fix.
20325
20326 * startup.el (tutorial-directory): New constant.
20327 (fancy-splash-text): Tutorials now in tutorial-directory.
20328 * tutorial.el (help-with-tutorial): Tutorials now in
20329 tutorial-directory.
20330
20331 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
20332
20333 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
20334 otherwise.
20335 (tramp-get-remote-path): New defun. Replace occurrences of
20336 `tramp-default-remote-path' by this function.
20337 (tramp-set-remote-path): Move most of the code to
20338 `tramp-get-remote-path'.
20339 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
20340 existing directories, this is done already in
20341 `tramp-get-remote-path'.
20342
20343 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
20344
20345 * image-file.el (image-file-name-extensions): Add "svg".
20346 * image.el (image-type-header-regexps): Add svg entry.
20347
20348 2007-08-22 Glenn Morris <rgm@gnu.org>
20349
20350 * files.el (backup-buffer-copy): Check backup directory is
20351 writable, to avoid infloop deleting old backup.
20352
20353 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
20354 movemail related variables.
20355 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
20356 will now be set before this is called.
20357
20358 2007-08-21 Juri Linkov <juri@jurta.org>
20359
20360 * delsel.el (delete-selection-pre-hook):
20361 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
20362 instead of checking last-command.
20363
20364 2007-08-21 Juri Linkov <juri@jurta.org>
20365
20366 * loadup.el: Preload "button".
20367
20368 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20369
20370 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20371 Add previous-line and next-line.
20372
20373 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
20374 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
20375
20376 * vc-hooks.el (vc-menu-entry): New var.
20377 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
20378 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
20379 (vc-menu-map): Declare and initialize in one step.
20380 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
20381
20382 * menu-bar.el (vc-menu-map): Don't setup any more.
20383 Instead, just create the proper spot in the menu.
20384
20385 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
20386
20387 * smerge-mode.el (smerge-resolve): New arg `safe'.
20388 (smerge-resolve-all, smerge-batch-resolve): New function.
20389 (smerge-refine): Make sure `diff' returns the expected result.
20390 (smerge-parsep-re): New const.
20391 (smerge-mode): Use it to adjust paragraph-separate.
20392
20393 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
20394 Correctly match / regexp matchers as first char on a line when
20395 fontifying only that line.
20396
20397 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
20398
20399 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
20400
20401 * vc-bzr.el: Don't fiddle with vc-handled-backend.
20402 (vc-bzr-registered): Don't redundantly protect against
20403 file-error. Actually use the format-specific code.
20404 (vc-bzr-buffer-nonblank-p): Remove.
20405 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
20406
20407 2007-08-20 Juri Linkov <juri@jurta.org>
20408
20409 * startup.el (fancy-splash-text): Change multiple tabs into one
20410 tab. Remove "Useful File menu items" section (with "Exit Emacs"
20411 and "Recover Crashed Session").
20412 (fancy-splash-screens): Set tab-width to 22.
20413 (normal-splash-screen): Replace literal tabs with \t and
20414 fix whitespace. Remove "Useful File menu items" section (with
20415 "Exit Emacs" and "Recover Crashed Session").
20416
20417 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
20418
20419 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
20420 extracted from `eval-last-sexp-1'.
20421 (eval-last-sexp-1): Call `preceding-sexp'.
20422
20423 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
20424
20425 * vc-rcs.el (vc-rcs-annotate-command):
20426 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
20427 Add back :vc-annotate-prefix propertization.
20428
20429 2007-08-20 Andreas Schwab <schwab@suse.de>
20430
20431 * mail/rmail.el (rmail-autodetect): Doc fix.
20432
20433 2007-08-19 Juri Linkov <juri@jurta.org>
20434
20435 * startup.el (normal-splash-screen): Add more links.
20436
20437 2007-08-19 Juri Linkov <juri@jurta.org>
20438
20439 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
20440 because it's common to both types of splash screen: fancy and normal.
20441 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
20442 (exit-splash-screen): Rename from `fancy-splash-quit'.
20443 Use `quit-window' instead of `kill-buffer'.
20444 (fancy-splash-head): Use make-button to insert GNU image link.
20445 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
20446 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
20447 (normal-splash-screen): Put "Browse manuals" on the same line with
20448 "Emacs manual". Remove descriptions from "Useful tasks" and put
20449 all links in two columns on two lines.
20450
20451 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
20452
20453 * emulation/viper.el (viper-remove-hooks): Remove some additional
20454 viper hooks when the user calls viper-go-away.
20455 (viper-go-away): Restore the default of default-major-mode.
20456 Save the value of default-major-mode before vaperization.
20457
20458 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
20459
20460 * emulation/viper-ex.el: Replace error "" with "Viper bell".
20461
20462 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
20463 buffer for which file is created.
20464
20465 2007-08-19 Glenn Morris <rgm@gnu.org>
20466
20467 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
20468 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
20469 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
20470 shadow files messing up the compilation.
20471
20472 2007-08-18 Glenn Morris <rgm@gnu.org>
20473
20474 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
20475 string. Also apply eldoc-argument-case in the help-split-fundoc
20476 case. Adapt for changed behavior of eldoc-function-argstring,
20477 eldoc-function-argstring-format, and
20478 eldoc-highlight-function-argument.
20479 (eldoc-highlight-function-argument): Handle nil INDEX argument,
20480 just call eldoc-docstring-format-sym-doc in that case.
20481 (eldoc-function-argstring): Change the behavior. Now it converts
20482 an argument list to a string.
20483 (eldoc-function-argstring-format): Change the behavior. Now it
20484 applies `eldoc-argument-case' to a string.
20485
20486 * progmodes/scheme.el (scheme-mode-variables): Set
20487 font-lock-comment-start-skip.
20488
20489 2007-08-18 Martin Rudalics <rudalics@gmx.at>
20490
20491 * progmodes/ada-mode.el (ada-create-syntax-table): Move
20492 set-syntax-table from here to ...
20493 (ada-mode): ... here. Do not change global value of
20494 comment-multi-line. Call new function
20495 ada-initialize-syntax-table-properties and add new function
20496 ada-handle-syntax-table-properties to font-lock-mode-hook.
20497 (ada-deactivate-properties, ada-initialize-properties): Replace
20498 by new functions ...
20499 (ada-handle-syntax-table-properties)
20500 (ada-initialize-syntax-table-properties)
20501 (ada-set-syntax-table-properties): ... to set up syntax-table
20502 properties uniformly, independently from whether font-lock-mode
20503 is enabled or not. Handle read-only buffers and do not change
20504 undo-list when setting syntax-table properties.
20505 (ada-after-change-function): Use ada-set-syntax-table-properties.
20506
20507 2007-08-18 Michaël Cadilhac <michael@cadilhac.name>
20508
20509 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
20510 (meta-indent-current-nesting): Use a computation of the nesting
20511 instead.
20512 (meta-indent-current-indentation): Indentation is given according
20513 to nesting and if the previous line was finished or not.
20514 (meta-indent-unfinished-line): Tell if the current line ends with
20515 a finished expression.
20516 (meta-indent-looking-at-code): Like `looking-at', but checks if
20517 the point is in a string before.
20518 (meta-indent-level-count): Use it. Don't count parenthesis as it's
20519 done in the nesting function.
20520 (meta-indent-in-string-p): Tell if the current point is in a
20521 string.
20522 (meta-indent-calculate): Treat b-o-b as a special case. Use the
20523 previous functions.
20524
20525 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
20526
20527 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
20528 (copyright-update-year, copyright-update)
20529 (copyright-fix-years): Use it.
20530
20531 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
20532
20533 * emacs-lisp/copyright.el (copyright-update-year):
20534 Fix bug: Handle nil copyright-limit.
20535
20536 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
20537
20538 * calc/calc-units.el (math-standard-units): Give exact
20539 conversion for tsp.
20540
20541 * calc/calc.el (math-bignum-digit-length): Compute the
20542 appropriate value.
20543
20544 * calc/calc-bin.el (math-bignum-logb-digit-size)
20545 (math-bignum-digit-power-of-two):
20546 * calc/calc-comb.el (math-small-factorial-table):
20547 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
20548 (math-approx-gamma-const):
20549 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
20550 (math-besY1, math-bernoulli-b-cache):
20551 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
20552 Remove `eval-when-compile's.
20553
20554 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
20555
20556 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
20557 (cperl-find-pods-heres): Fix an error when typing expressions like
20558 `s{a}{b}'.
20559
20560 2007-08-17 Michaël Cadilhac <michael@cadilhac.name>
20561
20562 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
20563 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
20564 a special case (there's no build number).
20565
20566 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
20567
20568 * completion.el (symbol-under-point, symbol-before-point)
20569 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
20570
20571 2007-08-17 Glenn Morris <rgm@gnu.org>
20572
20573 * progmodes/compile.el (compilation-get-file-structure): Make use
20574 of the directory part when checking for an existing entry, to
20575 handle files with same basename in different directories.
20576
20577 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
20578
20579 * calc/calc.el (calc-language-alist): Add texinfo-mode.
20580
20581 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20582
20583 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
20584 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
20585 (ps-paragraph-spacing): Docstring fix.
20586
20587 2007-08-16 Glenn Morris <rgm@gnu.org>
20588
20589 * ps-print.el (ps-font-size): Doc fix.
20590
20591 2007-08-16 Richard Stallman <rms@gnu.org>
20592
20593 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
20594
20595 2007-08-15 Juri Linkov <juri@jurta.org>
20596
20597 * startup.el (initialization): Change parent group from `internal'
20598 to `environment'.
20599 (initial-buffer-choice): New variable.
20600 (command-line): Revert 2007-07-02 change that sets
20601 buffer-offer-save in *scratch* and enables auto-save in it.
20602 (fancy-splash-text): Add links to existing items. Add new items
20603 with links for useful tasks. Move information about Control-g to
20604 fancy-splash-head. Move "Emacs Guided Tour" to the end.
20605 (fancy-splash-keymap): New variable.
20606 (fancy-splash-last-input-event): Remove variable.
20607 (fancy-splash-insert): Add processing of `:link' element.
20608 (fancy-splash-head): Replace "Type Control-l to begin editing"
20609 with "Type `q' to exit".
20610 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
20611 (fancy-splash-default-action, fancy-splash-special-event-action):
20612 Remove functions.
20613 (fancy-splash-quit): New function.
20614 (fancy-splash-screens): Rename input arg from `hide-on-input' to
20615 `static' and reverse the condition of its usage. Don't preserve
20616 original values of `minor-mode-map-alist',
20617 `emulation-mode-map-alists', `special-event-map'.
20618 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
20619 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
20620 Remove processing of special events. Use local key map
20621 `fancy-splash-keymap'. Set buffer to read-only.
20622 (normal-splash-screen): Rename input arg from `hide-on-input' to
20623 `static' and reverse the condition of its usage.
20624 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
20625 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
20626 Add links to existing items. Add new items with links for useful
20627 tasks. Use local key map `fancy-splash-keymap'.
20628 (display-splash-screen): Rename input arg from `hide-on-input' to
20629 `static'.
20630 (about-emacs): Add alias to display-splash-screen.
20631 (command-line-1): Use `initial-buffer-choice'.
20632
20633 * menu-bar.el (menu-bar-help-menu):
20634 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
20635 item to about-emacs instead of display-splash-screen.
20636
20637 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
20638
20639 * calc/calc-units.el (math-standard-units): Update values.
20640 Put in exact, rational values when possible.
20641 (math-unit-prefixes): Replace floats with powers of ten.
20642 (math-standard-units-systems): Replace floats with integers.
20643 (math-make-unit-string): Remove extra spaces in output.
20644
20645 2007-08-15 Glenn Morris <rgm@gnu.org>
20646
20647 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
20648 sloppier, for the sake of GNU Mailman.
20649 (rmail-digest-rfc1153): Initialize `result' correctly.
20650
20651 2007-08-15 Michaël Cadilhac <michael@cadilhac.name>
20652
20653 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
20654 in the mail title. Suggested by Reiner Steib.
20655
20656 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
20657
20658 * calc/calc-aent.el (calc-do-quick-calc): Add binary
20659 representation of integers to the list of outputs.
20660
20661 2007-08-14 Glenn Morris <rgm@gnu.org>
20662
20663 * simple.el (bad-packages-alist): New constant.
20664 (bad-package-check): New function. Together, these two add elements
20665 to `after-load-alist' to check for problematic external packages.
20666 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
20667
20668 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
20669
20670 * calc/calc-units.el (math-get-standard-units)
20671 (math-get-units, math-make-unit-string)
20672 (math-get-default-units, math-put-default-units): New functions.
20673 (math-default-units-table): New variable.
20674 (calc-convert-units, calc-convert-temperature): Add machinery
20675 to supply default values.
20676
20677 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
20678
20679 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
20680 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
20681 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
20682 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
20683
20684 * emulation/tpu-extras.el: Remove spurious * in docstrings.
20685 Put its autoloads into tpu-edt.el rather than loaddefs.el.
20686 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
20687 Make into a proper minor-mode.
20688 (tpu-backward-char, tpu-next-line, tpu-previous-line)
20689 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
20690 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
20691 (tpu-set-cursor-free, tpu-set-cursor-bound):
20692 Delegate to tpu-cursor-free-mode.
20693 (tpu-next-line, tpu-previous-line, tpu-forward-line)
20694 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
20695 Use line-move or forward-line instead of next-line-internal.
20696
20697 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
20698
20699 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
20700
20701 2007-08-12 Richard Stallman <rms@gnu.org>
20702
20703 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
20704 (cvs-execute-single-file): Use new name split-string-and-unquote.
20705 (cvs-header-msg): Use new name combine-and-quote-strings.
20706
20707 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
20708
20709 * progmodes/gud.el (gud-common-init): Use new name
20710 split-string-and-unquote.
20711
20712 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
20713 in javac regexp.
20714
20715 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
20716 combine-and-quote-strings and split-string-and-unquote.
20717
20718 * subr.el (combine-and-quote-strings): Rename from strings->string.
20719 (split-string-and-unquote): Rename from string->strings.
20720
20721 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20722
20723 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
20724 to buffer-local settings.
20725
20726 * emacs-lisp/backquote.el (backquote-delay-process): New function.
20727 (backquote-process): Add internal arg `level'. Use the two to
20728 correctly handle nested backquotes.
20729
20730 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
20731
20732 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
20733 (vc-bzr-state-words): Add "kind changed" state word.
20734 (vc-bzr-status): New function. Return Bzr idea of file status,
20735 which is different from VC's.
20736 (vc-bzr-state): Use vc-bzr-status.
20737 (vc-workfile-unchanged-p): Use vc-bzr-status.
20738 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
20739 (vc-dired-state): Process "kind changed" state word.
20740
20741 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
20742
20743 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
20744
20745 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
20746 Move from vc-default-find-file-not-found-hook.
20747
20748 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
20749
20750 * man.el: Remove spurious * in docstrings.
20751 Merge defvars and toplevel setq-defaults.
20752 (Man-highlight-references0): Limit=nil rather than point-max.
20753 (Man-mode-map): Move initialization into the declaration.
20754 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
20755 (Man-view-header-file): Use expand-file-name rather than concat.
20756 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
20757
20758 * man.el (Man-next-section): Make sure we do not move backward.
20759
20760 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
20761
20762 * files.el (auto-mode-alist): Use the purecopied text (duh!).
20763
20764 2007-08-08 Glenn Morris <rgm@gnu.org>
20765
20766 * Replace `iff' in doc-strings and comments.
20767
20768 2007-08-08 Martin Rudalics <rudalics@gmx.at>
20769
20770 * dired.el (dired-pop-to-buffer):
20771 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
20772 * calendar/calendar.el (generate-calendar-window):
20773 * progmodes/compile.el (compilation-set-window-height):
20774 * textmodes/two-column.el (2C-two-columns, 2C-merge):
20775 Use window-full-width-p instead of comparing frame-width and
20776 window-width.
20777
20778 * progmodes/compile.el (compilation-find-buffer): Remove extra
20779 argument in call to compilation-buffer-internal-p.
20780
20781 2007-08-07 Tom Tromey <tromey@redhat.com>
20782
20783 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
20784 Add safe-local-variable property.
20785
20786 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
20787
20788 * image-mode.el (image-toggle-display): Use image-refresh.
20789
20790 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
20791
20792 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
20793 unofficial version.
20794 (vc-bzr-command): Remove redundant setting of process-connection-type.
20795 (vc-bzr-admin-checkout-format-file): Add autoload.
20796 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
20797 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
20798 (vc-bzr-registered): Compare dirstate format tag with known good
20799 value, abort parsing if match fails. Warn user in docstring.
20800 (vc-bzr-workfile-version): Case for different Bzr branch formats.
20801 See bzrlib/branch.py in Bzr sources.
20802 (vc-bzr-diff): First argument FILES may be a string rather than a list.
20803 (vc-bzr-shell-command): Remove in favor of
20804 vc-bzr-command-discarding-stderr.
20805 (vc-bzr-command-discarding-stderr): New function.
20806
20807 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
20808
20809 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
20810 program, and return nil.
20811 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
20812 (vc-bzr-state): Look for path names relative to the repository
20813 root after status keyword.
20814 (vc-bzr-file-name-relative): New function.
20815 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
20816 depend on it.
20817 (vc-bzr-admin-dirname, ...-checkout-format-file)
20818 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
20819 files that we now parse directly for speed.
20820 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
20821 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
20822 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
20823 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
20824 Bzr warnings, so we must discard it.
20825 (vc-bzr-workfile-version): Speedup counting lines from
20826 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
20827 if that file doesn't exist.
20828 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
20829 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
20830 to `vc-directory-exclusion-list'.
20831 (vc-bzr-shell-command): New function.
20832
20833 2007-08-06 Tom Tromey <tromey@redhat.com>
20834
20835 * diff-mode.el (diff-unified->context, diff-reverse-direction)
20836 (diff-fixup-modifs): Typo in docstring.
20837
20838 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
20839
20840 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
20841 count-screen-lines.
20842 (tpu-edt-off): Disable relevant pieces of advice.
20843
20844 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
20845 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
20846 (newline, newline-and-indent, do-auto-fill): Use advice instead of
20847 redefining the function.
20848 (tpu-set-scroll-margins): Activate the pieces of advice.
20849
20850 2007-08-06 Martin Rudalics <rudalics@gmx.at>
20851
20852 * help.el (resize-temp-buffer-window): Use window-full-width-p
20853 instead of comparing frame-width and window-width.
20854
20855 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
20856
20857 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
20858 optional quotes around files in NEED-UPDATE . REMOVED case.
20859
20860 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
20861 (ada-treat-cmd-string): Improve error message.
20862 (ada-do-file-completion): Call `ada-require-project-file', so
20863 project variables are set properly.
20864 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
20865 (ada-gnatfind-buffer-name): New constant.
20866 (ada-find-any-references): Use new constant. Set buffer name
20867 properly in compilation-start. Toggle read-only properly.
20868 (ada-find-in-src-path): Fix spelling error in docstring.
20869
20870 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
20871 by zero error.
20872
20873 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
20874
20875 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
20876
20877 2007-08-12 Richard Stallman <rms@gnu.org>
20878
20879 * progmodes/sh-script.el (sh): Delete group `unix'.
20880
20881 * progmodes/gud.el (gud): Change to group `processes'.
20882
20883 2007-08-11 Glenn Morris <rgm@gnu.org>
20884
20885 * progmodes/compile.el (compilation-buffer-name): Don't check
20886 compilation-arguments. It is superfluous, and the variable isn't
20887 even set when this function is called.
20888
20889 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20890
20891 * term/mac-win.el (mac-ae-reopen-application): New function.
20892 (mac-apple-event-map): Bind "reopen application" Apple event to it.
20893
20894 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20895
20896 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
20897 take tex-font-script-display into account.
20898 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
20899 cell to a list of 2 elements to simplify the unfontify code.
20900
20901 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20902
20903 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
20904 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
20905 ps-print-color-p is neither nil nor black-white. Reported by Christian
20906 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
20907
20908 2007-08-08 Andreas Schwab <schwab@suse.de>
20909
20910 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
20911 self-insert-command, not self-insert.
20912
20913 2007-08-08 Glenn Morris <rgm@gnu.org>
20914
20915 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
20916 argument optional, for backwards compatibility, and only highlight
20917 args when present. Fix symbol name typo (doc/args).
20918
20919 * help-mode.el (help-make-xrefs): Search for symbol constituents,
20920 rather than just `-'.
20921
20922 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
20923
20924 * calc/calc-units.el (calc-convert-temperature):
20925 Use `/' to create fractions.
20926
20927 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
20928
20929 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
20930 global matching.
20931 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
20932 ERROR-BUFFER more robust. Display output.
20933 (tramp-file-name-handler): Add a connection property when we found
20934 a foreign file name handler. This allows backends like ftp to
20935 profit also from usr/host name completion based on connection
20936 cache.
20937 (tramp-send-command-and-read): Search for trash after the regexp
20938 until eol only. In XEmacs, there is a problem with \n.
20939
20940 * net/tramp-cache.el (top): Read persistent connection history
20941 when cache is empty.
20942
20943 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
20944
20945 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
20946 resulting output.
20947
20948 2007-08-07 Sam Steingold <sds@gnu.org>
20949
20950 * progmodes/compile.el (compilation-start): Pass nil as startfile
20951 to comint-exec.
20952
20953 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
20954
20955 * longlines.el (longlines-decoded): New variable.
20956 (longlines-mode): Avoid encoding or decoding the buffer twice.
20957
20958 2007-08-07 Martin Rudalics <rudalics@gmx.at>
20959
20960 * format.el (format-insert-file): Make sure that at most one undo
20961 entry is recorded for the insertion. Inhibit point-motion and
20962 modification hooks around call to insert-file-contents.
20963
20964 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
20965
20966 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
20967 Select the buffer's window before moving point.
20968
20969 2007-08-07 Richard Stallman <rms@gnu.org>
20970
20971 * term.el (term): Remove parent group `unix'.
20972
20973 * simple.el (default-indent-new-line): New function.
20974 It calls comment-line-break-function if there are comments.
20975 (do-auto-fill): Use that.
20976
20977 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
20978
20979 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
20980 (PC-do-completion): Add "acronym completion" for symbols and
20981 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
20982
20983 2007-08-06 Sam Steingold <sds@gnu.org>
20984
20985 * mouse.el (mouse-buffer-menu): Pass mode-name through
20986 format-mode-line because it may be a list,
20987 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
20988
20989 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
20990
20991 * printing.el (pr-update-menus): Docstring fix.
20992
20993 2007-08-06 Jason Rumney <jasonr@gnu.org>
20994
20995 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
20996
20997 * vc-hooks.el (vc-call): Add doc string.
20998
20999 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
21000
21001 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
21002 process-filter.
21003
21004 2007-08-06 Kenichi Handa <handa@m17n.org>
21005
21006 * international/quail.el: Wrap (require 'help-mode) by
21007 eval-when-compile.
21008 (quail-help-init): New function.
21009 (quail-help): Call quail-help-init.
21010 (quail-store-decode-map-key): Change it to a function.
21011
21012 2007-08-05 Jason Rumney <jasonr@gnu.org>
21013
21014 * vc.el (vc-rollback): Add norevert argument back.
21015 (vc-revert-buffer): Add back as obsolete alias.
21016
21017 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
21018
21019 * term.el: Honor term-default-fg-color and term-default-bg-color
21020 settings when modifying term-current-face.
21021 (term-default-fg-color, term-default-bg-color): Initialize from
21022 default term-current-face.
21023 (term-mode, term-reset-terminal): Set term-current-face with
21024 term-default-fg-color and term-default-bg-color.
21025 (term-handle-colors-array): term-current-face has term-default-fg-color
21026 and term-default-bg-color after reset escape sequence.
21027 (term-handle-colors-array): Set term-current-color with
21028 term-default-fg/bg-color instead of ansi-term-color-vector when the
21029 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
21030
21031 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
21032
21033 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
21034 (math-nlfit-givens): Let bind free variables.
21035
21036 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
21037
21038 * printing.el: Require lpr and ps-print when loading printing package.
21039 Reported by Glenn Morris <rgm@gnu.org>.
21040
21041 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
21042
21043 * files.el (set-auto-mode): Handle also remote files wrt
21044 `auto-mode-alist'.
21045
21046 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
21047
21048 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
21049 curves and plotting.
21050
21051 * calc/calc-nlfit.el: New file.
21052
21053 2007-08-04 Glenn Morris <rgm@gnu.org>
21054
21055 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
21056 zero, not nil, when the library is first loaded. Check for a file
21057 that has been modified on disk.
21058
21059 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
21060 Remove duplicate defvar preventing initialization.
21061 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
21062
21063 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
21064
21065 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
21066 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
21067 may match up to 4 lines.
21068 (diff-beginning-of-file-and-junk): Rewrite.
21069
21070 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21071
21072 * printing.el: Evaluate require only during compilation.
21073 (pr-version): New version 6.9.1.
21074 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
21075 (pr-global-menubar): Fix code.
21076
21077 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
21078
21079 * term.el (term-erase-in-display): Fix case when point is not at
21080 the beginning of the line.
21081
21082 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
21083
21084 * calc/calc-ext.el (math-get-value, math-get-sdev)
21085 (math-contains-sdev): New functions.
21086
21087 * calc/calc-graph.el (calc-graph-format-data)
21088 (calc-graph-add-curve): Check for error forms.
21089 (calc-graph-set-styles): Add option for error forms.
21090
21091 2007-08-03 Miles Bader <miles@gnu.org>
21092
21093 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
21094 backend names for new backends to `Git', `Hg', and `Bzr'.
21095 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
21096 not `HG'.
21097 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
21098 name, not `GIT'.
21099 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
21100 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
21101
21102 2007-08-03 Richard Stallman <rms@gnu.org>
21103
21104 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
21105 to update deleted flag.
21106
21107 * cus-edit.el (customize-apropos, customize-apropos-options)
21108 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
21109
21110 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
21111
21112 * startup.el (fancy-splash-head, startup-echo-area-message):
21113 Change message text.
21114
21115 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
21116 All callers use line-move.
21117
21118 * progmodes/compile.el (compilation-find-buffer): Return current
21119 buffer immediately if suitable.
21120 (compile, compilation-buffer-name, compilation-start): Doc fixes.
21121
21122 2007-08-03 Daiki Ueno <ueno@unixuser.org>
21123
21124 * faces.el (face-normalize-spec): New function.
21125 (frame-set-background-mode): Normalize face-spec before calling
21126 face-spec-match-p.
21127
21128 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
21129
21130 * server.el (server-window): Add switch-to-buffer-other-frame option.
21131
21132 2007-08-03 Glenn Morris <rgm@gnu.org>
21133
21134 * cus-edit.el (customize-apropos): Make the error message indicate
21135 what kind of thing the user was trying to customize.
21136
21137 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
21138
21139 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
21140 Fix off-by-one error in previous change.
21141
21142 2007-08-03 Drew Adams <drew.adams@oracle.com>
21143
21144 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
21145 Make buffer writable.
21146
21147 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
21148
21149 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
21150 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
21151 Use native Emacs functions, when appropriate.
21152
21153 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
21154 Stefan Monnier <monnier@iro.umontreal.ca>
21155
21156 * vc.el: Document new VC operation `extra-menu'.
21157
21158 * vc-hooks.el (vc-default-extra-menu): New function.
21159
21160 * menu-bar.el (menu-bar-vc-filter): New function.
21161 (menu-bar-tools-menu): Use it as a filter.
21162
21163 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
21164
21165 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
21166
21167 2007-08-01 Glenn Morris <rgm@gnu.org>
21168
21169 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
21170 strings.
21171 (fortran-tab-mode-default): Remove needless autoload.
21172 (fortran-tab-mode-string): Add help-echo and mouse properties, and
21173 mark as risky.
21174 (fortran-line-length): New buffer-local variable, safe if integer.
21175 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
21176 Change from variables to constants.
21177 (fortran-font-lock-syntactic-keywords): Delete as a variable,
21178 replace with a new function definition.
21179 (fortran-mode): Use fortran-line-length, and
21180 fortran-font-lock-syntactic-keywords as a function. Add a
21181 hack-local-variables-hook function.
21182 (fortran-line-length, fortran-hack-local-variables): New functions.
21183 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
21184 Use fortran-line-length rather than 72.
21185 (fortran-window-create-momentarily): Doc fix.
21186
21187 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
21188
21189 * cus-edit.el (custom-group-value-create, custom-goto-parent):
21190 Fix parent groups link.
21191
21192 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
21193
21194 * progmodes/python.el (python-current-defun): Adjust to never fall
21195 into infinite loop.
21196
21197 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
21198
21199 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
21200
21201 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
21202
21203 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
21204 (copyright-fix-years, copyright): Correctly handle the case where
21205 copyright-limit is nil.
21206
21207 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
21208
21209 * progmodes/python.el (run-python): Fix path separator under w32.
21210
21211 2007-07-30 Richard Stallman <rms@gnu.org>
21212
21213 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21214 Treat non-break space as whitespace in Lisp.
21215
21216 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
21217
21218 * vc.el (vc-dired-hook): Use inhibit-read-only.
21219
21220 * progmodes/compile.el (compilation-forget-errors):
21221 Reset compilation-auto-jump-to-next.
21222
21223 2007-07-30 Michael Olson <mwolson@gnu.org>
21224
21225 * cus-edit.el (custom-group-save): Fix void function definition
21226 error. Thanks to Zhang Wei for the report.
21227
21228 * ps-print.el: Check in trivial changes to the autoloads section
21229 caused by the build process. These autoloads really ought to be
21230 placed in a separate file, methinks.
21231
21232 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
21233
21234 * calendar/calendar.el (calendar-mode): Make sure
21235 displayed-(month|year) are set.
21236 (calendar-basic-setup): Display buffer before adjusting window sizes.
21237 (generate-calendar-window): Use inhibit-read-only. Simplify.
21238 Generate buffer and set displayed-month and displayed-year before
21239 calling update-calendar-mode-line.
21240
21241 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
21242
21243 * net/tramp.el:
21244 * net/tramp-uu.el:
21245 * net/trampver.el: Use utf-8 encoding with coding cookie.
21246
21247 * net/tramp-cache.el:
21248 * net/tramp-fish.el:
21249 * net/tramp-ftp.el:
21250 * net/tramp-gw.el:
21251 * net/tramp-smb.el: Remove coding cookie.
21252
21253 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
21254 Flush buffer file-name's file property.
21255 (tramp-handle-file-remote-p): The first parameter is FILENAME.
21256
21257 * net/trampver.el: Update release number.
21258
21259 2007-07-29 Juri Linkov <juri@jurta.org>
21260
21261 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
21262 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
21263 when major-mode is not dired-mode.
21264 (dired-toggle-read-only): New function.
21265 (dired-recursive-deletes): Remove obsolete comments about old
21266 default value.
21267 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
21268
21269 * wdired.el (wdired-exit): New function.
21270 (wdired-mode-map): Bind C-x C-q to wdired-exit.
21271
21272 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
21273
21274 * cus-edit.el (customize-read-group): New fun.
21275 (customize-group-other-window, customize-face-other-window):
21276 Prompt before delegating to customize-(group|face).
21277 Bind pop-up-windows rather than use the other-window argument.
21278 (customize-group, customize-face): Prompt from the interactive spec.
21279 Remove args `prompt-for-group' and `other-window'.
21280
21281 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
21282 (ad-body-forms, ad-advised-interactive-form): Revert this part of
21283 last change.
21284
21285 2007-07-28 Masatake YAMATO <jet@gyve.org>
21286
21287 * vc.el (vc-dired-mode): Add a menu for VC related operation.
21288 Use backend name as the menu label. Suggested by David Kastrup.
21289
21290 2007-07-28 Alan Mackenzie <acm@muc.de>
21291
21292 Fix problem with modes derived from CC Mode:
21293 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
21294 macro to cc-langs.
21295 (c-init-language-vars-for): Remove call to above macro.
21296 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
21297 been moved to here.
21298 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
21299
21300 2007-07-28 Eli Zaretskii <eliz@gnu.org>
21301
21302 * net/trampver.el: Fix the `coding' cookie.
21303
21304 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21305
21306 * vc-git.el (vc-git-print-log): Support both the old single file
21307 interface and the new one.
21308
21309 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
21310
21311 * bindings.el (mode-line-remote): Use updated %@ construct.
21312
21313 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
21314
21315 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
21316 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
21317 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
21318 (diary-list-bahai-entries, diary-bahai-mark-entries)
21319 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
21320 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
21321 New names to clean up namespace.
21322 (list-bahai-diary-entries, mark-bahai-diary-entries)
21323 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
21324 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
21325 Add compatibility aliases.
21326
21327 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
21328
21329 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
21330 (calendar-scroll-left-three-months)
21331 (calendar-scroll-right-three-months): Clean up namespace.
21332 (scroll-calendar-left, scroll-calendar-right)
21333 (scroll-calendar-left-three-months)
21334 (scroll-calendar-right-three-months): Add compatibility aliases.
21335
21336 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
21337 Behave like mouse-scroll-calendar-* when used from the mouse.
21338
21339 * calendar/cal-menu.el (cal-menu-scroll-menu)
21340 (cal-menu-global-mouse-menu):
21341 * calendar/calendar.el (calendar-mode-map):
21342 Use new calendar-scroll-* names.
21343 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
21344 Remove. Use calendar-scroll-* directly instead.
21345
21346 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
21347
21348 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
21349 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
21350 (ad-make-advised-definition, ad-cache-id-verification-code):
21351 Use commandp and interactive-form instead.
21352
21353 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
21354
21355 * vc-git.el: Relicense to GPLv3 or later.
21356 (vc-directory-exclusion-list, vc-handled-backends): Remove.
21357
21358 * vc-hooks.el (vc-handled-backends): Add GIT.
21359
21360 * vc.el (vc-directory-exclusion-list): Add .git.
21361
21362 2007-07-26 Alexandre Julliard <julliard@winehq.org>
21363
21364 * vc-git.el (vc-git-revision-table)
21365 (vc-git-revision-completion-table): New functions.
21366
21367 2007-07-25 Glenn Morris <rgm@gnu.org>
21368
21369 * Relicense all FSF files to GPLv3 or later.
21370
21371 * COPYING: Switch to GPLv3.
21372
21373 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21374
21375 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
21376 Replace it with another one which disables undo before calling
21377 erase-buffer and then turns it back on if needed.
21378
21379 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21380
21381 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
21382
21383 2007-07-24 Glenn Morris <rgm@gnu.org>
21384
21385 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
21386 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
21387 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
21388 (cal-tex-cursor-week, cal-tex-cursor-week2)
21389 (cal-tex-cursor-week-iso, cal-tex-week-hours)
21390 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
21391 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
21392 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
21393
21394 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21395
21396 * calendar/calendar.el (calendar-mode-map): Move initialization
21397 into declaration. Add menu bindings (used to be done in cal-menu).
21398 (calendar-mode): Don't add an activate-menubar-hook.
21399
21400 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
21401 modify calendar-mode-map), use easy-menu, and make sure that C-h k
21402 can be used on the menu entries.
21403 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
21404 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
21405 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
21406 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
21407 (calendar-flatten, cal-menu-update): Remove.
21408 (calendar-mouse-insert-hebrew-diary-entry)
21409 (calendar-mouse-insert-islamic-diary-entry)
21410 (calendar-mouse-insert-bahai-diary-entry):
21411 Remove (fold into cal-menu-diary-menu).
21412 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
21413 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
21414 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
21415 (calendar-mouse-view-diary-entries): Minor simplifications.
21416 (calendar-event-to-date): Use with-current-buffer.
21417
21418 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
21419
21420 * add-log.el (change-log-redate): Remove (not needed anymore and
21421 doesn't appear to work).
21422
21423 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21424
21425 * frame.el: Use mapc and dolist instead of mapcar where possible.
21426 (close-display-connection): New command.
21427
21428 2007-07-25 Alexandre Julliard <julliard@winehq.org>
21429
21430 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
21431 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
21432
21433 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21434
21435 * ps-print.el (ps-multibyte-buffer): Docstring fix.
21436
21437 * ps-mule.el: Doc fix.
21438 (ps-multibyte-buffer, ps-mule-font-info-database-default)
21439 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
21440
21441 2007-07-25 Glenn Morris <rgm@gnu.org>
21442
21443 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
21444 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
21445 (cal-tex-daily-end, cal-tex-hook)
21446 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
21447 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
21448 (cal-tex-cursor-week-iso, cal-tex-week-hours)
21449 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
21450 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
21451 (cal-tex-day-prefix, cal-tex-day-name-format)
21452 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
21453 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
21454 (cal-tex-LaTeX-subst-list): Change from variables to constants.
21455 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
21456 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
21457 etc, rather than \bf.
21458 (cal-tex-mini-calendar): Fix typos in previous change.
21459 (cal-tex-latexify-list): Remove inner let binding.
21460 (cal-tex-end-document, cal-tex-banner): Use multi-line
21461 cal-tex-comment.
21462 (cal-tex-comment): Handle embedded newlines.
21463 (cal-tex-LaTeXify-string): Use substring-no-properties.
21464
21465 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
21466
21467 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21468 Add support for the Maden build tool.
21469
21470 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
21471
21472 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
21473
21474 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
21475
21476 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
21477
21478 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21479
21480 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
21481 C-x C-q.
21482
21483 * vc-git.el (vc-git-print-log): Fix previous change.
21484
21485 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
21486
21487 * window.el (save-selected-window): Minor optimization.
21488 (bw-adjust-window): If operation failed, try with a smaller delta.
21489 (window-fixed-size-p): New function.
21490 (window-area-factor): New var.
21491 (balance-windows-area): New command.
21492
21493 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
21494 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
21495 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
21496 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
21497 (ps-mule-begin-job): Use dolist.
21498
21499 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
21500
21501 * subr.el (start-file-process-shell-command)
21502 (process-file-shell-command): New defuns.
21503
21504 * progmodes/compile.el (compilation-start):
21505 Apply `start-file-process-shell-command'.
21506
21507 2007-07-24 Alexandre Julliard <julliard@winehq.org>
21508
21509 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
21510
21511 2007-07-24 Alan Mackenzie <acm@muc.de>
21512
21513 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
21514 Initialise byte-compile-unresolved-functions before rather than
21515 after a compilation.
21516 (byte-compile-unresolved-functions): Amplify doc string.
21517
21518 2007-07-24 Glenn Morris <rgm@gnu.org>
21519
21520 * startup.el (normal-splash-screen): Use `emacs-copyright'.
21521
21522 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
21523 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
21524 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
21525 (cal-tex-cursor-week, cal-tex-cursor-week2)
21526 (cal-tex-cursor-week-iso, cal-tex-week-hours)
21527 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
21528 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
21529 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
21530
21531 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
21532 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
21533 (cal-tex-day-name-format, cal-tex-cal-one-month)
21534 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
21535 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
21536 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
21537 (cal-tex-list-holidays, cal-tex-cursor-year)
21538 (cal-tex-cursor-year-landscape, cal-tex-year)
21539 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
21540 (cal-tex-cursor-month, cal-tex-insert-days)
21541 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
21542 (cal-tex-first-blank-p, cal-tex-cursor-week)
21543 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
21544 (cal-tex-week-hours, cal-tex-cursor-week-monday)
21545 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
21546 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
21547 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
21548 (cal-tex-latexify-list, cal-tex-previous-month)
21549 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
21550 modernization, including using dotimes rather than
21551 calendar-for-loop.
21552 (cal-tex-LaTeX-subst-list): Remove `@'.
21553 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
21554 Use \textit and \textbf rather than \em and \it.
21555
21556 * calendar/cal-bahai.el (list-bahai-diary-entries)
21557 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
21558 * calendar/cal-islam.el (list-islamic-diary-entries)
21559 * calendar/calendar.el (generate-calendar, generate-calendar-month)
21560 * calendar/diary-lib.el (diary-list-entries)
21561 (mark-calendar-date-pattern): Use `dotimes' rather than
21562 `calendar-for-loop'.
21563
21564 * calendar/calendar.el (calendar-for-loop): Doc fix.
21565
21566 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
21567
21568 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
21569 underlying file is uptodate.
21570
21571 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
21572
21573 * replace.el (perform-replace): Use isearch-no-upper-case-p.
21574
21575 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
21576
21577 * vc-hooks.el (vc-mode-line-map): New const.
21578 (vc-mode-line): Use it.
21579
21580 2007-07-23 Alexandre Julliard <julliard@winehq.org>
21581
21582 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
21583 (vc-git-unregister): New functions.
21584 (vc-git-find-version): Use the result of ls-files as a parameter
21585 for cat-file.
21586
21587 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
21588
21589 * net/tramp.el (tramp-perl-file-attributes)
21590 (tramp-perl-directory-files-and-attributes)
21591 (tramp-handle-file-attributes-with-stat)
21592 (tramp-handle-directory-files-and-attributes-with-stat)
21593 (tramp-convert-file-attributes): Handle huge file sizes.
21594
21595 2007-07-23 Juri Linkov <juri@jurta.org>
21596
21597 * isearch.el (isearch-message-function): New variable.
21598 (isearch-update, isearch-search): Use it.
21599
21600 * simple.el (goto-history-element): New function created from
21601 next-history-element.
21602 (next-history-element): Most code moved to goto-history-element.
21603 Call goto-history-element with (- minibuffer-history-position n).
21604 (previous-history-element): Call goto-history-element with (+
21605 minibuffer-history-position n).
21606 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
21607 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
21608 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
21609 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
21610 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
21611 (minibuffer-history-isearch-pop-state): New functions.
21612
21613 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
21614
21615 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
21616 Also, if FILE is a list, return non-nil if any of its elements
21617 should stay local. Update docstring.
21618
21619 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
21620
21621 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
21622 change by reverting a small part.
21623
21624 2007-07-23 Richard Stallman <rms@gnu.org>
21625
21626 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
21627
21628 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21629
21630 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
21631 handling it. Use vc-git-command.
21632 (vc-git-find-version, vc-git-diff-tree): New functions.
21633 (vc-git-revert): Use vc-git-command.
21634 (vc-git--run-command): Delete.
21635
21636 2007-07-23 Alexandre Julliard <julliard@winehq.org>
21637
21638 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
21639
21640 2007-07-20 Kenichi Handa <handa@m17n.org>
21641
21642 * international/utf-8.el (utf-8-post-read-conversion):
21643 Temporarily bind utf-8-compose-scripts to nil while running
21644 *-compose-region functions.
21645
21646 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21647
21648 * vc-git.el: Update status.
21649 (vc-directory-exclusion-list): Use eval-after-load.
21650
21651 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
21652
21653 * bindings.el (mode-line-remote): New variable.
21654 (help-echo): Add to default values of mode-line-format.
21655
21656 * files.el: Mark mode-line-remote as risky.
21657
21658 2007-07-22 Juri Linkov <juri@jurta.org>
21659
21660 * isearch.el (isearch-edit-string): Save old point and
21661 isearch-other-end to old-point and old-other-end before reading
21662 the search string from minibuffer. After exiting minibuffer set
21663 point to old-other-end if point and the search direction is the
21664 same as before reading the search string.
21665 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
21666 to isearch-other-end. Instead of isearch-search-and-update call
21667 three functions isearch-search, isearch-push-state and isearch-update.
21668
21669 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21670
21671 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
21672 deal with multiple file arguments.
21673 (vc-git-print-log): Deal with multiple file arguments.
21674
21675 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
21676
21677 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
21678 diff-refine-hunk. Adjust users.
21679 (diff-unified-hunk-p, diff-splittable-p): New functions.
21680 (diff-mode-menu): Use it to disable Split when it doesn't work.
21681
21682 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21683
21684 * diff-mode.el (diff-mode-menu): New entries.
21685
21686 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
21687
21688 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
21689 if applicable, so as to save undo-log space.
21690
21691 * diff-mode.el (diff-find-file-name): Add arg `batch'.
21692
21693 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
21694 (diff-file-kill): Use it.
21695 (diff-beginning-of-hunk): Add arg `try-harder' using it.
21696 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
21697 Use it so they find the hunk even when we're in the file header.
21698
21699 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21700
21701 * vc-git.el (vc-git-revision-granularity, vc-git-root)
21702 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
21703 (vc-git-create-repo): New functions.
21704 (vc-git-registered): New autoloaded function definition.
21705 (vc-git-registered): Use vc-git-root.
21706 (vc-git-responsible-p): New defalias.
21707 (vc-git-annotate-extract-revision-at-line): Uncomment.
21708 (vc-git-print-log): Add the file name to the log.
21709 (vc-git-log-view-mode): New derived mode.
21710 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
21711
21712 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
21713
21714 * progmodes/grep.el (grep-compute-defaults): Keep default values.
21715
21716 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
21717
21718 * textmodes/reftex.el (reftex-access-parse-file): Create parse
21719 file in a way that does not interfere with recentf mode.
21720 (reftex-access-parse-file): Do not risk destroying an existing
21721 buffer.
21722
21723 2007-07-22 Alexandre Julliard <julliard@winehq.org>
21724
21725 * vc-git.el: New file.
21726
21727 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
21728
21729 * textmodes/tex-mode.el (tex-font-script-display): Change default.
21730
21731 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21732
21733 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
21734 for branches and new files.
21735
21736 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
21737 local-map handling ...
21738 (vc-mode-line): ... here. Improve handling of help-echo.
21739
21740 * vc.el (mode-line-string): Document help-echo usage.
21741
21742 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
21743
21744 Sync with Tramp 2.1.10.
21745
21746 * net/tramp.el (tramp-get-ls-command): Fix typo.
21747
21748 * net/trampver.el: Update release number.
21749
21750 2007-07-22 Jan Djärv <jan.h.d@swipnet.se>
21751
21752 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
21753
21754 * term/x-win.el (x-handle-no-bitmap-icon): New function.
21755
21756 2007-07-22 Martin Rudalics <rudalics@gmx.at>
21757
21758 * add-log.el (change-log-fill-parenthesized-list): New function.
21759 (change-log-indent): Call change-log-fill-parenthesized-list.
21760 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
21761 Have lines with leading asterisk start a paragraph.
21762
21763 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21764
21765 * calc/calc-math.el (math-emacs-precision)
21766 (math-largest-emacs-expt, math-smallest-emacs-expt):
21767 New variables.
21768 (math-use-emacs-fn): New function.
21769 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
21770 appropriate.
21771
21772 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
21773
21774 * image-dired.el (image-dired-sane-db-file): New func.
21775 (image-dired-write-tags, image-dired-remove-tag)
21776 (image-dired-list-tags, image-dired-write-comments)
21777 (image-dired-get-comment, image-dired-mark-tagged-files)
21778 (image-dired-create-gallery-lists): Call new func.
21779 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
21780
21781 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
21782
21783 * vc-hg.el (vc-hg-dir-state): Fix loop.
21784 (vc-hg-print-log): Fix expected return value for vc-hg-command.
21785 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
21786 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
21787 (vc-hg-revert): Likewise.
21788 (vc-hg-revision-table, vc-hg-revision-completion-table): New
21789 functions.
21790
21791 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
21792
21793 * add-log.el (change-log-resolve-conflict): Don't lose data if the
21794 merge fails.
21795
21796 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21797
21798 * progmodes/compile.el (compilation-auto-jump-to-first-error):
21799 Add group and version.
21800
21801 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
21802
21803 * add-log.el (add-log-file-name): Use file-relative-name.
21804 (add-change-log-entry): Delay reading
21805 add-log-(full-name|mailing-address) to after we've switched to the
21806 ChangeLog buffer so we get the right value.
21807 (add-change-log-entry, add-log-current-defun, change-log-merge):
21808 Use derived-mode-p rather than checking major-mode directly.
21809
21810 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
21811 name for buffer-file-name if it refers to a directory.
21812
21813 * vc-arch.el (vc-arch-diff): Fix last change.
21814
21815 * progmodes/compile.el (compilation-start): Remember the original
21816 directory in a buffer-local compilation-directory.
21817 (compile): Set the global value of compilation-directory.
21818 (recompile): Use compilation-directory even in the compilation buffer.
21819
21820 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21821
21822 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
21823
21824 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21825
21826 * ps-print.el: Problem with foreground and background color when
21827 printing a buffer with and without faces. Reported by Christian
21828 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
21829 (ps-print-version): New version 6.7.5.
21830 (ps-default-fg): Change default value to nil, so black color is used
21831 when a face does not specify a foreground color.
21832 (ps-default-bg): Change default value to nil, so white color is used
21833 for background color.
21834 (ps-begin-job): Fix code.
21835
21836 2007-07-20 Eli Zaretskii <eliz@gnu.org>
21837
21838 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
21839 in $(INSTALL_DIR)/lisp/ if they already exist.
21840
21841 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
21842
21843 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
21844 in $(INSTALL_DIR)/lisp/ if they already exist.
21845
21846 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
21847
21848 * progmodes/vera-mode.el (vera-re-search-forward)
21849 (vera-re-search-backward): Remove use of store-match-data.
21850 (vera-mode-map): Move initialization into declaration.
21851
21852 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
21853 (flymake-find-buildfile): Use locate-dominating-file.
21854
21855 * vc.el (vc-delistify): Use mapconcat.
21856 (vc-do-command): Minor simplification.
21857 (vc-expand-dirs): Use push.
21858
21859 * vc-mcvs.el (vc-mcvs-create-repo):
21860 * vc-cvs.el (vc-cvs-create-repo): Remove.
21861
21862 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
21863 directory and the root as well.
21864
21865 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21866
21867 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
21868 instead of a file.
21869
21870 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
21871 (vc-hg-registered): Replace if with when.
21872 (vc-hg-state): Deal with nonexistent files and handle removed files.
21873 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
21874 (vc-hg-checkout): Re-enable.
21875 (vc-hg-create-repo): Fix typos.
21876 (vc-hg-print-log): Fix for multiple files.
21877 (vc-hg-workfile-unchanged-p): New function.
21878
21879 * vc.el: Fix typo.
21880 (vc-print-log): Fix call to print-log.
21881 (vc-default-comment-history): Likewise.
21882 (vc-directory-exclusion-list): Add .hg and .bzr.
21883 (vc-diff-internal): Pass a list instead of a file.
21884
21885 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
21886
21887 * vc-bzr.el (vc-bzr-create-repo): New function.
21888
21889 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
21890
21891 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
21892 `file' from which to start the search.
21893
21894 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
21895
21896 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
21897 having a single file argument to having a list of files as the
21898 first argument.
21899
21900 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
21901
21902 * files.el (locate-dominating-file): New function.
21903
21904 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
21905
21906 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
21907 (grep-compute-defaults): Use it.
21908
21909 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
21910
21911 * uniquify.el: Docstring fixes.
21912
21913 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
21914
21915 * vc.el (revision-granularity, create-repo): Document new vc
21916 backend properties.
21917 (vc-rollback): Renamed from vc-cancel-version. Update references.
21918 Pass a list instead of a file.
21919 (vc-revert): Renamed from vc-revert-buffer. Update references.
21920 (vc-delistify, vc-expand-dirs): New functions.
21921 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
21922 of files instead of a single file.
21923 (vc-position-context, vc-resync-window, vc-diff-internal)
21924 (vc-print-log): Pass a list instead of a file.
21925
21926 * vc-hooks.el (vc-stay-local-p, vc-backend)
21927 (vc-backend-subdirectory-name): Work on a file list, not a single
21928 file.
21929 (vc-workfile-version): Update docstring.
21930 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
21931 vc-revert instead of vc-revert-buffer.
21932 (vc-prefix-map): Likewise. Bind vc-update.
21933
21934 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
21935 (vc-svn-wash-log): New functions.
21936 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
21937 (vc-svn-command): Deal with a list of files, not a single file.
21938
21939 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
21940 (vc-rcs-wash-log): New functions.
21941 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
21942 Deal with a list of files, not a single file.
21943 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
21944
21945 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
21946 functions.
21947 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
21948 list of files, not a single file.
21949
21950 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
21951 New functions.
21952 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
21953 (vc-mcvs-diff): Deal with a list of files, not a single file.
21954
21955 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
21956 functions.
21957 (vc-hg-print-log): Deal with a list of files, not a single file.
21958 (vc-hg-diff-tree): New function, replace defalias with the same
21959 name.
21960 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
21961 FILES to denote that it is a file list, not a single file.
21962
21963 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
21964 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
21965 a single file.
21966 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
21967 that it is a file list, not a single file.
21968 (vc-cvs-diff): Likewise. Simplify.
21969
21970 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
21971 Deal with a list of files, not a single file.
21972
21973 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
21974 (vc-bzr-print-log): Update FILE parameter name to denote that it
21975 is a file list, not a single file.
21976 (vc-bzr-diff): Likewise. Use the car of files.
21977
21978 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
21979
21980 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
21981 (follow-delete-other-windows-and-split, follow-recenter)
21982 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
21983 (follow-redisplay, follow-estimate-first-window-start)
21984 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
21985 Fix typos in docstrings.
21986
21987 2007-07-18 Martin Rudalics <rudalics@gmx.at>
21988
21989 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
21990 avoid that filling introduces lines with a single asterisk.
21991
21992 * kmacro.el (kmacro-end-macro): When ignoring empty macro
21993 avoid incorrect kmacro-ring-empty-p messages.
21994 Reported by Michael Schierl <schierlm@gmx.de>.
21995
21996 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
21997
21998 * vc.el: Add more info about the vc-registered function.
21999
22000 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
22001
22002 * files.el (file-remote-p): Introduce optional parameter
22003 IDENTIFICATION.
22004
22005 * recentf.el (recentf-keep-default-predicate): Adapt call of
22006 `file-remote-p'.
22007
22008 * progmodes/grep.el (grep-probe): Use `process-file'.
22009 (grep-compute-defaults): Handle variables host specific.
22010
22011 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
22012 parameter IDENTIFICATION.
22013
22014 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
22015 parameter IDENTIFICATION.
22016 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
22017 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
22018 Add entry for `set-file-times'.
22019 (tramp-do-copy-or-rename-file-via-buffer)
22020 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
22021 (tramp-handle-unhandled-file-name-directory): Rewrite.
22022 (tramp-convert-file-attributes): Add error handling when inode is
22023 extraordinary big.
22024 (tramp-get-inode): Change parameter from FILE to VEC.
22025 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
22026 is nil. This is according to the specification. Goto (point-max)
22027 when ready.
22028 (tramp-handle-shell-command): Rewrite completely, using
22029 `process-file' and `start-file-process'.
22030 (tramp-methods, tramp-find-shell)
22031 (tramp-open-connection-setup-interactive-shell)
22032 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
22033 var. Reported by Steve Youngs <steve@sxemacs.org>.
22034
22035 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
22036 entry for `set-file-times'. Rename `start-process' into
22037 `start-file-process'. Remove `call-process' entry.
22038 (tramp-fish-handle-set-file-times): New defun.
22039 (tramp-fish-handle-executable-find): Use `process-file'.
22040 (tramp-fish-handle-process-file): New defun. Replaces
22041 `tramp-fish-handle-call-process'.
22042 (tramp-fish-do-copy-or-rename-file-directly): Use
22043 `set-file-times'.
22044 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
22045
22046 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
22047 `tramp-get-inode' parameter.
22048
22049 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
22050
22051 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
22052 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
22053 nowadays, and by the time Emacs-23 comes out, nobody will even remember
22054 it has ever existed.
22055
22056 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
22057
22058 * vc.el: Undo previous change.
22059
22060 2007-07-16 Eli Zaretskii <eliz@gnu.org>
22061
22062 * makefile.w32-in (clean): Don't delete *~.
22063
22064 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
22065
22066 * textmodes/tex-mode.el (tex-verbatim-environments):
22067 Add safe-local-variable property.
22068 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
22069 when starting font-lock rather than when loading tex-mode.el.
22070
22071 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
22072 whole $( rather than just the $. Rename from sh-quoted-subshell.
22073 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
22074
22075 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
22076
22077 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
22078 bookmark-alist. Instead, if not sorting, simply return it.
22079 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
22080 for its return value, not for its side effect.
22081
22082 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
22083 case of alignment under a constant symbol, find and consider
22084 the sexp actually at indentation to be the "last sexp".
22085
22086 2007-07-16 Drew Adams <drew.adams@oracle.com>
22087
22088 * mouse.el (mouse-yank-secondary): Better error message if no
22089 secondary selection.
22090
22091 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22092
22093 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
22094
22095 * term/xterm.el (xterm-turn-on-modify-other-keys)
22096 (xterm-turn-off-modify-other-keys): New functions.
22097 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
22098 terminal supports it.
22099
22100 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
22101
22102 * bookmark.el (bookmark-show-all-annotations):
22103 Make sure each inserted annotation ends with newline.
22104
22105 2007-07-15 Richard Stallman <rms@gnu.org>
22106
22107 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
22108
22109 * tutorial.el (tutorial--find-changed-keys):
22110 Handle C-x specially like ESC.
22111
22112 2007-07-15 Aaron Hawley <aaronh@garden.org>
22113
22114 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
22115
22116 2007-07-15 Juri Linkov <juri@jurta.org>
22117
22118 * delsel.el (delete-selection-pre-hook):
22119 * emulation/cua-base.el (cua-paste): Before a yank command,
22120 check also whether last-command is one of mouse-save-then-kill,
22121 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
22122
22123 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
22124
22125 * recentf.el (recentf-keep-default-predicate): New defun.
22126 (recentf-keep): Use it as initial value.
22127
22128 2007-07-15 Karl Fogel <kfogel@red-bean.com>
22129
22130 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
22131 thus restoring bookmark bindings to three slots under C-x r. See
22132 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
22133
22134 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
22135
22136 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
22137
22138 2007-07-15 Jason Rumney <jasonr@gnu.org>
22139
22140 * w32-fns.el (set-default-process-coding-system): Use dos line ends
22141 for input to cmdproxy on all versions of Windows.
22142 Use dos line ends for input to plink.
22143
22144 * comint.el (comint-simple-send): Concat newline before sending.
22145 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
22146
22147 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22148
22149 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
22150 safe-local-variable setting.
22151
22152 2007-07-14 David Kastrup <dak@gnu.org>
22153
22154 * emacs-lisp/advice.el (defadvice): Doc fix.
22155
22156 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
22157
22158 * subr.el (when, unless): Doc fix.
22159
22160 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
22161
22162 * replace.el (match): Use yellow1 instead of yellow.
22163
22164 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
22165 red.
22166
22167 * pcvs-info.el (cvs-unknown): Likewise.
22168
22169 2007-07-13 Eli Zaretskii <eliz@gnu.org>
22170
22171 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
22172 (install): Use them to copy all *.el files before *.elc.
22173
22174 2007-07-13 Drew Adams <drew.adams@oracle.com>
22175
22176 * bookmark.el (bookmark-jump-other-window): New function.
22177 (bookmark-map): Bind it to "o".
22178
22179 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
22180 and its thread contains discussion about this change.
22181 The original patch was slightly tweaked by Karl Fogel
22182 <kfogel@red-bean.com> before committing.
22183
22184 2007-07-13 Karl Fogel <kfogel@red-bean.com>
22185
22186 * bookmark.el: Shorten some comments to fit within 80 lines.
22187
22188 2007-07-13 Karl Fogel <kfogel@red-bean.com>
22189
22190 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
22191 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
22192 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
22193 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
22194
22195 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
22196
22197 * textmodes/org.el: Bug fixes.
22198 (org-end-of-line): Move to end of line if in headline without tags.
22199
22200 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
22201
22202 * vc-hooks.el: Remove spurious * in docstrings.
22203 (vc-handled-backends): Add BZR.
22204
22205 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
22206
22207 2007-07-12 Davis Herring <herring@lanl.gov>
22208
22209 * desktop.el (desktop-buffer-info, desktop-save):
22210 Use `desktop-dirname' instead of `dirname'.
22211
22212 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
22213
22214 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
22215
22216 * progmodes/python.el (python-which-func-length-limit): New var.
22217 (python-which-func): New function.
22218 (python-current-defun): Add optional `length-limit' and try to fit
22219 computed function name to that length.
22220 (python-mode): Hook `python-which-func' up.
22221
22222 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
22223
22224 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
22225
22226 * comint.el (comint-dynamic-complete-as-filename):
22227 Use read-file-name-completion-ignore-case.
22228
22229 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
22230
22231 * comint.el (comint-dynamic-list-filename-completions):
22232 Use read-file-name-completion-ignore-case.
22233
22234 * vc-cvs.el: Require CL.
22235 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
22236 New functions to provide completion of revision names.
22237
22238 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
22239 (vc-cvs-annotate-first-line-re): New const.
22240 (vc-cvs-annotate-process-filter): New fun.
22241 (vc-cvs-annotate-command): Use them and run the command asynchronously.
22242
22243 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
22244
22245 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
22246 (eldoc-print-current-symbol-info): Adjust for changed helper
22247 function signatures.
22248 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
22249 `eldoc-highlight-function-argument'.
22250 (eldoc-highlight-function-argument): New function.
22251 (eldoc-get-var-docstring): Format documentation with
22252 `font-lock-variable-name-face'.
22253 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
22254 where suited.
22255 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
22256 (eldoc-beginning-of-sexp): Return number of skipped sexps.
22257
22258 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
22259
22260 * progmodes/compile.el (compilation-start): `start-process' must
22261 still be redefined when calling `start-process-shell-command'.
22262
22263 * progmodes/gud.el (gud-file-name): When `default-directory' is a
22264 remote file name, prepend its remote part to the filename.
22265 (gud-common-init): When `default-directory' is a remote file name,
22266 make the filename relative to it.
22267 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
22268
22269 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
22270
22271 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
22272 mouse binding and a tooltip.
22273
22274 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
22275
22276 * menu-bar.el (vc-menu-map): New defalias.
22277
22278 2007-07-10 Richard Stallman <rms@gnu.org>
22279
22280 * emacs-lisp/lisp-mode.el (eval-defun):
22281 Explain special handling of `defface'.
22282
22283 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
22284
22285 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
22286
22287 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
22288
22289 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
22290
22291 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
22292
22293 * vc-arch.el (vc-arch-complete): Remove.
22294 (vc-arch-revision-completion-table): Use complete-with-action.
22295
22296 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
22297 (complete-with-action): New function.
22298 (dynamic-completion-table): Use it.
22299
22300 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
22301
22302 * comint.el (make-comint, make-comint-in-buffer)
22303 (comint-exec-1): Replace `start-process' by `start-file-process'.
22304
22305 * progmodes/compile.el (compilation-start): Revert redefining
22306 `start-process'.
22307
22308 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
22309
22310 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
22311 with EOLs when generating MD5 checksums.
22312
22313 * follow.el: Don't change the global map from the follow-mode-map
22314 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
22315 XEmacs code.
22316 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
22317 since `follow-mode' should be used instead for that.
22318
22319 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
22320 (easy-menu-do-define): Use it.
22321 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
22322
22323 * progmodes/compile.el (compilation-auto-jump-to-first-error)
22324 (compilation-auto-jump-to-next): New vars.
22325 (compilation-auto-jump): New function.
22326 (compilation-error-properties): Use them to jump to first error.
22327 (compilation-start): Set the var if requested.
22328
22329 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
22330 duplicates without also removing entries from other directories.
22331
22332 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
22333
22334 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
22335 Remember span as default.
22336 (org-columns-edit-value): Rename from `org-column-edit'.
22337 (org-columns-display-here-title): Rename from
22338 `org-overlay-columns-title'.
22339 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
22340 (org-columns-get-autowidth-alist): Rename from
22341 `org-get-columns-autowidth-alist'.
22342 (org-columns-display-here): Rename from `org-overlay-columns'.
22343 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
22344 (org-columns-quit): Rename from `org-column-quit'.
22345 (org-columns-show-value): Rename from `org-column-show-value'.
22346 (org-columns-content, org-columns-widen)
22347 (org-columns-next-allowed-value)
22348 (org-columns-edit-allowed, org-columns-store-format)
22349 (org-columns-uncompile-format, org-columns-redo)
22350 (org-columns-edit-attributes, org-delete-property)
22351 (org-set-property, org-columns-update)
22352 (org-columns-compute, org-columns-eval)
22353 (org-columns-not-in-agenda, org-columns-compute-all)
22354 (org-property-next-allowed-value)
22355 (org-columns-compile-format)
22356 (org-fill-paragraph-experimental)
22357 (org-string-to-number, org-property-action)
22358 (org-columns-move-left, org-columns-new)
22359 (org-column-number-to-string)
22360 (org-property-previous-allowed-value)
22361 (org-at-property-p, org-columns-delete)
22362 (org-columns-previous-allowed-value)
22363 (org-columns-move-right, org-columns-narrow)
22364 (org-property-get-allowed-values)
22365 (org-verify-version, org-column-string-to-number)
22366 (org-delete-property-globally): New functions.
22367 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
22368 (org-columns-overlays): Rename from `org-column-overlays'.
22369 (org-columns-map): Rename from `org-column-map'.
22370 (org-columns-current-maxwidths): Rename from
22371 `org-current-columns-maxwidths'.
22372 (org-columns-begin-marker, org-columns-current-fmt-compiled)
22373 (org-previous-header-line-format)
22374 (org-columns-inhibit-recalculation)
22375 (org-columns-top-level-marker): New variables.
22376 (org-columns-default-format): Rename from `org-default-columns-format'.
22377 (org-property-re): New constant.
22378
22379 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
22380
22381 * subr.el (looking-at-p, string-match-p): New functions.
22382
22383 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
22384
22385 * textmodes/tex-mode.el (tex-fontify-script)
22386 (tex-font-script-display): New variables to make display of
22387 superscripts and subscripts customizable.
22388 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
22389
22390 2007-07-09 Richard Stallman <rms@gnu.org>
22391
22392 * isearch.el (isearch-edit-string): Call to isearch-push-state
22393 after the search.
22394
22395 2007-07-09 Jan Djärv <jan.h.d@swipnet.se>
22396
22397 * window.el (fit-window-to-buffer): Remove setting of window-min-height
22398 to 1 as enlarge-window uses the value to resize/shrink windows other
22399 than WINDOW if needed.
22400
22401 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
22402
22403 * cus-start.el (file-coding-system-alist): Fix custom type.
22404
22405 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
22406
22407 * longlines.el (longlines-wrap-region): Avoid marking buffer as
22408 modified.
22409 (longlines-auto-wrap, longlines-window-change-function):
22410 Remove unnecessary calls to set-buffer-modified-p.
22411
22412 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22413
22414 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
22415 (vc-cvs-checkout): Remove last arg now unused; simplify.
22416
22417 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
22418
22419 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
22420
22421 * net/tramp.el:
22422 * net/tramp-ftp.el:
22423 * net/tramp-smb.el:
22424 * net/tramp-uu.el:
22425 * net/trampver.el: Migrate to Tramp 2.1.
22426
22427 * net/tramp-cache.el:
22428 * net/tramp-fish.el:
22429 * net/tramp-gw.el: New Tramp packages.
22430
22431 * net/tramp-util.el:
22432 * net/tramp-vc.el: Removed.
22433
22434 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
22435 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
22436
22437 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
22438
22439 * progmodes/compile.el (compilation-start): Redefine
22440 `start-process' temporarily when `default-directory' is remote.
22441 Remove case of synchronous compilation, this won't happen ever.
22442 (compilation-setup): Make local variable `comint-file-name-prefix'
22443 for remote compilation.
22444
22445 2007-07-08 Martin Rudalics <rudalics@gmx.at>
22446
22447 * novice.el (disabled-command-function): Fit window to buffer to
22448 make last line visible.
22449 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
22450
22451 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
22452 when handling the terminating event.
22453
22454 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
22455
22456 * calc/calc.el (math-read-number-simple): Remove leading 0s.
22457 (math-bignum-digit-length): Change to optimal value.
22458
22459 * calc/calc-bin.el (math-bignum-logb-digit-size)
22460 (math-bignum-digit-power-of-two): Evaluate when compiled.
22461
22462 * calc/calc-comb.el (math-small-factorial-table)
22463 (math-init-random-base, math-prime-test): Remove unnecessary calls
22464 to `math-read-number-simple'.
22465
22466 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
22467 (math-approx-gamma-const): Add docstrings.
22468
22469 * calc/calc-forms.el (math-julian-date-beginning)
22470 (math-julian-date-beginning-int): New constants.
22471 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
22472 Use the new constants.
22473
22474 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
22475
22476 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
22477 Add docstrings.
22478
22479 2007-07-07 Tom Tromey <tromey@redhat.com>
22480
22481 * vc.el (vc-annotate): Jump to line and output message only after the
22482 process is really all done.
22483
22484 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
22485
22486 * vc.el (vc-exec-after): Don't move point from the sentinel.
22487 Forcefully read all the remaining text in the pipe upon process exit.
22488 (vc-annotate-display-autoscale, vc-annotate-lines):
22489 Don't stop at the first unrecognized line.
22490 (vc-annotate-display-select): Run autoscale after the process is done
22491 since it depends on the whole result.
22492
22493 2007-07-07 Eli Zaretskii <eliz@gnu.org>
22494
22495 * term/w32-win.el (menu-bar-open): New function.
22496 Bind <f10> to it.
22497
22498 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
22499
22500 * simple.el (start-file-process): New defun.
22501
22502 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
22503
22504 * files.el (find-file-confirm-nonexistent-file): Rename from
22505 find-file-confirm-inexistent-file. Update users.
22506
22507 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
22508 format of autoload block where the file's time-stamp is replaced by its
22509 MD5 checksum.
22510 (autoload-generate-file-autoloads): Use MD5 checksum instead of
22511 time-stamp for secondary autoloads files.
22512 (update-directory-autoloads): Remove duplicate entries.
22513 Use time-less-p for time-stamps, as done in autoload-find-destination.
22514
22515 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
22516
22517 * calc/calc.el (math-read-number): Replace number by variable.
22518 (math-read-number-simple): Properly parse small integers.
22519
22520 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
22521
22522 * vc.el: Fix doc for the checkout function.
22523
22524 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
22525
22526 * vc-hg.el (vc-hg-root): New function.
22527 (vc-hg-registered): Use it.
22528 (vc-hg-diff-tree): New defalias.
22529 (vc-hg-responsible-p): Likewise.
22530 (vc-hg-checkout): Comment out, not needed.
22531 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
22532 (vc-hg-find-version, vc-hg-next-version): New functions.
22533
22534 2007-07-06 Andreas Schwab <schwab@suse.de>
22535
22536 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
22537 dynamic bindings around the evaluation of the expression.
22538 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
22539
22540 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
22541
22542 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
22543 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
22544 Use run-hooks rather than run-mode-hooks.
22545
22546 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
22547
22548 * calc/calc-comb.el (math-random-digit): Rename to
22549 `math-random-three-digit-number'.
22550 (math-random-digits): Don't depend on representation of integer.
22551
22552 * calc/calc-bin.el (math-bignum-logb-digit-size)
22553 (math-bignum-digit-power-of-two): New constants.
22554 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
22555 (math-not-bignum, math-clip-bignum): Use the constants
22556 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
22557 instead of their values.
22558 (math-clip): Use math-small-integer-size instead of its value.
22559
22560 * calc/calc.el (math-add-bignum): Replace number by constant.
22561
22562 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
22563
22564 * wid-edit.el (widget-documentation-string-value-create):
22565 Insert indentation spaces.
22566
22567 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
22568
22569 * emacs-lisp/byte-opt.el: Revert last change.
22570
22571 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
22572
22573 * vc-hooks.el (vc-handled-backends): Add HG.
22574
22575 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
22576
22577 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22578
22579 * complete.el (PC-do-complete-and-exit): Add support for the new
22580 `confirm-only' confirmation mode.
22581
22582 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
22583
22584 * cus-edit.el (custom-commands): New variable.
22585 (custom-tool-bar-map): New variable. Initialize using
22586 `custom-commands'.
22587 (custom-mode): Use `custom-tool-bar-map'.
22588 (custom-buffer-create-internal): Insert action buttons only if
22589 tool bar is not used. Use `custom-commands'.
22590 (Custom-help, custom-command-apply): New function.
22591 (custom-command-apply, Custom-set, Custom-save)
22592 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
22593 Use `custom-command-apply' instead of duplicating code.
22594 (customize-group-other-window): Call `customize-group' instead of
22595 duplicating code.
22596 (customize-face-other-window): Call `customize-face' instead of
22597 duplicating code.
22598 (customize-group, customize-face): Add optional args for opening
22599 in another window.
22600 (custom-variable-tag): Don't inherit `variable-pitch' face.
22601 (custom-group-tag): Inherit `variable-pitch' face.
22602 (custom-variable-value-create): Set documentation indentation.
22603 (custom-group-value-create): Make group name a link, instead of
22604 using an extra "go to group" button.
22605 (custom-prompt-variable, custom-group-set, custom-group-save)
22606 (custom-group-reset-current, custom-group-reset-saved)
22607 (custom-group-reset-standard): Minor cleanup.
22608
22609 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
22610
22611 * Makefile.in (bootstrap-prepare): When copying from
22612 ldefs-boot.el, make sure loaddefs.el is writeable.
22613
22614 (bootstrap-prepare): Make $(lisp)/ps-print.el
22615 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
22616
22617 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
22618
22619 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
22620 only caller, and delete.
22621 (vc-hg-state): Deal with exceptions and only parse the output on
22622 successful return.
22623 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
22624 caller, and delete.
22625 (vc-hg-workfile-version): Deal with exceptions and only parse the
22626 output on successful return.
22627 (vc-hg-revert): New function.
22628
22629 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
22630
22631 * calculator.el (calculator-expt): Use more cases to determine
22632 the value.
22633
22634 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
22635
22636 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
22637 file names.
22638
22639 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22640
22641 * calculator.el (calculator-expt, calculator-integer-p):
22642 New functions.
22643 (calculator-fact): Check to see if the factorial will be too
22644 large before computing it.
22645 (calculator-initial-operators): Use `calculator-expt' to
22646 compute "^".
22647 (calculator-mode): Mention that results which are too large
22648 will return inf.
22649 * calc/calc-comb.el (math-small-factorial-table): Replace list
22650 by vector.
22651
22652 2007-07-03 David Kastrup <dak@gnu.org>
22653
22654 * shell.el: On request of the authors, remove their addresses for
22655 the sake of bug reports, and add the developer list address as
22656 maintainer information.
22657
22658 2007-07-03 Richard Stallman <rms@gnu.org>
22659
22660 * files.el (make-directory): Doc fix.
22661 (find-file-confirm-inexistent-file): Make it a defcustom.
22662 Make nil the default.
22663
22664 2007-07-02 Richard Stallman <rms@gnu.org>
22665
22666 * startup.el (command-line): Set buffer-offer-save in *scratch*
22667 and enable auto-save in it.
22668
22669 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
22670
22671 * textmodes/org.el (orgstruct-mode-map): New variable.
22672 (orgstruct-mode): New minor mode.
22673 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
22674 (orgstruct-make-binding, org-context-p, org-get-local-variables)
22675 (org-run-like-in-org-mode): New functions.
22676 (org-cycle-list-bullet): New command.
22677 (org-special-properties, org-property-start-re)
22678 (org-property-end-re): New constants.
22679 (org-with-point-at): New macro.
22680 (org-get-property-block, org-entry-properties, org-entry-get)
22681 (org-entry-delete, org-entry-get-with-inheritance)
22682 (org-entry-put, org-buffer-property-keys): New functions.
22683 (org-insert-property-drawer): New command.
22684 (org-entry-property-inherited-from): New variable.
22685 (org-column): New face.
22686 (org-column-overlays, org-current-columns-fmt)
22687 (org-current-columns-maxwidths, org-column-map): New variables.
22688 (org-column-menu): New menu.
22689 (org-new-column-overlay, org-overlay-columns)
22690 (org-overlay-columns-title, org-remove-column-overlays)
22691 (org-column-show-value, org-column-quit, org-column-edit):
22692 New functions.
22693 (org-columns, org-agenda-columns): New commands.
22694 (org-get-columns-autowidth-alist): New functions.
22695 (org-properties): New customize group.
22696 (org-default-columns-format): New option.
22697 (org-priority): Realign tags after changing priority.
22698 (org-preserve-lc): New macro.
22699 (org-update-checkbox-count): Catch case when there is no headline.
22700 (org-agenda-quit): Remove any column overlays.
22701 (org-beginning-of-item-list): Fixed bug when non-item line is
22702 indented too deep.
22703 (org-cached-props): New variable.
22704 (org-cached-entry-get): New function.
22705 (org-make-tags-matcher): Handle property matches.
22706 (org-table-recalculate): Swap evaluation order: Field formula
22707 first, then column formulas, but don't allow them to overwrite the
22708 field formulas.
22709 (org-table-eval-formula): New argument untouchable.
22710 (org-table-put-field-property): New function.
22711
22712 2007-07-02 Martin Rudalics <rudalics@gmx.at>
22713
22714 * help-mode.el (help-make-xrefs): Skip spaces too when
22715 skipping tabs.
22716
22717 * ffap.el (dired-at-point-prompter): Improve prompt in
22718 list-directory case.
22719
22720 2007-07-01 Richard Stallman <rms@gnu.org>
22721
22722 * files.el (find-file-visit-truename): Fix safe-local-variable value.
22723
22724 2007-07-01 Richard Stallman <rms@gnu.org>
22725
22726 * cus-start.el (max-mini-window-height): Added.
22727
22728 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
22729
22730 * complete.el (partial-completion-mode): Remove advice of
22731 read-file-name-internal.
22732 (PC-do-completion): Rebind minibuffer-completion-table.
22733 (PC-read-file-name-internal): New function doing what
22734 read-file-name-internal advice did.
22735
22736 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
22737
22738 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
22739 property on a few symbols.
22740 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
22741 (byte-optimize-lapcode): Remove bindings that are not referenced
22742 and certainly will not effect through dynamic scoping.
22743
22744 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22745
22746 * files.el (find-file-confirm-inexistent-file): New var.
22747 (find-file, find-file-other-window, find-file-other-frame)
22748 (find-file-read-only, find-file-read-only-other-window)
22749 (find-file-read-only-other-frame): Use it.
22750
22751 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
22752
22753 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
22754
22755 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
22756
22757 * generic-x.el (generic-define-mswindows-modes)
22758 (generic-define-unix-modes, apache-log-generic-mode)
22759 (bat-generic-mode-keymap, java-manifest-generic-mode)
22760 (show-tabs-generic-mode): Fix typos in docstrings.
22761
22762 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
22763
22764 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
22765 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
22766 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
22767 (rcirc-print): Never ignore messages from ourself.
22768
22769 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
22770
22771 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
22772 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
22773
22774 2007-06-28 Jan Djärv <jan.h.d@swipnet.se>
22775
22776 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
22777 replace-regexp-in-string.
22778
22779 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
22780
22781 * emacs-lisp/cl.el: Set edebug and indentation before loading
22782 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
22783
22784 2007-06-28 Andreas Schwab <schwab@suse.de>
22785
22786 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
22787 $(lisp)/subdirs.el.
22788
22789 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
22790
22791 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
22792 the speedbar frame if nil; that deletes the current frame or
22793 causes an error if it is the only frame.
22794 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
22795
22796 2007-06-28 Kevin Ryde <user42@zip.com.au>
22797
22798 * textmodes/nroff-mode.el: Groff \# comments.
22799 (nroff-mode-syntax-table): \# comment intro,
22800 plain # as punct per global table.
22801 (nroff-font-lock-keywords): Add # as a single char escape.
22802 (nroff-mode): In comment-start-skip, match \#.
22803
22804 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
22805
22806 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
22807 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
22808 point-min == 1.
22809
22810 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
22811
22812 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
22813 Rename and move to...
22814
22815 * subr.el (strings->string, string->strings): ...here.
22816
22817 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
22818 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
22819
22820 * progmodes/gud.el (gud-common-init): Call string->strings instead
22821 of split-string.
22822
22823 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
22824
22825 * dired-aux.el: Remove `dired-call-process'.
22826 (dired-check-process): Call `process-file'.
22827
22828 * wdired.el (wdired-do-perm-changes): Call `process-file'.
22829
22830 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
22831 `ange-ftp-process-file'.
22832
22833 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22834
22835 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
22836
22837 * emacs-lisp/cl-extra.el:
22838 * emacs-lisp/cl-seq.el:
22839 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
22840 Add autoload cookies on all defs autoloaded manually in cl.el.
22841
22842 * emacs-lisp/cl-loaddefs.el: New file.
22843
22844 * textmodes/texinfmt.el (texinfo-raisesections-alist)
22845 (texinfo-lowersections-alist): Merge definition and declaration.
22846 (texinfo-start-of-header, texinfo-end-of-header): Remove.
22847 (texinfo-format-syntax-table): Merge init into declaration.
22848 (texinfo-format-parse-line-args, texinfo-format-parse-args)
22849 (texinfo-format-parse-defun-args, texinfo-format-node)
22850 (texinfo-push-stack, texinfo-multitable-widths)
22851 (texinfo-define-info-enclosure, texinfo-alias)
22852 (texinfo-format-defindex, batch-texinfo-format): Use push.
22853 (texinfo-footnote-number): Remove duplicate declaration.
22854
22855 * ps-print.el: Update with auto-generated autoloads.
22856
22857 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
22858
22859 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
22860
22861 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
22862 relative to current dir for file-local settings.
22863 (autoload-generate-file-autoloads): Add `outfile' arg.
22864 (update-directory-autoloads): Use it to directly call
22865 autoload-generate-file-autoloads instead of going through
22866 update-file-autoloads so we avoid redundant searches and so we can know
22867 the set of buffers changed so we can save them all.
22868
22869 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
22870 rather than throwing `up-to-date'.
22871 (autoload-generate-file-autoloads): Adjust correspondingly.
22872 (update-file-autoloads): Be careful to let-bind
22873 autoload-modified-buffers and adjust to new calling conventions.
22874 (autoload-modified-buffers): Make it a dynamically scoped var.
22875 (update-directory-autoloads): Use file-relative-name instead of
22876 autoload-trim-file-name.
22877 (autoload-insert-section-header): Don't use autoload-trim-file-name
22878 since the file is already relative now.
22879 (autoload-trim-file-name): Remove.
22880
22881 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
22882 (vc-arch-complete, vc-arch--version-completion-table)
22883 (vc-arch-revision-completion-table): New functions to provide
22884 completion of revision names.
22885 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
22886 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
22887 to let the user trim the revlib.
22888
22889 * vc.el: Add new VC operation `revision-completion-table'.
22890 (vc-default-revision-completion-table): New function.
22891 (vc-version-diff, vc-version-other-window): Use it to provide
22892 completion of revision names if the backend provides it.
22893
22894 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
22895
22896 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
22897 of newer .svn/entries.
22898
22899 2007-06-25 David Kastrup <dak@gnu.org>
22900
22901 * calc/calc-poly.el (math-padded-polynomial)
22902 (math-partial-fractions): Add some function comments.
22903
22904 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22905
22906 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
22907 Make `outbuf' optional.
22908 (update-file-autoloads): Use it.
22909
22910 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22911
22912 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
22913 (autoload-find-destination): Keep it uptodate.
22914 (autoload-save-buffers): New fun.
22915 (update-file-autoloads): Use it. Re-add the "up to date" message.
22916
22917 * emacs-lisp/autoload.el: Refactor for upcoming changes.
22918 (autoload-find-destination): New function extracted from
22919 update-file-autoloads.
22920 (update-file-autoloads): Use it.
22921 (autoload-generate-file-autoloads): New function extracted from
22922 generate-file-autoloads. Use file-relative-name. Delay computation of
22923 output-start to the first cookie. Remove done-any, replaced by
22924 output-start.
22925 (generate-file-autoloads): Use it.
22926
22927 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
22928
22929 * calc/calc-comb.el (math-init-random-base, math-prime-test):
22930 Use math-read-number-simple to insert constants.
22931 (math-prime-test): Redo calculation of sum.
22932
22933 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
22934
22935 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
22936 math-scale-bignum-3.
22937 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
22938 math-bignum-digit-size.
22939 (math-isqrt-small): Add another possible initial guess.
22940
22941 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22942
22943 * textmodes/bibtex.el (bibtex-entry-format): New options
22944 `whitespace', `braces', and `string'.
22945 (bibtex-field-braces-alist, bibtex-field-strings-alist)
22946 (bibtex-field-braces-opt, bibtex-field-strings-opt)
22947 (bibtex-cite-matcher-alist): New variables.
22948 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
22949 (bibtex-flash-head): Use blink-matching-delay.
22950 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
22951 (bibtex-format-entry, bibtex-reformat): Handle new options of
22952 bibtex-entry-format.
22953 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
22954 New functions.
22955 (bibtex-complete-internal): Do not display messages while
22956 minibuffer is used. Do not leave around a completions buffer
22957 that is out of date.
22958 (bibtex-copy-summary-as-kill): New optional arg.
22959 (bibtex-font-lock-url): New optional arg no-button.
22960 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
22961 (bibtex-url): Allow multiple URLs per entry.
22962
22963 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22964
22965 * emacs-lisp/autoload.el (autoload-generated-file): New function.
22966 (update-file-autoloads, update-directory-autoloads): Use it.
22967 (autoload-file-load-name): New function.
22968 (generate-file-autoloads, update-file-autoloads): Use it.
22969 (autoload-find-file): Accept non-absolute argument. Set default-dir.
22970 (generate-file-autoloads): If the autoloaded form is malformed,
22971 indicate the problem with a warning instead of aborting.
22972
22973 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
22974
22975 * simple.el (next-error-recenter): Accept `(4)' as well;
22976 also, specify `integer' instead of `number'.
22977
22978 2007-06-23 Eli Zaretskii <eliz@gnu.org>
22979
22980 * ls-lisp.el (insert-directory): If an invalid regexp error is
22981 thrown, try using FILE as a literal file name, not a wildcard.
22982
22983 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
22984
22985 * ruler-mode.el (ruler-mode): Prevent clobbering the original
22986 `header-line-format' when reentering ruler mode.
22987
22988 2007-06-23 Eli Zaretskii <eliz@gnu.org>
22989
22990 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
22991 FILE exists as a file.
22992
22993 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
22994
22995 * calc/calc.el (math-bignum-digit-length)
22996 (math-bignum-digit-size, math-small-integer-size):
22997 New constants.
22998 (math-normalize, math-bignum-big, math-make-float)
22999 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
23000 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
23001 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
23002 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
23003 (math-quotient, math-div-bignum, math-div-bignum-digit)
23004 (math-div-bignum-part, math-format-bignum-decimal)
23005 (math-read-bignum): Use math-bignum-digit-length,
23006 math-bignum-digit-size and math-small-integer-size.
23007
23008 * calc/calc-ext.el (math-fixnum-big): Use the variable
23009 math-bignum-digit-size.
23010
23011 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
23012
23013 * log-view.el (log-view-mode-menu): New menu.
23014
23015 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
23016
23017 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
23018 differently.
23019
23020 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
23021 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
23022
23023 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
23024
23025 * vc-hg.el (vc-hg-print-log): Insert the file name.
23026 (vc-hg-log-view-mode): Fontify the file name.
23027
23028 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
23029
23030 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
23031 (calcFunc-julian): Fix incorrect number used in calculations.
23032
23033 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
23034
23035 * simple.el (next-error-recenter): New defcustom.
23036 (next-error, next-error-internal): Recenter if specified,
23037 immediately prior to running `next-error-hook'.
23038
23039 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
23040 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
23041
23042 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
23043
23044 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
23045
23046 * calc/calc-comb.el (math-small-factorial-table): New variable.
23047 (calcFunc-fact): Use `math-small-factorial-table'.
23048
23049 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
23050 initial values.
23051 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
23052 New variables to use in caches.
23053
23054 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
23055 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
23056
23057 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
23058 (math-bernoulli-b-cache): Use math-read-number-simple to insert
23059 bignums.
23060
23061 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
23062 New variables to use in caches.
23063
23064 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
23065
23066 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
23067
23068 * vc-hg.el (vc-hg-log-view-mode): New mode.
23069
23070 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
23071
23072 * calc/calc.el (math-read-number-simple): New function.
23073
23074 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
23075
23076 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
23077 (vera-font-lock-match-item): Fix doc string.
23078 (vera-in-comment-p): Remove unused function.
23079 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
23080 use `syntax-ppss'.
23081 (vera-forward-syntactic-ws): Fix argument order.
23082 (vera-prepare-search): Use `with-syntax-table'.
23083 (vera-indent-line): Fix doc string.
23084 (vera-electric-tab): Fix doc string.
23085 (vera-expand-abbrev): Define alias instead of using `fset'.
23086 (vera-comment-uncomment-region): Use `comment-start-skip'.
23087
23088 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
23089
23090 * textmodes/org.el (org-export-with-footnotes): New option.
23091 (org-export-as-html): Fix replacement bug for XEmacs.
23092 (org-agenda-default-appointment-duration): New option.
23093
23094 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
23095
23096 * vc-hg.el: Add to do items.
23097 (vc-hg-diff): Add support for comparing different revisions.
23098 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
23099 (vc-hg-annotate-extract-revision-at-line)
23100 (vc-hg-previous-version, vc-hg-checkin): New functions.
23101 (vc-hg-annotate-re): New constant.
23102
23103 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
23104
23105 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
23106
23107 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
23108
23109 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
23110 buffer-local value of log-view-*-re if applicable.
23111
23112 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
23113 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
23114 (vc-bzr-command*): Remove both (incompatible) versions.
23115 (vc-bzr-do-command*): Remove.
23116 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
23117 Remove by folding into its only caller vc-bzr-command.
23118 (vc-bzr-command): Always set the environment, even when ineffective.
23119 (vc-bzr-version): Minor fix up.
23120 (vc-bzr-admin-dirname): New var.
23121 (vc-bzr-bzr-dir): Remove.
23122 (vc-bzr-root-dir): New fun.
23123 (vc-bzr-registered): Use it. Add an autoloaded version.
23124 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
23125 (vc-bzr-view-log-function): Remove.
23126 (vc-bzr-log-view-mode): New major mode to replace it.
23127 (vc-bzr-print-log): Only activate the old hack if needed.
23128
23129 * vc.el (vc-default-log-view-mode): New function.
23130 (vc-print-log): Add new `log-view-mode' VC operation.
23131
23132 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
23133
23134 * ido.el (ido-find-file-in-dir): Don't signal an error for
23135 empty directories.
23136
23137 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
23138
23139 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
23140 directory where the desktop file was found, as the docstring says.
23141 (desktop-kill): Use `read-directory-name'.
23142
23143 2007-06-20 Alan Mackenzie <acm@muc.de>
23144
23145 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
23146 When removing lines, also remove the \n. Correction of patch of
23147 2007-04-21.
23148
23149 2007-06-20 Martin Rudalics <rudalics@gmx.at>
23150
23151 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
23152 event is not a cons cell. Do not unread drag-mouse-1 events.
23153 Select right window in check whether space was stolen from
23154 window above.
23155
23156 * help-mode.el (help-make-xrefs): Adjust position of new forward
23157 button.
23158
23159 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
23160
23161 * vc-bzr.el (vc-bzr-with-process-environment)
23162 (vc-bzr-std-process-invocation): New macros.
23163 (vc-bzr-command, vc-bzr-command*): Use them.
23164 (vc-bzr-with-c-locale): Remove.
23165 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
23166 (vc-bzr-buffer-nonblank-p): New function.
23167 (vc-bzr-state-words): New const.
23168 (vc-bzr-state): Look for `bzr status' keywords in output.
23169 Display everything else as a warning message to the user.
23170 Fix status report with bzr >= 0.15.
23171
23172 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
23173
23174 * vc-hg.el (vc-hg-global-switches): Simplify.
23175 (vc-hg-state): Handle more states.
23176 (vc-hg-diff): Fix doc-string.
23177 (vc-hg-register): New function.
23178 (vc-hg-checkout): Likewise.
23179
23180 2007-06-20 Reto Zimmermann <reto@gnu.org>
23181
23182 * progmodes/vera-mode.el: New file.
23183
23184 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
23185
23186 * calc/calc.el (calc-multiplication-has-precendence):
23187 New variable.
23188 (math-standard-ops, math-standard-ops-p, math-expr-ops):
23189 New functions.
23190 (math-expr-opers): Define using math-standard-ops rather than
23191 math-standard-opers.
23192 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
23193 equal the function math-standard-ops rather than the variable
23194 math-standard-opers.
23195 (calc-algebraic-entry): Let math-expr-opers equal
23196 math-standard-ops or math-expr-ops, as appropriate.
23197 (math-expr-read-level, math-read-factor): Let math-expr-opers
23198 equal math-expr-ops.
23199 * calc/calc-embed.el (calc-embedded-finish-edit):
23200 Let math-expr-opers equal the function math-standard-ops
23201 rather than the variable math-standard-opers.
23202 * calc/calc-ext.el (math-read-plain-expr)
23203 (math-format-flat-expr-fancy): Let math-expr-opers equal the
23204 function math-standard-ops rather than the variable
23205 math-standard-opers.
23206 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
23207 Let math-expr-opers equal the function math-standard-ops rather
23208 than the variable math-standard-opers.
23209 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
23210 equal the function math-standard-ops rather than the variable
23211 math-standard-opers.
23212 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
23213 equal the function math-standard-ops rather than the variable
23214 math-standard-opers.
23215 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
23216 math-expr-ops.
23217
23218 2007-06-19 Ivan Kanis <apple@kanis.eu>
23219
23220 * vc-hg.el: New file.
23221
23222 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
23223
23224 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
23225 with font-lock-multiline.
23226
23227 2007-06-17 Glenn Morris <rgm@gnu.org>
23228
23229 * lpr.el (lpr-page-header-switches): Move %s to separate element
23230 for correct quoting. Doc fix.
23231
23232 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
23233
23234 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
23235 than setting sgml-xml-mode.
23236 (sgml-mode, html-mode): Set sgml-xml-mode.
23237 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
23238 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
23239 (sgml-electric-tag-pair-before-change-function)
23240 (sgml-electric-tag-pair-flush-overlays): New functions.
23241 (sgml-electric-tag-pair-mode): New minor mode.
23242 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
23243 (sgml-calculate-indent): Use assoc-string.
23244
23245 2007-06-16 Karl Fogel <kfogel@red-bean.com>
23246
23247 * thingatpt.el (thing-at-point-email-regexp): Don't require two
23248 chars before the "@" in an email address. Andreas Roehler noticed
23249 this problem.
23250
23251 2007-06-15 Karl Fogel <kfogel@red-bean.com>
23252
23253 * thingatpt.el: Add support for email addresses (`email').
23254 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
23255 (thing-at-point-email-regexp): New variable.
23256 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
23257 properties on this symbol, with lambda forms for values.
23258
23259 2007-06-15 Masatake YAMATO <jet@gyve.org>
23260
23261 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
23262
23263 * vc.el (vc-dired-hook): Check the backend returned from
23264 `vc-responsible-backend' can really handle `subdir'.
23265
23266 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
23267
23268 * wid-edit.el (widget-add-documentation-string-button):
23269 Fix handling of documentation indent.
23270
23271 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
23272
23273 * mb-depth.el: New file.
23274
23275 2007-06-15 Masatake YAMATO <jet@gyve.org>
23276
23277 * vc.el (vc-dired-mode): Show backend name as part of mode name.
23278
23279 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
23280
23281 * wid-edit.el (widget-default-create): Move ?h handling here...
23282 (widget-default-format-handler): ...from here.
23283 (widget-docstring, widget-add-documentation-string-button): New funs.
23284 (documentation-string): Add :visibility-widget property.
23285 (widget-documentation-string-value-create): Use it.
23286
23287 * cus-edit.el (custom-split-regexp-maybe): Simplify.
23288 (custom-buffer-create-internal): Simplify message.
23289 (custom-variable-tag): Reduce height to normal.
23290 (custom-variable-value-create, custom-face-value-create)
23291 (custom-visibility): New widget.
23292 (custom-visibility): New face.
23293 (custom-group-value-create):
23294 Call widget-add-documentation-string-button, using `custom-visibility'.
23295
23296 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
23297
23298 * emacs-lisp/bytecomp.el (byte-compile-current-group)
23299 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
23300 change. Apparently the "warning even if the group is implicit" is
23301 a feature rather than a bug.
23302
23303 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
23304
23305 * emulation/viper.el (viper-describe-key-ad)
23306 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
23307 Compile them conditionally.
23308 (viper-version): Belated version change.
23309
23310 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
23311
23312 * follow.el (follow-all-followers, follow-generic-filter):
23313 * pcomplete.el (pcomplete-restore-windows):
23314 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
23315 (x-dnd-drop-data):
23316 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
23317 * progmodes/python.el (python-complete-symbol):
23318 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
23319
23320 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
23321
23322 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
23323 around bright and dim regexps. Make sure bright and dim matches
23324 use word anchors. Send text through rcirc-markup functions.
23325 (rcirc-url-regexp): Add single quote character.
23326 (rcirc-connect): Write logs to disk on auto-save-hook.
23327 Make server a non-optional argument.
23328 (rcirc-log-alist): New variable.
23329 (rcirc-log-directory): Make customizable.
23330 (rcirc-log-flag): New customizable variable.
23331 (rcirc-log): New function.
23332 (rcirc-print): Use above function.
23333 (rcirc-log-write): New function.
23334 (rcirc-generate-new-buffer-name): Strip text properties.
23335 (rcirc-switch-to-buffer-function): Remove variable.
23336 (rcirc-last-non-irc-buffer): Remove variable.
23337 (rcirc-non-irc-buffer): Add function.
23338 (rcirc-next-active-buffer): Use above function.
23339 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
23340 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
23341 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
23342 (rcirc-omit-mode): Add minor-mode.
23343 (rcirc-mode-map): Change C-c C-o binding.
23344 (rcirc-mode): Clear mode-line-process. Use a custom
23345 fill-paragraph-function. Set up buffer-invisibility-spec.
23346 (rcirc-response-formats): Remove timestamp code.
23347 (rcirc-omit-responses): Add variable.
23348 (rcirc-print): Don't put the overlay arrow on potentially omitted
23349 lines. Log line to disk. Record activity for private messages
23350 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
23351 (rcirc-jump-to-first-unread-line): Print message if there is no
23352 unread text.
23353 (rcirc-clear-unread): New function.
23354 (rcirc-markup-text-functions): Add variable.
23355 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
23356 (rcirc-debug): Don't mess with window configuration.
23357 (rcirc-send-message): Send message before printing locally.
23358 Add SILENT argument, do not print message if non-nil.
23359 (rcirc-visible-buffers): New function and variable.
23360 (rcirc-window-configuration-change-1): Add function.
23361 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
23362 server buffer.
23363 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
23364 (rcirc-fill-paragraph): Add function.
23365 (rcirc-record-activity, rcirc-window-configuration-change-1):
23366 Only update the activity string if it has actually changed.
23367 (rcirc-update-activity-string): Remove padding characters from the
23368 mode-line string.
23369 (rcirc-disconnect-buffer): New function to be called when a
23370 channel is parted or the user quits.
23371 (rcirc-server-name): Warn when the server-name hasn't been set.
23372 (rcirc-window-configuration-change): Postpone work until
23373 post-command-hook.
23374 (rcirc-window-configuration-change-1): Update mode-line and
23375 overlay arrows here.
23376 (rcirc-authenticate): Fixc hanserv identification.
23377 (rcirc-default-server): Remove variable.
23378 (rcirc): Connect according to rcirc-connections.
23379 (rcirc-connections): Add variable.
23380 (rcirc-startup-channels-alist): Remove variable.
23381 (rcirc-startup-channels): Remove function.
23382
23383 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
23384
23385 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
23386
23387 2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
23388
23389 * term/xterm.el (terminal-init-xterm): Escape parens in character
23390 constants.
23391
23392 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
23393
23394 * progmodes/sh-script.el: Remove unneeded * from docstrings.
23395 Use [:alpha:] and [:alnum:] where applicable.
23396 (sh-quoted-subshell): Rewrite to correctly
23397 handle nested mixes of `...' and $(...).
23398 (sh-apply-quoted-subshell): Remove.
23399 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
23400
23401 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
23402
23403 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
23404
23405 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
23406 previous change.
23407
23408 2007-06-12 Tom Tromey <tromey@redhat.com>
23409
23410 * subr.el (user-emacs-directory): New defconst.
23411 * cmuscheme.el (scheme-start-file):
23412 * shell.el (shell):
23413 * completion.el (save-completions-file-name):
23414 * custom.el (custom-theme-directory):
23415 * term/x-win.el (emacs-session-filename):
23416 * filesets.el (filesets-menu-cache-file):
23417 * thumbs.el (thumbs-thumbsdir):
23418 * server.el (server-auth-dir):
23419 * image-dired.el (image-dired-dir):
23420 (image-dired-db-file):
23421 (image-dired-temp-image-file):
23422 (image-dired-gallery-dir):
23423 (image-dired-temp-rotate-image-file):
23424 * play/gamegrid.el (gamegrid-user-score-file-directory):
23425 * savehist.el (savehist-file):
23426 * tutorial.el (tutorial--saved-dir):
23427 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
23428
23429 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
23430
23431 * scroll-lock.el (scroll-lock-mode): Doc fix.
23432
23433 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
23434
23435 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
23436
23437 * ediff-init.el: Doc strings.
23438
23439 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
23440
23441 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
23442 (byte-compile-file): Bind it.
23443 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
23444 group argument is provided implicitly.
23445 (byte-compile-format-warn, byte-compile-from-buffer)
23446 (byte-compile-insert-header): Don't hardcode point-min==1.
23447 (byte-compile-file-form-require): Remove unused var old-load-list.
23448 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
23449
23450 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
23451
23452 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
23453 Display error messages.
23454 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
23455 Get rid of cl.el dependencies.
23456
23457 * emulation/viper-init.el (viper-suppress-input-method-change-message):
23458 New variable.
23459 (viper-activate-input-method-action)
23460 (viper-inactivate-input-method-action):
23461 Use viper-suppress-input-method-change-message.
23462
23463 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
23464 for C-s, C-r.
23465
23466 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
23467 Use viper-replace-overlay-cursor-color instead of
23468 viper-replace-overlay-cursor-color.
23469 (viper-sit-for-short): Use sit-for with 3 arguments.
23470
23471 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
23472 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
23473 to gud-mode.
23474
23475 * ediff-mult.el (ediff-meta-buffer-brief-message)
23476 (ediff-meta-buffer-verbose-message): New variables.
23477 (ediff-meta-buffer-message): Variable deleted.
23478 (ediff-verbose-help-enabled): New variable.
23479 (ediff-toggle-verbose-help-meta-buffer): New function.
23480 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
23481 message options.
23482
23483 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
23484 (ediff-fixup-patch-map): Improve heuristic.
23485
23486 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
23487
23488 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
23489 (log-view-font-lock-keywords): Simplify.
23490 (log-view-current-file, log-view-current-tag): Simplify.
23491
23492 2007-06-12 Sam Steingold <sds@gnu.org>
23493
23494 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
23495
23496 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
23497
23498 * desktop.el (desktop-load-locked-desktop): New option.
23499 (desktop-read): Use it.
23500 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
23501 Use `when'.
23502
23503 2007-06-12 Davis Herring <herring@lanl.gov>
23504
23505 * desktop.el (desktop-save-mode-off): New function.
23506 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
23507 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
23508 (desktop-claim-lock, desktop-release-lock): New functions.
23509 (desktop-kill): Tell `desktop-save' that this is the last save.
23510 Release the lock afterwards.
23511 (desktop-buffer-info): New function.
23512 (desktop-save): Use it. Run `desktop-save-hook' where the doc
23513 says to. Detect conflicts, and manage the lock.
23514 (desktop-read): Detect conflicts. Manage the lock.
23515
23516 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
23517
23518 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
23519
23520 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
23521 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
23522 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
23523 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
23524 keysyms rather than byte sequences.
23525 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
23526
23527 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
23528
23529 * font-lock.el (font-lock-add-keywords): In case font-lock was only
23530 half-activated, forcefully activate it completely.
23531
23532 2007-06-11 Richard Stallman <rms@gnu.org>
23533
23534 * cus-edit.el (custom-variable-type): Doc fix.
23535
23536 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
23537
23538 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
23539 (sh-font-lock-flush-syntax-ppss-cache): New functions.
23540 (sh-font-lock-syntactic-keywords): Use them to distinguish the
23541 different possible cases for \'.
23542
23543 * complete.el (PC-bindings): Don't bind things already bound in the
23544 parent keymap.
23545
23546 * textmodes/bibtex-style.el: New file.
23547
23548 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
23549
23550 * vc-bzr.el: New file.
23551
23552 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
23553
23554 * vc-svn.el (vc-svn-program): New var.
23555 (vc-svn-command): Use it.
23556
23557 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
23558
23559 * server.el (server-switch-buffer): Remove redundant check.
23560
23561 2007-06-10 Martin Rudalics <rudalics@gmx.at>
23562
23563 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
23564 Match against file-name-nondirectory.
23565 Fix text on user customization variables.
23566 Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
23567
23568 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
23569
23570 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
23571
23572 2007-06-09 Davis Herring <herring@lanl.gov>
23573
23574 * desktop.el (desktop-minor-mode-table): Doc fix.
23575
23576 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
23577
23578 * textmodes/css-mode.el (css-navigation-syntax-table):
23579 Use set-char-table-range so it also works in the unicode branch.
23580
23581 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
23582
23583 * help-mode.el (help-xref-forward-stack)
23584 (help-xref-stack-forward-item, help-forward-label): New variables.
23585 (help-forward): New button type.
23586 (help-setup-xref): Initialise help-xref-forward-stack.
23587 (help-make-xrefs): Add forward button, if appropriate.
23588 (help-xref-go-back): Push item on forward stack.
23589 (help-xref-go-forward, help-go-forward): New functions.
23590
23591 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
23592
23593 * dired.el (dired-mode-map): Remove spurious separator.
23594
23595 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
23596
23597 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
23598
23599 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23600 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
23601
23602 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
23603
23604 * textmodes/org.el: Version number fixed.
23605
23606 2007-06-07 Glenn Morris <rgm@gnu.org>
23607
23608 * version.el (emacs-copyright): New constant.
23609 * startup.el (fancy-splash-tail): Use emacs-copyright.
23610 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
23611
23612 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
23613 `make-local'.
23614 (byte-compile-warnings-safe-p): Add `make-local'.
23615 (byte-compile-make-variable-buffer-local):
23616 Allow byte-compile-warnings to suppress this warning.
23617
23618 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
23619 format of "menu" description.
23620 (tutorial--find-changed-keys): Describe the specific menu a
23621 command is in.
23622
23623 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
23624 Rewrite compatibility functions to silence byte-compiler.
23625
23626 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
23627
23628 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
23629 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
23630
23631 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
23632
23633 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
23634
23635 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
23636
23637 * progmodes/ebrowse.el (ebrowse-member-table):
23638 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
23639 (org-batch-agenda-csv): Fix typos in docstrings.
23640
23641 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
23642
23643 * pgg.el (pgg-sign-region, pgg-sign):
23644 * ses.el (ses-call-printer):
23645 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
23646 * textmodes/org.el (org-cycle): Fix typos in docstrings.
23647
23648 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
23649
23650 * textmodes/org.el (org-export-region-as-html)
23651 (org-replace-region-by-html, org-number-to-letters)
23652 (org-table-fedit-finish, org-normalize-color)
23653 (org-table-fedit-ref-right, org-date-to-gregorian)
23654 (org-table-fedit-move, org-table-convert-refs-to-rc)
23655 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
23656 (org-write-agenda, org-colgroup-info-to-vline-list)
23657 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
23658 (org-indent-line-function, org-export-as-html-to-buffer)
23659 (org-store-agenda-views, org-update-mode-line)
23660 (org-find-if, org-delete-all)
23661 (org-table-fedit-convert-buffer, org-emphasize)
23662 (org-uniquify, org-table-fedit-lisp-indent)
23663 (org-table-fedit-scroll, org-get-todo-sequence-head)
23664 (org-table-fedit-scroll-down, org-table-fedit-line-down)
23665 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
23666 (org-table-fedit-toggle-coordinates, org-dvipng-color)
23667 (org-table-fedit-line-up, org-table-fedit-ref-down)
23668 (org-table-formula-from-user, org-mode-flyspell-verify)
23669 (org-cycle-show-empty-lines, org-ctrl-c-ret)
23670 (org-table-formula-to-user, org-diary-to-ical-string)
23671 (orgtbl-export, org-table-fedit-post-command)
23672 (org-closed-in-range, org-shiftcontrolright)
23673 (org-table-convert-refs-to-an, org-table-hline-and-move)
23674 (org-table-formula-less-p, org-format-table-ascii)
23675 (org-agenda-get-sexps, org-shift-refpart)
23676 (org-diary-sexp-entry, org-time-string-to-absolute)
23677 (org-table-show-reference, org-letters-to-number)
23678 (org-fix-agenda-info, org-table-fedit-ref-up)
23679 (org-table-fedit-shift-reference, org-table-fedit-abort)
23680 (org-closest-date, org-shiftcontrolleft)
23681 (org-at-heading-or-item-p, org-rematch-and-replace)
23682 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
23683 New functions.
23684 (org-table-edit-scroll-down, org-finish-edit-formulas)
23685 (org-table-edit-next-field, org-abort-edit-formulas)
23686 (org-font-lock-level, org-export-find-first-heading-line)
23687 (org-table-edit-line-down, org-table-edit-backward-field)
23688 (org-edit-formula-lisp-indent, org-table-edit-move)
23689 (org-check-log-option, org-this-word)
23690 (org-table-edit-line-up, org-table-edit-formulas-post-command)
23691 (org-agenda-file-to-end, org-expand-file-name)
23692 (org-fake-empty-table-line, org-table-edit-scroll)
23693 (org-toggle-log-option, org-show-reference): Function removed.
23694 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
23695 New defsubsts.
23696 (org-unmodified, org-batch-store-agenda-views)
23697 (org-batch-agenda-csv): New macro.
23698 (org-agenda-export): New customization group.
23699 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
23700 (org-highest-priority, org-agenda-exporter-settings)
23701 (org-log-done-with-time, org-replace-disputed-keys)
23702 (org-format-latex-header, org-export-table-header-tags)
23703 (org-cycle-separator-lines, org-export-table-data-tags)
23704 (org-icalendar-include-sexps)
23705 (org-empty-line-terminates-plain-lists)
23706 (org-log-repeat, org-special-ctrl-a)
23707 (org-table-use-standard-references, org-disputed-keys)
23708 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
23709 (org-agenda-export-html-style): New option.
23710 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
23711 (org-CUA-compatible): Option removed.
23712 (org-agenda-structure, org-sexp-date): New face.
23713 (org-todo-keywords-for-agenda, org-not-done-keywords)
23714 (org-planning-or-clock-line-re, org-agenda-name)
23715 (org-table-colgroup-info, org-todo-sets)
23716 (constants-unit-system, org-clock-mode-line-entry)
23717 (org-mode-line-timer, org-table-current-begin-pos)
23718 (org-todo-keywords-1, org-mode-line-string)
23719 (org-table-clean-did-remove-column, org-table-fedit-map)
23720 (org-clock-heading, org-table-buffer-is-an)
23721 (org-agenda-info, org-done-keywords)
23722 (org-done-keywords-for-agenda, org-todo-heads)
23723 (org-todo-kwd-alist, org-clock-start-time): New variable.
23724 (org-todo-kwd-priority-p, org-edit-formulas-map)
23725 (org-repeat-re, org-todo-kwd-max-priority)
23726 (org-version, org-done-string)
23727 (org-table-clean-did-remove-column-1, org-disputed-keys):
23728 Remove variables.
23729 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
23730 (org-ts-lengths): Constant removed.
23731 (org-follow-gnus-link): Don't ask how many articles to read.
23732 (org-export-find-first-export-line): Rename from
23733 `org-export-find-first-heading'.
23734 Use `org-export-skip-text-before-1st-heading'.
23735 (org-table-fedit-post-command): Rename from
23736 `org-table-edit-formulas-post-command'.
23737 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
23738 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
23739 (org-table-fedit-lisp-indent): Rename from
23740 `org-edit-formula-lisp-indent'.
23741 (org-table-show-reference): Rename from `org-show-reference'.
23742 (org-table-store-formulas): Use `org-table-formula-less-p'.
23743 (org-table-edit-formulas): Position cursor to current field equation.
23744 (org-update-checkbox-count, org-hide-archived-subtrees)
23745 (org-timestamp-up-day, org-timestamp-down-day)
23746 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
23747 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
23748 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
23749 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
23750 Let `org-on-heading-p' also check for invisible heading.
23751 (org-read-date): Match am/pm times.
23752 (org-eval-in-calendar): Fix default date in prompt.
23753
23754 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
23755
23756 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
23757 "ChangeLog.a" entries, giving the latter lower priority.
23758
23759 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
23760
23761 * faces.el (face-id): If the argument is a face alias,
23762 return the ID of the target face.
23763
23764 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
23765
23766 * net/socks.el (top): Remove unnecessary copyright line.
23767
23768 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
23769
23770 * longlines.el (longlines-auto-wrap): Handle argument correctly.
23771
23772 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
23773
23774 * net/socks.el: New file, taken from w3 repository.
23775 (top): Update Copyright. Don't load cl.el.
23776 (all): Replace `case' by `cond', `string-to-int' by
23777 `string-to-number', and `process-kill-without-query' by
23778 `set-process-query-on-exit-flag'.
23779 (socks-char-int): Remove defalias and all occurrences.
23780
23781 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
23782
23783 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
23784 Fix typos in docstrings.
23785 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
23786 (compilation-finish-function): Fix typo in obsolescence declaration.
23787
23788 2007-06-03 Sam Steingold <sds@gnu.org>
23789
23790 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
23791 handle unending automatic recompilation of changed files (`omake -P').
23792 (compilation-loop): VISITED is now 5th CDR.
23793 (compilation-next-error-function): Set TIMESTAMP.
23794
23795 2007-06-03 Sam Steingold <sds@gnu.org>
23796
23797 * files.el (kill-buffer-ask): New function.
23798 (kill-some-buffers): Use it.
23799 (kill-matching-buffers): New user command.
23800
23801 2007-06-01 David Kastrup <dak@gnu.org>
23802
23803 * dired.el (dired-recursive-deletes, dired-recursive-copies):
23804 Change default to `top'.
23805
23806 2007-05-31 Richard Stallman <rms@gnu.org>
23807
23808 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
23809
23810 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23811
23812 * textmodes/css-mode.el: New file.
23813
23814 2007-05-30 Michael Olson <mwolson@gnu.org>
23815
23816 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
23817 died and we are trying to send a signal to it. The program using
23818 tq.el should periodically check to see whether the process has
23819 died and react appropriately -- this is not the responsibility of
23820 tq.el, and is consistent with the rest of the tq.el source code.
23821
23822 2007-05-29 Martin Rudalics <rudalics@gmx.at>
23823
23824 * textmodes/table.el (table--point-entered-cell-function)
23825 (table--point-left-cell-function):
23826 Bind `inhibit-point-motion-hooks' to t.
23827
23828 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
23829
23830 * emacs-lisp/rx.el (rx): Doc fix.
23831
23832 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
23833
23834 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
23835
23836 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
23837
23838 Sync with Tramp 2.0.56.
23839
23840 * net/tramp.el:
23841 * net/tramp-ftp.el:
23842 * net/tramp-smb.el:
23843 * net/tramp-util.el:
23844 * net/tramp-vc.el:
23845 Don't load cl.el, because that pollutes the namespace. Replace cl
23846 macros by their implementations where necessary. Requested by
23847 Richard Stallman <rms@gnu.org>.
23848
23849 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
23850 doesn't exist.
23851 (with-parsed-tramp-file-name): Protect debug spec during compilation.
23852 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
23853 (tramp-file-name-p, tramp-file-name-multi-method)
23854 (tramp-file-name-method, tramp-file-name-user)
23855 (tramp-file-name-host, tramp-file-name-localname): New defuns,
23856 replacing defstruct `tramp-file-name'.
23857 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
23858 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
23859 Apply `vector' instead of `make-tramp-file-name'.
23860 (tramp-handle-make-auto-save-file-name):
23861 Apply `tramp-temporary-file-directory' for compatibility reasons.
23862 (tramp-completion-mode): Use `natnump' instead of `wholenump'
23863 because of XEmacs.
23864 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
23865 started.
23866
23867 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
23868
23869 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
23870
23871 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
23872
23873 * log-edit.el (log-edit-changelog-paragraph): Return point-max
23874 as the end of the ChangeLog paragraph when it ends without a line
23875 termination.
23876
23877 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
23878
23879 * net/webjump.el (webjump-sample-sites):
23880 Add simple Wikipedia query.
23881
23882 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
23883
23884 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
23885 compatibility code.
23886
23887 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
23888 (copyright-update-year): Use it.
23889
23890 * edmacro.el (edmacro-format-keys): Use current-active-maps.
23891
23892 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
23893 Add indentation and debugging info. Fix up comment convention.
23894
23895 * cus-dep.el (custom-make-dependencies): Simplify.
23896
23897 * composite.el (compose-region, decompose-region):
23898 Use inhibit-read-only and restore-buffer-modified-p.
23899
23900 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
23901 (xterm-mouse-event): Use it.
23902
23903 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
23904
23905 * bs.el (bs-cycle-previous): Don't modify the cycle list until
23906 `switch-to-buffer' has returned succesfully.
23907 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
23908 window is dedicated (it could iconify the frame).
23909
23910 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
23911
23912 * vc-hooks.el (vc-find-root): Fix file attribute test.
23913
23914 2007-05-24 Richard Stallman <rms@gnu.org>
23915
23916 * textmodes/flyspell.el (flyspell-correct-word-before-point):
23917 Don't let opoint be nil.
23918 (flyspell-emacs-popup): Explicit error if no dialogs.
23919
23920 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
23921
23922 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
23923 (image-next-line, image-previous-line, image-scroll-up)
23924 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
23925 New functions.
23926 (image-mode-map): Remap motion commands.
23927 (image-mode-text-map): New keymap for viewing images as text.
23928 (image-mode): Use image-mode-map.
23929 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
23930
23931 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23932
23933 * textmodes/fill.el (canonically-space-region): Make the second arg
23934 a marker if it's not already the case.
23935
23936 2007-05-23 Eli Zaretskii <eliz@gnu.org>
23937
23938 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
23939 (tar-get-descriptor): Handle type 55, an extended pax header.
23940
23941 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23942
23943 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
23944 to confuse outline-minor-mode.
23945
23946 2007-05-23 Eli Zaretskii <eliz@gnu.org>
23947
23948 * tar-mode.el (tar-file-name-handler): New function.
23949 (tar-extract): Bind file-name-handler-alist to it to force
23950 find-buffer-file-type-coding-system behave as if the file being
23951 extracted existed. Use last-coding-system-used to force
23952 buffer-file-coding-system to what decode-coding-region actually
23953 used to decode the file.
23954
23955 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
23956
23957 * progmodes/compile.el (compilation-handle-exit):
23958 `compilation-finish-function' may change the current buffer.
23959
23960 2007-05-22 Richard Stallman <rms@gnu.org>
23961
23962 * files.el (set-auto-mode): Doc fix.
23963
23964 2007-05-22 Jan Djärv <jan.h.d@swipnet.se>
23965
23966 * help-fns.el (find-source-lisp-file): New function.
23967 (describe-function-1): Use find-source-lisp-file to find source
23968 file in compile tree.
23969
23970 2007-05-22 Eli Zaretskii <eliz@gnu.org>
23971
23972 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
23973
23974 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
23975
23976 * emacs-lisp/easy-mmode.el (define-minor-mode)
23977 (easy-mmode-define-navigation): Fix typos in docstrings.
23978
23979 2007-05-22 Glenn Morris <rgm@gnu.org>
23980
23981 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
23982
23983 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
23984
23985 * mail/mail-extr.el (mail-extract-address-components):
23986 Recognize non-ASCII characters except for NBSP as words.
23987
23988 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
23989
23990 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
23991 (rcirc-print): Handle `window-width'.
23992 (rcirc-buffer-maximum-lines): Doc fix.
23993
23994 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
23995
23996 * image-mode.el (image-toggle-display): Don't clear image cache.
23997 Only use filename in image spec if the file is readable.
23998 Call image-refresh.
23999
24000 * image.el (image-type-from-file-name, image-type): Simplify.
24001 (image-type-auto-detected-p): Don't scan auto-mode-alist.
24002
24003 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
24004 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
24005
24006 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
24007
24008 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
24009 is an error.
24010
24011 * term/linux.el (terminal-init-linux): Don't signal an error
24012 if gpm isn't running.
24013
24014 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
24015
24016 * t-mouse.el: Reduce to a minor-mode macro call.
24017 (t-mouse-mode): Remove the lighter.
24018
24019 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
24020
24021 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
24022
24023 * files.el (auto-mode-alist): Change the regexp so that
24024 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
24025
24026 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
24027
24028 * Version 22.1 released.
24029
24030 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
24031
24032 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
24033 changes.
24034
24035 2007-05-19 Kevin Ryde <user42@zip.com.au>
24036
24037 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
24038
24039 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
24040
24041 * textmodes/sgml-mode.el: Revert last change.
24042
24043 2007-05-18 Richard Stallman <rms@gnu.org>
24044
24045 * simple.el (push-mark): Doc fix.
24046
24047 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
24048
24049 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
24050 tpu-global-map.
24051 (tpu-original-global-map): Variable deleted.
24052 (tpu-control-keys-map): New keymap variable.
24053 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
24054 setting keymapping directly.
24055 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
24056 tpu-global-map.
24057 (tpu-edt-on): Activate the tpu-global-map.
24058 (tpu-edt-off): Deactivate the tpu-global-map.
24059
24060 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
24061
24062 * textmodes/ispell.el (ispell-get-word): Return markers
24063 for start and end positions.
24064 (ispell-word): Assume END is a marker.
24065
24066 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
24067
24068 * textmodes/sgml-mode.el (sgml-tag):
24069 Fix bug: Call sgml-transformation-function.
24070
24071 2007-05-17 Martin Rudalics <rudalics@gmx.at>
24072
24073 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
24074 modified flag of buffer. Use `inhibit-modification-hooks'.
24075
24076 2007-05-16 Richard Stallman <rms@gnu.org>
24077
24078 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
24079
24080 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
24081
24082 * files.el (magic-mode-alist, magic-fallback-mode-alist):
24083 Move the *ml, Postscript, and XmCD entries to the fallback part.
24084
24085 * files.el (magic-fallback-mode-alist):
24086 Rename from file-start-mode-alist.
24087
24088 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
24089
24090 * progmodes/compile.el (compilation-handle-exit): Quote first
24091 argument of `run-hook-with-args'.
24092
24093 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
24094
24095 * buff-menu.el (Buffer-menu-sort-column):
24096 * dabbrev.el (dabbrev-upcase-means-case-search):
24097 * dired.el (dired-recursive-deletes, dired-recursive-copies):
24098 * info.el (Info-current-subfile):
24099 * ls-lisp.el (ls-lisp-verbosity):
24100 * msb.el (msb-menu-cond):
24101 * pcvs.el (cvs-dired-use-hook):
24102 * simple.el (set-mark-command-repeat-pop):
24103 * time.el (display-time-24hr-format, display-time-mail-file):
24104 Doc fixes.
24105
24106 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
24107 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
24108
24109 * view.el (view-inhibit-help-message): Fix typo in docstring.
24110 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
24111
24112 2007-05-16 Martin Rudalics <rudalics@gmx.at>
24113
24114 * textmodes/ispell.el (ispell-start-process): Defend against bad
24115 default-directory.
24116
24117 2007-05-14 Eli Zaretskii <eliz@gnu.org>
24118
24119 * mail/rmail.el (rmail-convert-to-babyl-format): Check
24120 content-transfer-encoding _last_, because it's its position that
24121 we need as value of base64-header-field-end.
24122
24123 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
24124
24125 * files.el (mode-require-final-newline, require-final-newline)
24126 (enable-local-variables, enable-local-eval): Doc fixes.
24127
24128 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24129
24130 * ps-print.el: Use default color when foreground or background color
24131 are unspecified. Reported by Leo <sdl.web@gmail.com>.
24132 (ps-print-version): New version 6.7.4.
24133 (ps-rgb-color): New argument. Use default color when color is
24134 unspecified.
24135 (ps-begin-job): Fix code.
24136
24137 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
24138
24139 * longlines.el (longlines-mode): Make longlines-auto-wrap
24140 buffer-local. Add hooks unconditionally.
24141 (longlines-auto-wrap): Toggle wrapping.
24142 (longlines-after-change-function)
24143 (longlines-post-command-function): Check longlines-auto-wrap.
24144
24145 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
24146
24147 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
24148 (xterm-mouse-translate): Use it.
24149
24150 2007-05-10 Richard Stallman <rms@gnu.org>
24151
24152 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
24153 (iso-cvt-write-only): Likewise.
24154
24155 * emacs-lisp/easy-mmode.el (define-minor-mode):
24156 Fix generated doc string.
24157
24158 * startup.el (fancy-splash-text): Add URL of guided tour.
24159 Adjust horizontal and vertical whitespace.
24160
24161 * progmodes/compile.el (compilation-handle-exit):
24162 Use run-hook-with-args to run compilation-finish-functions.
24163
24164 * files.el (file-start-mode-alist): New variable.
24165 (magic-mode-regexp-match-limit): Doc fix.
24166 (set-auto-mode): Handle file-start-mode-alist.
24167 A little cleanup of structure.
24168
24169 * dabbrev.el (dabbrev-eliminate-newlines):
24170 Renamed from dabbrev--eliminate-newlines. All uses changed.
24171
24172 2007-05-10 Michaël Cadilhac <michael@cadilhac.name>
24173
24174 * man.el (Man-next-section): Don't consider the last line of the page
24175 as being part of any section.
24176
24177 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
24178
24179 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
24180 can take any number of values.
24181
24182 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
24183
24184 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
24185 to the list of citation commands.
24186
24187 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
24188
24189 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
24190
24191 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
24192
24193 * progmodes/python.el (python-font-lock-keywords)
24194 (python-open-block-statement-p, python-mode): Add support for the new
24195 "with" keyword.
24196
24197 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
24198
24199 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
24200 the exact opposite of diff-goto-source.
24201
24202 * emacs-lisp/advice.el (ad-special-forms): Remove.
24203 (ad-special-form-p): Use subr-arity.
24204
24205 * newcomment.el (comment-search-forward): Make sure we search forward.
24206 (comment-enter-backward): Try and distinguish the non-matching case at
24207 EOB from the non-matching case with a missing comment-end-skip for
24208 a 2-char comment ender.
24209 (comment-choose-indent): New function extracted from comment-indent.
24210 Improve the alignment algorithm.
24211 (comment-indent): Use it.
24212
24213 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
24214 XML style Processing Instructions.
24215 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
24216 (sgml-calculate-indent): Handle `pi' context.
24217
24218 * vc.el: Ensure that update-changelog issues an error when used with
24219 a backend that does not implement it.
24220 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
24221 Remove `backend' argument. Use expand-file-name.
24222 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
24223
24224 * progmodes/python.el (python-end-of-block): Revert last change.
24225 (python-end-of-statement): Make sure we move *forward*.
24226
24227 2007-05-08 Richard Stallman <rms@gnu.org>
24228
24229 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
24230 Don't include non-self-insert commands in the exception for `-'.
24231
24232 2007-05-08 David Reitter <david.reitter@gmail.com>
24233
24234 * progmodes/python.el (python-guess-indent): Check non-nullness
24235 before comparing indent against the 2..8 interval.
24236
24237 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24238
24239 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
24240 available.
24241
24242 2007-05-06 Richard Stallman <rms@gnu.org>
24243
24244 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
24245
24246 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24247
24248 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
24249 rather than storing their value in the revert-buffer function.
24250
24251 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
24252
24253 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
24254 when disabling t-mouse-mode.
24255
24256 2007-05-01 Davis Herring <herring@lanl.gov>
24257
24258 * calendar/timeclock.el: Update version number.
24259 (timeclock-modeline-display): Mention timeclock-use-display-time
24260 in explanatory message.
24261 (timeclock-in): Fix non-interactive workday specifications.
24262 (timeclock-log): Don't kill the log buffer if it already existed.
24263 Suppress warnings when finding the log. Don't check for a nil
24264 project twice. Run hooks after killing the buffer (if applicable).
24265 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
24266 was geometric). All uses changed.
24267 (timeclock-generate-report): Support prefix argument.
24268
24269 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
24270
24271 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
24272 disconnections.
24273
24274 2007-05-01 Romain Francoise <romain@orebokech.com>
24275
24276 * dired-x.el: Revert 2007-04-06 change.
24277
24278 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
24279
24280 * find-dired.el (find-dired-filter): Propertize all text down to eob.
24281
24282 2007-04-29 Richard Stallman <rms@gnu.org>
24283
24284 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
24285
24286 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24287
24288 * progmodes/cc-mode.el (c-before-change): Use point-min rather
24289 than 1.
24290
24291 2007-04-28 Richard Stallman <rms@gnu.org>
24292
24293 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
24294
24295 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
24296
24297 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
24298 don't put stop on toolbar.
24299
24300 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24301
24302 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
24303
24304 2007-04-28 Eli Zaretskii <eliz@gnu.org>
24305
24306 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
24307 instead of $(lisp)/mh-e.
24308
24309 2007-04-28 Glenn Morris <rgm@gnu.org>
24310
24311 * image-dired.el (image-dired-cmd-create-thumbnail-options)
24312 (image-dired-cmd-create-temp-image-options): Replace option
24313 +profile "*" with -strip.
24314
24315 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
24316
24317 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
24318 Use window-start and window-end.
24319
24320 2007-04-27 Andreas Schwab <schwab@suse.de>
24321
24322 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
24323
24324 2007-04-27 Eli Zaretskii <eliz@gnu.org>
24325
24326 * textmodes/fill.el (fill-paragraph): Doc fix.
24327
24328 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
24329
24330 * locate.el (locate-in-alternate-database): Doc fix.
24331
24332 2007-04-26 Glenn Morris <rgm@gnu.org>
24333
24334 * button.el (button): Use underline if supported, else fall back
24335 to color.
24336
24337 * version.el (emacs-version): Increase to 22.1.50.
24338
24339 2007-04-25 Richard Stallman <rms@gnu.org>
24340
24341 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
24342
24343 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
24344
24345 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
24346 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
24347 pushing mark.
24348 (idlwave-current-routine): Don't push mark.
24349
24350 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
24351
24352 * image-dired.el (image-dired-display-image): Derive image-type from
24353 filename rather than assuming jpeg, in case no resizing was needed.
24354
24355 2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se>
24356
24357 * custom.el (defface): Doc fix.
24358
24359 See ChangeLog.12 for earlier changes.
24360
24361 ;; Local Variables:
24362 ;; coding: utf-8
24363 ;; add-log-time-zone-rule: t
24364 ;; End:
24365
24366 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
24367
24368 This file is part of GNU Emacs.
24369
24370 GNU Emacs is free software; you can redistribute it and/or modify
24371 it under the terms of the GNU General Public License as published by
24372 the Free Software Foundation; either version 3, or (at your option)
24373 any later version.
24374
24375 GNU Emacs is distributed in the hope that it will be useful,
24376 but WITHOUT ANY WARRANTY; without even the implied warranty of
24377 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24378 GNU General Public License for more details.
24379
24380 You should have received a copy of the GNU General Public License
24381 along with GNU Emacs; see the file COPYING. If not, write to the
24382 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24383 Boston, MA 02110-1301, USA.
24384
24385 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af