]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from gnus--devo--0
[gnu-emacs] / lisp / ChangeLog
1 2008-04-29 Jason Rumney <jasonr@gnu.org>
2
3 * battery.el (battery-status-function): Use w32-battery-status
4 on Windows.
5 (battery-echo-area-format): Make apm format the general case.
6 (battery-mode-line-format): Merge apm and pmset formats as the
7 general case.
8
9 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
10
11 * progmodes/gdb-ui.el (gdb-info-stack-custom): Use
12 gud-tool-bar-item-visible-no-fringe.
13 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
14 is already visible in frame. Remove optional size parameter
15 and add optional frame parameter.
16
17 * progmodes/gud.el (gud-display-line): Only consider visible
18 frames when looking for source buffer.
19
20 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
21
22 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
23 argument to get-char-property, in case the current buffer hasn't
24 been assigned to that window yet.
25 (doc-view-display): Default to selected window if the current
26 buffer hasn't been assigned to a window yet.
27
28 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
29
30 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
31
32 2008-04-28 Sam Steingold <sds@gnu.org>
33
34 * vc-hg.el (vc-hg-rename-file): Fix argument order.
35
36 2008-04-28 Bastien Guerry <bzg@altern.org>
37
38 * whitespace.el (whitespace-trailing): Fix typo.
39
40 2008-04-28 Sam Steingold <sds@gnu.org>
41
42 * textmodes/remember.el (diary-make-entry): Update the autoload.
43
44 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
47 all-completions.
48
49 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
50
51 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
52
53 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
54
55 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
56 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
57 (vc-dir-mark-file): Add an optional argument.
58 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
59
60 2008-04-27 Daiki Ueno <ueno@unixuser.org>
61
62 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
63 rather than obsolete alias find-file-hooks.
64 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
65 Use find-file-hook rather than obsolete alias find-file-hooks.
66 Add to find-file-not-found-functions.
67 (epa-file-handler): Put 'safe-magic and 'operations properties.
68
69 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
70 (epa-menu-items): Remove.
71
72 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
73 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
74 (epa-dired-mode, epa-global-dired-mode): Remove.
75
76 * dired.el (dired-mode-map): Bind encryption/decryption commands.
77
78 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
79
80 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
81
82 2008-04-27 Glenn Morris <rgm@gnu.org>
83
84 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
85 Remove un-needed local `orig-list'. Replace cl `copy-list'.
86
87 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
88
89 * org/org.el (org-html-level-start): Always have id's in HTML.
90 (org-export-as-html): Use `org-link-protocols' to
91 retrieve the export form of the link.
92 (org-add-link-type): Final parameter renamed from PUBLISH.
93 Better documentation of how it is to be used. Avoid double entries for
94 the same link type.
95 (org-add-link-props): New function.
96 (org-modules-loaded): New variable.
97 (org-load-modules-maybe, org-set-modules): New function.
98 (org-modules): New option.
99 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
100 (orgtbl-mode, org-store-link, org-insert-link-global)
101 (org-open-at-point): Call `org-load-modules-maybe'.
102 (org-search-view): Add more text properties.
103 (org-agenda-schedule, org-agenda-deadline): Allow also in
104 search-type agendas.
105 (org-search-view): Order of arguments has been changed.
106 Interpret prefix-arg as TODO-ONLY.
107 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
108 Take new argument order of `org-search-view' into account.
109 (org-todo-only): New variable.
110 (org-search-syntax-table): New variable and function.
111 (org-search-view): Do the search with the special syntax table.
112 (define-obsolete-function-alias): Make work with XEmacs.
113 (org-add-planning-info): Use old date as default when modifying an
114 existing deadline or scheduled item.
115 (org-agenda-compute-time-span): Make argument N optional.
116 (org-agenda-format-date-aligned): Require `cal-iso'.
117 (org-agenda-list): Include week into into agenda heading, don't
118 list it at each date (only on Mondays).
119 (org-read-date-analyze): Define local variable `iso-date'.
120 (org-agenda-format-date-aligned): Remove dependency on
121 `calendar-time-from-absolute'.
122 (org-remember-apply-template, org-go-to-remember-target):
123 Interpret filenames relative to `org-directory'.
124 (org-complete): Silently fail when trying to complete
125 keywords that don't have a default value.
126 (org-get-current-options): Add a #+DATE: option.
127 (org-additional-option-like-keywords): Remove "DATE:" from the
128 list of additional keywords.
129 (org-export-as-html): Remove (current-time) as unnecessary second
130 argument of `format-time-string'.
131 (org-clock-find-position): Handle special case at end of buffer.
132 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
133 `org-agenda-change-time-span'.
134 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
135 `org-agenda-change-time-span'.
136 (org-agenda-month-view): New argument MONTH, pass it on to
137 `org-agenda-change-time-span'.
138 (org-agenda-year-view): New argument YEAR, pass it on to
139 `org-agenda-change-time-span'.
140 (org-agenda-change-time-span): New optional argument N, pass it on
141 to `org-agenda-compute-time-span'.
142 (org-agenda-compute-time-span): New argument N, interpret it by
143 changing the starting day.
144 (org-small-year-to-year): New function.
145 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
146 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
147 into the future, and that the shift is at least one interval, never 0.
148 (org-update-checkbox-count): Fix bug with checkbox counting.
149 (org-add-note): New command.
150 (org-add-log-setup): Rename from `org-add-log-maybe'.
151 (org-log-note-headings): New entry for plain notes (i.e. notes not
152 related to state changes or clocking).
153 (org-get-org-file): Check for availability of `remember-data-file'.
154 (org-cached-entry-get): Allow a regexp value for
155 `org-use-property-inheritance'.
156 (org-use-property-inheritance): Allow regexp value. Fix bug in
157 customization type.
158 (org-use-tag-inheritance): Allow a list and a regexp value for
159 this variable.
160 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
161 (org-entry-get): Respect value `selective' for the INHERIT argument.
162 (org-tag-inherit-p, org-property-inherit-p): New functions.
163 (org-agenda-format-date-aligned): Allow 10 characters for
164 weekday, to acomodate German locale.
165 (org-add-archive-files): New function.
166 (org-agenda-files): New argument `ext', to get archive files as well.
167 (org-tbl-menu): Protect the use of variables that
168 are only available when org-table.el gets loaded.
169 (org-read-agenda-file-list): Error if `org-agenda-files' is a
170 single directory.
171 (org-open-file): Allow a batch process to trigger
172 waiting after executing a system command.
173 (org-store-link): Link to headline when there is not
174 target and no region in an org-mode buffer when creating a link.
175 (org-link-types-re): New variable.
176 (org-make-link-regexps): Compute `org-link-types-re'.
177 (org-make-link-description-function): New option.
178 (org-agenda-date, org-agenda-date-weekend): New faces.
179 (org-archive-sibling-heading): New option.
180 (org-archive-to-archive-sibling): New function.
181 (org-iswitchb): New command.
182 (org-buffer-list): New function.
183 (org-agenda-columns): Also try the #+COLUMNS line in
184 the buffer associated with the entry at point (or with the first
185 entry in the agenda view).
186 (org-modules): Add entry for org-bibtex.el.
187 (org-completion-fallback-command): Move into `org-completion' group.
188 (org-clock-heading-function): Move to `org-progress' group.
189 (org-auto-repeat-maybe): Make sure that a note can
190 be enforces if `org-log-repeat' is `note'.
191 (org-modules): Allow additional symbols for external packages.
192 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
193 (org-clock-goto): Hide drawers after showing an
194 entry with `org-clock-goto.'
195 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
196 Try also a clocktable block shift.
197 (org-clocktable-try-shift): New function.
198 (org-columns-hscoll-title): New function.
199 (org-columns-previous-hscroll): New variable.
200 (org-columns-full-header-line-format): New variable.
201 (org-columns-display-here-title, org-columns-remove-overlays):
202 Install `org-columns-hscoll-title' in post-command-hook.
203
204 * org/org.el: Split into many small files.
205
206 * org/org-agenda.el: New file, split off from org.el.
207
208 * org/org-archive.el: New file, split off from org.el.
209
210 * org/org-bbdb.el: New file.
211
212 * org/org-bibtex.el: New file, split off from org.el.
213
214 * org/org-clock.el: New file, split off from org.el.
215
216 * org/org-colview.el: New file, split off from org.el.
217
218 * org/org-compat.el: New file, split off from org.el.
219
220 * org/org-exp.el: New file, split off from org.el.
221
222 * org/org-faces.el: New file, split off from org.el.
223
224 * org/org-gnus.el: New file, split off from org.el.
225
226 * org/org-info.el: New file, split off from org.el.
227
228 * org/org-infojs.el: New file.
229
230 * org/org-irc.el: New file.
231
232 * org/org-macs.el: New file, split off from org.el.
233
234 * org/org-mew.el: New file.
235
236 * org/org-mhe.el: New file, split off from org.el.
237
238 * org/org-publish.el: New file, split off from org.el.
239
240 * org/org-remember.el: New file, split off from org.el.
241
242 * org/org-rmail.el: New file, split off from org.el.
243
244 * org/org-table.el: New file, split off from org.el.
245
246 * org/org-vm.el: New file, split off from org.el.
247
248 * org/org-wl.el: New file, split off from org.el.
249
250 2008-04-27 Jason Riedy <jason@acm.org>
251
252 * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
253 parameter that supresses lines that evaluate to NIL.
254 (orgtbl-get-fmt): New inline function for
255 picking apart formats that may be lists.
256 (orgtbl-apply-fmt): New inline function for applying formats that
257 may be functions.
258 (orgtbl-eval-str): New inline function for strings that may be
259 functions.
260 (orgtbl-format-line, orgtbl-to-generic): Use and document.
261 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
262 (*orgtbl-llfmt*, *orgtbl-llstart*)
263 (*orgtbl-llend*): Dynamic variables for last-line formatting.
264 (orgtbl-format-section): Shift formatting to support detecting the
265 last line and formatting it specially.
266 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
267 formats unless overridden.
268 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
269 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
270 bound variables to hold the input collection of lines and output
271 formatted text.
272 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
273 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
274 format parameters.
275 (orgtbl-format-line): New function encapsulating formatting for a
276 single line.
277 (orgtbl-format-section): Similar for each section. Rebinding the
278 dynamic vars customizes the formatting for each section.
279 (orgtbl-to-generic): Use orgtbl-format-line and
280 orgtbl-format-section.
281 (org-get-param): Now unused, so delete.
282 (orgtbl-gather-send-defs): New function to
283 gather all the SEND definitions before a table.
284 (orgtbl-send-replace-tbl): New function to find the RECEIVE
285 corresponding to the current name.
286 (orgtbl-send-table): Use the previous two functions and implement
287 multiple destinations for each table.
288
289 * doc/org.texi (A LaTeX example): Note that fmt may be a
290 one-argument function, and efmt may be a two-argument function.
291 (Radio tables): Document multiple destinations.
292
293 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
294
295 * org/org-agenda.el (org-add-to-diary-list): New function.
296 (org-prefix-has-effort): New variable.
297 (org-sort-agenda-noeffort-is-high): New option.
298 (org-agenda-columns-show-summaries)
299 (org-agenda-columns-compute-summary-properties): New options.
300 (org-format-agenda-item): Compute the duration of the item.
301 (org-agenda-weekend-days): New variable.
302 (org-agenda-list, org-timeline): Use the proper faces for dates in
303 the agenda and timeline buffers.
304 (org-agenda-archive-to-archive-sibling): New command.
305 (org-agenda-start-with-clockreport-mode): New option.
306 (org-agenda-clockreport-parameter-plist): New option.
307 (org-agenda-clocktable-mode): New variable.
308 (org-agenda-deadline-leaders): Allow a function value for the
309 deadline leader.
310 (org-agenda-get-deadlines): Deal with new function value.
311
312 * lisp/org-clock.el (org-clock): New customization group.
313 (org-clock-into-drawer, org-clock-out-when-done)
314 (org-clock-in-switch-to-state, org-clock-heading-function):
315 Move into the new group.
316 (org-clock-out-remove-zero-time-clocks): New option.
317 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
318 (org-dblock-write:clocktable): Allow a Lisp form for the scope
319 parameter.
320 (org-dblock-write:clocktable): Fix bug with total time calculation.
321 (org-dblock-write:clocktable): Request the unrestricted list of files.
322 (org-get-clocktable): New function.
323 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
324 be strings but also integers (an absolute day number) and lists (m d y).
325
326 * org/org-colview.el (org-columns-next-allowed-value)
327 (org-columns-edit-value): Limit the effort for updating in the
328 agenda to recomputing a single file.
329 (org-columns-compute): Only write property value if it has changed.
330 This avoids raising the buffer-change-flag unnecessarily.
331 (org-agenda-colview-summarize)
332 (org-agenda-colview-compute): New functions.
333 (org-agenda-columns): Call `org-agenda-colview-summarize'.
334
335 * org/org-exp.el (org-export-run-in-background): New option.
336 (org-export-icalendar): Allow a batch process to trigger waiting
337 after executing a system command.
338 (org-export-preprocess-string): Rename from
339 `org-cleaned-string-for-export'.
340 (org-export-html-style): Made target class look like normal text.
341 (org-export-as-html): Make use of the better proprocessing in
342 `org-cleaned-string-for-export'.
343 (org-cleaned-string-for-export): Better treatment of heuristic
344 targets, many more internal links will now work in HTML export.
345 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
346 (org-export-inbuffer-options-extra): New variable.
347 (org-export-options-filters): New hook.
348 (org-infile-export-plist): Find also the settings keywords in
349 `org-export-inbuffer-options-extra'.
350 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
351 multiple #+INFOJS_OPT lines.
352 (org-export-html-handle-js-options): New function.
353 (org-export-html-infojs-setup): New option.
354 (org-export-as-html): Call `org-export-html-handle-js-options'.
355 Add autoload to all entry points.
356 (org-skip-comments): Function removed.
357
358 * org/org-table.el (org-table-make-reference): Extra parenthesis
359 around single fields, to make sure that algebraic formulas get
360 correctly interpreted by calc.
361 (org-table-current-column): No longer interactive.
362
363 * org/org-export-latex.el (org-export-latex-preprocess):
364 Rename from `org-export-latex-cleaned-string'.
365
366 2008-04-27 Bastien Guerry <bzg@altern.org>
367
368 * org/org-publish.el (org-publish-get-base-files-1): New function.
369 (org-publish-get-base-files): Use it.
370 (org-publish-temp-files): New variable.
371 Don't require 'dired-aux anymore.
372 (org-publish-initial-buffer): New variable.
373 (org-publish-org-to, org-publish): Use it.
374 (org-publish-get-base-files-1): Bug fix: get
375 the proper list of files when recursing thru a directory.
376 (org-publish-get-base-files): Use the :exclude property to skip
377 both files and directories.
378
379 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
380
381 * net/tramp.el (tramp-handle-make-symbolic-link)
382 (tramp-handle-file-name-directory)
383 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
384 (tramp-do-copy-or-rename-file-directly)
385 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
386 (tramp-handle-substitute-in-file-name)
387 (tramp-handle-insert-file-contents, tramp-handle-write-region)
388 * net/tramp-cache.el (tramp-get-file-property)
389 (tramp-set-file-property, tramp-flush-file-property)
390 (tramp-flush-directory-property)
391 * net/tramp-compat.el (tramp-compat-make-temp-file)
392 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
393 Disable `file-name-handler-alist' when handling localname.
394 It could have a remote file syntax, like a VMS file name.
395
396 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
397
398 * whitespace.el: New version 11.1.
399 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
400 enclosed by \\( and \\)$. Docstring fix.
401 (whitespace-trailing-regexp): Fun removed.
402 (whitespace-report-list): Const initialization fix.
403 (whitespace-color-on): Code fix.
404
405 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
406
407 * net/tramp.el (tramp-replace-environment-variables): New defun.
408 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
409 Use it.
410
411 2008-04-27 Glenn Morris <rgm@gnu.org>
412
413 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
414
415 * calculator.el (calculator-expt): Replace cl function `oddp'.
416
417 2008-04-27 Johan Bockgård <bojohan@gnu.org>
418
419 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
420 Simplify. Collect `defun' and `autoload' entries.
421 Avoid modifying load-history.
422
423 2008-04-26 Glenn Morris <rgm@gnu.org>
424
425 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
426
427 * simple.el (quoted-insert, zap-to-char): Revert previous change.
428
429 2008-04-26 John Paul Wallington <jpw@pobox.com>
430
431 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
432 `hexl-mode-old-eldoc-documentation-function'.
433 (hexl-mode-exit): Restore it.
434 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
435
436 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
437
438 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
439
440 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
441 (completion-pcm--all-completions): Doc fix.
442 (completion-styles-alist, completion-all-completions):
443 Fix typos in docstrings.
444
445 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
446
447 * whitespace.el: There is now only one variable (whitespace-style) to
448 specify which kind of blank is visualized. Doc and docstring fix.
449 New version 11.0.
450 (whitespace-style): New option, replace whitespace-style-mark and
451 whitespace-style-color.
452 (whitespace-style-mark, whitespace-style-color): Options removed.
453 (whitespace-hspace, whitespace-tab, whitespace-newline)
454 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
455 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
456 (whitespace-hspace-regexp, whitespace-space-regexp)
457 (whitespace-tab-regexp, whitespace-trailing-regexp)
458 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
459 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
460 (whitespace-space-after-tab-regexp, whitespace-line-column)
461 (whitespace-display-mappings, whitespace-report): Docstring fix.
462 (whitespace-color-value-list, whitespace-mark-value-list)
463 (whitespace-active-color, whitespace-active-mark)
464 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
465 (whitespace-style-value-list, whitespace-active-style)
466 (whitespace-toggle-style): New vars.
467 (whitespace-toggle-option-alist, whitespace-help-text):
468 Var initialization and docstring fix.
469 (whitespace-toggle-options, global-whitespace-toggle-options)
470 (whitespace-cleanup, whitespace-cleanup-region)
471 (whitespace-report-region, whitespace-interactive-char)
472 (whitespace-toggle-list): Docstring and code fix.
473 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
474 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
475 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
476 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
477
478 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
481 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
482 (diff-sanity-check-hunk): Adjust code accordingly.
483
484 2008-04-26 Glenn Morris <rgm@gnu.org>
485
486 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
487
488 * forms-d2.dat: Move to ../etc.
489 * forms-d2.el (forms-file): Adapt for above change.
490
491 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
492 `translation-table-for-input'.
493
494 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
495 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
496
497 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
498 to punctuation now it's not needed for abbrevs.
499 (fortran-mode-abbrev-table): Remove defvar, make use of new
500 define-abbrev-table :regexp feature.
501
502 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
503 insert, now that translation-table-for-input is not needed.
504
505 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
506
507 * emacs-lisp/pp.el (pp-display-expression): New function,
508 extracted from pp-eval-expression.
509 (pp-eval-expression): Use pp-display-expression.
510 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
511 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
512 (pp-eval-last-sexp): Use pp-last-sexp.
513
514 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
515
516 * abbrev.el (define-abbrev-table): Apply props even if the table
517 exists already.
518
519 * minibuffer.el (completion-table-with-context): Fix `pred' for the
520 various kinds of completion tables.
521 (completion-emacs22-try-completion): Place cursor after the /, as was
522 done in Emacs-22's minibuffer-complete-word.
523 Fix bug reported by David Hansen <david.hansen@gmx.net>.
524 (completion-emacs22-try-completion): Merge all mergable text rather
525 than just /.
526 (completion-pcm--delim-wild-regex): New var.
527 (completion-pcm-word-delimiters): New custom.
528 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
529 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
530 (completion-pcm--all-completions, completion-pcm-all-completions)
531 (completion-pcm--merge-completions, completion-pcm--pattern->string)
532 (completion-pcm-try-completion): New functions.
533 (completion-styles-alist): Add them.
534 (completion-styles): Add it to the default.
535
536 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
537
538 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
539 (gdb-var-create-handler): ...until here when there are values.
540 (gdb-post-prompt): Don't do -var-update with no watch expressions.
541 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
542
543 2008-04-25 Eli Zaretskii <eliz@gnu.org>
544
545 * ls-lisp.el (ls-lisp-format): Fix last change.
546 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
547 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
548 (ls-lisp-filesize-f-fmt): New defvars.
549 (ls-lisp-insert-directory): Dynamically compute format specifiers
550 for displaying UID, GID, and file size, and store them in the
551 above variables.
552 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
553 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
554 instead of constant format strings.
555 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
556 ls-lisp-filesize-d-fmt instead of constant format strings.
557
558 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
559
560 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
561 value of addresses rather than (partial) string value.
562 (gdb-frame-handler): Change regexp according to above change.
563 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
564 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
565 (gdb-assembler-mode): Disable undo in these buffers.
566
567 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
568
569 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
570 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
571
572 2008-04-24 Sam Steingold <sds@gnu.org>
573
574 * textmodes/remember.el (remember-diary-extract-entries): Use
575 diary-make-entry instead of the obsolete make-diary-entry.
576
577 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * subr.el (translation-table-for-input): Mark as obsolete.
580
581 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
582
583 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
584
585 * textmodes/ispell.el (ispell-dictionary-alist-1)
586 (ispell-dictionary-alist-2, ispell-dictionary-alist-3):
587 (ispell-dictionary-alist-4, ispell-dictionary-alist-5):
588 (ispell-dictionary-alist-6): Remove.
589 (ispell-dictionary-base-alist): New var, merges the above.
590 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
591 Use it.
592 (ispell-dictionary-alist): Default to nil. Remove autoload.
593 (ispell-local-dictionary-alist): Remove autoload.
594
595 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
596 (f90-mode-abbrev-table): Use the new :regexp feature.
597 Merge defvar and mapc into define-abbrev-table.
598 (f90-imenu-type-matcher): Remove unused `l'.
599 (f90-imenu-generic-expression): Remove unused `not-ib'.
600 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
601 (f90-change-keywords): Use restore-buffer-modified-p.
602
603 2008-04-24 Glenn Morris <rgm@gnu.org>
604
605 * net/goto-addr.el (goto-address-prog-mode):
606 * progmodes/bug-reference.el (bug-reference-prog-mode):
607 Define for compiler.
608
609 * minibuffer.el (x-file-dialog): Declare as function.
610
611 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
612 dframe-update-speed rather than obsolete alias speedbar-update-speed.
613
614 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
615 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
616 work with easymenu. Add :keys where needed.
617
618 * calendar/cal-move.el (calendar-scroll-left): Handle case when
619 event-start is nil.
620
621 * calendar/calendar.el (calendar-mode-map): Fix typo.
622
623 2008-04-24 Tom Tromey <tromey@redhat.com>
624
625 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
626 Document keywords. Add :suppress.
627 * pcvs-defs.el (cvs-mode-map): Use :suppress.
628
629 * net/goto-addr.el (goto-address-unfontify): New function.
630 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
631 (goto-address-fontify-region, goto-address-mode)
632 (goto-address-prog-mode): New functions.
633
634 * progmodes/bug-reference.el: New file.
635
636 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
637
638 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
639
640 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
643 macros within lambdas.
644
645 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
646
647 * minibuffer.el (completion-try-completion): Add `point' argument.
648 Change return value.
649 (completion-all-completions): Add `point' argument.
650 (minibuffer-completion-help): Pass the new `point' argument.
651 (completion--do-completion): Pass the whole field to try-completion.
652 (completion--try-word-completion): Rewrite, making fewer assumptions.
653 (completion-emacs21-try-completion, completion-emacs21-all-completions)
654 (completion-emacs22-try-completion, completion-emacs22-all-completions)
655 (completion-basic-try-completion, completion-basic-all-completions):
656 New functions.
657 (completion-styles-alist): Use them.
658
659 2008-04-23 Agustin Martin <agustin.martin@hispalinux.es>
660
661 * ispell.el (ispell-set-spellchecker-params): New function to make sure
662 right params and dictionary alists are used after spellchecker changes.
663 (ispell-aspell-dictionary-alist, ispell-last-program-name)
664 (ispell-initialize-spellchecker-hook): New variables and hook.
665 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
666 (ispell-maybe-find-aspell-dictionaries): Remove.
667 Calls replaced by (ispell-set-spellchecker-params) calls.
668 (ispell-have-aspell-dictionaries): Remove.
669 * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
670 ispell-set-spellchecker-params.
671
672 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
673
674 * complete.el (PC-do-completion): Be more robust in the presence of
675 unexpected values in minibuffer-completion-predicate.
676
677 * minibuffer.el (read-file-name): Don't let-bind default-directory.
678 Only abbreviate default-filename if it's a file.
679
680 * minibuffer.el (read-file-name-function, read-file-name-predicate)
681 (read-file-name-completion-ignore-case, insert-default-directory):
682 New vars, moved from fileio.c.
683 (read-file-name): New fun, moved from fileio.c.
684 * cus-start.el: Remove insert-default-directory and
685 read-file-name-completion-ignore-case.
686
687 2008-04-23 Magnus Henoch <mange@freemail.hu>
688
689 * tar-mode.el (tar-untar-buffer): If the entry has directory
690 link type, extract it as a directory even if its file name doesn't
691 end with a slash. Fixes extraction of NetBSD tar archives.
692
693 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 * server.el (server-start): Also don't get confused by CRs since we
696 don't quote them.
697
698 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
699
700 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
701 (gdb-set-gud-minor-mode-existing-buffers)
702 (gdb-info-breakpoints-custom, gdb-get-location)
703 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
704 Previously gdb-create-define-alist wasn't always run and added to
705 after-save-hook.
706
707 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
708
709 2008-04-23 Kevin Ryde <user42@zip.com.au>
710
711 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
712 comments like unindented ones.
713
714 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
715
716 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
717 parameter origins.
718
719 2008-04-23 Kevin Ryde <user42@zip.com.au>
720
721 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
722 Bind print-level to ensure output forms aren't truncated if
723 print-level is set to eval-expression-print-level when going via
724 eval-defun and friends, or has been otherwise fiddled with.
725
726 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
727
728 * progmodes/cc-mode.el (c-basic-common-init): Don't set
729 font-lock-extend-after-change-region-function globally.
730
731 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
732
733 * speedbar.el (speedbar-use-tool-tips-flag)
734 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
735 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
736 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
737 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
738 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
739 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
740 (speedbar-separator-face): Fix typos in docstrings.
741 (speedbar-stealthy-function-list, speedbar-verbosity-level)
742 (speedbar-supported-extension-expressions, speedbar-update-current-file)
743 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
744 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
745 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
746 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
747 (speedbar-check-vc-this-line, speedbar-files-line-directory)
748 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
749 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
750 (speedbar-recenter): Doc fixes.
751 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
752 declaration and remove redundant info in docstring.
753
754 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
755
756 * vc-git.el (vc-git-status-printer): Deal with directories.
757
758 * vc.el (vc-next-action): Look at more than the first file to
759 determine the state.
760
761 2008-04-23 Glenn Morris <rgm@gnu.org>
762
763 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
764 timers. Doc fix.
765 (dframe-update-speed): Drop support for XEmacs < 20.
766 (dframe-frame-mode): Drop support for Emacs < 20.
767 (dframe-set-timer-internal): Drop support for Emacs without timers.
768 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
769
770 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
771 versions. Add doc-string. Mark as obsolete.
772
773 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
774
775 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
776 rather than using an Emacs version test.
777
778 * tree-widget.el (tree-widget-image-enable): Use display-images-p
779 rather than an Emacs version test.
780
781 * calendar/cal-china.el (holiday-chinese-qingming)
782 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
783 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
784 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
785
786 * calendar/cal-islam.el (holiday-islamic): Doc fix.
787
788 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
789 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
790 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
791
792 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
793
794 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
795 (gdb-previous-frame-pc-address): ...to this.
796 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
797 of "info frame" with Gdb 6.4+.
798 (gdb-stack-list-frames-regexp): New regexp.
799 (gdb-frame-handler-1): Parse output of -stack-info-frame
800
801 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
802
803 * tar-mode.el (tar-prefix-offset): New constant.
804 (tar-header-block-tokenize): Support paths with long names
805 which use the "ustar" standard.
806
807 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
808
809 * image-dired.el (image-dired-track-original-file)
810 (image-dired-modify-mark-on-thumb-original-file):
811 Use `dired-goto-file' instead of `search-forward'. This solves
812 a bug with finding files where the file name is a subset of other
813 file names. Doc fix.
814
815 2008-04-22 Juri Linkov <juri@jurta.org>
816
817 * menu-bar.el (buffers-menu-max-size): Move its definition down to
818 the "Buffers Menu" section. Change group name `mouse' to `menu'.
819 (yank-menu-length): Change group name `mouse' to `menu'.
820 (buffers-menu-buffer-name-length): New user option.
821 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
822 instead of the hard-coded number 27.
823
824 2008-04-22 Juri Linkov <juri@jurta.org>
825
826 * isearch.el (eval-when-compile): Require `help-macro'.
827 (isearch-help-for-help-internal): Isearch specific Help screen
828 created by `make-help-screen'.
829 (isearch-help-map): New variable that binds "b", "k", "m" to
830 isearch-specific commands, and binds other keys to
831 isearch-other-control-char, thus allowing other Help keys to
832 exit isearch mode and execute their global definitions.
833 (isearch-help-for-help, isearch-describe-bindings)
834 (isearch-describe-key, isearch-describe-mode): New commands.
835 (isearch-mode-help): Define alias to isearch-describe-mode
836 and remove its old function definition.
837 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
838 Remove old comments because this issue is settled now.
839 (isearch-forward): Describe three new Help commands in the docstring.
840 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
841 leave the single sentence at the first line of the docstring,
842 and prepend the word "function" before `isearch-forward'
843 to make the Help link to the function instead of variable.
844
845 2008-04-22 Juri Linkov <juri@jurta.org>
846
847 * isearch.el (isearch-success-function): New variable with default
848 to `isearch-success-function-default'.
849 (isearch-search): Call a function from `isearch-success-function'
850 instead of calling the hard-coded `isearch-range-invisible'.
851 (isearch-success-function-default): New function that calls
852 `isearch-range-invisible' and inverts its return value.
853
854 * info.el (Info-search): In two similar places that skip
855 undesired search matches move code to Info-search-success-function,
856 and call `isearch-success-function' instead.
857 (Info-search-success-function): New function copied from code
858 in Info-search. Replace isearch-range-invisible with
859 text-property-not-all that checks for 'invisible and 'display
860 properties to skip partially invisible matches (whose display
861 properties were set by Info-fontify-node).
862 (Info-mode): Set buffer-local isearch-success-function
863 to Info-search-success-function.
864
865 2008-04-22 Juri Linkov <juri@jurta.org>
866
867 * minibuffer.el (internal-complete-buffer-except): New function.
868
869 * files.el (read-buffer-to-switch): New function.
870 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
871 Change interactive spec to call read-buffer-to-switch instead of
872 using the letter "B".
873
874 * simple.el (minibuffer-default-add-shell-commands): New function.
875 Use declare-function for mailcap-file-default-commands from "mailcap".
876 (shell-command): Set local minibuffer-default-add-function to
877 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
878 before calling read-shell-command. Set 4th arg default-value of
879 read-shell-command to relative buffer-file-name in file buffers.
880
881 * dired-aux.el (dired-read-shell-command-default): Move it to
882 gnus/mailcap.el and change its name to more general name
883 mailcap-file-default-commands.
884 (minibuffer-default-add-dired-shell-commands): New function.
885 Use declare-function for mailcap-file-default-commands from "mailcap".
886 (dired-read-shell-command): Set local minibuffer-default-add-function
887 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
888 before calling read-shell-command. Remove dired-read-shell-command-default
889 from the default value arg because default values are not set in
890 minibuffer-default-add-dired-shell-commands. Doc fix.
891
892 * dired-x.el (dired-smart-shell-command): Sync arguments and
893 interactive spec with changes in `shell-command'.
894 Use dired-get-filename to get the dired file name at point
895 as the default value in dired mode.
896
897 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
898
899 * info.el (Info-complete-menu-item): Add missing parenthesis.
900
901 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
902
903 * info.el (Info-complete-menu-item): Save point.
904
905 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
906
907 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
908
909 2008-04-22 Andreas Schwab <schwab@suse.de>
910
911 * Makefile.in (emacs-deps): Define.
912 Use it instead of $(lisp)/subdirs.el.
913
914 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
915
916 * vc.el (vc-next-action): Do not consider directories when
917 checking for state compatibility.
918 (vc-transfer-file): Use when not if.
919 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
920 (vc-dir-mark-file): Use them.
921 (vc-deduce-fileset): Also return the backend.
922 (vc-diff-internal): Take as argument the value returned by
923 vc-deduce-fileset instead of just the fileset.
924 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
925 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
926 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
927
928 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
929
930 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
931 set-window-vscroll but image-scroll-down. Fixes a bug where a
932 command following SPC scrolled up again.
933
934 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
935
936 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
937 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
938 (gud-watch): Add "$" prefix when in registers buffer.
939
940 2008-04-22 Glenn Morris <rgm@gnu.org>
941
942 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
943
944 * whitespace.el (whitespace-display-table)
945 (whitespace-display-table-was-local): Move definitions before use.
946
947 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
948 (copyright-limit): Respect copyright-at-end-flag.
949 (copyright-re-search, copyright-start-point)
950 (copyright-offset-too-large-p): New functions.
951 (copyright-update-year): Use copyright-re-search.
952 (copyright-update, copyright-fix-years): Use copyright-start-point,
953 and copyright-re-search.
954 (copyright): Use copyright-offset-too-large-p.
955 * add-log.el (change-log-mode): Set copyright-at-end-flag.
956
957 * add-log.el (top-level): Require 'cl when compiling.
958
959 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
962 Treat minibuffer-completion-predicate as a predicate.
963
964 * minibuffer.el (completion--file-name-table): Accept both the old
965 `dir' arg or the new `pred' arg.
966
967 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
968 `predicate' argument to pass non-predicate data.
969 (ffap-read-url-internal, ffap-read-file-or-url-internal):
970 Use second arg as proper predicate.
971
972 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
973 (vc-bzr-revision-completion-table): Use completion-table-with-context
974 instead.
975
976 * simple.el (choose-completion-string): Use minibuffer-completion-table.
977
978 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
979
980 * term.el (term-emulate-terminal): Perform redisplay after the
981 process filter has finished running.
982
983 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
986
987 * minibuffer.el (completion-try-completion): Change magic symbol
988 property name. Rename from minibuffer-try-completion.
989 (completion-all-completions): Rename from minibuffer-all-completions.
990 Remove hide-spaces argument.
991 (completion--do-completion): Rename from minibuffer--do-completion.
992 (minibuffer-complete-and-exit): Call just try-completion rather than
993 completion-try-completion to fix up the case.
994 (completion--try-word-completion): Try to add space or hyphen before
995 making `string' a prefix of `completion'.
996 (completion--insert-strings): Rename from minibuffer--insert-strings.
997
998 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
999
1000 * net/tls.el (tls-program): Add -ign_eof argument to call the
1001 openssl commands.
1002 (tls-checktrust): Ditto.
1003
1004 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
1005
1006 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
1007
1008 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
1009 (vc-check-master-templates, vc-file-not-found-hook)
1010 (vc-kill-buffer-hook):
1011 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
1012 (vc-find-position-by-context, vc-buffer-context)
1013 (vc-restore-buffer-context, vc-responsible-backend)
1014 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
1015 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
1016 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
1017 (vc-version-diff, vc-diff, vc-insert-headers)
1018 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
1019 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
1020 (vc-revert, vc-rollback, vc-version-backup-file)
1021 (vc-rename-master, vc-delete-file, vc-rename-file)
1022 (vc-branch-part, vc-default-retrieve-snapshot)
1023 (vc-annotate-display-autoscale, vc-annotate-display-select)
1024 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
1025 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
1026 (vc-dir-update): Handle directories.
1027 (vc-default-status-printer): Simplify.
1028
1029 * progmodes/asm-mode.el (asm-mode-map):
1030 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
1031
1032 * progmodes/m4-mode.el (m4-mode-map): Add menu.
1033
1034 2008-04-21 Kenichi Handa <handa@m17n.org>
1035
1036 * select.el (xselect-convert-to-string): Send a C_STRING only if
1037 the polymorphic target TEXT is requested.
1038
1039 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
1040
1041 * minibuffer.el (completion-setup-hook, display-completion-list)
1042 (completion--file-name-table): Fix typos in docstrings.
1043 (completion-table-dynamic): Fix typo, and reflow docstring.
1044
1045 2008-04-20 Andreas Schwab <schwab@suse.de>
1046
1047 * server.el (server-switch-buffer): Also consider clients in the
1048 selected frame.
1049
1050 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
1051
1052 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
1053 Select window clicked on first.
1054 (gdb): Display thread number in mode-line.
1055 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
1056 (gdb-breakpoints-header): New variable.
1057 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
1058
1059 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
1062 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
1063 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
1064 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
1065 (vc-sccs-print-log): Use it.
1066
1067 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
1068
1069 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
1070 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
1071
1072 * tooltip.el (tooltip-previous-message): New var.
1073 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
1074 the C code (avoid overwriting a minibuffer, restore previous echo
1075 message, ...).
1076 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
1077 Simplify.
1078
1079 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
1080
1081 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
1082 (gdb-init-1): Initialise it.
1083 (gdb-annotation-rules): New entry for "new-thread".
1084 (gdb-thread-identification): New function to customize
1085 mode-line-buffer-identification.
1086 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
1087 (gdb-assembler-mode): Use it.
1088 (gdb-threads-mode): Force "info threads" onto queue.
1089
1090 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * files.el (locate-file-completion-table): Rename from
1093 locate-file-completion and make it use `pred' in the normal way.
1094 (locate-file-completion): New compatibility wrapper.
1095 (load-library): Use locate-file-completion-table.
1096 * finder.el (finder-commentary):
1097 * subr.el (locate-library):
1098 * emacs-lisp/find-func.el (find-library): Likewise.
1099 * info.el: Use with-current-buffer and inhibit-read-only.
1100 (Info-read-node-name-2): Change to use `predicate' in the normal way.
1101 (Info-read-node-name-1): Adjust uses accordingly.
1102
1103 * minibuffer.el (completion-table-with-context): Add support for `pred'.
1104 (completion-table-with-terminator): Don't use complete-with-action
1105 since we have to distinguish all three cases anyway.
1106 (completion-table-with-predicate): New function.
1107 (dynamic-completion-table): Add obsolete alias.
1108
1109 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
1110
1111 2008-04-18 Sam Steingold <sds@gnu.org>
1112
1113 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
1114 Use quit-window instead of bury-buffer.
1115
1116 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * minibuffer.el (completion-table-with-terminator): Fix last fix.
1119
1120 2008-04-18 Andreas Schwab <schwab@suse.de>
1121
1122 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1123 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1124 Depend on $(lisp)/subdirs.el.
1125
1126 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
1127
1128 * descr-text.el (describe-char-after):
1129 Use `define-obsolete-function-alias'.
1130
1131 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
1132
1133 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
1134
1135 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
1136 Remove redundant obsolescence info in docstring.
1137
1138 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
1139 (vc-header-alist): Add WHEN to obsolescence declaration.
1140 (vc-state): Fix typo in docstring.
1141
1142 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
1143 Use `define-obsolete-variable-alias'.
1144
1145 * emulation/tpu-edt.el (tpu-have-ispell):
1146 * international/codepage.el (codepage-setup):
1147 Fix typo in obsolescence declaration.
1148
1149 * international/mule.el (char-coding-system-table):
1150 Remove redundant obsolescence info in docstring.
1151 (charset-list, generic-char-p, set-char-table-default):
1152 Fix typos in obsolescence decarations.
1153
1154 * international/mule-diag.el (non-iso-charset-alist):
1155 Fix typo in obsolescence declaration.
1156 (decode-codepage-char): Remove redundant obsolescence info in docstring.
1157
1158 * font-core.el (font-lock-defaults-alist):
1159 * font-lock.el (font-lock-reference-face):
1160 * frame.el (screen-height, screen-width, set-screen-width)
1161 (set-screen-height):
1162 * hilit-chg.el (highlight-changes-initial-state):
1163 * isearch.el (isearch-return-char):
1164 * log-edit.el (cvs-commit-buffer-require-final-newline)
1165 (cvs-changelog-full-paragraphs):
1166 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
1167 (mouse-popup-menubar-stuff):
1168 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
1169 (mouse-wheel-click-button):
1170 * outline.el (outline-visible):
1171 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
1172 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
1173 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
1174 * progmodes/compile.el (compile-internal):
1175 Add WHEN to obsolescence declarations.
1176
1177 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1178
1179 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
1180 is not better anyway.
1181
1182 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1183
1184 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
1185 properly.
1186
1187 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
1190 (python-use-skeletons): Remove, unused.
1191 (python-skeletons): Remove. Use the abbrev table instead.
1192 (python-mode-abbrev-table): Fix regexp;
1193 add enable-function and case-fixed.
1194 (def-python-skeleton): Simplify.
1195 (python-expand-template): Use the abbrev-table and abbrev-insert.
1196 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
1197 Remove.
1198 (python-mode): Don't set pre-abbrev-expand-hook.
1199
1200 * skeleton.el: Set coding-tag.
1201
1202 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
1203 (expand-abbrev): Use it.
1204 (abbrev-table-menu): New function.
1205
1206 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
1207
1208 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
1209
1210 2008-04-17 Sam Steingold <sds@gnu.org>
1211
1212 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
1213 idiosyncratic bury-buffer/delete-window logic.
1214
1215 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
1216
1217 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
1218 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
1219
1220 2008-04-17 Kenichi Handa <handa@m17n.org>
1221
1222 * international/characters.el: Don't make the width of U+00AD to 0.
1223
1224 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
1225
1226 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
1227 (gdb, gdb-starting, gdb-frames-mode): Use it.
1228 (gdb-invalidate-frames): Advise to call "info stack" only if
1229 execution has occurred.
1230 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
1231 selected frame if no execution has occurred.
1232 (gdb-frames-force-update): New interactive function.
1233 (gdb-frames-mode-map): Bind it to "F".
1234
1235 2008-04-17 Michael Olson <mwolson@gnu.org>
1236
1237 * textmodes/remember.el (remember-version): Release Remember 2.0.
1238
1239 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
1240
1241 * textmodes/artist.el:
1242 * progmodes/vhdl-mode.el:
1243 * progmodes/verilog-mode.el:
1244 * progmodes/vera-mode.el:
1245 * progmodes/simula.el:
1246 * progmodes/ps-mode.el:
1247 * progmodes/cmacexp.el:
1248 * obsolete/hilit19.el:
1249 * emulation/viper.el:
1250 * ediff.el: Cleanup the bug-report email addresses and make sure the
1251 maintainer is still willing to handle bug reports.
1252
1253 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1254
1255 * vc.el (vc-dir-kill-query): Fix thinko.
1256
1257 2008-04-16 Glenn Morris <rgm@gnu.org>
1258
1259 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
1260 by diary-sexp-entry.
1261
1262 2008-04-16 Markus Triska <markus.triska@gmx.at>
1263
1264 * proced.el (proced-command-alist): Add support for darwin.
1265
1266 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1267
1268 * proced.el (proced-mode): Redefine as just the major-mode.
1269 (proced): Separate it from proced-mode.
1270
1271 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
1272
1273 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1274
1275 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
1276 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
1277 `tab-width' setting from user. New version 10.0. Doc and docstring
1278 fix.
1279 (whitespace-style, whitespace-chars): Remove options.
1280 (whitespace-style-mark): New option, replace whitespace-style deleted
1281 option. Fix docstring.
1282 (whitespace-style-color): New option, replace whitespace-chars deleted
1283 option. Fix docstring.
1284 (whitespace-space, whitespace-hspace, whitespace-tab)
1285 (whitespace-newline, whitespace-trailing, whitespace-line)
1286 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1287 (whitespace-space-after-tab, whitespace-hspace-regexp)
1288 (whitespace-space-regexp, whitespace-tab-regexp)
1289 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
1290 (whitespace-empty-at-eob-regexp, whitespace-line-column)
1291 (whitespace-toggle-option-alist): Fix docstring.
1292 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
1293 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
1294 docstring and initialization.
1295 (global-whitespace-mode): Autoloaded global minor mode.
1296 (whitespace-chars-value-list, whitespace-style-value-list)
1297 (whitespace-active-chars, whitespace-active-style)
1298 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
1299 (whitespace-color-value-list): New var, replace
1300 whitespace-chars-value-list removed var.
1301 (whitespace-mark-value-list): New var, replace
1302 whitespace-style-value-list removed var.
1303 (whitespace-active-color): New var, replace whitespace-active-chars
1304 removed var.
1305 (whitespace-active-mark): New var, replace whitespace-active-style
1306 removed var.
1307 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
1308 removed var.
1309 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
1310 removed var.
1311 (whitespace-toggle-option-alist, whitespace-report-list)
1312 (whitespace-report-text, whitespace-help-text): Fix initialization.
1313 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
1314 (whitespace-toggle-options, global-whitespace-toggle-options)
1315 (whitespace-cleanup-region, whitespace-report-region)
1316 (whitespace-interactive-char): Fix docstring and code.
1317 (whitespace-cleanup, whitespace-report): Fix docstring.
1318 (whitespace-replace-spaces-by-tabs): Remove fun.
1319 (whitespace-replace-action): New fun, replace
1320 whitespace-replace-spaces-by-tabs removed fun.
1321 (whitespace-regexp, whitespace-indentation-regexp)
1322 (whitespace-space-after-tab-regexp, whitespace-insert-value)
1323 (whitespace-kill-buffer): New funs.
1324 (whitespace-insert-option-mark, whitespace-help-on)
1325 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
1326 (whitespace-color-on, whitespace-color-off)
1327 (whitespace-display-char-on): Fix code.
1328
1329 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1330
1331 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
1332 (mouse-throw-magnifier-with-mouse-movement): Remove.
1333 (mouse-throw-magnifier-base): New const.
1334 (mouse-drag-scroll-delta): New fun.
1335 (mouse-drag-throw): Use it.
1336
1337 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
1338
1339 * international/uni-bidi.el, international/uni-category.el:
1340 * international/uni-combining.el, international/uni-comment.el:
1341 * international/uni-decimal.el, international/uni-decomposition.el:
1342 * international/uni-digit.el, international/uni-lowercase.el:
1343 * international/uni-mirrored.el, international/uni-name.el:
1344 * international/uni-numeric.el, international/uni-old-name.el:
1345 * international/uni-titlecase.el, international/uni-uppercase.el:
1346 * international/charprop.el: Regenerate.
1347
1348 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
1349
1350 * vc.el (vc-status-fileinfo): Add new member directoryp.
1351 (vc-default-status-printer): Print directories.
1352 (vc-status-update): Sort files before subdirectories.
1353
1354 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
1355 Add alternative implementation based on "cvs update".
1356
1357 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
1358
1359 * doc-view.el: Changed requirements section to tell that only one
1360 of dvipdf or dvipdfm is needed.
1361 (doc-view-already-converted-p): Fix bug that forced reconversion
1362 if doc was already converted.
1363
1364 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1365
1366 * minibuffer.el (minibuffer-message):
1367 Make sure we can put-text-property.
1368
1369 * emacs-lisp/crm.el: Complete rewrite.
1370
1371 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
1372 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
1373 case of an error in display-completion-list.
1374
1375 * filecache.el (file-cache-completions-keymap): Move init from
1376 file-cache-completion-setup-function into declaration.
1377 (file-cache-minibuffer-complete): Simplify.
1378 (file-cache-completion-setup-function): Use standard-output,
1379 preserve current-buffer.
1380
1381 * vc.el (vc-status-update): Fix typo.
1382 (vc-status-update): Set needs-update.
1383 (vc-status-refresh): η-reduce.
1384
1385 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
1386
1387 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
1388 to image-eol.
1389
1390 2008-04-14 Alexandre Julliard <julliard@winehq.org>
1391
1392 * vc.el (vc-status-update): Undo the previous revert.
1393
1394 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * minibuffer.el (completion-table-with-terminator): Those completions
1397 are never valid w.r.t test-completion.
1398 (completion--file-name-table):
1399 Check completion-all-completions-with-base-size.
1400
1401 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
1402
1403 * doc-view.el (doc-view-dvipdf-program): New variable.
1404 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
1405 (doc-view-mode-p): Check for doc-view-dvipdf-program as
1406 alternative for doc-view-dvipdfm-program.
1407 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
1408
1409 * doc-view.el (doc-view-start-process): Don't set
1410 default-directory to "~/" if the current value is valid.
1411 This broke PS files that run other files in the same directory.
1412
1413 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
1414
1415 * vc.el (vc-status-kill-query): New function.
1416 (vc-status-mode): Add it to kill-buffer-query-functions.
1417 (vc-status-show-fileentry): New function.
1418 (vc-status-menu-map): Bind it. Bind vc-next-action.
1419
1420 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1421
1422 * minibuffer.el (minibuffer-message): Put cursor at the right place.
1423
1424 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1425
1426 * proced.el (proced-send-signal): Fix error recognition.
1427
1428 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1429
1430 * proced.el (proced-command-alist): Remove sort column.
1431 (proced-command, proced-procname-column):
1432 Use make-variable-buffer-local.
1433 (proced-signal-function): Rename from proced-kill-program.
1434 Allow for elisp symbols and string values representing system calls.
1435 (proced-marker-regexp, proced-success-message): New functions.
1436 (proced): Use defalias. Add autoload cookie.
1437 (proced-unmark-backward, proced-toggle-marks)
1438 (proced-hide-processes): New commands.
1439 (proced-do-mark): Simplify code.
1440 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
1441 (proced-update): Remove sorting.
1442 (proced-send-signal): Display number of processes to operate on.
1443 Allow for system calls or elisp functions to send signals.
1444 Check if signal was sent successfully.
1445
1446 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * minibuffer.el (completion-all-completion-with-base-size): New var.
1449 (completion--some): New function.
1450 (completion-table-with-context, completion--file-name-table):
1451 Return the base-size if requested.
1452 (completion-table-in-turn): Generalize to multiple arguments.
1453 (complete-in-turn): Compatibility alias.
1454 (completion-styles-alist): New var.
1455 (completion-styles): New customization.
1456 (minibuffer-try-completion, minibuffer-all-completions):
1457 New functions.
1458 (minibuffer--do-completion, minibuffer-complete-and-exit)
1459 (minibuffer-try-word-completion): Use them.
1460 (display-completion-list, minibuffer-completion-help): Use them.
1461 Handle all-completions's new base-size info to set completion-base-size.
1462 * info.el (Info-read-node-name-1): Use completion-table-with-context,
1463 completion-table-with-terminator and complete-with-action.
1464 Remove the now obsolete completion-base-size-function property.
1465 * simple.el (completion-list-mode-map): Move init into declaration.
1466 (completion-list-mode): Use define-derived-mode.
1467 (completion-setup-function): Use any completion-base-size that may
1468 have been set before. Remove handling of completion-base-size-function.
1469 * loadup.el: Move abbrev.el up earlier.
1470
1471 2008-04-13 Alexandre Julliard <julliard@winehq.org>
1472
1473 * vc-git.el (vc-git-after-dir-status-stage)
1474 (vc-git-dir-status-goto-stage): New functions.
1475 (vc-git-after-dir-status-stage1)
1476 (vc-git-after-dir-status-stage1-empty-db)
1477 (vc-git-after-dir-status-stage2): Remove, functionality moved
1478 into the new generic stage functions.
1479 (vc-git-dir-status-files): New function.
1480
1481 * vc.el (vc-status-update): Revert an incorrect rewrite.
1482 Add some comments.
1483 (vc-status-refresh-files): New function.
1484 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
1485 state of up-to-date files.
1486 (vc-default-dir-status-files): New function.
1487
1488 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
1489
1490 * minibuffer.el (completion--embedded-envvar-table)
1491 (read-file-name-internal): Fix typos in 2008-04-11 change.
1492
1493 * faces.el (read-face-name): Use `completion-table-in-turn',
1494 not `complete-in-turn'.
1495
1496 2008-04-13 Andreas Schwab <schwab@suse.de>
1497
1498 * progmodes/etags.el: Require 'cl when compiling.
1499
1500 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
1501
1502 * progmodes/gud.el (gud-menu-map): Expand tooltip.
1503
1504 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
1505 (menu): Add/expand menu tooltips.
1506
1507 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
1508
1509 * progmodes/sh-script.el (sh-show-indent): Fix typo.
1510 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
1511
1512 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
1513 considered registered.
1514
1515 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
1516
1517 * emacs-lisp/copyright.el (copyright-update-directory): New command.
1518
1519 * ediff-wind.el (ediff-split-window-function)
1520 (ediff-merge-split-window-function): Improve custom type.
1521
1522 2008-04-12 Eli Zaretskii <eliz@gnu.org>
1523
1524 * loadup.el ("minibuffer"): Move after "faces".
1525
1526 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1527
1528 * progmodes/hideif.el (hif-factor): Handle unary minus.
1529
1530 2008-04-12 Glenn Morris <rgm@gnu.org>
1531
1532 * calendar/cal-china.el (chinese-calendar-time-zone):
1533 Mark obsolete name as risky too.
1534
1535 * calendar/calendar.el (calendar-faces): New custom group.
1536 (calendar-today, diary, holiday): Doc fix.
1537 Move to calendar-faces group.
1538 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
1539 (diary-button): Doc fix. Move to calendar-faces group.
1540
1541 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
1542 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
1543 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
1544 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
1545 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
1546 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
1547 not in dumped files before the associated defcustom.
1548
1549 2008-04-11 Johan Bockgård <bojohan@gnu.org>
1550
1551 * minibuffer.el (lazy-completion-table): Fix debug spec.
1552
1553 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1554
1555 * minibuffer.el (complete-with-action, lazy-completion-table):
1556 Move from subr.el.
1557 (apply-partially, completion-table-dynamic)
1558 (completion-table-with-context, completion-table-with-terminator)
1559 (completion-table-in-turn): New funs.
1560 (completion--make-envvar-table, completion--embedded-envvar-table):
1561 New funs.
1562 (read-file-name-internal): Use them.
1563 (completion-setup-hook): Move from simple.el.
1564 * subr.el (complete-with-action, lazy-completion-table):
1565 * simple.el (completion-setup-hook): Move to minibuffer.el.
1566
1567 2008-04-11 Glenn Morris <rgm@gnu.org>
1568
1569 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
1570
1571 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1572
1573 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
1574
1575 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
1576
1577 * textmodes/fill.el (fill-forward-paragraph-function): New var.
1578 (fill-forward-paragraph): New fun.
1579 (fill-paragraph, fill-region): Use it.
1580
1581 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
1582 (vc-status-create-fileinfo): Make `extra' optional.
1583 (vc-status-busy): New fun.
1584 (vc-status-menu-map): Use it.
1585 (vc-status-crt-marked): Remove.
1586 (vc-status-update): Rename from vc-status-add-entries.
1587 Add argument so as to prevent addition of entries. Rewrite.
1588 (vc-update-vc-status-buffer): Remove.
1589 (vc-status-refresh): Don't remove old entries, set them to
1590 up-to-date instead. Also do it after the update is complete.
1591 (vc-status-marked-files): η-reduce.
1592
1593 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
1594 for non-dialogs.
1595
1596 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
1597
1598 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
1599
1600 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
1601
1602 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
1603 to t and don't truncate msg.
1604
1605 2008-04-11 Glenn Morris <rgm@gnu.org>
1606
1607 * calendar/calendar.el (diary, holidays):
1608 Move custom groups to other files.
1609 (holiday-general-holidays, holiday-oriental-holidays)
1610 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
1611 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
1612 (holiday-hebrew-holidays, holiday-christian-holidays)
1613 (holiday-islamic-holidays, holiday-bahai-holidays)
1614 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
1615 * calendar/diary-lib.el: Move custom group here from calendar.el.
1616 * calendar/holidays-lib.el: Move custom group and variables here
1617 from calendar.el.
1618
1619 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
1620
1621 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
1622 Fix custom group.
1623 (calendar-current-time-zone-cache): Autoload riskiness.
1624
1625 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
1626
1627 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
1628
1629 * woman.el (woman2-TH): Use string-equal instead of string-match.
1630
1631 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1632
1633 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
1634 (smerge-resolve): Merge the "2-way refinement" case with one half of
1635 the "mere whitespace" resolution.
1636
1637 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
1638
1639 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
1640
1641 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
1642
1643 * subr.el (assoc-ignore-case, assoc-ignore-representation):
1644 Add WHEN to obsolescence declaration.
1645
1646 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
1647
1648 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
1649
1650 * vc-hooks.el (vc-state): Add new state `conflict'.
1651 (vc-after-save): Use when not if.
1652 (vc-default-mode-line-string): Deal with the conflict state.
1653 (vc-prefix-map):
1654 (vc-menu-map): Bind vc-status instead of vc-directory.
1655
1656 * vc.el (vc-editable-p):
1657 (vc-default-status-printer):
1658 (vc-next-action): Deal with the conflict state.
1659 (vc-mark-resolved): New function.
1660 (vc-status-mode): Fix mode name.
1661 (vc-default-comment-history): Use when not if.
1662 (Todo): Add new entries, remove old ones.
1663
1664 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
1665 (vc-cvs-parse-status):
1666 (vc-cvs-after-dir-status):
1667 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1668 Detect the conflict state.
1669
1670 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
1671
1672 2008-04-10 Glenn Morris <rgm@gnu.org>
1673
1674 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
1675 Respect truncate-partial-width-windows in non-full windows,
1676 with regards to :toggle and :enable state.
1677
1678 * simple.el (toggle-truncate-lines): Doc fix.
1679
1680 * Makefile.in (MH_E_DIR): New variable.
1681 (MH_E_SRC): Restore variable removed 2008-03-13.
1682 (mh-loaddefs.el): Depend on $MH_E_SRC.
1683 (CAL_DIR, CAL_SRC): New variables.
1684 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
1685 Depend on CAL_SRC.
1686
1687 * calendar/calendar.el (calendar, diary): Add :prefix.
1688 (holidays): Change :prefix.
1689 (calendar-today, holiday, calendar-holiday-marker)
1690 (european-calendar-style): Change custom groups.
1691
1692 * calendar/calendar.el (diary-hook, diary-display-hook):
1693 Move to diary-lib.el.
1694 * calendar/diary-lib.el (diary-hook, diary-display-hook):
1695 Move here from calendar.el.
1696 * calendar/appt.el: Require diary-lib rather than calendar.
1697 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
1698
1699 * calendar/appt.el (appt): Add :prefix.
1700
1701 * calendar/diary-lib.el (diary-hook): Doc fix.
1702 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
1703
1704 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1705
1706 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
1707 New functions.
1708
1709 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
1710 the arg to recursive calls.
1711
1712 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
1713
1714 * minibuffer.el (completion-auto-help): Fix typo.
1715
1716 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
1719
1720 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
1721
1722 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
1723 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
1724
1725 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1726
1727 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
1728
1729 * minibuffer.el (minibuffer): Move group from cus-edit.el.
1730 (completion-auto-help): Move from C code.
1731 (minibuffer--maybe-completion-help): Remove.
1732 (minibuffer--bitset): New function.
1733 (minibuffer--do-completion): Rename from minibuffer-do-completion.
1734 Renumber a bit. Really complete on string *before* point.
1735 Add argument used for word-completion.
1736 Join trailing / in completion with following text, as done in
1737 minibuffer-complete-word.
1738 Handle new value `lazy' for completion-auto-help.
1739 (minibuffer-try-word-completion): New function extracted from
1740 minibuffer-complete-word.
1741 (minibuffer-complete-word): Use minibuffer--do-completion.
1742 (minibuffer--insert-strings): Rename from
1743 minibuffer-complete-insert-strings.
1744 (exit-minibuffer): Fix typo.
1745 * cus-edit.el (minibuffer): Move group to minibuffer.el.
1746 * cus-start.el: Remove completion-auto-help.
1747
1748 2008-04-09 Alexandre Julliard <julliard@winehq.org>
1749
1750 * vc.el (vc-status-add-entries): New function.
1751 (vc-status-add-entry): Remove.
1752 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
1753 Use vc-status-add-entries.
1754
1755 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
1756 order.
1757
1758 2008-04-09 Jason Rumney <jasonr@gnu.org>
1759
1760 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
1761 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
1762 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
1763 (AUTOGENEL): New variable.
1764 (distclean, maintainer-clean): New targets.
1765
1766 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
1767
1768 * emacs-lisp/regexp-opt.el (regexp-opt):
1769 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
1770
1771 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
1772
1773 * nxml/nxml-mode.el (nxml-cleanup): New function.
1774 (nxml-mode): Add it to change-major-mode-hook.
1775
1776 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
1777
1778 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
1779
1780 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
1781
1782 * calc/.cvsignore: New file.
1783
1784 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
1785
1786 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
1787
1788 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
1789 show-help-function when turning tooltip off.
1790 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
1791 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
1792
1793 2008-04-09 Alan Mackenzie <acm@muc.de>
1794
1795 * font-lock.el (font-lock-extend-after-change-region-function):
1796 Make it buffer local.
1797
1798 2008-04-09 Glenn Morris <rgm@gnu.org>
1799
1800 * calendar/calendar.el (diary-file, european-calendar-style):
1801 Remove autoload cookies.
1802
1803 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
1804
1805 * outline.el (outline-mode-menu-bar-map):
1806 * log-view.el (log-view-mode-menu):
1807 * log-edit.el (log-edit-menu): Add :help.
1808
1809 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * emacs-lisp/regexp-opt.el (regexp-opt-group):
1812 Use substring-no-properties for correct handling of unibyte strings.
1813
1814 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1815
1816 * add-log.el (change-log-next-buffer): Handle the case where version<
1817 signals an error.
1818
1819 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
1820 mouse-major-mode-menu.
1821 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
1822 (mouse-major-mode-menu, mouse-popup-menubar)
1823 (mouse-popup-menubar-stuff): Use them.
1824 (C-down-mouse-3): Bind to a dynamic map rather than to
1825 mouse-popup-menubar-stuff.
1826
1827 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
1828 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
1829
1830 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
1831
1832 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
1833 file:// access method.
1834
1835 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1836
1837 * minibuffer.el: New file.
1838 * loadup.el: Load it.
1839
1840 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1841
1842 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
1843 rather than subdirs.el. It introduces an ugly circular dependency, tho.
1844
1845 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
1846 (calc-mode-map, calc-digit-map, calc-dispatch-map):
1847 Move initialization into declaration.
1848 * calc/calc-yank.el:
1849 * calc/calc-misc.el:
1850 * calc/calc-embed.el:
1851 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
1852
1853 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
1854
1855 * ps-samp.el (ps-add-printer, ps-remove-printer)
1856 (ps-make-dynamic-printer-menu): New functions.
1857
1858 * net/zeroconf.el: New file.
1859
1860 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1861
1862 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
1863
1864 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
1865
1866 * vc-rcs.el (vc-rcs-modify-change-comment):
1867 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
1868
1869 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
1870
1871 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
1872
1873 * international/mule-cmds.el (set-locale-environment): Don't warn if
1874 coding system doesn't agree with system locale (this reverts changes
1875 by Dave Love, dated 2002-10-27 and 2002-10-09).
1876
1877 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1878 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
1879
1880 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
1881
1882 2008-04-08 Glenn Morris <rgm@gnu.org>
1883
1884 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
1885 * textmodes/remember.el (remember-diary-convert-entry):
1886 Require calendar.
1887
1888 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
1889 diary-file, since it is the default for make-diary-entry anyway.
1890
1891 * calendar/cal-menu.el (cal-menu-event-to-date):
1892 Rename calendar-event-to-date. Update callers.
1893 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
1894 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
1895 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
1896 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
1897 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
1898 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
1899 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
1900 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
1901 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
1902 (calendar-mouse-tex-month-landscape):
1903 Rename cal-tex-mouse-month-landscape.
1904 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
1905 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
1906 (calendar-mouse-tex-year-landscape):
1907 Rename cal-tex-mouse-year-landscape.
1908 (cal-menu-context-mouse-menu): Update for above name changes.
1909
1910 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1911 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1912 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
1913 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
1914 * calendar/holidays.el: Replace int-to-string with number-to-string.
1915
1916 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
1917
1918 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
1919 region if point moves.
1920
1921 2008-04-08 Kenichi Handa <handa@m17n.org>
1922
1923 * faces.el (font-slant-table): Change numeric values for `r',
1924 `roman', and `normal'.
1925
1926 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
1927
1928 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
1929
1930 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
1931
1932 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
1933 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
1934
1935 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
1936
1937 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
1938 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
1939
1940 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1941
1942 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
1943
1944 2008-04-07 Sam Steingold <sds@gnu.org>
1945
1946 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
1947 Add helper functions.
1948 (lisp-do-defun): Extract the common part of lisp-eval-defun and
1949 lisp-compile-defun; DEFVAR forms reset the variables to the init
1950 values, just like in emacs-lisp mode eval-defun.
1951 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
1952 (lisp-compile-region): Use lisp-compile-string.
1953
1954 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * subr.el (combine-and-quote-strings): Also quote strings that contain
1957 the separator.
1958
1959 * pcvs-util.el (cvs-map): Avoid recursion :-(
1960
1961 2008-04-07 Glenn Morris <rgm@gnu.org>
1962
1963 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
1964
1965 * calendar.el (diary-view-entries-initially-flag): Rename
1966 view-diary-entries-initially. Keep old name as alias, update users.
1967 (calendar-mark-diary-entries-flag): Rename
1968 mark-diary-entries-in-calendar. Keep old name as alias, update users.
1969 (calendar-view-holidays-initially-flag): Rename
1970 view-calendar-holidays-initially. Keep old name as alias, update users.
1971 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
1972 Keep old name as alias, update users.
1973 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
1974 Keep old name as alias, update users.
1975 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
1976 Keep old name as alias, update users.
1977 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
1978 Keep old name as alias, update users.
1979 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
1980 (diary-american-date-forms): Rename american-date-diary-pattern.
1981 Keep old name as alias, update users.
1982 (diary-european-date-forms): Rename european-date-diary-pattern.
1983 Keep old name as alias, update users.
1984 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
1985 Keep old name as alias, update users.
1986 (calendar-european-date-display-form): Rename
1987 european-calendar-display-form. Keep old name as alias, update users.
1988 (calendar-american-date-display-form): Rename
1989 european-calendar-display-form. Keep old name as alias, update users.
1990 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
1991 Keep old name as alias, update users.
1992 (holiday-general-holidays): Rename general-holidays.
1993 Keep old name as alias, update users.
1994 (holiday-oriental-holidays): Rename oriental-holidays.
1995 Keep old name as alias, update users.
1996 (holiday-local-holidays): Rename local-holidays.
1997 Keep old name as alias, update users.
1998 (holiday-other-holidays): Rename other-holidays.
1999 Keep old name as alias, update users.
2000 (holiday-hebrew-holidays): Rename hebrew-holidays.
2001 Keep old name as alias, update users.
2002 (holiday-christian-holidays): Rename christian-holidays.
2003 Keep old name as alias, update users.
2004 (holiday-islamic-holidays): Rename islamic-holidays.
2005 Keep old name as alias, update users.
2006 (holiday-bahai-holidays): Rename bahai-holidays.
2007 Keep old name as alias, update users.
2008 (holiday-solar-holidays): Rename solar-holidays.
2009 Keep old name as alias, update users.
2010 (diary-fancy-buffer): Rename fancy-diary-buffer.
2011 Keep old name as alias, update users.
2012 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
2013 Update users.
2014 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
2015 Update users.
2016 (calendar-increment-month): Rename increment-calendar-month.
2017 Keep old name as alias, update callers.
2018 (calendar-increment-month-cons): Rename old calendar-increment-month.
2019 Update callers.
2020 (calendar-extract-month): Rename extract-calendar-month.
2021 Keep old name as alias, update callers
2022 (calendar-extract-day): Rename extract-calendar-day.
2023 Keep old name as alias, update callers.
2024 (calendar-extract-year): Rename extract-calendar-year.
2025 Keep old name as alias, update callers.
2026 (calendar-generate-window): Rename generate-calendar-window.
2027 Update callers.
2028 (calendar-generate): Rename generate-calendar. Update callers.
2029 (calendar-generate-month): Rename generate-calendar-month.
2030 Update callers.
2031 (calendar-redraw): Rename redraw-calendar. Update callers.
2032 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
2033 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
2034 Update callers.
2035 (calendar-update-mode-line): Rename update-calendar-mode-line.
2036 Update callers.
2037 (calendar-exit): Rename exit-calendar. Keep old name as alias,
2038 update callers.
2039 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
2040 Keep old name as alias, update callers.
2041 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
2042 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
2043 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
2044 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
2045 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
2046 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
2047 * calendar/solar.el: Update for calendar.el name changes.
2048 * org/org.el (org-agenda-format-date-aligned)
2049 (org-agenda-execute-calendar-command): Access date elements directly
2050 rather than using calendar functions.
2051 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
2052 Also set calendar-view-diary-initially-flag,
2053 calendar-view-holidays-initially-flag
2054 (org-get-entries-from-diary): Also set diary-fancy-buffer.
2055 (org-agenda-execute-calendar-command): No need to set displayed-day.
2056
2057 2008-04-06 Alan Mackenzie <acm@muc.de>
2058
2059 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
2060 typo in the doc string.
2061
2062 * progmodes/cc-mode.el (c-basic-common-init):
2063 Set font-lock-extend-after-change-region-function.
2064 (c-extend-after-change-region): New function, used in
2065 font-lock-extend-after-change-region-function, thus superseding
2066 advice on the Font Lock after change functions.
2067 (c-advise-fl-for-region): Remove this macro.
2068
2069 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2070
2071 * textmodes/flyspell.el (flyspell-duplicate-distance):
2072 Improve custom type.
2073
2074 2008-04-06 Glenn Morris <rgm@gnu.org>
2075
2076 * calendar/diary-lib.el (diary-sexp-entry-symbol):
2077 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
2078 (diary-list-entries-hook): Rename list-diary-entries-hook.
2079 Keep old name as alias, update users.
2080 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
2081 Keep old name as alias, update users.
2082 (diary-nongregorian-listing-hook): Rename
2083 nongregorian-diary-listing-hook. Keep old name as alias, update users.
2084 (diary-nongregorian-marking-hook): Rename
2085 nongregorian-diary-marking-hook. Keep old name as alias, update users.
2086 (diary-print-entries-hook): Rename print-diary-entries-hook.
2087 Keep old name as alias, update users.
2088 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
2089 Keep old name as alias, update users.
2090 (diary-number-of-entries): Rename number-of-diary-entries.
2091 Keep old name as alias, update users.
2092 (view-diary-entries, list-diary-entries, show-all-diary-entries):
2093 Give version of obsolescence.
2094 (diary-view-other-diary-entries): Rename view-other-diary-entries.
2095 Keep old name as alias, update callers.
2096 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
2097 update callers.
2098 (diary-include-other-diary-files): Rename include-other-diary-files.
2099 Keep old name as alias, update callers.
2100 (diary-simple-display): Rename simple-diary-display.
2101 Keep old name as alias, update callers.
2102 (diary-fancy-display): Rename fancy-diary-display.
2103 Keep old name as alias, update callers.
2104 (diary-print-entries): Rename print-diary-entries.
2105 Keep old name as alias, update callers.
2106 (diary-marking-entries-flag): Rename marking-diary-entries.
2107 Update users.
2108 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
2109 (diary-mark-entries): Rename mark-diary-entries.
2110 Keep old name as alias, update callers.
2111 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
2112 Keep old name as alias, update callers.
2113 (diary-mark-included-diary-files): Rename mark-included-diary-files.
2114 Keep old name as alias, update callers.
2115 (calendar-mark-days-named): Rename mark-calendar-days-named.
2116 Keep old name as alias, update callers.
2117 (calendar-mark-month): Rename mark-calendar-month.
2118 Keep old name as alias, update callers.
2119 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
2120 Keep old name as alias, update callers.
2121 (diary-sort-entries): Rename sort-diary-entries.
2122 Keep old name as alias, update callers.
2123 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
2124 Keep old name as alias, update callers.
2125 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
2126 update callers.
2127 (diary-insert-entry): Rename insert-diary-entry.
2128 Keep old name as alias.
2129 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
2130 Keep old name as alias.
2131 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
2132 Keep old name as alias.
2133 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
2134 Keep old name as alias.
2135 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
2136 Keep old name as alias.
2137 (diary-insert-block-entry): Rename insert-block-diary-entry.
2138 Keep old name as alias.
2139 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
2140 Keep old name as alias.
2141 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
2142 Keep old name as alias, update users.
2143 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
2144 Keep old name as alias, update callers.
2145 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
2146 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
2147 * calendar/icalendar.el: Update for diary-lib name changes.
2148
2149 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
2150
2151 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
2152
2153 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
2154 for copy, move, and link operations.
2155
2156 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
2157
2158 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
2159 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
2160
2161 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
2162 'require' statements with 1-argument ones (wrapped in if's).
2163 For compatibility with the current stable version of XEmacs.
2164
2165 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
2166
2167 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
2168
2169 2008-04-06 Jason Rumney <jasonr@gnu.org>
2170
2171 * language/burmese.el ("Burmese"): Make sample text consistent with
2172 language name.
2173
2174 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
2175
2176 * progmodes/gdb-ui.el (gdb): New group.
2177 (gdb-debug-log-max, gdb-enable-debug)
2178 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
2179 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
2180 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
2181 (gdb-show-changed-values, gdb-max-children)
2182 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
2183 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
2184 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
2185 (gdb-memory-unit): Move to new group from GUD group.
2186 (menu): Allow customization from GDB-UI menu-item.
2187
2188 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
2189
2190 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
2191
2192 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2193
2194 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
2195 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2196 Revision numbers can include ".".
2197
2198 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
2199 "+" lines not accounted for by counting "-" and context lines.
2200
2201 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2202
2203 * term/mac-win.el (mac-service-open-file): Use file URL instead of
2204 file name string.
2205
2206 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2207
2208 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
2209 (vc-bzr-annotate-time): Accept space used to preserve alignment.
2210
2211 2008-04-05 Richard Stallman <rms@gnu.org>
2212
2213 * emacs-lisp/advice.el (defadvice): Add usage pattern.
2214
2215 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
2216
2217 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
2218 thread in [h-e-w]).
2219
2220 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
2221
2222 * files.el (abort-if-file-too-large): Fix typo in docstring.
2223
2224 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2225
2226 * subr.el (functionp): Return nil for special forms.
2227
2228 2008-04-05 Glenn Morris <rgm@gnu.org>
2229
2230 * emacs-lisp/autoload.el (autoload-ensure-default-file):
2231 Provide a feature.
2232 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
2233 Require loaddef file rather than loading it.
2234 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
2235 autoload-ensure-default-file provides a feature.
2236
2237 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
2238 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
2239 (compile, compile-always, recompile): Use $LOADDEFS.
2240 (cal-autoloads): Remove.
2241
2242 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
2243 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
2244
2245 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
2246 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
2247
2248 * calendar/calendar.el (diary-hebrew-entry-symbol):
2249 Rename hebrew-diary-entry-symbol. Keep old name as alias.
2250 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
2251 Keep old name as alias.
2252 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
2253 Keep old name as alias.
2254 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
2255 to diary-bahai-entry-symbol.
2256 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
2257 to diary-hebrew-entry-symbol.
2258 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
2259 to diary-islamic-entry-symbol.
2260 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
2261
2262 * calendar/solar.el (diary-sabbath-candles-minutes)
2263 (diary-sabbath-candles): Move to cal-hebrew.
2264 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
2265 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
2266 Doc fix. Keep old name as alias.
2267 (diary-hebrew-sabbath-candles): Simplify.
2268 (solar-setup, solar-sunrise-sunset, calendar-latitude)
2269 (calendar-longitude, calendar-time-zone): Declare for compiler.
2270 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
2271 rename.
2272
2273 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
2274 Rename coptic-calendar-month-name-array. Update callers.
2275 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
2276 (calendar-coptic-name): Rename coptic-name. Update callers.
2277 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
2278 Update callers.
2279 (calendar-coptic-last-day-of-month):
2280 Rename coptic-calendar-last-day-of-month. Update callers.
2281 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
2282 Keep old name as alias, update callers.
2283 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
2284 Keep old name as alias, update callers.
2285 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
2286 Keep old name as alias.
2287 (calendar-ethiopic-month-name-array):
2288 Rename ethiopic-calendar-month-name-array. Update callers.
2289 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
2290 Update callers.
2291 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
2292 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
2293 Keep old name as alias, update callers.
2294 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
2295 Keep old name as alias, update callers.
2296 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
2297 Keep old name as alias.
2298
2299 * calendar/cal-french.el (calendar-french-epoch):
2300 Rename french-calendar-epoch. Update callers.
2301 (calendar-french-month-name-array): Rename variable and function
2302 french-calendar-month-name-array. Update callers.
2303 (calendar-french-multibyte-month-name-array):
2304 Rename french-calendar-multibyte-month-name-array. Update callers.
2305 (calendar-french-day-name-array): Rename variable and function
2306 french-calendar-day-name-array. Update callers.
2307 (calendar-french-special-days-array): Rename variable and function
2308 french-calendar-special-days-array. Update callers.
2309 (calendar-french-multibyte-special-days-array):
2310 Rename french-calendar-multibyte-special-days-array. Update callers.
2311 (calendar-french-accents-p): Rename french-calendar-accents.
2312 Update callers.
2313 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
2314 Update callers.
2315 (calendar-french-last-day-of-month):
2316 Rename french-calendar-last-day-of-month. Update callers.
2317 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
2318 Keep old name as alias, update callers.
2319 (calendar-french-print-date): Rename calendar-print-french-date.
2320 Keep old name as alias, update callers.
2321 (calendar-french-goto-date): Rename calendar-goto-french-date.
2322 Keep old name as alias.
2323
2324 * calendar/cal-menu.el, calendar/calendar.el:
2325 Update for Coptic and French name changes.
2326
2327 * calendar/cal-china.el (calendar-chinese): Rename custom group
2328 from chinese-calendar. Update users.
2329 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
2330 Keep old name as alias, update users.
2331 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
2332 Keep old name as alias.
2333 (calendar-chinese-daylight-time-offset):
2334 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
2335 update users.
2336 (calendar-chinese-standard-time-zone-name):
2337 Rename chinese-calendar-standard-time-zone-name.
2338 Keep old name as alias, update users.
2339 (calendar-chinese-daylight-saving-start):
2340 Rename chinese-calendar-daylight-savings-starts.
2341 Keep old name as alias, update users.
2342 (calendar-chinese-daylight-saving-end):
2343 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
2344 update users.
2345 (calendar-chinese-daylight-saving-start-time):
2346 Rename chinese-calendar-daylight-savings-starts-time.
2347 Keep old name as alias, update users.
2348 (calendar-chinese-daylight-saving-end-time):
2349 Rename chinese-calendar-daylight-savings-ends-time.
2350 Keep old name as alias, update users.
2351 (calendar-chinese-celestial-stem): Rename
2352 calendar-chinese-celestial-stem. Keep old name as alias, update users.
2353 (calendar-chinese-terrestrial-branch):
2354 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
2355 update users.
2356 (calendar-chinese-zodiac-sign-on-or-after):
2357 Rename chinese-zodiac-sign-on-or-after. Update callers.
2358 (calendar-chinese-new-moon-on-or-after):
2359 Rename chinese-new-moon-on-or-after. Update callers.
2360 (calendar-chinese-month-list): Rename chinese-month-list.
2361 Update callers.
2362 (calendar-chinese-number-months): Rename number-chinese-months.
2363 Update callers.
2364 (calendar-chinese-compute-year): Rename compute-chinese-year.
2365 Update callers.
2366 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
2367 (calendar-chinese-year): Rename chinese-year. Update callers.
2368 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
2369 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
2370 Keep old name as alias, update callers.
2371 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
2372 Keep old name as alias, update callers.
2373 (calendar-chinese-months-to-alist):
2374 Rename make-chinese-month-assoc-list. Update callers.
2375 (calendar-chinese-months): Rename chinese-months. Update callers.
2376 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
2377 Keep old name as alias, update callers.
2378
2379 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
2380 Rename hebrew-calendar-leap-year-p. Update callers.
2381 (calendar-hebrew-last-month-of-year):
2382 Rename hebrew-calendar-last-month-of-year. Update callers.
2383 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
2384 Update callers.
2385 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
2386 Update callers.
2387 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
2388 Update callers.
2389 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
2390 Update callers.
2391 (calendar-hebrew-last-day-of-month):
2392 Rename hebrew-calendar-last-day-of-month. Update callers.
2393 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
2394 Keep old name as alias, update callers.
2395 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
2396 Keep old name as alias, update callers.
2397 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
2398 Keep old name as alias, update callers.
2399 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
2400 Keep old name as alias.
2401 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
2402 Keep old name as alias.
2403 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
2404 Keep old name as alias.
2405 (holiday-hebrew-passover): Rename holiday-passover-etc.
2406 Keep old name as alias.
2407 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
2408 Keep old name as alias, update callers.
2409 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
2410 Keep old name as alias.
2411 (calendar-hebrew-mark-date-pattern):
2412 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
2413 update callers.
2414 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
2415 Keep old name as alias.
2416 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
2417 Keep old name as alias.
2418 (diary-hebrew-insert-monthly-entry):
2419 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
2420 (diary-hebrew-insert-yearly-entry):
2421 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
2422 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
2423 Keep old name as alias.
2424 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
2425 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
2426 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
2427 Keep old name as alias.
2428 (calendar-hebrew-parashiot-names):
2429 Rename hebrew-calendar-parashiot-names. Update callers.
2430 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
2431 (calendar-hebrew-year-Saturday-incomplete-Sunday):
2432 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
2433 (calendar-hebrew-year-Saturday-complete-Tuesday):
2434 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
2435 (calendar-hebrew-year-Monday-incomplete-Tuesday):
2436 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
2437 (calendar-hebrew-year-Monday-complete-Thursday):
2438 Rename hebrew-calendar-year-Monday-complete-Thursday.
2439 (calendar-hebrew-year-Tuesday-regular-Thursday):
2440 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
2441 (calendar-hebrew-year-Thursday-regular-Saturday):
2442 Rename hebrew-calendar-year-Thursday-regular-Saturday.
2443 (calendar-hebrew-year-Thursday-complete-Sunday):
2444 Rename hebrew-calendar-year-Thursday-complete-Sunday.
2445 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
2446 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
2447 (calendar-hebrew-year-Saturday-complete-Thursday):
2448 Rename hebrew-calendar-year-Saturday-complete-Thursday.
2449 (calendar-hebrew-year-Monday-incomplete-Thursday):
2450 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
2451 (calendar-hebrew-year-Monday-complete-Saturday):
2452 Rename hebrew-calendar-year-Monday-complete-Saturday.
2453 (calendar-hebrew-year-Tuesday-regular-Saturday):
2454 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
2455 (calendar-hebrew-year-Thursday-incomplete-Sunday):
2456 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
2457 (calendar-hebrew-year-Thursday-complete-Tuesday):
2458 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
2459 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
2460 Update for above name changes of constants.
2461
2462 * calendar/cal-menu.el, calendar/calendar.el:
2463 Update for chinese and hebrew name changes.
2464 * calendar/diary-lib.el: Update for hebrew name changes.
2465
2466 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2467
2468 * subr.el (keymap-canonicalize): Correct thinko.
2469
2470 * server.el: Undo part of the multi-tty change, which is only
2471 needed if server.el is preloaded, and broke server-running-p.
2472 (server-socket-dir): Initialize in the defvar, as before.
2473 (server-start): Remove initialization of server-socket-dir.
2474
2475 2008-04-05 Eli Zaretskii <eliz@gnu.org>
2476
2477 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
2478 3-member cons cells.
2479
2480 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
2481
2482 * cus-face.el (custom-face-attributes): Handle roman slant.
2483
2484 * faces.el (default): Ensure the face-defface-spec property is set.
2485
2486 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
2487
2488 * files.el (abort-if-file-too-large): New function.
2489 (find-file-noselect, insert-file-1): Use it.
2490
2491 2008-04-05 Reto Zimmermann <reto@gnu.org>
2492
2493 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
2494 Replace C-c[a-zA-Z] key bindings.
2495
2496 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2497
2498 * progmodes/hideif.el (hif-token-alist): New var.
2499 (hif-token-regexp, hif-tokenize): Use it.
2500 (hif-mathify-binop): New macro.
2501 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
2502 (hif-greater-equal, hif-less-equal): Use it.
2503 (hif-logior, hif-logand): New functions.
2504 (hif-math): Accept | and & as well.
2505
2506 * progmodes/etags.el: Fix problem with completion for buffer-local
2507 tables. Reported by Radey Shouman <shouman@comcast.net>.
2508 (tags-complete-tag): Remove.
2509 (tags-lazy-completion-table): New function to replace it.
2510 (find-tag-tag, complete-tag): Update users.
2511
2512 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
2513
2514 * vc-rcs.el (vc-rcs-dir-status):
2515 * vc-sccs.el (vc-sccs-dir-status): New function.
2516
2517 * outline.el (outline-mode-menu-bar-map):
2518 * term.el (terminal-signal-menu): Add :help.
2519
2520 * net/eudc.el (eudc-mode-map): Declare and define in one step.
2521 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
2522
2523 * emacs-lisp/re-builder.el (reb-mode-map):
2524 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
2525
2526 * diff-mode.el (diff-file-junk-re): Recognize the git format for
2527 new files, deleted files and for changing permissions.
2528 (diff-mode): Set beginning-of-defun-function and
2529 end-of-defun-function.
2530
2531 * vc-bzr.el (vc-bzr-state): Use when instead of if.
2532
2533 * vc.el (vc-default-status-fileinfo-extra): New function.
2534 (vc-status-mark-buffer-changed): Use it.
2535 (vc-update-vc-status-buffer): Allow for partial updates.
2536
2537 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2538
2539 * net/tramp.el (after-init-hook): Don't wrap a lambda around
2540 tramp-register-completion-file-name-handler.
2541
2542 * subr.el (keymap-canonicalize): New function.
2543 * mouse.el (mouse-menu-non-singleton): Use it.
2544 (mouse-major-mode-menu): Remove hack made unnecessary.
2545
2546 * simple.el (set-fill-column): Prompt rather than error by default.
2547
2548 2008-04-04 Andreas Schwab <schwab@suse.de>
2549
2550 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
2551 Reset new-rules after each round.
2552
2553 * Makefile.in (cal-autoloads): New target.
2554 (compile, compile-always, recompile): Depend on it.
2555 ($(lisp)/calendar/cal-loaddefs.el)
2556 ($(lisp)/calendar/diary-loaddefs.el)
2557 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
2558
2559 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
2560
2561 * ediff*.el: Replace load with require in eval-when-compile.
2562
2563 * ediff-hook: Delete all invocations of (autoload ...).
2564
2565 * ediff-util.el (ediff-setup): Make window-min-height a local variable
2566 in ediff control window, and set its min height to 2.
2567 (ediff-setup-control-buffer): Dedicate the control window.
2568 (ediff-toggle-multiframe): Undedicate control window.
2569 Work directly with ediff-setup-windows-multiframe and
2570 ediff-setup-windows-plain.
2571
2572 * ediff-wind (ediff-choose-window-setup-function-automatically):
2573 New function.
2574 (ediff-window-setup-function): Change initialization.
2575 (ediff-setup-windows-automatic): Delete.
2576 (ediff-setup-windows-plain-merge): Make control window dedicated.
2577 (ediff-destroy-control-frame): Do not skip frames if working in a
2578 single frame.
2579
2580 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
2581 eval-when-compile.
2582
2583 * emulation/viper-util.el: Move provide's forward, prevent recursion in
2584 eval-when-compile.
2585
2586 2008-04-04 Glenn Morris <rgm@gnu.org>
2587
2588 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
2589 calendar-absolute-from-bahai. Update callers, keep old name as alias.
2590
2591 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
2592 Rename islamic-calendar-leap-year-p. Update callers.
2593 (calendar-islamic-last-day-of-month):
2594 Rename islamic-calendar-last-day-of-month. Update callers.
2595 (calendar-islamic-day-number):
2596 Rename islamic-calendar-day-number. Update callers.
2597 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
2598 Update callers, keep old name as alias.
2599 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
2600 Update callers, keep old name as alias.
2601 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
2602 Keep old name as alias.
2603 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
2604 Update callers, keep old name as alias.
2605 (calendar-islamic-mark-date-pattern):
2606 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
2607 name as alias.
2608 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
2609 Keep old name as alias.
2610 (diary-islamic-insert-monthly-entry):
2611 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
2612 (diary-islamic-insert-yearly-entry):
2613 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
2614
2615 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
2616 calendar-absolute-from-iso. Update callers, keep old name as alias.
2617 (calendar-iso-print-date): Rename calendar-print-iso-date.
2618 Update callers, keep old name as alias.
2619 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
2620 Keep old name as alias.
2621 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
2622 Keep old name as alias.
2623
2624 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
2625 calendar-absolute-from-julian. Update callers, keep old name as alias.
2626 (calendar-julian-print-date): Rename calendar-print-julian-date.
2627 Update callers, keep old name as alias.
2628 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
2629 Update callers, keep old name as alias.
2630 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
2631 Update callers, keep old name as alias.
2632 (calendar-astro-print-day-number):
2633 Rename calendar-print-astro-day-number. Update callers, keep old
2634 name as alias.
2635 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
2636 Update callers, keep old name as alias.
2637
2638 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
2639 Rename calendar-string-to-mayan-long-count. Update callers.
2640 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
2641 Update callers, keep old name as alias.
2642 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
2643 Update callers.
2644 (calendar-mayan-read-tzolkin-date):
2645 Rename calendar-read-mayan-tzolkin-date. Update callers.
2646 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
2647 Keep old name as alias.
2648 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
2649 Keep old name as alias.
2650 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
2651 Keep old name as alias.
2652 (calendar-mayan-previous-tzolkin-date):
2653 Rename calendar-previous-tzolkin-date. Keep old name as alias.
2654 (calendar-mayan-next-round-date):
2655 Rename calendar-next-calendar-round-date. Keep old name as alias.
2656 (calendar-mayan-previous-round-date):
2657 Rename calendar-previous-calendar-round-date. Keep old name as alias.
2658 (calendar-mayan-long-count-to-absolute): Rename
2659 calendar-absolute-from-mayan-long-count. Keep old name as alias.
2660 (calendar-mayan-goto-long-count-date):
2661 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
2662
2663 * calendar/cal-persia.el (calendar-persian-month-name-array):
2664 Rename persian-calendar-month-name-array. Update callers.
2665 (calendar-persian-epoch): Rename persian-calendar-epoch.
2666 Update callers.
2667 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
2668 Update callers.
2669 (calendar-persian-last-day-of-month):
2670 Rename persian-calendar-last-day-of-month. Update callers.
2671 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
2672 Update callers, keep old name as alias.
2673 (calendar-persian-print-date): Rename calendar-print-persian-date.
2674 Update callers, keep old name as alias.
2675 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
2676 Keep old name as alias.
2677
2678 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
2679 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
2680 * calendar/solar.el: Update for cal-julian name changes.
2681
2682 * calendar/cal-dst.el: Update for persian name changes.
2683
2684 * calendar/cal-menu.el, calendar/calendar.el:
2685 Update for islamic, iso, julian, mayan, persian name changes.
2686
2687 * calendar/diary-lib.el: Update for islamic name changes.
2688
2689 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
2690 Rename all-hebrew-calendar-holidays. Update callers, keep old name
2691 as alias.
2692 (calendar-christian-all-holidays-flag):
2693 Rename all-christian-calendar-holidays. Update callers, keep old
2694 name as alias.
2695 (calendar-islamic-all-holidays-flag):
2696 Rename all-islamic-calendar-holidays. Update callers, keep old
2697 name as alias.
2698 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
2699 Update callers, keep old name as alias.
2700 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
2701 Update for the above name changes.
2702
2703 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
2704
2705 * hilit-chg.el (global-highlight-changes-mode)
2706 (highlight-changes-passive-string, highlight-changes-active-string):
2707 Mark as obsolete since 23.1, not 22.1.
2708
2709 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
2710
2711 * hilit-chg.el (highlight-changes-visibility-initial-state)
2712 (hilit-chg-update, highlight-changes-mode-turn-on):
2713 Fix typos in docstrings.
2714
2715 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
2716
2717 * newcomment.el (comment-enter-backward): Be careful to restore
2718 position changed during narrowing.
2719
2720 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
2721
2722 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2723 Recognize `sub ($$)'.
2724
2725 2008-04-03 Richard Sharman <rsharman@pobox.com>
2726
2727 * hilit-chg.el (highlight-changes-mode): Rename from
2728 highlight-changes; no longer uses sub-modes active and passive;
2729 implemented by define-minor-mode.
2730 (highlight-changes-toggle-visibility): New function, to replace
2731 the old passive/active submodes of global-highlight-changes-mode;
2732 implemented by define-minor-mode.
2733 (global-highlight-changes-mode): Rename from global-highlight-changes;
2734 rewrite using define-globalized-minor-mode.
2735 (hilit-chg-major-mode-hook, hilit-chg-check-global)
2736 (hilit-chg-post-command-hook, hilit-chg-check-global)
2737 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
2738 to use of define-globalized-minor-mode.
2739 (highlight-changes-global-initial-state): Change to be boolean.
2740 (highlight-changes-visible-string, highlight-changes-invisible-string):
2741 Rename from highlight-changes-active-string and
2742 highlight-changes-passive-string.
2743 (hilit-chg-update, hilit-chg-set): Use them.
2744 (global-highlight-changes-mode): Rename from global-highlight-changes.
2745 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
2746 docstring.
2747 (hilit-chg-hide-changes): Rewrite to use dolist.
2748 (hilit-chg-set-face-on-change, hilit-chg-update)
2749 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
2750 variable instead of testing highlight-changes-mode.
2751 (highlight-markup-buffers): Add require ediff-util; argument on calls
2752 to highlight-changes-mode changed.
2753 (highlight-compare-with-file): Fix problems with interactive
2754 call giving invalid default file.
2755
2756 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
2757
2758 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
2759 Fix in disassembly buffer (regression in 22.2).
2760
2761 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
2762
2763 * emulation/viper-macs.el (viper-read-fast-keysequence):
2764 Use viper-read-event instead of viper-read-key.
2765
2766 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
2767
2768 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
2769 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
2770 let-statements.
2771
2772 * emulation/viper-ex.el, emulation/viper-macs.el:
2773 * emulation/viper-mous.el:
2774 Replace load with require in eval-when-compile.
2775
2776 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2777
2778 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
2779
2780 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
2781 (archive-try-jka-compr): New function.
2782 (archive-set-buffer-as-visiting-file): Use it.
2783
2784 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
2785
2786 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
2787
2788 * simple.el (handle-shift-selection): New arg.
2789
2790 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
2793
2794 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
2795
2796 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
2797
2798 * shell.el (shell-dynamic-complete-filename): New fun.
2799 (shell-dynamic-complete-functions): Use it.
2800
2801 * help-fns.el (describe-variable): Undo 2008-02-25 change.
2802
2803 2008-04-03 Kenichi Handa <handa@m17n.org>
2804
2805 * international/fontset.el (create-fontset-from-x-resource):
2806 Handle the error of X resource more gracefully.
2807
2808 * international/latin1-disp.el (latin1-display): Don't use make-char.
2809 Fix the argument to set-char-table-range.
2810 (latin1-display-identities): Don't use make-char.
2811 (latin1-display-reset): Use map-charset-chars instead of directly
2812 calling standard-display-default.
2813 (latin1-display-check-font): Don't use make-char.
2814 (latin1-display-setup): Likewise.
2815 (latin1-display-ucs-per-lynx): Likewise.
2816
2817 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2818
2819 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
2820 name the fields, to make the code clearer.
2821 Rewrite all `aset' and `aref' using the defined accessors.
2822 (timer--time): New pseudo-field.
2823 (timer-set-time, timer-set-idle-time, timer-inc-time)
2824 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
2825 (timer--time-less-p): New function.
2826 (timer--activate): New function, extracted from timer-activate.
2827 (timer-activate-when-idle, timer-activate): Use it.
2828 (cancel-function-timers): Use dolist.
2829
2830 2008-04-03 Glenn Morris <rgm@gnu.org>
2831
2832 * add-log.el (c-beginning-of-defun, c-end-of-defun):
2833 Remove declarations; no longer used.
2834 (c-cpp-define-name, c-defun-name): Declare as functions.
2835
2836 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
2837 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
2838
2839 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
2840 (holiday-passover-etc, holiday-hanukkah): Doc fix.
2841 Add optional argument. Simplify.
2842 (holiday-tisha-b-av-etc): Use memq rather than unless.
2843 (holiday-julian): Autoload it.
2844 (holiday-hebrew-misc): New function.
2845
2846 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
2847
2848 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
2849 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
2850 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
2851 all-hebrew-calendar-holidays.
2852 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
2853 Simplify using new functions.
2854 (calendar-holidays): Doc fix.
2855 (generate-calendar-window): Use bound-and-true-p.
2856
2857 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
2858
2859 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
2860 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
2861 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
2862 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
2863
2864 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
2865
2866 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2867
2868 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
2869
2870 * vc-bzr.el (vc-bzr-checkout): Simplify.
2871
2872 * image-mode.el (image-mode-fit-frame): New command.
2873
2874 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
2875 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
2876 (keyboard-escape-quit): Check region-active-p i.s.o
2877 transient-mark-mode.
2878
2879 2008-04-02 Simon Josefsson <simon@josefsson.org>
2880
2881 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
2882 (imap-message-copyuid-1): Use it.
2883 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
2884 J. Williams in
2885 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2886
2887 2008-04-02 Alan Mackenzie <acm@muc.de>
2888
2889 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
2890 New optimised functions to get the name of the current defun/macro.
2891
2892 * add-log.el (add-log-current-defun): Move the functionality which
2893 gets the current function name for C like modes to cc-cmds.el,
2894 thus optimising for speed.
2895
2896 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
2897
2898 * simple.el (deactivate-mark): When the mark is temporarily
2899 active, restore the original value of transient-mark-mode.
2900 (set-mark-command): First deactivate the mark if was temporarily active.
2901 (exchange-point-and-mark): Reactivate the mark if it was
2902 temporarily active.
2903 (handle-shift-selection): New fun.
2904 (transient-mark-mode): Move var documentation here from buffer.c.
2905 (next-line, previous-line, backward-word, move-end-of-line)
2906 (move-beginning-of-line, forward-to-indentation)
2907 (backward-to-indentation, back-to-indentation)
2908 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
2909
2910 * mouse.el (mouse-set-region-1): Save the old value of
2911 transient-mark-mode.
2912 (mouse-drag-track): Ignore the now-obsolete value `identity' for
2913 transient-mark-mode.
2914
2915 * textmodes/paragraphs.el (forward-paragraph)
2916 (backward-paragraph, forward-sentence, backward-sentence): Add ^
2917 interactive spec.
2918
2919 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
2920
2921 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
2922
2923 * net/tramp.el (tramp-make-tramp-temp-file):
2924 Use `tramp-drop-volume-letter' for the local file name part.
2925
2926 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2927
2928 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
2929 Add menu entries corresponding to all the key bindings.
2930
2931 * emacs-lisp/debug.el (debugger-mode-map):
2932 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
2933 (conf-align-assignments): Only work on the region if it is active.
2934 (conf-quote-normal): Use when instead of if. Remove redundant test.
2935
2936 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2937 for tracing and re-builder.
2938
2939 2008-04-02 Glenn Morris <rgm@gnu.org>
2940
2941 * calendar/appt.el (appt-disp-window-function): Doc fix.
2942 (appt-display-message): Move beep before display.
2943 (appt-check): Make interactive. Reduce the number of lets.
2944 Use string-equal to compare mode-line strings.
2945 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
2946 read-only.
2947 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
2948 (appt-delete): Simplify.
2949
2950 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
2951
2952 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
2953
2954 * calendar/cal-hebrew.el (list-yahrzeit-dates):
2955 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
2956 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
2957
2958 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
2959 (calendar-holiday-marker, mark-visible-calendar-date):
2960 * calendar/diary-lib.el (fancy-diary-display):
2961 Check for font-lock-mode before using faces.
2962
2963 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
2964 (calendar-gregorian-from-absolute): Reduce the number of lets.
2965 (hebrew-holidays-4, generate-calendar-window): Simplify.
2966 (calendar-for-loop): Make obsolete.
2967 (calendar-nth-named-day): Doc fix.
2968
2969 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
2970 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
2971 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
2972 Reduce the number of lets.
2973 (mark-sexp-diary-entries, calendar-mark-complex):
2974 Expand calendar-for-loops.
2975
2976 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
2977
2978 * find-dired.el (find-dired-filter): Fix last patch to handle
2979 multi-line process input. Pad link numbers too.
2980
2981 2008-04-01 Jari Aalto <jari.aalto@cante.net>
2982
2983 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
2984
2985 2008-04-01 Jason Rumney <jasonr@gnu.org>
2986
2987 * international/characters.el (script-list): Add phonetic script,
2988 covering IPA (previously Latin), Phonetic Extensions and
2989 Phonetic Extensions Supplement (both previously unassigned).
2990
2991 * international/fontset.el (setup-default-fontset): Use unicode fonts
2992 that cover bopomofo script for bopomofo.
2993 Likewise for braille and mathematical.
2994 Use unicode scripts that cover the phonetic script for IPA.
2995
2996 2008-04-01 Johan Bockgård <bojohan@gnu.org>
2997
2998 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
2999 return the assigned value.
3000
3001 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3002
3003 * abbrev.el (abbrev-mode): Use define-minor-mode.
3004
3005 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
3006 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
3007 Use map-keymap.
3008 (minor-mode-menu-from-indicator): Use it. Simplify.
3009
3010 * bindings.el (mode-line-mode-menu): Move before (new) first use.
3011 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
3012 Bind the key directly to the menu.
3013 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
3014
3015 2008-04-01 Daiki Ueno <ueno@unixuser.org>
3016
3017 * epa.el (epa-decrypt-region): Explain the reason why this
3018 function should not be used in Lisp programs.
3019 (epa-decrypt-armor-in-region): Ditto.
3020 (epa-verify-region): Ditto.
3021 (epa-verify-cleartext-in-region): Ditto.
3022 (epa-sign-region): Ditto.
3023 (epa-encrypt-region): Ditto.
3024
3025 * epg.el (epg-start-receive-keys): Fix typo in docstring.
3026
3027 * epa.el (epa-select-keys): Show menu even if there is no key in
3028 GnuPG's keyring.
3029
3030 2008-04-01 Glenn Morris <rgm@gnu.org>
3031
3032 * calendar/calendar.el (calendar-make-temp-face): New function.
3033 (mark-visible-calendar-date):
3034 * calendar/diary-lib.el (fancy-diary-display): Use it.
3035
3036 * vc-hooks.el (vc-responsible-backend): Declare as function.
3037
3038 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
3039 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
3040 * calendar/cal-julian.el (holiday-julian): Use it.
3041
3042 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
3043 (calendar-hebrew-date-is-visible-p): Extract some common code into
3044 separate function.
3045 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
3046
3047 * calendar/cal-menu.el (cal-menu-holidays-menu):
3048 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
3049 rather than obsolete alias.
3050
3051 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
3052 for mark characters.
3053 (calendar-unmark): Unmark by removing all overlays, rather than
3054 redrawing.
3055 (calendar-starred-day): Remove.
3056 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
3057 (calendar-cursor-to-date): No need for special star handling now
3058 using overlays.
3059 (calendar-star-date): Use overlays.
3060
3061 * calendar/cal-french.el (calendar-goto-french-date):
3062 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
3063 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
3064 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
3065 * calendar/cal-persia.el (calendar-persian-date-string):
3066 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3067 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
3068 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
3069 * calendar/solar.el (solar-equinoxes-solstices):
3070 Reduce nesting of some lets.
3071
3072 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
3073 (calendar-goto-mayan-long-count-date): Simplify.
3074
3075 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
3076 Simplify by using mapcar.
3077 (calendar-list-holidays): Return holiday-list.
3078 (list-holidays): Use let rather than let*. Remove un-needed locals
3079 `d', `never'.
3080 (calendar-check-holidays): Return result from dolist.
3081 (holiday-float): Use a single let*. Simplify if-and to and.
3082 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
3083 single let*.
3084
3085 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
3086
3087 * calc/calc.el: Autoload `calc-yank'.
3088 (calc-mode-map): Add keybindings for `calc-yank'.
3089 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
3090 assignments for `calc-yank'.
3091
3092 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
3093
3094 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
3095 (vc-status-mark-buffer-changed): Handle the extra field.
3096
3097 * vc-bzr.el (vc-bzr-after-dir-status):
3098 * vc-cvs.el (vc-cvs-after-dir-status):
3099 * vc-hg.el (vc-hg-after-dir-status):
3100 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
3101
3102 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * doc-view.el: Compute displayed pages first (in PDF).
3105 (doc-view-current-converter-processes): Rename from
3106 doc-view-current-converter-process. Update users.
3107 (doc-view-sentinel): Test buffer's liveness.
3108 (doc-view-pdf/ps->png-sentinel): Remove.
3109 (doc-view-start-process): New function.
3110 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
3111 (doc-view-ps->pdf): Use it.
3112 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
3113 New functions.
3114 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
3115 (doc-view-mode): Kill the processes when leaving the mode.
3116
3117 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
3118
3119 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
3120 Use `byte-compile-warning-types'. Add docstring.
3121
3122 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3123
3124 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
3125 (smerge-resolve): Add various resolution heuristics.
3126
3127 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
3128 in 3-way conflicts.
3129
3130 2008-03-31 Glenn Morris <rgm@gnu.org>
3131
3132 * calendar/cal-bahai.el (diary-bahai-mark-entries):
3133 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
3134 * calendar/cal-islam.el (mark-islamic-diary-entries):
3135 Fix argument order in call to diary-mark-entries-1.
3136
3137 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
3138 pre-Bahai dates.
3139 (holiday-bahai): Use an algorithm actually relevant to this calendar
3140 system.
3141
3142 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
3143
3144 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
3145 Use and.
3146
3147 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
3148 in the last fortnight in Julian October.
3149
3150 * calendar/calendar.el (increment-calendar-month): Optionally handle
3151 systems without 12 months per year.
3152
3153 (calendar-date-is-visible-p): Doc fix. Simplify.
3154
3155 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
3156 from dolist.
3157
3158 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
3159
3160 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
3161 (hi-lock-unload-function): New function.
3162
3163 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
3164
3165 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
3166 overwriting when NEWNAME is a local file.
3167
3168 * net/trampver.el: Update release number.
3169
3170 2008-03-30 Alexandre Julliard <julliard@winehq.org>
3171
3172 * vc-git.el: Make vc-status display information about copies,
3173 renames and permission changes.
3174 (vc-git-extra-fileinfo): New defstruct.
3175 (vc-git-escape-file-name, vc-git-file-type-as-string)
3176 (vc-git-rename-as-string, vc-git-permissions-as-string)
3177 (vc-git-status-printer): New functions.
3178 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
3179 (vc-git-after-dir-status-stage1): Look for copies, renames and
3180 permission changes.
3181 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
3182 (vc-git-dir-status): Ask for staged files and renames.
3183
3184 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3185
3186 * vc.el: Allow backends to display backend specific information in
3187 the vc-status listing.
3188 (vc-status-fileinfo): Add a field for backend specific information.
3189 (vc-status-printer): Rename to ...
3190 (vc-default-status-printer): ... this.
3191 (vc-status-printer): New function.
3192 (vc-update-vc-status-buffer): Set the backend specific file info
3193 if provided.
3194
3195 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
3196
3197 * textmodes/remember.el (remember-diary-convert-entry): Revert last
3198 change (ill-conceived).
3199
3200 2008-03-29 Glenn Morris <rgm@gnu.org>
3201
3202 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
3203 * calendar/cal-julian.el (holiday-julian): Simplify.
3204
3205 * calendar/holidays.el (list-holidays): Use or.
3206
3207 2008-03-29 Juri Linkov <juri@jurta.org>
3208
3209 * window.el (split-window-preferred-horizontally): New function.
3210
3211 * cus-start.el (split-window-preferred-function):
3212 Set choice for "vertically" to nil instead of split-window.
3213 Set choice for "horizontally" to split-window-preferred-horizontally
3214 instead of lambda.
3215
3216 2008-03-29 Juri Linkov <juri@jurta.org>
3217
3218 * simple.el (minibuffer-default-add-function): New variable with
3219 the default to minibuffer-default-add-completions.
3220 (minibuffer-default-add-done): New variable. Make it buffer-local.
3221 (minibuffer-default-add-completions): New function.
3222 (goto-history-element): Set minibuffer-default-add-done to t and
3223 call a function in minibuffer-default-add-function when the
3224 specified absolute history position is greater than the length of
3225 the minibuffer-default list and minibuffer-default-add-done is nil.
3226 Change "^End of history; no next item$" to "^End of defaults;
3227 no next item$".
3228
3229 * bindings.el (debug-ignored-errors): Change "^End of history;
3230 no next item$" to "^End of defaults; no next item$".
3231
3232 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3233
3234 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
3235
3236 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
3237 to with-no-warnings.
3238
3239 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
3240
3241 Sync with Tramp 2.1.13.
3242
3243 * net/tramp-ftp.el: Require 'cl when byte-compiling.
3244
3245 * net/trampver.el: Update release number.
3246
3247 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
3248
3249 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
3250 the current backend.
3251
3252 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
3253 (vc-status-refresh): Create a temporary buffer and call the
3254 `dir-status' backend function from that buffer.
3255
3256 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
3257 (vc-bzr-after-dir-status): Don't kill the buffer.
3258
3259 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
3260 (vc-cvs-after-dir-status): Don't kill the buffer.
3261
3262 * vc-git.el (vc-git-dir-status): Don't create a buffer.
3263 (vc-git-after-dir-status-stage2): Don't kill the buffer.
3264
3265 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
3266 (vc-hg-after-dir-status): Don't kill the buffer.
3267
3268 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
3269 (vc-svn-after-dir-status): Don't kill the buffer.
3270
3271 2008-03-29 Glenn Morris <rgm@gnu.org>
3272
3273 * calendar/calendar.el (diary-file, american-date-diary-pattern)
3274 (european-date-diary-pattern, european-calendar-display-form)
3275 (american-calendar-display-form, diary-display-hook): Doc fixes.
3276 (european-calendar-style): Doc fix. Use calendar-set-date-style for
3277 custom :set. Mark as obsolete.
3278 (calendar-date-style, iso-date-diary-pattern)
3279 (iso-calendar-display-form): New user variables.
3280 (diary-date-forms, calendar-date-display-form): Set using
3281 calendar-date-style. Doc fix.
3282 (calendar-set-date-style): New command.
3283 (european-calendar, american-calendar): Use calendar-set-date-style.
3284 Mark as obsolete.
3285
3286 * calendar/diary-lib.el (number): Move declaration where needed.
3287 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
3288 (diary-make-date): New function.
3289 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
3290 Use diary-make-date.
3291 (diary-date-display-form, diary-insert-entry-1): New functions.
3292 (insert-monthly-diary-entry, insert-yearly-diary-entry):
3293 Use diary-insert-entry-1.
3294 (insert-anniversary-diary-entry, insert-block-diary-entry)
3295 (insert-cyclic-diary-entry): Use diary-date-display-form.
3296
3297 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3298 Autoload diary-insert-entry-1.
3299 * calendar/cal-bahai.el (diary-bahai-insert-entry)
3300 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
3301 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
3302 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
3303 * calendar/cal-islam.el (insert-islamic-diary-entry)
3304 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
3305 Use diary-insert-entry-1.
3306
3307 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
3308 (diary-yahrzeit): Doc fix. Use diary-make-date.
3309
3310 * calendar/icalendar.el (icalendar--datetime-to-american-date):
3311 New name for icalendar--datetime-to-noneuropean-date. Make old name
3312 obsolete alias.
3313 (icalendar--datetime-to-iso-date): New function.
3314 (icalendar--datetime-to-diary-date): Doc fix. Respect
3315 calendar-date-style if bound.
3316
3317 * textmodes/remember.el (remember-diary-convert-entry):
3318 Respect calendar-date-style if bound.
3319
3320 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3321
3322 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
3323 (xterm-mouse-handle-delete-frame): Delete.
3324
3325 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
3326 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
3327 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
3328 in xterm-modify-other-keys-terminal-list.
3329
3330 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
3331 are conflicts.
3332
3333 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
3334
3335 * vc.el (vc-update): Check if the buffer is unsaved only if it
3336 actually exists.
3337 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
3338 vc-print-log.
3339
3340 2008-03-28 Magnus Henoch <mange@freemail.hu>
3341
3342 * net/dns.el (dns-write): Use set-buffer-multibyte.
3343
3344 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3345
3346 * vc-bzr.el (vc-bzr-sha1): New fun.
3347 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
3348 (vc-bzr-registered): Use it.
3349
3350 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
3351
3352 * vc.el (vc-status-kill-dir-status-process): Simplify.
3353 (vc-status-refresh): Make sure the buffer is live.
3354 (ring): Don't require it, not used.
3355
3356 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
3357
3358 * progmodes/verilog-mode.el (verilog-auto-inout-module):
3359 Add optional regular expression to AUTOINOUTMODULE.
3360 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
3361 (verilog-auto-inst-param, verilog-auto-reg)
3362 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
3363 (verilog-auto-output-every, verilog-auto-input)
3364 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
3365 (verilog-auto-unused, verilog-auto): Update documentation to use
3366 more obvious instance module names versus cell names.
3367
3368 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
3369
3370 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
3371 kill if a process is running.
3372
3373 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
3374
3375 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
3376
3377 * vc.el: Add new backend function 'status-extra-headers.
3378 (vc-default-status-extra-headers): New function.
3379 (vc-status-headers): Call 'status-extra-headers. Add colors.
3380
3381 * vc-git.el (vc-git-status-extra-headers): New function.
3382
3383 2008-03-28 Glenn Morris <rgm@gnu.org>
3384
3385 * calendar/cal-menu.el (cal-menu-holidays-menu)
3386 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
3387 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
3388 holiday-list is optional.
3389 (calendar-mouse-holidays): Remove un-needed local `l'.
3390
3391 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
3392 Remove un-needed local `date'.
3393 (calendar-cursor-to-visible-date): Use let rather than let*.
3394 Remove un-needed local `first-of-month-weekday'.
3395
3396 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
3397
3398 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
3399 Doc fixes.
3400 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
3401 (diary-header-line-flag, diary-header-line-format): Declare.
3402 (diary-pull-attrs): Check for multiple matches.
3403 (diary-list-entries-2): Simplify finding start of date.
3404 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
3405 pop-up-frames.
3406 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
3407 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
3408
3409 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
3410
3411 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
3412
3413 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
3414
3415 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3416
3417 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
3418
3419 * image-mode.el (image-mode-reapply-winprops): Fix last change.
3420
3421 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
3422
3423 * international/mule-conf.el (define-iso-single-byte-charset):
3424 Don't make latin-iso8859-* supplementary.
3425 (#'set-charset-priority): Don't change the priority of charsets
3426 `unicode' and `emacs'.
3427
3428 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3429
3430 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
3431 temp buffer.
3432
3433 2008-03-27 Glenn Morris <rgm@gnu.org>
3434
3435 * calendar/cal-bahai.el (diary-bahai-list-entries):
3436 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
3437 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
3438
3439 * calendar/calendar.el (diary-file): Doc fix.
3440
3441 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
3442 (list-diary-entries-hook, mark-diary-entries-hook)
3443 (include-other-diary-files, diary-mail-entries)
3444 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
3445 (diary-set-header): New function.
3446 (diary-header-line-flag, diary-header-line-format):
3447 Use diary-set-header for custom :set function.
3448 (diary-set-maybe-redraw): Use symbol-value rather than eval.
3449 (diary-attrtype-convert): Use intern-soft rather than read.
3450 (diary-display-no-entries): New function.
3451 (simple-diary-display, fancy-diary-display): Use it.
3452 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
3453 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
3454
3455 * calendar/holidays.el (list-holidays): Doc fix.
3456
3457 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
3458
3459 * calc/calc-store.el (calc-read-var-name-history): New variable.
3460 (calc-read-var-name): Use `calc-read-var-name-history'.
3461
3462 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 * image-mode.el (image-mode-reapply-winprops): Simplify now that
3465 window-configuration-change-hook works buffer-locally.
3466
3467 2008-03-26 Johan Bockgård <bojohan@gnu.org>
3468
3469 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
3470 for Emacs Lisp, not Lisp.
3471
3472 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
3473
3474 * help-fns.el (describe-function-1, describe-variable):
3475 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
3476
3477 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
3478 replacement is provided, don't print "use nil instead".
3479
3480 2008-03-26 Johan Bockgård <bojohan@gnu.org>
3481
3482 * complete.el (PC-do-completion): Use regexp-quote.
3483
3484 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
3485
3486 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
3487 Detect missing files.
3488
3489 * vc-git.el (vc-git-extra-menu-map): New key map.
3490 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
3491 New functions.
3492
3493 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
3494 and 'missing files.
3495
3496 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3497
3498 * calendar/holidays.el (list-holidays): Make Y2 optional.
3499
3500 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
3501 buffers shown to the user.
3502 (appt-disp-window): Disable undo explicitly now that the leading space
3503 is gone.
3504
3505 * simple.el (activate-mark): New function.
3506 (set-mark-command): Use it with region-active-p to clean up the code.
3507 (exchange-point-and-mark): Invert the meaning of C-u when
3508 transient-mark-mode is active.
3509
3510 * dired-aux.el (dired-create-files): Use dolist.
3511
3512 * bindings.el (mode-line-change-eol): Use with-selected-window.
3513
3514 * apropos.el (apropos-command): Include macros.
3515
3516 2008-03-26 Glenn Morris <rgm@gnu.org>
3517
3518 * calendar/cal-bahai.el: Require calendar, not cal-julian.
3519 (calendar-bahai-epoch): Doc fix.
3520
3521 * calendar/cal-china.el: Explicitly require calendar.
3522
3523 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
3524 Require calendar rather than cal-julian.
3525 Autoload calendar-absolute-from-julian.
3526 * calendar/cal-coptic.el (coptic-calendar-epoch):
3527 * calendar/cal-islam.el (calendar-islamic-epoch):
3528 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
3529
3530 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
3531
3532 * calendar/cal-dst.el: Don't require cal-persia.
3533 (calendar-absolute-from-persian): Autoload it.
3534 (dst-adjust-time): Doc fix.
3535
3536 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
3537 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
3538 calendar.
3539
3540 * calendar/cal-menu.el: Require calendar rather than declaring
3541 functions.
3542 * calendar/calendar.el: Provide calendar before requiring cal-menu.
3543
3544 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
3545 calendar-after-frame-setup-hooks. Update callers, make old name an
3546 obsolete alias. Doc fix.
3547 (calendar-frame-1): Doc fix.
3548
3549 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
3550
3551 * calendar/calendar.el (oriental-holidays, solar-holidays):
3552 * calendar/holidays.el (list-holidays): Assume atan always bound.
3553
3554 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
3555 Explicitly require calendar, not cal-julian.
3556 * calendar/lunar.el: Explicitly require cal-dst.
3557
3558 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3559
3560 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
3561
3562 * help-fns.el (describe-function-1, describe-variable): If no
3563 replacement is provided, don't print "use nil instead".
3564
3565 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3566
3567 * proced.el: New file.
3568
3569 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3570
3571 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
3572
3573 2008-03-25 Juri Linkov <juri@jurta.org>
3574
3575 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
3576 in battery-mode-line-format.
3577
3578 * bindings.el (minibuffer-local-map): For the command
3579 file-cache-minibuffer-complete replace keymap minibuffer-local-map
3580 with map which is already locally bound to minibuffer-local-map.
3581
3582 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3583
3584 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
3585 Remove `sort-first' argument.
3586
3587 * subr.el (redisplay-end-trigger-functions)
3588 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
3589 (process-filter-multibyte-p, set-process-filter-multibyte):
3590 Mark as obsolete.
3591
3592 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
3593
3594 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
3595 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
3596 use the LOCAL arg of `add-hook'.
3597 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
3598 Remove spurious * from defcustom docstrings.
3599 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
3600 Fix typos in messages.
3601 (reb-mode-buffer-p): New function.
3602 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
3603 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
3604 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
3605 (reb-update-overlays): Use `unless', `when'.
3606 (re-builder-unload-function): New function.
3607
3608 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
3609
3610 * vc-hooks.el (vc-state): Add documentation for 'missing.
3611
3612 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
3613
3614 * progmodes/verilog-mode.el (verilog-auto-output)
3615 (verilog-auto-input, verilog-auto-inout, verilog-auto)
3616 (verilog-delete-auto): Add optional regular expression to
3617 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
3618 (verilog-signals-matching-regexp): New internal function for
3619 signal matching.
3620
3621 2008-03-25 Johan Bockgård <bojohan@gnu.org>
3622
3623 * info.el (Info-isearch-search): Always return point.
3624
3625 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3626
3627 * diff-mode.el (diff-remembered-defdir): New var.
3628 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
3629
3630 2008-03-25 Glenn Morris <rgm@gnu.org>
3631
3632 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
3633 calendar-bahai-prompt-for-date. Update callers, make old name an
3634 obsolete alias. Doc fix.
3635 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
3636 coptic-prompt-for-date. Update callers, make old name an
3637 obsolete alias. Doc fix.
3638 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
3639 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
3640 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
3641 calendar-islamic-prompt-for-date. Update callers. Doc fix.
3642 * calendar/cal-iso.el (calendar-iso-read-date): New name for
3643 calendar-iso-read-args. Update callers, make old name an obsolete
3644 alias.
3645 * calendar/cal-persia.el (calendar-persian-read-date): New name for
3646 persian-prompt-for-date. Update callers, make old name an
3647 obsolete alias. Doc fix. Move definition before use.
3648
3649 * calendar/cal-x.el (diary-frame-parameters)
3650 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
3651 (calendar-frame-1): Doc fixes.
3652 (make-fancy-diary-buffer): Remove declaration.
3653 (calendar-dedicate-diary): Replace call to deleted function
3654 make-fancy-diary-buffer.
3655 (calendar-frame-setup): New function.
3656 (calendar-one-frame-setup, calendar-only-one-frame-setup)
3657 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
3658 work, and mark as obsolete.
3659 (special-display-buffer-names): Don't mess with this; it's not our
3660 business.
3661 (cal-x-load-hook): Defvar it, and mark as obsolete.
3662
3663 * calendar/calendar.el (calendar-remove-frame-by-deleting):
3664 Default to t. Add to 'calendar group.
3665 (calendar): Doc fix. Use calendar-frame-setup.
3666 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
3667 (generate-calendar-window): Doc fix.
3668
3669 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3670
3671 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
3672
3673 2008-03-24 Drew Adams <drew.adams@oracle.com>
3674
3675 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
3676 New variables.
3677 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
3678 (finder-exit): Ignore errors rather than avoiding them.
3679 Kill *Finder-package* buffer also.
3680
3681 2008-03-24 Andreas Schwab <schwab@suse.de>
3682
3683 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
3684
3685 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
3686
3687 * vc-hg.el (vc-hg-after-dir-status):
3688 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
3689
3690 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
3691 Detect removed files.
3692
3693 * vc.el (vc-status-printer): Use a different face for missing files.
3694 (vc-status-hide-up-to-date): Rename from
3695 vc-status-remove-up-to-date. Update all callers.
3696 (vc-status-mode-map): Bind C-m.
3697
3698 2008-03-24 Alexandre Julliard <julliard@winehq.org>
3699
3700 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
3701 code ...
3702 (vc-git--state-code): ... to this new function.
3703 (vc-git-state): Use it.
3704
3705 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
3706
3707 * textmodes/remember.el (remember-mail-date)
3708 (remember-store-in-mailbox): Write date and From line in such a
3709 way that Mutt can read it.
3710
3711 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
3712
3713 * simple.el (transient-mark-mode): Turn on by default.
3714
3715 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
3716
3717 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
3718 'unregistered for unregistered files.
3719
3720 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
3721
3722 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
3723
3724 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
3725 subdirectories.
3726
3727 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
3728 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
3729 Add :enable for vc-status-refresh.
3730 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
3731 (vc-status-tool-bar-map): Add binding for
3732 vc-status-kill-dir-status-process.
3733 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
3734 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
3735 Reset vc-status-process-buffer.
3736 (vc-status-refresh): Don't run two refreshes at a time.
3737 (vc-status): If the buffer is already in vc-status-mode only refresh.
3738 (vc-status-mark-buffer-changed): Add an optional file parameter.
3739 (vc-resynch-buffer): Use it.
3740 (vc-delete-file): Expand the file name before using it.
3741 Be careful to not create a new buffer with the old file contents.
3742 Update the VC state after performing the operation.
3743
3744 2008-03-23 Andreas Schwab <schwab@suse.de>
3745
3746 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
3747 Fix radio button condition.
3748 [box]: Likewise.
3749 [customize]: Add radio button.
3750
3751 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
3752
3753 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
3754 (calc-user-parse-tables, calc-gnuplot-default-device)
3755 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3756 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3757 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3758 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
3759 (calc-undo-list, calc-redo-list, calc-main-buffer)
3760 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
3761 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
3762 (calc-said-hello, calc-executing-macro, calc-any-selections)
3763 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
3764 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
3765 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
3766 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
3767 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
3768 (calc-create-buffer, calc-quit): Add docstrings.
3769
3770 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
3771
3772 * makefile.w32-in (WINS_ALMOST): Add org.
3773
3774 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
3775
3776 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
3777 New functions to implement vc-status support.
3778
3779 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
3780
3781 * vc.el (vc-status-prepare-status-buffer): New function.
3782 (vc-status): Use it.
3783
3784 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
3785 appropriate.
3786
3787 2008-03-22 Alexandre Julliard <julliard@winehq.org>
3788
3789 * vc-git.el (vc-git--empty-db-p)
3790 (vc-git-after-dir-status-stage1-empty-db): New functions.
3791 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
3792 Add support for empty repositories.
3793
3794 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
3795
3796 * vc-git.el (vc-git-annotate-extract-revision-at-line):
3797 Allow "^" in a version name.
3798
3799 * vc-mtn.el (vc-mtn-state): Support the added state.
3800
3801 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
3802
3803 * org: New directory for Org-mode.
3804
3805 * org/org-export-latex.el: Moved from lisp/texmodes.
3806
3807 * org/org-irc.el: Moved from lisp/texmodes.
3808
3809 * org/org-mac-message.el: Moved from lisp/texmodes.
3810
3811 * org/org-mouse.el: Moved from lisp/texmodes.
3812
3813 * org/org-publish.el: Moved from lisp/texmodes.
3814
3815 2008-03-21 Juri Linkov <juri@jurta.org>
3816
3817 * comint.el (comint-dynamic-simple-complete):
3818 Use variable `stub' for the second arg `common-substring'
3819 of `comint-dynamic-list-completions'.
3820 (comint-dynamic-list-filename-completions):
3821 Use variable `filenondir' for the second arg `common-substring'
3822 of `comint-dynamic-list-completions'.
3823 (comint-dynamic-list-completions): Add new optional arg
3824 `common-substring'. Add `common-substring' as the second arg of
3825 the call to `display-completion-list'. Doc fix.
3826
3827 * comint.el (comint-dynamic-complete-as-filename)
3828 (comint-dynamic-list-filename-completions)
3829 (comint-dynamic-simple-complete): Use `minibuffer-message'
3830 to display message "No completions of %s" when a command
3831 is called in the minibuffer.
3832 (comint-dynamic-simple-complete): Don't display other
3833 completion messages when a command is called in the minibuffer.
3834 (comint-dynamic-list-completions): Use `minibuffer-message'
3835 to display message " [Type space to flush ...]" when a command
3836 is called in the minibuffer.
3837
3838 * shell.el (shell-dynamic-complete-command)
3839 (shell-dynamic-complete-environment-variable): Don't display
3840 completion messages when command is called in the minibuffer.
3841
3842 * emacs-lisp/lisp.el (lisp-complete-symbol):
3843 Use `minibuffer-message' to display message "No completions of %s"
3844 when this command is called in the minibuffer.
3845
3846 * bindings.el (standard-mode-line-modes): Put special help-echo
3847 tooltip on recursive edit %[ %] mode-line constructs.
3848
3849 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
3850 "^No dynamic expansion for .* found$" to allow error messages like
3851 "No dynamic expansion for \"%s\" found in this-buffer".
3852
3853 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
3854
3855 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
3856 "psftp".
3857
3858 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3859
3860 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
3861 * vc.el (vc-default-dired-state-info): Use just "modified".
3862 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
3863 (vc-cvs-mode-line-string): Make use of the better default.
3864 (vc-cvs-parse-entry): Use the new `added'.
3865 (vc-cvs-dired-state-info): Remove.
3866 * vc-svn.el (vc-svn-dired-state-info): Remove.
3867 * vc-hg.el (vc-hg-dired-state-info): Remove.
3868 * vc-git.el (vc-git-dired-state-info): Remove.
3869
3870 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
3871
3872 * vc-git.el (vc-git-status-result): New variable.
3873 (vc-git-dir-status): Split out ...
3874 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
3875 ... these new functions and work asynchronously.
3876
3877 2008-03-21 Alexandre Julliard <julliard@winehq.org>
3878
3879 * vc-git.el (vc-git-after-dir-status): Remove.
3880 (vc-git-dired-state-info): Reimplement.
3881
3882 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
3883
3884 * replace.el (occur-mode-map): Add :help.
3885
3886 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
3887 for disassemble.
3888
3889 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
3890 the 'added state.
3891 (vc-status-remove-up-to-date): New function.
3892 (vc-status-mode-map, vc-status-menu-map): Bind it.
3893 (vc-status-printer): Use a different face up-to-date files.
3894 (vc-resynch-buffer): Update the vc-status buffer if it exists.
3895 (Todo): Remove solved entries.
3896
3897 * vc-hg.el (vc-hg-state):
3898 * vc-git.el (vc-git-state):
3899 * vc-cvs.el (vc-cvs-parse-status):
3900 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
3901 state.
3902
3903 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3904
3905 * progmodes/compile.el (compile):
3906 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
3907
3908 * simple.el (minibuffer-local-shell-command-map): New var.
3909 (minibuffer-complete-shell-command, read-shell-command): New funs.
3910 (shell-command, shell-command-on-region): Use them.
3911
3912 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3913
3914 * vc.el (vc-status-mark-buffer-changed): New function to implement
3915 updating of the *vc-status* buffer when a buffer is saved.
3916 (vc-status-mode): Use it for after-change-hook.
3917 (vc-add-to-vc-status-buffer): Rename to ...
3918 (vc-status-add-entry): ... this.
3919 (Todo): Add new entry.
3920
3921 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3922
3923 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
3924
3925 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
3926
3927 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
3928 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
3929 Remove spurious * from defcustom docstrings.
3930 (icomplete-compute-delay): Fix docstring and remove spurious *.
3931 (icomplete-delay-completions-threshold): Fix typo in docstring and
3932 remove spurious *.
3933 (icomplete-completions): While collecting the list of prospective
3934 candidates, don't overshoot `icomplete-prospects-length'.
3935
3936 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3937
3938 * textmodes/refbib.el:
3939 * textmodes/reftex.el:
3940 * textmodes/reftex-global.el:
3941 * textmodes/reftex-vars.el:
3942 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
3943 compiler pacifying defvars.
3944 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
3945 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
3946 not needed.
3947
3948 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
3949
3950 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
3951 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
3952 (verilog-customize, verilog-font-customize)
3953 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
3954 (verilog-mode): Update documentation strings to match tool tips.
3955 (verilog-auto-search-do, verilog-auto-re-search-do)
3956 (verilog-skip-forward-comment-or-string): Fix verilog-auto
3957 expansion when a .* appears inside a string.
3958 (verilog-re-search-forward, verilog-re-search-backward):
3959 Add comment to recall how this works.
3960 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
3961
3962 2008-03-20 Glenn Morris <rgm@gnu.org>
3963
3964 * calendar/calendar.el (calendar-other-dates): New function.
3965 (calendar-print-other-dates): Use calendar-other-dates.
3966 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
3967 the declarations it replaces.
3968 (calendar-mouse-print-dates): Use calendar-other-dates.
3969
3970 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
3971 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
3972 (calendar-absolute-from-bahai): Fix the leap-year case.
3973 (calendar-bahai-from-absolute): Re-use the Gregorian month.
3974 (calendar-bahai-date-string, calendar-bahai-print-date):
3975 Handle pre-Bahai dates.
3976
3977 * calendar/cal-china.el (chinese-calendar-celestial-stem)
3978 (chinese-calendar-terrestrial-branch): Make defcustoms.
3979
3980 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
3981 (calendar-mouse-view-diary-entries): Use or.
3982 (calendar-mouse-chinese-date): Remove unused command.
3983 (cal-menu-load-hook): Mark as obsolete.
3984
3985 * calendar/solar.el (calendar-location-name, calendar-latitude)
3986 (calendar-longitude, solar-arctan, sunrise-sunset)
3987 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
3988
3989 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
3990
3991 * calc/calc.el: Remove outdated comments.
3992 (defcalcmodevar, calc-mode-var-list-restore-default-values)
3993 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
3994 Add docstrings.
3995
3996 2008-03-19 Jason Rumney <jasonr@gnu.org>
3997
3998 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
3999
4000 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4001
4002 * net/tls.el (open-tls-stream): Reindent.
4003
4004 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
4005
4006 * net/tramp.el (tramp-let-maybe): Removed.
4007 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
4008 It does not exist under XEmacs.
4009 (tramp-handle-file-truename, tramp-handle-expand-file-name)
4010 (tramp-completion-file-name-handler): Let-bind
4011 `directory-sep-char'.
4012
4013 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
4014 `directory-sep-char'.
4015
4016 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * help-fns.el (describe-function-1): Don't signal "missing arglist"
4019 for autoloaded keymaps.
4020
4021 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
4022 (electric-verilog-terminate-line, verilog-in-struct-region-p)
4023 (verilog-backward-ws&directives, verilog-forward-ws&directives)
4024 (verilog-in-comment-p, verilog-in-star-comment-p)
4025 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
4026 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
4027 (verilog-skip-forward-comment-or-string, verilog-in-paren)
4028 (verilog-skip-forward-comment-p): Use it.
4029
4030 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
4031
4032 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
4033 (org-remember-templates, org-time-stamp-rounding-minutes)
4034 (org-back-over-empty-lines, org-find-base-buffer-visiting)
4035 (org-columns-new): Fix typos in docstrings.
4036
4037 2008-03-19 Glenn Morris <rgm@gnu.org>
4038
4039 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
4040 (tramp-handle-shell-command): Use condition-case rather than
4041 ignore-errors.
4042
4043 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4044
4045 * diff-mode.el (diff-header): Make the color louder.
4046 (diff-refine-change): Tone the color down.
4047
4048 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
4049
4050 * descr-text.el (describe-char): When `describe-char-unidata-list'
4051 is set to show all properties, list them in the right order.
4052
4053 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4054
4055 * international/mule.el (load-with-code-conversion): Avoid setting
4056 default-enable-multibyte-characters.
4057
4058 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
4059
4060 * vc.el (vc-annotate-background): Fix custom type.
4061
4062 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4063
4064 * descr-text.el (describe-char-unidata-list): Allow specifying
4065 just all properties.
4066 (describe-char): Handle that new value.
4067
4068 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
4069
4070 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
4071
4072 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
4073 instead of file name extension to make docs with uncommon
4074 extensions work.
4075
4076 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
4077
4078 * doc-view.el (require): Require cl at compile time because
4079 `assert' needs it.
4080
4081 2008-03-18 Glenn Morris <rgm@gnu.org>
4082
4083 * calendar/calendar.el (initial-calendar-window-hook)
4084 (today-visible-calendar-hook): Doc fixes.
4085
4086 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
4087
4088 * net/tramp.el (tramp-root-regexp): Simplify.
4089 (tramp-completion-file-name-regexp-separate): Don't insist on
4090 leading "[". This prevents method or user or host completion.
4091 (tramp-let-maybe): Autoload it.
4092 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
4093 is an alias for `identity'.
4094 (tramp-handle-write-region): Protect `last-coding-system-used'
4095 over the trailing statements.
4096 (tramp-completion-file-name-handler-post-function): Remove.
4097 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
4098 instead of calling `tramp-drop-volume-letter'.
4099
4100 * net/tramp.el:
4101 * net/tramp-uu.el:
4102 * net/trampver.el: Move coding cookie at the end.
4103
4104 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4105
4106 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
4107 elements which may be something else than characters.
4108
4109 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
4110
4111 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
4112 New functions to implement vc-status support.
4113
4114 * vc.el (vc-default-extra-status-menu)
4115 (vc-add-to-vc-status-buffer): New functions.
4116
4117 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4118 for eldoc and ielm.
4119
4120 2008-03-17 Glenn Morris <rgm@gnu.org>
4121
4122 * calendar/cal-x.el (diary-frame-parameters)
4123 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
4124 Fix custom type; add options.
4125 (calendar-frame, diary-frame): Doc fixes.
4126 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
4127 new functions.
4128 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
4129 Use calendar-frame-1 and calendar-dedicate-diary.
4130 (calendar-one-frame-setup): Also handle only-one-frame case.
4131 (calendar-only-one-frame-setup): Doc fix. Just call
4132 calendar-one-frame-setup.
4133
4134 * calendar/diary-lib.el: Re-order some definitions before their use.
4135 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
4136 (diary-list-entries): Doc fixes.
4137 (make-fancy-diary-display): Remove function.
4138
4139 * calendar/calendar.el (calendar-today-marker)
4140 (initial-calendar-window-hook, today-visible-calendar-hook)
4141 (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
4142 (calendar-star-date, calendar-mark-today): Doc fixes.
4143 (today-visible-calendar-hook): Add options.
4144 (calendar-in-read-only-buffer): New macro.
4145 (calendar-basic-setup): Adapt for change in calendar-read-date.
4146 Place holiday let inside if.
4147 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
4148 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
4149 (calendar-print-other-dates): Use one let rather than many.
4150
4151 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
4152 (calendar-print-other-dates):
4153 * calendar/cal-hebrew.el (list-yahrzeit-dates):
4154 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
4155 * calendar/holidays.el (calendar-list-holidays, list-holidays)
4156 (calendar-cursor-holidays):
4157 * calendar/lunar.el (calendar-phases-of-moon): Use
4158 calendar-in-read-only-buffer to replace previous code and disable undo.
4159
4160 2008-03-16 Juri Linkov <juri@jurta.org>
4161
4162 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
4163 and regexp-search-ring-yank-pointer for the HISTPOS argument of
4164 read-from-minibuffer to provide the correct initial minibuffer
4165 history position in isearch-edit-string when it is called from
4166 isearch-ring-adjust.
4167
4168 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
4169 to check if the current buffer is the minibuffer, and in this case
4170 call abort-recursive-edit to kill the minibuffer. Doc fix.
4171 (kill-this-buffer-enabled-p): Allow this function to return non-nil
4172 when the current buffer is the minibuffer.
4173
4174 * simple.el (goto-line): Leave mark at previous position. Doc fix.
4175
4176 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
4177
4178 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
4179 Use non-nil PARENTS attribute of make-directory instead of
4180 explicitly checking existence the current cache directory.
4181
4182 2008-03-16 Daiki Ueno <ueno@unixuser.org>
4183
4184 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
4185 M-x epa-file-select-keys.
4186
4187 2008-03-16 Kenichi Handa <handa@m17n.org>
4188
4189 * international/mule.el (auto-coding-alist):
4190 Use no-conversion-multibyte for archive files.
4191
4192 2008-03-16 Glenn Morris <rgm@gnu.org>
4193
4194 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
4195 New functions.
4196 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
4197 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
4198 Use calendar-mark-1.
4199 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
4200 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
4201 Use calendar-mark-complex.
4202 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
4203 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
4204 Use calendar-mark-1.
4205
4206 * calendar/calendar.el (calendar-mod): Remove.
4207 * calendar/cal-china.el (calendar-chinese-from-absolute)
4208 (calendar-chinese-date-string): Expand calendar-mod calls.
4209 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
4210 Expand calendar-mod calls.
4211
4212 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
4213 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
4214 (diary-bahai-insert-yearly-entry): Use let rather than let*.
4215 Move obsolete aliases after the functions that replaced them.
4216
4217 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
4218 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
4219 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
4220 Use let rather than let*.
4221 (calendar-hebrew-prompt-for-date): New function.
4222 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
4223 (holiday-tisha-b-av-etc): Use unless, let.
4224
4225 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
4226 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
4227
4228 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
4229
4230 * calendar/calendar.el (calendar-for-loop): Add indent spec.
4231
4232 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
4233 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
4234 than concat.
4235 (diary): Remove un-needed let.
4236 (view-other-diary-entries): Rename argument.
4237 (diary-list-entries-2): New function.
4238 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
4239 (print-diary-entries): Use unless.
4240 (diary-mark-entries-1): Change argument order, make all but
4241 markfunc optional. Handle the standard (Gregorian) case.
4242 Use match-string-no-properties. Handle marks.
4243 (mark-diary-entries): Use diary-mark-entries-1.
4244 (diary-font-lock-keywords-1): New macro.
4245 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
4246
4247 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
4248
4249 * icalendar.el (icalendar-version): Increase to 0.18.
4250 (icalendar-export-hidden-diary-entries): New variable.
4251 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
4252 In case of error, insert full error-val.
4253 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
4254 Use calendar-day-of-week. Return the day number.
4255 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
4256
4257 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
4258
4259 * icalendar.el (icalendar-recurring-start-year): New variable.
4260 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
4261 (icalendar-export-region): Ignore hidden diary entries.
4262 (icalendar--convert-ordinary-to-ical): Fix case where event
4263 spans across midnight boundary.
4264 (icalendar-first-weekday-of-year): New function.
4265 (icalendar--convert-weekly-to-ical): Allow user-selectable start
4266 year for recurring events (Mozilla calendars do not propagate
4267 recurring events forever, so year 2000 start date was not working).
4268 (icalendar--convert-yearly-to-ical): Remove extra spaces in
4269 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
4270
4271 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
4272
4273 * net/tramp.el (tramp-root-regexp): New defconst.
4274 (tramp-completion-file-name-regexp-unified)
4275 (tramp-completion-file-name-regexp-separate)
4276 (tramp-completion-file-name-regexp-url): Use it.
4277 (tramp-do-copy-or-rename-file-via-buffer):
4278 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
4279 t for `insert-file-contents-literally'.
4280 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
4281 Autoload it.
4282 (tramp-completion-file-name-handler-post-function): New defconst.
4283 (tramp-completion-file-name-handler): Use it.
4284 (tramp-maybe-open-connection): Update calls to
4285 `tramp-flush-connection-property' for removed 2nd argument.
4286
4287 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4288
4289 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
4290 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
4291 New functions.
4292
4293 2008-03-15 Glenn Morris <rgm@gnu.org>
4294
4295 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
4296 New functions.
4297 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
4298 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
4299 (diary-list-entries-1, diary-mark-entries-1): Autoload.
4300 (diary-bahai-list-entries): Use diary-list-entries-1.
4301 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
4302 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
4303 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
4304 (diary-list-entries-1, diary-mark-entries-1): Autoload.
4305 (list-hebrew-diary-entries): Use diary-list-entries-1.
4306 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
4307 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
4308 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
4309 (diary-list-entries-1, diary-mark-entries-1): Autoload.
4310 (list-islamic-diary-entries): Use diary-list-entries-1.
4311 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
4312
4313 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
4314
4315 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
4316
4317 * calendar/cal-china.el (number-chinese-months)
4318 (calendar-chinese-from-absolute): Use nth, caar.
4319
4320 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
4321
4322 * calendar/cal-french.el (french-calendar-accents): Doc fix.
4323
4324 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
4325 (calendar-hebrew-month-name-array-leap-year)
4326 (hebrew-calendar-parashiot-names): Make constants.
4327 (diary-parasha): Move definition after constants it uses.
4328
4329 * calendar/cal-html.el (cal-html-insert-link-yearpage)
4330 (cal-html-htmlify-list): Doc fix.
4331 (cal-html-htmlify-entry): Use nth.
4332
4333 * calendar/cal-islam.el (calendar-islamic-month-name-array)
4334 (calendar-islamic-epoch): Make constants.
4335 (calendar-islamic-epoch): Doc fix.
4336
4337 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
4338
4339 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
4340 (cal-tex-month-name): Doc fix.
4341 (cal-tex-last-blank-p): Use zerop.
4342
4343 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
4344 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
4345 (calendar-cursor-to-date): Doc fix.
4346 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
4347 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
4348 (calendar-day-number): Use when.
4349 (generate-calendar-month): Use dotimes.
4350 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
4351 (calendar-set-mark): Reverse conditional.
4352 (calendar-make-alist): Move definition before use.
4353
4354 * calendar/diary-lib.el (diary-face-attrs)
4355 (diary-glob-file-regexp-prefix, diary-selective-display)
4356 (number-of-diary-entries, diary-list-entries, diary-goto-entry):
4357 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
4358 (diary-anniversary, diary-cyclic)
4359 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
4360 (diary-header-line-format): Change wording.
4361 (diary-list-entries): Set `date-start' in let.
4362 (include-other-diary-files, mark-included-diary-files): Use format.
4363 (simple-diary-display, fancy-diary-display): Use cadr, unless.
4364 (mark-diary-entries): Use 1+.
4365 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
4366 (mark-calendar-month): Use dotimes.
4367
4368 * calendar/holidays.el (displayed-month, displayed-year):
4369 Move declarations where needed.
4370 (calendar-list-holidays): Doc fix.
4371
4372 * calendar/parse-time.el (parse-time-string): Simplify.
4373
4374 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
4375 Make constants.
4376 (solar-sunrise-sunset): Rename some local variables for clarity.
4377 (sunrise-sunset): Use zerop.
4378 (solar-mean-equinoxes/solstices): Doc fix.
4379
4380 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
4381 Use nth.
4382 (timeclock-completing-read, timeclock-generate-report): Use zerop.
4383 (timeclock-mean, timeclock-generate-report): Use dolist.
4384
4385 * calendar/todo-mode.el (todo-add-category): Simplify.
4386 (todo-more-important-p, todo-delete-item, todo-file-item):
4387 Use unless, when.
4388 (todo-top-priorities): Use zerop.
4389
4390 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
4391
4392 * buff-menu.el (list-buffers-noselect): Display buffer name in
4393 tooltip instead of mouse binding when it doesn't fit in the list.
4394
4395 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
4396
4397 * faces.el (xw-defined-colors):
4398 * simple.el (widget-convert, shell-mode): Declare as functions
4399 instead of autoloading.
4400
4401 * abbrev.el:
4402 * button.el:
4403 * cus-face.el:
4404 * ediff-hook.el:
4405 * emacs-lisp/backquote.el:
4406 * emacs-lisp/timer.el:
4407 * facemenu.el:
4408 * faces.el:
4409 * menu-bar.el:
4410 * simple.el:
4411 * subr.el:
4412 * textmodes/fill.el:
4413 * textmodes/paragraphs.el: Remove autoloads, redundant when the
4414 files are preloaded.
4415
4416 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4417
4418 * desktop.el (desktop-create-buffer): Don't catch errors if
4419 debug-on-error is set.
4420
4421 2008-03-14 Eli Zaretskii <eliz@gnu.org>
4422
4423 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4424 ($(lisp)/calendar/diary-loaddefs.el)
4425 ($(lisp)/calendar/hol-loaddefs.el): New targets.
4426 (LOADDEFS): New macro.
4427 (autoloads): Depend on $(LOADDEFS).
4428
4429 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
4430
4431 * font-lock.el (featurep): Remove test, not useful anymore.
4432 (facemenu-keymap): Move key binding ...
4433 * facemenu.el (facemenu-keymap): ... here.
4434
4435 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
4436 for each file in the list.
4437 (vc-bzr-log-view-mode): Recognize the file marker.
4438
4439 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4440 for checkdoc and profiling.
4441
4442 2008-03-14 Bastien Guerry <bzg@altern.org>
4443
4444 * textmodes/flyspell.el (nxml-mode): Add the right
4445 `flyspell-mode-predicate'.
4446
4447 * wid-edit.el (link): Use 'mouse-face for :follow-link.
4448
4449 2008-03-14 Glenn Morris <rgm@gnu.org>
4450
4451 * calendar/solar.el: Reorder so that functions are defined before use.
4452 (displayed-month, displayed-year): Move declarations where needed.
4453 (solar-get-number): Move definition before use. Use unless.
4454 (solar-equatorial-coordinates): Simplify.
4455 (solar-sunrise-and-sunset): Use let rather than let*.
4456 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
4457
4458 * startup.el (command-line-1): Rename -internal-script back to
4459 -scriptload (reverts previous change).
4460
4461 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
4462 (calendar-bahai-leap-base): Add doc strings.
4463 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
4464 Move definition before use.
4465 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
4466 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
4467 variables outside the loop. Use dolist.
4468 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
4469
4470 * calendar/cal-china.el: Re-order so that functions are defined before
4471 use.
4472 (displayed-month, displayed-year): Move declarations where needed.
4473 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
4474 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
4475 Add doc strings.
4476 (chinese-year-cache): Recenter on 2010. Doc fix.
4477 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
4478 Doc fix. Simplify.
4479 (chinese-year-cache-init): New function.
4480 (compute-chinese-year, holiday-chinese-new-year)
4481 (calendar-chinese-date-string, calendar-goto-chinese-date)
4482 (make-chinese-month-assoc-list): Use cadr, nth.
4483 (chinese-months): Remove un-needed let.
4484
4485 * calendar/cal-coptic.el (coptic-calendar-month-name-array):
4486 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
4487 (coptic-prompt-for-date): Move definition before use.
4488
4489 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
4490 (calendar-dst-find-data, calendar-daylight-time-offset)
4491 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
4492 (calendar-daylight-savings-starts-time)
4493 (calendar-daylight-savings-ends-time): Use cadr, nth.
4494
4495 * calendar/cal-french.el (french-calendar-epoch)
4496 (calendar-goto-french-date): Doc fix.
4497 (french-calendar-month-name-array)
4498 (french-calendar-multibyte-month-name-array)
4499 (french-calendar-day-name-array, french-calendar-special-days-array):
4500 Add doc strings.
4501
4502 * calendar/cal-hebrew.el (displayed-month, displayed-year)
4503 (original-date): Move declarations where needed.
4504 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
4505 Doc fix.
4506 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
4507 constant variables outside the loop. Use dolist.
4508
4509 * calendar/cal-islam.el (displayed-month, displayed-year)
4510 (original-date): Move declarations where needed.
4511 (islamic-calendar-day-number): Remove unused local variable `day'.
4512 (calendar-goto-islamic-date): Doc fix.
4513 (holiday-islamic): Use unless.
4514 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
4515 constant variables outside the loop. Use dolist.
4516 (mark-islamic-calendar-date-pattern): Move definition before use.
4517 Use unless.
4518 (mark-islamic-diary-entries): Doc fix.
4519 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
4520 (insert-yearly-islamic-diary-entry): Use let rather than let*.
4521
4522 * calendar/cal-julian.el (calendar-absolute-from-julian):
4523 Move definition before use. Remove un-needed local `day'.
4524 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
4525
4526 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
4527 (calendar-mayan-tzolkin-names-array): Add doc strings.
4528 (calendar-mayan-long-count-from-absolute): Use a single let.
4529 (calendar-string-to-mayan-long-count): Simplify.
4530 (calendar-next-haab-date, calendar-previous-haab-date)
4531 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
4532 (calendar-previous-calendar-round-date)
4533 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
4534 Doc fix.
4535 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
4536 (calendar-mayan-date-string, calendar-print-mayan-date)
4537 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
4538 (calendar-mayan-long-count-common-era): Move definitions before use.
4539
4540 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
4541 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
4542 Doc fix.
4543 (calendar-mouse-goto-date): Move definition before use.
4544
4545 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
4546 Move definition before use.
4547 (calendar-cursor-to-visible-date): Move definition before use.
4548 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
4549 and place inside the conditional.
4550 (calendar-forward-day): Simplify.
4551 (calendar-end-of-month): Use unless.
4552 (calendar-goto-day-of-year): Doc fix.
4553 Relocate obsolete aliases after their replacements.
4554
4555 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
4556
4557 * calendar/diary-lib.el (mark-diary-entries): Move some constant
4558 variables outside the diary-date-forms loop.
4559
4560 * calendar/calendar.el (diary-file): Doc fix.
4561 (calendar-buffer-list): Return buffers rather than strings (fixes
4562 previous change).
4563 (hebrew-holidays-4): Fix typo.
4564
4565 * calendar/holidays.el (displayed-month, displayed-year):
4566 Move declarations where needed.
4567 (calendar-holiday-list, calendar-list-holidays)
4568 (holiday-filter-visible-calendar): Move definitions before use.
4569 (list-holidays): Use cadr.
4570 Relocate obsolete aliases after their replacements.
4571
4572 * calendar/lunar.el (date, displayed-month, displayed-year):
4573 Move declarations where needed.
4574 (lunar-phase-list): Move definition after functions it uses.
4575 (calendar-phases-of-moon, diary-phases-of-moon)
4576 (lunar-new-moon-on-or-after): Use cadr, nth.
4577 (lunar-new-moon-on-or-after): Doc fix.
4578
4579 * textmodes/org-irc.el (top-level): CL not required when compiling.
4580 (org-irc-visit-erc): Replace runtime CL functions.
4581
4582 * textmodes/org-publish.el (declare-function): Add compatibility stub.
4583 (org-publish-delete-dups): Declare as function.
4584
4585 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
4586
4587 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
4588 (vc-bzr-show-log-entry): Make regexp match more cases.
4589 (vc-diff-switches-list): Remove autoload, not needed.
4590
4591 2008-03-14 Juri Linkov <juri@jurta.org>
4592
4593 * isearch.el (isearch-edit-string): Remove one call to
4594 `isearch-push-state' not to push an inconsistent state,
4595 but keep another correct call to `isearch-push-state'.
4596 (isearch-ring-adjust): Call `isearch-push-state' only when
4597 `search-ring-update' is non-nil since `isearch-edit-string'
4598 already pushes its state.
4599 (isearch-message): Improve matching the failed part by checking
4600 if the original message starts with the last successful message.
4601
4602 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
4603 (dired-perm-write): Rename from `dired-warn-writable'.
4604 Change parent face from `font-lock-warning-face' to
4605 `font-lock-comment-delimiter-face'.
4606 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
4607 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
4608 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
4609 with `dired-perm-write-face'.
4610
4611 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
4612
4613 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
4614 Create cache dir only if it doesn't already exist.
4615
4616 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
4619 of \ and '.
4620
4621 2008-03-13 Johan Bockgård <bojohan@gnu.org>
4622
4623 * net/browse-url.el (browse-url-text-xterm):
4624 Unquote browse-url-text-browser.
4625
4626 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
4627
4628 * textmodes/org-mouse.el: Version number change.
4629
4630 * textmodes/org-publish.el (org-publish-expand-components):
4631 Remove null projects from the list of components.
4632 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
4633 Remove unused retrieval of the :publishing-directory property.
4634 (org-publish-file): Bugfix: when using a relative directory as the
4635 publishing directory, convert it to a directory filename.
4636 (org-publish-project): New alias.
4637 (org-publish-get-files): Protect against empty p.
4638 (org-publish-file): Send an error when file is not part of any project.
4639 (org-publish-file): Offer to refresh the list of files in known
4640 project when the current file is not part of any project.
4641 (org-publish-before-export-hook)
4642 (org-publish-after-export-hook): New hooks.
4643 (org-publish-org-to): Use new hooks and kill buffers.
4644 (org-publish-file): Remove the code for killing buffers.
4645 (org-publish-initialize-files-alist): Use interactive.
4646 (org-publish-file): If the publishing function creates a new
4647 buffer, kill it after publishing.
4648 (org-publish-timestamp-filename): Protect ":" in file name path
4649 under windows.
4650
4651 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
4652 change that killed the LaTeX buffer.
4653
4654 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
4655 in the decision tree.
4656 (org-select-remember-template): Clean the code.
4657 (org-prepare-dblock): Add the extra :content parameter.
4658 (org-write-agenda): New output type ".ics" files.
4659 (org-write-agenda): Call `org-icalendar-verify-function', both for
4660 time stamps and for TODO entries.
4661 (org-agenda-collect-markers, org-create-marker-find-array)
4662 (org-check-agenda-marker-table): New functions.
4663 (org-agenda-marker-table): New variable.
4664 (org-export-as-html): Revert the change that killed the html
4665 buffer. Side effects first need to be studied carefully.
4666 (org-get-tags-at): Fix the structure of the condition-case statement.
4667 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
4668 (org-timestamp-change): Fix regulear expressions to swallow the
4669 extra character for repeat-shift control.
4670 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
4671 (org-get-legal-level): Alias to `org-get-valid-level'.
4672 (org-dblock-write:clocktable): Add a :link parameter, linking
4673 headlines to their location in the Org agenda files.
4674 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
4675 throwing an error when getting tags before headlines.
4676 (org-timestamp-change, org-modify-ts-extra)
4677 (org-ts-regexp1): Fix timestamp editing.
4678 (org-agenda-custom-commands-local-options): New constant.
4679 (org-agenda-custom-commands):
4680 Use `org-agenda-custom-commands-local-options' to improve customize
4681 type. "htmlize": Removed hack to fix face problem with htmlize,
4682 it no longer seem necessary.
4683 (org-follow-link-hook): New hook.
4684 (org-agenda-custom-commands): Add "Component" as a tag for each
4685 item in a command serie.
4686 (org-open-at-point): Run `org-follow-link-hook'.
4687 (org-agenda-schedule): Bugfix: don't display marker type when it
4688 is nil.
4689 (org-store-link): org-irc required.
4690 (org-set-regexps-and-options): Parse the new logging options.
4691 (org-extract-log-state-settings): New function.
4692 (org-todo): Handle the new ways of recording state change stuff.
4693 (org-local-logging): New function.
4694 (org-columns-open-link): Fix bug with opening link in column view.
4695 (org-local-logging): New function
4696 (org-todo): Make sure that LOGGING properties are honoured.
4697 (org-todo-keywords): Improve docstring.
4698 (org-startup-options): Cleanup startup options.
4699 (org-set-regexps-and-options): Process the "!" markers.
4700 (org-todo): Respect the new logging stuff.
4701 (org-log-note-how): New variable.
4702 (org-add-log-maybe): New parameter HOW that defines how logging
4703 should be done and also overrides PURPOSE. Add a docstring.
4704 (org-add-log-note): Check if we really need to ask for a note.
4705 (org-get-current-options): Digest the new keyword.
4706 (org-agenda-reset-markers): Rename from
4707 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
4708 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
4709 function, without force argument.
4710 (org-buffer-property-keys): Bind local variables s and p.
4711 (org-make-tags-matcher): Allow "" to match an empty or
4712 non-existent property value.
4713 (org-export-as-html): Join unsorted lists when they directly
4714 follow each other. Such lists may be created by headlines that
4715 are converted to lists.
4716 (org-nofm-to-completion): New function.
4717 (org-export-as-html): Use :html-extension instead of
4718 org-export-html-extension.
4719 (org-store-link): Support for links from `rmail-summary-mode'.
4720 (org-columns-new, org-complete, org-set-property): Set the
4721 `include-columns' argument in the call to
4722 `org-buffer-property-keys'.
4723 (org-buffer-property-keys): New argument `include-columns', to
4724 include properties expected by any of the COLUMS formats in the
4725 current buffer.
4726 (org-cleaned-string-for-export): Get rid of drawers first, so that
4727 they will be removed also in the text before the first headline.
4728 (org-clock-report): Show the clocktable when found.
4729 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
4730 (org-version): With prefix argument, insert `org-version' at point.
4731 (org-agenda-goto): Recenter the window after finding the target
4732 location, to make sure the correct position will be displayed.
4733 (org-agenda-get-deadlines): Don't scale priority with the warning
4734 period.
4735 (org-insert-heading): Don't break line in the middle of the line.
4736 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
4737 be 0.
4738 (org-update-checkbox-count): Revamp to deal with hierarchical
4739 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
4740 (org-remove-timestamp-with-keyword): New function.
4741 (org-schedule, org-deadline):
4742 Use `org-remove-timestamp-with-keyword' to make sure all such time
4743 stamps are removed.
4744 (org-mode): Support for `align'.
4745 (org-agenda-get-deadlines): Make sure priorities increase as the
4746 due date approaches and is passed.
4747 (org-remember-apply-template): Fix problem with tags that
4748 contain "_" or "@".
4749 (org-make-link-regexps): Improve the regular expression for plain links.
4750 (org-agenda-get-closed): List each clocking entry.
4751 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
4752 (org-special-ctrl-k): New option.
4753 (org-kill-line): New function.
4754 (org-archive-all-done): Fix incorrect number of stars in regexp.
4755 (org-refile-get-location): New function.
4756 (org-refile-goto-last-stored): New function.
4757 (org-global-tags-completion-table): Add the value of org-tag-alist
4758 in each buffer, to make sure that also unused tags will be
4759 available for completion.
4760 (org-columns-edit-value)
4761 (org-columns-next-allowed-value): Only update if not in agenda.
4762 (org-clocktable-steps): New function.
4763 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
4764 (org-archive-subtree): Add the outline tree context as a property.
4765 (org-closest-date): New optional argument `prefer'.
4766 (org-goto-auto-isearch): New option.
4767 (org-goto-map, org-get-location): Implement auto-isearch.
4768 (org-goto-local-auto-isearch-map): New variable.
4769 (org-goto-local-search-forward-headings)
4770 (org-goto-local-auto-isearch): New functions.
4771
4772 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
4773
4774 * textmodes/org-irc.el: New file.
4775
4776 2008-03-13 John Wiegley <johnw@gnu.org>
4777
4778 * textmodes/org-mac-message.el: New file.
4779
4780 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
4781
4782 * font-lock.el (font-lock-comment-face): Set the foreground for
4783 the light background 8 colors case.
4784
4785 2008-03-13 Glenn Morris <rgm@gnu.org>
4786
4787 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
4788 generate-autoload-cookie patterns.
4789
4790 * startup.el (command-line-1): Rename -scriptload to -internal-script.
4791
4792 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
4793 (MH_E_SRC): Remove variable.
4794 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
4795 Simplify file header. Use $@ for generated-autoload-file.
4796
4797 * Makefile.in (LOADDEFS): New variable.
4798 (AUTOGENEL): Use $LOADDEFS.
4799 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
4800 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
4801 ($(lisp)/calendar/hol-loaddefs.el): New targets.
4802 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4803 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
4804 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4805 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4806 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
4807 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
4808 Add calendar-specific autoload cookies, and remove any setting of
4809 generated-autoload-file.
4810 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
4811 * calendar/diary-lib.el: Replace explicit autoloads with reading of
4812 diary-loaddefs.
4813 * calendar/holidays.el: Replace explicit autoloads with reading of
4814 hol-loaddefs.
4815
4816 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
4817 (calendar-buffer-list): Simplify.
4818 (generate-calendar-window): Use calendar-mark-holidays rather than
4819 obsolete alias.
4820
4821 * calendar/cal-hebrew.el (list-yahrzeit-dates):
4822 Use cal-hebrew-yahrzeit-buffer.
4823
4824 * calendar/cal-x.el (calendar-only-one-frame-setup)
4825 (calendar-two-frame-setup): Doc fixes.
4826 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
4827
4828 * calendar/appt.el (appt-mode-string): Mark as risky.
4829 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
4830
4831 * calendar/cal-html.el (diary-list-entries):
4832 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
4833 (calendar-iso-from-absolute): Fix autoloads.
4834
4835 * calendar/cal-iso.el (calendar-absolute-from-iso)
4836 (calendar-iso-read-args): Simplify.
4837 (calendar-iso-date-string, calendar-iso-read-args)
4838 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
4839
4840 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
4841 (displayed-month, displayed-year): Move declarations where needed.
4842 (calendar-print-astro-day-number): Doc fix.
4843
4844 * calendar/cal-persia.el (persian-calendar-month-name-array)
4845 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
4846 (persian-prompt-for-date): Remove local variable `today'.
4847
4848 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
4849
4850 * calendar/solar.el (solar-moment, solar-exact-local-noon)
4851 (solar-sunrise-sunset, solar-sunrise-sunset-string)
4852 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
4853 (diary-sabbath-candles, solar-equinoxes/solstices)
4854 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
4855 (solar-time-equation, solar-date-to-et): Simplify.
4856
4857 * mail/supercite.el: Remove the `function' in `(function (lambda'.
4858 Replace `(car (cdr' with cadr'.
4859
4860 * progmodes/f90.el (f90-font-lock-n): New function.
4861 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
4862 Use f90-font-lock-n.
4863 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
4864
4865 * progmodes/f90.el (f90-mode-abbrev-table):
4866 * progmodes/fortran.el (fortran-mode-abbrev-table):
4867 Use newer form of define-abbrev, where supported. No need to bind
4868 abbrevs-changed for system abbrevs.
4869
4870 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4871
4872 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
4873 delete-frame-functions.
4874
4875 * bookmark.el (Info-current-node): Remove.
4876
4877 2008-03-12 Juri Linkov <juri@jurta.org>
4878
4879 * help.el (describe-project): Remove defaliases for view-todo and
4880 describe-project that are now unnecessary after the merge from
4881 emacs--rel--22 that added define-obsolete-function-alias.
4882
4883 * startup.el (inhibit-startup-screen): Revert incomplete
4884 2008-03-10 merge from emacs--rel--22 that partly reverted
4885 2008-02-28 change that added initial message to *scratch* buffer
4886 regardless of the value of `inhibit-startup-screen'.
4887 Now keep this change in the trunk, but not in the 22 branch.
4888
4889 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4890
4891 * international/quail.el (quail-setup-completion-buf, quail-help):
4892 * mail/binhex.el (binhex-decode-region-internal):
4893 * mail/uudecode.el (uudecode-decode-region-internal):
4894 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4895 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4896 setting default-enable-multibyte-characters.
4897
4898 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
4899
4900 * comint.el: Fix up indentation and comment style. Remove `function'.
4901
4902 * international/mule-cmds.el (reset-language-environment)
4903 (set-language-environment-nonascii-translation):
4904 Don't set-unibyte-charset.
4905
4906 * doc-view.el: Remove all cb-args, use closures instead.
4907 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
4908 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
4909 doing an incorrect check). Update all callers to use the new name.
4910 (doc-view-doc->txt): Add missing `txt' argument.
4911
4912 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
4913
4914 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
4915 md5 sum calculation to single-byte.
4916
4917 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4918
4919 * doc-view.el (doc-view-new-window-function): Add assertion.
4920 (doc-view-doc-type): New var.
4921 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
4922 (doc-view-intersection): New fun.
4923 (doc-view-mode): Use it to set the new var.
4924
4925 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
4926
4927 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
4928 (doc-view-already-converted-p): New functions.
4929 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
4930 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
4931 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
4932 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
4933 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
4934 (doc-view-convert-current-doc): Don't hardwire the functions the
4935 sentinels call. Now they're provided by two args CALLBACK and
4936 CB-ARGS to the functions.
4937 (doc-view-search): Use doc-view-doc->txt.
4938 (doc-view-initiate-display): Use doc-view-already-converted-p.
4939 Mention new binding C-c C-t if doc-view-mode doesn't work.
4940
4941 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4942
4943 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
4944
4945 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4946
4947 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
4948 Mark " outside of tags as punctuation.
4949
4950 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4951
4952 * menu-bar.el (minibuffer-local-map): Use the same command for the
4953 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
4954 Prefer RET over C-j for exit-minibuffer.
4955
4956 * files.el (display-buffer-other-frame): Eliminate problematic code.
4957
4958 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
4959 (menu-bar-select-buffer): Remove.
4960 (menu-bar-select-frame): Make non-interactive and take a frame arg.
4961 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
4962
4963 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
4964
4965 * icomplete.el (icomplete-completions): Remove obsolete code.
4966
4967 * net/net-utils.el (iwconfig-program-options): Doc fix.
4968 (net-utils-run-program, run-network-program): Define as functions.
4969
4970 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4971
4972 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
4973
4974 2008-03-11 Glenn Morris <rgm@gnu.org>
4975
4976 * faces.el (mode-line-emphasis): New face.
4977 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
4978
4979 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
4980
4981 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
4982
4983 * simple.el (set-mark-command): Doc fix.
4984
4985 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
4988
4989 * emacs-lisp/autoload.el (autoload-find-destination):
4990 Don't force raw-text.
4991
4992 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
4993 * calendar/cal-loaddefs.el: Don't version control.
4994
4995 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
4996
4997 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
4998 entries and add :help to the existing ones.
4999
5000 2008-03-10 Glenn Morris <rgm@gnu.org>
5001
5002 * calendar/cal-hebrew.el (date, entry, number): Move declarations
5003 to where they are needed.
5004
5005 * calendar/calendar.el (diary-file, hebrew-holidays-1)
5006 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
5007 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
5008 (calendar-version): Doc fixes.
5009 (calendar-absolute-from-gregorian): Use zerop.
5010 (calendar-mode-line-format): Make it a defcustom.
5011
5012 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
5013 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
5014 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
5015 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
5016 (mark-included-diary-files, mark-calendar-days-named)
5017 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
5018 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
5019 (insert-monthly-diary-entry, insert-yearly-diary-entry)
5020 (insert-anniversary-diary-entry, insert-block-diary-entry)
5021 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
5022 (diary-font-lock-sexps): Doc fixes.
5023 (diary-remind-message, mark-calendar-month): Use zerop.
5024 (diary-attrtype-convert, diary-pull-attrs): Simplify.
5025 (diary-list-entries): Revert let to let* (previous change).
5026
5027 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
5028
5029 2008-03-10 Kim F. Storm <storm@cua.dk>
5030
5031 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
5032 function aliases for the old names.
5033
5034 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
5035
5036 * iswitchb.el (iswitchb-use-faces): Doc fix.
5037 (iswitchb-buffer-ignore, iswitchb-read-buffer):
5038 Fix typos in docstrings.
5039
5040 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
5041
5042 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
5043 Fix typo.
5044 (verilog-type-font-keywords): Reindent.
5045
5046 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
5047
5048 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
5049 grouping-keyword regular expression.
5050 (verilog-font-lock-keywords): Allow users to toggle special
5051 highlight of grouping-keywords.
5052 (verilog-highlight-grouping-keywords): The toggle for special
5053 highlighting of grouping keywords.
5054
5055 2008-03-10 Juri Linkov <juri@jurta.org>
5056
5057 * startup.el: Revert 2008-02-28 change that adds initial message
5058 to *scratch* buffer regardless of the value of
5059 `inhibit-startup-screen'.
5060
5061 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
5062
5063 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
5064 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
5065 * progmodes/verilog-mode.el (verilog-mode):
5066 * net/socks.el (socks):
5067 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
5068
5069 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5070
5071 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
5072 (doc-view-bookmark-make-record): Use them.
5073 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
5074 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
5075
5076 * bookmark.el (bookmark-make-record-function): Change expected return
5077 value to include a suggested bookmark name.
5078 (bookmark-make): Split into bookmark-make-record and bookmark-store.
5079 Fix reversed `overwrite' semantics.
5080 (bookmark-set): Call bookmark-make-record before prompting the user.
5081 Then pass the result to bookmark-store later on.
5082 (bookmark-make-name-function): Remove.
5083 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
5084 * info.el (bookmark-make-name-function): Remove.
5085 (Info-mode): Don't set it.
5086 (Info-bookmark-make-name): Remove.
5087 (Info-bookmark-make-record): Use Info-current-node as suggested default
5088 bookmark name.
5089
5090 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
5091 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
5092 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
5093 (bookmark-annotation-buffer, bookmark-annotation-file)
5094 (bookmark-annotation-point, bookmark-send-annotation)
5095 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
5096 (bookmark-edit-annotation-text-func): Rename from
5097 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
5098 (bookmark-edit-annotation-mode-map): Move initialization into
5099 declaration.
5100
5101 * bookmark.el: Remove spurious * in docstrings.
5102 (bookmark-minibuffer-read-name-map): New var.
5103 (bookmark-set): Use it. Also pass the default value as it should.
5104 (bookmark-send-edited-annotation): Take no chances with text properties.
5105 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
5106 (bookmark-insert-buffer-name): Remove.
5107 (bookmark-buffer-file-name): Signal an error rather than returning nil.
5108
5109 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
5110
5111 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
5112
5113 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
5114
5115 * diff-mode.el (diff-mode-menu): Add :help.
5116
5117 2008-03-09 Glenn Morris <rgm@gnu.org>
5118
5119 * calendar/calendar.el (general-holidays, oriental-holidays)
5120 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
5121 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
5122 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
5123 (calendar-holidays): Restore autoload cookies, because people are
5124 used to using these variables without loading calendar.el.
5125
5126 * calendar/cal-islam.el (diary-islamic-date): Move to end.
5127 (date, number): Declare where needed.
5128
5129 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
5130 (list-sexp-diary-entries): Doc fixes.
5131 (diary-list-entries): Doc fix. Remove free variable `entry'.
5132 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
5133 Simplify setting of `date-holiday-list'.
5134 (mark-diary-entries): Remove free variable `entry'.
5135 (diary-list-entries, include-other-diary-files, fancy-diary-display):
5136 Use let where let* is not needed.
5137
5138 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5139
5140 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
5141 make-record function, instead paste it in afterwards.
5142 (bookmark-make-record-for-text-file):
5143 * doc-view.el (doc-view-bookmark-make-record):
5144 * info.el (Info-bookmark-make-record): Don't mess with annotations.
5145
5146 2008-03-08 Glenn Morris <rgm@gnu.org>
5147
5148 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
5149
5150 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
5151
5152 * calendar/diary-lib.el (diary-list-entries)
5153 (include-other-diary-files, mark-diary-entries)
5154 (mark-sexp-diary-entries, mark-included-diary-files)
5155 (diary-entry-time, list-sexp-diary-entries): Remove the special
5156 handling of ^M that dates back to the use of selective-display.
5157 (simple-diary-display): Obey setting of pop-up-frames.
5158 (body, entry): Remove unnecessary declarations.
5159
5160 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
5161 (bookmark-get-annotation, bookmark-set-annotation)
5162 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5163 (bookmark-set-position, bookmark-get-front-context-string)
5164 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5165 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
5166 * info.el (Info-bookmark-make-record): Don't bother recording point.
5167 (bookmark-get-filename, bookmark-get-front-context-string)
5168 (bookmark-get-rear-context-string, bookmark-get-position):
5169 Don't declare any more.
5170 (bookmark-get-info-node): Remove.
5171 (bookmark-prop-get): Declare.
5172 (Info-bookmark-jump): Use it.
5173
5174 2008-03-08 Johan Bockgård <bojohan@gnu.org>
5175
5176 * subr.el (while-no-input): Don't splice BODY directly into the
5177 `or' form.
5178
5179 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
5180
5181 * diff-mode.el (diff-ignore-whitespace-hunk):
5182 Bind inhibit-read-only before trying to change the buffer.
5183
5184 2008-03-08 Glenn Morris <rgm@gnu.org>
5185
5186 * calendar/appt.el (appt): Move custom group here from calendar.el.
5187 (appt-disp-window, appt-convert-time): Doc fixes.
5188
5189 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
5190 (calendar-bahai-mark-date-pattern):
5191 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
5192 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
5193 * calendar/cal-julian.el (calendar-absolute-from-julian):
5194 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
5195
5196 * calendar/cal-china.el (chinese-calendar): Move custom group here from
5197 calendar.el.
5198 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
5199 Make constants.
5200 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
5201 (chinese-calendar-daylight-savings-starts)
5202 (chinese-calendar-daylight-savings-ends)
5203 (chinese-calendar-daylight-savings-starts-time)
5204 (chinese-calendar-daylight-savings-ends-time)
5205 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
5206 Doc fixes.
5207
5208 * calendar/cal-coptic.el (coptic-name): Add doc string.
5209
5210 * calendar/cal-french.el (french-calendar-month-name-array)
5211 (french-calendar-day-name-array, french-calendar-special-days-array):
5212 Add doc strings.
5213
5214 * calendar/cal-bahai.el (diary-bahai-mark-entries)
5215 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
5216 (diary-bahai-insert-yearly-entry):
5217 * calendar/cal-dst.el (calendar-next-time-zone-transition)
5218 (calendar-time-zone):
5219 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
5220 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
5221 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
5222 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
5223 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
5224 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
5225 (list-islamic-diary-entries, mark-islamic-diary-entries)
5226 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
5227 (insert-yearly-islamic-diary-entry):
5228 * calendar/cal-iso.el (calendar-iso-read-args):
5229 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
5230 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
5231 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
5232 (calendar-next-calendar-round-date)
5233 (calendar-mayan-long-count-common-era):
5234 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
5235 (cal-menu-x-popup-menu, calendar-mouse-holidays)
5236 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
5237 (calendar-mouse-goto-date):
5238 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
5239 * calendar/holidays.el (holidays):
5240 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
5241 * calendar/time-date.el (date-to-time, time-subtract, time-add)
5242 (safe-date-to-time): Doc fixes.
5243
5244 * calendar/cal-persia.el (persian-calendar-month-name-array)
5245 (persian-calendar-epoch): Make constants.
5246
5247 * calendar/cal-tex.el (calendar-tex): Move custom group here from
5248 calendar.el.
5249
5250 * calendar/cal-x.el (diary-frame-parameters)
5251 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
5252 (calendar-after-frame-setup-hooks): Make defcustoms.
5253 (calendar-one-frame-setup, calendar-only-one-frame-setup)
5254 (calendar-two-frame-setup): Doc fix.
5255
5256 * calendar/cal-loaddefs.el: New file.
5257
5258 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5259 * calendar/cal-french.el, calendar/cal-html.el:
5260 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
5261 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
5262 * calendar/cal-tex.el, calendar/cal-x.el:
5263 Unquote lambda functions. Add autoload cookies to functions formerly
5264 autoloaded in calendar.el. Set `generated-autoload-file' to
5265 "cal-loaddefs.el".
5266
5267 * calendar/calendar.el: Move many autoloads to separate file,
5268 cal-loaddefs.el. Move defcustoms to start and re-order.
5269 (calendar-month-name-array, calendar-starred-day): No need to
5270 declare for compiler.
5271 (cal-loaddefs): Require it.
5272 (appt, chinese-calendar, calendar-tex): Move custom groups to the
5273 appropriate file.
5274 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
5275 Reverse logic.
5276 (diary-face, diary-file-name-prefix-function, diary-include-string)
5277 (diary-glob-file-regexp-prefix, diary-face-attrs)
5278 (diary-file-name-prefix, sexp-diary-entry-symbol)
5279 (print-diary-entries-hook, list-diary-entries-hook)
5280 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
5281 (nongregorian-diary-marking-hook, diary-list-include-blanks):
5282 Move to diary-lib.
5283 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
5284 (all-bahai-calendar-holidays): Doc fix.
5285 (calendar-insert-indented): Doc fix. Use when rather than if.
5286 (exit-calendar): Use mapc rather than mapcar.
5287 (calendar-cursor-to-date): Use zerop.
5288 (calendar-mark-ring): Add doc-string.
5289 (calendar-starred-day): Defvar it.
5290 (calendar-mode): Make calendar-starred-day local.
5291 (calendar-star-date): No need to make calendar-starred-day local.
5292
5293 * calendar/diary-lib.el: Move defcustoms to start.
5294 (diary-include-string, diary-list-include-blanks)
5295 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
5296 (diary-file-name-prefix, diary-file-name-prefix-function)
5297 (sexp-diary-entry-symbol, list-diary-entries-hook)
5298 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
5299 (nongregorian-diary-marking-hook, print-diary-entries-hook):
5300 Move here from calendar.el.
5301 (diary-file-name-prefix-function): Use 'identity.
5302 (diary-face): Make it a defcustom, and mark as obsolete.
5303 (top-level): No need to require cal-hebrew, cal-islam when compiling.
5304 (calendar-hebrew-month-name-array-leap-year)
5305 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
5306 Define for compiler.
5307 (diary-font-lock-keywords): Use format rather than concat.
5308 Add bahai-diary-entry-symbol.
5309
5310 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
5311 * calendar/solar.el: Unquote lambda functions.
5312
5313 * calendar/solar.el (calendar-location-name, calendar-latitude)
5314 (calendar-longitude, solar-setup, solar-sin-degrees)
5315 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
5316 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
5317 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
5318 (solar-exact-local-noon, solar-julian-ut-centuries)
5319 (solar-ephemeris-time, solar-date-next-longitude)
5320 (solar-horizontal-coordinates, solar-equatorial-coordinates)
5321 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
5322 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
5323 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
5324 Doc fixes.
5325 (solar-horizontal-coordinates, solar-equatorial-coordinates)
5326 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
5327 (solar-ecliptic-coordinates): Use unless.
5328 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
5329 Use or.
5330
5331 * calendar/timeclock.el: Add doc-strings to all functions.
5332 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
5333 (timeclock-entry-list-length, timeclock-entry-list-projects)
5334 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
5335
5336 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
5337
5338 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
5339 (org-get-entries-from-diary): Require diary-lib.
5340
5341 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
5342
5343 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
5344 Pacify byte-compiler.
5345
5346 2008-03-07 Alan Mackenzie <acm@muc.de>
5347
5348 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
5349 paren/bracket pairs parsed, to solve performance problem.
5350
5351 2008-03-07 Bastien Guerry <bzg@altern.org>
5352
5353 * bookmark.el (bookmark-set): Don't check for
5354 `bookmark-make-name-function' since `bookmark-buffer-file-name'
5355 already takes care of this.
5356 (bookmark-buffer-name, bookmark-buffer-file-name):
5357 Remove Info-mode specific code.
5358
5359 * info.el (bookmark-get-info-node): Define this function in
5360 info.el, not in bookmark.el.
5361 (Info-mode): Set `bookmark-make-name-function' to
5362 `Info-bookmark-make-name' locally.
5363 (Info-bookmark-make-name): New function.
5364
5365 * bookmark.el (bookmark-make-name-function): New variable.
5366
5367 2008-03-07 Karl Fogel <kfogel@red-bean.com>
5368
5369 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
5370 buffer-local, not `bookmark-make-cell-function' (the old name).
5371
5372 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
5373
5374 * doc-view.el (doc-view-bookmark-make-record):
5375 * image-mode.el (image-bookmark-make-record):
5376 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
5377
5378 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
5379
5380 * vc.el (vc-status-menu-map-filter): Return orig-binding if
5381 boundp 'vc-ignore-menu-filter.
5382 (vc-status-tool-bar-map): Make it defvar.
5383 (vc-status-mode): vc-status-tool-bar-map now variable.
5384 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
5385
5386 2008-03-07 Karl Fogel <kfogel@red-bean.com>
5387
5388 Give a better name to part of the bookmark interface.
5389
5390 This was originally a much larger change, but halfway through I
5391 updated and discovered that Stefan Monnier had done the rest.
5392 It looks like he anticipated the new name too, because he used
5393 `the-record' instead of `the-cell' for some internal variable names.
5394
5395 * bookmark.el (bookmark-make-record-function): Was
5396 `bookmark-make-cell-function'.
5397 (bookmark-make, bookmark-send-annotation): Update for above.
5398 (bookmark-make-record-for-text-file):
5399 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
5400
5401 * info.el: Adjust accordingly.
5402 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
5403
5404 * image-mode.el: Adjust accordingly.
5405 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
5406
5407 * doc-view.el: Adjust accordingly.
5408 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
5409
5410 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5411
5412 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
5413 Move initialization into declaration.
5414 (bookmark-get-info-node, bookmark-set-info-node): Remove.
5415 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
5416 (bookmark-info-current-node): Remove.
5417 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
5418 Add relocation fallback. Set bookmark-current-bookmark.
5419 (bookmark-default-handler): Rename from bookmark-jump-noselect.
5420 Remove relocation fallback. Don't set bookmark-current-bookmark.
5421 (bookmark-set): Let it be used even if there's no buffer-file-name
5422 as long as there is a bookmark-make-cell-function.
5423 * info.el (Info-bookmark-jump): Remove relocation fallback.
5424 Don't set bookmark-current-bookmark.
5425
5426 2008-03-07 Glenn Morris <rgm@gnu.org>
5427
5428 * calendar/appt.el (appt-issue-message)
5429 (appt-message-warning-time, appt-audible, appt-visible)
5430 (appt-msg-window, appt-display-mode-line, appt-display-duration)
5431 (appt-display-diary): Remove autoload cookies.
5432
5433 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
5434 Remove leading `*' from defcustom doc-strings.
5435
5436 * calendar/cal-dst.el (calendar-dst): New custom group.
5437 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
5438 (calendar-time-zone, calendar-daylight-time-offset)
5439 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
5440 (calendar-daylight-savings-starts-time)
5441 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
5442 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
5443 Move to start.
5444
5445 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
5446
5447 * calendar/calendar.el (calendar-version): Use emacs-version and
5448 make it obsolete. Move to end.
5449 (calendar-offset, view-diary-entries-initially)
5450 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
5451 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
5452 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
5453 (all-bahai-calendar-holidays, calendar-load-hook)
5454 (initial-calendar-window-hook, today-visible-calendar-hook)
5455 (today-invisible-calendar-hook, calendar-move-hook)
5456 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
5457 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
5458 (diary-include-string, sexp-diary-entry-symbol)
5459 (abbreviated-calendar-year, american-date-diary-pattern)
5460 (european-date-diary-pattern, european-calendar-display-form)
5461 (american-calendar-display-form, print-diary-entries-hook)
5462 (list-diary-entries-hook, diary-hook, diary-display-hook)
5463 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
5464 (nongregorian-diary-marking-hook, diary-list-include-blanks)
5465 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
5466 (local-holidays, other-holidays, hebrew-holidays-1)
5467 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
5468 (hebrew-holidays, christian-holidays, islamic-holidays)
5469 (bahai-holidays, solar-holidays, calendar-setup)
5470 (calendar-week-start-day): Remove autoload cookies.
5471 (diary-glob-file-regexp-prefix): Doc fix.
5472 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
5473 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
5474 (calendar-week-start-day, calendar-debug-sexp): Move to start.
5475
5476 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
5477 (calendar-time-display-form, calendar-latitude)
5478 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
5479 cookies.
5480 (calendar-latitude, calendar-longitude): Move functions after
5481 variables.
5482 (diary-sabbath-candles-minutes): Move to start.
5483 (solar-setup): Use or rather than if.
5484 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
5485 Remove condition-case.
5486 (solar-atn2): Use zerop.
5487 (solar-equinoxes-solstices): Doc fix.
5488
5489 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
5490 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
5491
5492 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
5493 (calendar-longitude, calendar-latitude, calendar-location-name):
5494 Declare for compiler.
5495
5496 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5497
5498 * arc-mode.el (archive-ar-file-header-re): New const.
5499 (archive-ar-summarize, archive-ar-extract): New funs.
5500 (archive-find-type): Recognize ar archives.
5501
5502 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
5503 New functions.
5504
5505 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
5506
5507 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
5508
5509 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5510 Replace :enable (mark-active) with :enable mark-active.
5511
5512 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
5513
5514 * vms-patch.el (make-legal-file-name): New obsolete alias.
5515 (make-valid-file-name): Rename from `make-legal-file-name'.
5516 (make-auto-save-file-name): Use it.
5517
5518 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
5519 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
5520 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
5521
5522 * textmodes/org.el (org-export-html-style): Doc fix.
5523 (org-get-legal-level): New obsolete alias.
5524 (org-get-valid-level): Rename from `org-get-legal-level'.
5525 (org-promote, org-demote, org-archive-subtree)
5526 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
5527
5528 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
5529
5530 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
5531
5532 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
5533 (vc-status-toggle-mark): New functions.
5534 (vc-status-mode): Set tool bar map.
5535
5536 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
5537
5538 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
5539 Reported by Drew Adams <drew.adams@oracle.com>.
5540
5541 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
5542
5543 * subr.el (read-quoted-char): Resolve modifers of the character
5544 event.
5545
5546 * comint.el (comint-exec-1): Don't change the coding-system for
5547 decoding to dos-like EOL.
5548 (comint-carriage-motion): Fully rewrite.
5549
5550 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
5551
5552 * epg.el (epg-context-include-certs): Reflow docstring.
5553 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
5554 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
5555 (epg-context-set-signers, epg-context-set-sig-notations)
5556 (epg-make-import-status, epg-make-import-result)
5557 (epg-start-delete-keys): Fix typos in docstrings.
5558 (epg-start-sign-keys, epg-sign-keys):
5559 Fix typos in obsolescence declarations.
5560
5561 * iswitchb.el: Don't check for `cadr' and `last'.
5562 (iswitchb-define-mode-map, iswitchb-default-keybindings):
5563 Add obsolescence declaration and remove redundant info from docstring.
5564 (iswitchb-set-common-completion, iswitchb-set-matches)
5565 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
5566 (recentf-list, most-len, most-is-exact):
5567 Don't wrap defvars within `eval-when-compile'.
5568
5569 2008-03-05 Glenn Morris <rgm@gnu.org>
5570
5571 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
5572 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
5573 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
5574 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
5575 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
5576
5577 * ediff-hook.el (ediff-window-setup-function): Don't autoload
5578 declaration for compiler.
5579 (ediff-xemacs-init-menus): Use when rather than if.
5580
5581 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
5582 if+and to just and.
5583 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
5584 (ediff-delete-overlay): Move the XEmacs test inside the definition.
5585
5586 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
5587
5588 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
5589 test inside XEmacs test.
5590 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
5591 since it was doing nothing on Emacs.
5592 (ediff-make-bullet-proof-overlay): Use when rather than if.
5593
5594 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
5595 (ediff-setup-control-frame): Remove
5596 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
5597 a (featurep 'xemacs) test.
5598
5599 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
5600
5601 * calc/calc-ext.el (calc-extended-command-history): New variable.
5602 (calc-exectute-extended-command): Use `calc-extended-command-history'.
5603
5604 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
5605
5606 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
5607 (standard-mode-line-position): Add mouse-face.
5608
5609 * progmodes/compile.el (compilation-menu-map):
5610 (compilation-mode-map):
5611 * progmodes/grep.el (grep-mode-map): Add :help.
5612
5613 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
5614 initialize in one step. Add :help. Use :enable to activate menu
5615 items. Show the key binding for edebug-defun.
5616 (lisp-interaction-mode-map): Add a menu.
5617
5618 * term.el (term-mode-map): Define and initialize in one step.
5619
5620 * ediff-init.el (ediff-color-display-p): Simplify.
5621 (Xor): Remove unused function.
5622 (ediff-with-syntax-table): Simplify for Emacs.
5623
5624 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
5625 menu-bar being loaded, it always is.
5626
5627 2008-03-05 Glenn Morris <rgm@gnu.org>
5628
5629 * textmodes/tex-mode.el (tex-mode): Suppress warning about
5630 multiple definitions when compiling.
5631
5632 2008-03-04 Alan Mackenzie <acm@muc.de>
5633
5634 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
5635
5636 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
5637 doc-string, "c-old-LEN" -> "c-old-END".
5638
5639 2008-03-04 Jason Rumney <jasonr@gnu.org>
5640
5641 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
5642 namespaces.
5643
5644 2008-03-04 Glenn Morris <rgm@gnu.org>
5645
5646 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
5647
5648 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
5649 than mapcar.
5650
5651 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5652
5653 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5654 (byte-compile-nilconstp): Can't use recursion in a defsubst.
5655
5656 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
5657 so that M-q can fill comments.
5658 (tex-executable-exists-p, tex-compile): Extend with special syntax for
5659 commands implemented in elisp.
5660 (tex-compile-commands): Add an entry to use doc-view for pdf files.
5661 (tex-format-cmd): New function.
5662 (tex-compile): Use it to let the user specify default arguments.
5663 (tex-cmd-bibtex-args): New var.
5664 (tex-cmd-doc-view): New function.
5665
5666 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
5667
5668 * faces.el (face-spec-set): Fix typos in docstring.
5669
5670 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
5671
5672 * bindings.el (mode-line-column-line-number-mode-map): New variable.
5673 (standard-mode-line-position): Use it to add a menu for toggling
5674 column number and line number display.
5675
5676 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5677
5678 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
5679 Remove optimization that was working around the form-code-walker bug.
5680
5681 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5682 Walk into the body of lambdas after byte-compile-unfold-lambda.
5683
5684 2008-03-03 Glenn Morris <rgm@gnu.org>
5685
5686 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
5687 value, if set, over frame value.
5688
5689 * simple.el (transient-mark-mode): Don't turn on by default.
5690
5691 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
5692 accidentally removed by the 2007-12-05 merge from Gnus.
5693
5694 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
5695
5696 * progmodes/compile.el (compilation-menu-map): Add menu entries
5697 for useful options.
5698
5699 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
5700 Glenn Morris <rgm@gnu.org>
5701
5702 * emacs-lisp/bytecomp.el (byte-recompile-directory)
5703 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
5704 Give a `bytecomp-' prefix to local variables with common names.
5705
5706 2008-03-01 Glenn Morris <rgm@gnu.org>
5707
5708 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
5709 code commented out 2007-11-10.
5710
5711 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
5712
5713 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
5714 Delete macro.
5715 * emulation/viper-cmd.el, emulation/viper-ex.el:
5716 * emulation/viper-init.el, emulation/viper-keym.el:
5717 * emulation/viper-mous.el, emulation/viper-util.el:
5718 * emulation/viper.el:
5719 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
5720 featurep test.
5721
5722 Replace obselete frame-local variables with frame-parameters.
5723 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
5724 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
5725 (viper-vi-state-cursor-color): Only call make-variable-frame-local
5726 on XEmacs.
5727 * emulation/viper-util.el (viper-frame-value): New macro.
5728 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
5729 (viper-R-state-post-command-sentinel)
5730 (viper-replace-state-post-command-sentinel)
5731 (viper-change-state-to-insert, viper-change-state-to-emacs):
5732 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
5733 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
5734 (viper-get-saved-cursor-color-in-insert-mode)
5735 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
5736 Use viper-frame-value for viper-replace-overlay-cursor-color,
5737 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
5738 viper-vi-state-cursor-color values.
5739
5740 * emulation/viper-cmd.el (zmacs-region-stays):
5741 * emulation/viper-util.el (zmacs-region-stays): No need to define
5742 for compiler.
5743
5744 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
5745 mapcar on Emacs.
5746
5747 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
5748 on XEmacs.
5749
5750 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
5751 rather than if.
5752
5753 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5754
5755 * whitespace.el: New version 9.3. As the glyph code generation was
5756 fixed, it is possible now to use character code above ?\x1FFFF in the
5757 display table. Fix `whitespace-indentation-regexp' to not include an
5758 extra ending character. Reported by Michael Welsh Duggan
5759 <mwd@cert.org>. Added hook actions when buffer is written or killed as
5760 the original whitespace package had. Suggested by Eric Cooper
5761 <ecc@cmu.edu>. Doc fix.
5762 (whitespace-action): New option.
5763 (whitespace-display-mappings): Changed default newline visualization to
5764 display downwards arrow, as the glyph code generation was fixed.
5765 (whitespace-unload-function): Assure that all local whitespace mode is
5766 turned off.
5767 (whitespace-global-modes): Fix type customization.
5768 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
5769 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
5770 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
5771 Fix code.
5772 (whitespace-buffer): Command removed.
5773 (whitespace-trailing-regexp, whitespace-mark-x)
5774 (whitespace-display-window, whitespace-action-when-on)
5775 (whitespace-add-local-hook, whitespace-remove-local-hook)
5776 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
5777 (whitespace-action): New funs.
5778 (whitespace-report-list, whitespace-report-text)
5779 (whitespace-report-buffer-name): New consts.
5780 (whitespace-report, whitespace-report-region): New commands.
5781
5782 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
5783
5784 * disp-table.el (make-glyph-code): Don't test the result of
5785 `face-id', which already signals an error for invalid faces.
5786 (glyph-face): Simplify.
5787
5788 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
5789 running `desktop-not-loaded-hook' to allow modifying it.
5790 Don't show warning message if `desktop-dirname' was modified.
5791
5792 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
5793
5794 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
5795 we still expect more lines.
5796
5797 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
5798 comment-paragraph filling if the commark doesn't match
5799 comment-start-skip.
5800
5801 2008-03-01 Daiki Ueno <ueno@unixuser.org>
5802
5803 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
5804 the `imap' variant.
5805
5806 2008-03-01 Jason Rumney <jasonr@gnu.org>
5807
5808 * files.el (make-auto-save-file-name): Encode more characters in
5809 non-file buffer names. Use url-encoding.
5810
5811 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
5812
5813 * net/net-utils.el (ftp-program): Fix typo in docstring.
5814 (ifconfig-program-options, netstat-program-options)
5815 (arp-program-options, route-program-options, nslookup-program-options)
5816 (ftp-program-options, smbclient-program-options)
5817 (dns-lookup-program-options, arp, route): Doc fixes.
5818
5819 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
5820 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
5821 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
5822 Fix typos in docstrings.
5823 (gdb-pending-triggers): Reflow docstring.
5824 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
5825
5826 2008-03-01 Alan Mackenzie <acm@muc.de>
5827
5828 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
5829 typing "#" at EOB.
5830
5831 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
5832
5833 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
5834
5835 2008-02-29 Kim F. Storm <storm@cua.dk>
5836
5837 * emulation/cua-base.el (cua-remap-control-v)
5838 (cua-remap-control-z): New defcustoms.
5839 (cua-mode): Add them to set-after property.
5840 (cua--init-keymaps): Use them.
5841 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
5842
5843 * help.el (view-emacs-todo): Rename from view-todo.
5844 (describe-gnu-project): Rename from describe-project. Users changed.
5845 (view-help-file): New helper function.
5846 (describe-distribution, describe-copying, describe-gnu-project)
5847 (view-todo, view-order-manuals, view-emacs-problems): Use it.
5848 (view-emacs-debugging, view-external-packages): New commands.
5849 (help-map): Move describe-distribution to C-h C-o (ordering).
5850 Move view-emacs-problems to C-h C-p (problems).
5851 Bind view-emacs-debugging to C-h C-d (debugging).
5852 Bind view-external-packages to C-h C-e (extras).
5853 (help-for-help-internal): Cleanup and align descriptions.
5854 Remove command names to reduce clutter.
5855
5856 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
5857
5858 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
5859 and quieter face (not a warning).
5860
5861 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
5862
5863 * vc.el (vc-status-crt-marked): New variable.
5864 (vc-status-mode): Make it local.
5865 (vc-status-refresh): Use it to save the marked files.
5866 (vc-update-vc-status-buffer): Use it to restore the marked files.
5867
5868 * vc-svn.el (vc-svn-after-dir-status):
5869 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
5870
5871 2008-02-29 Glenn Morris <rgm@gnu.org>
5872
5873 * allout.el (allout-topic-encryption-bullet)
5874 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
5875 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
5876 from 22.0 to 22.1.
5877
5878 * net/imap.el (imap-ping-server):
5879 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
5880 Change defcustom :version from 23.0 to 23.1.
5881
5882 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
5883
5884 * desktop.el (desktop-save): Save the buffer name if the
5885 uniquified base name is empty.
5886
5887 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
5888
5889 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
5890 correctly when user has "set print address off".
5891
5892 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
5893
5894 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
5895 version number of the next major Emacs release, not 23.0.
5896
5897 * longlines.el (longlines-unload-function): New function.
5898
5899 2008-02-28 Juri Linkov <juri@jurta.org>
5900
5901 * startup.el (normal-splash-screen): Add argument `concise'.
5902 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
5903 to the created buffer. If `concise' is non-nil, call
5904 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
5905 (display-startup-screen): Add argument `concise' to the call to
5906 `normal-splash-screen'.
5907
5908 2008-02-28 Kim F. Storm <storm@cua.dk>
5909
5910 * startup.el (startup-echo-area-message): Check for about-emacs.
5911
5912 2008-02-28 Juri Linkov <juri@jurta.org>
5913
5914 * startup.el: Always add initial message to *scratch* buffer if
5915 `initial-scratch-message' is non-nil regardless of the value of
5916 `inhibit-startup-screen'.
5917 (inhibit-startup-screen, initial-scratch-message): Doc fix.
5918 (command-line-1): Move code that inserts `initial-scratch-message'
5919 up before the if-form that checks for `inhibit-startup-screen'.
5920 Suggested by Jonathan Rockway <jon@jrock.us>.
5921
5922 2008-02-28 Juri Linkov <juri@jurta.org>
5923
5924 * cus-edit.el (custom-mode-map, custom-mode-link-map):
5925 Rename `custom-mode' to `Custom-mode' in docstrings.
5926 (custom-buffer-create-internal, customize-browse):
5927 Rename `custom-mode' to `Custom-mode'.
5928 (custom-mode-hook): Rename to `Custom-mode-hook'.
5929 (Custom-mode-hook): Renamed from `custom-mode-hook'.
5930 (custom-mode): Rename to `Custom-mode'.
5931 (Custom-mode): Renamed from `custom-mode'. Doc fix.
5932 (custom-mode): Add backward-compatible non-interactive variant of
5933 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
5934 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
5935
5936 * info-look.el: Rename `custom-mode' to `Custom-mode'.
5937
5938 * emulation/viper.el (viper-emacs-state-mode-list):
5939 Rename `custom-mode' to `Custom-mode'.
5940
5941 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
5942 Capitalize "Tagged Files".
5943 (minibuffer-local-map): Add menu items for next/previous
5944 history elements and isearch history forward/backward.
5945
5946 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
5947 `hs-isearch-open' with t instead of `comment' in :selected
5948 for "Code and Comment blocks" menu item.
5949
5950 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5951
5952 * uniquify.el (uniquify-buffer-base-name): Undo last change.
5953 Should be done in desktop.el instead.
5954
5955 2008-02-28 Glenn Morris <rgm@gnu.org>
5956
5957 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
5958
5959 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
5960
5961 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
5962 (Info-menu, Info-goto-node): Remove declarations.
5963 (report-emacs-bug-info): Use info rather than Info-goto-node.
5964
5965 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
5966 (idlwave-convert-xml-system-routine-info): Don't require xml.
5967 (idlwave-show-commentary, idlwave-shell-show-commentary):
5968 Don't require finder.
5969 (idlwave-info): Don't require info. Use info rather than
5970 Info-goto-node.
5971
5972 * textmodes/org.el (Info-goto-node): Remove declaration.
5973 (org-info): Use info rather than Info-goto-node.
5974
5975 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
5976 (reftex-info): Don't require info. Use info rather than Info-goto-node.
5977
5978 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
5979
5980 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
5981 the menu.
5982
5983 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
5984 (vc-finish-logentry): Check for vc-status-mode, not only for
5985 vc-dired-mode.
5986
5987 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
5988
5989 * isearch.el (isearch-printing-char): Don't check
5990 keyboard-coding-system.
5991 Call isearch-process-search-multibyte-characters only when
5992 current-input-method is non-nil.
5993
5994 2008-02-27 Kim F. Storm <storm@cua.dk>
5995
5996 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
5997 (glyph-char, glyph-face): Handle cons encoding.
5998
5999 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
6000
6001 * uniquify.el (uniquify-buffer-base-name): If the base name is an
6002 empty string, return nil to allow the caller to default to the
6003 buffer name. Reported by Martin Fischer <parozusa@web.de>.
6004
6005 * tool-bar.el (tool-bar-setup): Doc fix.
6006
6007 * mail/supercite.el (sc-describe):
6008 Fix typos in obsolescence declaration.
6009
6010 2008-02-27 Glenn Morris <rgm@gnu.org>
6011
6012 * autoinsert.el (auto-insert-alist): Change permission text to
6013 match FSF's GPLv3 form.
6014
6015 * mail/supercite.el (sc-cite-original): Doc fix.
6016 (sc-version): Make obsolete.
6017 (sc-describe): Show the SC info page. Make obsolete.
6018
6019 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6020
6021 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
6022 when using transient-mark-mode.
6023 (default-indicate-unused-lines): Remove unused var.
6024
6025 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
6026
6027 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
6028 and previous.
6029
6030 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
6031
6032 2008-02-26 Glenn Morris <rgm@gnu.org>
6033
6034 * net/net-utils.el (top-level): Don't require comint when compiling.
6035 (nslookup-font-lock-keywords): Don't require font-lock.
6036 Use font-lock faces rather than variables.
6037 (nslookup, ftp, smbclient, network-service-connection):
6038 Don't require comint.
6039 (comint-prompt-regexp, comint-input-autoexpand)
6040 (comint-input-ring): Declare for compiler.
6041 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
6042 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
6043
6044 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
6045 doc-string.
6046
6047 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6048
6049 * doc-view.el (doc-view-current-page): Add a `win' argument.
6050
6051 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
6052
6053 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
6054 Demote it to plain defvar.
6055 (doc-view-conversion-refresh-interval): Reduce interval.
6056 (doc-view-goto-page): Allow moving to pages not yet rendered.
6057 (doc-view-goto-page): Construct a file name rather than extracting it
6058 from doc-view-current-files.
6059 (doc-view-kill-proc): Ignore errors from kill-process.
6060 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
6061 (doc-view-insert-image): Use appropriate text if the page hasn't been
6062 rendered yet. Adjust scrolling so the text is displayed.
6063 (doc-view-display): Detect not just that a page is available, but also
6064 that it wasn't available before, so as to avoid refreshing all pages
6065 repeatedly.
6066 (doc-view-mode): Make doc-view-cache-directory if needed.
6067
6068 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6069
6070 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
6071 toggle-read-only.
6072
6073 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
6074 refering to a missing required field with the OPT prefix.
6075 Make unwindform more robust.
6076
6077 * textmodes/bibtex.el: Remove support for hideshow minor mode as
6078 it duplicates the bibtex support in progmodes/hideshow.el.
6079 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
6080 entries that do not start at the beginning of a line.
6081
6082 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
6083
6084 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
6085
6086 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
6087
6088 * help-fns.el (describe-variable): Add phrases about
6089 initialization file with and without customization;
6090 use new button type help-info-variable.
6091
6092 * help-mode.el (help-info-variable):
6093 New button able to read Info files for help-fns.el.
6094
6095 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
6096
6097 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
6098 (grep-mode): Use grep-mode-tool-bar-map.
6099
6100 * progmodes/compile.el (tool-bar): Require tool-bar.
6101 (compilation-mode-tool-bar-map): New variable.
6102 (compilation-mode): Use compilation-mode-tool-bar-map.
6103
6104 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
6105
6106 2008-02-25 Glenn Morris <rgm@gnu.org>
6107
6108 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
6109
6110 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
6111
6112 * diff-mode.el (diff-file-junk-re): New const.
6113 (diff-beginning-of-file-and-junk): Use it.
6114 (diff-file-kill): Make sure we were really inside a file diff.
6115
6116 * diff-mode.el: Make it more robust in the presence of empty context
6117 lines in unified hunks.
6118 (diff-valid-unified-empty-line): New var.
6119 (diff-unified->context, diff-sanity-check-hunk): Obey it.
6120 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
6121 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
6122 (diff-hunk-header-re-unified): New const.
6123 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
6124 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
6125 (diff-sanity-check-hunk): Use it.
6126
6127 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
6128 Index: line, don't search backward for the previous one.
6129
6130 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
6131
6132 * international/fontset.el (setup-default-fontset): Add non-OTF
6133 lao font for lao script.
6134
6135 * language/tibetan.el: Register tibetan-composition-function in
6136 composition-function-table.
6137
6138 * language/tibet-util.el (tibetan-composition-function):
6139 Adjust for the new calling way (argument changed). Try font-shape-text
6140 if possible.
6141
6142 * language/lao.el: Register lao-composition-function in
6143 composition-function-table.
6144
6145 * language/lao-util.el (lao-composition-function): Adjust for the new
6146 calling way (argument changed). Try font-shape-text if possible.
6147
6148 2008-02-25 Jason Rumney <jasonr@gnu.org>
6149
6150 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
6151
6152 2008-02-25 Juri Linkov <juri@jurta.org>
6153
6154 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
6155 background, "red4" for a dark background, "red" for 16 and
6156 8 colors, "grey" for grayscale, and inverse video otherwise.
6157 Add :version tag.
6158 (isearch-message): Keep the original isearch-message intact, and
6159 add text properties to it where necessary. Add `isearch-error' to
6160 the condition that checks if isearch is unsuccessful.
6161
6162 2008-02-24 Juri Linkov <juri@jurta.org>
6163
6164 * progmodes/compile.el (compilation-handle-exit):
6165 Use compilation-error face instead of font-lock-warning-face.
6166 Display the same message in the minibuffer as is inserted
6167 at the end of the compilation buffer.
6168
6169 2008-02-24 Glenn Morris <rgm@gnu.org>
6170
6171 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
6172 multiple file case.
6173
6174 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
6175
6176 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
6177 multiple file case. Use a single `let' rather than two.
6178
6179 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
6180
6181 * progmodes/compile.el (compilation-start): Specify a face for
6182 mode-line-process.
6183 (compilation-handle-exit): Specify a face and a tooltip for
6184 mode-line-process.
6185
6186 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * hilit-chg.el: Remove spurious * in defcustom docstrings.
6189 (hilit-chg-make-ov): Simplify.
6190 (hilit-chg-fixup): Use remove-overlays.
6191 (hilit-chg-set-face-on-change): Remove redundant call to
6192 `remove-text-properties'.
6193
6194 * dired.el (dired-mark-prompt): Don't count/display the t element.
6195 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
6196
6197 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
6198
6199 * progmodes/verilog-mode.el (eval-when-compile): Don't define
6200 add-submenu.
6201 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
6202 Remove. Move contents to the only use ...
6203 (verilog-menu): ... here.
6204 (verilog-statement-menu): Remove. Move contents to the only use ...
6205 (verilog-stmt-menu): ... here.
6206 (verilog-mark-defun): Simply call mark-defun for emacs.
6207 (occur-pos-list): Declare for byte compiler.
6208 (mode-popup-menu): Don't defvar.
6209 (verilog-add-statement-menu): Remove.
6210 (verilog-mode-hook): Don't add verilog-add-statement-menu.
6211 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
6212
6213 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
6214
6215 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
6216 conditional.
6217 (verilog-font-grouping-keywords-face): Make the begin..end
6218 keywords standout more than other verilog keywords.
6219 (verilog-type-font-keywords): Move the begin..end out of this list
6220 to facilitate making them to (potentially) stand out more.
6221 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
6222 function & task blocks.
6223 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
6224 initial, function & task blocks.
6225 (verilog-forward-sexp): Handle the new "disable fork" statement of
6226 IEEE-1800 Verilog.
6227 (verilog-beg-block-re-ordered): Handle the new "disable fork"
6228 statement of IEEE-1800 Verilog.
6229 (verilog-calc-1): Handle the new "disable fork" statement of
6230 IEEE-1800 Verilog.
6231 (verilog-disable-fork-re): Add const to help handle the new
6232 "disable fork" statement of IEEE-1800 Verilog.
6233 (verilog-declaration-core-re): Add port directions by themselves,
6234 with no qualification, as base item of a declaration.
6235 (verilog-pretty-declarations): Add new flag to ask it to refrain
6236 from printing to the message buffer.
6237 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
6238 printing to the message buffer. Improve handling of the many
6239 types of expression line up.
6240 (verilog-just-one-space): Remove printing of an empty message.
6241 (verilog-get-lineup-indent): Rework to support the better handling
6242 of expression lineup for verilog-pretty-expr.
6243 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
6244
6245 2008-02-24 Alan Mackenzie <acm@muc.de>
6246
6247 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
6248 yesterday's commit.
6249
6250 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
6251
6252 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
6253 to mouse-set-point in buffers that aren't associated with files.
6254
6255 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
6256
6257 2008-02-24 Alan Mackenzie <acm@muc.de>
6258
6259 Set of changes so that "obtrusive" syntactic elements in a
6260 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
6261 unmatched paren) don't interact syntactically with stuff outside
6262 the CPP line.
6263
6264 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
6265 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
6266 off-by-one bug.
6267 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
6268 a bit of refactoring.
6269 (c-awk-extend-and-syntax-tablify-region): Takes some of the
6270 functionality of c-awk-advise-fl-for-awk-region, which has been
6271 refactored away.
6272
6273 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
6274 (c-clear-char-property-with-value): New function and macro which
6275 remove text-properties `equal' to a supplied value.
6276
6277 * progmodes/cc-engine.el: Comment about text properties amended.
6278
6279 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
6280 parens around "error\\|warning".
6281
6282 * progmodes/cc-langs.el (c-get-state-before-change-function)
6283 (c-before-font-lock-function, c-anchored-cpp-prefix):
6284 New language variables.
6285 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
6286
6287 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
6288 syntax-table text properties.
6289 (c-common-init): Call language specific before/after-change
6290 functions at mode initialisation.
6291 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
6292 (c-extend-region-for-CPP, c-neutralize-CPP-line)
6293 (c-neutralize-syntax-in-CPP): New functions.
6294 (c-before-change, c-after-change): Call the new language specific
6295 change functions defined in cc-langs.el.
6296 (c-advise-fl-for-region): New macro.
6297 (awk-mode): Remove AWK specific stuff which has been refactored
6298 into language independent stuff.
6299
6300 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
6301
6302 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
6303 (gdb): (Re)set gdb-flush-pending-output to nil here...
6304 (gdb-init-1): ...instead of here (before gdb-prompt).
6305
6306 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6307
6308 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
6309 Recognize ''' just like any other char-constant.
6310
6311 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6312
6313 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
6314 careful enough. Detect the uid-change all within the main loop.
6315
6316 2008-02-24 Stefan Monnier <monnier@pastel.home>
6317
6318 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
6319
6320 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6321
6322 * hilit-chg.el (highlight-save-buffer-state): New macro.
6323 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
6324 (hilit-chg-clear): Use it to preserve the modified-p flag.
6325 (highlight-changes-rotate-faces): Don't mess with the undo-list.
6326
6327 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6328
6329 * font-lock.el (font-lock-set-defaults): Unset previously set variables
6330 when needed.
6331
6332 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
6333
6334 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
6335 from gnus-button-url-regexp.
6336
6337 2008-02-24 Eli Zaretskii <eliz@gnu.org>
6338
6339 * progmodes/compile.el (compilation-next-error): Doc fix.
6340 (compilation-find-file): Doc fix.
6341
6342 2008-02-24 Glenn Morris <rgm@gnu.org>
6343
6344 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
6345 Add obsolete aliases to the old names.
6346
6347 2008-02-24 Richard Stallman <rms@gnu.org>
6348
6349 * net/net-utils.el (ifconfig): Rename from ipconfig.
6350 (ipconfig): Alias to ifconfig.
6351 (ifconfig-program): Rename from ipconfig-program.
6352 (ifconfig-program-options): Rename from ipconfig-program-options.
6353
6354 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
6355
6356 * progmodes/verilog-mode.el (verilog-declaration-core-re):
6357 Add port directions by themselves, with no qualification, as base
6358 item of a declaration.
6359 (verilog-pretty-declarations): Add new flag that inhibits printing
6360 to the message buffer.
6361 (verilog-pretty-expr): Add new flag that inhibits printing to the
6362 message buffer. Improve handling of the many types of expression
6363 line up.
6364 (verilog-just-one-space): Don't print an empty message.
6365 (verilog-get-lineup-indent): Rework to support the better handling
6366 of expression lineup for verilog-pretty-expr.
6367 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
6368 (verilog-mode-version, verilog-mode-release-date): Update.
6369
6370 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6371
6372 * subr.el (cancel-change-group): Don't move point.
6373
6374 2008-02-23 Markus Triska <markus.triska@gmx.at>
6375
6376 * linum.el (linum-after-config): Update all visible windows.
6377
6378 2008-02-23 Glenn Morris <rgm@gnu.org>
6379
6380 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
6381 Add :help for Solitaire and Tetris.
6382
6383 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
6384
6385 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
6386 (smtpmail-code-conv-from): Doc fix. Fix custom type.
6387 (smtpmail-queue-index-file): Make it a defcustom.
6388 (smtpmail-queue-index): Delete.
6389 (smtpmail-send-it, smtpmail-send-queued-mail):
6390 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
6391 smtpmail-queue-index.
6392
6393 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
6394 Add :version.
6395
6396 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
6397
6398 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
6399 New variables.
6400 (iwconfig): New function.
6401
6402 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
6403
6404 * vc.el (vc-find-revision): Make vc-parent-buffer local before
6405 setting it.
6406 (vc-status-menu-map): Do not define using easy-menu.
6407 (vc-status-menu-map): New defalias.
6408 (vc-status-mode-map): Hook up the menu.
6409 (top-level): Update TODO.
6410
6411 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
6412
6413 * vc-bzr.el (vc-bzr-init-version): Rename to ...
6414 (vc-bzr-init-revision): ... this.
6415
6416 2008-02-23 Jason Rumney <jasonr@gnu.org>
6417
6418 * makefile.w32-in (WINS_ALMOST): Remove term.
6419 (WINS): Add term here.
6420 (custom-deps, finder-data): Use WINS_ALMOST.
6421
6422 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
6423
6424 * faces.el (font-weight-table): Fix value of `semi-light'.
6425
6426 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
6427
6428 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
6429 Make those tables bijective.
6430
6431 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
6432
6433 Finish pdbtrack integration cleanup, settling missing-functions
6434 byte compiler warnings appropriately.
6435
6436 * progmodes/python.el (python-point): Remove this - beginning-of-line
6437 was all that was necessary for `python-pdbtrack-overlay-arrow'.
6438 (python-end-of-def-or-class, python-beginning-of-def-or-class)
6439 (python-goto-initial-line): Drop these - they were only needed for
6440 python-point.
6441 (python-comint-output-filter-function): Use condition-case and
6442 beginning-of-line directly, instead of python-mode.el functions
6443 which require all sorts of baggage.
6444 (point-safe): Unnecessary - we're using condition-case directly,
6445 instead.
6446 (python-execute-file): Include for python-shell, which I'm leaving
6447 in keeping despite it being unnecessary for pdb tracking.
6448
6449 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
6450
6451 * progmodes/scheme.el (scheme-font-lock-keywords-2):
6452 Add SRFI 11 support.
6453 (let-values, let*-values): Specify scheme-indent-function.
6454
6455 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
6456
6457 * vc.el (vc-exec-after): Move setting mode-line-process in the
6458 busy case ...
6459 (vc-set-mode-line-busy-indicator): ... in this new function.
6460 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
6461 (vc-update-vc-status-buffer): Reset mode-line-process.
6462 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
6463 mark/unmark all the files with the same state as the current one.
6464 With a prefix argument mark/unmark all files.
6465 (vc-status-mode-menu): Adjust strings.
6466 (vc-update-vc-status-buffer): Only do something when the argument
6467 is not nil.
6468 (vc-status-kill-dir-status-process): New function.
6469 (vc-status-mode-map): Bind it.
6470 (vc-status-process-buffer): New variable.
6471 (vc-status-mode): Make it local.
6472 (vc-status-refresh): Set it.
6473
6474 * vc-hg.el (vc-hg-dir-status):
6475 * vc-git.el (vc-git-dir-status):
6476 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
6477 command is run.
6478
6479 2008-02-22 Glenn Morris <rgm@gnu.org>
6480
6481 * json.el (top-level): No need to require thingatpt.
6482 (json-read-keyword): Use thing-at-point rather than word-at-point.
6483
6484 * time.el (top-level): No need to require time-date when compiling.
6485
6486 * emacs-lisp/copyright.el (copyright-update-year):
6487 Fix subexpression numbering for the case when years are split over
6488 lines, and for the replace case.
6489
6490 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
6491 (tpu-caar, tpu-cadr): Delete functions.
6492 (zmacs-regions): No need to declare for compiler.
6493 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
6494 (tpu-spell-check): Rewrite, and handle mark after point.
6495 (tpu-special-insert): Use or rather than if.
6496
6497 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
6498 rather than spell-region.
6499
6500 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
6501 warnings about spell-region.
6502
6503 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
6504
6505 * ldefs-boot.el: Regenerated.
6506
6507 * loadup.el: Don't load language/devanagari, language/kannanda,
6508 language/malayalam, and language/tamil. Load language/sinhala.
6509
6510 * language/indian.el (indian-font-foundry)
6511 (indian-script-language-alist, indian-font-char-index-table)
6512 (indian-font-char, indian-font-char-range, indian-script-table)
6513 (indian-default-script, indian-composable-pattern): Delete them.
6514 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
6515 language environments moved to here.
6516 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
6517 New language environments.
6518
6519 * language/devanagari.el, language/devan-util.el,
6520 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
6521 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
6522 Delete them.
6523
6524 * language/sinhala.el: New file.
6525
6526 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
6527
6528 Update Nick Robert's port of pdb tracking from python-mode.el.
6529
6530 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
6531 Clarify docstring.
6532 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
6533 tracking is happening.
6534 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
6535 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
6536 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
6537 Tracking is plugged in to all comint buffers once python.el is loaded.
6538 (python-pdbtrack-overlay-arrow): Toggle activation of
6539 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
6540 (python-pdbtrack-track-stack-file): Use new
6541 `python-pdbtrack-get-source-buffer' for more flexible access to
6542 debugging source files.
6543 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
6544 according to pdb stack trace, optionally using new
6545 `python-pdbtrack-grub-for-buffer' if file is not locally available.
6546 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
6547 named buffer, or having function with indicated name.
6548 (python-shell): Remove comint-output-filter-functions hook
6549 addition, it's being done elsewhere. Wrap long line.
6550
6551 2008-02-21 Michael Olson <mwolson@gnu.org>
6552
6553 * json.el: Replace XEmacs compatibility code to get rid of
6554 compiler warnings.
6555
6556 * time.el: Fix compiler warning.
6557
6558 2008-02-21 Edward O'Connor <ted@oconnor.cx>
6559
6560 * json.el: New file (JavaScript Object Notation parser / generator).
6561
6562 2008-02-21 Dave Love <fx@gnu.org>
6563
6564 * progmodes/sym-comp.el: New file.
6565
6566 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
6567 Require sym-comp. Add Python buffer to same-window-buffer-names.
6568 Fixup whitespaces.
6569 (python-font-lock-keywords): Add highlighting for Python builtins.
6570 (python-font-lock-syntactic-keywords): Rewrite.
6571 (python-quote-syntax): Use syntax-ppss-context instead of parsing
6572 ppss directly.
6573 (python-mode-map): Add binding for python-find-function.
6574 (python-calculate-indentation): Clean up the logic.
6575 (python-beginning-of-defun): Explicitly set return value.
6576 (python-beginning-of-statement): Stop looping if we get stuck
6577 going backwards.
6578 (python-next-statement): Stop looping if we somehow end up inside
6579 a string while advancing.
6580 (python-preoutput-continuation, python-version-checked): New vars.
6581 (python-check-version): New function.
6582 (run-python): Set default command to python-command instead of
6583 python-python-command.
6584 (run-python): Use python-check-version. Give PYTHONPATH
6585 precedence over data-directory in the process environment.
6586 Load function definitions in python process after.
6587 (python-check-comint-prompt): New function.
6588 (python-send-command, python-send-receive): Use it.
6589 (python-complete-symbol, python-try-complete): Functions deleted.
6590 Use symbol-complete instead of python-complete-symbol throughout.
6591 (python-fill-paragraph): Further refine the fenced-string regexp.
6592 (def-python-skeleton): Expand to the original abbrev instead if in
6593 a comment or string. Tweak skeletons for `if', `while', `for',
6594 `try/except', `try/finally', `name'.
6595 (python-pea-hook, python-abbrev-pc-hook): New functions.
6596 (python-abbrev-syntax-table): New var.
6597 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
6598 Use symbol-completion-try-complete for hippie expansion.
6599 Turn on font lock unconditionally.
6600 (python-mode-hook): Defcustom it. No need to use make-local
6601 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
6602 option, since it's buffer-local.
6603
6604 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
6605
6606 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
6607
6608 2008-02-21 Drew Adams <drew.adams@oracle.com>
6609
6610 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
6611 "Turn off" and a "Help" entry when the minor mode has no menu.
6612
6613 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
6614
6615 * vc.el (vc-status-mark, vc-status-unmark): New functions.
6616 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
6617 vc-status-mark-file and vc-status-unmark-file.
6618 (vc-status-mark-unmark): New function.
6619 (vc-status-previous-line, vc-status-next-line): No longer interactive.
6620
6621 2008-02-21 Glenn Morris <rgm@gnu.org>
6622
6623 * composite.el (encode-composition-rule): Fix typo in error message.
6624 (composition-function-table, auto-composition-mode): Doc fixes.
6625
6626 * subr.el (sit-for): Fix obsolete form for nil second argument.
6627
6628 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
6629 (spell-string): Make obsolete, in favor of ispell.
6630
6631 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
6632
6633 * language/devanagari.el: Don't setup composition-function-table
6634 here.
6635 ("Devanagari"): Change charset, coding-system, coding-priority to
6636 Unicode-based ones. Don't require the feature devan-util.
6637
6638 * composite.el (compose-chars-after): Fix arguments for a function
6639 in composition-function-table.
6640 (auto-compose-region): Likewise.
6641
6642 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
6643 for Ethiopic.
6644 (ps-mule-plot-string): Ignore glyph-string based compositions.
6645
6646 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6647
6648 * doc-view.el: Allow different windows to show different pages.
6649 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
6650 (doc-view-current-image, doc-view-current-overlay): Remove variables,
6651 add them back as macros instead, using image-mode-winprops instead.
6652 Update all users of those variables.
6653 (doc-view-new-window-function): New function to create a new overlay
6654 for each new window.
6655 (doc-view-mode): Use it and image-mode-setup-winprops.
6656 (doc-view-clone-buffer-hook): Rewrite accordingly.
6657
6658 * image-mode.el: Extend [hv]scroll support to per-window properties.
6659 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
6660 (image-mode-winprops-alist): New var to replace them.
6661 (image-mode-new-window-functions): New hook.
6662 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
6663 New funs.
6664 (image-set-window-vscroll, image-set-window-hscroll): Use them.
6665 Remove the `window' argument, update callers.
6666 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
6667 Use the new functions.
6668 (image-mode-reapply-winprops): New fun.
6669 (image-mode): Use it.
6670
6671 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
6672
6673 * calc/calc-math.el (math-sin-raw): Add optional argument
6674 to keep track of original argument.
6675 (math-cos-raw): Use optional argument when calling math-sin-raw.
6676 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
6677 with close to original precision.
6678
6679 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6680
6681 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
6682 args in calls of sit-for.
6683
6684 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
6685
6686 * vc-svn.el (vc-svn-program): Fix typo in docstring.
6687 (vc-svn-checkin): Fix typo in error message.
6688
6689 * help-mode.el: Require easymenu when compiling.
6690
6691 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
6692
6693 * help-mode.el (help-mode-menu): New menu.
6694
6695 2008-02-20 Glenn Morris <rgm@gnu.org>
6696
6697 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
6698 on Windows.
6699
6700 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
6701
6702 * ps-mule.el (ps-mule-encode-region): Return a single string.
6703 (ps-mule-plot-string): Adjust for the above change.
6704 (ps-mule-encode-header-string): Likewise.
6705
6706 * international/latin1-disp.el (latin1-display): Don't use
6707 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
6708 standard-display-table.
6709 (latin1-display-identities): Adjust for the change of what is
6710 returned by (get-language-info charset 'charset).
6711
6712 * international/mule-util.el (char-displayable-p): Fix for Latin-1
6713 characters and terminal case.
6714
6715 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
6716
6717 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
6718
6719 * progmodes/python.el: Also require comint when loading.
6720 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
6721 Replace python-shell with run-python on menu bar.
6722 (python-shell-map): New map.
6723 (python-default-interpreter, python-python-command-args)
6724 (python-jython-command-args, python-pdbtrack-do-tracking-p):
6725 New options.
6726 (python-which-shell, python-which-args, python-which-bufname):
6727 New buffer local variables.
6728 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
6729
6730 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
6731 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
6732 New constants.
6733
6734 Pdbtrack features:
6735
6736 (python-point, python-end-of-def-or-class)
6737 (python-beginning-of-def-or-class, python-goto-initial-line)
6738 (python-comint-output-filter-function)
6739 (python-pdbtrack-overlay-arrow)
6740 (python-pdbtrack-track-stack-file, python-toggle-shells)
6741 (python-shell, python-pdbtrack-toggle-stack-tracking)
6742 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
6743 New functions.
6744
6745 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
6746
6747 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
6748 when the argument is nil.
6749
6750 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6751
6752 * vc.el (dir-status): Add a brief description.
6753
6754 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
6755
6756 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
6757 If non-nil, reverse the sense of the check.
6758
6759 * vc-rcs.el (vc-rcs-root): New func.
6760 * vc-cvs.el (vc-cvs-root): New func.
6761 * vc-svn.el (vc-svn-root): New func.
6762 * vc-sccs.el (vc-sccs-root): New func.
6763
6764 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
6765
6766 * language/japan-util.el (setup-japanese-environment-internal):
6767 Call use-cjk-char-width-table.
6768
6769 * language/japanese.el ("Japanese"): Set exit-function to
6770 use-default-char-width-table.
6771
6772 * international/characters.el: Delete occurrences of non-Unicode
6773 tibetan and ethiopic characters.
6774 (cjk-char-width-table): New variable.
6775 (use-cjk-char-width-table, use-default-char-width-table):
6776 New functions.
6777
6778 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6779
6780 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
6781 (vc-status-mode-menu): Add a :filter.
6782 (vc-status-printer): Add faces.
6783
6784 * vc-hg.el (vc-hg-extra-status-menu): New function.
6785 (vc-hg-dir-status): Clean up the buffer before using it.
6786
6787 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
6788
6789 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
6790 (gdb): Initialize it here instead.
6791
6792 * files.el (locate-dominating-file): Fix thinko in last change.
6793 Reported by Bruce Stephens <bruce.stephens@isode.com>.
6794
6795 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
6796
6797 * vc.el (vc-status-mode-menu): New menu for vc-status.
6798
6799 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
6800
6801 * progmodes/verilog-mode.el (customize): Fix typo in error message.
6802 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
6803 (verilog-mode-auto, verilog-indent-level-module)
6804 (verilog-minimum-comment-distance, verilog-library-flags)
6805 (verilog-library-directories, verilog-library-files)
6806 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
6807 (verilog-xemacs-menu, verilog-set-compile-command)
6808 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
6809 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
6810 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
6811 (verilog-batch-inject-auto, verilog-batch-indent)
6812 (verilog-continued-line, verilog-type-keywords)
6813 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
6814 (verilog-read-inst-pins, verilog-read-arg-pins)
6815 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
6816 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
6817 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
6818 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
6819 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
6820 (verilog-mode-version, verilog-mode-release-date)
6821 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
6822 (verilog-simulator, verilog-compiler)
6823 (verilog-auto-sense-defines-constant, verilog-company)
6824 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
6825 Fix typos in docstrings.
6826 (verilog-set-auto-endcomments, verilog-calculate-indent)
6827 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
6828 Reflow docstrings.
6829 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
6830 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
6831 (electric-verilog-forward-sexp, verilog-in-case-region-p)
6832 (verilog-in-struct-region-p, verilog-in-generate-region-p)
6833 (verilog-leap-to-head, verilog-current-indent-level)
6834 (verilog-case-indent-level, verilog-cpp-keywords)
6835 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
6836 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
6837 (verilog-signals-not-in, verilog-symbol-detick-text)
6838 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
6839 (verilog-forward-close-paren, verilog-backward-open-paren)
6840 (verilog-backward-open-bracket): Doc fixes.
6841
6842 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
6843 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
6844 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
6845 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
6846 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
6847 Fix typos in docstrings.
6848
6849 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
6850
6851 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
6852
6853 * info.el (Info-read-node-name): Removed unused `default' arg.
6854
6855 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
6856
6857 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
6858
6859 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6860
6861 * image-mode.el (image-get-display-property): New fun.
6862 (image-forward-hscroll, image-next-line, image-eol, image-eob)
6863 (image-mode, image-minor-mode, image-toggle-display-text)
6864 (image-toggle-display): Use it.
6865
6866 2008-02-18 Jason Rumney <jasonr@gnu.org>
6867
6868 * international/mule.el (xml-find-file-coding-system): Don't warn
6869 about utf-16 with BOM.
6870
6871 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
6872
6873 * international/mule.el (sgml-xml-auto-coding-function): Detect and
6874 warn if file encoding is not utf-8 and encoding not specified.
6875 (xml-find-file-coding-system): New function.
6876 * international/mule-conf.el (file-coding-system-alist): Use it.
6877
6878 2008-02-17 Glenn Morris <rgm@gnu.org>
6879
6880 * international/mule-cmds.el (set-locale-environment):
6881 Pass `frame' to getenv for LC_MESSAGES.
6882
6883 2008-02-17 Juri Linkov <juri@jurta.org>
6884
6885 * time.el (emacs-init-time): Use format instead of format-seconds.
6886
6887 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6888
6889 * textmodes/bibtex.el (bibtex-search-entry): Rename from
6890 bibtex-find-entry. Add autoload cookie.
6891 (bibtex-find-entry): Alias for bibtex-search-entry.
6892 (bibtex-search-crossref): Rename from bibtex-find-crossref.
6893 (bibtex-find-crossref): Alias for bibtex-search-crossref.
6894 (bibtex-clean-entry): atomic-change-group removed.
6895 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
6896 to locate buffer location where error occurred.
6897 Make error messages more specific.
6898 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
6899
6900 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
6901
6902 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
6903 top level.
6904
6905 * simple.el (transient-mark-mode): Add an :init-value.
6906
6907 * startup.el (command-line): Use custom-reevaluate-setting for
6908 transient-mark-mode.
6909
6910 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
6911
6912 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
6913
6914 2008-02-16 Juri Linkov <juri@jurta.org>
6915
6916 * startup.el (after-init-time): New variable.
6917 (command-line): Set `after-init-time' to the current time.
6918
6919 * time.el (emacs-init-time): New function.
6920
6921 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
6922
6923 * files.el (locate-dominating-file): Remove initial loop because it's
6924 not careful enough. Detect the uid-change all within the main loop.
6925
6926 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
6927
6928 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
6929
6930 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
6931
6932 * vc.el (vc-annotate): Add new argument.
6933 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
6934
6935 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
6936 Move make-variable-buffer-local code after the corresponding defvar.
6937 (hs-minor-mode-map): Define and initialize in one step.
6938 (hs-minor-mode): Change from defun to define-minor-mode.
6939
6940 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
6941
6942 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
6943 (gdb-ready): Move declaration...
6944
6945 * progmodes/gdb-ui.el (gdb-ready): ...to here.
6946 (gdb-early-user-input): New variable.
6947 (gdb): Reset gdb-flush-pending-output to nil and set
6948 comint-input-sender here (before gdb-prompt), instead of...
6949 (gdb-init-1): ...here.
6950 (gdb-send): If Emacs is not ready, defer user input to...
6951 (gdb-prompt): ...here.
6952
6953 2008-02-16 Glenn Morris <rgm@gnu.org>
6954
6955 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
6956
6957 * startup.el (emacs-startup-time): Rename to `before-init-time'.
6958 (before-init-time): New name for `emacs-startup-time'.
6959 (command-line): Use before-init-time rather than emacs-startup-time.
6960 * time.el (emacs-uptime): Use before-init-time rather than
6961 emacs-startup-time.
6962
6963 * composite.el (composition-function-table): Doc fix.
6964
6965 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
6966 in favor of `%z' specifier.
6967 (emacs-uptime): Move to time.el.
6968 * time.el (emacs-uptime): Move here from time-date.el. Add optional
6969 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
6970 argument of format-seconds.
6971
6972 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
6973
6974 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
6975
6976 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
6977
6978 * ielm.el (ielm-is-whitespace): Remove.
6979 (ielm-is-whitespace-or-comment): New function.
6980 (ielm-eval-input): Use it.
6981
6982 2008-02-15 Jason Rumney <jasonr@gnu.org>
6983
6984 * term/mac-win.el: Fix coding tag.
6985
6986 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
6987
6988 * vc-hooks.el (vc-menu-map):
6989 * bindings.el (mode-line-mode-menu): Add tooltips.
6990
6991 * bindings.el (help-echo): Add more tooltips. Use a less
6992 telegraphic style for existing tooltips.
6993
6994 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
6995
6996 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
6997 from the auto-generated one.
6998
6999 2008-02-14 Glenn Morris <rgm@gnu.org>
7000
7001 * mail/rmail-spam-filter.el (rmail-spam-filter):
7002 Let-bind message-spam-status.
7003
7004 * mail/smtpmail.el (password-cache-add): Declare as function.
7005
7006 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
7007
7008 * mail/smtpmail.el: Use password-cache.
7009
7010 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
7011
7012 * uniquify.el (uniquify-buffer-base-name): New function.
7013 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7014
7015 * desktop.el (uniquify-managed): Don't defvar.
7016 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
7017 `uniquify-managed'. Return also the buffer's base name.
7018 (desktop-save): When saving the buffer info, filter out the base name,
7019 and save it as buffer name if the buffer is managed by uniquify.
7020 (uniquify-item-base): Don't declare; not called anymore.
7021
7022 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
7023
7024 * vc.el (vc-annotate-find-revision-at-line): New function.
7025 (vc-annotate-mode-map): Bind it.
7026 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
7027 some entries.
7028
7029 2008-02-14 Glenn Morris <rgm@gnu.org>
7030
7031 * calendar/time-date.el (format-seconds): New function.
7032 (emacs-uptime): Use format-seconds.
7033
7034 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7035 Remove `LC_ALL=C', since it's included in $(emacs) now.
7036
7037 2008-02-14 Zhang Wei <id.brep@gmail.com>
7038
7039 * textmodes/org-publish.el (org-publish-timestamp-filename):
7040 Replace colon characters in filename too.
7041
7042 2008-02-13 Bastien Guerry <bzg@altern.org>
7043
7044 * mail/rmail.el (rmail-header-name): New face.
7045 (rmail-font-lock-keywords): Use rmail-header-name.
7046
7047 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
7048 against X-Spam-Status header field.
7049 (rmail-spam-filter): Also check X-Spam-Status header field.
7050
7051 2008-02-14 Mark A. Hershberger <mah@everybody.org>
7052
7053 * progmodes/flymake.el (flymake-allowed-file-name-masks):
7054 Add support for .pm files and .php files.
7055 (flymake-err-line-patterns): Add pattern for PHP errors.
7056 (flymake-php-init): New function. PHP support for flymake.
7057
7058 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7059 Add regular expression for PHP errors.
7060
7061 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
7062
7063 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
7064 This DTRT even on w32 machines.
7065 (ange-ftp-cf1): Quote FILENAME.
7066
7067 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
7068
7069 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
7070 (smerge-auto-combine): New fun.
7071
7072 2008-02-12 Juri Linkov <juri@jurta.org>
7073
7074 * startup.el (fancy-startup-screen, normal-splash-screen):
7075 Set default-directory to command-line-default-directory.
7076
7077 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
7078 after reading the desktop.
7079
7080 * progmodes/compile.el (compilation-auto-jump):
7081 Call compile-goto-error only when compilation-auto-jump-to-first-error
7082 is non-nil.
7083 (compilation-scroll-output): Replace :type 'boolean with a choice
7084 that has three options including a third option `first-error'.
7085 Doc fix.
7086 (compilation-start, compilation-forget-errors): Add an alternate
7087 condition comparing compilation-scroll-output with `first-error'
7088 in addition to compilation-auto-jump-to-first-error (to call
7089 compilation-auto-jump in the proper place).
7090
7091 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7092
7093 * international/mule.el (sgml-html-meta-auto-coding-function):
7094 Make sure the search limit is ahead.
7095
7096 * tar-mode.el: Fix broken indentation.
7097 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
7098 Use with-current-buffer.
7099
7100 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
7101
7102 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
7103 it is already automatically buffer-local.
7104
7105 2008-02-11 Drew Adams <drew.adams@oracle.com>
7106
7107 * help.el (describe-key): Join some split lines to facilitate filling.
7108 * help-fns.el (describe-function-1): Fill text of overlong lines.
7109
7110 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
7111
7112 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
7113 Use unibyte-string instead of string-make-unibyte.
7114
7115 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
7116
7117 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
7118
7119 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
7120 works also for buffers w/o buffer-file-name. Update callers.
7121 (doc-view-clone-buffer-hook): New fun.
7122 (doc-view-mode): Use it for indirect clones. Mark the overlays with
7123 the `doc-view' property so they can be recognized.
7124
7125 * simple.el (clone-indirect-buffer-hook): New hook.
7126 (clone-indirect-buffer): Run it.
7127
7128 2008-02-11 Daiki Ueno <ueno@unixuser.org>
7129
7130 * epa.el (epa-menu-mode): Merge into epa-mode.
7131 (epa-menu-items): Rename the label "EasyPG Assistant" to
7132 "Encryption/Decryption".
7133
7134 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
7135 (epa-dired-mode-map): Rename from epa-dired-map.
7136 (epa-global-dired-mode): Rename the global minor mode.
7137
7138 2008-02-11 Drew Adams <drew.adams@oracle.com>
7139
7140 * isearch.el (isearch-fail): New face.
7141 (isearch-message): Highlight failure part of input.
7142
7143 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7144
7145 * ibuffer.el (ibuffer-header-line-format): New var.
7146 (ibuffer-mode): Set it instead of header-line-format.
7147 (ibuffer-update): Use it to set header-line-format.
7148
7149 * international/mule-cmds.el (ucs-insert): Inherit surrounding
7150 properties like self-insert-command.
7151
7152 2008-02-11 Drew Adams <drew.adams@oracle.com>
7153
7154 * progmodes/etags.el: Add many doc strings.
7155
7156 2008-02-11 Jason Rumney <jasonr@gnu.org>
7157
7158 * ldefs-boot.el: Regenerated.
7159
7160 2008-02-11 Glenn Morris <rgm@gnu.org>
7161
7162 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7163 Shorten some names.
7164
7165 * ffap.el (ffap-rfc-directories): Add :version.
7166
7167 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
7168
7169 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
7170 files, and backup files of same.
7171
7172 2008-02-11 Kevin Ryde <user42@zip.com.au>
7173
7174 * ffap.el (ffap-rfc-directories): New variable.
7175 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
7176
7177 * info.el (Info-next-reference, Info-prev-reference)
7178 (Info-try-follow-nearest-node): Move to and follow https:// links too.
7179
7180 * simple.el (completion-list-mode): Show full completion-list-mode-map
7181 in the docstring.
7182
7183 2008-02-11 Sam Steingold <sds@gnu.org>
7184
7185 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
7186
7187 2008-02-11 Glenn Morris <rgm@gnu.org>
7188
7189 * startup.el (emacs-startup-time): New variable.
7190 (command-line): Set emacs-startup-time.
7191
7192 * calendar/time-date.el (emacs-uptime): New function.
7193
7194 2008-02-10 Bastien Guerry <bzg@altern.org>
7195
7196 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
7197 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
7198 it is nil.
7199
7200 2008-02-10 Daiki Ueno <ueno@unixuser.org>
7201
7202 * epg-config.el: Expand the contents of epg-package-info.el.
7203 (epg-package-name): New constant.
7204 (epg-version-number): New constant.
7205 (epg-bug-report-address): New constant.
7206
7207 * epa-mail.el (epa-mail-mode): Add autoload cookie.
7208 (epa-global-mail-mode): New global minor mode.
7209
7210 * epa-file.el (epa-file-mode): New global minor mode.
7211
7212 * epa-dired.el (epa-dired-mode): New global minor mode.
7213
7214 * epa.el (epa-menu): New variable.
7215 (epa-menu-items): New variable.
7216 (epa-menu-mode): New global minor mode.
7217 (epa-global-minor-modes): New user option.
7218 (epa-mode): New global minor mode.
7219
7220 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
7221
7222 * net/dbus.el: Remove `no-byte-compile' cookie.
7223 (dbus-call-method, dbus-register-signal, dbus-debug)
7224 (dbus-registered-functions-table): Declare them with
7225 `declare-function' or `defvar', respectively.
7226 (top): Don't assert any longer. Require 'cl when compiling.
7227 Apply `ignore-errors' but `dbus-ignore-errors'.
7228
7229 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7230
7231 * diff-mode.el (diff-add-change-log-entries-other-window):
7232 Use add-change-log-entry.
7233
7234 2008-02-09 Jason Rumney <jasonr@gnu.org>
7235
7236 * button.el (button-map):
7237 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
7238 * ldefs-boot.el: Regenerate.
7239
7240 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
7241
7242 * epa.el (epa-faces, epa):
7243 * epa-file.el (epa-file):
7244 * epg-config.el (epg): Add :version.
7245
7246 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
7247
7248 * vc.el (vc-exec-after): Append CODE to previous fragments.
7249 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
7250 take MESSAGES instead of VERBOSE; use it when non-nil.
7251 (vc-diff-internal): Compute messages once; use them;
7252 update call to vc-diff-finish.
7253
7254 2008-02-09 Michael Olson <mwolson@gnu.org>
7255
7256 * net/tramp.el (tramp-process-sentinel): Avoid error when process
7257 buffer has been killed, such as by
7258 `tramp-cleanup-all-connections'.
7259
7260 2008-02-09 Miles Bader <miles@gnu.org>
7261
7262 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
7263
7264 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
7265
7266 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
7267 splitter in context hunks.
7268
7269 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
7270
7271 * international/fontset.el (setup-default-fontset): Fix arabic otf
7272 font specification.
7273
7274 2008-02-08 Daiki Ueno <ueno@unixuser.org>
7275
7276 * epa-dired.el:
7277 * epa-file.el:
7278 * epa-mail.el:
7279 * epa-setup.el:
7280 * epa.el:
7281 * epg-config.el:
7282 * epg-package-info.el:
7283 * epg.el: Initial check-in of EasyPG.
7284
7285 2008-02-08 Glenn Morris <rgm@gnu.org>
7286
7287 * woman.el (woman-locale): New defcustom.
7288 (woman-expand-locale, woman-manpath-add-locales): New functions.
7289 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
7290
7291 * international/mule-cmds.el (locale-translate): New function,
7292 with old code extracted from set-locale-environment.
7293 (set-locale-environment): Use locale-translate. Set woman-locale.
7294
7295 * cus-start.el (selection-coding-system): Remove, since it's now
7296 defined in select.el rather than in xselect.c.
7297 * select.el (selection-coding-system): Make it a defcustom, and
7298 add the properties from cus-start.el. Bump :version.
7299
7300 * custom.el (custom-theme-set-variables): Sort symbols that are
7301 dependencies before symbols that depend on them.
7302 (custom-enabled-themes): Set after custom-theme-directory.
7303
7304 * pcmpl-unix.el (top-level): Move provide statement to end.
7305 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
7306 `*' from doc-string. Allow to be nil.
7307 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
7308 Allow to be nil. Add :version.
7309 (pcmpl-ssh-hosts): Move definition before use. Handle lines
7310 without hostnames, and multiple hostnames per line.
7311
7312 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
7313
7314 2008-02-08 Phil Hagelberg <phil@evri.com>
7315
7316 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
7317 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
7318
7319 2008-02-07 Timo Savola <timo.savola@iki.fi>
7320
7321 * startup.el (command-line-x-option-alist): Add --parent-id.
7322
7323 * term/x-win.el (x-handle-parent-id): New function.
7324
7325 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
7326
7327 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
7328 "Font Menu".
7329
7330 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
7331
7332 * net/dbus.el (dbus-interface-peer): New defconst.
7333 (dbus-ping): New defun.
7334
7335 2008-02-06 Sam Steingold <sds@gnu.org>
7336
7337 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
7338
7339 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
7340
7341 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
7342 Just return nil and let the C code provide a fallback.
7343
7344 2008-02-05 Glenn Morris <rgm@gnu.org>
7345
7346 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
7347 tramp-flush-connection-property for removed 2nd argument.
7348
7349 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7350
7351 * diff-mode.el (diff-add-change-log-entries-other-window):
7352 Rename from diff-create-changelog. Change users.
7353 Minor change to hopefully work with plain diffs.
7354 (diff-mode-map): Add binding for it.
7355
7356 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
7357
7358 * diff-mode.el: Add new TODO entry.
7359 (diff-create-changelog): New function.
7360 (diff-mode-menu): Bind it.
7361
7362 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
7363
7364 * international/mule-diag.el (print-fontset-element): Handle the
7365 case of inhibiting the fallback fonts.
7366
7367 2008-02-04 Kim F. Storm <storm@cua.dk>
7368
7369 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7370 (ido-magic-delete-char): Use prefix arg.
7371
7372 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
7373
7374 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
7375 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
7376 of today, the most recent libpng is 1.2.24).
7377
7378 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
7379
7380 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
7381
7382 * net/dbus.el (top): Check (featurep 'dbusbind).
7383
7384 * net/tramp.el (tramp-process-sentinel): New defun.
7385 (tramp-do-copy-or-rename-file-out-of-band)
7386 (tramp-maybe-open-connection): Use it as process sentinel.
7387 (tramp-handle-delete-directory): Don't use the "-f" option; it
7388 isn't portable.
7389 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
7390 after the command.
7391 (tramp-handle-shell-command): Set `mode-line-process' in the
7392 asynchronous case.
7393
7394 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
7395
7396 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
7397 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7398 Use `tramp-process-sentinel' as process sentinel.
7399
7400 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
7401
7402 * whitespace.el (global-whitespace-mode): Revert last change.
7403 (whitespace-unload-function): Force `global-whitespace-mode'
7404 to deactivate local modes in a slightly less intrusive way.
7405
7406 2008-02-02 Eli Zaretskii <eliz@gnu.org>
7407
7408 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
7409
7410 2008-02-02 Glenn Morris <rgm@gnu.org>
7411
7412 * international/latin1-disp.el (latin1-display):
7413 * progmodes/fortran.el (fortran-comment-indent-char):
7414 * progmodes/idlw-shell.el (top-level):
7415 * term/mac-win.el (mac-keyboard-translate-char):
7416 * whitespace.el (whitespace-char-valid-p):
7417 * wid-edit.el (widget-key-sequence-read-event):
7418 Use characterp rather than char-valid-p.
7419
7420 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
7421 to capitalized-find-word-boundary. Doc fix. Update callers.
7422 (capitalized-next-word-boundary-function-table): Rename to
7423 capitalized-find-word-boundary-function-table. Doc fix. Update users.
7424
7425 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
7426 string-to-int.
7427
7428 * ps-def.el (declare-function): Add compatibility definition.
7429 (ps-plot-with-face, ps-plot-string): Declare as functions.
7430 (ps-bold-faces, ps-italic-faces): Declare variables.
7431
7432 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
7433 (ps-mule-end-job): Declare as functions.
7434
7435 * wid-edit.el (widget-string-complete): Use assoc-string rather
7436 than assoc-ignore-case.
7437
7438 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
7439
7440 * progmodes/etags.el (next-file): Improve revert message.
7441
7442 2008-02-01 Andreas Schwab <schwab@suse.de>
7443
7444 * loadup.el: Load language/burmese instead of language/myanmar.
7445
7446 2008-02-01 Richard Stallman <rms@gnu.org>
7447
7448 * language/burmese.el: Rename from myanmar.el.
7449 ("Burmese"): Rename from "Myanmar".
7450
7451 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7452
7453 * international/fontset.el (script-representative-chars): Add cham
7454 and tai-viet.
7455 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
7456 Add fontconfig spec for cjk-misc. Explicitly specify font font
7457 for U+E000..U+F8FF.
7458
7459 * international/characters.el (script-list): Add cham.
7460
7461 * language/cham.el: New file.
7462
7463 2008-02-01 Mark A. Hershberger <mah@everybody.org>
7464
7465 * xml.el (xml-escape-string): Don't do any encoding changes on the
7466 string.
7467
7468 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7469
7470 * language/ind-util.el (in-is13194-post-read-conversion):
7471 Delete unnecessary call of indian-compose-region.
7472
7473 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7474
7475 * ps-print.el: Some face attributes (like :strike-through) were not
7476 being recognised. Reported by Leo <sdl.web@gmail.com>.
7477 (ps-print-version): New version 7.3.2.
7478 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
7479 ps-face-overline-p and ps-face-box-p functions.
7480
7481 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
7482 New functions.
7483
7484 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7485
7486 * international/fontset.el (font-encoding-alist): Add an entry for
7487 iso8859-16.
7488 (setup-default-fontset): Add iso8859-16 to latin.
7489
7490 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
7491 hexadigit string.
7492 (describe-char): Adjust for the above change.
7493
7494 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7495
7496 * international/fontset.el (font-encoding-alist): Don't set the
7497 repertory of GB18030 fonts.
7498
7499 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7500
7501 * language/indian.el: Set font-shape-text for all Indic characters
7502 in composition-function-table.
7503
7504 * language/khmer.el: New file.
7505
7506 * language/myanmar.el: New file.
7507
7508 * loadup.el: Load "language/khmer" and "language/myanmar".
7509
7510 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7511
7512 * international/fontset.el (setup-default-fontset): Fix lao OTF
7513 script name.
7514
7515 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7516
7517 * composite.el (terminal-composition-modification): Delete it.
7518
7519 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7520
7521 * international/fontset.el (x-complement-fontset-spec):
7522 Complement size too.
7523
7524 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7525
7526 * international/fontset.el (font-encoding-charset-alist):
7527 Initialize it.
7528 (otf-script-alist): Fix typo of canadian-aboriginal.
7529 (setup-default-fontset): Specify font-specs for many more scripts.
7530 (x-complement-fontset-spec): Change the first argument to a
7531 font-spec object.
7532 (create-fontset-from-fontset-spec): Adjust for the above change.
7533
7534 2008-02-01 Kenichi Handa <handa@m17n.org>
7535
7536 * language/devanagari.el: Register font-shape-text in
7537 composition-function-table.
7538
7539 * language/tibetan.el: Register font-shape-text in
7540 composition-function-table.
7541
7542 * language/thai-util.el (thai-composition-function): Fix arguments.
7543
7544 * language/tamil.el: Register font-shape-text in
7545 composition-function-table.
7546
7547 * language/malayalam.el: Register font-shape-text in
7548 composition-function-table.
7549
7550 * language/lao.el: Register font-shape-text in
7551 composition-function-table.
7552
7553 * language/kannada.el: Register font-shape-text in
7554 composition-function-table.
7555
7556 * language/european.el (diacritic-composition-function): Fix arguments.
7557
7558 * language/ethio-util.el (ethio-composition-function): Fix arguments.
7559
7560 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
7561
7562 * composite.el (composition-function-table): Fix docstring.
7563 (terminal-composition-function): Fix arguments.
7564 (auto-compose-current-font): Delete it.
7565 (auto-compose-chars): Adjust for the change of
7566 composition-function-table.
7567
7568 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7569
7570 * international/fontset.el (font-encoding-alist): Add the entry of
7571 "unicode-bmp".
7572
7573 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7574
7575 * composite.el (auto-compose-chars): Be sure to calculate
7576 composition at least at POS.
7577
7578 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7579
7580 * printing.el: Fix pr-interface-map initialization code.
7581 (pr-version): New version 6.9.3.
7582 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
7583 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
7584 (pr-f-read-string): Replace by pr-read-string.
7585 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
7586 New function name.
7587 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
7588
7589 2008-02-01 Kenichi Handa <handa@m17n.org>
7590
7591 * language/tv-util.el (tai-viet-re): Include '-'.
7592 (tai-viet-glyph-info): Handle '-'.
7593
7594 2008-02-01 Kenichi Handa <handa@m17n.org>
7595
7596 * descr-text.el (describe-char): Handle a composition of the new
7597 format. Show font name.
7598
7599 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7600
7601 * language/tibet-util.el (tibetan-composition-function): Use
7602 font-shape-text if auto-compose-current-font is non-nil.
7603
7604 * language/tibetan.el: Fix the range for recording
7605 tibetan-composition-function in composition-function-table.
7606
7607 * language/mlm-util.el (malayalam-composition-function): Use
7608 font-shape-text if auto-compose-current-font is non-nil.
7609
7610 * international/mule-conf.el: Flag many charsets as supplementary.
7611
7612 * international/mule.el (define-charset): Update the docstring for
7613 :supplementary-p.
7614
7615 * international/fontset.el (setup-default-fontset): Add OpenType
7616 fonts for malayalam and tibetan.
7617
7618 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7619
7620 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
7621
7622 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7623
7624 * international/fontset.el (otf-script-alist): Make all otf tags
7625 4-letters.
7626 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
7627
7628 * language/tml-util.el (tamil-composition-function): Use
7629 font-shape-text if auto-compose-current-font is non-nil.
7630
7631 * language/devan-util.el (devanagari-composition-function): Use
7632 font-shape-text if auto-compose-current-font is non-nil.
7633
7634 * composite.el (auto-compose-chars): Change argument font-object
7635 to window.
7636
7637 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7638
7639 * ps-print.el (ps-lpr-switches): Docstring fix.
7640 (ps-string-list): New function.
7641 (ps-do-despool): Code fix.
7642
7643 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7644
7645 * international/utf-7.el (utf-7-imap-post-read-conversion)
7646 (utf-7-imap-pre-write-conversion): New functions.
7647
7648 * international/mule-conf.el (utf-7-imap): New coding system.
7649
7650 2008-02-01 Kenichi Handa <handa@m17n.org>
7651
7652 * term/x-win.el (x-selection-value): If x-select-request-type is
7653 nil, try also STRING at last.
7654 (x-select-request-type): Doc fix for the change of x-selection-value.
7655
7656 * select.el (selection-coding-system, next-selection-coding-system):
7657 Move declarations from xselect.c.
7658 (x-get-selection): Decode by selection-coding-system if it is non-nil.
7659 If it is nil, decode by a proper coding system. Handle C_STRING.
7660 (ccl-check-utf-8, string-utf-8-p): Delete them.
7661 (xselect-convert-to-string): Fix determining data-type in the case
7662 that TEXT is requested. Don't use selection-coding-system if it's
7663 not proper for the data-type.
7664
7665 2008-02-01 Kenichi Handa <handa@m17n.org>
7666
7667 * term/x-win.el (x-selection-value): If x-select-request-type is
7668 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
7669
7670 2008-02-01 Jason Rumney <jasonr@gnu.org>
7671
7672 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
7673 to signify default fontset.
7674
7675 2008-02-01 Kenichi Handa <handa@m17n.org>
7676
7677 * international/mule-cmds.el (describe-language-environment):
7678 Check if the specified input method exists or not.
7679
7680 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7681
7682 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
7683 (ps-face-background-name): Remove this function. It's already defined
7684 in ps-def.el file.
7685
7686 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7687
7688 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
7689 Epoch emacsen.
7690
7691 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7692
7693 * ps-print.el: Now detect if text foreground and background colors are
7694 equals and replace the foreground color by another color, so the text
7695 becomes visible. Doc fix.
7696 (ps-print-version): New version 7.3.
7697 (ps-default-fg, ps-default-bg): Docstring fix.
7698 (ps-fg-list, ps-fg-validate-p): New options.
7699 (ps-foreground-list): New variable.
7700 (ps-generate-header-line): Replace fboundp by functionp.
7701 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
7702
7703 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7704
7705 * printing.el: Pacify byte compiler, that is, no compiler warnings.
7706 Move (again) some variable definitions before use, define some
7707 function aliases, no code change.
7708 (pr-version): New version 6.9.2.
7709 (pr-path-style, pr-auto-region, pr-menu-char-height)
7710 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
7711 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
7712 via (defvar VAR).
7713 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
7714 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
7715 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
7716 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
7717 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
7718 (pr-menu-print-item, pr-ps-printer-menu-modified)
7719 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
7720 (pr-even-or-odd-alist): Move variable definitions.
7721
7722 2008-02-01 Kenichi Handa <handa@m17n.org>
7723
7724 * language/chinese.el (cp936): Delete duplicated alias.
7725
7726 * international/mule-diag.el (list-block-of-chars): Don't insert
7727 non-Unicode characters.
7728
7729 2008-02-01 Jason Rumney <jasonr@gnu.org>
7730
7731 * loadup.el [windows-nt]: Don't load code-pages and ccl.
7732 * term/w32-win.el: Don't require code-pages.
7733
7734 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7735
7736 Fix up multi-tty merge.
7737
7738 * version.el (emacs-version): Bump to 23.0.60.
7739
7740 * term/x-win.el (x-initialize-window-system): Don't try to create
7741 a fontset from a font-specification anymore. This was removed on the
7742 unicode branch and mistakenly re-added by the multi-tty merge.
7743
7744 * term/w32-win.el: Remove duplicate code that's now in
7745 w32-initialize-window-system.
7746 (w32-initialize-window-system): Don't try to create a fontset from
7747 a font-specification anymore. This was removed on the unicode branch
7748 and mistakenly re-added by the multi-tty merge.
7749
7750 * term/mac-win.el: Remove duplicate top-level code.
7751
7752 * language/ethio-util.el:
7753 * international/characters.el: Use utf-8 rather than utf-8-emacs
7754 since it works as well and has the advantage of working with
7755 non-unicode versions of Emacs.
7756
7757 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
7758 multi-tty code, which includes the previous local change.
7759
7760 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7761
7762 * ps-print.el (ps-print-version): New version 7.2.5.
7763 (ps-background, ps-begin-file, ps-build-reference-face-lists):
7764 Use `mapc' rather than `mapcar'.
7765
7766 2008-02-01 Kenichi Handa <handa@m17n.org>
7767
7768 * skeleton.el (skeleton-internal-1): Use integerp and stringp
7769 instead of char-or-string-p to catch -1.
7770
7771 2008-02-01 Kenichi Handa <handa@m17n.org>
7772
7773 * international/mule-cmds.el (inactivate-input-method):
7774 Set input-method-function to nil before calling
7775 inactivate-current-input-method-function.
7776
7777 2008-02-01 Kenichi Handa <handa@m17n.org>
7778
7779 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
7780 height that doesn't exceed the requested height by rounding off.
7781
7782 2008-02-01 Andreas Schwab <schwab@suse.de>
7783
7784 * international/mule-diag.el (print-fontset-element):
7785 Use fontp only if defined.
7786
7787 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7788
7789 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
7790 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
7791 (ps-mule-prologue-generated): Code fix.
7792
7793 2008-02-01 Kenichi Handa <handa@m17n.org>
7794
7795 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
7796 with FIXEDCASE t.
7797
7798 2008-02-01 Kenichi Handa <handa@m17n.org>
7799
7800 * international/mule-diag.el (print-fontset-element): Fix for the
7801 format change of a fontset element for font-backend feature.
7802
7803 2008-02-01 Kenichi Handa <handa@m17n.org>
7804
7805 * descr-text.el (describe-char): Fix for the case that a component
7806 character is TAB.
7807
7808 2008-02-01 Kenichi Handa <handa@m17n.org>
7809
7810 * international/mule-cmds.el (select-safe-coding-system-interactively):
7811 Fix printing of rejected and unsafe coding-systems.
7812
7813 * international/fontset.el (setup-default-fontset): Add tai-viet.
7814
7815 * international/characters.el: Setup syntax/category table for Tai Viet.
7816 (script-list): Add tai-viet.
7817
7818 * loadup.el: Load "language/tai-viet".
7819
7820 * language/tai-viet.el: New file.
7821
7822 * language/tv-util.el: New file.
7823
7824 2008-02-01 Jason Rumney <jasonr@gnu.org>
7825
7826 * faces.el (font-weight-table): Use defaults on w32 that match
7827 LOGFONT.lfWeight.
7828
7829 * term/w32-win.el: Don't create fontset from command-line font.
7830
7831 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
7832
7833 * international/mule-cmds.el (toggle-enable-multibyte-characters)
7834 (sort-coding-systems, search-unencodable-char): Doc fixes.
7835 (default-input-method, input-method-verbose-flag)
7836 (input-method-highlight-flag): Remove * in defcustom's docstrings.
7837 (exit-language-environment-hook, set-default-coding-systems)
7838 (coding-system-change-eol-conversion, prefer-coding-system)
7839 (find-multibyte-characters, leim-list-entry-regexp)
7840 (set-input-method, input-method-exit-on-first-char, princ-list)
7841 (locale-language-names, locale-charset-language-names)
7842 (define-char-code-property): Fix typos in docstrings.
7843
7844 2008-02-01 Kenichi Handa <handa@m17n.org>
7845
7846 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
7847 Fix for a new character code space (22-bit).
7848
7849 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
7850
7851 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
7852
7853 2008-02-01 Kenichi Handa <handa@m17n.org>
7854
7855 * international/characters.el: Add more cases/syntaxes from Latin
7856 characters.
7857
7858 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7859
7860 * ps-def.el (installation-directory): Must be initialized when defining
7861 it in XEmacs.
7862 (coding-system-for-read): Eliminate duplicated definition.
7863
7864 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7865
7866 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
7867
7868 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7869
7870 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
7871 (ps-print-emacs-type): Eliminate variable.
7872 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
7873 running ps-print package.
7874
7875 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
7876 (ps-frame-parameter): Replace defun by defalias.
7877 (mark-active): Eliminate defvar.
7878
7879 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
7880 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
7881 (ps-jts-ps-setup): Replace macros by vector key definition.
7882
7883 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7884
7885 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7886 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7887 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7888 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7889 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7890 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7891 New command actions for EPS header and EPS footer.
7892
7893 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7894 footer. Fix some problems with one-or-more, zero-or-more and
7895 alternative constructions generation. Some implementation of log
7896 messages. Doc fix.
7897 (ebnf-version): New version 4.4.
7898 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7899 (ebnf-eps-footer, ebnf-log): New options.
7900 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7901 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7902 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7903 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7904 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
7905 (ebnf-style-custom-list, ebnf-style-database): Put new values.
7906 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7907 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7908 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7909 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7910 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7911 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7912 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7913 (ebnf-non-terminal-dimension, ebnf-special-dimension)
7914 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7915 (ebnf-except-dimension, ebnf-alternative-dimension)
7916 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7917 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
7918 Insert log message function.
7919 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7920 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7921 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7922 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7923 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7924 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7925 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7926 compatibility with Emacs 20 & 21.
7927 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7928 (ebnf-eps-file-alist, ebnf-basic-width-extra)
7929 (ebnf-basic-empty-height): New variables.
7930 (ebnf-prologue): Fix PostScript code.
7931 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7932 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7933 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7934 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7935
7936 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7937
7938 * printing.el: Group together all XEmacs/Emacs definitions.
7939 (pr-version): New version 6.9.
7940 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
7941 New functions.
7942 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
7943 (pr-menu-bind): Fix code.
7944 (pr-e-frame-char-height, pr-e-frame-char-width)
7945 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
7946 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
7947 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
7948 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
7949 (pr-x-event-y-pixel): Eliminate aliases.
7950 (pr-xemacs-global-menubar): Move macro.
7951 (current-menubar, current-mouse-event, zmacs-region-stays)
7952 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
7953 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
7954 Move variables.
7955 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
7956 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
7957 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
7958 (pr-menu-set-utility-title, pr-even-or-odd-pages)
7959 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
7960 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
7961 Move functions.
7962
7963 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7964
7965 * ps-print.el: The ps-print commands without face printing should not
7966 print background color. Reported by Leo <sdl.web@gmail.com>.
7967 (ps-print-version): New version 7.2.2.
7968 (ps-begin-job): New arg. Fix ps-default-background and
7969 ps-default-foreground initialization.
7970 (ps-face-attributes): Fix doc string.
7971 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
7972
7973 * printing.el: Fix ps-print link.
7974
7975 2008-02-01 Kenichi Handa <handa@m17n.org>
7976
7977 * international/mule-diag.el (list-character-sets-2): Don't print width.
7978
7979 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7980
7981 * ps-print.ps: Fix background height.
7982 (ps-print-version): New version 7.2.1.
7983
7984 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7985
7986 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
7987 into separate files.
7988 (ps-print-version): New version 7.2.
7989 (ps-postscript-code-directory): Fix XEmacs initialization.
7990 (ps-generate-postscript-with-faces):
7991 Call ps-generate-postscript-with-faces1 (new function).
7992 (ps-color-format, ps-float-format): Move variables to ps-def.el.
7993 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
7994 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
7995 (ps-face-background-name, ps-frame-parameter, ps-color-device)
7996 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
7997 Move functions to ps-def.el.
7998 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
7999 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
8000 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
8001 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
8002 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
8003 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
8004 Move functions to ps-samp.el.
8005
8006 * ps-bdf.el (installation-directory, coding-system-for-read):
8007 Move variables to ps-def.el.
8008
8009 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
8010 (charset-bytes, charset-dimension, charset-id, charset-width)
8011 (find-charset-region, char-width, chars-in-region, forward-point)
8012 (decompose-composite-char, encode-coding-string, coding-system-p)
8013 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
8014 (string-make-multibyte, encode-char): Move functions to ps-def.el.
8015
8016 * ps-def.el: New file. XEmacs/Emacs definitions.
8017 (ps-generate-postscript-with-faces1): New function.
8018 (ps-color-format, ps-float-format): Move variables from ps-print.el.
8019 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
8020 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
8021 (ps-face-background-name, ps-frame-parameter, ps-color-device)
8022 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
8023 Move functions from ps-print.el.
8024 (installation-directory, coding-system-for-read):
8025 Move variables from ps-bdf.el.
8026 (leading-code-private-22): Move variable from ps-mule.el.
8027 (charset-bytes, charset-dimension, charset-id, charset-width)
8028 (find-charset-region, char-width, chars-in-region, forward-point)
8029 (decompose-composite-char, encode-coding-string, coding-system-p)
8030 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
8031 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
8032
8033 * ps-samp.el: New file. Sample setup code.
8034 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
8035 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
8036 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
8037 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
8038 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
8039 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
8040 Move functions from ps-print.el.
8041
8042 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8043
8044 * ps-print.el: Handle frame parameters (background and/or foreground
8045 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
8046 (ps-print-version): New version 7.1.
8047 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
8048 (ps-frame-parameter): New function.
8049 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
8050 Fix doc and customization.
8051 (ps-begin-job): Get frame parameters (background and/or foreground
8052 colors).
8053 (ps-do-despool): Ensure ps-printer-name has a valid value.
8054
8055 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8056
8057 * progmodes/ebnf-abn.el:
8058 * progmodes/ebnf-bnf.el:
8059 * progmodes/ebnf-dtd.el:
8060 * progmodes/ebnf-ebx.el:
8061 * progmodes/ebnf-iso.el:
8062 * progmodes/ebnf-otz.el:
8063 * progmodes/ebnf-yac.el:
8064 * progmodes/ebnf2ps.el:
8065 * delim-col.el:
8066 * printing.el:
8067 * ps-bdf.el:
8068 * ps-mule.el:
8069 * ps-print.el: Remove 'Time-stamp' comment mark.
8070
8071 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
8072 'easy-menu-add-item' when called in Emacs 21 or higher.
8073
8074 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8075
8076 * ps-print.el : Fix doc.
8077 (ps-print-version): New version 7.0.
8078
8079 2008-02-01 Kenichi Handa <handa@m17n.org>
8080
8081 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
8082 XMODIFIERS.
8083
8084 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8085
8086 * ps-print.el: Fix maintainer email. Eliminate function declaration
8087 that kept compatibility with older Emacs version.
8088 (ps-print-version): New version 6.7.
8089
8090 2008-02-01 Kenichi Handa <handa@m17n.org>
8091
8092 * international/quail.el (quail-get-translations):
8093 Make quail-current-key multibyte if not yet done.
8094
8095 2008-02-01 Zhang Wei <id.brep@gmail.com>
8096
8097 * language/chinese.el ("Chinese-GBK"): Add tutorial.
8098 ("Chinese-GB18030"): Add sample-text and tutorial.
8099
8100 * international/fontset.el (font-encoding-alist)
8101 (setup-default-fontset): Add gb18030.
8102 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
8103 (charset-script-alist): Add gbk and gb18030.
8104
8105 * international/characters.el: Put property
8106 preferred-coding-system on gbk and gb18030.
8107
8108 * international/mule-cmds.el (locale-language-names): Add an entry
8109 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
8110
8111 * faces.el (face-font-registry-alternatives): Add gb18030.
8112
8113 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8114
8115 * ps-mule.el: Fix maintainer email.
8116
8117 2008-02-01 Kenichi Handa <handa@m17n.org>
8118
8119 * international/quail.el (quail-insert-kbd-layout): Check the
8120 length of (cdr translation).
8121 (quail-get-current-str): Check the length of (cdr def).
8122
8123 2008-02-01 Kenichi Handa <handa@m17n.org>
8124
8125 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
8126
8127 2008-02-01 Kenichi Handa <handa@m17n.org>
8128
8129 * international/mule-cmds.el (ucs-insert): Re-implement.
8130
8131 2008-02-01 Kenichi Handa <handa@m17n.org>
8132
8133 * composite.el (terminal-composition-modification): New function.
8134 (terminal-composition-function): Create composition with the above
8135 modification function.
8136
8137 2008-02-01 Zhang Wei <id.brep@gmail.com>
8138
8139 * international/characters.el: Add more full-width characters in
8140 char-width-table.
8141
8142 2008-02-01 Kenichi Handa <handa@m17n.org>
8143
8144 * international/fontset.el (create-fontset-from-fontset-spec):
8145 Fix script name handling.
8146
8147 2008-02-01 Kenichi Handa <handa@m17n.org>
8148
8149 * composite.el (terminal-composition-function): New function.
8150 (terminal-composition-function-table): New variable.
8151 (auto-compose-chars): If running on a terminal, use
8152 terminal-composition-function-table.
8153
8154 * loadup.el: Load "composite" after "international/characters".
8155
8156 * international/characters.el: Delete codes for setting up charset
8157 property nospace-between-words. Fix setting up of
8158 char-width-table. Don't make ethiopic and tibetan double column.
8159
8160 * textmodes/fill.el (fill-find-break-point-function-table):
8161 Don't set it up in defvar.
8162 (fill-nospace-between-words-table): New variable.
8163 (fill-delete-newlines): Check fill-nospace-between-words-table
8164 instead of charset property nospcae-between-words.
8165
8166 2008-02-01 Kenichi Handa <handa@m17n.org>
8167
8168 * composite.el (global-auto-composition-mode): Make the initial
8169 value not depend on emacs-basic-display.
8170
8171 * textmodes/fill.el: Don't use charset property
8172 `fill-find-break-point-function'.
8173 (fill-find-break-point-function-table): New variable.
8174 (fill-find-break-point): Lookup fill-find-break-point-function-table.
8175
8176 2008-02-01 Kenichi Handa <handa@m17n.org>
8177
8178 * international/mule.el (coding-system-list): Be sure to exclude
8179 subsidiary coding systems.
8180
8181 2008-02-01 Kenichi Handa <handa@m17n.org>
8182
8183 * composite.el (auto-composition-after-change)
8184 (toggle-auto-composition): Remove `auto-composed' property instead
8185 of setting it to nil.
8186
8187 2008-02-01 Kenichi Handa <handa@m17n.org>
8188
8189 * language/misc-lang.el (iso-8859-6): New coding system.
8190
8191 2008-02-01 Kenichi Handa <handa@m17n.org>
8192
8193 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
8194 replace-regexp-in-string as replacement.
8195
8196 2008-02-01 Kenichi Handa <handa@m17n.org>
8197
8198 * international/fontset.el (otf-script-alist): Add byzm, math,
8199 musc, and nko.
8200
8201 * international/characters.el (script-list): Add nko,
8202 byzantine-musical-symbol, musical-symbol, and mathematical.
8203
8204 2008-02-01 Kenichi Handa <handa@m17n.org>
8205
8206 * composite.el (auto-compose-current-font): New variable.
8207 (auto-compose-chars): New arg FONT-OBJECT.
8208
8209 2008-02-01 Kenichi Handa <handa@m17n.org>
8210
8211 * international/characters.el: Modify category-table and
8212 script-table for new Ethiopic character range.
8213
8214 2008-02-01 Kenichi Handa <handa@m17n.org>
8215
8216 * international/mule-cmds.el (set-language-environment-fontset):
8217 Delete it.
8218
8219 2008-02-01 Kenichi Handa <handa@m17n.org>
8220
8221 * international/fontset.el (otf-script-alist): Set it.
8222
8223 2008-02-01 Kenichi Handa <handa@m17n.org>
8224
8225 * international/fontset.el (font-encoding-alist):
8226 Fix for "ethiopic-unicode".
8227
8228 2008-02-01 Kenichi Handa <handa@m17n.org>
8229
8230 * international/fontset.el (script-representative-chars):
8231 Add an entry for latin script.
8232
8233 2008-02-01 Kenichi Handa <handa@m17n.org>
8234
8235 * faces.el (font-weight-table): Treat regular and normal as the
8236 same as medium.
8237 (font-slant-table): Add (roman . 100).
8238
8239 2008-02-01 Kenichi Handa <handa@m17n.org>
8240
8241 These changes are for the new font handling codes.
8242
8243 * faces.el (font-weight-table, font-slant-table)
8244 (font-swidth-table): New customizable variables.
8245
8246 * international/fontset.el (font-encoding-alist): Add koi8-4.
8247 (script-representative-chars): Set the default value.
8248 (create-fontset-from-x-resource): Delete `message'.
8249
8250 2008-02-01 Kenichi Handa <handa@m17n.org>
8251
8252 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
8253 Call set-buffer-multibyte with arg `to'.
8254
8255 2008-02-01 Kenichi Handa <handa@m17n.org>
8256
8257 * info.el (Info-fontify-node): Check if already fontified or not
8258 by next-single-property-change.
8259
8260 2008-02-01 Kenichi Handa <handa@m17n.org>
8261
8262 * international/mule.el (ctext-pre-write-conversion): Produce
8263 extra designation sequence for ASCII at the end off extended segment.
8264
8265 2008-02-01 Kenichi Handa <handa@m17n.org>
8266
8267 * international/mule.el (ctext-non-standard-encodings-table):
8268 Reverse the returning list.
8269 (ctext-pre-write-conversion): Fix encoding with extended segments.
8270
8271 * international/mule-conf.el (compound-text)
8272 (compound-text-with-extensions): Add long-form in :flags.
8273
8274 2008-02-01 Kenichi Handa <handa@m17n.org>
8275
8276 * international/fontset.el (create-fontset-from-fontset-spec): Fix
8277 regexp for paring FONTSET-SPEC (allow spaces after `:').
8278
8279 2008-02-01 Kenichi Handa <handa@m17n.org>
8280
8281 * international/fontset.el (create-fontset-from-fontset-spec): Fix
8282 for the case that a charset is specified as target.
8283
8284 2008-02-01 Kenichi Handa <handa@m17n.org>
8285
8286 * international/ccl.el (ccl-embed-string): Check string length.
8287 Set special flag for multibyte character sequence.
8288 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
8289 str unibyte.
8290 (ccl-compile-write): If the character code doesn't fit in 22-bit
8291 (ccl-dump-write-const-string): Check special flag for multibyte
8292 character sequence.
8293
8294 2008-02-01 Kenichi Handa <handa@m17n.org>
8295
8296 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
8297 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
8298 ps-mule-eight-bit-char.
8299
8300 2008-02-01 Kenichi Handa <handa@m17n.org>
8301
8302 * language/chinese.el ("Chinese-BIG5"):
8303 Set ctext-non-standard-encodings property to "big5-0".
8304
8305 * international/mule.el (ctext-non-standard-encodings):
8306 Initialize to nil.
8307 (ctext-non-standard-encodings-alist): Set charset `big5' in the
8308 entry for "big5-0".
8309 (ctext-non-standard-encodings-table): Return a list instead of
8310 char-table.
8311 (ctext-pre-write-conversion): Adjust for the above change.
8312
8313 2008-02-01 Zhang Wei <id.brep@gmail.com>
8314
8315 * international/mule.el (ctext-non-standard-encodings-alist):
8316 Add an entry for gbk-0.
8317 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
8318 a row 8-bit.
8319
8320 * language/chinese.el ("Chinese-GBK"):
8321 Set ctext-non-standard-encodings property to "gbk-0".
8322 Add sample-text property.
8323
8324 2008-02-01 Kenichi Handa <handa@m17n.org>
8325
8326 * international/kkc.el (kkc-region): Use
8327 this-single-command-raw-keys on pushing back an unhandled key sequence.
8328
8329 2008-02-01 Kenichi Handa <handa@m17n.org>
8330
8331 * international/encoded-kb.el (encoded-kbd-mode):
8332 Check saved-input-mode on turning off Encoded Kbd mode.
8333
8334 * composite.el (auto-composition-after-change): Use save-buffer-state.
8335 (turn-on-auto-composition-if-enabled): Don't turn on
8336 auto-composition-mode in a unibyte buffer.
8337
8338 2008-02-01 Kenichi Handa <handa@m17n.org>
8339
8340 * startup.el (command-line): Use custom-reevaluate-setting for
8341 global-auto-composition-mode.
8342
8343 * composite.el (auto-composition-function): Make it buffer local.
8344 (auto-composition-mode): New minor mode.
8345 (turn-on-auto-composition-if-enabled): New function.
8346 (global-auto-composition-mode): New global minor mode.
8347
8348 2008-02-01 Kenichi Handa <handa@m17n.org>
8349
8350 * descr-text.el (describe-char): Use insert-text-button instead of
8351 widget-create for "customize what to show" button.
8352
8353 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
8354
8355 * language/ethiopic.el: Fix copyright.
8356 (composition-function-table): Support a new character in Unicode 4.1.
8357
8358 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
8359 (ethio-tex-to-fidel-buffer, ethio-composition-function)
8360 ("ethiopic-tex"): Support new characters in Unicode 4.1.
8361
8362 2008-02-01 Kenichi Handa <handa@m17n.org>
8363
8364 * international/characters.el: Register characters in
8365 auto-fill-chars. Put nospace-between-words to more charsets.
8366
8367 2008-02-01 Zhang Wei <id.brep@gmail.com>
8368
8369 * international/mule-cmds.el (locale-language-names): Add entries
8370 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
8371 (locale-preferred-coding-systems): Fix entries for Chinese locales.
8372
8373 2008-02-01 Kenichi Handa <handa@etlken>
8374
8375 * international/utf-7.el: Delete the definition of utf-7.
8376 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
8377 Add autoload cookies.
8378
8379 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8380
8381 * term/mac-win.el: Delete the code to create a fontset from the X
8382 resource "Font".
8383
8384 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
8385
8386 * international/robin.el (robin-define-package): Be sure to call
8387 put-char-code-property.
8388
8389 2008-02-01 Kenichi Handa <handa@m17n.org>
8390
8391 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
8392 property to 1.
8393
8394 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
8395 property to t.
8396
8397 * international/mule.el (coding-system-get):
8398 Check `ascii-incompatible' for backward compatiblity.
8399 (set-file-name-coding-system): Signal an error for a coding system
8400 not suitable for file name.
8401 (set-keyboard-coding-system): Signal an error for a coding system
8402 not suitable for keyboard.
8403
8404 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
8405 Set :suitable-for-keyboard property to 1.
8406
8407 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
8408 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
8409
8410 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
8411 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
8412
8413 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
8414
8415 * international/robin.el (robin-define-package): Delete redundant code.
8416 (robin-add-rule): Allow N-1 reverse conversion.
8417
8418 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
8419
8420 * international/robin.el (robin-define-package): Make the
8421 expanded form shorter.
8422
8423 2008-02-01 Zhang Wei <id.brep@gmail.com>
8424
8425 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
8426 chiense-iso-8bit.
8427
8428 2008-02-01 Kenichi Handa <handa@m17n.org>
8429
8430 * loadup.el: If we are byte-compiling unidata-gen.el or running
8431 unidata-ge-files, set purify-flag to nil.
8432
8433 2008-02-01 Kenichi Handa <handa@m17n.org>
8434
8435 * loadup.el: Load international/charprop.el with NOERROR t.
8436
8437 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
8438
8439 2008-02-01 Kenichi Handa <handa@m17n.org>
8440
8441 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
8442 New charsets and coding systems.
8443 (mac-symbol, mac-dingbats): New charsets.
8444
8445 2008-02-01 Kenichi Handa <handa@m17n.org>
8446
8447 * international/characters.el: Set syntax of NBSP to punctuation.
8448
8449 2008-02-01 Kenichi Handa <handa@m17n.org>
8450
8451 * international/mule-cmds.el: Don't require wid-edit.
8452
8453 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
8454
8455 * international/robin.el: New file.
8456
8457 * language/ethiopic.el: Change encoding to utf-8-emacs.
8458 Register ethio-composition-function in composition-function-table.
8459 ("Ethiopic"): Change coding-systems to utf-8-emacs.
8460
8461 * language/ethio-util.el: Change encoding to utf-8-emacs.
8462 Rewrite all transliteration functions to use robin.el.
8463 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
8464 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
8465 (ethio-prefer-ascii-punctuation): Delete variables.
8466 (ethio-char-to-ethiocode, ethio-convert-digit)
8467 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
8468 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
8469 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
8470 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
8471 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
8472 (ethio-adjust-robin, ethio-composition-function)
8473 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
8474 (ethio-sera-to-fidel-region-ethio)
8475 (ethio-sera-to-fidel-region-noethio)
8476 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
8477 New functions.
8478
8479 2008-02-01 Miles Bader <miles@gnu.org>
8480
8481 * international/mule.el (auto-coding-regexp-alist)
8482 (ctext-pre-write-conversion): Replace embedded control characters
8483 with octal escapes; this prevents diff from thinking the file is binary.
8484
8485 2008-02-01 Miles Bader <miles@gnu.org>
8486
8487 * descr-text.el (describe-char-unidata-list):
8488 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
8489 (byte-compile-insert-header):
8490 * international/mule.el (charset-list, set-coding-priority)
8491 (ignore-relative-composition):
8492 * international/mule-util.el (detect-coding-with-priority):
8493 * international/mule-diag.el:
8494 * international/mule-cmds.el (language-info-custom-alist):
8495 * international/codepage.el (codepage-setup):
8496 Replace references to Emacs version "22" with "23".
8497
8498 2008-02-01 Kenichi Handa <handa@m17n.org>
8499
8500 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
8501
8502 * international/fontset.el (font-encoding-alist): Add an entry for
8503 microsoft-cp1251.
8504 (setup-default-fontset): Add entries for microsoft-cp1251 and
8505 koi8-r for cyrillic.
8506
8507 * international/mule-cmds.el (char-code-property-alist): New variable.
8508 (define-char-code-property): New function.
8509 (get-char-code-property, put-char-code-property): Handle a
8510 char-table registerd in char-code-property-alist.
8511 (set-language-environment): Check :ascii-compatible-p property of
8512 nonascii charset instead of its dimension.
8513
8514 * international/uni-bidi.el, international/uni-category.el:
8515 * international/uni-combining.el, international/uni-comment.el:
8516 * international/uni-decimal.el, international/uni-decomposition.el:
8517 * international/uni-digit.el, international/uni-lowercase.el:
8518 * international/uni-mirrored.el, international/uni-name.el:
8519 * international/uni-numeric.el, international/uni-old-name.el:
8520 * international/uni-titlecase.el, international/uni-uppercase.el:
8521 * international/charprop.el: New files automatically generated by
8522 admin/unidata/Makefile.
8523
8524 * loadup.el: Load internationnal/charprop.el.
8525
8526 * descr-text.el (describe-char-unidata-list): New variable.
8527 (describe-char-unicode-data): Use char-code-property-description.
8528 (describe-char): Add lines for describing Unicode-based character
8529 properties.
8530
8531 2008-02-01 Kenichi Handa <handa@m17n.org>
8532
8533 * textmodes/ispell.el: These changes are to fix the code merged
8534 from trunk for the change on 2008-02-01.
8535 (ispell-unified-chars-table): Delete it.
8536 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
8537
8538 2008-02-01 Kenichi Handa <handa@m17n.org>
8539
8540 * international/mule-util.el (char-displayable-p): Check
8541 :charset-list property of CODING.
8542
8543 2008-02-01 Kenichi Handa <handa@m17n.org>
8544
8545 * international/mule-cmds.el (select-safe-coding-system-interactively):
8546 Change 'mime-charset to :mime-charset.
8547 (select-safe-coding-system): Use above.
8548 (set-language-environment): Delete unnecessary code for handling
8549 overriding-fontspec.
8550
8551 2008-02-01 Kenichi Handa <handa@m17n.org>
8552
8553 * international/mule-conf.el: New coding system aliases unix, dos,
8554 and mac.
8555
8556 2008-02-01 Kenichi Handa <handa@m17n.org>
8557
8558 * international/titdic-cnv.el (tit-process-header): Fix embedded
8559 coding tag.
8560 (titdic-convert): Bind coding-system-for-write to the coding
8561 system specfied in the map file. Remove `charset' property after
8562 decoding.
8563 (miscdic-convert): Bind coding-system-for-write to the coding
8564 system specfied for the map file. Fix LANGUAGE arg to
8565 quail-define-package.
8566 (batch-miscdic-convert): Check if a file is directory or not.
8567
8568 2008-02-01 Kenichi Handa <handa@m17n.org>
8569
8570 * international/mule.el (coding-system-equal): Move from mule-util.el.
8571
8572 * international/mule-util.el (coding-system-equal): Move to mule.el.
8573
8574 2008-02-01 Kenichi Handa <handa@m17n.org>
8575
8576 * international/encoded-kb.el (encoded-kbd-decode-code-list):
8577 New function.
8578 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
8579 Support multibyte charsets.
8580
8581 2008-02-01 Kenichi Handa <handa@m17n.org>
8582
8583 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
8584 to eight-bit chars.
8585
8586 * international/mule-conf.el: Don't define coding system
8587 `undecided' here.
8588
8589 2008-02-01 Kenichi Handa <handa@m17n.org>
8590
8591 * international/mule-cmds.el (locale-language-names): Fix for
8592 gb18030 and gdk.
8593
8594 2008-02-01 Kenichi Handa <handa@m17n.org>
8595
8596 * international/fontset.el (font-encoding-alist): Add gbk.
8597 (charset-script-alist): Add chinese-gbk.
8598
8599 2008-02-01 Kenichi Handa <handa@m17n.org>
8600
8601 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
8602
8603 2008-02-01 Kenichi Handa <handa@m17n.org>
8604
8605 * language/japanese.el ("Japanese"): Fix ordering of charsets.
8606
8607 2008-02-01 Kenichi Handa <handa@m17n.org>
8608
8609 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
8610 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
8611 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
8612
8613 2008-02-01 Kenichi Handa <handa@m17n.org>
8614
8615 * descr-text.el (describe-char): Fix for the case CODE is a cons
8616 of integers.
8617
8618 2008-02-01 Steven Tamm <steventamm@mac.com>
8619
8620 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
8621 (mac-standard-fontset-spec): Create.
8622
8623 2008-02-01 Kenichi Handa <handa@m17n.org>
8624
8625 * international/mule-diag.el (unicode-data):
8626 Call find-file-noselect with NOWARN t.
8627
8628 2008-02-01 Kenichi Handa <handa@m17n.org>
8629
8630 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
8631
8632 2008-02-01 Kenichi Handa <handa@m17n.org>
8633
8634 * international/characters.el: Give more CJK characters the
8635 category `|'.
8636
8637 * descr-text.el (describe-char): Make it work on *Help* buffer.
8638 Suppress auto-composition on a region describing about composition.
8639
8640 * language/european.el (diacritic-compose-region)
8641 (diacritic-compose-string, diacritic-composition-function):
8642 Compose diacritical marks only with a character whose syntax is
8643 word constituent.
8644 (diacritic-post-read-conversion): Delete it.
8645
8646 2008-02-01 Kenichi Handa <handa@m17n.org>
8647
8648 * composite.el (auto-compose-chars): Execute the main code in
8649 condition-case.
8650
8651 2008-02-01 Kenichi Handa <handa@m17n.org>
8652
8653 * international/fontset.el (x-complement-fontset-spec):
8654 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
8655
8656 2008-02-01 Kenichi Handa <handa@m17n.org>
8657
8658 * international/characters.el (next-word-boundary-kana):
8659 Handle half-width kana.
8660
8661 2008-02-01 Kenichi Handa <handa@m17n.org>
8662
8663 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
8664
8665 2008-02-01 Kenichi Handa <handa@m17n.org>
8666
8667 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
8668
8669 * mail/rmail.el (rmail-decode-babyl-format):
8670 Use with-coding-priority instead of detect-coding-with-priority.
8671
8672 2008-02-01 Kenichi Handa <handa@m17n.org>
8673
8674 * international/mule.el (make-translation-table)
8675 (make-translation-table-from-vector): Set the second extra slot of
8676 the char table to 1.
8677 (make-translation-table-from-alist): Fix handling of multiple entries.
8678
8679 2008-02-01 Kenichi Handa <handa@m17n.org>
8680
8681 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
8682 New translation tables.
8683
8684 * international/mule.el (make-translation-table-from-alist):
8685 New function.
8686
8687 2008-02-01 Kenichi Handa <handa@m17n.org>
8688
8689 * international/mule.el (translate-region): Re-implement it here.
8690 Make it interactive.
8691
8692 2008-02-01 Kenichi Handa <handa@m17n.org>
8693
8694 * ps-mule.el (ps-mule-font-info-database): Doc fix.
8695
8696 2008-02-01 Kenichi Handa <handa@m17n.org>
8697
8698 * international/mule-conf.el (chinese-cns11643-15): New charset.
8699
8700 2008-02-01 Kenichi Handa <handa@m17n.org>
8701
8702 * international/fontset.el (font-encoding-alist): Add entries for
8703 variations of cns11643 fonts.
8704 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
8705
8706 2008-02-01 Kenichi Handa <handa@m17n.org>
8707
8708 * international/mule-diag.el (list-charset-chars): Put charset
8709 text property.
8710
8711 * international/fontset.el (setup-default-fontset): Delete the
8712 entry for symbol script, add JISX0213 to kana script, specify
8713 fallback fonts.
8714
8715 2008-02-01 Kenichi Handa <handa@m17n.org>
8716
8717 * international/fontset.el (setup-default-fontset)
8718 (font-encoding-alist): Register "JISX0213.2004-1".
8719
8720 * international/mule-diag.el (list-character-sets): Fix the first
8721 line message.
8722 (sort-listed-character-sets): Adjust for the change of
8723 list-characters-sets-1.
8724 (list-character-sets-1): List supplementary character sets in a
8725 different section.
8726 (list-charset-chars): Validate charset at early stage.
8727
8728 * international/characters.el: Fix `han' script range.
8729
8730 * international/mule-conf.el (japanese-jisx0213.2004-1):
8731 Specify :code-space.
8732 (cp932-2-byte): Fix :code-space.
8733 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
8734
8735 2008-02-01 Kenichi Handa <handa@m17n.org>
8736
8737 * international/mule-conf.el (japanese-jisx0213.2004-1):
8738 Specify :dimension 2.
8739
8740 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
8741 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
8742 New coding systems.
8743 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
8744 aliases.
8745 ("Japanese"): Add new charsets and coding systems.
8746
8747 2008-02-01 Kenichi Handa <handa@m17n.org>
8748
8749 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
8750 Rename from japanese-ucs-cp932-map.
8751 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
8752 (japanese-ucs-glibc-map): Delete this translation table.
8753 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
8754 New translation tables.
8755
8756 2008-02-01 Kenichi Handa <handa@m17n.org>
8757
8758 * cus-start.el: Handle charset-map-path, not charset-map-directory.
8759
8760 2008-02-01 Kenichi Handa <handa@m17n.org>
8761
8762 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8763
8764 2008-02-01 Kenichi Handa <handa@m17n.org>
8765
8766 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
8767 tables japanese-ucs-*-map.
8768
8769 2008-02-01 Kenichi Handa <handa@m17n.org>
8770
8771 * international/eucjp-ms.el: New file (automatically generated by
8772 admin/charsets/Makefile).
8773
8774 * international/cp51932.el: New file (automatically generated by
8775 admin/charsets/Makefile).
8776
8777 * language/japanese.el: Load cp51932 and eucjp-ms.
8778 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
8779 (japanese-ucs-glibc-map): New translation tables.
8780 (eucjp-ms): New coding system.
8781
8782 * international/mule.el (coding-system-put): Delete it.
8783 It's implemented in C now.
8784
8785 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
8786 (japanese-jisx0213-a): New supplementary charset.
8787 (japanese-jisx0213.2004-1): New charset.
8788
8789 2008-02-01 Kenichi Handa <handa@m17n.org>
8790
8791 * language/japanese.el (japanese-cp932): New coding system.
8792 (cp932): New alias of it.
8793
8794 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
8795 (cp932): New charsets.
8796
8797 * international/mule.el (define-charset): If :code-space is not
8798 given, generate it from :dimension.
8799
8800 2008-02-01 Kenichi Handa <handa@m17n.org>
8801
8802 * composite.el (reference-point-alist): Doc fix.
8803 (encode-composition-rule, decode-composition-rule):
8804 Handle a rule (GREF NREF XOFF YOFF).
8805
8806 2008-02-01 Kenichi Handa <handa@m17n.org>
8807
8808 * language/european.el (diacritic-composition-function): Fix for
8809 the case that POS is at the head. Allow combining with more characters.
8810
8811 2008-02-01 Kenichi Handa <handa@m17n.org>
8812
8813 * descr-text.el (describe-char): Check `charset' property.
8814 Show the code point in the charset in hexadigits.
8815
8816 * international/mule-diag.el (stretches-for-character-list):
8817 Delete it.
8818 (list-block-of-chars): Use tabs instead of `display' property for
8819 aligning characters.
8820 (print-fontset-element): Fix the printing of XLFD.
8821
8822 2008-02-01 Kenichi Handa <handa@m17n.org>
8823
8824 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
8825 New function.
8826 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
8827 handling utf-8.
8828
8829 2008-02-01 Kenichi Handa <handa@m17n.org>
8830
8831 * faces.el (read-face-font): Include fontsets in the completion list.
8832
8833 * international/mule-cmds.el (set-locale-environment):
8834 Insert locale-translation-file-name in a unibyte buffer.
8835
8836 * international/characters.el: Fix setting of category `|'.
8837
8838 2008-02-01 Kenichi Handa <handa@m17n.org>
8839
8840 * language/chinese.el (chinese-gb18030): Fix :charset-list.
8841
8842 2008-02-01 Kenichi Handa <handa@m17n.org>
8843
8844 * international/mule-cmds.el (select-safe-coding-system): Fix for
8845 the case that the first element of default-coding-system is t.
8846 Fix a message when some coding systems are rejected.
8847
8848 2008-02-01 Kenichi Handa <handa@m17n.org>
8849
8850 * international/mule-cmds.el (set-language-environment): Put
8851 higher priority to charsets listed in `charset' property of the
8852 language environment.
8853
8854 2008-02-01 Kenichi Handa <handa@m17n.org>
8855
8856 * composite.el (auto-compose-chars): Don't do unnecessary
8857 save-exclusion and save-restriction.
8858
8859 2008-02-01 Kenichi Handa <handa@m17n.org>
8860
8861 * international/mule-conf.el (ctext-no-compositions):
8862 Remove garbage arguments.
8863
8864 * international/mule.el (make-coding-system): Fix generation of
8865 properties.
8866
8867 * international/fontset.el (setup-default-fontset): Specify fonts
8868 for `symbol' script.
8869
8870 * international/characters.el (script-list): Include `currency'
8871 in `symbol'.
8872
8873 2008-02-01 Alex Schroeder <alex@gnu.org>
8874
8875 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
8876 8601 format (a capital T between the date and the time).
8877
8878 2008-02-01 Kenichi Handa <handa@m17n.org>
8879
8880 * international/mule.el (private-char-area-1-min)
8881 (private-char-area-1-max, private-char-area-2-min)
8882 (private-char-area-2-max, emacs-mule-charset-table): New variables.
8883 (convert-define-charset-argument): New function.
8884 (define-charset): Handle the old calling style.
8885 Update emacs-mule-charset-table.
8886 (make-char-internal): New function.
8887
8888 2008-02-01 Jason Rumney <jasonr@gnu.org>
8889
8890 * w32-charset-info-alist: Define iso10646-1 always.
8891
8892 2008-02-01 Kenichi Handa <handa@m17n.org>
8893
8894 * composite.el (compose-region): Doc fix (delete duplicated line).
8895
8896 2008-02-01 Kenichi Handa <handa@m17n.org>
8897
8898 * international/characters.el: Fix syntax for Ethiopic.
8899
8900 2008-02-01 Jason Rumney <jasonr@gnu.org>
8901
8902 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
8903
8904 * makefile.w32-in (DONTCOMPILE): Remove old languages.
8905 Add international/latin1-disp.el.
8906 (LC_ALL): Define as C.
8907
8908 2008-02-01 Jason Rumney <jasonr@gnu.org>
8909
8910 * term/w32-win.el: Don't set fontsets to use sjis.
8911
8912 2008-02-01 Kenichi Handa <handa@m17n.org>
8913
8914 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
8915 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
8916
8917 2008-02-01 Kenichi Handa <handa@m17n.org>
8918
8919 * composite.el (auto-composition-chunk-size): Delete variable.
8920 (auto-compose-chars): Always stop after processing a newline.
8921
8922 2008-02-01 Kenichi Handa <handa@m17n.org>
8923
8924 * international/mule.el (define-coding-system): Fix attribute
8925 name :for-unibyte.
8926
8927 2008-02-01 Kenichi Handa <handa@m17n.org>
8928
8929 * ps-bdf.el: Largely re-write.
8930
8931 * ps-mule.el: Largely re-write.
8932
8933 * ps-print.el (ps-generate-string-list): Delete function.
8934 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
8935 (ps-header-footer-string): Delete function.
8936 (ps-encode-header-string-function): New variable.
8937 (ps-generate-header-line): Call ps-encode-header-string-function.
8938 (ps-basic-plot-string-function): New variable
8939 (ps-begin-job): Set ps-basic-plot-string-function and
8940 ps-encode-header-string-function. For setting up headers and
8941 footers, don't use caches such as ps-rh-cache. Don't call
8942 ps-mule-begin-page.
8943 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
8944 Don't call ps-mule-prepare-ascii-font.
8945 (ps-plot-region): Don't pay attention to composition and
8946 non-ASCII characters.
8947 (ps-generate): Call ps-mule-end-job.
8948 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
8949 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
8950 (ps-mule-end-job): Declare autoload.
8951
8952 * composite.el (auto-compose-region): New function.
8953
8954 2008-02-01 Dave Love <fx@gnu.org>
8955
8956 * international/mule-util.el
8957 (detect-coding-with-language-environment): Doc fix.
8958
8959 * composite.el: Doc fixes.
8960 (auto-compose-chars): Use functionp, not fboundp.
8961
8962 * international/mule-diag.el (list-charset-chars): Set buffer file
8963 coding system.
8964
8965 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
8966 cookie. Doc fix.
8967
8968 2008-02-01 Dave Love <fx@gnu.org>
8969
8970 * international/mule-diag.el (list-charset-chars): Set buffer file
8971 coding system.
8972
8973 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
8974 cookie. Doc fix.
8975
8976 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8977 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
8978 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8979 * eshell/esh-opt.el (eshell-process-option):
8980 * emulation/keypad.el (keypad-setup):
8981 * emacs-lisp/lisp-mode.el (prin1-char):
8982 * emacs-lisp/generic.el (generic-mode-set-comments):
8983 * edmacro.el (edmacro-parse-keys):
8984 * disp-table.el (standard-display-default): Use characterp.
8985
8986 2008-02-01 Kenichi Handa <handa@m17n.org>
8987
8988 * international/mule-conf.el (utf-16-be): Make it an alias of
8989 utf-16be-with-signature.
8990 (utf-16-le): Make it an alias of utf-16le-with-signature.
8991 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
8992 coding system aliases.
8993
8994 * international/utf-7.el (utf-7-decode, utf-7-encode):
8995 Use utf-16be, not utf-16-be.
8996
8997 2008-02-01 Kenichi Handa <handa@m17n.org>
8998
8999 * international/mule.el (coding-system-category): New function.
9000 (set-coding-priority): Re-write.
9001 (make-translation-table): Re-write.
9002
9003 * international/mule-cmds.el (universal-coding-system-argument):
9004 Check the coding system type `undecided', not `t'.
9005 (sort-coding-systems): Fix for iso-2022 coding systems.
9006 (find-multibyte-characters): Fix for eight-bit chars.
9007 (set-language-environment): Set charset priorities according to
9008 the charsets supported by the coding systems of higher priorities.
9009
9010 2008-02-01 Kenichi Handa <handa@m17n.org>
9011
9012 * font-lock.el
9013 (font-lock-match-c-style-declaration-item-and-skip-to-next):
9014 Check (match-end 2) before going there.
9015
9016 2008-02-01 Kenichi Handa <handa@m17n.org>
9017
9018 * international/mule.el (ctext-non-standard-designations-alist):
9019 Exclude entries for iso8859-1[03456]. Fix docstring.
9020 (ctext-pre-write-conversion): Make it work for the case that FROM
9021 is a string. Don't do unnecessary save-restriction and
9022 narrow-to-region.
9023
9024 2008-02-01 Kenichi Handa <handa@m17n.org>
9025
9026 * international/mule.el (ctext-non-standard-encodings-alist):
9027 Rename from non-standard-icccm-encodings-alist.
9028 (ctext-non-standard-encodings-regexp): New variable
9029 (ctext-post-read-conversion): Full rewrite.
9030 (ctext-non-standard-designations-alist): Rename from
9031 non-standard-designations-alist.
9032 (ctext-pre-write-conversion): Full rewrite.
9033 (define-coding-system): Doc fix (escape '"' by '\').
9034
9035 2008-02-01 Dave Love <fx@gnu.org>
9036
9037 * international/mule-conf.el (utf-16le, utf-16be-16be)
9038 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
9039 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
9040 `-16-{b,l}e-' and define aliases for the old names.
9041
9042 * international/mule.el (define-coding-system): Doc fix.
9043
9044 2008-02-01 Dave Love <fx@gnu.org>
9045
9046 * international/utf-7.el: New file.
9047
9048 * international/mule-conf.el (utf-7): New.
9049
9050 2008-02-01 Kenichi Handa <handa@m17n.org>
9051
9052 * international/mule-conf.el (utf-16): Add :endian 'big.
9053
9054 * international/mule.el (define-coding-system): Fix docstring
9055 about :bom and :endian.
9056
9057 2008-02-01 Dave Love <fx@gnu.org>
9058
9059 * international/mule-diag.el (describe-character-set):
9060 Fix printing dimensions. Use `×', not `x'.
9061
9062 2008-02-01 Kenichi Handa <handa@m17n.org>
9063
9064 * international/fontset.el: Register CDAC fonts in
9065 face-font-rescale-alist instead of face-resizing-fonts.
9066
9067 2008-02-01 Kenichi Handa <handa@m17n.org>
9068
9069 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
9070 (utf-16-be): Rename from utf-16-be-nosig.
9071 (utf-16-le-with-signature): Rename from utf-16-le.
9072 (utf-16-be-with-signature): Rename from utf-16-be.
9073 (utf-16): Set :bom to (utf-16-le-with-signature .
9074 utf-16-be-with-signature).
9075
9076 2008-02-01 Dave Love <fx@gnu.org>
9077
9078 * language/georgian.el (georgian-ps, georgian-academy): New coding
9079 system.
9080
9081 * language/chinese.el (chinese-big5-hkscs): New coding system.
9082 (big5-hkscs, cn-big5-hkscs): New aliases.
9083
9084 * international/mule-conf.el (big5-hkscs, georgian-academy):
9085 New charset.
9086 (ibm1047): Doc fix.
9087 (pt154): Add mime-charset.
9088 (ptcp154, cp154): New aliases.
9089
9090 2008-02-01 Dave Love <fx@gnu.org>
9091
9092 * international/mule.el (charset-iso-final-char, define-coding-system):
9093 Doc fix.
9094
9095 2008-02-01 Kenichi Handa <handa@m17n.org>
9096
9097 * international/ccl.el (define-ccl-program): Fset charset-id
9098 to charset-id-internal temporarily.
9099
9100 2008-02-01 Kenichi Handa <handa@m17n.org>
9101
9102 * international/mule-diag.el (list-block-of-chars):
9103 Use decode-char instead of make-char.
9104
9105 2008-02-01 Kenichi Handa <handa@m17n.org>
9106
9107 * international/fontset.el: Enable the default fontset to use
9108 unicode fonts for ASCII characters.
9109 (x-decompose-font-name): Don't try to resolve PATTERN by
9110 x-resolve-font-name.
9111 (x-complement-fontset-spec): Never prepend an ASCII font.
9112 (create-fontset-from-fontset-spec): If a fontset of the same name
9113 already exists, override it instead of signalling an error. Don't
9114 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
9115
9116 * international/mule-conf.el (unicode-bmp): Delete duplicated
9117 definition. Give it :code-offset 0.
9118
9119 * international/mule-diag.el (print-fontset-element): New function.
9120 (print-fontset): Use print-fontset-element to print the elements
9121 of a fontset. Use it also to print fonts fallen back to the
9122 default fontsets.
9123
9124 * term/x-win.el: Delete the code to create a fontset from the X
9125 resource "Font".
9126
9127 2008-02-01 Kenichi Handa <handa@m17n.org>
9128
9129 * international/mule-diag.el (print-fontset): Insert proper
9130 newline and indentation spaces.
9131
9132 2008-02-01 Dave Love <fx@gnu.org>
9133
9134 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
9135 multibyte-char-to-unibyte.
9136
9137 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
9138
9139 * international/mule-cmds.el (find-coding-systems-for-charsets):
9140 Use coding-system-type, coding-system-charset-list.
9141 (standard-keyboard-coding-systems): Delete.
9142 (set-locale-environment): Maybe set keyboard coding system.
9143 Avoid typical warning about codeset in C locale.
9144
9145 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9146
9147 * international/fontset.el (x-complement-fontset-spec): If a
9148 fontname doesn't conform to XLFD format, try to get XLFD name by
9149 x-list-fonts.
9150
9151 2008-02-01 Dave Love <fx@gnu.org>
9152
9153 * international/mule-conf.el (mik, pt154): New charsets.
9154
9155 * language/cyrillic.el (mik, pt154): New coding systems.
9156
9157 2008-02-01 Dave Love <fx@gnu.org>
9158
9159 * international/characters.el: Move parts around so that syntax
9160 definitions aren't overwritten wrongly.
9161
9162 * international/mule-diag.el (unicode-data): Fix treatment of
9163 numeric-value fields.
9164
9165 2008-02-01 Dave Love <fx@gnu.org>
9166
9167 * progmodes/cap-words.el: New file.
9168
9169 2008-02-01 Kenichi Handa <handa@m17n.org>
9170
9171 The following changes are to make character composition happen
9172 automatically on displaying.
9173
9174 * composite.el: Remove all autoload cookies.
9175 (composition-function-table): Move variable declaration from
9176 composite.c. Change format.
9177 (save-buffer-state): Copy from font-lock.el.
9178 (auto-composition-chunk-size): New variable.
9179 (auto-compose-chars): New function. Set
9180 auto-composition-function to it.
9181 (toggle-auto-composition): New function.
9182
9183 * international/characters.el: Make all chararacters in the
9184 charset tibetan to tibetan script.
9185
9186 * international/mule-conf.el (tibetan): Fix :code-space property.
9187 (tibetan-1-column): Delete :superset property, add :code-offset
9188 property.
9189
9190 * international/quail.el (quail-input-string-to-events): Don't
9191 generate compose-chars-after events.
9192
9193 * language/devanagari.el: Register devanagari-composable-function
9194 in composition-function-table for Devanagari characters.
9195
9196 * language/devan-util.el: Register devanagari-composable-pattern
9197 in indian-composable-pattern.
9198 (devanagari-composition-function): Add autoload cookie. Change
9199 arguments to conform to composition-function-table.
9200
9201 * language/european.el: Register combining characters in
9202 composition-function-table.
9203 (diacritic-composition-function): Change arguments to conform to
9204 composition-function-table.
9205
9206 * language/indian.el (indian-composable-pattern): New variable.
9207
9208 * language/ind-util.el (indian-compose-region): Don't call
9209 compose-chars-after, instead call a function registered in
9210 composition-function-table.
9211
9212 * language/lao.el: Register lao-composition-function in
9213 composition-function-table for Lao vowels and tones.
9214 (lao): Don't use lao-post-read-conversion.
9215
9216 * language/lao-util.el (lao-post-read-conversion): Delete this function.
9217 (lao-composition-function): Change arguments to conform to
9218 composition-function-table.
9219
9220 * language/thai.el: Register thai-composition-function in
9221 composition-function-table for Thai vowels and tones.
9222 (thai-tis620): Don't use thai-post-read-conversion.
9223
9224 * language/thai-util.el (thai-post-read-conversion): Delete function.
9225 (thai-composition-function): Change arguments to conform to
9226 composition-function-table.
9227
9228 * language/tibetan.el: Register tibetan-composition-function in
9229 composition-function-table for Tibetan characters.
9230
9231 * language/tibet-util.el (tibetan-composition-function):
9232 Change arguments to conform to composition-function-table.
9233
9234 * loadup.el: Load composite.
9235
9236 2008-02-01 Dave Love <fx@gnu.org>
9237
9238 * international/mule-diag.el (unicode-data): Find unicodedata-file
9239 literally.
9240
9241 2008-02-01 Dave Love <fx@gnu.org>
9242
9243 * international/fontset.el: Doc fixes.
9244 ("fontset-default"): Add iso8859-15.
9245
9246 2008-02-01 Kenichi Handa <handa@m17n.org>
9247
9248 * international/fontset.el ("fontset-default"): Add an entry for
9249 `indian-is13194' charset.
9250
9251 * international/mule-conf.el (indian-is13194): Delete :unify-map
9252 property. Don't unify this charset.
9253 (indian-2-column): Delete :superset property, add :code-offset property.
9254
9255 * language/devan-util.el: Delete the superfluous autoload cookie
9256 near the head of the file.
9257 (devanagari-compose-region): Add autoload cookie.
9258
9259 * language/ind-util.el (indian-2-column-to-ucs-region):
9260 Add autoload cookie.
9261
9262 2008-02-01 Kenichi Handa <handa@m17n.org>
9263
9264 * international/fontset.el ("fontset-default"): Add an entry for
9265 `devanagari' script and `malayalam-glyph' charset.
9266 (face-resizing-fonts): Register CDAC fonts.
9267
9268 * international/mule-conf.el (malayalam-glyph): New charset.
9269
9270 2008-02-01 Dave Love <fx@gnu.org>
9271
9272 * term/x-win.el: Fix typo in loop setting x-keysym-table.
9273
9274 2008-02-01 Dave Love <fx@gnu.org>
9275
9276 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
9277
9278 * term/x-win.el: Remove some ancient compatibility code. Populate
9279 x-keysym-table.
9280
9281 * international/mule-cmds.el (wid-edit): Require when compiling.
9282 (set-locale-environment): Check locale against coding system
9283 aliases too.
9284
9285 2008-02-01 Kenichi Handa <handa@m17n.org>
9286
9287 * language/indian.el (in-is13194-devanagari):
9288 Fix :post-read-conversion and :pre-write-conversion.
9289
9290 2008-02-01 Dave Love <fx@gnu.org>
9291
9292 * international/mule-cmds.el (charset): Supply doc, :tag.
9293
9294 2008-02-01 Kenichi Handa <handa@m17n.org>
9295
9296 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
9297 return a unibyte string.
9298
9299 2008-02-01 Kenichi Handa <handa@m17n.org>
9300
9301 * international/mule-cmds.el (set-locale-environment):
9302 Delete superfluous ')'s at the tail.
9303
9304 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9305
9306 * international/mule.el (define-coding-system): Fix typo;
9307 "docode" -> "decode".
9308
9309 2008-02-01 Dave Love <fx@gnu.org>
9310
9311 * emacs-lisp/byte-opt.el (side-effect-free-fns):
9312 Add string-make-unibyte string-make-multibyte string-to-multibyte
9313 string-as-multibyte string-as-unibyte.
9314
9315 2008-02-01 Dave Love <fx@gnu.org>
9316
9317 * language/english.el (ibm1047, cp1047): New.
9318
9319 * international/mule-conf.el (alternativnyj): Use new table.
9320 (cp866): Define standalone, not as alias.
9321 (ibm866): Change alias.
9322 (ibm1047): New.
9323
9324 * language/cyrillic.el (cyrillic-alternativnyj):
9325 Remove mime-charset. Use alternativnj charset.
9326 (cp866): Remove alias. Define standalone.
9327
9328 2008-02-01 Dave Love <fx@gnu.org>
9329
9330 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
9331
9332 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
9333 ("Tajik", "Belarusian"): Fix charset.
9334
9335 * international/mule-cmds.el (describe-language-environment):
9336 Be case-insensitive when looking for input methods.
9337 (locale-name-match): Doc fix.
9338 (locale-charset-match-p): New.
9339 (set-locale-environment): Warn if coding system doesn't agree
9340 with system locale.
9341
9342 2008-02-01 Kenichi Handa <handa@m17n.org>
9343
9344 * international/mule-cmds.el (select-safe-coding-system): If
9345 :mime-charset property of a coding system is not equal to that
9346 coding system, don't show that :mime-charset name.
9347
9348 2008-02-01 Dave Love <fx@gnu.org>
9349
9350 * international/quail.el (quail-help): Fix underlining.
9351
9352 * language/chinese.el (chinese-gb18030, gb18030)
9353 ("Chinese-GB18030"): New.
9354
9355 * international/mule-cmds.el (locale-language-names): Add GB18030.
9356
9357 * international/swedish.el: Don't require latin-1.
9358
9359 2008-02-01 Dave Love <fx@gnu.org>
9360
9361 * language/czech.el ("Czech"):
9362 * language/slovak.el ("Slovak"):
9363 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
9364
9365 * language/greek.el ("Greek"): Remove unibyte-syntax property.
9366 (cp737): New coding system.
9367
9368 * language/european.el: Remove unibyte-syntax properties.
9369 Augment some coding-system properties.
9370
9371 * international/mule-cmds.el (set-language-environment):
9372 Check for charset property of environment.
9373 (language-info-alist): Doc fix.
9374
9375 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
9376
9377 * international/characters.el: Add Latin-1.
9378
9379 * international/latin-1.el, international/latin-2.el,
9380 * international/latin-3.el, international/latin-4.el,
9381 * international/latin-5.el, international/latin-8.el,
9382 * international/latin-9.el: Delete.
9383
9384 * loadup.el: Remove international/latin-N.el.
9385
9386 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
9387 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
9388 Undo last changes.
9389
9390 * international/mule-diag.el (unicode-data): Check that
9391 `unicodedata-file' exists.
9392
9393 2008-02-01 Kenichi Handa <handa@m17n.org>
9394
9395 * international/fontset.el (charset-script-alist): Fix script names.
9396
9397 2008-02-01 Kenichi Handa <handa@m17n.org>
9398
9399 * international/latin-1.el: Bind set-case-syntax-charset to
9400 iso-8859-1. Never provide latin-1.
9401
9402 * international/latin-2.el: Bind set-case-syntax-charset to
9403 iso-8859-2. Never provide latin-2.
9404
9405 * international/latin-3.el: Bind set-case-syntax-charset to
9406 iso-8859-3. Never provide latin-3.
9407
9408 * international/latin-4.el: Bind set-case-syntax-charset to
9409 iso-8859-4. Never provide latin-4.
9410
9411 * international/latin-5.el: Bind set-case-syntax-charset to
9412 iso-8859-9. Never provide latin-5.
9413
9414 * international/latin-8.el: Bind set-case-syntax-charset to
9415 iso-8859-14. Never provide latin-8.
9416
9417 * international/latin-9.el: Bind set-case-syntax-charset to
9418 iso-8859-15. Never provide latin-9.
9419
9420 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
9421 (set-case-syntax-charset): New variable.
9422 (set-case-syntax-1): New function.
9423 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
9424 Call set-case-syntax-1 on arguments.
9425
9426 * international/mule-cmds.el (set-language-environment): Delete
9427 unnecessary setup of syntax/case for unibyte case.
9428
9429 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9430
9431 * international/fontset.el (generate-fontset-menu): Exclude the
9432 default fontset.
9433
9434 * faces.el (describe-face): Describe :fontset property too.
9435
9436 2008-02-01 Dave Love <fx@gnu.org>
9437
9438 * international/characters.el: Don't set char width of CJK
9439 charsets generally. Add some non-word syntax cases.
9440 (korean-ksc5601): Fix ranges with symbol syntax.
9441
9442 2008-02-01 Dave Love <fx@gnu.org>
9443
9444 * Makefile.in (DONTCOMPILE): Add indian.el.
9445
9446 * language/ind-util.el:
9447 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
9448 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
9449 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
9450 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
9451 Remove declarations and let-bind them in re-written top-level loop
9452 over scripts, including ucs-devanagari-to-is13194-alist.
9453
9454 2008-02-01 Dave Love <fx@gnu.org>
9455
9456 * international/mule-cmds.el (charset): Move.
9457 (language-info-custom-alist): Move. Alter :set.
9458 (find-coding-systems-for-charsets): Check charset type before
9459 getting :charset-list.
9460
9461 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
9462
9463 2008-02-01 Dave Love <fx@gnu.org>
9464
9465 * wid-edit.el (widget-string-complete): New.
9466 (widget-coding-system-prompt-value-history): Delete.
9467 (coding-system): Use coding-system-value-history.
9468
9469 * international/mule-cmds.el (charset): New widget.
9470 (language-info-custom-alist): Use it.
9471 (default-input-method): Modify :type.
9472
9473 2008-02-01 Dave Love <fx@gnu.org>
9474
9475 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
9476 (indian-glyph-char, indian-char-glyph): Delete.
9477 (is13194-default-repertory): Rename from is13194-default-repartory.
9478 (iscii-to-ucs-region): Hoist evals from loop.
9479
9480 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
9481
9482 * language/indian.el (indian-script-table)
9483 (ccl-encode-indian-glyph-font): Delete.
9484
9485 * international/mule-cmds.el (language-info-custom-alist): New.
9486 (input-method-activate-hook, input-method-inactivate-hook)
9487 (input-method-after-insert-chunk-hook)
9488 (input-method-use-echo-area, set-language-environment-hook)
9489 (exit-language-environment-hook): Customize.
9490 (find-coding-systems-for-charsets): Rewrite.
9491 (default-input-method): Add :link.
9492
9493 2008-02-01 Dave Love <fx@gnu.org>
9494
9495 * international/mule-conf.el (eight-bit): Add :docstring,
9496 :short-name properties.
9497 (cp851): Doc fix.
9498 (unicode-bmp): New.
9499
9500 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
9501
9502 * language/european.el (cp858): New.
9503 ("Turkish"): Add special case rules.
9504
9505 2008-02-01 Dave Love <fx@gnu.org>
9506
9507 * international/characters.el: Make Ÿ and ÿ a case pair.
9508
9509 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9510
9511 * international/mule-conf.el: Don't define the charset iso-8859-1
9512 here, just setup its properties.
9513
9514 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9515
9516 * international/mule-conf.el (utf-8): Give :mime-charset property.
9517
9518 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9519
9520 * international/characters.el: Remove duplicated case setting for
9521 Cyrillic and Greek letters. Don't setup printable-chars here.
9522
9523 * case-table.el (describe-buffer-case-table): Handle the case
9524 that KEY is a cons within map-char-table.
9525
9526 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9527
9528 * international/characters.el: Fix categories ?A and ?C.
9529 Treat ASCII characters as `latin' script.
9530
9531 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9532
9533 * international/fontset.el (fontset-plain-name): If the fontset
9534 name doesn't ends with "-fontset-*", use family name as the first
9535 part of the plain name.
9536 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
9537 created, use that name for the fontset. Fix arguments to
9538 subst-char-in-string.
9539
9540 2008-02-01 Dave Love <fx@gnu.org>
9541
9542 * term.el (term-char-mode): Remove generic-character-list code.
9543
9544 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
9545
9546 * wid-edit.el (character): Use characterp.
9547
9548 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
9549
9550 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
9551
9552 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
9553 Add charset.
9554 ("Ukrainian"): New.
9555
9556 * language/georgian.el (georgian-ps): New coding system.
9557
9558 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9559
9560 * international/mule-cmds.el (reset-language-environment):
9561 Don't set nonascii-translation-table and nonascii-insert-offset.
9562 Call set-unibyte-charset, not set-primary-charset.
9563 (nonascii-translation-table, nonascii-insert-offset):
9564 Declare these variable as obsolete ones.
9565 (set-language-environment): Call set-unibyte-charset, not
9566 set-primary-charset. Call set-charset-priority with `charset'
9567 info of the language environment.
9568
9569 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9570
9571 * international/characters.el (next-word-boundary-han):
9572 Don't treat katakana following han characters as a part of a word.
9573
9574 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9575
9576 * international/characters.el: Call map-charset-chars on big5 (not
9577 chinese-big5-1/2) to set categories `c', `C', and `|'.
9578 (next-word-boundary-han, next-word-boundary-kana): New function.
9579 Register it in next-word-boundary-function-table.
9580
9581 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9582
9583 * arc-mode.el (archive-file-name-coding-system): New variable.
9584 Make it permanent-local.
9585 (byte-after, bref, insert-unibyte): New function. Change most of
9586 char-after, aref, insert to them respectively.
9587 (archive-mode): Set archive-file-name-coding-system.
9588 (archive-summarize): Don't change the buffer's multibyteness.
9589 (archive-extract): Inherit archive-file-name-coding-system from
9590 archive-superior-buffer. Bind coding-system-for-write to
9591 archive-file-name-coding-system.
9592 (archive-*-write-file-member): Encode ENAME by
9593 archive-file-name-coding-system. Bind coding-system-for-write to
9594 no-conversion.
9595 (archive-rename-entry): Encode the filename by
9596 archive-file-name-coding-system.
9597 (archive-mode-revert): Don't change the buffer's multibyteness.
9598 (archive-arc-summarize, archive-lzh-summarize)
9599 (archive-zoo-summarize): Don't change the buffer's multibyteness.
9600 Decode filenames by archive-file-name-coding-system.
9601 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
9602 the buffer's multibyteness.
9603
9604 * tar-mode.el (tar-file-name-coding-system): New variable.
9605 Make it permanent-local.
9606 (tar-header-block-tokenize): Decode filename and linkname by
9607 tar-file-name-coding-system.
9608 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
9609 the byte value of eight-bit chars.
9610 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
9611 `to'. Delete unnecessary call of position-bytes.
9612 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
9613 call of position-bytes.
9614 (tar-extract): Simplify by calling decode-coding-region with
9615 DESTINATION argument. Don't toggle multibyteness of tar buffer.
9616 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
9617 (tar-clear-modification-flags): Delete unnecessary call of
9618 position-bytes.
9619 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
9620 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
9621 Convert new-data-string by string-to-multibyte before inserting it.
9622 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
9623 buffer. Simplify by calling encoding-coding-region with
9624 DESTINATION argument.
9625 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
9626
9627 2008-02-01 Dave Love <fx@gnu.org>
9628
9629 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
9630
9631 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
9632
9633 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9634
9635 * international/characters.el: Setup char-script-table.
9636
9637 * international/fontset.el: Setup the default fontset by the new
9638 script-based way.
9639 (x-complement-fontset-spec): Change the format of arg FONTLIST to
9640 an alist of charsets vs font name lists.
9641 (charset-script-alist): New variable.
9642 (create-fontset-from-fontset-spec): Allow script name in
9643 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
9644 to the corresponding script name.
9645 (create-fontset-from-ascii-font): Slight tuning.
9646
9647 * international/mule-conf.el (devanagari-glyph): New charset.
9648 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
9649 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
9650 japanese-jisx0213-2.
9651
9652 * international/mule-diag.el (print-fontset): Use describe-vector
9653 to handle a char table returned by fontset-info.
9654
9655 * language/indian.el: Don't register ccl-encode-indian-glyph-font
9656 and ccl-encode-unicode-font in font-ccl-encoder-alist.
9657
9658 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9659
9660 * international/mule-util.el (detect-coding-with-priority):
9661 Fix the place of using `,' marker in backquote form.
9662
9663 2008-02-01 Dave Love <fx@gnu.org>
9664
9665 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
9666
9667 * international/mule-util.el (with-coding-priority): Fix.
9668
9669 * international/mule.el (set-coding-priority): Fix obsolete spec.
9670
9671 2008-02-01 Dave Love <fx@gnu.org>
9672
9673 * international/mule-cmds.el (leim-list-header): Add coding tag.
9674
9675 2008-02-01 Dave Love <fx@gnu.org>
9676
9677 * international/mule-cmds.el (find-coding-systems-region)
9678 (language-info-alist, reset-language-environment, princ-list): Doc fix.
9679 (input-method-verbose-flag): Fix :type.
9680
9681 2008-02-01 Dave Love <fx@gnu.org>
9682
9683 * international/mule.el (set-char-table-default): Make obsolete.
9684
9685 2008-02-01 Dave Love <fx@gnu.org>
9686
9687 * language/devanagari.el ("Devanagari"): Fix coding-system,
9688 coding-priority.
9689
9690 * international/mule-diag.el (describe-char-after): Modify display
9691 list processing.
9692 (unicodedata-file, unicodedata-find): New.
9693
9694 2008-02-01 Dave Love <fx@gnu.org>
9695
9696 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
9697 autoload cookie.
9698
9699 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
9700
9701 2008-02-01 Dave Love <fx@gnu.org>
9702
9703 * international/mule-util.el (detect-coding-with-priority): Rewrite.
9704
9705 2008-02-01 Dave Love <fx@gnu.org>
9706
9707 * composite.el (compose-string): Doc fix.
9708
9709 * language/georgian.el ("Georgian"): Delete code-pages feature,
9710 add nonascii-translation.
9711
9712 * language/european.el ("German", "French", "Spanish"):
9713 Add latin-9 as alternative coding system.
9714 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
9715 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
9716 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
9717 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
9718 system.
9719
9720 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
9721 encode-coding-char.
9722 (side-effect-and-error-free-fns): Add charsetp, max-char,
9723 primary-charset.
9724
9725 * simple.el: Don't require cl when compiling.
9726
9727 * Makefile.in (DONTCOMPILE): Fix duplicates.
9728
9729 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
9730
9731 * international/mule.el: Doc fixes.
9732 (load-with-code-conversion): Fix coding-system-type test.
9733
9734 * international/mule-cmds.el (sort-coding-systems): Comment out
9735 iso-2022 case.
9736 (encoded-string-description): Fix coding-system-type test.
9737
9738 2008-02-01 Dave Love <fx@gnu.org>
9739
9740 * international/characters.el: Make korean-ksc5601 double-width.
9741
9742 * international/mule.el (auto-coding-regexp-alist):
9743 Recognize Emacs 20/1 byte-compiled files.
9744
9745 * international/mule-conf.el (file-coding-system-alist):
9746 Change .elc to utf-8-emacs.
9747
9748 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
9749 of utf-8-emacs.
9750 (byte-compile-insert-header): Update magic number. Add ballast.
9751 (map-char-table): Use byte-compile-funarg-2.
9752
9753 2008-02-01 Dave Love <fx@gnu.org>
9754
9755 * language/cyrillic.el ("Belarusian"): Doc fix.
9756 (cp1125, koi8-t): Doc fix.
9757
9758 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9759 (find-multibyte-characters): Don't test for charset `unknown'.
9760 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
9761 ru, sr_YU, tg, wa, zh.gbk.
9762 (locale-language-names): Change sp to Cyrillic.
9763 (locale-charset-language-names): Match @euro after utf-8.
9764
9765 2008-02-01 Dave Love <fx@gnu.org>
9766
9767 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
9768 New coding systems.
9769 ("Chinese-GBK"): New environment.
9770
9771 * language/thai-util.el: Remove redundant unicodes in category-setting.
9772
9773 * language/lao-util.el: Remove redundant unicodes in category-setting.
9774
9775 * international/mule-conf.el (japanese-jisx0213-1)
9776 (japanese-jisx0213-2): Add unify-map.
9777
9778 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9779
9780 * international/quail.el (quail-update-leim-list-file):
9781 Force writing the file by iso-2022-7bit.
9782
9783 * international/titdic-cnv.el (miscdic-convert): Force writing the
9784 file by iso-2022-7bit.
9785
9786 * international/mule.el (define-charset): Change the attribute
9787 :parents to :subset or :superset.
9788
9789 * international/mule-conf.el: Adjust for the change of
9790 define-charset (:parent -> :subset or :superset).
9791
9792 * international/characters.el: Fix the last change.
9793
9794 2008-02-01 Dave Love <fx@gnu.org>
9795
9796 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
9797 (cyrillic-encode-alternativnyj-char): Fix.
9798 (standard-display-cyrillic-translit): Remove redundant unicodes.
9799
9800 2008-02-01 Dave Love <fx@gnu.org>
9801
9802 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
9803 New environments.
9804
9805 * international/mule-conf.el (control-1): New charset.
9806 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
9807 (korean-ksc5601): Redefine to use code-offset and unify-map.
9808
9809 2008-02-01 Dave Love <fx@gnu.org>
9810
9811 * international/mule-conf.el (tcvn-5712): New charset.
9812
9813 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
9814 ("Vietnamese"): Doc fix.
9815
9816 2008-02-01 Dave Love <fx@gnu.org>
9817
9818 * international/mule-conf.el (windows-936): New alias.
9819
9820 * cus-start.el: Add scalable-fonts-allowed.
9821
9822 * international/characters.el: Reinstate various CJK syntax and
9823 category setup. Remove obsolete syntax setting in Greek section.
9824 Optimize the char tables.
9825
9826 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
9827
9828 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
9829
9830 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
9831 coding systems.
9832
9833 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
9834
9835 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9836
9837 * international/characters.el (printable-chars): Setup correctly.
9838
9839 2008-02-01 Dave Love <fx@gnu.org>
9840
9841 * cus-start.el: Add selection-coding-system.
9842
9843 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
9844
9845 * language/china-util.el (post-read-decode-hz)
9846 (pre-write-encode-hz): Move from chinese.el.
9847 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
9848 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
9849
9850 * language/chinese.el (post-read-decode-hz)
9851 (pre-write-encode-hz): Move to china-util.el.
9852
9853 * case-table.el (set-case-syntax-pair): Test again for equal byte
9854 lengths of the pair.
9855
9856 * international/characters.el: Add Vietnamese category to
9857 equivalent unicodes.
9858
9859 2008-02-01 Dave Love <fx@gnu.org>
9860
9861 * international/mule-conf.el (chinese-sisheng, ipa)
9862 (indian-is13194, tibetan, ethiopic): Add :unify-map.
9863
9864 * international/mule-diag.el (describe-character-set): Account for
9865 more than two dimensions of possibly different size.
9866 (describe-current-coding-system): Add selection-coding-system.
9867
9868 * international/mule-cmds.el (unify-8859-on-encoding-mode)
9869 (unify-8859-on-decoding-mode): Move from mule.el.
9870
9871 * international/mule.el (unify-8859-on-encoding-mode)
9872 (unify-8859-on-decoding-mode): Remove :init-value.
9873 (charset-chars): Add optional dimension arg.
9874 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
9875 Move to mule-cmds.el.
9876
9877 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9878
9879 * international/fontset.el: Change registry for japanese-jisx0208
9880 to "JISX0208*" in the default fontset.
9881 (font-encoding-alist): Add an entry for "JISX0208.1983" and
9882 "ISO10646.indian-1".
9883
9884 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9885
9886 * language/japanese.el (japanese-iso-7bit-1978-irv):
9887 Add `designation' to :flags, `ascii' to :charset-list.
9888
9889 * international/mule.el (define-charset): New args :min-code and
9890 :max-code.
9891 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
9892
9893 * international/mule-conf.el (chinese-gbk): Change :code-offset to
9894 #x160000.
9895 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
9896 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
9897
9898 2008-02-01 Dave Love <fx@gnu.org>
9899
9900 * language/thai.el (iso-8859-11): New coding system.
9901
9902 * international/mule-conf.el: Doc fixes.
9903 (iso-8859-11): New.
9904
9905 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
9906
9907 * cus-start.el (scalable-fonts-allowed): Add.
9908
9909 2008-02-01 Dave Love <fx@gnu.org>
9910
9911 * international/mule.el (unify-8859-on-encoding-mode)
9912 (unify-8859-on-decoding-mode): Dummy versions.
9913
9914 * international/ucs-tables.el: Remove.
9915
9916 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
9917 language/japanese.el.
9918
9919 * international/mule-conf.el: Doc fixes.
9920 (cp936): New alias.
9921 (cp720, cp858): New charsets.
9922
9923 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
9924 coding system, not emacs-mule.
9925
9926 * files.el (revert-buffer, recover-file): Likewise.
9927
9928 * desktop.el (desktop-save): Likewise.
9929
9930 2008-02-01 Dave Love <fx@gnu.org>
9931
9932 * international/mule.el (with-category-table): Use make-symbol.
9933 (coding-system-list): Use coding-system-aliases.
9934 (make-translation-table): Don't deal with generic characters.
9935
9936 * international/mule-util.el (coding-system-post-read-conversion)
9937 (coding-system-pre-write-conversion)
9938 (coding-system-translation-table-for-decode)
9939 (coding-system-translation-table-for-encode): Get the right properties.
9940 (with-coding-priority): New macro.
9941 (detect-coding-with-language-environment): Use it.
9942 (coding-system-equal): Use coding-system-plist.
9943
9944 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
9945 Use :valid property.
9946
9947 * international/mule-cmds.el (encode-coding-char):
9948 Use find-coding-systems-string. Don't use make-char.
9949 (describe-language-environment): Use coding-system-aliases.
9950 (prefer-coding-system): Doc fix.
9951
9952 * international/mule-diag.el (describe-current-coding-system):
9953 Fix aliases listing.
9954 (print-iso-2022-flags): Delete.
9955 (print-designation): Partial re-write.
9956 (describe-coding-system): Deal with iso-2022 designations, flags.
9957 Fix shift_jis case.
9958 (describe-char-after): Use characterp. Print explicit unicode.
9959 Remove some obsolete code.
9960 (print-coding-system-briefly): Fix printing aliases.
9961 (print-coding-system): Use coding-system-aliases.
9962 (mule-diag): Don't list coding categories.
9963
9964 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
9965 Re-order charset priorities.
9966 (binary): New alias.
9967 (iso-8859-16): Fix nickname.
9968 (define-iso-single-byte-charset): Un-define after use.
9969
9970 2008-02-01 Dave Love <fx@gnu.org>
9971
9972 * international/characters.el: Additional double width specifications.
9973
9974 * international/mule-diag.el (print-coding-system): Incomplete updates.
9975 (describe-character-set): List more properties.
9976 (print-fontset): Fix case of vector font-spec.
9977 (describe-current-coding-system): Fix iso-7, iso-7-else.
9978
9979 * international/mule-conf.el (ibm866): Fix alias.
9980 (iso-8859-16): Fix nickname.
9981
9982 2008-02-01 Dave Love <fx@gnu.org>
9983
9984 * language/ind-util.el: Avoid decode-char.
9985 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
9986 Use characterp, not char-valid-p.
9987
9988 * language/devan-util.el: Add coding tag, avoid decode-char.
9989
9990 * international/titdic-cnv.el: Add coding tag.
9991 (tit-process-header): Add coding tag to output.
9992
9993 * language/thai.el (cp874, ibm874): New coding systems.
9994
9995 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
9996 Add character-p.
9997
9998 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
9999 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
10000 New coding systems.
10001 <set-language-info-alist>: Avoid decode-char.
10002
10003 * language/hebrew.el (cp862, ibm862): New coding systems.
10004
10005 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
10006
10007 * language/cyrillic.el (cp855, ibm855): New coding systems.
10008
10009 * international/mule-conf.el: Avoid decode-char in top-level code
10010 for self-inserting multibyte chars.
10011 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
10012 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
10013 New charsets.
10014
10015 * international/characters.el: Various simplifications and additions.
10016
10017 2008-02-01 Dave Love <fx@gnu.org>
10018
10019 * international/mule-conf.el (code-pages): Provide, for compatibility.
10020
10021 * international/code-pages.el: Remove.
10022
10023 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10024
10025 * Makefile.in: Cancel the 2008-02-01 change of mine.
10026
10027 * international/fontset.el: Add setting for unicode font at the
10028 end of the default fontset.
10029
10030 2008-02-01 Dave Love <fx@gnu.org>
10031
10032 * international/mule-conf.el (adobe-standard-encoding, symbol):
10033 Adjust :code-space.
10034 (ibm850): Add :ascii-compatible-p.
10035
10036 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10037
10038 * international/mule-conf.el (vietnamese-viscii-lower)
10039 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
10040 mapping table.
10041
10042 2008-02-01 Dave Love <fx@gnu.org>
10043
10044 * cus-start.el: Add charset-map-directory.
10045
10046 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
10047
10048 * format.el (format-alist): Remove ibm, mac, hp entries (available
10049 natively).
10050
10051 * language/romanian.el (iso-latin-10): Add :mime-charset.
10052 ("Romanian"): Add doc.
10053
10054 * international/mule-conf.el (iso-8859-10, symbol)
10055 (adobe-standard-encoding, ibm850): New charsets.
10056 (iso-8859-13): Fix IR number, final char.
10057 (file-coding-system-alist): Add .xml.
10058
10059 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
10060 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
10061 (adobe-standard-encoding, cp850, ibm850): New coding systems.
10062 ("Latin-6", "Latin-7"): New language environments.
10063
10064 2008-02-01 Dave Love <fx@gnu.org>
10065
10066 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
10067 utf-8-subst; add vietnamese, cyrillic, czech.
10068
10069 * language/romanian.el (iso-latin-10): New coding system.
10070
10071 * international/mule-conf.el (emacs-mule): Set :charset-list,
10072 consistent with coding-system-charset-list doc.
10073 (iso-8859-16): New charset.
10074
10075 * international/mule-diag.el (describe-coding-system): Avoid error
10076 for iso-2022, emacs-mule.
10077
10078 2008-02-01 Dave Love <fx@gnu.org>
10079
10080 * international/codepage.el: Remove or comment out most of code.
10081 (codepage-setup): Re-write as trivial, obsolete function.
10082
10083 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
10084 Remove setup function.
10085
10086 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
10087
10088 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
10089 language/cyrillic.el, language/czech.el.
10090
10091 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
10092 (font-ccl-encoder-alist): Remove viscii, vscii.
10093
10094 * language/hebrew.el (windows-1255, cp1255): New coding systems.
10095
10096 * language/european.el (windows-1254, cp1254, windows-1257)
10097 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
10098 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
10099
10100 * language/greek.el (windows-1253, cp1253): New coding systems.
10101
10102 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
10103 file name.
10104 (windows-1253, windows-1254, windows-1255, windows-1256)
10105 (windows-1257, windows-1258, next): New charsets.
10106
10107 * international/utf-8.el, international/utf-8-subst.el: Remove.
10108
10109 * international/mule.el: Doc fixes.
10110 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
10111 (coding-system-get): Try to convert old-style symbol to keyword.
10112 (define-charset): Purecopy strings in property list.
10113 (define-coding-system): Purecopy docstring.
10114
10115 * international/mule-diag.el (list-character-sets-2): Avoid
10116 charset-bytes.
10117 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
10118 (list-block-of-chars): Re-write.
10119 (describe-character-set): Show more properties.
10120 (describe-char-after): Correct codepoint display.
10121 (print-coding-system): Use symbolic types.
10122
10123 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10124
10125 * Makefile.in: Be sure also to run emacs with LANG=C.
10126
10127 2008-02-01 Dave Love <fx@gnu.org>
10128
10129 * international/mule-diag.el: Doc fixes.
10130 (sort-charset-list, charset-multibyte-form-string): Remove.
10131 (list-character-sets, list-character-sets-1)
10132 (list-character-sets-2): Re-write.
10133 (non-iso-charset-alist): Set to nil and made obsolete.
10134 (decode-codepage-char): Re-write and made obsolete.
10135 (read-charset): Don't use non-iso-charset-alist.
10136 (describe-coding-system): Use keyword properties.
10137 (describe-character-set): Re-write.
10138
10139 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
10140 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
10141 (ebcdic-uk): New charsets.
10142
10143 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
10144 New coding systems.
10145
10146 * language/european.el (windows-1252): New coding system.
10147
10148 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10149
10150 * Makefile.in: By sure to run emacs with LC_ALL=C.
10151
10152 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
10153 encoded-kbd-self-insert-iso2022-8bit with argument 1.
10154 (encoded-kbd-self-insert-charset): New function.
10155 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
10156 coding-system of type charset.
10157
10158 2008-02-01 Dave Love <fx@gnu.org>
10159
10160 * international/mule-cmds.el (set-locale-environment): Comment out
10161 set-keyboard-coding-system stuff.
10162
10163 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10164
10165 * international/mule.el (define-coding-system): Doc fix;
10166 sjis->shift-jis.
10167
10168 * international/mule-conf.el: Use decode-char instead of make-char.
10169
10170 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
10171 New arg ARG. Directly call self-insert-command. This is a
10172 temporary workaround to make it work with latin-1.
10173 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
10174
10175 * international/characters.el: Setup char-width-table for CJK
10176 characters.
10177
10178 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10179
10180 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
10181 Fix the initial value to specify character range of
10182 japanese-jisx0208, not unicode.
10183
10184 * international/characters.el: Set syntax/category for
10185 japanese-jisx0208.
10186
10187 2008-02-01 Dave Love <fx@gnu.org>
10188
10189 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
10190 mime-charset.
10191
10192 * language/vietnamese.el, language/korean.el, language/japanese.el:
10193 * language/hebrew.el, language/greek.el, language/chinese.el:
10194 Fix :mime-charset properties.
10195
10196 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
10197 (cyrillic-alternativnyj): Fix :mime-charset.
10198 (cp878, cp866): New alias.
10199
10200 * language/european.el: Fix mime-charset properties.
10201
10202 * international/mule-cmds.el (sort-coding-systems)
10203 (select-safe-coding-system, select-message-coding-system): Use
10204 :mime-charset, not 'mime-charset.
10205
10206 * international/mule-conf.el: Add various :mime-charset properties.
10207
10208 2008-02-01 Dave Love <fx@gnu.org>
10209
10210 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
10211 getting decoder.
10212 (encoded-kbd-mode): Fix code for coding system type and designations.
10213
10214 * international/mule-conf.el: Spelling fixes.
10215
10216 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10217
10218 * international/fontset.el (fontset-plain-name): Handle the case
10219 that size, weight, slant are not specified in the fontset name.
10220
10221 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
10222
10223 * language/greek.el (greek-iso-8bit): Fix typo.
10224
10225 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10226
10227 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
10228
10229 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10230
10231 * international/characters.el: Change encoding to utf-8-emacs.
10232 Remove apparent duplicate codes.
10233
10234 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10235
10236 * international/fontset.el: Change the registry for
10237 chinese-gb2312 and add the registry for chinese-gbk.
10238
10239 * international/mule.el (charset-chars): Fix typo.
10240
10241 * international/mule-conf.el (chinese-gbk): New charset.
10242
10243 * international/titdic-cnv.el (titdic-convert): Read into a
10244 unibyte buffer then make the buffer multibyte.
10245
10246 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10247
10248 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
10249 instead of :signature.
10250
10251 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10252
10253 * language/czech.el ("Czech"): Set `iso-8859-2' for
10254 `nonascii-translation'.
10255
10256 * language/romanian.el ("Romanian"): Likewise.
10257
10258 * language/slovak.el ("Slovak"): Likewise.
10259
10260 * international/characters.el: Optimize calls of modify-category-entry.
10261
10262 2008-02-01 Kenichi Handa <handa@etl.go.jp>
10263
10264 * bindings.el: Don't bind multibyte characters to
10265 self-insert-command here. It's done in mule-conf.el.
10266
10267 * case-table.el (set-case-syntax-offset): Delete variable.
10268 (set-case-syntax-1): Delete function. Change callers.
10269 (set-case-syntax-delims): Don't check byte length of characters.
10270
10271 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
10272 characters to isearch-printing-char.
10273
10274 * loadup.el: Don't load "international/utf-8". Don't call
10275 update-coding-systems-internal. Bind coding-system-for-write to
10276 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
10277 dumping.
10278
10279 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
10280 change of map-char-table.
10281
10282 * eshell/esh-mode.el: Adjust for the change of map-char-table.
10283
10284 * international/characters.el: Adjust for the deletion of
10285 generic characters.
10286
10287 * international/code-pages.el (cp-make-translation-table)
10288 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
10289 (cp-make-coding-system): Call define-coding-system.
10290
10291 * international/fontset.el: Rewrite most code.
10292
10293 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
10294 Call encode-char instead of split-char.
10295
10296 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
10297 Change value.
10298 (skkdic-lookup-key): Call encode-char instead of split-char.
10299
10300 * international/titdic-cnv.el (titdic-convert): Bind
10301 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
10302 buffer.
10303
10304 * international/latin-1.el: Don't bind set-case-syntax-offset.
10305
10306 * international/latin-2.el: Don't bind set-case-syntax-offset.
10307
10308 * international/latin-3.el: Don't bind set-case-syntax-offset.
10309
10310 * international/latin-4.el: Don't bind set-case-syntax-offset.
10311
10312 * international/latin-5.el: Don't bind set-case-syntax-offset.
10313
10314 * international/latin-8.el: Don't bind set-case-syntax-offset.
10315
10316 * international/latin-9.el: Don't bind set-case-syntax-offset.
10317
10318 * international/mule-cmds.el: Don't use coding category.
10319 Call set-coding-system-priority instead of set-coding-priority.
10320 (sort-coding-systems, select-safe-coding-system):
10321 Call coding-system-priority-list to get the most preferred one.
10322 (reset-language-environment): Order of coding system priority
10323 changed. Set primary charset to iso-8859-1.
10324 (set-language-environment-coding-systems):
10325 Call set-coding-system-priority instead of set-coding-priority.
10326 (get-charset-property, put-charset-property): Move to mule.el.
10327
10328 * international/mule-conf.el: Ful re-write.
10329
10330 * international/mule-diag.el (print-designation): Change arguments.
10331 (print-iso-2022-flags): New function.
10332 (describe-coding-system, describe-current-coding-system):
10333 Adjust for the new structure of coding system.
10334
10335 * international/mule.el (char-valid-p): Make it an alias of characterp.
10336 (define-charset): Full re-design.
10337 (charset-quoted-standard-p): Delete.
10338 (charsetp): Move to charset.c.
10339 (charset-info, charset-id, charset-bytes, charset-width)
10340 (charset-directioin, charset-iso-graphic-plane)
10341 (charset-reverse-charset): Delete.
10342 (charset-dimension, charset-chars, charset-iso-final-char)
10343 (charset-description, charset-short-name, charset-long-name):
10344 Call charset-plist instead of charset-info.
10345 (charset-plist, set-charset-plist): Move to charset.c.
10346 (get-charset-property, put-charset-property): Move from
10347 mule-cmds.el. Call charset-plist and set-charset-plist.
10348 (make-char): Delete.
10349 (generic-char-p): Make it always return nil.
10350 (decode-char, encode-char): Move to charset.c.
10351 (coding-spec-XXX-idx): Delete variables.
10352 (coding-system-iso-2022-flags): New variable.
10353 (define-coding-system): New function.
10354 (transform-make-coding-system-args, make-coding-system): Delete.
10355 (set-coding-priority): Make it obsolete.
10356 (after-insert-file-set-buffer-file-coding-system)
10357 (find-new-buffer-file-coding-system): Adjust for the new coding
10358 system structure.
10359
10360 * language/chinese.el, language/cyrillic.el, language/european.el:
10361 * language/greek.el, language/hebrew.el, language/indian.el:
10362 * language/japanese.el, language/korean.el, language/lao.el:
10363 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10364 Call define-coding-system instead of make-coding-system.
10365 Delete all CCL program.
10366
10367 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
10368 of make-char.
10369 (sgml-char-names-table): Fix iteration limit.
10370
10371 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
10372 (ccl-encode-mac-roman-font): Delete.
10373
10374 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
10375 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
10376 currently. This is just a temporary workaround.
10377
10378 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10379
10380 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
10381 of `find-file-hooks'.
10382 (global-whitespace-toggle-options): Doc fix.
10383
10384 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
10385
10386 * whitespace.el (whitespace): Set :version tag to 23.1.
10387 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
10388 (whitespace-style, whitespace-chars, whitespace-space)
10389 (whitespace-hspace, whitespace-tab, whitespace-newline)
10390 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
10391 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
10392 (whitespace-hspace-regexp, whitespace-space-regexp)
10393 (whitespace-tab-regexp, whitespace-trailing-regexp)
10394 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10395 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
10396 (whitespace-space-after-tab-regexp, whitespace-line-column)
10397 (whitespace-display-mappings, global-whitespace-toggle-options)
10398 (whitespace-cleanup, whitespace-cleanup-region)
10399 (whitespace-interactive-char): Doc fixes.
10400
10401 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
10402
10403 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
10404 When turning off the global mode, turn off the local modes too
10405 if whitespace is being unloaded.
10406 (whitespace-unload-function): New function.
10407
10408 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
10409
10410 * vc.el (vc-update): Fix bug: Specify branch tip as
10411 vc-checkout REVISION. Reported by Dan Nicolaescu.
10412
10413 2008-02-01 Glenn Morris <rgm@gnu.org>
10414
10415 * info.el (bookmark-make-cell-function, bookmark-search-size)
10416 (bookmark-current-bookmark): Declare variables for compiler.
10417 (bookmark-buffer-file-name, bookmark-get-filename)
10418 (bookmark-get-front-context-string)
10419 (bookmark-get-rear-context-string, bookmark-get-position)
10420 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
10421 (bookmark-jump-noselect): Declare functions for compiler.
10422 (Info-bookmark-make-cell): Fix argument list to match example of
10423 `bookmark-make-cell-for-text-file'.
10424 (Info-bookmark-jump): Don't require info inside info.el.
10425
10426 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
10427
10428 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
10429 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
10430 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
10431 (verilog-sk-state-machine): Quote all calls to
10432 "auxiliary skeleton"s to prevent infloops.
10433
10434 2008-02-01 Jason Rumney <jasonr@gnu.org>
10435
10436 * w32-fns.el: Partially revert 2007-11-10 change.
10437
10438 2008-02-01 Martin Rudalics <rudalics@gmx.at>
10439
10440 * mail/rmail.el (rmail-highlight): Fix specification.
10441 Reported by pod <pod@herald.ox.ac.uk>.
10442
10443 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
10444
10445 * image-mode.el (image-mode-current-vscroll)
10446 (image-mode-current-hscroll): Make buffer-local.
10447 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
10448 (image-reset-current-vhscroll): Use the latest setting when displaying
10449 for the first time in a window. Apply to all windows in the frame.
10450 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
10451
10452 * progmodes/grep.el (grep-compute-defaults):
10453 Don't mix up defaults for different connections to the same host.
10454
10455 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10456
10457 * blank-mode.el: Rename to whitespace.el.
10458
10459 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
10460
10461 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
10462
10463 * net/rcompile.el (remote-compile): Remove broken code.
10464
10465 2008-01-31 Jason Rumney <jasonr@gnu.org>
10466
10467 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
10468
10469 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
10470
10471 * linum.el (linum-unload-function): New function.
10472
10473 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
10474
10475 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
10476 (gdb-var-set-format-handler): New function.
10477 (gdb-var-set-format): Use it.
10478
10479 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
10480
10481 * emacs-lisp/check-declare.el (check-declare-directory):
10482 * emacs-lisp/authors.el (authors): Use `find-program' and
10483 `grep-program' instead of hardcoded program names.
10484
10485 * emacs-lisp/cl-loaddefs.el: Update.
10486
10487 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
10488
10489 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
10490 Implement bookmark support the new make-cell/handler way.
10491 (Info-mode): Bind bookmark-make-cell-function to
10492 Info-bookmark-make-cell buffer locally.
10493
10494 2008-01-30 Richard Stallman <rms@gnu.org>
10495
10496 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
10497 Doc fix.
10498
10499 * files.el (hack-local-variables): Don't query about fake variables.
10500
10501 2008-01-30 Markus Triska <markus.triska@gmx.at>
10502
10503 * linum.el: New file.
10504
10505 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
10506
10507 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
10508 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
10509 a single element in "plinkx".
10510 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
10511 "*Shell Command Output*" buffers. Check, whether there is already
10512 an asynchronous process running. Display always the buffer of the
10513 asynchronous process.
10514 (tramp-compute-multi-hops): Adapt error message.
10515
10516 2008-01-29 Alan Mackenzie <acm@muc.de>
10517
10518 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
10519 from this regexp; part of same fix as next change to cc-engine.el.
10520
10521 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
10522 Anchor the "{" of a template function correctly on "template", not the
10523 following "<".
10524
10525 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
10526
10527 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
10528
10529 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
10530 and image-mode-current-hscroll being alists now.
10531
10532 * image-mode.el (image-mode-current-vscroll)
10533 (image-mode-current-hscroll): Add doc strings.
10534 (image-set-window-vscroll, image-set-window-hscroll)
10535 (image-reset-current-vhscroll, image-mode): Adapt to
10536 image-mode-current-vscroll and image-mode-current-hscroll being
10537 alists now.
10538
10539 2008-01-29 Martin Rudalics <rudalics@gmx.at>
10540
10541 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10542 Strip extension from .emacs.el to make sure symbol is searched
10543 in .emacs too.
10544
10545 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
10546
10547 * doc-view.el (doc-view-mode): Use facilities below to
10548 restore [vh]scroll when switching buffers.
10549
10550 * image-mode.el (image-mode-current-vscroll)
10551 (image-mode-current-hscroll): New variables.
10552 (image-set-window-hscroll, image-set-window-vscroll): New functions.
10553 (image-forward-hscroll, image-next-line, image-bol, image-eol)
10554 (image-bob, image-eob): Use them.
10555 (image-reset-current-vhscroll): New function.
10556 (image-mode): Make new variables buffer-local and reset [vh]scroll
10557 on window configuration changes.
10558
10559 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
10560
10561 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
10562 gdb-cpp-define-alist-program if file is nil (currently only
10563 " *partial-output-...").
10564
10565 2008-01-27 Richard Stallman <rms@gnu.org>
10566
10567 * allout.el: Many doc fixes.
10568 (allout-encrypt-string): Fix error message.
10569
10570 2008-01-26 Eli Zaretskii <eliz@gnu.org>
10571
10572 * progmodes/etags.el (tags-query-replace): Doc fix.
10573
10574 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
10575
10576 * allout.el (allout-unload-function): New function.
10577
10578 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
10579
10580 * allout.el (allout-prefix-data): Doc fix.
10581 (allout-show-current-subtree): Reflow docstring.
10582 (allout-use-mode-specific-leader, allout-use-hanging-indents)
10583 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
10584 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
10585 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
10586 (allout-copy-topic-as-kill, allout-listify-exposed)
10587 (allout-process-exposed, allout-encrypted-key-info)
10588 (allout-update-passphrase-mnemonic-aids)
10589 (allout-next-topic-pending-encryption)
10590 (allout-tests-globally-true): Fix typos in docstrings.
10591
10592 2008-01-23 Jason Rumney <jasonr@gnu.org>
10593
10594 * lpr.el (printer-name): Do not set on MS Windows.
10595
10596 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
10597
10598 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
10599 the command.
10600
10601 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10602
10603 * whitespace.el: Moved to obsolete dir.
10604
10605 * blank-mode.el: New version 9.2. Replace whitespace functions by
10606 aliases in blank-mode.
10607 (whitespace-buffer): New fun.
10608 (whitespace-region): Alias for whitespace-buffer, because there is no
10609 blank-region fun.
10610 (whitespace-cleanup): Alias for blank-cleanup.
10611 (whitespace-cleanup-region): Alias for blank-cleanup-region.
10612
10613 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
10614
10615 * server.el (server-log-time-function): Doc fix.
10616 (server-buffer): Fix typo in docstring.
10617
10618 2008-01-27 Martin Rudalics <rudalics@gmx.at>
10619
10620 * view.el (view-buffer): Explain in doc-string why exit-action
10621 should not be set to kill-buffer.
10622
10623 * arc-mode.el (archive-extract):
10624 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
10625 exit-action when viewing the buffer.
10626
10627 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
10628
10629 * add-log.el (change-log-search-file-name): Work harder to find
10630 the correct file name.
10631 (change-log-find-file): Fix typo.
10632 (change-log-start-entry-re): Move definition earlier.
10633
10634 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
10635
10636 * add-log.el (change-log-search-file-name, change-log-find-file):
10637 New function.
10638 (change-log-font-lock-keywords): Move file name matching ...
10639 (change-log-file-names-re): ... here. New defconst.
10640 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
10641
10642 2008-01-27 Alan Mackenzie <acm@muc.de>
10643
10644 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
10645 enhance comments.
10646
10647 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
10648
10649 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
10650 methods, the host name must be a local host.
10651
10652 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
10653
10654 * vc.el: Add TODO item about not defaulting to RCS.
10655
10656 * server.el (server-process-filter): Check for non-nil before
10657 calling file-directory-p.
10658
10659 2008-01-27 Alan Mackenzie <acm@muc.de>
10660
10661 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
10662 arglist-cont-nonempty.
10663
10664 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
10665 for a brace with syntax arglist-cont-nonempty.
10666
10667 * progmodes/cc-styles.el (c-style-alist): Add elements for
10668 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
10669
10670 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
10671
10672 * button.el (define-button-type): Clarify type of NAME in docstring.
10673
10674 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
10675
10676 * server.el (server-buffer): New const.
10677 (server-log): New var.
10678 (server-log): Use them.
10679 (server-process-filter): (Try to) run the continuation in the same cwd
10680 as the client's.
10681
10682 2008-01-26 Alan Mackenzie <acm@muc.de>
10683
10684 * progmodes/cc-defs.el (c-save-buffer-state):
10685 Bind buffer-file-name and buffer-file-truename to nil, to prevent
10686 primitives generating "buffer is read only" messages.
10687
10688 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
10689
10690 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
10691 (icalendar-import-format): Doc fix. Allow function type.
10692 (icalendar--read-element): Doc fix.
10693 (icalendar--parse-summary-and-rest): Doc fix. Handle function
10694 type icalendar-import-format. Make regexps non-greedy.
10695 (icalendar--format-ical-event): Handle function type
10696 icalendar-import-format.
10697 (icalendar-import-format-sample): New function.
10698
10699 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
10700
10701 * vc.el (vc-exec-after): For mode-line-process highlighting, if
10702 `compile' is not available, fall back to font-lock-warning-face.
10703
10704 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
10705
10706 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
10707 that the filename end is found even when the filename is empty.
10708 Fixes error and spurious newlines when marking files for deletion.
10709
10710 2008-01-26 Martin Rudalics <rudalics@gmx.at>
10711
10712 * subr.el (find-tag-default): Simplify using exclusively
10713 skip-syntax-backward/-forward.
10714
10715 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
10716
10717 * vc.el (vc-directory, vc-update-change-log): Remove check for
10718 Tramp. Both functions work for it, though pretty slow
10719 (`vc-directory'). Maybe the implementation can be optimized.
10720
10721 * net/tramp.el (tramp-dissect-file-name): Raise an error when
10722 Tramp 2.0 syntax is used.
10723 Suggested by Trent W. Buck <trentbuck@gmail.com>.
10724
10725 2008-01-26 Eli Zaretskii <eliz@gnu.org>
10726
10727 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
10728 invoke directory-files-and-attributes with last argument `integer'
10729 instead of `string'.
10730 (insert-directory): Add -n to the list of supported switches
10731 mentioned in the doc string.
10732
10733 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10734
10735 * blank-mode.el: New version 9.1. Handle "long" line tail
10736 visualization. Doc fix.
10737 (blank-line-length): Rename to blank-line-column.
10738 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
10739 Initialization fix.
10740 (blank-replace-spaces-by-tabs): New fun.
10741 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
10742
10743 2008-01-25 Richard Stallman <rms@gnu.org>
10744
10745 * subr.el (add-hook): Implement `permanent-local-hook' property.
10746
10747 * loadhist.el (file-provides, file-requires): Push the filename right.
10748
10749 2008-01-25 Martin Rudalics <rudalics@gmx.at>
10750
10751 * emacs-lisp/find-func.el (find-library): Wrap search for
10752 library name in condition-case to avoid reporting a scan-error.
10753
10754 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
10755
10756 * server.el (server-process-filter): Don't force
10757 the authentication string to be followed by "\n".
10758
10759 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10760
10761 * blank-mode.el: New version 9.0. New commands to clean up some blank
10762 problems like trailing blanks. New faces and regexp for visualizing
10763 the blank problems. Doc fix.
10764 (blank-chars, blank-global-modes, blank-chars-value-list)
10765 (blank-toggle-option-alist, blank-help-text): Initialization fix.
10766 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
10767 (blank-indentation, blank-empty, blank-space-after-tab)
10768 (blank-indentation-regexp, blank-empty-at-bob-regexp)
10769 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
10770 (blank-cleanup, blank-cleanup-region): New commands.
10771 (blank-color-on): Code fix.
10772
10773 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
10774
10775 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
10776 file name.
10777 (ibuffer-mode-map): Add binding to sort by file name.
10778 (ibuffer-filename/process-header-map): New variable.
10779 (filename-and-process): Add a header that sorts by file name.
10780 (ibuffer-mode): Mention sorting by file name.
10781
10782 * ibuf-ext.el (filename/process): New sorter.
10783
10784 2008-01-25 Sven Joachim <svenjoac@gmx.de>
10785
10786 * view.el (kill-buffer-if-not-modified): Don't pass t to
10787 buffer-modified-p.
10788
10789 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
10790
10791 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
10792 the source file in case of `rename'.
10793 Reported by Pete Forman <pete.forman@westerngeco.com>.
10794
10795 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
10796
10797 * allout.el (allout-keybindings-list): In initial setting, express
10798 meta-prefixed allout keys as vectors instead of strings, since the
10799 string form is interpreted in some cases as composed key
10800 modifiers, eg, accented keys.
10801
10802 (allout-line-boundary-regexp): Clarify description.
10803
10804 (set-allout-regexp): Repair the expressions so that the formfeed
10805 part is identified as one of the top-level groups, and is
10806 included in all the forms, not just the -line-boundary-regexp one.
10807
10808 (allout-prefix-data): Incorporate information from the various
10809 allout regexp's formfeed alternative group, when present.
10810
10811 (allout-write-file-hook-handler): Rectify mangling of the error
10812 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
10813 condition-case handler was apparently reformatted as if it was a
10814 call to the error function. An apparent repair attempt in version
10815 1.101 situated the original body of the error handling code as
10816 bogus condition-case handlers. I've returned to just about the
10817 working code that was originally there, removing an unnecessary -
10818 but benign - enclosing 'progn'. (Automated or cursory code fixes
10819 often aren't.)
10820
10821 (allout-region-active-p): Fallback to value of mark-active if
10822 neither use-region-p nor region-active-p are present, for
10823 compatability with current and recent emacs major releases.
10824
10825 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10826
10827 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
10828 (reftex-toc-restore-region):
10829 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
10830 (reftex-index-phrases-apply-to-region):
10831 * textmodes/ispell.el (ispell-word):
10832 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
10833 * progmodes/pascal.el (pascal-mark-defun):
10834 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
10835 (f90-fill-region):
10836 * emulation/tpu-edt.el (tpu-set-mark):
10837 * emulation/crisp.el (crisp-region-active):
10838 * winner.el (winner-active-region):
10839 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
10840 of bound tests in order to resolve conditionals at compile time.
10841
10842 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
10843
10844 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
10845 not autoloaded, and we wouldn't want to load CL just to unload
10846 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
10847
10848 2008-01-24 Martin Rudalics <rudalics@gmx.at>
10849
10850 * delsel.el (delete-selection-pre-hook): Avoid clearing out
10851 pre-command-hook when text is read-only.
10852
10853 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
10854
10855 * vc.el (vc-process-filter): Do nothing if buffer not live.
10856 (vc-diff-finish): Rename from vc-diff-sentinel.
10857 No longer take REV1-NAME and REV2-NAME.
10858 Instead, take BUFFER-NAME. Do nothing if buffer not live.
10859 Don't do window resize if no window displays buffer.
10860 (vc-diff-internal): Use vc-diff-finish.
10861
10862 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
10863 In both cases, convert single call to one wrapped in dolist.
10864
10865 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10866
10867 * vc.el: Add a TODO item about missing files.
10868 (vc-exec-after): Add a tooltip to the new mode-line item.
10869
10870 2008-01-24 Glenn Morris <rgm@gnu.org>
10871
10872 * t-mouse.el (gpm-mouse-start): Declare as a function.
10873
10874 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
10875
10876 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
10877 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
10878 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10879 Don't send `tramp-rsh-end-of-line' additionally, when setting the
10880 prompt.
10881 (tramp-wait-for-output): Distinguish different prompt formats.
10882 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
10883 (tramp-local-host-p): Check whether temp directory is writable.
10884
10885 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10886
10887 * vc.el: Add TODO items.
10888
10889 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
10890
10891 * replace.el (occur-mode-find-occurrence-hook): New hook that can
10892 be used to reveal or highlight the location of a match.
10893 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
10894 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
10895
10896 2008-01-23 Martin Rudalics <rudalics@gmx.at>
10897
10898 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
10899 for defcustom.
10900 (hide-ifdef-shadow): Add version number for defface.
10901
10902 2008-01-23 Glenn Morris <rgm@gnu.org>
10903
10904 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
10905
10906 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10907
10908 * progmodes/sh-script.el (sh-basic-offset):
10909 * progmodes/cc-vars.el (c-syntactic-indentation)
10910 (c-syntactic-indentation-in-macros): Mark as safe.
10911
10912 2008-01-23 Richard Stallman <rms@gnu.org>
10913
10914 * icomplete.el (icomplete-get-keys):
10915 Look up KEYS using all maps in proper buffer.
10916
10917 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
10918
10919 * frame.el (display-mm-height, display-mm-width):
10920 * whitespace.el (whitespace-check-leading-whitespace)
10921 (whitespace-check-trailing-whitespace)
10922 (whitespace-check-spacetab-whitespace)
10923 (whitespace-check-indent-whitespace)
10924 (whitespace-check-ateol-whitespace):
10925 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
10926
10927 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10928
10929 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
10930 after-save-hook so that it is not called multiple times.
10931
10932 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
10933
10934 2008-01-23 Eli Zaretskii <eliz@gnu.org>
10935
10936 * view.el (view-file-other-window, view-file-other-frame):
10937 Don't kill the buffer if it is modified. Doc fixes.
10938 (kill-buffer-if-not-modified): New function.
10939 (view-file): Don't kill the buffer if it is modified.
10940
10941 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
10942 (ebrowse-view/find-file-and-search-pattern):
10943 Call view-file-other-window instead of ebrowse-view-file-other-window.
10944 (ebrowse-view-file-other-frame): Don't call
10945 current-window-configuration. Fix second argument in the call to
10946 view-mode-enter. Doc fix.
10947
10948 2008-01-23 Richard Stallman <rms@gnu.org>
10949
10950 * subr.el (atomic-change-group): Prevent undo list truncation.
10951
10952 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10953
10954 * files.el (safe-local-eval-forms):
10955 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
10956
10957 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
10958
10959 * comint.el (comint-insert-input): Set point first.
10960
10961 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
10962 session doesn't hang because gdb-pending-triggers is non-nil.
10963 (gdb-frame-handler): Use buffer-file-name instead of
10964 buffer-name in case of duplicate file names.
10965
10966 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10967
10968 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
10969 C-M-e and C-M-h for emacs, they work by default.
10970 (verilog-emacs-features): Remove.
10971 (verilog-setup-dual-comments, verilog-populate-syntax-table):
10972 Remove. Move syntax table initialization ...
10973 (verilog-mode-syntax-table): ... here.
10974 (verilog-mode): Don't initialize the syntax table here.
10975 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
10976 does not need it.
10977
10978 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
10979
10980 * progmodes/verilog-mode.el (verilog-booleanp): New function for
10981 backward compatibility. Replace all uses of booleanp with
10982 verilog-booleanp.
10983
10984 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10985
10986 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
10987
10988 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
10989
10990 * progmodes/verilog-mode.el (top-level): Fix spacing.
10991 (verilog-mode-version, verilog-mode-release-date):
10992 Update version number.
10993 (verilog-mode-release-emacs): New variable.
10994 (compile-command, reporter-prompt-for-summary-p):
10995 Define for byte compiler.
10996 (verilog-startup-message-lines, verilog-startup-message-displayed)
10997 (verilog-display-startup-message): Remove.
10998 (verilog-highlight-p1800-keywords): Improve docstring.
10999 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
11000 (vector-skip-list): Only defvar at compile time.
11001 (verilog-highlight-translate-off, verilog-indent-level)
11002 (verilog-indent-level-module, verilog-indent-level-declaration)
11003 (verilog-indent-declaration-macros, verilog-indent-lists)
11004 (verilog-indent-level-behavioral, verilog-indent-level-directive)
11005 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
11006 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
11007 (verilog-tab-to-comment, verilog-indent-begin-after-if)
11008 (verilog-align-ifelse, verilog-minimum-comment-distance)
11009 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
11010 (verilog-auto-endcomments, verilog-auto-read-includes)
11011 (verilog-auto-star-expand, verilog-auto-star-save)
11012 (verilog-library-flags, verilog-library-directories)
11013 (verilog-library-files, verilog-library-extensions)
11014 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
11015 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
11016 (verilog-assignment-delay, verilog-auto-inst-vector)
11017 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
11018 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
11019 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
11020 Add safe-local-variable properties.
11021 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
11022 (verilog-re-search-backward, verilog-error-regexp-add)
11023 (verilog-end-block-re, verilog-emacs-features)
11024 (verilog-populate-syntax-table, verilog-setup-dual-comments)
11025 (verilog-type-font-keywords, verilog-inside-comment-p)
11026 (electric-verilog-backward-sexp, verilog-backward-sexp)
11027 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
11028 (electric-verilog-terminate-line, electric-verilog-semi)
11029 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
11030 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
11031 (verilog-beg-of-statement, verilog-in-case-region-p)
11032 (verilog-in-struct-region-p, verilog-in-generate-region-p)
11033 (verilog-in-fork-region-p, verilog-backward-case-item)
11034 (verilog-set-auto-endcomments, verilog-get-expr)
11035 (verilog-expand-vector-internal, verilog-surelint-off)
11036 (verilog-batch-execute-func, verilog-calculate-indent)
11037 (verilog-calc-1, verilog-calculate-indent-directive)
11038 (verilog-leap-to-head, verilog-continued-line)
11039 (verilog-backward-token, verilog-backward-syntactic-ws)
11040 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
11041 (verilog-forward-ws&directives, verilog-at-constraint-p)
11042 (verilog-skip-backward-comments, verilog-indent-line-relative)
11043 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
11044 (verilog-pretty-declarations, verilog-pretty-expr)
11045 (verilog-just-one-space, verilog-indent-declaration)
11046 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
11047 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
11048 (verilog-read-always-signals-recurse, verilog-read-instants)
11049 (verilog-read-auto-template, verilog-set-define)
11050 (verilog-read-defines, verilog-read-signals, verilog-getopt)
11051 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
11052 (verilog-modi-cache-results, verilog-insert-one-definition)
11053 (verilog-make-width-expression, verilog-delete-autos-lined)
11054 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
11055 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
11056 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
11057 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
11058 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
11059 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
11060 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
11061 (verilog-load-file-at-mouse, verilog-load-file-at-point)
11062 (verilog-library-files): Cleanup spacing of )'s they should not be
11063 on unique lines. Fix checkdoc warnings.
11064
11065 2008-01-22 Glenn Morris <rgm@gnu.org>
11066
11067 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
11068 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
11069 from defcustoms.
11070 (hide-ifdef-shadow): Remove autoload cookie from defface.
11071
11072 * vc.el (vc-diff-sentinel): Do not write a footer if there were
11073 differences.
11074
11075 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
11076
11077 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
11078 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
11079 manual entry.
11080
11081 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
11082
11083 * net/dbus.el (dbus-ignore-errors): New macro.
11084 (dbus-unregister-object): New defun. Moved from dbusbind.c.
11085 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
11086 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
11087 (dbus-get-signatures): Apply `dbus-ignore-errors'.
11088
11089 2008-01-21 Martin Rudalics <rudalics@gmx.at>
11090
11091 * outline.el (outline-up-heading): Fix check for top level to
11092 avoid infinite looping in hide-other.
11093
11094 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
11095
11096 * vc.el (vc-process-sentinel): After calling the previous
11097 sentinel, do nothing if the process' buffer is not live.
11098
11099 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11100
11101 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
11102 blank-mode in some buffers (like *info* buffers). Reported by Juanma
11103 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
11104 blank-mode faces. Doc fix. New version 8.1.
11105 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
11106 CONDITION BODY).
11107 (blank-space-face): Face/option name replaced by blank-space.
11108 (blank-hspace-face): Face/option name replaced by blank-hspace.
11109 (blank-tab-face): Face/option name replaced by blank-tab.
11110 (blank-newline-face): Face/option name replaced by blank-newline.
11111 (blank-trailing-face): Face/option name replaced by blank-trailing.
11112 (blank-line-face): Face/option name replaced by blank-line.
11113 (blank-space-before-tab-face): Face/option name replaced by
11114 blank-space-before-tab.
11115 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
11116
11117 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
11118
11119 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
11120 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
11121 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
11122 (global-blank-mode): Doc fixes.
11123 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
11124 (blank-newline-face, blank-trailing-face, blank-line-face)
11125 (blank-space-before-tab-face, blank-display-mappings)
11126 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
11127 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
11128 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
11129 Fix typos in docstrings.
11130
11131 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
11132
11133 * server.el (server-log-time-function): New variable.
11134 (server-log): Use it.
11135
11136 2008-01-21 Glenn Morris <rgm@gnu.org>
11137
11138 * progmodes/hideif.el: Move defcustoms and defface to start of file.
11139
11140 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
11141
11142 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
11143
11144 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
11145 (org-descriptive-links, org-link-file-path-type)
11146 (org-remember-use-refile-when-interactive)
11147 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
11148 (org-export-ascii-bullets, org-agenda-deadline-faces)
11149 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
11150 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
11151 (org-kill-note-or-show-branches): Fix typos in docstrings.
11152
11153 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
11154
11155 * vc.el (vc-process-sentinel): Set mode-line-process.
11156 (vc-exec-after): Likewise, for the `run' process status.
11157
11158 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
11159
11160 * ibuffer.el (ibuffer-mode): Fix last change.
11161
11162 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
11163
11164 * vc-hg.el (vc-hg-registered):
11165 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
11166
11167 2008-01-20 Martin Rudalics <rudalics@gmx.at>
11168
11169 * repeat.el (repeat-undo-count): New variable.
11170 (repeat): For self-insertions make undo boundary only after 20
11171 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
11172
11173 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
11174
11175 * net/imap.el (imap-ping-server): New variable.
11176 (imap-opened): On add extra ping if imap-ping-server is non-nil.
11177 (imap-ping-server): Minor doc string fixes.
11178
11179 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
11180
11181 * net/imap.el (imap-ping-server): New function.
11182 (imap-opened): Call imap-ping-server.
11183
11184 2008-01-20 Glenn Morris <rgm@gnu.org>
11185
11186 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
11187 prevent infloops.
11188
11189 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
11190
11191 * progmodes/python.el (python-imports): Default to "None".
11192
11193 2008-01-19 Tom Tromey <tromey@redhat.com>
11194
11195 * vc-svn.el (vc-svn-after-dir-status): New function.
11196 (vc-svn-dir-status): Run svn asynchronously.
11197
11198 2008-01-19 Martin Rudalics <rudalics@gmx.at>
11199
11200 * progmodes/hideif.el (hide-ifdef-shadow): New option.
11201 (hide-ifdef-shadow): New face.
11202 (hide-ifdef-toggle-shadowing): New function to toggle between
11203 shadowing and making code invisible.
11204 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
11205 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
11206 (hide-ifdef-region-internal): Give new overlay hide-ifdef
11207 property. Shadow text when hide-ifdef-shadow is non-nil.
11208 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
11209 (hif-hide-line): Use when instead of if.
11210 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
11211 Remove unneeded * from doc-strings.
11212
11213 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
11216 the hscroll behavior was fixed.
11217 (doc-view-mode): Disable auto-hscroll-mode.
11218
11219 2008-01-18 Tom Tromey <tromey@redhat.com>
11220
11221 * vc-svn.el (vc-svn-dir-status): New function.
11222
11223 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
11224
11225 * vc.el: Make vc-status asynchronous.
11226 (vc-update-vc-status-buffer): New function broken out of ...
11227 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
11228 the dir-status backend function.
11229
11230 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
11231 Move the output processing to ...
11232 (vc-hg-after-dir-status): ... here. Call the function passed as
11233 an argument with the results.
11234
11235 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
11236
11237 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
11238 (doc-view-insert-image): Do something if the image is missing.
11239 (doc-view-mode): Don't use file-remote-p.
11240
11241 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
11242
11243 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
11244 (org-export-latex-special-chars): Convert "..." in \ldots
11245 and skip tables.
11246 (org-export-latex-fontify-headline): Change parameter name.
11247 (org-export-as-latex): Handle export of subtrees.
11248 (org-export-latex-make-header): New argument TITLE.
11249 (org-export-latex-content): New argument EXCLUDE-LIST.
11250 (org-list-parse-list): New name for org-export-latex-parse-list.
11251 (org-export-latex-make-header): New name for
11252 org-export-latex-make-preamble.
11253 (org-list-to-generic): New name of org-export-list-to-generic.
11254 (org-list-to-latex): New name of org-export-list-to-latex.
11255 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
11256 (org-list-send-list, org-list-to-texinfo)
11257 (org-list-to-html): New functions.
11258 (org-export-latex-tables-column-borders)
11259 (org-export-latex-default-class, org-export-latex-classes)
11260 (org-export-latex-classes-sectioning)
11261 (org-list-radio-list-templates): New options.
11262 (org-export-latex-header): New variable.
11263 (org-latex-entities): New constant.
11264 (org-export-latex-default-sectioning, org-export-latex-preamble)
11265 (org-export-latex-prepare-text-option)
11266 (org-export-latex-get-sectioning): Remove.
11267
11268 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
11269
11270 * textmodes/org-publish.el (org-publish-current-project):
11271 Fix bug with forcing publication.
11272
11273 * textmodes/org.el (org-export-with-special-strings): New option.
11274 (org-export-html-convert-special-strings): New function.
11275 (org-html-do-expand): `org-export-html-convert-special-strings'
11276 added to the list of conversion.
11277 (org-infile-export-plist, org-get-current-options): Add support
11278 for "-" in the #+OPTION line to let user switch on/off special
11279 strings conversion.
11280 (org-export-plist-vars): New :html-table-tag property.
11281 (org-export-as-html, org-format-org-table-html)
11282 (org-format-table-table-html) Use the :html-table-tag property
11283 instead of the `org-export-html-table-tag' global value.
11284 (org-additional-option-like-keywords): Add "TBLFM".
11285 (org-entry-properties): Include the CLOCKSUM special property.
11286 (org-columns-edit-value): Do not allow to edit the special
11287 CLOCKSUM property.
11288 (org-flag-drawer): Use the original value of `outline-regexp'.
11289 (org-remember-handler): Add invisible-ok flag to call to
11290 `org-end-of-subtree'.
11291 (org-agenda-highlight-todo): Respect
11292 `org-agenda-todo-keyword-format'.
11293 (org-agenda-todo-keyword-format): New option.
11294 (org-infile-export-plist): No restriction while searching for options.
11295 (org-remember-handler): Remove comments at the end of the buffer.
11296 (org-remember-use-refile-when-interactive): New option.
11297 (org-table-sort-lines): Make sure sorting works on link
11298 descritions only, and ignores the link.
11299 (org-sort-entries-or-items): Make sure the end of the subtree is
11300 included.
11301 (org-refile-use-outline-path): New allowed values `file' and
11302 `full-file-path'.
11303 (org-get-refile-targets): Respect new values for
11304 `org-refile-use-outline-path'.
11305 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
11306 (org-export-as-xoxo): Restore point when done.
11307 (org-open-file): Allow multiple %s in command.
11308 (org-clock-in-switch-to-state): New option.
11309 (org-first-list-item-p): New function.
11310 (org-last-remember-storage-locations): New variable.
11311 (org-get-refile-targets): Interpret the new maxlevel setting.
11312 (org-refile-targets): New option `:maxlevel'.
11313 (org-copy-subtree): Include empty lines before but not after subtree.
11314 (org-back-over-empty-lines, org-skip-whitespace): New functions.
11315 (org-move-item-down, org-move-item-up): Include empty lines before
11316 but not after item.
11317 (org-first-sibling-p): New function.
11318 (org-remember-apply-template): Defaults, completions and history
11319 for template prompts. Also, interpret new `%!' escape.
11320 (org-context-choices): New constant.
11321 (org-bound-and-true-p): New macro.
11322 (org-imenu-depth): New option.
11323 (org-imenu-markers): New variable.
11324 (org-imenu-new-marker, org-imenu-get-tree)
11325 (org-speedbar-set-agenda-restriction): New functions.
11326 (org-agenda-set-restriction-lock)
11327 (org-agenda-remove-restriction-lock)
11328 (org-agenda-maybe-redo): New functions.
11329 (org-agenda-restriction-lock): New face.
11330 (org-agenda-restriction-lock-overlay)
11331 (org-speedbar-restriction-lock-overlay): New variables.
11332 (org-open-at-point): Remove obsolete way to do redirection in
11333 shell links.
11334 (org-imenu-and-speedbar): New customization group.
11335 (org-entry-properties): Return keyword-less time strings.
11336 (org-clock-heading-function): New option.
11337 (org-clock-in): Use `org-clock-heading-function'.
11338 (org-calendar-holiday): Try to use `calendar-check-holidays'
11339 instead of the obsolete `check-calendar-holidays'.
11340 (org-export-html-special-string-regexps): New constant.
11341 (org-massive-special-regexp): New variable.
11342 (org-compute-latex-and-specials-regexp)
11343 (org-do-latex-and-special-faces): New functions.
11344 (org-latex-and-export-specials): New face.
11345 (org-highlight-latex-fragments-and-specials): New option.
11346 (org-link-escape-chars): Use characters instead of strings.
11347 (org-link-escape-chars-browser, org-link-escape)
11348 (org-link-unescape): Use characters instead of strings.
11349 (org-export-html-convert-sub-super, org-html-do-expand): Check for
11350 protected text.
11351 (org-emphasis-alist): Additional `verbatim' flag.
11352 (org-set-emph-re): Handle the verbatim flag and compute
11353 `org-verbatim-re'.
11354 (org-cleaned-string-for-export): Protect verbatim elements.
11355 (org-verbatim-re): New variable.
11356 (org-hide-emphasis-markers): New option.
11357 (org-additional-option-like-keywords): Add new keywords.
11358 (org-get-entry): Rename from `org-get-cleaned-entry'.
11359 (org-icalendar-cleanup-string): New function for quoting icalendar text.
11360 (org-agenda-skip-scheduled-if-done): New option.
11361 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
11362 `org-agenda-skip-scheduled-if-done'.
11363 (org-prepare-agenda-buffers): Allow buffers as arguments.
11364 (org-entry-properties): Add CATEGORY as a special property.
11365 (org-use-property-inheritance): Allow a list of properties as a value.
11366 (org-eval-in-calendar): No longer update the prompt.
11367 (org-read-date-popup-calendar): Rename from
11368 `org-popup-calendar-for-date-prompt'.
11369 (org-read-date-display-live): New variable.
11370 (org-read-date-display): New function.
11371 (org-read-date-analyze): New function.
11372 (org-remember-apply-template): Define `remember-finalize' if it is
11373 not yet defined.
11374 (org-remember-insinuate): New function.
11375 (org-read-date-prefer-future): New option.
11376 (org-read-date): Respect the setting of
11377 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
11378 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
11379 hardcoded string.
11380 (org-remember-apply-template): Use `remember-finalize' instead of
11381 `remember-buffer'.
11382 (org-columns-compute, org-column-number-to-string)
11383 (org-columns-uncompile-format, org-columns-compile-format)
11384 (org-columns-compile-format): Handle printf format specifier.
11385 (org-columns-new, org-column-number-to-string)
11386 (org-columns-uncompile-format, org-columns-compile-format):
11387 Support for new currency summary type.
11388 (org-tree-to-indirect-buffer): Do not kill old buffer when
11389 `org-indirect-buffer-display' is `new-frame'.
11390 (org-indirect-buffer-display): Document that `new-frame' leads to
11391 indiret buffer proliferation.
11392 (org-agenda-list): Use `org-extend-today-until'.
11393 (org-extend-today-until): New option.
11394 (org-format-org-table-html): Use lower-case for <col> tag.
11395 (org-agenda-execute): New command.
11396 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
11397 (org-select-remember-template): New function.
11398 (org-remember-apply-template): Use `org-select-remember-template'.
11399 (org-go-to-remember-target): New function.
11400
11401 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
11402
11403 * vc.el: Add a TODO note about vc-state.
11404 (vc-next-action): Register 'unregistered and 'ignored files.
11405 Use when and unless instead of if where appropriate.
11406 (vc-start-entry): Fix typo.
11407 (vc-status): Autoload it.
11408
11409 2008-01-18 Glenn Morris <rgm@gnu.org>
11410
11411 * ffap.el (ffap-alist): Remove space from RFC regexp.
11412
11413 2008-01-18 Richard Stallman <rms@gnu.org>
11414
11415 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
11416 than face-spec-recalc.
11417
11418 2008-01-18 Glenn Morris <rgm@gnu.org>
11419
11420 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
11421
11422 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11423 Miles Bader <miles@gnu.org>
11424
11425 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
11426 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
11427 for handling display table (via visws.el package), his code was
11428 modified, but the main idea was kept.
11429
11430 2008-01-17 Glenn Morris <rgm@gnu.org>
11431
11432 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
11433 (ibuffer-save-filters): Remove calls to deleted
11434 ibuffer-update-mode-name.
11435
11436 2008-01-16 Martin Rudalics <rudalics@gmx.at>
11437
11438 * longlines.el (longlines-mode, longlines-show-region)
11439 (longlines-unshow-hard-newlines): Bind buffer-file-name and
11440 buffer-file-truename to nil while modifying buffer.
11441
11442 * cus-edit.el (custom-reset-standard-variables-list)
11443 (custom-reset-standard-faces-list): New variables.
11444 (custom-reset-standard-save-and-update): New function.
11445 (Custom-save): Apply custom-mark-to-save before and
11446 custom-state-set-and-redraw after saving options.
11447 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
11448 options and call custom-reset-standard-save-and-update.
11449 (custom-variable, custom-face, custom-group): Provide new
11450 entries for custom-mark-to-save, custom-mark-to-reset-standard,
11451 and custom-state-set-and-redraw.
11452 (custom-variable-mark-to-save)
11453 (custom-variable-state-set-and-redraw)
11454 (custom-variable-mark-to-reset-standard)
11455 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
11456 (custom-face-mark-to-reset-standard)
11457 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
11458 (custom-group-mark-to-reset-standard): New functions.
11459 (custom-variable-save): Move save, state-set, and redraw
11460 functionality to custom-variable-mark-to-save.
11461 (custom-face-save): Move save, state-set, and redraw
11462 functionality to custom-face-mark-to-save.
11463 (custom-group-save): Move save, state-set, and redraw
11464 functionality to custom-group-mark-to-save.
11465 (custom-variable-reset-standard, custom-face-reset-standard)
11466 (custom-group-reset-standard): Move save, state-set, and redraw
11467 functionality to custom-reset-standard-save-and-update.
11468
11469 (custom-buffer-create-internal): Fix text in verbose help.
11470 (custom-face-value-create): Indent doc-strings of faces like
11471 those of variables.
11472
11473 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11474
11475 * server.el (server-process-filter): Replace lineno and columnnno
11476 which defaulted to 1&0 with filepos which defaults to nil.
11477 (server-goto-line-column): Only receive the filepos.
11478 Only move if filepos is non-nil.
11479 (server-visit-files): Slight restructure to consolidate two calls to
11480 server-goto-line-column into just one.
11481
11482 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
11483 the use of degraded mode.
11484 (nxml-degrade): Don't change mode-name.
11485
11486 * nxml/rng-nxml.el (rng-nxml-mode-init):
11487 Don't overwrite mode-line-process.
11488
11489 * ibuffer.el (mode): Pass the buffer to format-mode-line.
11490 (ibuffer-update-mode-name): Remove.
11491 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
11492 (ibuffer-mode): Use mode-line-process instead.
11493
11494 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
11495 Use derived-mode-p.
11496 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
11497
11498 * help.el (describe-mode): Pass the right buffer to format-mode-line.
11499
11500 2008-01-16 Glenn Morris <rgm@gnu.org>
11501
11502 * comint.el (comint-regexp-arg): Fix no-input case.
11503
11504 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
11505
11506 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
11507 * pcvs.el (cvs-revert-if-needed):
11508 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
11509
11510 * vc-svn.el (vc-svn-find-file-hook):
11511 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
11512
11513 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
11514
11515 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
11516 (icalendar-export-file, icalendar-import-file):
11517 Restore significant trailing whitespace in `interactive' prompts.
11518
11519 2008-01-16 Tom Tromey <tromey@redhat.com>
11520
11521 * calendar/icalendar.el (icalendar--convert-tz-offset)
11522 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
11523 (icalendar--find-time-zone): New functions.
11524 (icalendar--decode-isodatetime): Add `zone' argument, passed to
11525 `decode-time'. Doc fix.
11526 (icalendar--convert-ical-to-diary): Compute zone-map.
11527 Pass timezone to icalendar--decode-isodatetime.
11528
11529 2008-01-16 Alan Mackenzie <acm@muc.de>
11530
11531 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
11532 an eval-and-compile, so as to permit byte-compiling (e.g. in
11533 bootstrap).
11534
11535 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
11536
11537 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
11538 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
11539 using the same key for different menu entries.
11540
11541 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
11542 (smerge-makeup-conflict): New command.
11543
11544 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
11545
11546 * log-edit.el (log-edit): Doc fix.
11547
11548 2008-01-15 Glenn Morris <rgm@gnu.org>
11549
11550 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
11551
11552 2008-01-14 Alan Mackenzie <acm@muc.de>
11553
11554 * progmodes/cc-vars.el (c-constant-symbol): New function which
11555 supersedes c-const-symbol. During a customize-.. call it enables
11556 an element of (e.g.) c-hanging-braces alist to have its name
11557 displayed, even when the default value of c-h-b etc. doesn't
11558 include the elemnt. Replace uses of the old function by the new.
11559
11560 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
11561 obscure non-working fragment ":value c-".
11562
11563 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
11564
11565 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
11566
11567 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
11568
11569 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
11570 instead of `tramp-file-name-real-host'.
11571
11572 * net/trampver.el: Update release number.
11573
11574 2008-01-14 Alan Mackenzie <acm@muc.de>
11575
11576 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
11577 call inside a struct being recognised as a K&R argument.
11578
11579 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
11580
11581 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11582 Accept "fatal error" from MSFT.
11583 Reported by Jared Finder <jfinder@crypticstudios.com>.
11584
11585 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
11586
11587 * smerge-mode.el (smerge-auto): New function.
11588 * vc-svn.el (vc-svn-find-file-hook):
11589 * vc-arch.el (vc-arch-find-file-hook):
11590 * pcvs.el (cvs-revert-if-needed):
11591 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
11592 (top-level): Add a Todo list.
11593
11594 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
11595
11596 * vc.el (vc-update): Resolve conflicts if necessary instead of
11597 just updating the buffer.
11598
11599 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
11600 update command so that we can parse the output.
11601
11602 2008-01-13 Martin Rudalics <rudalics@gmx.at>
11603
11604 * mail/rmail.el (rmail-convert-to-babyl-format):
11605 Remove save-excursion to avoid infinite looping.
11606 Reported by dnz <dnz@bk.ru>.
11607
11608 2008-01-12 Glenn Morris <rgm@gnu.org>
11609
11610 * woman.el (woman-parse-numeric-arg): Change handling of `==':
11611 can be interned without a function definition.
11612
11613 2008-01-12 Jason Rumney <jasonr@gnu.org>
11614
11615 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
11616 (rng-nxml-mode-init): Declare.
11617
11618 2008-01-11 Jason Rumney <jasonr@gnu.org>
11619
11620 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
11621 (rng-preferred-prefix-alist-default): Remove.
11622
11623 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
11624 Rename from nxml-enable-unicode-char-name-sets-flag.
11625 (nxml-enable-unicode-char-name-sets-1): Merge into
11626 nxml-enable-unicode-char-name-sets.
11627 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
11628 nxml-char-name-ignore-case here.
11629
11630 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
11631 Update doc string and commentary.
11632 (nxml-char-name-ignore-case): Change default value.
11633 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
11634
11635 2008-01-11 Martin Rudalics <rudalics@gmx.at>
11636
11637 * cus-start.el (all): Add missing version entries.
11638
11639 2008-01-11 Glenn Morris <rgm@gnu.org>
11640
11641 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
11642 (euc-to-flat-code, flat-code-to-euc):
11643 * textmodes/org.el (elmo-msgdb-overview-get-entity)
11644 (wl-summary-buffer-msgdb): Declare as funtions.
11645
11646 2008-01-10 Martin Rudalics <rudalics@gmx.at>
11647
11648 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
11649 Bind buffer-file-name and buffer-file-truename.
11650
11651 * fringe.el (fringe-mode-explicit): New variable.
11652 (set-fringe-mode): Don't alter default-frame-alist when just
11653 loading this file.
11654
11655 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
11656
11657 * doc-view.el (doc-view-buffer-file-name): New variable.
11658 (doc-view-convert-current-doc, doc-view-search)
11659 (doc-view-current-cache-dir, doc-view-initiate-display)
11660 (doc-view-mode): Use it.
11661 (doc-view-bookmark-make-cell): Use variable buffer-file-name
11662 instead of function.
11663
11664 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
11665
11666 * vc-svn.el (vc-svn-registered): Return the correct value for
11667 ignored and unregistered files.
11668
11669 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
11670
11671 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
11672
11673 2008-01-10 Tom Tromey <tromey@redhat.com>
11674
11675 * vc.el (vc-status-unmark-all-files): New function.
11676 (vc-status-unmark-all-files): Likewise.
11677 (vc-status-mode-map): Add bindings.
11678
11679 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
11680
11681 * ediff*.el: Uncomment declare-function.
11682
11683 * emulation/viper*.el: Uncomment declare-function.
11684
11685 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
11686
11687 * doc-view.el (doc-view-mode): Support tramp, compressed files and
11688 files inside archives uniformly.
11689
11690 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
11691
11692 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
11693 constant with a computation on sgml-specials rather than a literal
11694 list. Without this change the syntax table is generated
11695 incorrectly, and the mode will think it's in a comment following
11696 any instance of the string "--".
11697
11698 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
11699
11700 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
11701 (doc-view-mode): Support document files inside archives.
11702
11703 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
11704
11705 * vc.el (vc-deduce-fileset): Return the currently selected file if
11706 no files are selected when using vc-status.
11707
11708 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
11709
11710 * ediff*.el: Comment out declare-function. "make bootstrap"
11711 stops with an error and Emacs does not compile with those things in.
11712 Besides, declare-function is not defined in XEmacs.
11713
11714 * ediff-util (eqiff-quit): Autoraise minibuffer.
11715
11716 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
11717
11718 * emulation/viper*.el: Comment out declare-function -- not defined
11719 in XEmacs.
11720
11721 * emulation/viper-ex.el (viper-info-on-file):
11722 Take care of indirect buffers.
11723
11724 * emulation/viper.el (viper-set-hooks, set-cursor-color):
11725 Set viper-vi-state-cursor-color.
11726
11727 2008-01-09 Tom Tromey <tromey@redhat.com>
11728
11729 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
11730 Just return header.
11731 (vc-status-move-to-goal-column): New function.
11732 (vc-status-mode-map): Define more keys.
11733 (vc-status-mode): Use vc-status-refresh. Now 'special.
11734 (vc-status-refresh): New function.
11735 (vc-status-next-line): Likewise.
11736 (vc-status-previous-line): Likewise.
11737 (vc-status-mark-file): Use vc-status-next-line.
11738 (vc-status-unmark-file): Use vc-status-previous-line.
11739 (vc-status-unmark-file-up): New function.
11740 (vc-status-register): Likewise.
11741 (vc-status-find-file): Likewise.
11742 (vc-status-find-file-other-window): Likewise.
11743 (vc-status-current-file): Likewise.
11744 (vc-ensure-vc-buffer): Understand vc-status mode.
11745
11746 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
11747
11748 2008-01-09 Glenn Morris <rgm@gnu.org>
11749
11750 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
11751 entry, for Windows.
11752
11753 2008-01-09 Tom Tromey <tromey@redhat.com>
11754
11755 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
11756
11757 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
11758
11759 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
11760 add a file-name handler.
11761
11762 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11763
11764 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
11765 Rename from function bibtex-files-expand. New optional arg select.
11766 (bibtex-flash-head): Allow blink-matching-delay being zero.
11767 (bibtex-clean-entry): Use atomic-change-group.
11768 (bibtex-format-entry): Check presence of required fields only
11769 after formatting of fields. Use member-ignore-case. Do not use
11770 bibtex-parse-entry. Do not use booktitle field to set a missing title.
11771 (bibtex-autofill-entry): Do not call undo-boundary.
11772 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
11773 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
11774 Parse keys if necessary.
11775
11776 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11777
11778 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
11779 quotes in case of spaces, e.g. STL containers (not pretty).
11780
11781 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11782
11783 * progmodes/gdb-ui.el (gud-gdb-command-name):
11784 Explain "--annotate=3" option is necessary for the Graphical Interface.
11785
11786 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11787
11788 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
11789 on menu bar.
11790
11791 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
11792
11793 * ffap.el (ffap-read-file-or-url): Let-bind
11794 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
11795
11796 2008-01-08 Sven Joachim <svenjoac@gmx.de>
11797
11798 * vc-bzr.el: Fix typo in header.
11799
11800 2008-01-08 Eli Zaretskii <eliz@gnu.org>
11801
11802 * Makefile.in (custom-deps, finder-data): Depend on autoloads
11803 instead of loaddefs.el.
11804
11805 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
11806
11807 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
11808 gets inserted out-of-order.
11809
11810 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
11811
11812 * vc-bzr.el: Copyright and version headers update.
11813 Remove some outdated comments through the whole file.
11814 (vc-bzr-program-args): Remove because unused.
11815 (vc-bzr-log-switches): New customization option.
11816 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
11817 use `vc-bzr-program-args'.
11818 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
11819 `vc-find-root' (patch by Andreas Hoenen).
11820 (vc-bzr-status): Update regex to match latest Bzr output.
11821 Remove redundant test.
11822 (vc-bzr-init-version): New function.
11823 (vc-bzr-unregister): Must not delete file.
11824 (vc-bzr-find-version): New function.
11825 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
11826 a non-empty string, otherwise take head revision.
11827 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
11828 (vc-bzr-diff): Simpler build of the revision spec string.
11829 (vc-annotate-convert-time, vc-bzr-annotate-difference):
11830 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
11831 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
11832 (vc-bzr-dired-state-info): Only provide custom strings for
11833 overloaded VC state 'edited; otherwise fallback to
11834 `vc-default-dired-state-info'.
11835
11836 2008-01-08 Richard Stallman <rms@gnu.org>
11837
11838 * delsel.el (delete-selection-mode): Doc fix.
11839
11840 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11841
11842 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
11843 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
11844
11845 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
11846 of watch expressions (only works fully with GDB 6.7 or later).
11847
11848 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
11849
11850 * time-stamp.el (time-stamp-time-zone):
11851 * whitespace.el (whitespace-check-buffer-leading)
11852 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
11853 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
11854 * progmodes/sh-script.el (sh-indentation):
11855 * textmodes/ispell.el (ispell-local-pdict):
11856 Add safe-local-variable properties.
11857
11858 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
11859
11860 * vc-git.el (vc-git--call): Apply `process-file' instead of
11861 `call-process'.
11862
11863 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
11864 Reported by Pete Forman <pete.forman@westerngeco.com>.
11865 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
11866 (tramp-handle-process-file): Handle the case where DESTINATION is
11867 a consp with t as car.
11868 (tramp-wait-for-output): We shall remove exactly what has been
11869 find by the search.
11870
11871 2008-01-08 Kevin Ryde <user42@zip.com.au>
11872
11873 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11874 For perl, allow "during global destruction" at end. Add entry for
11875 two-arg form of the Test module ok() func.
11876
11877 2008-01-08 Glenn Morris <rgm@gnu.org>
11878
11879 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
11880 unified format.
11881
11882 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
11883
11884 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
11885
11886 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
11887 Simplify selection of frame focusing function.
11888
11889 2008-01-08 Michael Olson <mwolson@gnu.org>
11890
11891 * textmodes/remember.el (remember-region): Fix typo in docstring.
11892
11893 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
11894
11895 * textmodes/remember.el (remember): If there is a visible region
11896 [that is, the mark is active and transient mark mode is enabled]
11897 then use this region for the initial contents of the *Remember*
11898 buffer. Use `region-beginning' and `region-end' instead of
11899 `point' and `mark'.
11900
11901 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
11902
11903 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
11904 argument to vc-hg-command.
11905 (vc-hg-log-view-mode): Handle the user field better.
11906
11907 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
11908
11909 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
11910
11911 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11912
11913 * vc.el (vc-status-fileinfo): New defstruct.
11914 (vc-status): New defvar.
11915 (vc-status-insert-headers, vc-status-printer, vc-status)
11916 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
11917 (vc-status-unmark-file, vc-status-marked-files): New functions.
11918
11919 * vc-hg.el (vc-hg-dir-status): New function.
11920
11921 2008-01-06 Martin Rudalics <rudalics@gmx.at>
11922
11923 * cus-edit.el (custom-tool-bar-map): Move initialization of this
11924 keymap from here ...
11925 (custom-mode): ... to here. Reported by Reiner Steib.
11926
11927 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11928
11929 * obsolete/x-apollo.el: Remove file for unsupported system.
11930
11931 * term/x-win.el (vendor-specific-keysyms): Remove reference to
11932 Apollo.
11933
11934 * progmodes/gud.el (gud-dgux-p): Remove.
11935 (dbx): Remove reference to dgux.
11936
11937 * progmodes/ps-mode.el (ps-mode-print-function):
11938 * ps-print.el (ps-lp-system):
11939 * paths.el (rmail-spool-directory):
11940 * ls-lisp.el (ls-lisp-emulation):
11941 * lpr.el (lpr-lp-system):
11942 * dired.el (dired-chown-program): Remove references to dgux.
11943
11944 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
11945
11946 * vc.el (vc-process-sentinel): Fix apparent typo.
11947 (vc-do-command): Forcefully kill any left over process.
11948 Use start-file-process.
11949 (vc-annotate-get-time-set-line-props): Check we don't move backward.
11950
11951 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
11952
11953 * net/dbus.el (dbus-list-hash-table)
11954 (dbus-name-owner-changed-handler): Replace "signal" by "member".
11955 (dbus-check-event): Add serial number to event.
11956 (dbus-handle-event): Apply return message if needed.
11957 (dbus-event-serial-number): New defun.
11958 (dbus-event-service-name, dbus-event-path-name)
11959 (dbus-event-interface-name, dbus-event-member-name):
11960 Adapt implementation to serial number.
11961
11962 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
11963
11964 * bs.el (bs--get-mode-name): Fix typo in previous change.
11965
11966 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
11967
11968 * mouse.el (mouse-popup-menubar): Fix typo.
11969
11970 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
11971 form inside with-current-buffer.
11972
11973 * progmodes/antlr-mode.el (provide): Move to the end of file.
11974 (require): Don't require font-lock and compile.
11975 (outline-level, imenu-use-markers, imenu-create-index-function):
11976 Move declarations to top level.
11977 (cond-emacs-xemacs-macfn): Declare for compiler.
11978
11979 * vc-bzr.el (vc-bzr-root):
11980 * vc-arch.el (vc-arch-root): Only set a property if the file is
11981 managed by this backend.
11982
11983 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
11984
11985 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
11986
11987 * doc-view.el (doc-view-scroll-up-or-next-page)
11988 (doc-view-scroll-down-or-previous-page): Don't scroll to the
11989 top/bottom again when on the first/last page.
11990
11991 * doc-view.el (doc-view-scroll-up-or-next-page)
11992 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
11993 image-scroll-down instead of the non-image equivalents.
11994 Don't rely on a signalled condition but switch pages when scrolling
11995 doesn't change the vertical position anymore.
11996 (doc-view-mode-map): Remap scroll-{up,down} to
11997 image-scroll-{up,down}.
11998
11999 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
12000
12001 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
12002 tpu-mapper command rather than load the tpu-mapper package.
12003
12004 * emulation/tpu-mapper.el (tpu-mapper): New command.
12005 Contains all the code previously at top-level.
12006
12007 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12008
12009 * bs.el (bs--sort-by-mode, bs--get-mode-name):
12010 * imenu.el (imenu-add-to-menubar):
12011 * makesum.el (make-command-summary):
12012 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
12013 (mouse-buffer-menu):
12014 * msb.el (msb--mode-menu-cond):
12015 * calc/calc-embed.el (calc-do-embedded):
12016 * emacs-lisp/helper.el (Helper-describe-mode):
12017 * mail/emacsbug.el (report-emacs-bug):
12018 * progmodes/hideshow.el (hs-grok-mode-type):
12019 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
12020 * textmodes/table.el (*table--cell-describe-mode):
12021 Pass mode-name through format-mode-line.
12022
12023 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12024
12025 * progmodes/ada-xref.el (ada-prj-find-prj-file):
12026 * progmodes/ada-mode.el (comment-region):
12027 * calendar/todo-mode.el (todo-insert-item):
12028 * bookmark.el (bookmark-buffer-name):
12029 Test major-mode rather than mode-name.
12030
12031 2008-01-04 Richard Stallman <rms@gnu.org>
12032
12033 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
12034 Call byte-compile-warn-about-unresolved-functions outside
12035 the with-current-buffer.
12036 (byte-compile-insert-header): Use with-current-buffer.
12037
12038 2008-01-04 Glenn Morris <rgm@gnu.org>
12039
12040 * startup.el (fancy-about-screen): Remove reference to deleted
12041 `fancy-splash-help-echo' variable.
12042
12043 * version.el (emacs-copyright): Update to 2008.
12044
12045 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
12046 rather than mapcar.
12047
12048 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
12049 change (merge mistake).
12050
12051 * doc-view.el (doc-view-search-internal): Don't use `incf'.
12052
12053 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
12054 (bookmark-get-bookmark-record):
12055 * image-mode.el (bookmark-make-cell-function)
12056 (bookmark-get-filename, bookmark-get-bookmark-record)
12057 (bookmark-get-position):
12058 * log-view.el (vc-modify-change-comment):
12059 * progmodes/grep.el (find-name-arg): Declare for compiler.
12060
12061 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
12062
12063 * savehist.el (savehist-coding-system): Default to a variant coding
12064 system with explicit unix end-of-line conversion, which is safer.
12065
12066 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
12067
12068 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
12069 * ibuffer.el (mode column): Use format-mode-line.
12070
12071 * server.el (server-create-window-system-frame): Remove workaround for
12072 a bug that has been fixed.
12073
12074 2008-01-03 Magnus Henoch <magnus@zemdatav>
12075
12076 * net/dbus.el (dbus-name-owner-changed-handler):
12077 Use dbus-unregister-object instead of dbus-unregister-signal.
12078
12079 2008-01-03 Drew Adams <drew.adams@oracle.com>
12080
12081 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
12082
12083 2008-01-03 Richard Stallman <rms@gnu.org>
12084
12085 * replace.el (occur-context-lines): New subroutine,
12086 broken out of occur-engine.
12087 (occur-engine): Call it.
12088
12089 2008-01-03 Alexandre Julliard <julliard@winehq.org>
12090
12091 * vc-git.el (vc-git--ls-files-state): New function.
12092 (vc-git-dir-state): Use it instead of processing the status
12093 results here.
12094
12095 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
12096
12097 * progmodes/grep.el (grep-find-ignored-directories):
12098 Initialize from the value of vc-directory-exclusion-list.
12099
12100 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
12101 even though we don't have a back end for darcs yet.
12102
12103 2008-01-02 Karl Fogel <kfogel@red-bean.com>
12104
12105 Change a return type, for greater extensibility.
12106 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
12107 and its thread for discussion leading to this change.
12108
12109 * bookmark.el (bookmark-jump-noselect):
12110 Return an alist instead of a dotted pair.
12111 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
12112 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
12113 (bookmark-bmenu-switch-other-window): Adjust accordingly.
12114 (bookmark-make-cell-function): Adjust documentation accordingly.
12115
12116 * image-mode.el (image-bookmark-jump):
12117 Adjust return type accordingly; document.
12118
12119 * doc-view.el (doc-view-bookmark-jump):
12120 Adjust return type accordingly; document.
12121
12122 2008-01-02 Miles Bader <miles@gnu.org>
12123
12124 * net/rcirc.el (rcirc-log-filename-function): New variable.
12125 (rcirc-log): Use `rcirc-log-filename-function' to generate the
12126 log-file name. Don't log anything if it returns nil.
12127 (rcirc-log-write): Use `expand-file-name' when merging the
12128 log-file name from the alist with rcirc-log-directory; this does
12129 the right thing if the name in the alist already an absolute
12130 filename. Make the log-file directory if necessary.
12131
12132 2007-12-29 Richard Stallman <rms@gnu.org>
12133
12134 * font-lock.el (font-lock-prepend-text-property)
12135 (font-lock-append-text-property): Canonicalize the face and
12136 font-lock-face properties.
12137
12138 * faces.el (facep): Doc fix.
12139
12140 * startup.el (fancy-startup-tail, fancy-about-text)
12141 (fancy-startup-text): Regularize format of face property.
12142
12143 * facemenu.el (list-colors-print): Use :background and :foreground
12144 instead of background-color and foreground-color.
12145
12146 2007-12-29 Drew Adams <drew.adams@oracle.com>
12147
12148 * cus-edit.el (custom-add-parent-links):
12149 Fill the "Parent documentation" text.
12150
12151 2007-12-29 Eli Zaretskii <eliz@gnu.org>
12152
12153 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
12154 MS-Windows and MS-DOS.
12155 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
12156
12157 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
12158
12159 * vc-svn.el (vc-svn-modify-change comment): New function.
12160
12161 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
12162
12163 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
12164 Do not disable undo, with-temp-buffer does it by default.
12165
12166 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
12167
12168 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
12169 correctly.
12170
12171 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
12172 with vc-state.
12173 (vc-next-action): Fix vc-transfer-file call.
12174
12175 2007-12-31 Tom Tromey <tromey@redhat.com>
12176
12177 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
12178 Move point to the start of the buffer.
12179
12180 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
12181
12182 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
12183
12184 * vc.el: State that dir-state is required to set the vc-state and
12185 vc-backend properties.
12186
12187 2007-12-31 Martin Rudalics <rudalics@gmx.at>
12188
12189 * man.el (Man-default-man-entry): Make this a defun.
12190 Improve guessing mechanism and handling of section numbers.
12191
12192 2007-12-31 Richard Stallman <rms@gnu.org>
12193
12194 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
12195
12196 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
12197
12198 * calc/calc-units.el (calc-convert-temperature): Ensure that units
12199 are on the result even when the result is zero.
12200
12201 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
12202
12203 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
12204 resistent towards wrong parameters.
12205 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
12206
12207 2007-12-30 Richard Stallman <rms@gnu.org>
12208
12209 * faces.el (face-all-attributes): New function.
12210
12211 * faces.el (face-differs-from-default-p): Compute list of attr names
12212 from face-attribute-name-alist.
12213
12214 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
12215 (custom-face-save): Likewise.
12216 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
12217
12218 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
12219 (custom-theme-set-faces): Clear `face-override-spec' property.
12220 Call `face-spec-set' with FOR-DEFFACE.
12221
12222 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
12223
12224 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
12225 Use of frame as third arg is deprecated.
12226 Handle `face-override-spec' property.
12227 (face-spec-recalc): New function.
12228 (face-spec-set-2): New function.
12229 (frame-set-background-mode): Handle `face-override-spec' property.
12230 Use `face-spec-recalc'.
12231 (face-set-after-frame-default): Use `face-spec-recalc'.
12232
12233 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
12234
12235 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
12236
12237 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12238
12239 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
12240
12241 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
12242
12243 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
12244 'added, 'removed.
12245
12246 * vc.el (header coment): Better description of dir-state.
12247 (vc-compatible-state): New function. Checks whether two states
12248 can be in the same changeset; used with 'edited it can test whether
12249 the next action for a state should be commit.
12250 (vc-default-dired-state-info): Display 'removed state.
12251 (vc-dired-hook): Turn off undo, this is a speed tweak.
12252
12253 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
12254
12255 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
12256 Cope with the possibility that the 'C' status flag might change
12257 in 0.9,6.
12258
12259 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
12260
12261 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
12262
12263 * files.el (cd-absolute): Fix omission bug:
12264 Make `list-buffers-directory' buffer-local.
12265
12266 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12267
12268 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
12269
12270 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
12271
12272 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
12273
12274 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
12275 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
12276 (math-yacas-compose-deriv, math-yacas-compose-taylor)
12277 (math-maxima-parse-subst, math-maxima-parse-taylor)
12278 (math-maxima-compose-taylor, math-maxima-compose-subst)
12279 (math-maxima-compose-if, math-lang-switch-args)
12280 (math-lang-compose-switch-args, math-read-giac-subscr):
12281 New functions.
12282 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
12283 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
12284 Add languages.
12285 (math-vector-brackets, math-complex-format, math-variable-table)
12286 (math-parse-table, math-oper-table, math-function-table)
12287 (math-special-function-table, math-compose-subscr):
12288 Add values for new languages.
12289
12290 * calc/calccomp.el (math-compose-expr): Add new languages.
12291
12292 * calc/calc.el (calc-language): Add languages to docstring.
12293
12294 * calc/calc-ext.el (calc-init-extensions): Add keybindings
12295 for new languages. Autoload commands to change languages.
12296
12297 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
12298
12299 * calc/calc-menu.el (calc-modes-menu): Add new languages.
12300 (calc-arithmetic-menu, calc-scientific-function-menu)
12301 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
12302 (calc-units-menu, calc-variables-menu, calc-stack-menu):
12303 Add :active keywords.
12304
12305 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
12306
12307 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
12308 returns 'ignored or 'unregistered.
12309 (vc-hg-state): Pass "-A" to the status command and deal with the
12310 output.
12311 (vc-hg-dir-state): Pass "-A" to the status command.
12312
12313 2007-12-29 Richard Stallman <rms@gnu.org>
12314
12315 * progmodes/compile.el (compilation-start): Set initial visible
12316 point properly even when compilation buffer already current.
12317
12318 2007-12-29 Richard Stallman <rms@gnu.org>
12319
12320 * files.el (conf-mode-maybe): New function.
12321 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
12322
12323 2007-12-29 Martin Rudalics <rudalics@gmx.at>
12324
12325 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
12326
12327 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12328
12329 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
12330
12331 2007-12-29 Richard Stallman <rms@gnu.org>
12332
12333 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
12334 so they never do EOF.
12335
12336 2007-12-29 Richard Stallman <rms@gnu.org>
12337
12338 * faces.el (copy-face): Create the new face explicitly if it
12339 does not exist already.
12340
12341 2007-12-29 Eli Zaretskii <eliz@gnu.org>
12342
12343 * simple.el (minibuffer-history, shell-command-history)
12344 (set-variable-value-history):
12345 * replace.el (regexp-history):
12346 * international/mule-cmds.el (input-method-history):
12347 * files.el (file-name-history): Add reference to history-length in
12348 the doc string.
12349
12350 2007-12-29 Richard Stallman <rms@gnu.org>
12351
12352 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
12353
12354 2007-12-29 Jason Rumney <jasonr@gnu.org>
12355
12356 * find-dired.el (find-name-arg): New custom variable.
12357 (find-name-dired): Use it.
12358 (find-dired-find-program): Remove.
12359 (find-dired): Use find-program.
12360 (find-grep-dired): Use grep-program.
12361
12362 * progmodes/grep.el (rgrep): Use find-name-arg.
12363
12364 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
12365
12366 * progmodes/cc-vars.el (defcustom-c-stylevar):
12367 Revert to pre-2007-12-12 version.
12368
12369 2007-12-29 Richard Stallman <rms@gnu.org>
12370
12371 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
12372
12373 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
12374 Use changed.
12375
12376 * startup.el (fancy-splash-help-echo): Var deleted.
12377 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
12378 (fancy-about-screen): Don't display fancy-splash-help-echo.
12379
12380 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
12381
12382 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
12383
12384 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
12385 to vc-hooks.el so it will be available to other modes, such as
12386 speedbar.el. Also, teach it to recognize monotone state directories.
12387
12388 * speedbar.el: Remove this mode's fragile assumptions about
12389 version-control systems. Instead, make it use logic from
12390 vc-hooks.el so it will become smarter whenever VC mode does.
12391
12392 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
12393 Fix the documentation.
12394
12395 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
12396 Modify all instances of the dir-state back-end method to suppress
12397 keeping undo lists on the buffers holding status output, which
12398 can get extremely large.
12399
12400 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
12401 so they don't do work that the default one can do instead.
12402
12403 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
12404 states, and the new return-value convention. These are not
12405 actually used yet, just set.
12406
12407 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
12408 states when appropriate.
12409
12410 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
12411 'unregistered when appropriate.
12412
12413 * vc-git.el: Document that we don't set the new states yet.
12414
12415 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
12416 'ignored states.
12417
12418 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
12419 appropriate.
12420
12421 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
12422 when appropriate.
12423
12424 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
12425
12426 * thumbs.el (thumbs-call-convert): Use call-process directly
12427 with thumbs-conversion-program instead of through shell-file-name
12428 for better error reporting.
12429
12430 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
12431
12432 * calc/calc-aent.el (math-remove-percentsigns):
12433 * calc/calccomp.el (math-to-percentsigns): Change placeholder
12434 for percent signs.
12435
12436 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
12437
12438 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
12439 use completion-ignored-extensions to detect files that should be
12440 ignorted in VC-Dired listings, heading off lots of expensive calls
12441 to (vc-state).
12442
12443 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
12444 non-terse mode.
12445 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
12446 Makefile.in or Makefile.am.
12447
12448 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12449
12450 * ps-print.el (ps-mark-active-p): Fun returned back.
12451 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
12452 `region-active-p' for error checking.
12453
12454 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
12455
12456 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
12457 Put new machinery in place to support editing of change comments
12458 with 'e' in a log-view buffer. Not documented yet as this
12459 only works for SCCS, RCS, and maybe CVS if you have admin
12460 privileges. When we have backend support for Subversion and
12461 more modern systems it will be time to write this up.
12462
12463 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
12464
12465 * international/mule-cmds.el (select-safe-coding-system):
12466 When a buffer is modified, cancel the writing.
12467
12468 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
12469
12470 * log-view.el: Add Subversion and Mercurial log format samples.
12471
12472 * vc.el (vc-dired-hook): Significantly speed up by arranging for
12473 it to call the backend dir-state hook (if it exists)
12474 exactly *once*, rather than once per each subdirectory (with
12475 dired-state-info calls on all toplevel files slowing it down even
12476 further). For this to work, backend dir-state methods have to
12477 recurse to subdirectories. Most of them already did anyway; a few
12478 needed *non*-recursion switches removed. This change mostly
12479 removed code that was perversely bad and should have been shot
12480 through the head years ago.
12481
12482 * vc-bzr.el (vc-bzr-dir-state):
12483 * vc-cvs.el (vc-cvs-dir-state):
12484 * vc-mcvs.el (vc-mcvs-dir-state):
12485 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
12486
12487 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
12488 multiple arguments, so generate logs sequentially when we get them.
12489 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
12490 headers so the various log bindings can do the right thing.
12491 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
12492
12493 2007-12-26 Andreas Schwab <schwab@suse.de>
12494
12495 * font-lock.el (save-buffer-state): Make sure the state of the
12496 buffer is always restored.
12497
12498 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
12499
12500 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
12501
12502 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
12503 a variable.
12504
12505 * calc/calccomp.el (math-to-percentsigns): New function.
12506 (math-compose-var): Handle variables with percent signs.
12507 (math-compose-expr): Handle function names with percent signs.
12508
12509 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
12510 (math-read-exprs): Handle percent signs in languages that
12511 allow them.
12512 (math-restore-underscores): Remove function.
12513 (math-remove-percentsigns, math-restore-placeholders):
12514 New functions.
12515
12516 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12517
12518 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
12519 of `mark' for error checking.
12520
12521 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
12522
12523 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
12524 New functions.
12525 (image-mode): Set bookmark-make-cell-function appropriately.
12526
12527 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
12528
12529 * bookmark.el (bookmark-make-cell-function): New variable.
12530 (bookmark-make): Call bookmark-make-cell-function's function
12531 instead of bookmark-make-cell.
12532 (bookmark-get-handler, bookmark-jump-internal): New functions.
12533 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
12534 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
12535 Use bookmark-jump-internal.
12536 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
12537
12538 * doc-view.el (doc-view-bookmark-make-cell)
12539 (doc-view-bookmark-jump): New functions.
12540 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
12541
12542 2007-12-25 Miles Bader <miles@gnu.org>
12543
12544 * indent.el (indent-for-tab-command): Rigidly indent the following
12545 sexp along with the current line when a prefix arg is given in the
12546 non-active-region case. Specify raw prefix in interactive spec.
12547 Simplify main indentation logic to get rid of the conditional call
12548 to `indent-according-to-mode' (it just ended up calling
12549 `indent-line-function' in all cases anyway, which can be done more
12550 simply here). Remove unnecessary test of ARG in active region case.
12551
12552 2007-12-25 Richard Stallman <rms@gnu.org>
12553
12554 * allout.el (allout-region-active-p): Rename from my-region-active-p.
12555 Use `use-region-p'.
12556 (allout-write-file-hook-handler): Simplify code.
12557
12558 * ps-print.el (ps-mark-active-p): Function deleted.
12559 (ps-print-preprint-region): Use (mark) for the error check.
12560
12561 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
12562
12563 * winner.el (winner-active-region): Use `mark-active' if it's defined.
12564
12565 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
12566
12567 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
12568
12569 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
12570
12571 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
12572
12573 * progmodes/cc-defs.el (c-region-is-active-p):
12574 Use `mark-active' if it's defined.
12575
12576 * progmodes/cc-cmds.el (c-indent-line-or-region):
12577 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
12578
12579 * simple.el (select-active-regions): New option.
12580 (set-mark): Obey it.
12581 (yank-pop-change-selection): New option.
12582 (current-kill): Obey it.
12583
12584 * simple.el (use-region-p): Rename from `region-active-p'.
12585 (region-active-p): New function.
12586
12587 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
12588
12589 * term/x-win.el (x-select-enable-primary): New option.
12590 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
12591
12592 * mouse.el (mouse-yank-primary): New function (almost same
12593 as mouse-yank-secondary).
12594
12595 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
12596
12597 * calculator.el:
12598 * dframe.el:
12599 * iswitchb.el:
12600 * whitespace.el:
12601 * winner.el:
12602 * emacs-lisp/checkdoc.el:
12603 * mail/feedmail.el:
12604 * net/quickurl.el:
12605 * obsolete/fast-lock.el:
12606 * play/5x5.el:
12607 * progmodes/delphi.el:
12608 * progmodes/idlw-shell.el:
12609 * progmodes/idlwave.el:
12610 * textmodes/artist.el:
12611 * textmodes/ispell.el:
12612 * textmodes/texinfmt.el:
12613 * textmodes/texinfo.el: Remove obsolete definitions of backward
12614 compatibility macros for defcustom, defgroup, defface, when,
12615 unless, with-current-buffer and with-temp-message.
12616
12617 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
12618
12619 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
12620
12621 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
12622
12623 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
12624 indeed a process.
12625
12626 2007-12-23 Richard Stallman <rms@gnu.org>
12627
12628 * simple.el (region-active-p): New function.
12629 (use-empty-active-region): New variable.
12630
12631 * dired-aux.el (dired): Load dired.el at run time too.
12632
12633 2007-12-23 Juri Linkov <juri@jurta.org>
12634
12635 * man.el (Man-follow-manual-reference): Fill the minibuffer's
12636 default list with a full list of references.
12637
12638 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
12639
12640 2007-12-23 Andreas Schwab <schwab@suse.de>
12641
12642 * files.el (switch-to-buffer-other-frame): Return the buffer
12643 switched to.
12644
12645 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
12646
12647 Sync with Tramp 2.1.12.
12648
12649 * net/tramp.el: New todo item.
12650
12651 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
12652 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
12653
12654 * net/trampver.el: Update release number.
12655
12656 2007-12-22 Richard Stallman <rms@gnu.org>
12657
12658 * newcomment.el (comment-region-default): Don't triple the
12659 comment starter if the first region line isn't indented enough.
12660
12661 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
12662
12663 * net/imap.el (imap-authenticate): Use current-buffer instead of
12664 buffer, for the cases where imap-authenticate is called with a nil
12665 buffer parameter.
12666
12667 2007-12-21 Martin Rudalics <rudalics@gmx.at>
12668
12669 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
12670 specifier from format-string. Reported by Ye Wenbin.
12671
12672 2007-12-20 Jason Rumney <jasonr@gnu.org>
12673
12674 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
12675 Parent group is font-lock-faces.
12676 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
12677 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
12678 (nxml-version): Remove.
12679 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
12680 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
12681 (nxml-processing-instruction-delimiter)
12682 (nxml-processing-instruction-target)
12683 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
12684 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
12685 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
12686 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
12687 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
12688 (nxml-attribute-prefix, nxml-attribute-colon)
12689 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
12690 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
12691 (nxml-attribute-value, nxml-attribute-value-delimiter)
12692 (nxml-namespace-attibute-value)
12693 (nxml-namespace-attribure-value-delimiter)
12694 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
12695 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
12696 (nxml-glyph): Rename, removing -face suffix.
12697 Inherit from existing font-lock faces.
12698 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
12699 Use new face names.
12700
12701 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12702 (nxml-outline-active-indicator, nxml-outline-ellipsis):
12703 Rename, removing -face suffix.
12704 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
12705 (nxml-highlighted-colon, nxml-highlighted-slash)
12706 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
12707 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
12708 (nxml-highlighted-qname, nxml-outline-display-heading):
12709 Use new face names.
12710
12711 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
12712
12713 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
12714
12715 2007-12-19 Martin Rudalics <rudalics@gmx.at>
12716
12717 * cus-start.el (all): Use correct group name for members of
12718 mode-line group.
12719
12720 * man.el (Man-default-man-entry): When looking for default man
12721 entry title search text preceding point. Use when instead of if.
12722
12723 * indent.el (indent-for-tab-command): Fix doc-string typo.
12724
12725 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
12726 vc-parent-buffer is the current buffer.
12727
12728 * info-look.el (info-lookup, info-lookup-setup-mode)
12729 (info-lookup-make-completions): Avoid clobbering Info-history and
12730 Info-history-list.
12731
12732 2007-12-19 Glenn Morris <rgm@gnu.org>
12733
12734 * progmodes/verilog-mode.el (top-level): Don't require compile.
12735 (compilation-error-regexp-alist, compilation-last-buffer):
12736 Define for compiler.
12737 (verilog-insert-1): New function.
12738 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
12739 Use verilog-insert-1.
12740 (verilog-surelint-off): Use next-error-last-buffer if bound.
12741 Check compile buffer is live.
12742
12743 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
12744
12745 * progmodes/compile.el (compilation-start): Don't pass a FRAME
12746 argument to display-buffer.
12747
12748 2007-12-19 Jason Rumney <jasonr@gnu.org>
12749
12750 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
12751 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
12752 (rng-byte-compile-load, rng-write-version): Remove.
12753
12754 * nxml/rng-loc.el (rng-schema-locating-files-default)
12755 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
12756 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
12757
12758 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
12759
12760 * files.el (cd-absolute): Set `list-buffers-directory' in order to
12761 show correct path in buffer list.
12762
12763 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
12764 (tramp-find-shell): Send only single prompt setting commands, in
12765 order to avoid double-prompt.
12766
12767 * net/tramp-compat.el (top): Require cl only when compiling.
12768 Reported by Glenn Morris <rgm@gnu.org>.
12769
12770 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
12771
12772 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
12773 (c-comment-continuation-stars): No longer declare with
12774 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
12775 (c-block-comment-prefix): Use symbol-value to
12776 access c-comment-continuation-stars.
12777 * progmodes/cc-mode.el (c-initialize-cc-mode):
12778 Use symbol-value to access c-comment-continuation-stars.
12779
12780 2007-12-18 Mark A. Hershberger <mah@everybody.org>
12781
12782 * xml.el (xml-escape-string): New function. Escape string using
12783 xml-entity-alist.
12784 (xml-debug-print-internal): Use xml-escape-string to escape
12785 characters in attributes and in text children of elements.
12786
12787 2007-12-18 Glenn Morris <rgm@gnu.org>
12788
12789 * progmodes/cc-subword.el (c-subword-mode): Drop support for
12790 systems without define-minor-mode.
12791
12792 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
12793
12794 * progmodes/verilog-mode.el: Replace all instances of
12795 string-to-int with string-to-number, insert-string with insert,
12796 and read-input with read-string.
12797 (top-level): No need to require imenu, reporter, dinotrace, vc,
12798 font-lock when compiling. Always require compile. Relegate remaining
12799 compatibility cruft to XEmacs. Don't require font-lock.
12800 (verilog-version): Remove superfluous concat.
12801 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
12802 No need to define.
12803 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
12804 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
12805 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
12806 (verilog-startup-message-displayed): These are variables, not constants.
12807 (verilog-batch-execute-func, verilog-auto-inst)
12808 (verilog-auto-inst-param): Use mapc rather than mapcar.
12809 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
12810 actually defining.
12811 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
12812 (verilog-modi-get-outputs, verilog-modi-get-inouts)
12813 (verilog-modi-get-inputs, verilog-modi-get-wires)
12814 (verilog-modi-get-regs, verilog-modi-get-assigns)
12815 (verilog-modi-get-consts, verilog-modi-get-gparams)
12816 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
12817 (verilog-modi-get-sub-inputs): Move inline functions earlier in
12818 the file.
12819 (sigs-in, sigs-out): Don't declare multiple times.
12820 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
12821 `defvar'.
12822 (verilog-auto): Call dinotrace-unannotate-all only if bound.
12823 (verilog-module-inside-filename-p): No need to wrap fboundp test
12824 in condition-case.
12825 (reporter-submit-bug-report): Autoload it.
12826 (verilog-mark-defun): Call zmacs-activate-region only if bound.
12827 (verilog-font-customize): Call customize-apropos only if bound.
12828 (verilog-getopt-flags, verilog-auto-reeval-locals):
12829 Use make-local-variable rather than make-variable-buffer-local.
12830 (verilog-company, verilog-project, verilog-modi-cache-list):
12831 Move make-variable-buffer-local calls to top-level.
12832 (font-lock-defaults-alist): Don't define it.
12833 (verilog-need-fld): Remove.
12834 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
12835 (verilog-mode): Only call make-local-hook on XEmacs.
12836 Set font-lock-defaults rather than using verilog-font-lock-init.
12837
12838 2007-12-17 Andreas Schwab <schwab@suse.de>
12839
12840 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
12841 Fix comment typo.
12842
12843 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
12844
12845 * net/dbus.el (dbus-name-owner-changed-handler):
12846 Use `dbus-unregister-signal' for removing old rules.
12847 Obey new structure of `dbus-registered-functions-table'.
12848
12849 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
12850
12851 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
12852
12853 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
12854
12855 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
12856 function.
12857 (add-submenu): Only define for XEmacs.
12858 (verilog-regexp-words): Revert previous change, keep the other
12859 definition.
12860
12861 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
12862
12863 * progmodes/perl-mode.el (perl-continued-statement-offset)
12864 (perl-continued-brace-offset, perl-brace-offset)
12865 (perl-brace-imaginary-offset, perl-label-offset):
12866 * progmodes/cperl-mode.el (cperl-brace-offset)
12867 (cperl-continued-brace-offset, cperl-label-offset)
12868 (cperl-continued-statement-offset)
12869 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
12870 Add safe-local-variable properties.
12871
12872 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12873
12874 * progmodes/verilog-mode.el (verilog-mode-map)
12875 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
12876 (verilog-colorize-include-files): Use only overlay functions so
12877 that it can work on both emacs and XEmacs.
12878 (set-extent-keymap): Remove unused defun.
12879 (verilog-kill-existing-comment, verilog-insert-date)
12880 (verilog-insert-year): Rename in order not to pollute the global
12881 namespace from kill-existing-comment, insert-date and
12882 insert-year, respectively.
12883 (verilog-set-auto-endcomments, verilog-header): Update callers.
12884
12885 * files.el (auto-mode-alist): Recognize verilog files.
12886
12887 * progmodes/verilog-mode.el (verilog-string-replace-matches)
12888 (verilog-string-remove-spaces, verilog-re-search-forward)
12889 (verilog-re-search-backward, verilog-re-search-forward-quick)
12890 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
12891 (verilog-get-end-of-line, verilog-within-string): Move definitions
12892 before first use. No code changes.
12893
12894 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12895
12896 * progmodes/verilog-mode.el (verilog-mode-version)
12897 (verilog-mode-release-date): Don't use expanding keywords.
12898 (provide): Move to the end of file.
12899 (fboundp): Don't check if eval-when-compile is bound, it is used
12900 later in the file without checking.
12901 (when, unless): Copy definitions from subr.el.
12902 (char-before, defcustom, defface, customize-group)
12903 (verilog-batch-error-wrapper): Don't use old style backquotes.
12904 (verilog-regexp-opt): Avoid using the cl function case.
12905 (verilog-regexp-words): Remove duplicated definition.
12906 (verilog-mode-abbrev-table): Remove, duplicate.
12907 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
12908 Declare and initialize in one step.
12909 (verilog-declaration-prefix-re, verilog-declaration-re)
12910 (verilog-end-of-statement, verilog-indent-declaration)
12911 (verilog-get-lineup-indent): Remove trailing whitespace.
12912 (verilog-mode): Fix autoload cookie.
12913 Set beginning-of-defun-function and end-of-defun-function. Use when
12914 instead of if.
12915 (verilog-emacs-features, verilog-auto-ascii-enum)
12916 (verilog-insert-indices): Escape braces in doc strings.
12917
12918 2007-12-08 Michael McNamara <mac@verilog.com>
12919 Wilson Snyder <wsnyder@wsnyder.org>
12920
12921 * progmodes/verilog-mode.el: New file.
12922
12923 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
12924
12925 * international/latexenc.el (latexenc-find-file-coding-system):
12926 If both coding-system-for-write and buffer-file-coding-system of
12927 latex-main-file are nil, use `undecided'.
12928
12929 2007-12-06 Jason Rumney <jasonr@gnu.org>
12930
12931 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
12932
12933 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
12934
12935 * files.el (revert-buffer): Docstring fix.
12936
12937 2007-12-11 Glenn Morris <rgm@gnu.org>
12938
12939 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
12940
12941 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
12942
12943 * calc/calc-aent.el (math-restore-underscores)
12944 (math-string-restore-underscores): New functions.
12945 (math-read-factor): Properly check variable names with underscores
12946 for entries in `math-expr-variable-mapping'.
12947
12948 * calc/calc-lang.el (math-lang-name): New property name.
12949
12950 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
12951 to set language name.
12952
12953 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12954
12955 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12956
12957 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
12958
12959 * server.el (server-select-display): Fix important typo.
12960 (server-process-filter): Turn a "" display into nil.
12961
12962 2007-12-09 Juri Linkov <juri@jurta.org>
12963
12964 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
12965 Check search-upper-case before calling isearch-no-upper-case-p
12966 to set case-fold-search.
12967 (occur): Doc fix.
12968 (occur-1, perform-replace): Check search-upper-case before calling
12969 isearch-no-upper-case-p to set case-fold-search.
12970
12971 * isearch.el (search-upper-case): Doc fix.
12972 (isearch-mode-map): Bind `M-s o' to isearch-occur.
12973 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
12974 (isearch-query-replace-regexp): Doc fix.
12975 (isearch-occur): New function.
12976
12977 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12978
12979 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
12980 backward compatibility.
12981
12982 * net/imap.el (imap-string-to-integer): New function.
12983
12984 2007-12-09 David Kastrup <dak@gnu.org>
12985
12986 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
12987 directories. Not sure anybody uses this anymore, though.
12988
12989 2007-12-09 Glenn Morris <rgm@gnu.org>
12990
12991 * emulation/viper-init.el (top-level): Use dolist rather than mapc
12992 in make-variable-frame-local call.
12993
12994 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12995
12996 * mail/hashcash.el (declare-function):
12997 * net/imap.el (declare-function): New no-op macro for backward
12998 compatibility.
12999
13000 2007-12-08 Eli Zaretskii <eliz@gnu.org>
13001
13002 Sync makefile.w32-in with Makefile.in.
13003
13004 * makefile.w32-in (check-declare): New target.
13005 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
13006 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
13007 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
13008 ($(lisp)/progmodes/cc-mode.elc): Use it.
13009 ($(lisp)/progmodes/cc-mode.elc): New rule.
13010
13011 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
13012
13013 * indent.el (tab-stop-list): Mark as safe-local-variable.
13014
13015 * generic-x.el (etc-sudoers-generic-mode): New mode.
13016 (generic-unix-modes): Add it.
13017
13018 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
13019
13020 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
13021 apply wildcards in a hash table key; there is no usable hash code then.
13022 (dbus-registered-functions-table): Use `equal' as test function.
13023 (dbus-name-owner-changed-handler): Rewrite due to new hash table
13024 structure.
13025
13026 2007-12-08 Martin Rudalics <rudalics@gmx.at>
13027
13028 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
13029 bound error in block comment branch.
13030
13031 2007-12-08 David Kastrup <dak@gnu.org>
13032
13033 * textmodes/reftex.el (reftex-select-with-char):
13034 * textmodes/reftex-toc.el (reftex-toc-do-promote)
13035 (reftex-toc-visit-location, reftex-toc-find-section):
13036 * textmodes/reftex-index.el (reftex-index-show-entry):
13037 * textmodes/org.el (org-cycle-hide-archived-subtrees)
13038 (org-table-rotate-recalc-marks, org-mark-ring-push)
13039 (org-follow-info-link, org-mhe-get-message-folder-from-index)
13040 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
13041 (org-evaluate-time-range, org-edit-agenda-file-list):
13042 * textmodes/artist.el (artist-select-next-op-in-list)
13043 (artist-select-prev-op-in-list):
13044 * term/mac-win.el (mac-service-insert-text):
13045 * startup.el (fancy-about-screen):
13046 * progmodes/vhdl-mode.el (vhdl-decision-query):
13047 * progmodes/idlwave.el (idlwave-template)
13048 (idlwave-scroll-completions, idlwave-display-completion-list):
13049 * progmodes/ebrowse.el (ebrowse-show-progress):
13050 * progmodes/cperl-mode.el (cperl-find-pods-heres):
13051 * progmodes/antlr-mode.el (antlr-insert-option-do):
13052 * play/mpuz.el (mpuz-close-game):
13053 * net/rcirc.el (rcirc-next-active-buffer):
13054 * mail/reporter.el (reporter-update-status):
13055 * kmacro.el (kmacro-display):
13056 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
13057 * emulation/viper-util.el (viper-save-setting):
13058 * emacs-lisp/lisp-mnt.el (lm-verify):
13059 * emacs-lisp/edebug.el (edebug-set-mode):
13060 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
13061 * calendar/calendar.el (calendar-print-day-of-year):
13062 * calc/calcalg3.el (calc-curve-fit):
13063 * calc/calcalg2.el (math-integral):
13064 * calc/calc.el (calc-read-key-sequence, calc-version):
13065 * calc/calc-mode.el (calc-set-simplify-mode):
13066 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
13067
13068 2007-12-07 D. Goel <deego3@gmail.com>
13069
13070 * progmodes/idlw-shell.el (idlwave-shell-display-line)
13071 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
13072 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
13073 * mail/uce.el (uce-reply-to-uce)
13074 * progmodes/vhdl-mode.el (vhdl-template-modify)
13075 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
13076 to `error' (as suggested by RMS.)
13077
13078 2007-12-07 Glenn Morris <rgm@gnu.org>
13079
13080 * allout.el (allout-write-file-hook-handler):
13081 * textmodes/reftex.el (reftex-TeX-master-file):
13082 * textmodes/reftex-parse.el (reftex-short-context):
13083 Revert previous change.
13084
13085 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
13086
13087 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
13088 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
13089 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
13090 (dbus-event-service-name, dbus-event-path-name)
13091 (dbus-event-interface-name, dbus-event-member-name): Fix for new
13092 event structure.
13093 (dbus-list-activatable-names, dbus-list-names)
13094 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
13095 Reorder `dbus-call-method' arguments.
13096
13097 2007-12-06 D. Goel <deego3@gmail.com>
13098
13099 * allout.el (allout-write-file-hook-handler):
13100 * textmodes/reftex.el (reftex-TeX-master-file):
13101 * textmodes/org.el (org-paste-subtree):
13102 * progmodes/vhdl-mode.el (vhdl-template-modify):
13103 * progmodes/idlw-shell.el (idlwave-shell-send-command)
13104 (idlwave-shell-display-line):
13105 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
13106 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13107 * net/trampver.el (x):
13108 * mail/uce.el (uce-reply-to-uce):
13109 * mail/rmailout.el (rmail-output):
13110 * mail/feedmail.el (feedmail-dump-message-to-queue):
13111 * whitespace.el (whitespace-write-file-hook):
13112 * wdired.el (wdired-check-kill-buffer):
13113 * vc.el (vc-update):
13114 * vc-mcvs.el (vc-mcvs-checkin):
13115 * vc-cvs.el (vc-cvs-checkin):
13116 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
13117 * ibuffer.el (ibuffer-current-buffer):
13118 * dired.el (dired-move-to-end-of-filename):
13119 * bindings.el (complete-symbol):
13120 * textmodes/org-publish.el (org-publish-file):
13121 (org-publish-current-project):
13122 * textmodes/reftex-parse.el (reftex-short-context):
13123 * textmodes/texinfmt.el: Fix buggy calls to `error'.
13124
13125 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13126
13127 * doc-view.el (doc-view-dvi->pdf-sentinel)
13128 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
13129 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
13130 within a sentinel or timer.
13131 (doc-view-display): Don't try to display before the requested page
13132 is available, unless told to do so explicitly.
13133 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
13134 Force display even if the requested page is not available.
13135
13136 2007-12-06 Richard Stallman <rms@gnu.org>
13137
13138 * help-fns.el (describe-function-1): Call ad-get-advice-info
13139 only on symbols.
13140
13141 2007-12-06 Glenn Morris <rgm@gnu.org>
13142
13143 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
13144 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
13145 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
13146 faces in non-light-background case.
13147
13148 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
13149 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
13150 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
13151 * emulation/vi.el, emulation/viper-cmd.el:
13152 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
13153 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
13154 * textmodes/fill.el: Remove directory part from filenames in
13155 function declarations.
13156
13157 * dired-aux.el (mailcap-mime-info): Update declaration.
13158
13159 2007-12-05 Richard Stallman <rms@gnu.org>
13160
13161 * wid-edit.el (widget-type): Doc fix.
13162
13163 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
13164
13165 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13166 Don't match "sub { (...) ... }".
13167
13168 2007-12-05 Richard Stallman <rms@gnu.org>
13169
13170 * international/mule-cmds.el (toggle-input-method-active): New var.
13171 (toggle-input-method): Bind toggle-input-method-active to t.
13172 Error if it was already non-nil.
13173
13174 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
13175
13176 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13177
13178 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
13179
13180 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
13181 see if certs should be verified and what is to be done in the
13182 event of a verification failure.
13183
13184 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
13185
13186 * net/tls.el (tls-program): Provide more custom choices from
13187 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
13188 (tls-process-connection-type, tls-success): Remove "*" in doc string.
13189 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13190 version. Minor improvement to doc strings.
13191 (tls-program): Add comment.
13192
13193 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
13194
13195 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13196 (tls-checktrust): New variable. Check if GNU TLS complained about a
13197 mismatch between the hostname provided in the certificate and the name
13198 of the host connnecting to.
13199 (open-tls-stream): Use them. Check certificates against trusted root
13200 certificates.
13201
13202 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
13203
13204 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
13205 (imap-parse-status): Upcase status-att for broken servers that sends
13206 them lower-case (e.g., MS Exchange 2007).
13207
13208 2007-12-05 D. Goel <deego3@gmail.com>
13209
13210 * simple.el (undo):
13211 * image-dired.el (image-dired-display-thumb-properties):
13212 (image-dired-modify-mark-on-thumb-original-file):
13213 (image-dired-dired-display-properties):
13214 * help.el (help-window-display-message):
13215 * files.el (hack-local-variables-confirm):
13216 * ediff.el (ediff-version):
13217 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
13218 `message' and `error': Ensure that first arg is a format string.
13219
13220 * emacs-lisp/find-func.el (find-library-name): Prefer files with
13221 ".el" suffix over "".
13222
13223 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
13224
13225 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
13226 interface and member fields.
13227
13228 2007-12-05 Glenn Morris <rgm@gnu.org>
13229
13230 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
13231 (pcomplete-here): Autoload it.
13232
13233 * eshell/em-basic.el (print-func): No need to define for compiler.
13234
13235 * eshell/esh-cmd.el (eshell-debug-command):
13236 * eshell/esh-io.el (eshell-print): Move definitions before use.
13237
13238 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
13239
13240 * eshell/esh-util.el (top-level): Don't require pp.
13241 Use condition-case rather than ignore-errors.
13242
13243 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
13244
13245 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
13246 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
13247 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
13248 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
13249 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
13250 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
13251 * eshell/esh-util.el, eshell/eshell.el: Require individual files
13252 if needed when compiling, rather than esh-maint. Collect any
13253 require statements. Move provide statement to end. Move any
13254 commentary to start.
13255
13256 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
13257 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
13258 * eshell/esh-proc.el, eshell/esh-var.el:
13259 Require individual files if needed when compiling, rather than
13260 esh-maint. Collect any require statements. Leave provide at start.
13261 Move any commentary to start.
13262
13263 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13264 Remove declared function from byte-compile-noruntime-functions.
13265
13266 * ediff-util.el (ediff-version):
13267 * progmodes/python.el (compilation-shell-minor-mode):
13268 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
13269 (calendar-bahai-date-string, calendar-check-holidays)
13270 (calendar-chinese-date-string, calendar-coptic-date-string)
13271 (calendar-ethiopic-date-string, calendar-forward-day)
13272 (calendar-french-date-string, calendar-goto-date)
13273 (calendar-goto-today, calendar-hebrew-date-string)
13274 (calendar-islamic-date-string, calendar-iso-date-string)
13275 (calendar-julian-date-string, calendar-mayan-date-string)
13276 (calendar-persian-date-string, gnus-summary-last-subject)
13277 (parse-time-string, rmail-show-message): Declare as functions.
13278
13279 2007-12-05 Michael Olson <mwolson@gnu.org>
13280
13281 * textmodes/remember.el: Merge contents of remember-diary.el here,
13282 updating header. Add autoload cookie so that byte-compilation
13283 works without warning.
13284 (remember-diary-file): Default to nil, since diary might not yet
13285 be loaded at this point, which would deny us access to diary-file.
13286 (remember-diary-extract-entries): If remember-diary-file is nil,
13287 then use diary-file instead.
13288
13289 * textmodes/remember-diary.el: Remove, due to the issue of needing
13290 the first 8 characters of a filename to be unique.
13291
13292 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
13293
13294 * net/dbus.el (dbus-hash-table=): New defun.
13295 (dbus-hash-table-test): New hash table test function, used in
13296 `dbus-registered-functions-table'.
13297 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
13298 (dbus-event-service-name, dbus-event-path-name)
13299 (dbus-event-interface-name, dbus-event-member-name):
13300 Rewrite, due to new structure of `dbus-event'.
13301
13302 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
13303
13304 * ido.el (ido-save-history): Set the `coding' local
13305 variable in the first line of the file.
13306
13307 2007-12-04 Glenn Morris <rgm@gnu.org>
13308
13309 * password-cache.el: Move here from gnus/password.el.
13310 (top-level): Don't require cl when compiling.
13311 (password-read-and-add): Doc fix. Make obsolete.
13312
13313 * net/tramp.el: Require password-cache or password.
13314
13315 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
13316 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
13317 compiling.
13318 (cua-set-rectangle-mark): Add doc string to autoload.
13319 (cua--rectangle, cua--last-killed-rectangle)
13320 (cua--global-mark-active): Always define for compiler.
13321 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
13322 (cua--delete-rectangle, cua--insert-rectangle)
13323 (cua--rectangle-corner, cua--rectangle-assert)
13324 (cua--insert-at-global-mark, cua--global-mark-post-command):
13325 Declare as functions.
13326
13327 * emulation/cua-gmrk.el (top-level): Move provide to end.
13328
13329 * emulation/cua-rect.el (top-level): Move provide to end.
13330 Don't require cua-gmrk when compiling.
13331 (cua--cut-rectangle-to-global-mark)
13332 (cua--copy-rectangle-to-global-mark): Declare as functions.
13333
13334 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
13335 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
13336 (viper-vi-state-cursor-color):
13337 Consolidate make-variable-frame-local calls.
13338
13339 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
13340 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
13341 than bbdb-address-street1,2,3.
13342
13343 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
13344 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
13345
13346 2007-12-03 Karl Fogel <kfogel@red-bean.com>
13347
13348 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
13349 (save-place-alist-to-file, load-save-place-alist-from-file):
13350 Don't print non-error messages at all, there's really no need.
13351 Do print if there's a problem, and clarify message in that case.
13352
13353 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
13354
13355 * ediff-diff.el (ediff-prepare-error-list):
13356 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
13357
13358 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
13359
13360 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
13361 (doc-view-current-overlay, doc-view-pending-cache-flush):
13362 Add doc string.
13363
13364 2007-12-03 Richard Stallman <rms@gnu.org>
13365
13366 * subr.el (declare-function): Move from byte-run.el.
13367
13368 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
13369
13370 * window.el (recenter-top-bottom): Don't use `ecase'.
13371
13372 2007-12-02 Karl Fogel <kfogel@red-bean.com>
13373
13374 * saveplace.el (save-place-alist-to-file):
13375 Set coding-system-for-write once and refer to it throughout.
13376 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
13377
13378 2007-12-02 Karl Fogel <kfogel@red-bean.com>
13379
13380 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
13381 system when writing, and set it in the first-line file variables.
13382 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
13383 Juanma Barranquero.
13384
13385 2007-12-02 Glenn Morris <rgm@gnu.org>
13386
13387 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13388 Reverse branches of if statement.
13389
13390 * emulation/viper-cmd.el (top-level): Don't require advice.
13391 Don't load viper-util, viper-keym, viper-mous, viper-macs,
13392 viper-ex when compiling.
13393
13394 * emulation/viper-ex.el (top-level): Don't load viper-util,
13395 viper-keym when compiling.
13396
13397 * emulation/viper-init.el (top-level): Move provide statement to end.
13398
13399 * emulation/viper-keym.el (top-level): Don't load viper-util when
13400 compiling. Move provide statement to end.
13401
13402 * emulation/viper-macs.el (top-level): Don't load viper-util,
13403 viper-keym, viper-mous when compiling.
13404
13405 * emulation/viper-mous.el (top-level): Don't load viper-util when
13406 compiling.
13407
13408 * emulation/viper-util.el (top-level): Don't load viper-init when
13409 compiling.
13410
13411 * emulation/viper.el (top-level): Don't require ring.
13412 Don't load viper-init, viper-cmd when compiling.
13413
13414 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
13415 Move here from gnus/.
13416
13417 2007-12-02 Karl Fogel <kfogel@red-bean.com>
13418
13419 Offer option for saveplace to be quiet about loading and saving.
13420 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
13421
13422 * saveplace.el (save-place-quiet): New customizable boolean.
13423 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
13424 to determine whether to print loading/saving messages.
13425
13426 2007-12-02 Glenn Morris <rgm@gnu.org>
13427
13428 * mail/binhex.el: Move here from gnus/.
13429 (binhex): New custom group.
13430 (binhex-decoder-program, binhex-decoder-switches)
13431 (binhex-use-external): Move to the binhex custom group.
13432
13433 * mail/uudecode.el: Move here from gnus/.
13434 (uudecode): New custom group.
13435 (uudecode-decoder-program, uudecode-decoder-switches)
13436 (uudecode-use-external): Move to the uudecode custom group.
13437
13438 * net/netrc.el (top-level): Don't load `encrypt' features.
13439 (netrc-parse): Don't use encrypt.
13440 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13441
13442 * progmodes/python.el (top-level): Don't require cl when compiling.
13443
13444 2007-12-02 Agustín Martín <agustin.martin@hispalinux.es>
13445
13446 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
13447 encoding for aspell process and for communication with it.
13448 Only add "-d" option if not already present.
13449 Use ispell-current-dictionary and ispell-current-personal-dictionary.
13450 General reorganization.
13451
13452 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
13453 encoding here.
13454 (ispell-start-process): Explicitly set encoding here if using aspell.
13455
13456 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
13457
13458 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
13459 function to log-edit.
13460
13461 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
13462
13463 * net/dbus.el: New file.
13464
13465 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
13466
13467 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
13468 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
13469 (calc-lang-parens-are-subscripts): New variables.
13470 (math-expr-special-function-mapping): Remove variable.
13471 (math-eqn-ignore-words, math-tex-ignore-words)
13472 (math-latex-ignore-words): Move to calc-lang.el.
13473
13474 * calc/calc-lang.el (math-compose-vector, math-compose-var)
13475 (math-tex-expr-is-flat): Declare as functions.
13476 (calc-lang-slash-idiv, calc-lang-allow-underscores)
13477 (math-comp-left-bracket, math-comp-right-bracket)
13478 (math-comp-comma, math-comp-vector-prec): Declare as variables.
13479 (math-var-formatter, math-matrix-formatter)
13480 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
13481 (math-punc-table, math-compose-subscr, math-dots)
13482 (math-func-formatter): New property names to store language
13483 specific information.
13484 (math-compose-tex-var, math-compose-tex-intv)
13485 (math-compose-maple-intv, math-compose-eqn-intv)
13486 (math-compose-tex-sum, math-compose-tex-func)
13487 (math-compose-tex-intv): New functions.
13488 (math-eqn-ignore-words, math-tex-ignore-words)
13489 (math-latex-ignore-words): Move from calc.el.
13490 (math-special-function-table): Add entries for tex.
13491 (calc-lang-slash-idiv, calc-lang-allows-underscores):
13492 New variables.
13493 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
13494 (math-compose-tex-matrix, math-compose-eqn-matrix)
13495 (math-eqn-special-functions): Move from calccomp.el.
13496
13497 * calc/calccomp.el (math-compose-var): New function.
13498 (math-compose-expr): Allow more special functions to be used.
13499 Change test for formatting fractions. Use variables and property
13500 names to help with language specific formatting.
13501 (math-compose-tex-matrix, math-compose-eqn-matrix)
13502 (math-eqn-special-functions): Move to calc-lang.el.
13503 (math-compose-rows): Use property names to help with language
13504 specific formatting.
13505
13506 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
13507 into nested subscripts.
13508 (math-read-token): Use variables and property names to help with
13509 language specific parsing.
13510 (math-read-expression-level): Use variables to help with language
13511 specific parsing.
13512
13513 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13514
13515 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
13516 (archive-rar-summarize): Allow the file name to be passed as argument.
13517 Remove unused vars `header' and `footer'.
13518 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
13519
13520 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
13521
13522 * log-edit.el (log-edit-show-diff): New function.
13523 (log-edit-mode-map, log-edit-menu): Bind it.
13524 (log-edit-diff-function): New variable.
13525 (log-edit): Change the 3rd param to be an alist and accept a
13526 function that computes a diff for the files involved.
13527
13528 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
13529
13530 2007-12-01 Martin Rudalics <rudalics@gmx.at>
13531
13532 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
13533 wrap next-/previous-line in with-no-warnings.
13534
13535 2007-12-01 Glenn Morris <rgm@gnu.org>
13536
13537 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
13538
13539 * net/dig.el: Move here from gnus/.
13540 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
13541
13542 * net/dns.el: Move here from gnus/.
13543 (top-level): Don't require mm-util, or cl when compiling.
13544 (dns-write-name, dns-read, dns-read-type, query-dns):
13545 Replace mm-with-unibyte-buffer with its expansion.
13546 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
13547
13548 * progmodes/gdb-ui.el (gud-remove, gud-break):
13549 * progmodes/gud.el (gdb-create-define-alist)
13550 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
13551 (hl-line-highlight, gdb-display-source-buffer)
13552 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
13553 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
13554
13555 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
13556
13557 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
13558 Move args on defun line.
13559
13560 * textmodes/org.el (org-calendar-holiday):
13561 Use calendar-check-holidays instead of the obsolete
13562 check-calendar-holidays.
13563 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
13564 (bbdb-company, bbdb-current-record, bbdb-name)
13565 (bbdb-record-getprop, bbdb-record-name)
13566 (bibtex-beginning-of-entry, bibtex-generate-autokey)
13567 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
13568 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
13569 (mh-find-path, mh-get-header-field, mh-get-msg-num)
13570 (mh-header-display, mh-index-previous-folder)
13571 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
13572 (mh-show-buffer-message-number, mh-show-header-display)
13573 (mh-show-msg, mh-show-show, mh-visit-folder)
13574 (org-export-latex-cleaned-string, remember)
13575 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
13576 (rmail-what-message, elmo-folder-exists-p)
13577 (elmo-message-entity-field, elmo-message-field)
13578 (vm-beginning-of-message, vm-follow-summary-cursor)
13579 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
13580 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
13581 (vm-summarize, wl-folder-get-elmo-folder)
13582 (wl-summary-goto-folder-subr)
13583 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
13584 (wl-summary-line-subject, wl-summary-message-number)
13585 (wl-summary-redisplay): Declare as functions.
13586
13587 2007-11-30 Martin Rudalics <rudalics@gmx.at>
13588
13589 * longlines.el (longlines-show-hard-newlines): Remove handling of
13590 buffer-undo-list and buffer-modified status.
13591 (longlines-show-region, longlines-unshow-hard-newlines):
13592 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
13593 inhibit-modification-hooks here to avoid that a buffer appears
13594 modified when toggling visibility of hard newlines.
13595
13596 2007-11-30 Glenn Morris <rgm@gnu.org>
13597
13598 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
13599
13600 * progmodes/idlw-complete-structtag.el
13601 (idlwave-sintern-structtag):
13602 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
13603 (idlwave-sintern-sysvartag):
13604 * progmodes/idlwave.el (idlwave-sintern-class-tag)
13605 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
13606 functions.
13607
13608 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
13609
13610 * textmodes/reftex-index.el (texmathp):
13611 * textmodes/reftex-auc.el (TeX-argument-insert)
13612 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
13613 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
13614 (LaTeX-label-list):
13615 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
13616 (rng-clear-conditional-region, rng-do-some-validation): Declare as
13617 functions.
13618 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
13619
13620 2007-11-30 Glenn Morris <rgm@gnu.org>
13621
13622 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
13623 argument and document it.
13624
13625 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13626 Third argument to declare-function must be a list to specify arglist.
13627
13628 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
13629 Handle declare-function third argument `t' and fourth argument.
13630 (check-declare-verify): Doc fix. Handle `fileonly' case.
13631 Use progn rather than prog1.
13632
13633 * desktop.el (uniquify-item-base):
13634 * term/mac-win.el (url-type): Declare as functions.
13635
13636 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
13637 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
13638 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
13639 fourth arg to declare-function.
13640
13641 * play/dunnet.el: Don't require cl when compiling.
13642 (byte-compile-warnings): Set via file local variables.
13643 (dun-parse): Let-bind `beg' and `line'.
13644
13645 2007-11-29 Alexandre Julliard <julliard@winehq.org>
13646
13647 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
13648
13649 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
13650
13651 * calendar/time-date.el (encode-time-value): Doc fix.
13652
13653 2007-11-29 Glenn Morris <rgm@gnu.org>
13654
13655 * calendar/time-date.el (with-decoded-time-value): Doc fix.
13656
13657 * textmodes/css-mode.el (prog-mode): Remove.
13658 (css-mode): Derive from fundamental-mode rather than prog-mode.
13659
13660 * emacs-lisp/byte-run.el (declare-function): Doc fix.
13661
13662 * emacs-lisp/check-declare.el (check-declare-locate)
13663 (check-declare-verify): Handle `external' files.
13664 (check-declare-errmsg): New function.
13665 (check-declare-verify, check-declare-file, check-declare-directory):
13666 Use check-declare-errmsg to report the number of problems.
13667
13668 * ffap.el (w3-view-this-url)
13669 * mail/mspools.el (vm-visit-folder)
13670 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
13671 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
13672 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
13673 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
13674 (bbdb-records)
13675 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
13676 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
13677 (sasl-make-client, sasl-next-step, sasl-step-data)
13678 (sasl-step-set-data)
13679 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
13680 (htmlr-step): Declare as functions.
13681
13682 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
13683 Use bbdb-address-zip rather than bbdb-address-zip-string.
13684
13685 2007-11-28 Richard Stallman <rms@gnu.org>
13686
13687 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
13688 Move here from gnus/.
13689
13690 2007-11-28 Martin Rudalics <rudalics@gmx.at>
13691
13692 * newcomment.el (comment-region-internal): Fix newline insertion
13693 in `block' case.
13694
13695 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13696
13697 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
13698
13699 2007-11-28 Glenn Morris <rgm@gnu.org>
13700
13701 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
13702 delete .elc files.
13703
13704 * nxml/char-name/unicode: Move to etc/nxml/.
13705 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
13706
13707 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
13708 Declare as a function.
13709
13710 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
13711 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
13712 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
13713
13714 * nxml/nxml-outln.el (nxml-token-start-tag-p)
13715 (nxml-token-end-tag-p): Move definitions before use.
13716
13717 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
13718
13719 * nxml/nxml-uchnm.el (top-level)
13720 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
13721 (nxml-enabled-unicode-blocks): Add custom group.
13722
13723 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
13724 Use string-to-number rather than string-to-int.
13725
13726 * dired-x.el (dired-omit-old-add-entry): Declare as function.
13727 Move definition before use.
13728 (dired-old-find-buffer-nocreate): Declare as function.
13729
13730 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
13731 (check-declare-verify): Handle fset.
13732
13733 * emulation/edt.el (edt-user-emulation-setup):
13734 Test edt-setup-user-bindings is bound before calling.
13735
13736 * emulation/tpu-edt.el: Don't require cl when compiling.
13737 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
13738 (tpu-edt-off): Use condition-case rather than ignore-errors.
13739 Use with-no-warnings.
13740
13741 * eshell/esh-util.el (top-level): Use require rather than load for
13742 ange-ftp.
13743
13744 * mail/supercite.el (sc-version): Redefine as an alias for
13745 emacs-version.
13746 (sc-help-address): Remove.
13747 (sc-version): Use emacs-version rather than sc-version.
13748 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
13749
13750 * net/socks.el (socks-original-open-network-stream): Declare as
13751 function. Move definition before use.
13752
13753 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
13754
13755 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
13756 (math-make-frac): Declare as functions.
13757
13758 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
13759
13760 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
13761 Pacify byte compiler.
13762 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
13763
13764 * progmodes/idlwave.el (idlwave-shell-get-path-info)
13765 (idlwave-shell-temp-file, idlwave-shell-is-running)
13766 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
13767 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
13768 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
13769 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
13770 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
13771 (idlwave-completing-read, idlwave-current-routine)
13772 (idlwave-downcase-safe, idlwave-entry-find-keyword)
13773 (idlwave-expand-keyword, idlwave-find-class-definition)
13774 (idlwave-find-inherited-class, idlwave-find-struct-tag)
13775 (idlwave-get-buffer-visiting, idlwave-in-quote)
13776 (idlwave-make-full-name, idlwave-members-only)
13777 (idlwave-popup-select, idlwave-routine-source-file)
13778 (idlwave-routines, idlwave-sintern-class)
13779 (idlwave-sintern-keyword, idlwave-sintern-method)
13780 (idlwave-sintern-routine-or-method)
13781 (idlwave-substitute-link-target, idlwave-sys-dir)
13782 (idlwave-this-word, idlwave-what-module-find-class)
13783 (idlwave-where):
13784 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
13785 * mail/uce.el (rmail-msg-is-pruned)
13786 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
13787 (rmail-toggle-header):
13788 * mail/sendmail.el (dired-view-file, dired-get-filename):
13789 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
13790 (rmail-display-labels, rmail-msgbeg)
13791 (rmail-set-message-deleted-p, rmail-message-labels-p)
13792 (rmail-show-message, mail-comma-list-regexp)
13793 (mail-parse-comma-list):
13794 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
13795 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
13796 (rfc822-addresses, mail-abbrev-make-syntax-table)
13797 (mail-sendmail-delimit-header, mail-header-end):
13798 * mail/hashcash.el (message-narrow-to-headers-or-head)
13799 (message-fetch-field, message-goto-eoh)
13800 (message-narrow-to-headers):
13801 * vc.el (view-mode-exit): Declare as functions.
13802
13803 * mail/vms-pmail.el:
13804 * vmsproc.el:
13805 * vms-patch.el: Don't byte compile these files, they don't work.
13806
13807 2007-11-27 Glenn Morris <rgm@gnu.org>
13808
13809 * calc/calc-ext.el (math-read-big-rec):
13810 * calc/calc-nlfit.el (math-map-binop):
13811 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
13812
13813 * eshell/eshell.el (eshell-report-bug): Add version number of
13814 obsolescence.
13815
13816 * emulation/viper.el, emulation/viper-util.el,
13817 emulation/viper-macs.el, emulation/viper-keym.el,
13818 emulation/viper-ex.el, emulation/viper-cmd.el:
13819 Load viper-*.el files silently.
13820
13821 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
13822 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
13823 Load ediff-*.el files silently.
13824
13825 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
13826 compiling.
13827 (Info-goto-node): Declare as a function.
13828
13829 * ediff-init.el: Don't load ange-ftp when compiling.
13830 * ediff-util.el: Don't load reporter when compiling.
13831
13832 * ediff-wind.el (ediff-display-pixel-width)
13833 (ediff-display-pixel-height):
13834 * generic-x.el (ini-generic-mode):
13835 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
13836 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
13837 (ps-mule-initialize, ps-mule-begin-job):
13838 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
13839 (mark-calendar-days-named):
13840 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
13841 (add-to-diary-list, diary-name-pattern)
13842 (mark-calendar-days-named):
13843 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
13844 (mark-calendar-days-named):
13845 * calendar/cal-x.el (make-fancy-diary-buffer):
13846 * calendar/holidays.el (calendar-absolute-from-julian):
13847 * calendar/todo-mode.el (calendar-current-date):
13848 * calendar/cal-menu.el (calendar-increment-month)
13849 (calendar-month-name, extract-calendar-year)
13850 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
13851 (calendar-current-date, calendar-cursor-holidays)
13852 (calendar-date-string, insert-diary-entry, calendar-set-mark)
13853 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13854 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13855 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
13856 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
13857 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
13858 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
13859 (calendar-day-of-year-string, calendar-iso-date-string)
13860 (calendar-julian-date-string, calendar-astro-date-string)
13861 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
13862 (calendar-persian-date-string, calendar-bahai-date-string)
13863 (calendar-islamic-date-string, calendar-chinese-date-string)
13864 (calendar-coptic-date-string, calendar-ethiopic-date-string)
13865 (calendar-french-date-string, calendar-mayan-date-string)
13866 (calendar-print-chinese-date, calendar-goto-date):
13867 Declare as functions.
13868
13869 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
13870 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
13871
13872 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
13873 aliases for report-emacs-bug.
13874 (gnus-summary-select-article, gnus-configure-windows): Declare as
13875 functions.
13876
13877 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
13878 compiler.
13879
13880 * pgg.el (pgg-clear-string): Declare as a function.
13881 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
13882 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
13883
13884 * emacs-lisp/check-declare.el (check-declare-locate):
13885 Handle compressed files.
13886 (check-declare-verify): Handle define-generic-mode,
13887 define-global(ized)-minor-mode, define-obsolete-function-alias.
13888
13889 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
13890
13891 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
13892 algebraic modes.
13893
13894 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
13895 (math-is-true, calc-explain-why, calc-alg-edit)
13896 (math-composite-inequalities, math-flatten-lands)
13897 (math-multi-subst, calcFunc-vmatches, math-simplify)
13898 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
13899 (math-read-string, math-read-brackets, math-read-angle-brackets):
13900 Declare as functions.
13901
13902 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
13903 (calc-fit-bell-shaped-logistic-curve)
13904 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
13905 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
13906 (math-max-list): Declare as functions.
13907 (math-map-binop): New function.
13908 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
13909
13910 * calc/calc.el (calc-set-language, calc-edit-finish)
13911 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
13912 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
13913 (math-lessp, calc-embedded-finish-command)
13914 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
13915 (calc-push-list-in-macro, calc-replace-selections)
13916 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
13917 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
13918 (calc-embedded-stack-change, calc-refresh-evaltos)
13919 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
13920 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
13921 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
13922 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
13923 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
13924 (math-dimension-error, calc-incomplete-error, math-float-fancy)
13925 (math-neg-fancy, math-zerop, calc-add-fractions)
13926 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
13927 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
13928 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
13929 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
13930 (math-compose-expr, math-comp-width, math-composition-to-string)
13931 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
13932 (math-adjust-fraction, math-format-binary, math-format-radix)
13933 (math-group-float, math-mod, math-format-number-fancy)
13934 (math-format-bignum-fancy, math-read-number-fancy)
13935 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
13936 (calc-do-embedded-activate, math-do-defmath)
13937 (calc-load-everything): Declare as functions.
13938
13939 * calc/calc-ext.el (math-clip, math-round, math-simplify)
13940 (math-simplify-extended, math-simplify-units, calc-set-language)
13941 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
13942 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
13943 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
13944 (math-normalize-hms, math-normalize-mod, math-make-sdev)
13945 (math-make-intv, math-normalize-logical-op, math-possible-signs)
13946 (math-infinite-dir, math-calcFunc-to-var)
13947 (calc-embedded-evaluate-expr, math-known-nonzerop)
13948 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
13949 (math-format-date, math-vector-is-string, math-vector-to-string)
13950 (math-format-radix-float, math-compose-expr, math-abs)
13951 (math-format-bignum-binary, math-format-bignum-octal)
13952 (math-format-bignum-hex, math-format-bignum-radix)
13953 (math-compute-max-digits): Declare as functions.
13954 (math-provably-realp): Fix typo.
13955
13956 * calc/calc-forms.el (calendar-current-time-zone)
13957 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
13958 functions.
13959
13960 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
13961
13962 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
13963 Declare as functions.
13964
13965 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
13966 (math-posp, math-compare, math-bignum, math-compare-bignum):
13967 Declare as functions.
13968
13969 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
13970 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
13971 (calc-explain-why, calc-clear-command-flag)
13972 (calc-roll-down-with-selections, calc-roll-up-with-selections)
13973 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
13974 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
13975 (math-trunc-special, math-trunc-fancy, math-floor-special)
13976 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
13977 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
13978 (math-pow-zero, math-pow-fancy): Declare as functions.
13979
13980 * calc/calc-mode.el (calc-embedded-save-original-modes):
13981 Declare as a function.
13982
13983 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
13984 Declare as functions.
13985 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
13986 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
13987 Replace `mapcar*' by `math-map-binop'.
13988 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
13989
13990 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
13991 (math-read-expr-level): Declare as functions.
13992
13993 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
13994
13995 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13996
13997 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
13998 end-of-defun-function is called consistently, even for negative
13999 arguments.
14000 (end-of-defun-function): Default to forward-sexp.
14001
14002 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
14003
14004 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14005
14006 2007-11-26 Glenn Morris <rgm@gnu.org>
14007
14008 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
14009 than :suffix.
14010
14011 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
14012
14013 2007-11-26 Simon Josefsson <simon@josefsson.org>
14014
14015 * net/imap.el: Move from ../gnus.
14016
14017 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14018
14019 * doc-view.el (doc-view-mode-p): New function.
14020
14021 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
14022
14023 * mail/mspools.el (rmail-get-new-mail):
14024 * mail/reporter.el (mail-position-on-field, mail-text):
14025 * mail/rmail.el (mail-position-on-field, mail-text-start)
14026 (rmail-update-summary):
14027 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
14028 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
14029 * mail/rmailout.el (rmail-update-summary):
14030 * mail/rmailsort.el (rmail-update-summary):
14031 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
14032 (dired-view-file):
14033 * mail/uce.el (mail-strip-quoted-names):
14034 * mail/undigest.el (rmail-update-summary):
14035 * mail/unrmail.el (mail-strip-quoted-names):
14036 * ediff.el (diff-latest-backup-file): Declare as functions.
14037
14038 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
14039 (kill-to-end-of-line):
14040 * obsolete/rnews.el (news-set-minor-modes):
14041 Remove non working functions.
14042
14043 2007-11-25 Glenn Morris <rgm@gnu.org>
14044
14045 * eshell/esh-maint.el (top-level): Use require with NOERROR for
14046 pcomplete. Don't mess with load-path.
14047
14048 * eshell/eshell.el (eshell-report-bug-address): Remove.
14049 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
14050
14051 2007-11-24 Glenn Morris <rgm@gnu.org>
14052
14053 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
14054 (appt-disp-window): Don't require electric.
14055 Simplify minibuffer-avoidance code.
14056 (appt-select-lowest-window): Avoid minibuffer.
14057
14058 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
14059 (esh-mode): Require it.
14060 (esh-util): Use require rather than featurep and load.
14061 (eshell): No need to test if eshell-mode is bound; remove obsolete
14062 reference to eshell-auto.
14063 (eshell-command, eshell-command-result): Don't require esh-mode
14064 now that the file does.
14065 (top-level): Move provide statement to the end of the file.
14066 Re-order and update commentary.
14067
14068 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
14069
14070 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
14071 (vc-annotate-toggle-annotation-visibility): New command.
14072 (vc-annotate-mode-map): Bind "V" to it.
14073 (vc-annotate-mode-menu): Add entry for it.
14074 (vc-annotate-get-time-set-line-props): New func.
14075 (vc-annotate-display-autoscale)
14076 (vc-annotate-display-difference): Use it.
14077
14078 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
14079 Also, match one space at end of annotation text, after last paren.
14080
14081 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
14082
14083 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
14084 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
14085 `tramp-completion-mode'.
14086
14087 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
14088
14089 * vc-git.el (vc-git-show-log-entry): New func.
14090
14091 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
14092 (vc-git-state): Use vc-git--call.
14093 (vc-git-registered, vc-git-working-revision)
14094 (vc-git-previous-revision, vc-git-next-revision)
14095 (vc-git--run-command-string, vc-git-symbolic-commit):
14096 Use vc-git--out-ok.
14097
14098 2007-11-24 Glenn Morris <rgm@gnu.org>
14099
14100 * emacs-lisp/byte-run.el (declare-function): Doc fix.
14101
14102 2007-11-24 Kenichi Handa <handa@m17n.org>
14103
14104 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
14105
14106 2007-11-23 David Kastrup <dak@gnu.org>
14107
14108 * server.el (server-process-filter): Use `command-line-args-left'.
14109
14110 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
14111
14112 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
14113
14114 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
14115
14116 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
14117 buffer if the parent buffer is in vc-dired-mode.
14118
14119 2007-11-23 Mark A. Hershberger <mah@everybody.org>
14120
14121 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
14122
14123 2007-11-23 Juri Linkov <juri@jurta.org>
14124
14125 * dired.el (dired-read-dir-and-switches): For C-x d, set the
14126 value for M-n to the visited file name of the current buffer.
14127 Use minibuffer-with-setup-hook to set minibuffer-default to
14128 buffer-file-name inside read-file-name.
14129
14130 * man.el (Man-getpage-in-background): Don't disregard user option
14131 `Man-width' on non-window systems. Remove test for `window-system'
14132 around setting envvar "COLUMNS" depending on the value of `Man-width'.
14133
14134 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
14135 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
14136 of "--color=always".
14137
14138 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14139
14140 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
14141 beginning-of-defun-function.
14142
14143 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14144
14145 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
14146
14147 2007-11-22 Glenn Morris <rgm@gnu.org>
14148
14149 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
14150
14151 * emacs-lisp/check-declare.el (check-declare-locate): New function.
14152 (check-declare-scan): Use check-declare-locate.
14153 (check-declare-verify): No longer adjust fnfile, now
14154 check-declare-locate does it.
14155
14156 * emacs-lisp/byte-run.el (declare-function): Doc fix.
14157
14158 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14159
14160 * subr.el (posn-col-row): Make the `default-value' use explicit.
14161
14162 * window.el (balance-windows): Remove unused var `counter'.
14163 (bw-balance-sub): Remove unused var `lastchild'.
14164 (split-window-vertically): Remove unused var `switch'.
14165 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
14166
14167 * emacs-lisp/bytecomp.el
14168 (byte-compile-file-form-custom-declare-variable): Simplify.
14169
14170 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
14171
14172 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
14173 Set `show-trailing-whitespace' to nil.
14174
14175 * dired.el (make-symbolic-link):
14176 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
14177 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
14178 * dired-x.el (make-symbolic-link):
14179 * frame.el (x-initialize-window-system):
14180 * menu-bar.el (x-menu-bar-open):
14181 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
14182 (x-store-cut-buffer-internal):
14183 * wdired.el (make-symbolic-link):
14184 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
14185 (x-send-client-message):
14186 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
14187
14188 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
14189
14190 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
14191
14192 2007-11-22 Glenn Morris <rgm@gnu.org>
14193
14194 * dos-fns.el (int86):
14195 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
14196
14197 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
14198
14199 * calendar/holidays.el (holiday-list): Add autoload cookie.
14200
14201 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
14202 files relative to src/ directory.
14203 (check-declare-verify): Handle .c files. Warn if could not find
14204 an arglist to check.
14205
14206 * emacs-lisp/byte-run.el (declare-function): Doc fix.
14207
14208 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
14209
14210 * replace.el (occur-mode-map): Add a major mode menu with entries
14211 for all occur operations.
14212
14213 * international/titdic-cnv.el (dos-8+3-filename):
14214 * obsolete/fast-lock.el (msdos-long-file-names):
14215 * frame.el (msdos-mouse-p):
14216 * files.el (msdos-long-file-names, w32-long-file-name):
14217 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
14218 (mac-resume-apple-event, mac-font-panel-mode)
14219 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
14220 (mac-clear-font-name-table):
14221 * term/pc-win.el (msdos-remember-default-colors)
14222 (w16-set-clipboard-data, w16-get-clipboard-data):
14223 * term/w32-win.el (w32-send-sys-command, w32-select-font)
14224 (set-message-beep):
14225 * net/browse-url.el (w32-shell-execute):
14226 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
14227 (w32-get-locale-info, w32-get-valid-locale-ids)
14228 (w32-set-clipboard-data):
14229 * dos-fns.el (int86, msdos-long-file-names):
14230 * dos-w32.el (default-printer-name): Declare as functions.
14231
14232 2007-11-21 Jason Rumney <jasonr@gnu.org>
14233
14234 * emacs-lisp/byte-run.el (declare-function): Return nil.
14235
14236 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14237
14238 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
14239
14240 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
14241
14242 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
14243
14244 2007-11-21 Glenn Morris <rgm@gnu.org>
14245
14246 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
14247 for now. Handle define-minor-mode, and defalias (with no argument
14248 checking).
14249
14250 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
14251
14252 * frame.el (msdos-mouse-p):
14253 * files.el (msdos-long-file-names, w32-long-file-name):
14254 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
14255 (mac-resume-apple-event, mac-font-panel-mode)
14256 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
14257 (mac-clear-font-name-table):
14258 * term/pc-win.el (msdos-remember-default-colors)
14259 (w16-set-clipboard-data, w16-get-clipboard-data):
14260 * term/w32-win.el (w32-send-sys-command, w32-select-font)
14261 (set-message-beep):
14262 * net/browse-url.el (w32-shell-execute):
14263 * dos-fns.el (int86, msdos-long-file-names):
14264 * dos-w32.el (default-printer-name): Undo previous change.
14265
14266 2007-11-21 Eli Zaretskii <eliz@gnu.org>
14267
14268 * international/mule-cmds.el (set-locale-environment):
14269 Set default-file-name-coding-system _after_ keyboard and terminal
14270 coding systems. This fixes last change.
14271
14272 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
14273 one space after "Subject:".
14274
14275 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14276
14277 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
14278 in order to determine if there's a conflict.
14279
14280 2007-11-21 Richard Stallman <rms@gnu.org>
14281
14282 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
14283
14284 * reposition.el (reposition-window):
14285 Binding C-M-l moved to bindings.el.
14286
14287 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
14288
14289 * add-log.el (add-change-log-entry-other-window):
14290 Key binding C-x 4 a moved to bindings.el.
14291
14292 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
14293 from filecache.el.
14294
14295 * filecache.el: Minibuffer map bindings moved to bindings.el.
14296
14297 2007-11-21 Jason Rumney <jasonr@gnu.org>
14298
14299 * international/mule-cmds.el (set-locale-environment):
14300 Set default-file-name-coding-system from system defaults on Windows.
14301
14302 2007-11-21 Jason Rumney <jasonr@gnu.org>
14303
14304 * term/w32console.el: New term init file for w32 console.
14305
14306 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
14307 (x-setup-function-keys): Likewise, replacing top-level key definitions.
14308 (w32-tty-standard-colors): Move to term/w32console.el.
14309
14310 * term/w32-win.el (x-setup-function-keys): Remove.
14311
14312 * term/tty-colors.el (tty-register-default-colors): Remove special
14313 case for w32.
14314
14315 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
14316
14317 * frame.el (msdos-mouse-p):
14318 * generic-x.el (w32-shell-name):
14319 * files.el (msdos-long-file-names, w32-long-file-name)
14320 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
14321 (dos-8+3-filename, vms-read-directory, view-mode-disable):
14322 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
14323 (mac-resume-apple-event, mac-font-panel-mode)
14324 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
14325 (mac-clear-font-name-table):
14326 * term/pc-win.el (msdos-remember-default-colors)
14327 (w16-set-clipboard-data, w16-get-clipboard-data):
14328 * term/w32-win.el (w32-send-sys-command, w32-select-font)
14329 (set-message-beep):
14330 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
14331 (w32-get-locale-info, w32-get-valid-locale-ids)
14332 (w32-set-clipboard-data):
14333 * help-fns.el (ad-get-advice-info):
14334 * font-lock.el (fast-lock-after-fontify-buffer)
14335 (fast-lock-after-unfontify-buffer, fast-lock-mode)
14336 (lazy-lock-after-fontify-buffer)
14337 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
14338 * net/browse-url.el (w32-shell-execute):
14339 * dos-fns.el (int86, msdos-long-file-names):
14340 * dos-w32.el (default-printer-name): Declare as functions.
14341
14342 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
14343
14344 * textmodes/paragraphs.el (forward-sentence): Doc fix.
14345 Reported by Drew Adams <drew.adams@oracle.com>.
14346
14347 2007-11-20 Jason Rumney <jasonr@gnu.org>
14348
14349 * term/w32-win.el (x-setup-function-keys): Protect against
14350 multiple calls on the same terminal.
14351
14352 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
14353
14354 * term/mac-win.el (x-setup-function-keys): Only setup
14355 local-function-key-map if it has not been setup already for the
14356 current frame. Move the suspend-emacs processing here.
14357
14358 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
14359
14360 * progmodes/grep.el (xargs-program): New variable.
14361 (grep-compute-defaults): Use it.
14362 (grep-default-command): Doc fix.
14363 (grep, lgrep, rgrep): Reflow docstrings.
14364
14365 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
14366
14367 * vc.el (vc-find-revision): Set the parent buffer.
14368 Use when instead of if.
14369
14370 * progmodes/python.el (info-lookup-maybe-add-help):
14371 * progmodes/ps-mode.el (doc-view-minor-mode):
14372 * mail/emacsbug.el (Info-menu, Info-goto-node):
14373 * emulation/viper-keym.el (viper-ex)
14374 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
14375 * emulation/viper-cmd.el (widget-type, widget-button-press)
14376 (viper-set-hooks):
14377 * emacs-lisp/tcover-unsafep.el (unsafep-function):
14378 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
14379 (ses-load, ses-vector-delete, ses-create-header-string)
14380 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
14381 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
14382
14383 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
14384
14385 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
14386
14387 2007-11-20 Glenn Morris <rgm@gnu.org>
14388
14389 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
14390 for end of function-name. Handle define-derived-mode.
14391
14392 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
14393
14394 * progmodes/idlw-help.el: Require browse-url unconditionally, it
14395 is available by default.
14396 (idlwave-help-browse-url-available): Change default to t.
14397
14398 * emulation/edt.el (defgroup, defcustom): Remove definition.
14399 (eval-when-compile): Remove.
14400 (c-mark-function):
14401 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
14402 * textmodes/fill.el (comment-search-forward)
14403 (comment-string-strip):
14404 * progmodes/prolog.el (comint-mode, comint-send-string)
14405 (comint-send-region, comint-send-eof):
14406 * progmodes/dcl-mode.el (imenu-default-create-index-function):
14407 * emulation/viper-util.el (viper-forward-Word):
14408 * emulation/vi.el (c-mark-function):
14409 * emulation/edt-vt100.el (vt100-wide-mode):
14410 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
14411
14412 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
14413
14414 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14415 Still some tuning in case of an echoing shell.
14416 (tramp-send-command): Connection property "remote-echo" is not
14417 persistent; cache key is the process therefore.
14418
14419 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
14420
14421 * replace.el (map-query-replace-regexp): Doc fix (revert part of
14422 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
14423
14424 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
14425
14426 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
14427 * play/yow.el (doctor-ret-or-read):
14428 * vc-hooks.el (vc-dired-resynch-file):
14429 * vc-hg.el (log-view-get-marked):
14430 * smerge-mode.el (ediff-cleanup-mess):
14431 * pcvs.el (vc-editable-p, vc-checkout):
14432 * pcomplete.el (comint-bol):
14433 * informat.el (texinfo-format-refill):
14434 * ido.el (tramp-tramp-file-p):
14435 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
14436 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
14437 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
14438 functions.
14439
14440 * textmodes/ispell.el (ispell-int-char): Make it a defalias
14441 instead of fset.
14442 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
14443
14444 * ido.el (ido-file-internal): Move with-no-warnings to include the
14445 ffap-string-at-point call.
14446
14447 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
14448
14449 * vc-hg.el (vc-hg-revision-table): Fix last change.
14450
14451 2007-11-19 Martin Rudalics <rudalics@gmx.at>
14452
14453 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
14454 clipboard-yank when the buffer is read-only.
14455
14456 * cus-edit.el (custom-field-keymap): Move to other Custom mode
14457 keymaps such that it's before the definition of Custom-mode-menu.
14458 (Custom-mode-menu): Show it for custom-field-keymap too.
14459
14460 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
14461
14462 * progmodes/gdb-ui.el: Update commentary.
14463
14464 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
14465
14466 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
14467
14468 2007-11-19 Glenn Morris <rgm@gnu.org>
14469
14470 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
14471 does not exist, try adding `.el' extension. Also search for defsubsts.
14472
14473 * cus-edit.el (recentf-expand-file-name):
14474 * dired.el (dired-relist-entry):
14475 * subr.el (w32-shell-dos-semantics):
14476 * emacs-lisp/bytecomp.el (compilation-forget-errors):
14477 Declare as functions.
14478
14479 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
14480
14481 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
14482 (prepare-abbrev-list-buffer): Use dolist.
14483 (clear-abbrev-table): Preserve properties.
14484
14485 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
14486
14487 * textmodes/texinfmt.el (texinfo-format-printindex):
14488 Collect combined indexes using texinfo-short-index-format-cmds-alist.
14489 Reported on <bug-texinfo@gnu.org>.
14490
14491 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
14492
14493 * net/tramp.el (tramp-completion-reread-directory-timeout):
14494 New defcustom.
14495 (tramp-handle-file-name-all-completions): Flush directory contents
14496 from cache regularly.
14497 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
14498 (tramp-open-connection-setup-interactive-shell):
14499 Call `tramp-cleanup-connection' via funcall.
14500
14501 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
14502 created when copying.
14503
14504 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
14505
14506 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
14507 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
14508 * eshell/esh-ext.el (eshell-external-command):
14509 * eshell/esh-cmd.el (require):
14510 * eshell/em-unix.el (eshell-plain-locate-behavior):
14511 * eshell/em-cmpl.el (eshell-cmpl-initialize):
14512 Replace eshell-under-xemacs-p with (featurep 'xemacs).
14513 * eshell/esh-mode.el (characterp, char-int): Remove unused
14514 conditional defaliases.
14515
14516 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
14517 Rename from event-matches-key-specifier-p, define unconditionally.
14518 (event-basic-type): Remove unused defalias.
14519 (pcomplete-show-completions):
14520 Use pcomplete-event-matches-key-specifier-p.
14521
14522 2007-11-17 Eli Zaretskii <eliz@gnu.org>
14523
14524 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
14525 when saving esh-groups.el.
14526
14527 2007-11-17 Martin Rudalics <rudalics@gmx.at>
14528
14529 * wid-edit.el (widget-default-complete):
14530 * progmodes/flymake.el (flymake-goto-file-and-line):
14531 Fix typo in (doc-)string.
14532
14533 2007-11-17 Glenn Morris <rgm@gnu.org>
14534
14535 * emacs-lisp/byte-run.el (declare-function): New macro.
14536 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
14537 New function, byte-hunk-handler for declare-function.
14538 (byte-compile-callargs-warn): Handle declared functions.
14539
14540 * emacs-lisp/check-declare.el: New file.
14541 * Makefile.in (check-declare): New target.
14542
14543 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
14544
14545 * subr.el (process-lines): Move here from ../admin/admin.el.
14546 * emacs-lisp/authors.el (authors-process-lines): Remove.
14547 (authors): Use process-lines rather than authors-process-lines.
14548
14549 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
14550 Remove these files.
14551
14552 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
14553
14554 * emacs-lisp/backquote.el (backquote):
14555 Improve argument/docstring consistency.
14556
14557 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
14558 (ring-length, ring-empty-p): Use c[ad]dr.
14559 (ring-plus1): Use `1+'.
14560 (ring-minus1): Use `zerop'.
14561 (ring-remove): Use c[ad]dr. Use `when'.
14562 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
14563 (ring-ref): Use `let', not `let*'.
14564 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
14565 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
14566 (ring-member): Simplify. Doc fix.
14567 (ring-convert-sequence-to-ring): Simplify.
14568
14569 2007-11-17 Juri Linkov <juri@jurta.org>
14570
14571 * dired-aux.el (dired-create-directory): Allow creating
14572 a directory of an arbitrary depth. Add a loop to find the topmost
14573 nonexistent parent dir `new', and call `dired-add-file' on it.
14574 Set the `PARENTS' arg of `make-directory' to t.
14575
14576 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
14577
14578 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
14579 (math-build-parse-table): Get parse information from math-parse-table.
14580
14581 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14582
14583 * window.el (recenter-last-op): New var.
14584 (recenter-top-bottom): New command.
14585 (global-map): Bind it to C-l.
14586
14587 * abbrev.el (abbrev--write): Fix error in transcription from C.
14588
14589 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
14590 (pc-select-ensure-mark): Set mark-active to a special value instead.
14591 Rename from ensure-mark. Update call callers.
14592 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
14593 Rewrite. Update all callers.
14594 (pc-selection-mode): Remove redundant var declaration.
14595
14596 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
14597
14598 * doc-view.el (doc-view-search-backward, doc-view-search):
14599 Fix assignment to free variable bug.
14600
14601 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
14602
14603 * emulation/pc-select.el (pc-select-shifted-mark): New var.
14604 (ensure-mark): Set it.
14605 (maybe-deactivate-mark): New fun.
14606 Use it everywhere instead of (setq mark-active nil).
14607
14608 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14609
14610 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
14611 Add check for XEmacs.
14612
14613 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
14614
14615 * doc-view.el (doc-view-resolution): Add missing :group.
14616
14617 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
14618
14619 * subr.el (make-variable-frame-local):
14620 Fix typo in obsolescence declaration.
14621
14622 2007-11-16 Werner Lemberg <wl@gnu.org>
14623
14624 * files.el (set-auto-mode-1): Check second line for -*- if file
14625 starts with '\" (which is used by man pages to identify needed
14626 troff preprocessors).
14627
14628 2007-11-16 Glenn Morris <rgm@gnu.org>
14629
14630 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
14631
14632 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
14633
14634 * calc/calc-lang.el (math-oper-table): Fix typo.
14635 Reduce precedence of "/" for TeX.
14636
14637 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
14638
14639 2007-11-16 Juri Linkov <juri@jurta.org>
14640
14641 * dired-aux.el (dired-read-shell-command-default): New function.
14642 (dired-read-shell-command): Use its return value for DEFAULT arg.
14643
14644 * replace.el (keep-lines-read-args, occur-read-primary-args):
14645 Use a list of default values for DEFAULT arg of read-from-minibuffer.
14646
14647 * man.el (Man-heading-regexp): Add 0-9.
14648 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
14649
14650 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14651
14652 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
14653 (doc-view-resolution): New custom var.
14654 (doc-view-pdf/ps->png): Use it.
14655 (doc-view-shrink-factor): New var.
14656 (doc-view-enlarge, doc-view-shrink): New commands.
14657 (doc-view-mode-map): Use them.
14658
14659 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
14660
14661 * ediff-wind.el (ediff-window-setup-function):
14662 * simple.el (normal-erase-is-backspace):
14663 * eshell/em-unix.el (eshell/info):
14664 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
14665 Fix typos in docstrings.
14666
14667 * emulation/cua-base.el (cua--keymaps-initialized):
14668 Rename from `cua--keymaps-initalized'. Callers changed.
14669 (cua-highlight-region-shift-only): Doc fix.
14670 (cua-paste-pop): Fix typo in docstring.
14671
14672 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14673
14674 * emulation/cua-base.el (cua--pre-command-handler-1):
14675 Use input-decode-map instead of function-key-map.
14676 Use event-modifiers now that it works reliably.
14677
14678 * vc.el (vc-diff-internal): Pop-to-buffer later.
14679
14680 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
14681
14682 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
14683 did not touch them.
14684
14685 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
14686
14687 * calc/calc-menu.el: New file.
14688 * calc/calc.el (calc-mode): Require calc-menu.
14689
14690 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
14691
14692 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
14693
14694 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
14695
14696 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
14697 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
14698 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
14699 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
14700 locations.
14701 (gdb-info-breakpoints-custom, gdb-assembler-custom)
14702 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
14703 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
14704
14705 2007-11-13 Noah Friedman <friedman@splode.com>
14706
14707 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
14708 bindings to remap when `calc-scan-for-dels' is non-nil.
14709
14710 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14711
14712 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
14713 constant forms.
14714 (byte-compile-nilconstp): New function.
14715 (byte-optimize-cond): Kill subsequent branches when a branch is
14716 know to be taken or not taken.
14717 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
14718
14719 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
14720
14721 * vc.el (vc-register): Allow registering a file passed as a
14722 parameter instead of just the current buffer.
14723
14724 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
14725
14726 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14727 Check whether the output of "uname -sr" has been changed.
14728
14729 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14730
14731 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
14732 patterns from compilation-perl.el and compilation-weblint.el files.
14733
14734 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14735
14736 * progmodes/compilation-perl.el:
14737 * progmodes/compilation-weblint.el: Disable autoloads, they cause
14738 a bootstrap failure.
14739
14740 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
14741 instead of doing "cvs diff" in order to avoid accessing the repository.
14742
14743 2007-11-12 Kevin Ryde <user42@zip.com.au>
14744
14745 * progmodes/compilation-perl.el:
14746 * progmodes/compilation-weblint.el: New files.
14747
14748 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
14749
14750 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
14751 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
14752 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
14753 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
14754 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
14755 Rewrite in active voice.
14756
14757 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
14758
14759 * doc-view.el: Add comments about isearch support.
14760
14761 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14762
14763 * vc.el (vc-start-entry): Fix setting the in the case the function
14764 is called from vc-dired. Use when instead of if where appropriate.
14765
14766 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14767
14768 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
14769 to be a list.
14770 (ps-begin-job): Error if ps-lpr-switches is not a list.
14771
14772 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14773
14774 * faces.el (face-normalize-spec): Remove function.
14775 (frame-set-background-mode): Undo last change.
14776
14777 2007-11-10 Jason Rumney <jasonr@gnu.org>
14778
14779 * w32-fns.el: Sync charset names with setup-default-fontset.
14780 Append "-1" where second part missing.
14781
14782 2007-11-10 Juri Linkov <juri@jurta.org>
14783
14784 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
14785 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
14786
14787 * custom.el (custom-note-var-changed): Remove the `interactive'
14788 spec from this new non-interactive function.
14789
14790 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
14791
14792 * doc-view.el (doc-view-mode-map, doc-view-menu)
14793 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
14794 (doc-view-search-backward): New function.
14795 (doc-view-search): Query new regexp if prefix arg is given, else
14796 jump to next/previous match.
14797 (doc-view-mode): Handle compressed files.
14798 (jka-compr): Required for compressed files.
14799
14800 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
14801
14802 * replace.el (query-replace-show-replacement): New defcustom.
14803 (perform-replace): Use `match-substitute-replacement' if
14804 `query-replace-show-replacement' is non-nil.
14805
14806 2007-11-10 David Kastrup <dak@gnu.org>
14807
14808 * subr.el (match-substitute-replacement): New function.
14809
14810 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
14811
14812 * files.el (auto-mode-alist): Select org-mode for files with the
14813 extension ".org".
14814
14815 2007-11-10 Martin Rudalics <rudalics@gmx.at>
14816
14817 * help.el (help-window, help-window-point-marker): New variables.
14818 (help-window-select): New option.
14819 (with-help-window): New macro for displaying help windows.
14820 (help-window-display-message, help-window-setup-finish)
14821 (help-window-setup): New functions used for setting up help windows.
14822 (print-help-return-message): Reset help-window to nil.
14823 (view-lossage): Use with-help-window instead of
14824 with-output-to-temp-buffer and move help-window-point-marker after
14825 inserted text.
14826 (describe-bindings, describe-key, describe-mode): Use
14827 with-help-window instead of with-output-to-temp-buffer.
14828
14829 * help-mode.el (help-mode): Set view-exit-action to bury the
14830 buffer instead of fiddling with windows. Simplify code.
14831 (help-mode-finish): When help-window eqs t set it to the selected
14832 window and have with-help-window set up view-return-to-alist.
14833 (help-buffer): Add autoload cookie.
14834
14835 * view.el (view-remove-frame-by-deleting): Change default value to t.
14836 Add autoload cookie.
14837 (view-exit-action, view-file, view-file-other-window)
14838 (view-file-other-frame, view-buffer, view-buffer-other-window)
14839 (view-buffer-other-frame): Rewrite doc strings.
14840 (view-return-to-alist-update): New function to remove stale entries
14841 from view-return-to-alist.
14842 (view-mode-enter): Rewrite doc string and simplify code.
14843 (view-mode-exit): Handle new case 'keep-frame. Don't reset
14844 view-exit-action to nil. Simplify code and rewrite doc string.
14845
14846 * apropos.el (apropos-describe-plist):
14847 * descr-text.el (describe-char):
14848 * disp-table.el (describe-display-table):
14849 * faces.el (list-faces-display, describe-face):
14850 * facemenu.el (list-colors-display):
14851 * help-fns.el (describe-function, describe-variable)
14852 (describe-syntax, describe-categories):
14853 Use with-help-window instead of with-output-to-temp-buffer.
14854
14855 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
14856
14857 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
14858 Optimize (featurep 'emacs) to t.
14859
14860 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
14861 New function.
14862 (byte-compile-maybe-guarded): Use it to also look for bound
14863 symbols inside `and' forms. Comment out non-working code that was
14864 trying to avoid warnings for XEmacs code.
14865
14866 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
14867
14868 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
14869 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
14870 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
14871 (vc-cvs-annotate-command):
14872 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
14873 is bound, it always is.
14874
14875 2007-11-10 Jason Rumney <jasonr@gnu.org>
14876
14877 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
14878 setup here from global scope.
14879
14880 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
14881
14882 * ido.el (ido-save-history): Save the history file in UTF-8, not
14883 the current filename coding system.
14884
14885 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14886
14887 * simple.el (interprogram-cut-function, interprogram-paste-function):
14888 Don't make them frame-local any more.
14889
14890 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
14891 Don't set interprogram-(cut|paste)-function on each frame.
14892
14893 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
14894 Make them work in tty frames.
14895 (interprogram-cut-function, interprogram-paste-function):
14896 Set them globally.
14897
14898 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14899
14900 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
14901 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
14902 (iso-iso2duden-trans-tab): Add docstring.
14903
14904 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14905
14906 * abbrev.el (define-abbrev-table): Record the variable definition.
14907
14908 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
14909 New function.
14910
14911 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14912
14913 * ps-print.el: Clean the code for checking suitable Emacs version.
14914 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
14915 (ps-print-version): New version 6.8.1.
14916
14917 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14918
14919 * files.el (enable-local-variables): Doc fix.
14920
14921 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
14922
14923 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
14924
14925 2007-11-09 Sven Joachim <svenjoac@gmx.de>
14926
14927 * dired-aux.el (dired-copy-file-recursive):
14928 Preserve directory permissions.
14929
14930 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14931
14932 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
14933 (whitespace-unload-function): New-style unload function. When run,
14934 unintern `whitespace-unload-hook' and call `unload-feature' recursively
14935 to stop the old hook from messing with the unloading.
14936
14937 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14938
14939 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
14940 (elp-unset-master, elp-results): Fix typos.
14941 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
14942 Doc fixes.
14943
14944 * msb.el (msb--many-menus): Remove variable.
14945 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
14946 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
14947 (msb--toggle-menu-type): Fix typos in docstrings.
14948
14949 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
14950 (shadow-insert-var): Doc fixes.
14951 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
14952 Reflow docstrings.
14953 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
14954
14955 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14956
14957 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
14958 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
14959 Fix typos in autoload docstrings.
14960
14961 2007-11-09 Richard Stallman <rms@gnu.org>
14962
14963 * savehist.el (savehist-save): Obey savehist-ignored-variables.
14964
14965 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
14966
14967 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
14968 (gdb-var-update-handler-1): Use it.
14969
14970 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14971
14972 * loadhist.el (unload-feature): Remove erroneous check for the
14973 FEATURE-unload-function variable; check the existence of the
14974 function (that's what the docstring says, and it makes more sense).
14975
14976 * follow.el (follow-unload-function): Add docstring.
14977 (follow-unload-function): Remove variable.
14978
14979 * server.el (server-unload-function): Remove variable.
14980 (server-unload-function): Unbind `server-edit' from `C-x #'.
14981
14982 * ses.el (ses-unload-function): New function.
14983
14984 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14985
14986 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
14987 (unsafep-progn, unsafep-let): Fix typos in docstrings.
14988
14989 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
14990 before use to avoid a warning in packages that require uniquify.
14991 (uniquify-unload-function): New function and var.
14992
14993 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
14994
14995 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
14996 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
14997 (ediff-current-diff-A, ediff-current-diff-B)
14998 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
14999 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
15000 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
15001 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
15002 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
15003 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
15004 (ediff-setup-windows-plain-merge)
15005 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
15006 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
15007 * ediff-util.el (ediff-setup-keymap, )
15008 (ediff-toggle-wide-display, ediff-toggle-multiframe)
15009 (ediff-toggle-use-toolbar, ediff-really-quit)
15010 (ediff-good-frame-under-mouse)
15011 (ediff-highlight-diff-in-one-buffer)
15012 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
15013 (ediff-make-bullet-proof-overlay):
15014 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
15015 (ediff-set-meta-overlay):
15016 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
15017 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
15018 ediff-emacs-p with their former definitions.
15019
15020 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
15021 (viper-has-face-support-p, viper-inactivate-input-method)
15022 (viper-activate-input-method)
15023 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
15024 * emulation/viper-mous.el (viper-multiclick-timeout)
15025 (viper-surrounding-word, viper-mouse-click-insert-word)
15026 (viper-mouse-click-search-word, viper-parse-mouse-key):
15027 * emulation/viper-macs.el (viper-char-array-to-macro):
15028 * emulation/viper.el (viper-go-away, viper-set-hooks)
15029 (viper-non-hook-settings):
15030 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
15031 (viper-get-saved-cursor-color-in-insert-mode)
15032 (viper-get-saved-cursor-color-in-emacs-mode)
15033 (viper-check-version, viper-get-visible-buffer-window)
15034 (viper-file-checked-in-p, viper-set-replace-overlay)
15035 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
15036 (viper-check-minibuffer-overlay, viper-read-key-sequence)
15037 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
15038 with their former definitions.
15039 (viper-eventify-list-xemacs): Only do work for XEmacs.
15040 (viper-set-unread-command-events): Only do work for Emacs.
15041 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
15042 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
15043 (viper-overlay-get, viper-overlay-put, viper-read-event)
15044 (viper-characterp, viper-int-to-char, viper-get-face)
15045 (viper-color-defined-p, viper-iconify): New defaliases replacing
15046 the old fsets.
15047
15048 * progmodes/fortran.el (comment-region-function)
15049 (uncomment-region-function): Pacify byte compiler.
15050
15051 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
15052
15053 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
15054
15055 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
15056 `process-environment'.
15057
15058 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
15059
15060 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
15061 match dir like "a...b".
15062
15063 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15064
15065 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
15066
15067 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
15068
15069 * net/tramp.el (tramp-handle-substitute-in-file-name):
15070 Don't expand the remote connection identification.
15071 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15072 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
15073 before calling stty.
15074
15075 * net/tramp-cache.el (tramp-cache-print)
15076 (tramp-dump-connection-properties): Fix docstring.
15077 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
15078
15079 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
15080
15081 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
15082 remote connection identification when setting connection property.
15083
15084 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
15085 "//" substitutes only in the local filename part.
15086
15087 2007-11-07 David Hansen <david.hansen@gmx.net>
15088
15089 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
15090
15091 2007-11-07 Glenn Morris <rgm@gnu.org>
15092
15093 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
15094 Remove superfluous concats. Move final set-buffer to
15095 non-emacs-specific code.
15096
15097 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
15098
15099 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
15100
15101 2007-11-07 Johan Bockgård <bojohan@gnu.org>
15102
15103 * eshell/esh-mode.el (eshell-output-filter):
15104 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
15105 Use `with-current-buffer'.
15106
15107 2007-11-07 Andreas Schwab <schwab@suse.de>
15108
15109 * server.el (server-start): Only register cleanup after server was
15110 started.
15111
15112 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
15113
15114 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
15115
15116 * net/tramp-cache.el (tramp-cache-print): Move down.
15117 (tramp-cache-list-connections): New defun.
15118
15119 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
15120
15121 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
15122
15123 * ido.el (ido-save-history): Write the history file in the current
15124 filename coding system, and add `coding' file-local variable.
15125
15126 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
15127
15128 * textmodes/org.el (org-table-formula-substitute-names):
15129 Remove forgotten temporary debugging code.
15130
15131 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
15132
15133 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
15134 the prompt.
15135
15136 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
15137
15138 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
15139
15140 2007-11-05 Simon Josefsson <simon@josefsson.org>
15141
15142 * net/tls.el (tls-end-of-info): Doc fix.
15143
15144 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
15145
15146 * international/utf-7.el (utf-7-imap): New coding system.
15147 (utf-7-imap-post-read-conversion): New function.
15148 (utf-7-imap-pre-write-conversion): New function.
15149
15150 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
15151
15152 * abbrev.el (abbrev--write): Fix up typo.
15153
15154 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
15155
15156 * abbrev.el (define-abbrev-table): Doc fix.
15157
15158 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
15159
15160 * info.el (Info-revert-buffer-function): New func.
15161 (Info-mode): Arrange to use it for reverting.
15162 (Info-copy-current-node-name): Add space between filename and nodename.
15163
15164 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
15165
15166 * abbrev.el (expand-abbrev): Move point back to expansion's end.
15167
15168 2007-11-04 Glenn Morris <rgm@gnu.org>
15169
15170 * net/tls.el: Don't require rx when compiling.
15171 (tls-end-of-info): Rewrite without using rx.
15172 (open-tls-stream): Use with-current-buffer.
15173
15174 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
15175
15176 * net/tls.el: Require rx when compiling.
15177 (tls-end-of-info): New variable.
15178 (open-tls-stream): Keep reading input until `tls-end-of-info' is
15179 matched.
15180
15181 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
15182
15183 * register.el (append-to-register, prepend-to-register):
15184 Don't signal error on empty register; use the text, instead.
15185
15186 2007-11-03 Michael Olson <mwolson@gnu.org>
15187
15188 * textmodes/remember.el (remember-buffer):
15189 Use define-obsolete-function-alias rather than defalias.
15190
15191 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
15192
15193 * simple.el (bad-packages-alist): Anchor semantic regexp.
15194
15195 2007-11-03 Glenn Morris <rgm@gnu.org>
15196
15197 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
15198 if defined, for blank lines. Doc fix.
15199
15200 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
15201 (fortran-mode): Set values for comment-region-function,
15202 uncomment-region-function and comment-insert-comment-function.
15203 (fortran-uncomment-region): New function.
15204
15205 * textmodes/nroff-mode.el (nroff-mode):
15206 Set comment-insert-comment-function rather than indent-line-function.
15207 (nroff-indent-line-function): Remove.
15208 (nroff-insert-comment-function): New function.
15209
15210 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
15211
15212 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
15213
15214 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
15215
15216 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
15217
15218 * emulation/viper-cmd.el (viper-prev-destructive-command)
15219 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
15220 copy-sequence.
15221
15222 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
15223 Got rid of ediff-copy-list.
15224
15225 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
15226 use face-name.
15227 (ediff-test-utility, ediff-diff-mandatory-option)
15228 (ediff-reset-diff-options): Remove to simplify the mandatory option
15229 handling on Windows.
15230 (ediff-set-diff-options): Add.
15231 (ediff-diff-options): Set "--binary" option as default in some cases.
15232
15233 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
15234 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
15235 ediff-vc-working-revision. Require vc-hooks.
15236
15237 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
15238
15239 * files.el (hack-local-variables): Fix membership tests to avoid
15240 treating all variables as safe if `enable-local-variables' is
15241 set to :safe (CVE-2007-5795).
15242
15243 2007-11-02 Glenn Morris <rgm@gnu.org>
15244
15245 * newcomment.el (comment-indent): Let comment-insert-comment-function,
15246 if defined, do all the work of inserting a new comment.
15247
15248 * progmodes/etags.el (tags-table-mode): Disable undo.
15249
15250 * simple.el (bad-packages-alist): Revert previous change.
15251
15252 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
15253
15254 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
15255
15256 * obsolete/lselect.el: Do not warn about unknown functions.
15257
15258 2007-11-02 Michael Olson <mwolson@gnu.org>
15259
15260 * textmodes/remember.el (remember-buffer): Make this an alias of
15261 remember-finalize, because Org uses it.
15262
15263 2007-11-01 Michael Olson <mwolson@gnu.org>
15264
15265 * textmodes/remember.el: Improve documentation in heading.
15266 (remember-before-remember-hook): Turn into a customizable option.
15267 (remember): Document INITIAL argument.
15268 (remember-region): Remove autoload cookie. Improve docstring to
15269 mention that it is called from the *Remember* buffer, and does not
15270 have any functional overlap with the `remember' function.
15271 (remember-finalize): Remove autoload cookie. Rename from
15272 remember-buffer to emphasize that this does not have any
15273 functional overlap with the `remember' function.
15274 (remember-destroy): Remove autoload cookie.
15275 (remember-mode-map): Define and initialize in one step.
15276 (remember-mode): Improve docstring.
15277 (remember-annotation-functions): Default to just '(buffer-file-name),
15278 and don't try to take the default value from Planner.
15279
15280 2007-11-01 Glenn Morris <rgm@gnu.org>
15281
15282 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
15283
15284 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
15285
15286 * emacs-lisp/authors.el (authors-scan-change-log)
15287 (authors-scan-el): Don't enable local eval; enable only safe local
15288 variables, without querying.
15289
15290 * mail/footnote.el (footnote-numeric-regexp)
15291 (footnote-english-upper-regexp, footnote-english-lower-regexp)
15292 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
15293 Match multi-character footnotes.
15294
15295 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
15296 (nroff-indent-line-function): New function.
15297 (nroff-count-text-lines): Use nroff-forward-text-line rather than
15298 obsolete alias.
15299
15300 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
15301
15302 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
15303 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
15304 (rcirc-print): Only update the line count when not marking the
15305 line as omittable.
15306 (rcirc-log-write): Specify coding system when writing logfile.
15307 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
15308
15309 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
15310
15311 * printing.el (printing): Fix :version, printing.el was included
15312 for in emacs-22.1.
15313 (pr-path-style, pr-path-alist, pr-txt-name)
15314 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
15315 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
15316 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
15317 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
15318 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
15319 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
15320 (pr-setting-database, pr-visible-entry-list)
15321 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
15322 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
15323
15324 * ediff-util.el (ediff-nuke-selective-display): Move definition to
15325 top level, make it dependent on the emacs flavor.
15326
15327 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
15328 Test for XEmacs not for itimer.
15329
15330 * term/sun-mouse.el:
15331 * obsolete/sun-fns.el:
15332 * obsolete/sun-curs.el: Remove files.
15333
15334 * term/sun.el (select-previous-complex-command): Remove obsolete code.
15335
15336 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
15337
15338 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
15339 was given to concat.
15340
15341 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
15342
15343 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
15344 used normally for goto-line. Change `g' to revert the buffer.
15345 Add redundant `r' binding for buffer-revert.
15346
15347 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
15348 (mail-abbrevs-setup): Use abbrev-expand-functions.
15349 (build-mail-abbrevs): Use with-temp-buffer.
15350 (define-mail-abbrev): Simplify.
15351 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
15352 Change it for use on abbrev-expand-functions.
15353 (mail-abbrev-complete-alias): Use with-syntax-table.
15354
15355 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
15356
15357 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
15358 directly. Fix bug in deleting temp file.
15359
15360 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
15361
15362 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
15363 Merge defvar and define-abbrev-table.
15364 (def-python-skeleton): Use :case-fixed and :enable-function.
15365 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
15366 Remove.
15367 (python-mode): Don't modify pre-abbrev-expand-hook.
15368
15369 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
15370
15371 * ediff-util.el (ediff-file-checked-out-p)
15372 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
15373
15374 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
15375
15376 * abbrev.el (abbrev-symbol): Correct let->let*.
15377 (abbrev--before-point): Only use abbrev-start-location if before point.
15378
15379 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
15380
15381 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
15382 (strokes-unload-hook): Remove function and variable.
15383 (strokes-unload-function): New-style unload function, adapted
15384 from `strokes-unload-hook'.
15385
15386 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
15387 (cl-unload-hook): Remove variable.
15388 (cl-unload-function): New-style unload function, adapted
15389 from `cl-cannot-unload'.
15390
15391 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
15392 (elp-unload-function): New-style unload function, adapted
15393 from `elp-unload-hook'.
15394
15395 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
15396
15397 * emacs-lisp/find-func.el (find-library): Use library at
15398 point as default interactive argument.
15399
15400 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
15401
15402 * shadowfile.el (shadow-join): Remove.
15403 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
15404 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
15405 (shadowfile-unload-hook): Remove function and variable.
15406 (shadowfile-unload-function): New-style unload function, adapted
15407 from `shadowfile-unload-hook'.
15408
15409 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
15410
15411 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
15412 only if it is bound.
15413
15414 * textmodes/reftex.el: Move autoloads for before all uses.
15415 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
15416 (reftex-delete-overlay): Move to the top level with the condition
15417 in the body.
15418
15419 * progmodes/simula.el: Use when instead of if.
15420
15421 * iimage.el (iimage-locate-file): Define unconditionally.
15422
15423 * mail/mailabbrev.el (mail-abbrev-next-line):
15424 * emulation/vip.el (vip-enlarge-region, vip-line)
15425 (vip-next-line-at-bol, vip-previous-line)
15426 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
15427 Wrap with-no-warnings around uses of next-line and previous-line.
15428
15429 * ediff.el (run-ediff-from-cvs-buffer):
15430 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
15431 Remove function not used by pcl-cvs anymore.
15432 (noninteractive, generic-sc-get-latest-rev)
15433 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
15434 Delete support for long obsolete generic-sc.el.
15435
15436 2007-10-31 Glenn Morris <rgm@gnu.org>
15437
15438 * cvs-status.el: No longer require pcvs when compiling.
15439
15440 * doc-view.el (doc-view-conversion-refresh-interval)
15441 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15442 (doc-view-reset-slice): Doc fixes.
15443 (doc-view-menu): Remove deleted function doc-view-edit-doc.
15444
15445 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
15446
15447 * help-at-pt.el (help-at-pt-unload-hook): Remove.
15448 Timers are automatically canceled by `unload-feature'.
15449
15450 * delsel.el (delsel-unload-hook): Remove function and variable.
15451 (delsel-unload-function): New-style unload function, adapted
15452 from `delsel-unload-hook'.
15453
15454 * msb.el (msb-unload-hook): Remove function and variable.
15455 (msb-unload-function): New-style unload function, adapted from
15456 `msb-unload-hook'.
15457
15458 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
15459
15460 * desktop.el (uniquify-managed): Pacify byte compiler.
15461 (desktop-buffer-info): If the buffer name is managed by uniquify,
15462 save the base name, not the uniquified one.
15463 (desktop-create-buffer): Allow `rename-buffer' to generate a new
15464 name in case of conflict.
15465
15466 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15467
15468 * doc-view.el: Use expand-file-name rather than concat.
15469 (doc-view-cache-directory): Add the UID so multiple users won't clash.
15470 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
15471 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
15472 (doc-view-toggle-display): Use an overlay over the whole buffer so as
15473 not to have to touch the buffer's content.
15474 (doc-view-initiate-display): New function, extracted from doc-view-mode.
15475 (doc-view-mode): Use it. Don't mark as a special mode.
15476 Put the page numbers in the modeline.
15477 Set up the overlay. Hide the cursor. Run the mode hook.
15478 Use after-revert-hook rather than revert-buffer-function.
15479 (doc-view-search-internal): Fix typo.
15480 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
15481 image-cache flush.
15482 (doc-view-reconvert-doc): Don't reset the whole mode.
15483 (doc-view-make-safe-dir): New function.
15484 (doc-view-current-cache-dir): Use it.
15485
15486 2007-10-30 Jason Rumney <jasonr@gnu.org>
15487
15488 * time.el (display-time-world-list): Test for zoneinfo support.
15489
15490 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
15491
15492 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
15493
15494 * net/tramp-cache.el (tramp-flush-file-function): Check also
15495 `default-directory' if `buffer-file-name' does not return a
15496 string. Added to `eshell-pre-command-hook'.
15497
15498 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15499
15500 * doc-view.el (doc-view-current-doc): Remove.
15501 Replace all uses by buffer-file-name.
15502 (doc-view-menu): New menu.
15503 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
15504 unused var `doc'.
15505 (doc-view-sort): Simplify.
15506 (doc-view-buffer-message): Don't change buffer-modified-p.
15507 (doc-view-mode): Change it here instead.
15508 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
15509 Don't modify the global value of revert-buffer-function.
15510
15511 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
15512 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
15513 (image-toggle-display): Take overlays into account and don't assume
15514 point-min==1.
15515
15516 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
15517
15518 * vc.el (vc-annotate): Fix omission bug:
15519 Specify value for vc-sentinel-movepoint.
15520
15521 2007-10-30 Michael Olson <mwolson@gnu.org>
15522
15523 * textmodes/remember.el (remember-mode-hook)
15524 (remember-handler-functions, remember-annotation-functions):
15525 Add additional items as options, including some Org functions.
15526
15527 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
15528
15529 * doc-view.el: Remove cl-dependency.
15530 (doc-view-buffer-message): Mention new binding K.
15531 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
15532 instead of variable.
15533 (doc-view-current-cache-dir): Better cache dir naming.
15534 (doc-view-current-display): Remove variable.
15535 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
15536 (doc-view-kill-proc): Set converter process to nil.
15537 (doc-view-minor-mode): New minor mode.
15538 (doc-view-minor-mode-map): New keymap.
15539 (doc-view-mode): Remove text/image switching code. Use plain defun.
15540 (doc-view-mode-map): New binding K kills converter process.
15541 Remove C-c C-e binding.
15542 (doc-view-mode-text-map): Remove keymap.
15543 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
15544 d-v-display-maybe.
15545 (doc-view-previous-major-mode): New variable.
15546 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
15547 (doc-view-remove-if): New function.
15548 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
15549 (doc-view-toggle-display): Toggle modes instead of display styles.
15550 (doc-view-reconvert-doc): Adapt to new way of doing things.
15551
15552 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
15553
15554 2007-10-30 Glenn Morris <rgm@gnu.org>
15555
15556 * dirtrack.el (dirtrack-mode): Doc fix.
15557
15558 * shell.el (shell-dirtrack-verbose, shell-mode)
15559 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
15560
15561 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
15562 (byte-compile-enable-warning): Doc fix.
15563
15564 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
15565 suppress byte-opt warning.
15566
15567 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
15568
15569 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
15570 (edt-gnu-emacs19-p): Remove.
15571 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
15572 (edt-xserver, edt-page-backward, edt-beginning-of-line)
15573 (edt-end-of-line-forward, edt-end-of-line-backward)
15574 (edt-one-word-forward, edt-one-word-backward, edt-character)
15575 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
15576 (edt-find-forward, edt-find-backward, edt-find-next-forward)
15577 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
15578 (edt-define-key, edt-bottom-check, edt-sentence-forward)
15579 (edt-sentence-backward, edt-paragraph-forward)
15580 (edt-paragraph-backward, edt-restore-key, edt-window-top)
15581 (edt-window-bottom, edt-scroll-window-forward-line)
15582 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
15583 (edt-line-to-top-of-window, edt-paragraph-backward)
15584 (edt-restore-key, edt-window-top, edt-window-bottom)
15585 (edt-scroll-window-forward-line)
15586 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
15587 (edt-line-to-middle-of-window, edt-goto-percentage)
15588 (edt-display-the-time, edt-remember, edt-split-window)
15589 (edt-emulation-on, edt-emulation-off)
15590 (edt-default-emulation-setup, edt-user-emulation-setup)
15591 (edt-select-default-global-map, edt-select-user-global-map):
15592 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
15593 tests.
15594
15595 * textmodes/reftex-index.el (reftex-index-selection-or-word):
15596 Use feature test instead of boundp test so it can be resolved at
15597 compile time.
15598
15599 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
15600
15601 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15602
15603 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
15604 Update all users.
15605 (abbrev-get, abbrev-put): Simplify.
15606 (define-abbrev): Don't store the `force' value in the :system property.
15607 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
15608
15609 2007-10-30 Michael Olson <mwolson@gnu.org>
15610
15611 * desktop.el (desktop-minor-mode-table): Add line for ERC.
15612
15613 * textmodes/remember.el: New file that implements a mode for
15614 quickly jotting down things to remember.
15615
15616 * textmodes/remember-diary.el: A backend for remember.el that
15617 implements saving notes to a Diary file.
15618
15619 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
15620
15621 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
15622 Relocate in file.
15623 (allout-doublecheck-at-and-shallower): Increase to include
15624 slightly greater depths, since yank interaction is now ok.
15625 Also, elaborate the docstring to explain the situation.
15626 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
15627 instead of concat, so we accommodate key sequences expressed as
15628 vectors as well as strings and lists.
15629 (allout-flag-region, allout-hide-by-annotation): Make the
15630 hidden-text overlays 'front-advance.
15631 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
15632 (allout-aberrant-container-p, allout-on-current-heading-p)
15633 (allout-e-o-prefix-p, allout-next-heading)
15634 (allout-previous-heading, allout-goto-prefix)
15635 (allout-end-of-prefix, allout-next-sibling-leap)
15636 (allout-next-visible-heading, allout-auto-fill)
15637 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
15638 (allout-yank-processing, allout-resolve-xref)
15639 (allout-current-topic-collapsed-p, allout-hide-region-body)
15640 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
15641 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
15642 (count-trailing-whitespace-region): Preserve match data, so allout
15643 outline navigation doesn't disrupt other Emacs operations.
15644 (allout-beginning-of-line): Retreat to the beginning of the hidden
15645 text, so fields are respected (for submodes that care).
15646 (allout-end-of-line): Preserve mark activation status when jumping.
15647 (allout-open-topic): Account for opening after a child that
15648 contains a hidden trailing newline. Preserve match data.
15649 Run allout-structure-added-hook
15650 (allout-encrypt-decrypted): Preserve match data.
15651 (allout-toggle-current-subtree-exposure): Add new interactive
15652 function for toggle subtree exposure - suggested by tassilo.
15653 (move-beginning-of-line, move-end-of-line): Don't use
15654 line-move-invisible-p, it's obsolete - substitute the code, instead.
15655
15656 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
15657
15658 * textmodes/flyspell.el (message-signature-separator):
15659 * longlines.el (message-indent-citation-function): Pacify byte
15660 compiler.
15661
15662 * emacs-lisp/cl-loaddefs.el:
15663 * ldefs-boot.el: Regenerate.
15664
15665 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
15666 (.el.elc, compile, compile-always, compile-calc)
15667 ($(lisp)/progmodes/cc-mode.elc): Use it.
15668
15669 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
15670 Only do work for XEmacs.
15671 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
15672 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
15673 on XEmacs.
15674 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15675 (ps-x-color-name, ps-x-color-specifier-p)
15676 (ps-x-copy-coding-system, ps-x-device-class)
15677 (ps-x-extent-end-position, ps-x-extent-face)
15678 (ps-x-extent-priority, ps-x-extent-start-position)
15679 (ps-x-face-font-instance, ps-x-find-coding-system)
15680 (ps-x-font-instance-properties, ps-x-make-color-instance)
15681 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
15682 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
15683 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
15684 (ps-generate-postscript-with-faces): Delete defaliases.
15685 (ps-face-foreground-name, ps-face-background-name)
15686 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
15687 Move definitions to top level, make the body conditional on the Emacs
15688 flavor. Replace uses of deleted aliases and renamed functions.
15689 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
15690 of deleted aliases and renamed functions.
15691
15692 * calc/calc.el (calc-emacs-type-lucid): Remove.
15693 (calc-digit-map, calcDigit-start, calc-read-key)
15694 (calc-clear-unread-commands):
15695 * calc/calc-ext.el (calc-user-key-map): Replace uses of
15696 calc-emacs-type-lucid with (featurep 'xemacs)
15697
15698 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
15699 (featurep 'xemacs).
15700 (tpu-lucid-emacs19-p): Remove.
15701 (tpu-map-key): Make it a function instead of using fset. Inline
15702 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
15703 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
15704
15705 * ielm.el: Use featurep 'xemacs.
15706
15707 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
15708 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
15709 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
15710 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
15711 cperl-xemacs-p with (featurep 'xemacs).
15712 (font-lock-cache-position): Pacify byte compiler.
15713
15714 2007-10-29 Drew Adams <drew.adams@oracle.com>
15715
15716 * faces.el (read-color): New function.
15717 (face-at-point, foreground-color-at-point)
15718 (background-color-at-point): New functions.
15719
15720 2007-10-28 Richard Stallman <rms@gnu.org>
15721
15722 * net/browse-url.el (browse-url-text-xterm): Rename from
15723 browse-url-lynx-xterm and made generic.
15724 (browse-url-text-emacs): Likewise.
15725 (browse-url-text-browser): New variable.
15726 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
15727 (browse-url-text-input-field, browse-url-text-input-attempts)
15728 (browse-url-kde-program): Likewise.
15729
15730 2007-10-29 Glenn Morris <rgm@gnu.org>
15731
15732 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15733 Use mapc rather than mapcar (reinstall change deleted without log
15734 entry 2007-10-22).
15735
15736 2007-10-29 Martin Rudalics <rudalics@gmx.at>
15737
15738 * wdired.el (wdired-next-line, wdired-previous-line):
15739 Use next-line and previous-line wrapped in with-no-warnings.
15740
15741 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
15742
15743 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
15744 (rcirc-recent-quit-alist): New function.
15745 (rcirc): Print a better message when there is only one connected server.
15746 (rcirc-complete-nick): Do not update the nick table here.
15747 (rcirc-mode-map): Add M-o.
15748 (rcirc-current-line): Add variable.
15749 (rcirc-mode): Setup variables for line based omit.
15750 (rcirc-edit-multiline): Strip text properties.
15751 (rcirc-omit-responses): Add NICK.
15752 (rcirc-omit-threshold): Add variable.
15753 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
15754 Add functions.
15755 (rcirc-print): Keep track of current line. Do not fill text if
15756 `rcirc-fill-flag' is null. Only omit text if the last activity
15757 from the sender is more than `rcirc-omit-threshold' lines ago.
15758 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
15759 numbers instead of time.
15760 (rcirc-channel-nicks): Sort by line numbers instead of time.
15761 (rcirc-omit-mode): Add `...' when omitting text and recenter.
15762 (rcirc-handler-JOIN): Restore the joiners linestamp.
15763 (rcirc-maybe-remember-nick-quit): Add function.
15764 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
15765
15766 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
15767
15768 * loadhist.el (unload-feature-special-hooks):
15769 Add `delete-frame-functions' and `suspend-tty-functions'.
15770
15771 * server.el (server-unload-function): Rename from `server-unload-hook'
15772 and adapt to new `unload-feature' functionality. Remove hook from
15773 `kill-buffer-hook' buffer-locally.
15774 (server-unload-hook): Remove.
15775 (server-unload-function): New var; replaces `server-unload-hook'.
15776
15777 2007-10-29 Glenn Morris <rgm@gnu.org>
15778
15779 * dirtrack.el (dirtrack-debug): Doc fix.
15780 (dirtrack-mode, dirtrack-debug-mode): New names for
15781 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
15782 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
15783 Make obsolete.
15784 (dirtrack-debug-message): Only print message if
15785 dirtrack-debug-mode is non-nil. Use with-current-buffer.
15786 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
15787 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
15788
15789 2007-10-28 Glenn Morris <rgm@gnu.org>
15790
15791 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
15792 (byte-compile-warnings-safe-p): Handle `not'.
15793 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
15794 (byte-compile-enable-warning): New functions.
15795 (byte-compile-eval-before-compile)
15796 (byte-compile-file-form-require): Use byte-compile-disable-warning.
15797 (byte-compile-close-variables): Locally bind byte-compile-warnings,
15798 but do not modify it.
15799 (byte-compile-eval, byte-compile-obsolete)
15800 (byte-compile-warn-about-unresolved-functions)
15801 (byte-compile-file-form-defvar)
15802 (byte-compile-file-form-custom-declare-variable)
15803 (byte-compile-file-form-require)
15804 (byte-compile-file-form-defmumble, byte-compile-lambda)
15805 (byte-compile-form, byte-compile-normal-call)
15806 (byte-compile-variable-ref, byte-compile-defvar)
15807 (byte-compile-make-variable-buffer-local):
15808 Use byte-compile-warning-enabled-p.
15809 * emacs-lisp/advice.el (ad-compile-function):
15810 Use byte-compile-disable-warning.
15811 * emacs-lisp/cl.el: Move local variables to end of file, and set
15812 byte-compile-warnings to `(not cl-functions)'.
15813 * emacs-lisp/cl-compat.el: Add a local variables section, and set
15814 byte-compile-warnings to `(not cl-functions)'.
15815 * emacs-lisp/cl-macs.el: Unify local variable section, and set
15816 byte-compile-warnings to `(not cl-functions)'.
15817 (cl-do-proclaim): Use byte-compile-disable-warning and
15818 byte-compile-enable-warning.
15819 * emacs-lisp/cl-seq.el: Unify local variable section, and set
15820 byte-compile-warnings to `(not cl-functions)'.
15821 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
15822 Use byte-compile-disable-warning.
15823
15824 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
15825
15826 * cus-edit.el (custom-browse-insert-prefix):
15827 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
15828
15829 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
15830
15831 * server.el (server-process-filter): Fix typo in docstring.
15832 (server-log): Reflow docstrings.
15833 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
15834 (server-goto-line-column): Use `when'.
15835
15836 2007-10-28 Juri Linkov <juri@jurta.org>
15837
15838 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
15839 when mouse is clicked on the isearch message.
15840 (isearch-resume): Call `isearch-update' at the end.
15841 Rename argument `search' to `string' to conform to the
15842 isearch terminology.
15843
15844 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15845
15846 Rewrite abbrev.c in Elisp.
15847 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
15848 (abbrev-table-get, abbrev-table-put, abbrev-get)
15849 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
15850 (define-abbrev, abbrev--check-chars, define-global-abbrev)
15851 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
15852 (abbrev-expansion, abbrev--before-point, expand-abbrev)
15853 (unexpand-abbrev, abbrev--write, abbrev--describe)
15854 (insert-abbrev-table-description, define-abbrev-table):
15855 New funs, largely transcribed from abbrev.c.
15856 (abbrev-with-wrapper-hook): New macro.
15857 (abbrev-table-name-list, global-abbrev-table)
15858 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
15859 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
15860 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
15861 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
15862 New vars, largely transcribed from abbrev.c.
15863 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
15864 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
15865 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
15866
15867 2007-10-27 Glenn Morris <rgm@gnu.org>
15868
15869 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
15870 (shell-dirtrack-toggle): Mark as obsolete.
15871 (dirtrack-toggle, dirtrack-mode): No longer alias to
15872 shell-dirtrack-mode.
15873
15874 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
15875
15876 * calc/calc.el (math-standard-opers): Lower the precedence
15877 of negation.
15878 * calc/calc-lang.el (math-oper-table): Lower precedence of
15879 negation for C, TeX, and eqn.
15880
15881 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
15882
15883 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
15884
15885 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
15886
15887 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
15888 (desktop-not-loaded-hook): Fix :version tags.
15889
15890 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
15891
15892 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
15893 (tramp-get-remote-tmpdir): New defun.
15894 (tramp-make-tramp-temp-file): Use it.
15895 (tramp-local-call-process): New defun. Replace all calls of
15896 `call-process' by this when appropriate.
15897 (tramp-handle-write-region): Replace calls of `file-attributes' by
15898 `tramp-compat-file-attributes'.
15899 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15900 Make the first command a `tramp-send-command' call, with let-bind
15901 of `tramp-end-of-output'.
15902 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
15903 (tramp-load-report-modules, tramp-append-tramp-buffers):
15904 Move to tramp-cmds.el.
15905
15906 * net/tramp-fish.el (tramp-fish-handle-copy-file)
15907 (tramp-fish-do-copy-or-rename-file)
15908 (tramp-fish-do-copy-or-rename-file-directly):
15909 * net/tramp-smb.el (tramp-smb-handle-copy-file):
15910 Add parameter PRESERVE-UID-GID.
15911
15912 2007-10-27 Eli Zaretskii <eliz@gnu.org>
15913
15914 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
15915 New defcustoms.
15916 (display-time-world-list): Use them as appropriate for the current
15917 value of `system-type'.
15918
15919 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
15920
15921 * emulation/pc-select.el (next-line-mark, next-line-nomark)
15922 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
15923 around uses of previous-line and next-line.
15924
15925 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
15926 New defvars.
15927
15928 * textmodes/css-mode.el (comment-continue):
15929 * net/browse-url.el (url-handler-regexp):
15930 * progmodes/idlw-help.el (idlwave-system-routines):
15931 Pacify byte-compiler.
15932
15933 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
15934 line-move-invisible-p with its former definition: invisible-p.
15935 line-move-invisible-p was removed on 2007-08-29.
15936
15937 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
15938
15939 * files.el (kill-emacs-query-functions): Doc fix;
15940 `save-buffers-kill-emacs' is no longer bound to a key.
15941
15942 2007-10-26 Richard Stallman <rms@gnu.org>
15943
15944 * isearch-multi.el (isearch-buffers-multi): New option.
15945 (isearch-buffers-search-fun): Test it.
15946
15947 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
15948 Put ps-run-clear on C-c C-l.
15949
15950 * newcomment.el (comment-styles): New style indent-or-triple.
15951 (comment-style): Make that the default.
15952 (comment-add defvar): Doc fix.
15953 (comment-add): Delete arg EXTRA.
15954 (comment-region-default): Open code call to comment-add.
15955 Handle indent-or-triple style which uses `multi-char' for INDENT.
15956
15957 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
15958
15959 * eshell/em-unix.el (nil-blank-string): Doc fix.
15960
15961 2007-10-26 John Wiegley <johnw@newartisans.com>
15962
15963 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
15964 function, ensure that the third argument is turned into a nil if
15965 the string is otherwise completely empty (either no characters, or
15966 all tabs/spaces). This fixes a bug from a user who found himself
15967 unable to customize `diff-switches' and still use Eshell's diff
15968 command.
15969
15970 2007-10-26 Glenn Morris <rgm@gnu.org>
15971
15972 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
15973 safe-local-variable property.
15974
15975 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
15976
15977 * net/browse-url.el (browse-url-browser-function): Delete grail.
15978 (browse-url-grail): Function and variable deleted.
15979 (browse-url-browser-function): Delete IXI Mosaic.
15980 (browse-url-default-browser): Don't try IXI Mosaic.
15981 (browse-url-iximosaic): Function deleted.
15982 (browse-url-browser-function): Delete MMM.
15983 (browse-url-default-browser): Don't try MMM.
15984 (browse-url-mmm): Function deleted.
15985
15986 2007-10-26 Drew Adams <drew.adams@oracle.com>
15987
15988 * custom.el (custom-note-var-changed): New function.
15989
15990 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
15991
15992 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
15993 use with the definition. Remove.
15994
15995 * add-log.el (change-log-start-entry-re): New defconst.
15996 (change-log-sortable-date-at): Use it.
15997 (change-log-beginning-of-defun, change-log-end-of-defun):
15998 New functions.
15999 (change-log-mode): Use them for beginning-of-defun-function and
16000 end-of-defun-function.
16001
16002 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
16003
16004 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
16005 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
16006 (ses-recalculate-cell): Deal with point being just beyond end of
16007 data area (why does this happen?)
16008 (ses-set-curcell): Ditto.
16009 (ses-column-letter): Handle columns beyond 702. Code written by
16010 Gareth Rees.
16011
16012 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
16013
16014 * textmodes/org.el (org-agenda-get-restriction-and-command):
16015 Use `mapc' instead of `mapcar'.
16016 (org-agenda-list): Numeric prefix argument can specify the number
16017 of days.
16018 (remember-register, remember-buffer): Prevent byte compiler from
16019 complaining.
16020 (org-todo): Save and restore match data.
16021 (org-no-warnings): New macro.
16022 (org-columns-eval): Use `org-no-warnings'.
16023
16024 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
16025
16026 * comint.el (comint-password-prompt-regexp):
16027 Handle `[sudo] password'-style prompt.
16028
16029 2007-10-25 Glenn Morris <rgm@gnu.org>
16030
16031 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
16032 (defcustom): Doc fix.
16033
16034 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
16035 Add `non_intrinsic'.
16036 (f90-constants-re): Add ieee modules.
16037 (f90-typedef-matcher, f90-typedec-matcher)
16038 (f90-imenu-type-matcher): New functions.
16039 (f90-font-lock-keywords-1): Give module procedures function-name face.
16040 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
16041 Add `use, intrinsic'.
16042 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
16043 Move start of `enum' blocks to separate entry.
16044 (f90-start-block-re): Fix `type', `abstract interface'.
16045 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
16046 derived types.
16047 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
16048 `elemental', change `enumerator'.
16049 (f90-no-block-limit): Fix `abstract interface'.
16050
16051 * progmodes/f90.el (f90-indented-comment-re)
16052 (f90-directive-comment-re, f90-break-delimiters):
16053 * progmodes/fortran.el (fortran-comment-line-start-skip)
16054 (fortran-directive-re):
16055 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
16056 as safe if they are strings.
16057
16058 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16059
16060 * startup.el (window-system): Remove. Don't make it frame-local.
16061
16062 2007-10-24 Richard Stallman <rms@gnu.org>
16063
16064 * savehist.el (savehist-save): Omit unreadable elements.
16065
16066 * loadhist.el (unload-function-defs-list): Rename from
16067 unload-function-features-list.
16068 (unload-feature-special-hooks, unload-feature): Doc fixes.
16069
16070 * indent.el (indent-to-left-margin): If point's in the indentation,
16071 move to the end of the indentation.
16072
16073 * cus-edit.el (customize-changed-options): Make arg optional.
16074
16075 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
16076
16077 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
16078
16079 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
16080
16081 * textmodes/org-publish.el (org-publish-attachment): Re-install
16082 accidentally deleted change.
16083
16084 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16085
16086 * term/iris-ansi.el (iris-function-map): Move init into declaration.
16087
16088 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
16089
16090 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
16091 (Buffer-menu-mode-map): Initialize in the declaration.
16092 (Buffer-menu-mode): Define with `define-derived-mode'.
16093
16094 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
16095
16096 * textmodes/org.el (org-version): Change to 5.13e.
16097 (org-agenda-file-regexp): Fix typo in docstring.
16098 (org-add-planning-info): Fix bug in parenthesis settings.
16099 (org-scan-tags): Catch the case of indirect buffers with no filename.
16100 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
16101 Re-install switch to mapc, had been removed by accident.
16102 (org-columns-map): New binding `C-c C-o'.
16103 (org-columns-menu): Change menu text and added new entry.
16104 (org-columns-eval): Document the use of `next-line'.
16105 (org-columns-open-link): New function.
16106 (org-columns-follow-link): Remove function.
16107 (org-open-link-from-string): New function.
16108 (org-read-date-get-relative): Fix typo in docstring.
16109 (org-read-date-get-relative): Leading +/- is not optional.
16110 (org-agenda-get-restriction-and-command): Always resize window on
16111 first loop cycle.
16112 (org-agenda-open-link): Make sure the link abbreviations are
16113 present in the agenda buffer.
16114 (org-agenda-copy-local-variable): New function.
16115
16116 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16117
16118 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
16119
16120 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16121
16122 * simple.el (reindent-then-newline-and-indent): Use a `move after
16123 insert' kind of marker in the save-excursion.
16124
16125 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16126
16127 * textmodes/css-mode.el: Require CL.
16128 (comment-continue): Declare.
16129
16130 * subr.el (make-variable-frame-localizable): Remove.
16131 (make-variable-frame-local): Mark obsolete.
16132
16133 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16134
16135 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
16136 of the subdirs is unreadable.
16137
16138 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
16139
16140 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
16141 when we are local.
16142
16143 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16144
16145 * progmodes/python.el (python-current-defun): Remove left-over
16146 assignment to `start'.
16147
16148 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
16149
16150 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
16151 than `mapcar'; return value is not used.
16152
16153 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16154
16155 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
16156 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
16157
16158 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
16159
16160 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
16161 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
16162
16163 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16164
16165 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
16166
16167 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
16168
16169 * emacs-lisp/advice.el (ad-make-advised-docstring):
16170 Add ad-advice-info text property to doc string.
16171
16172 2007-10-23 Glenn Morris <rgm@gnu.org>
16173
16174 * progmodes/f90.el (f90-do-indent, f90-if-indent)
16175 (f90-type-indent, f90-program-indent, f90-associate-indent)
16176 (f90-continuation-indent, f90-comment-region)
16177 (f90-beginning-ampersand, f90-smart-end)
16178 (f90-break-before-delimiters, f90-auto-keyword-case)
16179 (f90-leave-line-no, f90-mode-hook):
16180 Give an appropriate safe-local-variable property.
16181
16182 * progmodes/fortran.el (fortran-tab-mode-default)
16183 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
16184 (fortran-structure-indent, fortran-continuation-indent)
16185 (fortran-comment-indent, fortran-comment-line-extra-indent)
16186 (fortran-comment-line-start)
16187 (fortran-minimum-statement-indent-fixed)
16188 (fortran-minimum-statement-indent-tab)
16189 (fortran-comment-indent-char, fortran-line-number-indent)
16190 (fortran-check-all-num-for-matching-do)
16191 (fortran-blink-matching-if, fortran-continuation-string)
16192 (fortran-comment-region, fortran-electric-line-number)
16193 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
16194 (fortran-analyze-depth, fortran-break-before-delimiters):
16195 Give an appropriate safe-local-variable property.
16196
16197 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16198
16199 * printing.el: Move variable definitions before use.
16200 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
16201
16202 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16203
16204 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
16205 (tpu-edt-off): Use it.
16206 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
16207 the global-map before adding it to global-map.
16208
16209 * menu-bar.el (global-buffers-menu-map): New var.
16210 (global-map, menu-bar-update-buffers): Use it.
16211 * msb.el (msb-menu-bar-update-buffers): Use it.
16212 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
16213 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
16214 Use with-current-buffer.
16215
16216 2007-10-22 Juri Linkov <juri@jurta.org>
16217
16218 * isearch-multi.el: New file.
16219
16220 * isearch.el (isearch-search-string): After finding the next
16221 occurrence switch to buffer isearch-buffers-current-buffer when
16222 isearch-buffers-next-buffer-function is non-nil and
16223 isearch-buffers-current-buffer is live.
16224
16225 * add-log.el (change-log-mode): Make and set buffer-local variable
16226 isearch-buffers-next-buffer-function to change-log-next-buffer.
16227 Call isearch-buffers-minor-mode.
16228 (change-log-next-buffer): New function.
16229
16230 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
16231
16232 * textmodes/org-export-latex.el (org-export-latex-protect-string):
16233 Renaming of `org-latex-protect'.
16234 (org-export-latex-emphasis-alist): By default, don't protect
16235 any emphasis formatter from further conversion.
16236 (org-export-latex-tables): Honor column grouping for tables.
16237 (org-export-latex-title-command): New option.
16238 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
16239 export backslash character.
16240
16241 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
16242
16243 * textmodes/org.el (org-read-date-get-relative): New function.
16244 (org-agenda-file-regexp): New variable.
16245 (org-agenda-files): Allow directories in the variable.
16246 (org-agenda-get-restriction-and-command): New function.
16247 (org-agenda): Use `org-agenda-get-restriction-and-command'.
16248 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
16249 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
16250 New functions.
16251 (org-entry-add-to-multivalued-property)
16252 (org-entry-remove-from-multivalued-property)
16253 (org-entry-member-in-multivalued-property): New functions.
16254 (org-remember-apply-template): Catch C-g and make sure window
16255 configuration is restored.
16256 (org-agenda-open-link): Make it work with several links in the line.
16257 (org-drawers, org-set-regexps-and-options)
16258 (org-get-current-options): Add support for a DRAWERS in-buffer option.
16259 (org-agenda-window-frame-fractions): New option.
16260 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
16261 (org-columns-cleanup-item, org-find-entry-with-id)
16262 (org-insert-columns-dblock, org-listtable-to-string)
16263 (org-dblock-write:columnview, org-columns-capture-view)
16264 (org-edit-headline): New functions.
16265 (org-agenda-to-appt): Require calendar.
16266 (org-entry-get-with-inheritance): Widen for search.
16267 (org-columns-display-here): Don't mark buffer as modified when
16268 adding space characters to accomodate column overlays.
16269 (org-export-as-html): Better formatting of tags in the toc.
16270 (org-columns-display-here): Make the ITEM column as compact as possible.
16271 (org-remember-templates): Customization interface improved.
16272 (org-export-with-property-drawer): Variable removed.
16273 (org-export-with-drawers): New option.
16274 (org-complex-heading-regexp): New variable.
16275 (org-sort-entries): Rewrite using `sort-subr'.
16276 (org-set-property): More appropriate completion during interactive use.
16277 (org-sort-entries): Allow sorting by property.
16278 (org-additional-option-like-keywords): Add more values.
16279 (org-sort-entries-or-items): Rename from `org-sort-entries'.
16280
16281 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
16282
16283 * textmodes/org.el (org-get-date-from-calendar): New function.
16284 (org-at-timestamp-p, org-timestamp-change)
16285 (org-remember-templates): First element of each entry is now a
16286 name for the template.
16287 (org-store-log-note): Check for `org-note-abort'.
16288 (org-kill-note-or-show-branches): New command.
16289 (org-fontify-priorities): New option.
16290 (org-fontify-priorities): New function.
16291 (org-cut-subtree, org-copy-subtree): New argument N to
16292 act on N sequential subtrees.
16293 (org-paste-subtree): Fix the level at which a tree is pasted.
16294 (org-fit-agenda-window): Limitations on window size removed.
16295 (org-agenda-find-same-or-today-or-agenda): Rename from
16296 `org-agenda-find-today-or-agenda'.
16297 (org-scheduled-past-days): New option.
16298 (org-agenda-scheduled-leaders)
16299 (org-agenda-deadline-leaders): New options.
16300 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
16301 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
16302 (org-export-with-tags, org-export-plist-vars)
16303 (org-infile-export-plist): New "tags" option.
16304 (org-use-property-inheritance): New option.
16305 (org-cached-entry-get): Use `org-use-property-inheritance'.
16306 (org-remember-apply-template): Fix typo.
16307
16308 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
16309
16310 * net/tramp.el (tramp-find-shell)
16311 (tramp-open-connection-setup-interactive-shell): Improve sending
16312 initial commands.
16313 (tramp-action-terminal): Send debug message.
16314 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
16315 (tramp-barf-if-no-shell-prompt): Insert code of
16316 `tramp-wait-for-shell-prompt'.
16317
16318 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16319
16320 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
16321
16322 * term/vt200.el (terminal-init-vt200):
16323 * term/vt201.el (terminal-init-vt201):
16324 * term/vt220.el (terminal-init-vt220):
16325 * term/vt240.el (terminal-init-vt240):
16326 * term/vt300.el (terminal-init-vt300):
16327 * term/vt320.el (terminal-init-vt320):
16328 * term/vt400.el (terminal-init-vt400):
16329 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
16330
16331 * term/wyse50.el (wyse50-terminal-map): New var.
16332 (terminal-init-wyse50): Use it and input-decode-map.
16333 (enable-arrow-keys): Emasculate.
16334
16335 * term/tvi970.el (tvi970-terminal-map): New var.
16336 (terminal-init-tvi970): Use it and input-decode-map.
16337 (tvi970-keypad-numeric): Remove.
16338 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
16339
16340 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
16341 (terminal-init-sun): Use it and input-decode-map.
16342
16343 * term/news.el (terminal-init-news):
16344 * term/lk201.el (terminal-init-lk201):
16345 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
16346
16347 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
16348
16349 * complete.el (PC-expand-many-files): Remove.
16350 (PC-do-completion): Call file-expand-wildcards instead of
16351 PC-expand-many-files.
16352
16353 * net/tramp.el (tramp-handle-expand-many-files): Remove.
16354 (PC-expand-many-files): Remove advice.
16355
16356 2007-10-22 Glenn Morris <rgm@gnu.org>
16357
16358 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
16359 Add some support for Fortran 2003 syntax:
16360 (f90-type-indent): Now also applies to `enum'.
16361 (f90-associate-indent): New user option.
16362 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
16363 Add some F2003 keywords.
16364 (f90-constants-re): New constant.
16365 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
16366 Interface'.
16367 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
16368 `class'. Arguments for `type'/`class' may have spaces. Add a new
16369 element for functions with specified types. Add `end enum' and
16370 `select type'. Add `implicit enumerator' and `procedure'.
16371 Add `class default' and `type is', `class is'. Fix `go to' regexp.
16372 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
16373 (f90-font-lock-keywords-4): Add `f90-constants-re'.
16374 (f90-blocks-re): Add `enum' and `associate'.
16375 (f90-else-like-re): Add `class is', `type is', and `class default'.
16376 (f90-end-type-re): Add `enum'.
16377 (f90-end-associate-re, f90-typeis-re): New constants.
16378 (f90-end-block-re): Add `enum' and `associate'. Change from
16379 optional whitespace to end-of-word, to avoid `enumerator'.
16380 (f90-start-block-re): Add `select type', `abstract interface', and
16381 `enum'. Avoid `type is', and `type (sometype)'.
16382 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
16383 (f90-mode): Doc fix.
16384 (f90-looking-at-select-case): Doc fix. Add `select type'.
16385 (f90-looking-at-associate): New function.
16386 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
16387 Add `enum' and `abstract interface'.
16388 (f90-no-block-limit): Add `select type' and `abstract interface'.
16389 (f90-get-correct-indent, f90-calculate-indent)
16390 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
16391 (f90-indent-region, f90-match-end): Handle `associate' blocks.
16392
16393 2007-10-22 Martin Rudalics <rudalics@gmx.at>
16394
16395 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
16396 Use window-full-width-p.
16397
16398 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
16399
16400 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
16401
16402 * tooltip.el: Use featurep 'xemacs.
16403
16404 * printing.el: Move variable definitions before use, no code change.
16405
16406 2007-10-22 Juri Linkov <juri@jurta.org>
16407
16408 * simple.el (goto-history-element): Allow minibuffer-default to be
16409 a list of default values accessible by typing M-n in the minibuffer.
16410
16411 * dired-x.el (dired-guess-shell-command): Put all guesses to the
16412 minibuffer default value list instead of pushing them temporarily
16413 to the history list.
16414
16415 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16416
16417 * hexl.el (hexl-menu): New major mode menu.
16418
16419 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16420
16421 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
16422
16423 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16424
16425 * w32-fns.el (w32-quote-process-args):
16426 * dos-w32.el (print-region-function, lpr-headers-switches)
16427 (ps-print-region-function): Pacify byte-compiler.
16428
16429 * emulation/edt-mapper.el (function-key-map):
16430 (edt-map-key): Make it a function instead of using fset.
16431 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
16432 (edt-gnu-map-key, edt-lucid-map-key): Remove.
16433 (edt-x-emacs-p): Remove.
16434 (edt-emacs-variant, edt-window-system, edt-xserver):
16435 Use featurep 'xemacs.
16436
16437 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
16438 Replace eudc-xemacs-p with its definition.
16439 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
16440 (eudc-emacs-mule-p): Remove.
16441 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
16442 eudc-xemacs-p with feature tests.
16443
16444 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
16445 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
16446 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
16447 (eudc-bob-toggle-inline-display):
16448 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
16449 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
16450
16451 * net/eudcb-ph.el (eudc-ph-open-session):
16452 Replace eudc-xemacs-mule-p with its former definition.
16453
16454 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
16455 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
16456
16457 * progmodes/vera-mode.el (vera-xemacs): Remove.
16458 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
16459
16460 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
16461 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
16462 (vhdl-speedbar-initialize, vhdl-ps-print-init)
16463 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
16464 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
16465 with (featurep 'xemacs).
16466
16467 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
16468 (save-buffer-state-x):
16469 * obsolete/fast-lock.el (fast-lock-verbose):
16470 * emulation/viper-init.el (viper-xemacs-p)
16471 (viper-cond-compile-for-xemacs-or-emacs):
16472 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
16473 * ps-print.el (case-fold-search):
16474 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
16475 * calculator.el (calculator-help): Use featurep 'xemacs.
16476
16477 * progmodes/prolog.el: Undo previous change.
16478 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
16479
16480 * progmodes/dcl-mode.el:
16481 * play/yow.el:
16482 * calendar/todo-mode.el:
16483 * calendar/cal-hebrew.el:
16484 * vc-hg.el: Undo previous change.
16485
16486 * vms-patch.el: Likewise.
16487 (print-region-function): Pacify byte-compiler.
16488
16489 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
16490
16491 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
16492 preserve-uid-gid.
16493
16494 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
16495 compatibility. It is not used, though.
16496
16497 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
16498 Require tramp-cmds.el.
16499 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
16500 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
16501 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
16502 (tramp-do-copy-or-rename-file-out-of-band)
16503 (tramp-maybe-open-connection): Use `make-temp-name'. This is
16504 possible, because we don't need to create the temporary file, but
16505 we need a prefix for ssh, which has its own temporary file handling.
16506 (tramp-handle-delete-directory): Add "-f" to rmdir.
16507 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
16508 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
16509 a signal, in order to give the callee a chance to suppress.
16510 (tramp-handle-write-region): Set owner also in case of short
16511 track. Don't use compatibility calls for `write-region' anymore.
16512 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
16513 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
16514
16515 * net/tramp-cmds.el: New file.
16516
16517 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
16518 `tramp-clear-passwd'.
16519
16520 * net/trampver.el: Update release number.
16521
16522 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16523
16524 * progmodes/gud.el (gud-target-name): Move definition before use.
16525
16526 * progmodes/dcl-mode.el: Require imenu at compile time.
16527
16528 * progmodes/cc-engine.el (c-maybe-stale-found-type):
16529 Pacify byte-compiler.
16530
16531 * obsolete/fast-lock.el: Use featurep test instead of string-match.
16532
16533 * eshell/esh-mode.el (eshell-handle-ansi-color):
16534 Require ansi-color at compile time too.
16535
16536 * eshell/em-unix.el (eshell/info): Require info at compile time too.
16537
16538 * w32-fns.el: Require w32-vars.
16539
16540 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
16541 time too.
16542
16543 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16544
16545 * double.el ([ignore]): Use `ignore'.
16546 (double-setup): Inline into double-mode.
16547 (double-mode): Use define-minor-mode.
16548
16549 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16550
16551 * textmodes/reftex.el: Move require easymenu before first use.
16552 (reftex-info): Require info at compile too.
16553
16554 * textmodes/org-publish.el (org-publish-org-to-html)
16555 (org-publish-org-to): Require org at compile time too.
16556 (org-publish-attachment): Require at compile time too.
16557
16558 * term/tty-colors.el (w32-tty-standard-colors):
16559 Pacify byte-compiler.
16560
16561 * term/pc-win.el (frame-creation-function-alist): Add to this
16562 instead of setting frame-creation-function.
16563
16564 * play/blackbox.el (bb-up, bb-down): Use forward-line.
16565
16566 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
16567
16568 * calendar/todo-mode.el: Require calendar at compile time.
16569
16570 * calendar/cal-hebrew.el: Require holidays at compile time.
16571
16572 * w32-vars.el: Provide w32-vars.
16573
16574 * term/w32-win.el: Require w32-vars.
16575 (w32-color-map): Pacify byte-compiler.
16576
16577 * loadup.el: Load w32-vars before term/w32-win.
16578
16579 2007-10-20 Juri Linkov <juri@jurta.org>
16580
16581 * textmodes/fill.el (fill-paragraph): When the region is active,
16582 don't try other `or' branches regardless of the value returned by
16583 fill-region; just return t.
16584
16585 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
16586
16587 * vc.el (vc-do-command): Condition out a misleading message when
16588 running asynchronously.
16589 (vc-deduce-fileset): New argument enables using an unregistered
16590 visited file as a singleton fileset if nothing else is available.
16591 (vc-next-action): Restore file-registering behavior.
16592
16593 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
16594
16595 * calc/README: Add recent news.
16596
16597 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
16598
16599 * term/x-win.el (x-gtk-stock-map, icon-map-list)
16600 (x-gtk-map-stock): Delete duplicated definitions from merge.
16601
16602 * progmodes/compile.el (compilation-skip-to-next-location)
16603 (compilation-skip-threshold, compilation-skip-visited):
16604 Move definitions earlier.
16605
16606 * play/decipher.el (decipher-keypress):
16607 * play/zone.el (zone-fall-through-ws):
16608 * play/landmark.el (lm-move-down, lm-move-up):
16609 * play/handwrite.el (handwrite):
16610 * mail/mspools.el (mspools-visit-spool):
16611 * wdired.el (wdired-next-line, wdired-previous-line):
16612 * tar-mode.el (tar-subfile-save-buffer):
16613 * scroll-lock.el (scroll-lock-next-line)
16614 (scroll-lock-previous-line):
16615 * image-dired.el (image-dired-next-line)
16616 (image-dired-previous-line):
16617 * ediff-help.el (ediff-help-message-line-length):
16618 Use forward-line.
16619
16620 * smerge-mode.el (smerge-auto-refine):
16621 * diff-mode.el (diff-auto-refine): Add :group.
16622
16623 * play/yow.el: Require doctor at compile time.
16624
16625 * vmsproc.el: Provide vmsproc.
16626 (command-send-input): Use forward-line.
16627
16628 * vms-patch.el: Require ps-print and vmsproc at compile time.
16629
16630 * vc-mtn.el (log-view-message-re, log-view-file-re)
16631 (log-view-font-lock-keywords): Pacify byte-compiler.
16632
16633 * vc-hg.el: Require log-view at compile time.
16634
16635 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
16636
16637 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
16638
16639 2007-10-20 Glenn Morris <rgm@gnu.org>
16640
16641 * progmodes/f90.el (f90-font-lock-keywords-2)
16642 (f90-looking-at-type-like): Fix regexp typos.
16643
16644 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
16645
16646 * bs.el (bs--track-window-changes): Don't refresh the whole list.
16647 (bs-mode): Set mode-class property to special.
16648
16649 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16650
16651 * diff-mode.el (diff-auto-refine): New var.
16652 (diff-hunk): Use it.
16653 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
16654 (diff-refine-change): Rename from diff-fine-change. Change it.
16655 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
16656 (diff-refine-hunk): Rename from diff-fine-highlight.
16657
16658 2007-10-20 John Paul Wallington <jpw@pobox.com>
16659
16660 * help-fns.el (describe-variable-custom-version-info): New function
16661 to return variable's version or package version note.
16662 (describe-variable): Use it, display result.
16663
16664 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16665
16666 * smerge-mode.el (smerge-auto-refine): New var.
16667 (smerge-next, smerge-prev): Use it.
16668 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
16669
16670 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16671 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
16672
16673 * vc-bzr.el (vc-bzr-diff-tree):
16674 * vc-git.el (vc-git-diff-tree):
16675 * vc-hg.el (vc-hg-diff-tree):
16676 * vc-mcvs.el (vc-mcvs-diff-tree):
16677 * vc-mtn.el (vc-mtn-diff-tree):
16678 * vc-svn.el (vc-svn-diff-tree): Remove.
16679
16680 * vc-mtn.el (vc-mtn-revision-completion-table):
16681 * vc-cvs.el (vc-cvs-revision-completion-table):
16682 * vc-arch.el (vc-arch-revision-completion-table):
16683 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
16684 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
16685 Make it work when the arg is a list of files.
16686
16687 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16688
16689 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
16690 Also `revision-completion-table' now takes a list of files.
16691 (vc-deduce-fileset): Remove unused var `regexp'.
16692 Only obey allow-directory-wildcard in dired buffers.
16693 (vc-default-diff-tree): Remove.
16694 (vc-diff-added-files): New var.
16695 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
16696 (vc-version-diff): Revert from `vc-history-diff' to the original name.
16697 Remove the `backend' arg.
16698 (vc-contains-version-controlled-file): Remove.
16699 (vc-diff): Bring it closer to the version in Emacs-22.
16700 (vc-revert): Fix typo in let-binding.
16701 (vc-default-unregister): Remove.
16702 (vc-dired-buffers-for-dir): Remove N^2 behavior.
16703
16704 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
16705
16706 * textmodes/two-column.el (2C-split, 2C-merge):
16707 * textmodes/bib-mode.el (bib-find-key, mark-bib):
16708 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
16709 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
16710 * progmodes/ada-xref.el (ada-get-all-references):
16711 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
16712 * emulation/vi.el (vi-previous-line-first-nonwhite)
16713 (vi-effective-range, vi-put-before):
16714 * emulation/edt.el (edt-next-line, edt-previous-line)
16715 (edt-paragraph-forward): Use forward-line.
16716
16717 * progmodes/etags.el (tags-apropos): Require apropos at compile
16718 time too.
16719
16720 * progmodes/prolog.el: Require comint when compiling.
16721 (inferior-prolog-flavor): Move defvar before use.
16722
16723 2007-10-19 Richard Stallman <rms@gnu.org>
16724
16725 * font-core.el (turn-on-font-lock-if-desired):
16726 Rename from `turn-on-font-lock-if-enabled'.
16727 Fully obey `font-lock-global-modes'.
16728
16729 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16730
16731 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
16732 which will not affect the behavior of things like forward-word.
16733 (diff-fine-highlight): Preserve point.
16734
16735 * doc-view.el (doc-view-mode-map): Use remapping.
16736 Don't rebind C-v, M-v to their default value.
16737 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
16738
16739 * smerge-mode.el: Add word-granularity refinement.
16740 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
16741 (smerge-refine-weight-hack): New vars.
16742 (smerge-refine-forward): New fun.
16743 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
16744 (smerge-refine-subst): Use them as well. Preserve point.
16745
16746 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
16747
16748 * follow.el (follow-unload-function): New function.
16749
16750 * loadhist.el (unload-function-features-list):
16751 Rename from `unload-hook-features-list'.
16752 (unload-hook-features-list): Add as obsolete alias.
16753 (unload-feature): Use `unload-function-features-list'
16754 and new FEATURE-unload-function.
16755
16756 2007-10-19 Glenn Morris <rgm@gnu.org>
16757
16758 * bindings.el (mouse-minor-mode-menu)
16759 (minor-mode-menu-from-indicator): Move to mouse.el.
16760 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16761 Move here from bindings.el.
16762
16763 2007-10-19 Richard Stallman <rms@gnu.org>
16764
16765 * help-fns.el (describe-function-1): Don't use the advice origname
16766 if it has no function definition.
16767
16768 2007-10-18 Johan Bockgård <bojohan@gnu.org>
16769
16770 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
16771 Use `save-restriction' rather than `widen'.
16772
16773 2007-10-18 Richard Stallman <rms@gnu.org>
16774
16775 * time.el (display-time-world-time-format): Display day # not month #.
16776
16777 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16778
16779 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
16780
16781 * doc-view.el: Remove version keyword.
16782 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16783 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
16784 (doc-view-ghostscript-options): Improve custom type.
16785 (doc-view-cache-directory, doc-view-conversion-buffer)
16786 (doc-view-conversion-refresh-interval): Simplify custom type.
16787
16788 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
16789
16790 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16791 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
16792 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16793 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
16794 Remove superfluous messages.
16795 (doc-view-mode-map): Use the image-mode scrolling commands.
16796 Don't rebind C-x k.
16797
16798 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16799
16800 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
16801 Add comment about "-dSAFER".
16802
16803 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16804
16805 * term/xterm.el: Don't require xt-mouse.
16806 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
16807 calling turn-on-xterm-mouse-tracking-on-terminal directly.
16808
16809 * xt-mouse.el: Don't change the global function-key-map anny more.
16810 (xterm-mouse-mode): Use terminal-init-xterm-hook.
16811 Don't use after-make-frame-functions now that term/xterm.el calls
16812 us directly.
16813 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
16814 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
16815 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
16816 Setup input-decode-map and remember that xterm-mouse-mode was
16817 enabled in this terminal.
16818 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
16819 terminals where it has been enabled.
16820
16821 * faces.el (tty-create-frame-with-faces): Make sure not only
16822 tty-run-terminal-initialization but also set-locale-environment
16823 are run only once per terminal.
16824 (tty-run-terminal-initialization): Don't check if the terminal was
16825 already initted.
16826
16827 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
16828 not to remove keymaps that just happen to inherit from one of ours.
16829 When setting up our keymap, make sure it won't be accidentally
16830 modified by someone else.
16831
16832 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
16833
16834 * textmodes/artist.el (artist-previous-line, artist-next-line):
16835 * dired.el (dired-next-line, dired-previous-line):
16836 * progmodes/delphi.el (delphi-newline):
16837 * textmodes/org.el (org-columns-eval):
16838 Use forward-line.
16839
16840 * emerge.el (emerge-setup): Use insert-buffer-substring.
16841 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
16842
16843 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
16844
16845 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
16846 (adaptive-fill-function): Doc fix. Remove * from docstring.
16847
16848 2007-10-18 Tom Horsley <tom.horsley@att.net>
16849
16850 * simple.el (interprogram-paste-function): Doc fix.
16851 (current-kill): Accept list of strings as well
16852 as single string from `interprogram-paste-function'.
16853
16854 2007-10-18 Glenn Morris <rgm@gnu.org>
16855
16856 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
16857
16858 2007-10-18 Drew Adams <drew.adams@oracle.com>
16859
16860 * bindings.el (mode-line-minor-mode-keymap):
16861 Add mouse-minor-mode-menu on mouse-1.
16862 (mode-line-modes): Add mouse-1 to help-echo text.
16863 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16864 New functions.
16865 (mode-line-minor-mode-help): Doc fix.
16866
16867 2007-10-17 Juri Linkov <juri@jurta.org>
16868
16869 * textmodes/fill.el (fill-paragraph-or-region): Remove function
16870 at the request of RMS.
16871 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
16872 arg `region'. Fix docstring. At the first `or' branch add call to
16873 `fill-region' if it the region is active in transient-mark-mode.
16874
16875 * bindings.el (esc-map): Bind M-q to fill-paragraph
16876 instead of fill-paragraph-or-region.
16877
16878 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
16879 with fill-paragraph.
16880
16881 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
16882 Fix docstring.
16883
16884 * indent.el (indent-for-tab-command): Change interactive spec from
16885 "P" to "p". Add check for interactive arg before indenting the
16886 active region.
16887
16888 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
16889 Regroup.
16890
16891 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
16892
16893 * emacs-lisp/find-func.el: Don't require loadhist.
16894
16895 * loadhist.el (feature-symbols, file-provides, file-requires)
16896 (file-set-intersect, file-dependents): Simplify.
16897 (unload-feature-special-hooks): Update list of special hooks.
16898
16899 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
16900
16901 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
16902 extensions since they can be viewed with doc-view.
16903
16904 * files.el (auto-mode-alist): Make doc-view-mode the default mode
16905 for pdf, ps and dvi files.
16906
16907 * doc-view.el: Make doc-view-mode the standard mode for viewing
16908 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
16909 text and image display. Add binding C-c C-e to switch to an
16910 editing mode.
16911 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
16912 avoid security problems when rendering files from untrusted sources.
16913
16914 2007-10-17 Aaron Hawley <aaronh@garden.org>
16915
16916 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
16917 position is not saved.
16918
16919 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
16920
16921 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
16922 (doc-view-ghostscript-options): Fix typo in doc string.
16923
16924 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16925
16926 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
16927 handling, so compilation-fake-loc works again.
16928
16929 * server.el (server-select-display): Nop if we do not support m-f-o-d.
16930 (server-process-filter): Revert last change.
16931
16932 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
16933 behavior unrelated to filesets.
16934
16935 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
16936
16937 * longlines.el (longlines-wrap-follows-window-size): Integer value
16938 specifies wrapping margin.
16939 (longlines-mode, longlines-window-change-function):
16940 Set window-specific wrapping margin based on the above.
16941
16942 2007-10-17 John Wiegley <johnw@newartisans.com>
16943
16944 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
16945
16946 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
16947
16948 * server.el (server-process-filter): Only set display if X11 is
16949 supported.
16950
16951 2007-10-17 Glenn Morris <rgm@gnu.org>
16952
16953 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
16954 Tweak regexp to avoid stack overflow.
16955
16956 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16957
16958 * simple.el (reindent-then-newline-and-indent): Don't assume that
16959 indent-according-to-mode preserves point.
16960
16961 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
16962
16963 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
16964 (bs--nth-wrapper): Simplify.
16965 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
16966 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
16967 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
16968 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
16969 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
16970 (bs-configurations, bs-default-configuration)
16971 (bs-alternative-configuration, bs-cycle-configuration-name)
16972 (bs-string-show-always, bs-string-show-never, bs-string-current)
16973 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
16974 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
16975 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
16976 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
16977 (bs--window-config-coming-from): Revert 2006-11-09 change.
16978 (bs--restore-window-config): Keep the selected frame.
16979 (bs--track-window-changes, bs--remove-hooks): New functions.
16980 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
16981 (bs--create-header): Remove.
16982 (bs--create-header-line): New function, based on `bs--create-header'.
16983 (bs--show-header): Use `bs--create-header-line'.
16984 (bs--show-with-configuration): Revert 2006-11-09 change.
16985 Don't reuse window unless it is visible on the selected frame.
16986 Restore window configuration (possibly in a different frame)
16987 before creating any window.
16988
16989 2007-10-16 Glenn Morris <rgm@gnu.org>
16990
16991 * simple.el (blink-matching-open): Don't report false errors with
16992 the `$' syntax class.
16993
16994 2007-10-16 Richard Stallman <rms@gnu.org>
16995
16996 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
16997 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
16998 (ad-is-advised, ad-get-advice-info-field)
16999 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
17000
17001 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17002
17003 * vc-hooks.el (vc-workfile-version): Compatibility alias.
17004 (vc-default-working-revision): Compatibility for backends.
17005
17006 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
17007
17008 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
17009 (filesets-ormap, filesets-sort-case-sensitive-flag)
17010 (filesets-remake-shortcut, filesets-ingroup-collect-files):
17011 Fix typos in docstrings.
17012 (filesets-conditional-sort, filesets-find-or-display-file)
17013 (filesets-data-get-name, filesets-data-get-data)
17014 (filesets-data-set, filesets-cmd-query-replace-getargs)
17015 (filesets-ingroup-collect): Doc fixes.
17016
17017 2007-10-15 Sam Steingold <sds@gnu.org>
17018
17019 * mail/sendmail.el (sendmail-error-reporting-interactive)
17020 (sendmail-error-reporting-non-interactive): New variables for
17021 sendmail error reporting options to simplify support for imperfect
17022 sendmail emulators.
17023 (sendmail-send-it): Use them instead of list literals.
17024
17025 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
17026
17027 * help-fns.el: Revert previous change; it creates a
17028 dependency loop between advice.el and help-fns.el.
17029
17030 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
17031
17032 * help-fns.el: Require advice when compiling.
17033
17034 2007-10-14 Drew Adams <drew.adams@oracle.com>
17035
17036 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
17037 (ring-insert+extend, ring-remove+insert+extend, ring-member)
17038 (ring-next, ring-previous): New functions.
17039
17040 2007-10-14 Richard Stallman <rms@gnu.org>
17041
17042 * emacs-lisp/advice.el (documentation): Advice deleted.
17043 Doc for advised functions is now handled at C level.
17044 (ad-stop-advice, ad-start-advice): Don't enable or disable
17045 advice for `documentation'.
17046 (ad-advised-definition-docstring-regexp): Var deleted.
17047 (ad-make-advised-definition-docstring): Store orig name
17048 as text property of string.
17049 (ad-advised-definition-p): Check for text property of docstring.
17050
17051 * help-fns.el (describe-function-1): Find source of advised functions.
17052
17053 2007-10-14 Juri Linkov <juri@jurta.org>
17054
17055 * faces.el (describe-face): Allow handling a string as the face name.
17056
17057 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
17058 active region in transient-mark-mode.
17059 (ispell-region): Change messages displayed at the start and end of
17060 the spell-checking to be the same.
17061
17062 * startup.el (fancy-startup-tail): Say exactly what does the button
17063 dismiss ("Dismiss this startup screen"). Use text "Never show
17064 it again" for the checkbox after this button.
17065 (fancy-startup-screen, fancy-about-screen): Put point before the
17066 first link, so the user can quickly select links with the keyboard.
17067 (normal-mouse-startup-screen): Add more useful text describing how
17068 to follow a link.
17069
17070 2007-10-14 Glenn Morris <rgm@gnu.org>
17071
17072 * progmodes/etags.el (select-tags-table): Disable undo in the
17073 `*Tags Table List*' buffer.
17074
17075 2007-10-13 Eli Zaretskii <eliz@gnu.org>
17076
17077 * dired.el (dired-warn-writable): New face.
17078 (dired-warn-writable-face): New variable.
17079 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
17080 of dired-warning-face, for group- and world-writable files.
17081
17082 2007-10-13 Richard Stallman <rms@gnu.org>
17083
17084 * files.el (directory-abbrev-alist): Doc fix.
17085
17086 2007-10-13 Jari Aalto <jari.aalto@cante.net>
17087
17088 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
17089
17090 2007-10-12 Martin Rudalics <rudalics@gmx.at>
17091
17092 * frame.el (set-frame-configuration): Assign name parameter only
17093 if it has been set explicitly before.
17094
17095 2007-10-11 Tom Tromey <tromey@redhat.com>
17096
17097 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
17098 frame is visible.
17099
17100 2007-10-10 Richard Stallman <rms@gnu.org>
17101
17102 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
17103 in *Backtrace*.
17104
17105 * faces.el (face-font-selection-order): Doc fix.
17106
17107 * loadhist.el (unload-feature): Doc fix.
17108
17109 2007-10-13 Glenn Morris <rgm@gnu.org>
17110
17111 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
17112 (octave-re-search-forward-kw, octave-re-search-backward-kw):
17113 Add doc string, and an explicit COUNT argument.
17114 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
17115 `inc' to search functions.
17116
17117 * faces.el (face-spec-set): When FRAME is nil, set the default for
17118 new frames (restores pre-2007-09-17 behavior). Doc fix.
17119
17120 2007-10-13 John W. Eaton <jwe@octave.org>
17121
17122 * progmodes/octave-mod.el (octave-looking-at-kw)
17123 (octave-re-search-forward-kw, octave-re-search-backward-kw):
17124 New functions.
17125 (octave-in-defun-p, calculate-octave-indent)
17126 (octave-blink-matching-block-open, octave-beginning-of-defun)
17127 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
17128 to search for regexps that contain case-sensitive keywords.
17129 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
17130 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
17131
17132 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
17133
17134 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
17135 Do not use a single clause cond.
17136
17137 * cus-start.el (all): Use test that does not match the X11 version
17138 for mac.
17139
17140 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
17141
17142 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
17143 BROWSE buffer.
17144
17145 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
17146
17147 * cus-start.el (all): Undo previous change.
17148
17149 2007-10-13 Glenn Morris <rgm@gnu.org>
17150
17151 * woman.el (woman0-rename): Fix paren typo.
17152
17153 * mail/feedmail.el (feedmail-run-the-queue)
17154 (feedmail-look-at-queue-directory):
17155 * mail/reporter.el (reporter-dump-state):
17156 * net/eudc-hotlist.el (eudc-edit-hotlist):
17157 * net/eudc.el (eudc-display-records)
17158 (eudc-filter-duplicate-attributes)
17159 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
17160 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
17161 (eudc-bbdb-query-internal):
17162 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
17163 * net/socks.el (socks-build-auth-list):
17164 * progmodes/cc-cmds.el (top level):
17165 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
17166 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
17167 (cperl-write-tags, cperl-tags-treeify):
17168 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
17169 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
17170 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
17171 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17172 (idlwave-toolbar-remove-everywhere):
17173 * progmodes/idlwave.el (idlwave-indent-line)
17174 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
17175 (idlwave-write-paths, idlwave-all-method-classes)
17176 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
17177 (idlwave-fix-keywords, idlwave-display-calling-sequence)
17178 (idlwave-complete-in-buffer):
17179 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
17180 (org-fast-tag-selection):
17181 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
17182 than mapcar.
17183
17184 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
17185
17186 * diff-mode.el (diff-fine-change): Add :group.
17187
17188 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
17189
17190 * cus-start.el (all): Use the same test as the 22.2 branch.
17191
17192 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17193
17194 * diff-mode.el (diff-current-defun): Force recomputation of
17195 change-log-default-name.
17196
17197 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
17198
17199 * startup.el (fancy-startup-screen): Remove an unnecessary newline
17200 and some leftover logic regarding dedicated frames. If showing
17201 concise startup screen, fit window to buffer.
17202 (command-line-1): If we will be using the splash screen, use
17203 find-file instead of find-file-other-window to find additional files.
17204 Comment out unused code for coping with the old sit-for behavior.
17205
17206 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17207
17208 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
17209 `meta' modifier consistently, rather than using sometimes meta
17210 sometimes alt.
17211
17212 2007-10-12 Martin Rudalics <rudalics@gmx.at>
17213
17214 * window.el (handle-select-window): Revert part of 2007-10-08
17215 change setting the input focus.
17216
17217 2007-10-12 Glenn Morris <rgm@gnu.org>
17218
17219 * startup.el (command-line): Do not read abbrev file in batch mode.
17220
17221 * emacs-lisp/byte-opt.el (top level):
17222 * mail/rmail.el (rmail-list-to-menu):
17223 * obsolete/hilit19.el (hilit-mode):
17224 * progmodes/cc-mode.el (c-postprocess-file-styles)
17225 (c-submit-bug-report):
17226 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
17227 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
17228 (reftex-access-parse-file):
17229 * textmodes/reftex-cite.el (reftex-do-citation)
17230 (reftex-insert-bib-matches):
17231 * textmodes/reftex-ref.el (reftex-offer-label-menu):
17232 * textmodes/reftex-sel.el (reftex-select-unmark):
17233 * textmodes/reftex-toc.el (reftex-toc-do-promote):
17234 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
17235
17236 * cus-edit.el (custom-variable-menu, custom-face-menu)
17237 (custom-group-menu): Check init-file-user rather than
17238 user-init-file, in case cus-edit is loaded by site-run-file.
17239
17240 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
17241
17242 * vc.el (vc-deduce-fileset): Delete unused code.
17243 (vc-next-action): Fix typos.
17244
17245 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
17246
17247 * bs.el (bs--mark-unmark): New function.
17248 (bs-mark-current, bs-unmark-current): Use it.
17249
17250 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
17251
17252 * vc.el (vc-diff):
17253 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
17254 temporarily disable the check for his edge case of
17255 vc-diff (stopping it from grinding when called from $HOME), as
17256 it's calling some brittle code in vc-hooks.el.
17257 (with-vc-properties): Fix evaluation time of a macro argument.
17258 * ediff-vers.el (ediff-vc-internal):
17259 * vc-hooks.el:
17260 * loaddefs.el: Follow up on VC terminology change.
17261
17262 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
17263
17264 * follow.el (follow-stop-intercept-process-output):
17265 Use `follow-call-process-filter' rather than `process-filter'.
17266 Simplify.
17267
17268 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
17269
17270 * vc-hooks.el (vc-registered): Robustify this function a bit
17271 against filenames with no directory component.
17272
17273 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17274
17275 * international/characters.el: Undo unwanted and unexplained change.
17276
17277 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17278
17279 * ps-print.el: Fix the usage of :foreground and :background face
17280 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
17281 (ps-print-version): New version 6.7.6.
17282 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
17283 Fix code.
17284 (ps-face-foreground-color-p, ps-face-background-color-p)
17285 (ps-face-color-p): New inline funs.
17286
17287 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
17288
17289 * textmodes/org.el (org-additional-option-like-keywords): New constant.
17290 (org-complete): Use `org-additional-option-like-keywords'.
17291 (org-parse-local-options): New function.
17292
17293 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
17294
17295 * textmodes/org.el (org-in-clocktable-p): New function.
17296 (org-clock-report): Only update the table at point, or insert a new one.
17297 (org-clock-goto): New function.
17298 (org-open-file): Use `start-process-shell-command' instead of
17299 `shell-command' with an ampersand.
17300 (org-deadline, org-schedule): New argument REMOVE to remove the
17301 date from the entry.
17302 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
17303 argument to `org-schedule' and `org-deadline'.
17304 (org-trim): Use the correct expressions for beginning and end of
17305 the string.
17306 (org-get-cleaned-entry): Trim the string before returning it.
17307 (org-clock-find-position): New function.
17308 (org-clock-into-drawer): New option.
17309 (org-agenda-tags-column): Rename from
17310 `org-agenda-align-tags-to-column'.
17311 (org-agenda-align-tags): Allow negative values for
17312 `org-agenda-tags-column'.
17313 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
17314 (org-agenda-to-appt): New optional argument FILTER.
17315 (org-completion-fallback-command): New variable.
17316 (org-complete): Use `org-completion-fallback-command'.
17317 (org-find-base-buffer-visiting): Catch the case that there is no
17318 buffer visiting the file.
17319 (org-property-or-variable-value): New function.
17320 (org-todo): Use `org-property-or-variable-value'
17321 (org-agenda-compact-blocks): New option.
17322 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
17323 (org-agenda-schedule, org-agenda-deadline):
17324 Call `org-agenda-show-new-time'.
17325 (org-agenda-show-new-time): New argument PREFIX.
17326 (org-colgroup-info-to-vline-list): Fix but that cause a
17327 shift in the vertical lines.
17328 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
17329 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
17330 (org-indent-item): No arg in call to `org-fix-bullet-type'.
17331 (org-fix-bullet-type): Remove argument.
17332 (org-read-date): Check for am/pm twice, to catch the end time.
17333 (org-goto-map): Use `suppress-keymap'.
17334 (org-remember-apply-template): Respect the dynamically scoped
17335 selection character.
17336
17337 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17338
17339 * frame.el (frame-inherited-parameters): Remove unused `environment'
17340 parameter, and let server.el add `client' when needed.
17341
17342 * server.el (server-create-tty-frame)
17343 (server-create-window-system-frame): Set frame-inherited-parameters.
17344
17345 * frame.el (frame-inherited-parameters): New var.
17346 (make-frame): Use it.
17347
17348 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
17349
17350 * env.el (let-environment): Remove. Unused.
17351 (read-envvar-name): Simplify.
17352 (setenv): Remove unused arg `frame'.
17353
17354 * help-fns.el (describe-variable): Add missing " " for multiline
17355 obsolescence info and missing EOL after global value.
17356
17357 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
17358
17359 * add-log.el:
17360 * ediff-vers.el:
17361 * log-view.el:
17362 * pcvs.el:
17363 * vc-arch.el:
17364 * vc-bzr.el:
17365 * vc-cvs.el:
17366 * vc.el:
17367 * vc-git.el:
17368 * vc-hg.el:
17369 * vc-hooks.el:
17370 * vc-mcvs.el:
17371 * vc-mtn.el:
17372 * vc-rcs.el:
17373 * vc-sccs.el:
17374 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
17375 {find,init,next,previous,annotate-*,log}-version ->
17376 {find,init,next,previous,annotate-*,log}-revision,
17377 annotate-focus-version -> annotate-working-revision, The term
17378 'focus' is gone. The term 'revision' is now used consistently
17379 everywhere that reference to a revision ID is intended, replacing
17380 older use of 'version'.
17381
17382 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
17383
17384 * follow.el: Change all instances of "Follow Mode" to "Follow
17385 mode" in docstrings and messages.
17386 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
17387
17388 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
17389
17390 * vc.el (vc-next-action): Rewrite completely; this principal
17391 entry point now operates on a current fileset selected either
17392 explicitly via VC-Dired or implicitly by visiting a file buffer,
17393 rather than always operating on the file of the current buffer as
17394 in older versions. Rewrite the rest of the mode to match.
17395 (with-vc-properties): Rewrite to operate on a file list.
17396 (with-vc-file): vc-checkin takes a file list argument now.
17397 (vc-post-command-functions): This hook now receives a file list.
17398 (vc-do-command): Take a either a file or a file list as argument.
17399 (vc-deduce-fileset): New function for deducing a file list to
17400 operate on.
17401 (vc-next-action-on-file, vc-next-action-dired): Remove.
17402 Merge into vc-next-action.
17403 (vc-register): Adapt to the fact that vc-start-entry now takes a
17404 file list.
17405 (vc-register-with): New function.
17406 (vc-start-entry): Take a file list argument rather than a
17407 file argument.
17408 (vc-checkout): Cope with vc-start-entry taking a file list.
17409 (vc-steal-lock): Cope with with-vc-properties taking a
17410 file list.
17411 (vc-checkin): Take a file list argument rather than a file argument.
17412 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
17413 (vc-diff-internal): Rewrite for filesets.
17414 (vc-diff-sentinel): New function, tests whether changes were
17415 written into a diff buffer.
17416 (vc-diff): Rewrite for filesets.
17417 (vc-version-diff): Rewrite for filesets.
17418 (vc-print-log): Take a fileset argument.
17419 (vc-revert): Revert the entire selected fileset, not just the
17420 current buffer.
17421 (vc-rollback): Roll back the entire selected fileset, if
17422 possible. No longer accepts a prefix argument.
17423 (vc-update): Merge new changes for the entire selected
17424 fileset, not just the current buffer.
17425 (vc-revert-file): Cope with with-vc-properties taking a file list.
17426 (vc-default-dired-state-info): Add + status suffix if the file is
17427 modified.
17428 (vc-annotate-warp-version): Use the new diff machinery.
17429 (vc-log-edit): Take a file list argument rather than a file argument.
17430
17431 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
17432
17433 Sync with Tramp 2.1.11.
17434
17435 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
17436 Pacify byte compiler.
17437
17438 * net/trampver.el: Update release number.
17439
17440 2007-10-09 Richard Stallman <rms@gnu.org>
17441
17442 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
17443
17444 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
17445
17446 * follow.el: Require easymenu.
17447 (follow-mode-hook, follow-mode): Doc fixes.
17448 (follow-mode-off-hook): Mark as obsolete.
17449
17450 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17451
17452 * window.el (mouse-autoselect-window-cancel): Don't cancel for
17453 select-window or select-frame events.
17454 (handle-select-window): When autoselecting window set input
17455 focus. Restructure.
17456
17457 * frame.el (focus-follows-mouse): Move to frame.c.
17458 * cus-start.el (all): Add focus-follows-mouse.
17459
17460 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
17461
17462 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
17463 activate font-locking in the *buffer-selection* buffer.
17464 (bs-show-sorted): Doc fix.
17465
17466 * bs.el (bs--get-marked-string, bs--get-modified-string)
17467 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
17468 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
17469 (bs--format-aux): Doc fix.
17470
17471 2007-10-08 Michaël Cadilhac <michael@cadilhac.name>
17472
17473 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
17474
17475 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
17476
17477 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
17478 (gud-gdb): New function for old M-x gdb (text command mode).
17479 (gud-gdb-command-name, gdb): Move to...
17480
17481 * progmodes/gdb-ui.el: ...here and adapt doc string.
17482 (gud-gdba-command-name, gdba): Delete.
17483
17484 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
17485
17486 * bs.el: Don't defvar `font-lock-verbose'.
17487 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
17488 (bs--get-file-name): Fix typos in docstrings.
17489 (bs--show-header): Use `dolist' instead of `mapcar'.
17490 (bs-mode): Set `show-trailing-whitespace' to nil.
17491 (bs-buffer-sort-function, bs-mouse-select-other-frame)
17492 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
17493 Doc fixes.
17494
17495 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
17496
17497 * progmodes/gud.el (pdb): Specify file for gud-break.
17498
17499 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
17500
17501 * progmodes/gud.el (gdb): Make graphical mode the default and
17502 switch to text command mode if appropriate, i.e., reverse previous
17503 arrangement.
17504 (gud-gdb-marker-filter): Adapt for above change.
17505
17506 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
17507 gud-minor-mode and gud-marker-filter.
17508 (gdb-fullname-regexp): New variable.
17509 (gud-gdba-marker-filter): Use it to switch to text command
17510 mode if appropriate.
17511
17512 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
17513
17514 * progmodes/gud.el (gud-display-line): Find source buffer even when
17515 GUD buffer has its own frame.
17516
17517 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
17518
17519 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
17520
17521 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
17522
17523 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
17524
17525 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17526
17527 * allout.el (allout-before-change-handler): Replace got-char by
17528 goto-char.
17529
17530 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17531
17532 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
17533 Used to try and automatically enabled smerge-mode in the presence of
17534 conflicts and to call `svn resolved' when the conflicts are gone.
17535 (vc-svn-parse-status): Remember the svn-specific status.
17536
17537 2007-10-08 Eli Zaretskii <eliz@gnu.org>
17538
17539 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
17540 menu-bar-apropos-menu. All users changed.
17541 (menu-bar-help-menu): Change menu symbols to better match the text
17542 displayed by the menu.
17543
17544 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17545
17546 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
17547 #, @, : and ^.
17548
17549 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17550
17551 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
17552
17553 * log-view.el (log-view-mode-map): Likewise.
17554
17555 * diff-mode.el (diff-mode-shared-map): Likewise.
17556
17557 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17558
17559 * files.el (file-name-sans-versions): Also allow `A-Z'.
17560
17561 * vc.el: Mention all supported VC backends.
17562
17563 2007-10-08 Richard Stallman <rms@gnu.org>
17564
17565 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
17566 neighbouring buttons.
17567
17568 2007-10-08 Andreas Schwab <schwab@suse.de>
17569
17570 * files.el (file-name-sans-versions): Also allow `_'.
17571
17572 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17573
17574 * files.el (file-name-sans-versions): Allow - and a-z in version names.
17575
17576 * log-view.el (log-view-mode-map, log-view-mode-menu):
17577 Bind log-view-annotate-version.
17578 (log-view-beginning-of-defun, log-view-end-of-defun)
17579 (log-view-annotate-version): New functions.
17580 (log-view-mode): Use log-view-beginning-of-defun and
17581 log-view-end-of-defun.
17582
17583 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17584
17585 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
17586
17587 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17588
17589 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
17590 neighbouring buttons.
17591
17592 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17593 Recognize gcc's use of "note" for informational messages.
17594
17595 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17596
17597 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
17598 (css-mode): Update correspondingly.
17599
17600 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17601
17602 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
17603 Signed-off-by, Acked-by and Merge.
17604
17605 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17606
17607 * ediff-init.el (ediff-verbose-p): This var is not a constant.
17608
17609 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17610
17611 * vc-mtn.el: New file.
17612
17613 * vc-hooks.el (vc-handled-backends): Add Mtn.
17614
17615 2007-10-08 Eli Zaretskii <eliz@gnu.org>
17616
17617 * files.el (find-file, find-file-other-window)
17618 (find-file-other-frame, find-file-existing, find-file-read-only)
17619 (find-file-read-only-other-window)
17620 (find-file-read-only-other-frame)
17621 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
17622
17623 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
17624
17625 * progmodes/gud.el (gdb-ready): New variable.
17626 (gdb): Set it to nil. Set gud-running to nil here...
17627 (gud-common-init): ...instead of here.
17628
17629 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
17630 Use gdb-ready. Discard input until GDB is ready to accept it.
17631
17632 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17633
17634 * dired.el (dired-warning): Inherit from font-lock-warning-face to
17635 make it show up with eight colors.
17636
17637 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17638
17639 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
17640 diffs are concatenated with no intervening line.
17641
17642 2007-10-08 Dave Love <fx@gnu.org>
17643
17644 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
17645 (python-font-lock-keywords): Update to the 2.5 version of the language.
17646 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
17647 (python-backspace): Only behave funny in code.
17648 (python-compilation-regexp-alist): Add PDB stack trace regexp.
17649 (inferior-python-mode): Add PDB prompt regexp.
17650 (python-fill-paragraph): Refine the fenced-string regexp.
17651 (python-find-imports): Handle imports spanning several lines.
17652 (python-mode): Add `class' to hideshow support.
17653
17654 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17655
17656 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17657 Use add-log-buffer-file-name-function rather than binding
17658 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
17659 when `fi' is the ChangeLog file itself.
17660
17661 * outline.el (outline-flag-region): Use front-advance.
17662
17663 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
17664
17665 * progmodes/cperl-mode.el: Merge upstream 5.23.
17666 (cperl-where-am-i): Remove function.
17667 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
17668 (cperl-sniff-for-indent): De-invert [string] and [comment].
17669 When looking for label, skip s:m:y:tr.
17670 (cperl-indent-line): Likewise.
17671 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
17672 (cperl-windowed-init): Wrong `ps-print' handling.
17673 Both thanks to Chong Yidong.
17674 (cperl-look-at-leading-count): Could fail with unfinished RExen.
17675 (cperl-find-pods-heres): If the second part of s()[] is missing,
17676 don't try to highlight delimiters...
17677
17678 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17679
17680 * progmodes/compile.el (compilation-get-file-structure): Complete last
17681 change by also using spec-directory in the puthash.
17682
17683 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
17684
17685 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
17686 (vc-bzr-status): Fix shadowing of variable 'status'.
17687 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
17688 Use `expand-file-name' instead of `concat'.
17689 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
17690 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
17691
17692 2007-10-08 Jason Rumney <jasonr@gnu.org>
17693
17694 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
17695
17696 2007-10-08 Richard Stallman <rms@gnu.org>
17697
17698 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
17699 Add `safe-local-variable' property.
17700 (lisp-body-indent): Likewise.
17701
17702 2007-10-08 Richard Stallman <rms@gnu.org>
17703
17704 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
17705 Add doc string.
17706
17707 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17708
17709 * files.el (backup-buffer-copy): Try to overwrite old backup first.
17710
17711 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17712
17713 * repeat.el (repeat): Use last-repeatable-command instead of
17714 real-last-command. Run pre- and post-command hooks for
17715 self-insertion. Update doc-string.
17716
17717 2007-10-08 Alexandre Julliard <julliard@winehq.org>
17718
17719 * vc-git.el (vc-git-state): Call git-add --refresh to update the
17720 state of the file.
17721 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
17722 (vc-git-create-repo): Fix invalid command.
17723
17724 2007-10-08 Richard Stallman <rms@gnu.org>
17725
17726 * textmodes/flyspell.el (flyspell-mode):
17727 Catch errors in flyspell-mode-on.
17728
17729 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
17730
17731 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
17732
17733 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
17734
17735 * international/encoded-kb.el (encoded-kbd-setup-display):
17736 Use input-decode-map rather than local-key-translation-map.
17737
17738 * term/rxvt.el (rxvt-alternatives-map): New map.
17739 (terminal-init-rxvt): Use it.
17740 Bind rxvt-function-map in input-decode-map.
17741
17742 * term/xterm.el (xterm-alternatives-map): New map.
17743 (terminal-init-xterm): Use it.
17744 Bind xterm-function-map in input-decode-map.
17745
17746 * term/x-win.el (x-alternatives-map): New var.
17747 (x-setup-function-keys): Use it.
17748
17749 * help-fns.el (describe-variable): Slightly change the layout of
17750 meta-info to separate it better from the docstring.
17751 Standardize insertion of extra empty lines in various circumstances.
17752
17753 * diff-mode.el (diff-hunk-style): New fun.
17754 (diff-end-of-hunk): Use it.
17755 (diff-context->unified): Use the new `apply' undo element,
17756 if applicable, so as to save undo-log space.
17757 (diff-fine-change): New face.
17758 (diff-fine-highlight-preproc): New function.
17759 (diff-fine-highlight): New command.
17760 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
17761
17762 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
17763 (smerge-refine-highlight-change): Add `props' argument.
17764 (smerge-refine-subst): New function holding most of smerge-refine.
17765 (smerge-refine): Use it.
17766
17767 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
17768
17769 * vc.el (vc-default-wash-log): Remove unused code, the
17770 log washers all live in the backends now.
17771 (vc-default-comment-history): Correct for the fact
17772 that wash-log is argumentless in the new API.
17773
17774 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
17775
17776 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
17777 (tramp-maybe-send-script): Apply `member' but `memq'.
17778 (tramp-advice-file-expand-wildcards): Simplify implementation.
17779
17780 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
17781
17782 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
17783
17784 * mb-depth.el (minibuf-depth-indicator-function): New variable.
17785 (minibuf-depth-setup-minibuffer): Use it.
17786
17787 2007-10-07 Glenn Morris <rgm@gnu.org>
17788
17789 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
17790 version numbers.
17791
17792 2007-10-06 Juri Linkov <juri@jurta.org>
17793
17794 * textmodes/fill.el (fill-paragraph-or-region): New function.
17795
17796 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
17797 instead of fill-paragraph.
17798
17799 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
17800 with fill-paragraph-or-region. Suspend command is now the same
17801 `suspend-frame' on window systems and on tty.
17802
17803 * image.el (image-type): Check if image-types is bound to not fail
17804 on tty.
17805
17806 * delsel.el (delete-selection-pre-hook):
17807 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
17808 is fbound to not fail on mouseless tty.
17809
17810 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
17811
17812 * net/tramp.el (top): Move loading of tramp-util.el and
17813 tramp-vc.el to tramp-compat.el.
17814 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
17815 temporary file if possible, in order to avoid a security hole.
17816 (tramp-do-copy-or-rename-file-out-of-band)
17817 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
17818 with DONT-CREATE, because the connection is not setup yet.
17819 (tramp-handle-process-file): Rewrite temporary file handling.
17820 (tramp-completion-mode): New defvar.
17821 (tramp-completion-mode-p): Use it.
17822
17823 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
17824
17825 * net/tramp-fish.el (tramp-fish-handle-process-file):
17826 Rewrite temporary file handling.
17827
17828 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
17829
17830 * vc.el: Workfile version -> focus version change. Port various
17831 comments from new VC to reduce the noise in the diff.
17832 Patch in the new vc-create-repo function to go with the
17833 header comment about it already present.
17834 There are no changes to existing logic in this patch.
17835 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
17836
17837 2007-10-06 Aaron Hawley <aaronh@garden.org>
17838
17839 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
17840
17841 2007-10-05 Chris Moore <dooglus@gmail.com>
17842
17843 * server.el (server-kill-new-buffers): Doc fix.
17844
17845 2007-10-05 John W. Eaton <jwe@octave.org>
17846
17847 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
17848 (octave-begin-keywords): Add "do".
17849 (octave-end-keywords): Remove "end".
17850 (octave-reserved-words): Add "end". Remove "all_va_args",
17851 "gplot", and 'gsplot".
17852 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
17853 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
17854 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
17855 "default_return_value", "define_all_return_values",
17856 "do_fortran_indexing", "empty_list_elements_ok",
17857 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
17858 "ok_to_lose_imaginary_part", "prefer_column_vectors",
17859 "prefer_zero_one_indexing", "propagate_empty_matrices",
17860 "resize_on_range_error", "treat_neg_dim_as_zero",
17861 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
17862 "warn_divide_by_zero", "warn_function_name_clash",
17863 "warn_missing_semicolon", "whitespace_in_literal_matrix".
17864 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
17865 "crash_dumps_octave_core", "sighup_dumps_octave_core",
17866 "sigterm_dumps_octave_core".
17867 (octave-block-match-alist): Remove "end" from block-end keywords.
17868 (octave-mode): Update ftp site address.
17869
17870 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
17871
17872 * vc.el: Reorder functions, no code changes.
17873
17874 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
17875
17876 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
17877 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
17878 the cond clauses where needed.
17879 (tramp-handle-write-region): Rearrange code for proper handling of
17880 tmpfile.
17881
17882 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
17883
17884 * net/tramp.el:
17885 * net/tramp-fish.el:
17886 * net/tramp-ftp.el:
17887 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
17888 `tramp-compat-make-temp-file'.
17889
17890 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
17891
17892 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
17893
17894 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17895
17896 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
17897 already uses a more recent copyright version than the "current" one.
17898
17899 2007-10-03 Michaël Cadilhac <michael@cadilhac.name>
17900
17901 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
17902 (doc-view-insert-image): Minor aesthetical docstring changes.
17903
17904 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
17905
17906 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
17907 completing filename.
17908 (doc-view-search-internal): Docstring change.
17909
17910 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
17911
17912 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
17913 (tramp-file-name-handler-alist):
17914 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
17915 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
17916 used before, creates the file already, which is not desired.
17917 (tramp-do-copy-or-rename-file-directly): Simplify handling of
17918 temporary file.
17919 (tramp-handle-insert-file-contents): Assign the result in the
17920 short track case.
17921 (tramp-handle-insert-file-contents-literally): New defun.
17922 (tramp-completion-mode-p): Revert change from 2007-09-24.
17923 Checking for `return' etc as last character is not sufficient, for
17924 example in dired-mode when entering <g> (revert-buffer) or
17925 <s> (dired-sort).
17926
17927 * net/tramp-compat.el (top): Add also compatibility code for loading
17928 appropriate timer package.
17929 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
17930 order to avoid autoloading problems.
17931
17932 * net/tramp-fish.el:
17933 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
17934
17935 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
17936 where the second parameter of `copy-file' or `rename-file' is a
17937 remote file but not via ftp.
17938
17939 2007-10-02 Richard Stallman <rms@gnu.org>
17940
17941 * frame.el (cursor-in-non-selected-windows): Doc fix.
17942
17943 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
17944
17945 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
17946 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
17947
17948 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
17949
17950 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
17951 when `expt' doesn't give range errors.
17952
17953 2007-10-01 Markus Triska <markus.triska@gmx.at>
17954
17955 * calc/calc-math.el (math-smallest-emacs-expt):
17956 Make the computation more robust.
17957
17958 2007-09-30 David Kastrup <dak@gnu.org>
17959
17960 * startup.el (argv): Alias for `command-line-args-left' to use as
17961 `(pop argv)' inside of --eval command sequences. Allows for
17962 passing shell commands into Emacs verbatim without need for Lisp
17963 quoting.
17964
17965 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
17966 check only for changed size.
17967 (auto-revert-tail-handler): Get size from caller. If the file has
17968 shrunk, tail the whole file again (the file presumably has been
17969 rewritten).
17970
17971 * woman.el (woman-topic-all-completions, woman-mini-help):
17972 Fix fallout from 2007-09-07 introduction of `dolist' when the list
17973 actually was being manipulated in the loop.
17974 (woman-Cyg-to-Win, woman-pre-process-region)
17975 (woman-horizontal-escapes, woman-if-body, woman-unescape)
17976 (woman-strings, woman-special-characters, woman1-hc)
17977 (woman-change-fonts, woman-find-next-control-line):
17978 Use `match-beginning' rather than `match-string' when the result is
17979 just used as a flag.
17980
17981 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
17982
17983 * net/tramp-compat.el: New file.
17984
17985 * net/tramp.el:
17986 * net/tramp-fish.el:
17987 * net/tramp-smb.el:
17988 * net/tramp-uu.el:
17989 * net/trampver.el: Move compatibility code to tramp-compat.el.
17990 Apply `mapc' instead of `mapcar' when the code needs side effects
17991 only. Move utf-8 coding cookie to the second line.
17992
17993 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
17994
17995 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
17996 Improve custom type.
17997 (icon-map-list): Make it customizable. Document how to disable
17998 stock icons.
17999
18000 2007-09-30 Richard Stallman <rms@gnu.org>
18001
18002 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
18003
18004 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18005
18006 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
18007 (t-mouse-mode): New compatibility alias.
18008
18009 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
18010
18011 * server.el (server-delete-client): Only delete the terminal if it
18012 is non-nil.
18013
18014 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
18015
18016 * net/tramp.el (with-file-property, with-connection-property):
18017 Highlight as keyword.
18018 (tramp-rfn-eshadow-setup-minibuffer)
18019 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
18020 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
18021 (tramp-do-copy-or-rename-file-directly)
18022 (tramp-do-copy-or-rename-file-out-of-band)
18023 (tramp-handle-shell-command, tramp-get-debug-buffer)
18024 (tramp-send-command-and-read, tramp-equal-remote)
18025 (tramp-get-local-gid): Pacify byte-compiler.
18026 (tramp-handle-file-name-directory): Result shall not be expanded.
18027 (tramp-find-foreign-file-name-handler): Rewrite.
18028 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
18029
18030 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
18031
18032 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
18033 Apply `tramp-completion-mode-p'.
18034 (tramp-fish-handle-set-file-times)
18035 (tramp-fish-handle-executable-find)
18036 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
18037 (tramp-fish-retrieve-data): Pacify byte-compiler.
18038
18039 * net/tramp-gw.el (tramp-gw-basic-authentication):
18040 Call `tramp-read-passwd' with first parameter `nil'.
18041
18042 2007-09-28 Glenn Morris <rgm@gnu.org>
18043
18044 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
18045 than mapcar.
18046
18047 * textmodes/tex-mode.el (tex-suscript-height-ratio)
18048 (tex-suscript-height-minimum): New customizable variables.
18049 (tex-suscript-height): New function.
18050 (superscript, subscript): Set height using tex-suscript-height
18051 rather than fixing at 0.8.
18052 (tex-fontify-script, tex-font-script-display): Add :version tag.
18053
18054 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
18055
18056 * progmodes/python.el (python-eldoc-function): Doc fix.
18057
18058 2007-09-27 Glenn Morris <rgm@gnu.org>
18059
18060 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
18061 image if it is not in image-type-auto-detectable, or is there with
18062 a nil value.
18063
18064 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
18065
18066 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
18067 connection more robust.
18068
18069 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
18070
18071 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
18072 Deal with the case that special &keywords are at the beginning or
18073 end of the argument list. Also add some (incomplete) support for
18074 non-standard arglists.
18075
18076 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
18077
18078 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
18079 (eldoc-message-commands, eldoc-current-idle-delay)
18080 (eldoc-function-argstring-format): Fix typos in docstrings.
18081
18082 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
18083
18084 * calc/calc-units.el (calc-convert-units)
18085 (calc-convert-temperature): Remove unnecessary colons.
18086
18087 2007-09-26 Bastien Guerry <bzg@altern.org>
18088
18089 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
18090 New function.
18091 (org-export-latex-remove-from-headlines): Name changed because of typo.
18092 (org-export-latex-quotation-marks-convention): Option removed.
18093 (org-export-latex-make-preamble): Handle the DATE option.
18094 (org-export-latex-cleaned-string): Now the only cleaning function,
18095 synched up with org.el.
18096 (org-export-latex-lists, org-export-latex-parse-list)
18097 (org-export-list-to-latex): New functions.
18098
18099 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
18100
18101 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
18102 (org-outline-regexp): New constant.
18103 (org-remember-handler): Throw error when the target file is not in
18104 org-mode.
18105 (org-cleaned-string-for-export): No longer call
18106 `org-export-latex-cleaned-string' with an argument.
18107 (org-get-tags): Returns now a list, not a string.
18108 (org-get-tags-string): New function.
18109 (org-archive-subtree): No need to split return of `org-get-tags'.
18110 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
18111 instead of `org-get-tags'.
18112 (org-agenda-format-date): Rename from `org-agenda-date-format'.
18113 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
18114 (org-compatible-face): New argument INHERITS. Inherit from this
18115 face if possible.
18116 (org-level-1, org-level-2, org-level-3, org-level-4)
18117 (org-level-5, org-level-6, org-level-7, org-level-8)
18118 (org-special-keyword, org-drawer, org-column, org-warning)
18119 (org-archived, org-todo, org-done, org-headline-done, org-table)
18120 (org-formula, org-code, org-agenda-structure)
18121 (org-scheduled-today, org-scheduled-previously)
18122 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
18123 in the new way.
18124 (org-get-heading): New argument NO-TAGS.
18125 (org-fast-tag-selection-include-todo): Made defvar instead of
18126 defcustom, feature is not deprecated.
18127 (org-remember-store-without-prompt): New default value t.
18128 (org-todo-log-states): New variable.
18129 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
18130 Compute the log states.
18131 (org-goto-map): More commands copied from global map. Also bind
18132 `org-occur'.
18133 (org-goto): Made into a general lookup command.
18134 (org-get-location): Complete rewrite.
18135 (org-goto-exit-command): New variable.
18136 (org-goto-selected-point): New variable.
18137 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
18138 Set the new variables.
18139 (org-paste-subtree): Whitespace insertion strategy revised.
18140 (org-remember-apply-template): Protect v-A from the possibility
18141 that v-a might be nil.
18142 (org-remember-handler): Insertion rules revised.
18143 (org-todo): Respect org-todo-log-states.
18144 (org-up-heading-safe): New function.
18145 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
18146
18147 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
18148
18149 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
18150 region if in transient-mark-mode.
18151
18152 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
18153
18154 * calc/calc-ext.el (calc-init-extensions, calc-reset):
18155 * calc/calc-help.el (calc-full-help):
18156 * calc/calc-misc.el (another-calc):
18157 * calc/calc-store.el (calc-var-name-map):
18158 * calc/calc-stuff.el (calc-flush-caches):
18159 * calc/calc-units.el (math-build-units-table):
18160 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
18161 (calc-quit):
18162 * calendar/icalendar.el (icalendar--format-ical-event)
18163 (icalendar--convert-ical-to-diary):
18164 * emacs-lisp/authors.el (authors):
18165 * emacs-lisp/cust-print.el (custom-print-install)
18166 (custom-print-uninstall):
18167 * emacs-lisp/disass.el (disassemble-1):
18168 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
18169 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
18170 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
18171 (elint-check-let-form, elint-check-condition-case-form)
18172 (elint-initialize):
18173 * emacs-lisp/elp.el (elp-results):
18174 * emacs-lisp/generic.el (generic-mode-internal):
18175 * emacs-lisp/re-builder.el (reb-delete-overlays):
18176 * emacs-lisp/regi.el (regi-interpret):
18177 * emacs-lisp/sregex.el (sregex--char-aux):
18178 * emulation/cua-rect.el (cua--deactivate-rectangle)
18179 (cua--highlight-rectangle, cua--rectangle-post-command):
18180 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
18181 * emulation/viper-macs.el (viper-describe-kbd-macros)
18182 (viper-describe-one-macro):
18183 * emulation/viper-util.el (viper-setup-master-buffer):
18184 * emulation/viper.el (set-viper-state-in-major-mode):
18185 * international/mule-diag.el (describe-current-coding-system):
18186 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
18187 * mail/emacsbug.el (report-emacs-bug):
18188 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
18189 * obsolete/hilit19.el (hilit-unhighlight-region)
18190 (hilit-set-mode-patterns):
18191 * play/solitaire.el (solitaire-check, solitaire-solve):
18192 * play/zone.el (zone-pgm-rotate):
18193 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
18194 * progmodes/ada-prj.el (ada-prj-display-page):
18195 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
18196 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
18197 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
18198 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
18199 * progmodes/sh-script.el (sh-make-vars-local)
18200 (sh-reset-indent-vars-to-global-values):
18201 * progmodes/sql.el (top):
18202 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
18203 * progmodes/xscheme.el (top):
18204 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
18205 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
18206 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
18207 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
18208 (artist-submit-bug-report):
18209 * textmodes/flyspell.el (flyspell-delay-commands)
18210 (flyspell-deplacement-commands):
18211 * textmodes/table.el (table--generate-source-epilogue, table-insert)
18212 (table--generate-source-cells-in-a-row, table--make-cell-map)
18213 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
18214
18215 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
18216
18217 * allout.el (produce-allout-mode-map, allout-process-exposed):
18218 * ansi-color.el (ansi-color-make-color-map):
18219 * autoinsert.el (auto-insert):
18220 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
18221 * dired-aux.el (dired-create-files):
18222 * dired.el (dired-restore-desktop-buffer):
18223 * ediff-diff.el (ediff-setup-fine-diff-regions):
18224 * ediff-mult.el (ediff-intersect-directories)
18225 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
18226 (ediff-redraw-registry-buffer):
18227 * ediff-ptch.el (ediff-fixup-patch-map):
18228 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
18229 (ediff-really-quit, ediff-clear-diff-vector):
18230 * emerge.el (emerge-really-quit):
18231 * ffap.el (ffap-replace-file-component):
18232 * filecache.el (file-cache-add-directory)
18233 (file-cache-add-directory-recursively)
18234 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
18235 (file-cache-delete-directory, file-cache-files-matching-internal)
18236 (file-cache-display):
18237 * files.el (cd):
18238 * find-lisp.el (find-lisp-insert-directory):
18239 * finder.el (finder-compile-keywords):
18240 * help.el (view-emacs-news):
18241 * hi-lock.el (hi-lock-write-interactive-patterns):
18242 * ido.el (ido-to-end, ido-set-matches-1):
18243 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
18244 (image-dired-mark-tagged-files):
18245 * jka-cmpr-hook.el (jka-compr-get-compression-info):
18246 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
18247 * ps-print.el (ps-background, ps-begin-file)
18248 (ps-build-reference-face-lists):
18249 * simple.el (clone-buffer):
18250 * startup.el (command-line):
18251 * tempo.el (tempo-insert-template, tempo-is-user-element)
18252 (tempo-forward-mark, tempo-backward-mark):
18253 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
18254
18255 2007-09-25 Glenn Morris <rgm@gnu.org>
18256
18257 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
18258
18259 * view.el (view-search-no-match-lines): Add a doc string.
18260 Rewrite to simplify and work better.
18261
18262 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
18263
18264 * progmodes/cc-mode.el (c-mode-base-map):
18265 Use c-indent-line-or-region instead of c-indent-line.
18266
18267 * indent.el (indent-for-tab-command): First check if the region is
18268 active.
18269
18270 2007-09-24 Michaël Cadilhac <michael@cadilhac.name>
18271
18272 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
18273 whitespace-rescan-timer-time is 0.
18274
18275 2007-09-24 Karl Berry <karl@gnu.org>
18276
18277 * international/mule.el (coding-system-base): Fix doc string grammar.
18278
18279 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
18280
18281 * net/tramp.el (tramp-completion-mode-p): Rename from
18282 `tramp-completion-mode'. Revert logic, check `return', `newline'
18283 and such alike. Packages like Icicles tend to use other completion
18284 characters but `tab' and `space' only.
18285
18286 2007-09-24 Adam Hupp <adam@hupp.org>
18287
18288 * progmodes/python.el (run-python): Import emacs module without
18289 waiting; prevents lockup on error.
18290
18291 2007-09-23 Richard Stallman <rms@gnu.org>
18292
18293 * mail/sendmail.el (mail-bury): Delete the frame
18294 if this frame looks like it was made for this message.
18295
18296 * completion.el (completion-separator-self-insert-command)
18297 (completion-separator-self-insert-autofilling):
18298 If `self-insert-command' has been remapped, use the substitute.
18299
18300 * simple.el (copy-region-as-kill): Doc fix.
18301
18302 * textmodes/org.el (org-confirm-shell-link-function)
18303 (org-confirm-elisp-link-function): Doc fixes.
18304
18305 2007-09-23 Glenn Morris <rgm@gnu.org>
18306
18307 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
18308
18309 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
18310
18311 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
18312
18313 * term/tvi970.el (terminal-init-tvi970): Likewise.
18314
18315 * term/sun-mouse.el (print-mouse-format): Likewise.
18316
18317 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
18318 Use forward-line instead of previous-line and next-line.
18319
18320 2007-09-22 Juri Linkov <juri@jurta.org>
18321
18322 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
18323
18324 * tutorial.el (tutorial--default-keys): Update standard bindings:
18325 rename `iconify-or-deiconify-frame' to `suspend-frame',
18326 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
18327
18328 2007-09-22 Juri Linkov <juri@jurta.org>
18329
18330 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
18331 Add help-echo to external links and to links without description.
18332 (fancy-splash-insert): Use help-echo from the 3rd element of the
18333 link specification list, or "Follow this link" if it's nil. Doc fix.
18334
18335 2007-09-22 Juri Linkov <juri@jurta.org>
18336
18337 * startup.el (command-line): Rename `inhibit-startup-message' to
18338 `inhibit-startup-screen'.
18339 (fancy-about-text): Use shorter label for "Ordering Manuals".
18340 (fancy-startup-tail): Add optional arg `concise'. When `concise'
18341 is nil, display a line with "To start..." and 3 links to useful
18342 tasks. Display the "Dismiss" button and "Don't show this message
18343 again" only when concise is non-nil.
18344 (fancy-startup-screen): Call `fancy-startup-tail' with optional
18345 arg `concise'. If CONCISE is non-nil, display a concise version
18346 of the splash screen in another window. Otherwise, switch to the
18347 startup buffer in the same window.
18348 (startup-echo-area-message): Change displayed binding from
18349 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
18350 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
18351 the GNU system".
18352 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
18353 to "*GNU Emacs*".
18354 (display-about-screen): Don't check the existence of the buffer
18355 "*About GNU Emacs*".
18356 (display-splash-screen): Make alias to `display-startup-screen'.
18357 (command-line-1): Rename `inhibit-startup-message' to
18358 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
18359 started with command line options "-f", "-funcall", "-e", "-eval",
18360 "-execute", "-insert", "-find-file", "-file", "-visit".
18361 Inhibit startup screen when Emacs is started with a file name only
18362 on tty (i.e. don't inhibit it when started with a file name like
18363 "emacs FILE..." on a window system).
18364 (command-line-1): Simplify logic of displaying the startup screen:
18365 if file-count > 0, then display the concise version in another
18366 window, otherwise display full version in the same window.
18367
18368 * help.el (help-map): Bind C-h C-a to about-emacs.
18369 (help-for-help-internal): Add C-a description to C-h help text.
18370
18371 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
18372
18373 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
18374 (checkdoc-permit-comma-termination-flag): Autoload the
18375 safe-local-variable setting.
18376
18377 * bookmark.el (bookmark-xemacsp): Remove.
18378 (bookmark-make): Don't use bookmark-xemacsp,
18379 use (featurep 'xemacs) instead.
18380
18381 * speedbar.el (speedbar-frame-mode)
18382 (speedbar-frame-reposition-smartly)
18383 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
18384 (speedbar-check-vc): Remove use of non-existent variable
18385 dframe-xemacsp, use (featurep 'xemacs) instead.
18386
18387 * indent.el (indent-for-tab-command): Indent the region if
18388 transient-mark-mode and the region is active.
18389
18390 2007-09-21 Francesco Potortì <pot@gnu.org>
18391
18392 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
18393 add inferior-octave-directory-tracker to the buffer-local value
18394 of comint-input-filter-functions.
18395
18396 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18397
18398 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
18399
18400 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
18401
18402 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
18403 on w32 frames.
18404
18405 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18406
18407 * startup.el (normal-top-level): Remove DISPLAY from
18408 process-environment to let it be computed dynamically in callproc.c.
18409
18410 * frame.el (frame-initialize, make-frame):
18411 * faces.el (tty-set-up-initial-frame-faces):
18412 * env.el (setenv): Don't set display-environment-variable.
18413
18414 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
18415 (server-create-tty-frame): Don't set unused `tty' property.
18416 Set `display' instead of display-environment-variable.
18417 (server-create-window-system-frame): No display-environment-variable.
18418
18419 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
18420
18421 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
18422 (rfn-eshadow-update-overlay-hook): New defvars.
18423 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
18424 Run the hooks.
18425
18426 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
18427 (tramp-rfn-eshadow-setup-minibuffer)
18428 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
18429 rfn-eshadow.el.
18430
18431 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
18432 timeout.
18433
18434 2007-09-21 Glenn Morris <rgm@gnu.org>
18435
18436 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
18437 * term/sun-mouse.el (suspend-emacstool): Remove.
18438 * term/sun.el: Remove emacstool-related code.
18439
18440 * emacs-lisp/bytecomp.el (byte-compile-warnings)
18441 (byte-compile-warnings-safe-p): Add `mapcar'.
18442 (byte-compile-warning-types): Add mapcar and make-local.
18443 (byte-compile-normal-call): Add option to suppress mapcar warning.
18444 (top-level): Use mapc rather than mapcar in eval-when-compile.
18445
18446 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
18447 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
18448 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
18449 Handle escaped parens.
18450 (latex-forward-sexp): Doc fix.
18451
18452 * eshell/esh-mode.el (eshell-output-filter-functions):
18453 Add eshell-postoutput-scroll-to-bottom.
18454
18455 * loadup.el: Remove termdev.
18456
18457 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
18458 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
18459
18460 2007-09-21 Markus Triska <markus.triska@gmx.at>
18461
18462 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
18463 `mapcar' is called for effect.
18464
18465 2007-09-21 Kevin Ryde <user42@zip.com.au>
18466
18467 * international/mule.el (sgml-html-meta-auto-coding-function):
18468 Bind `case-fold-search' to t.
18469
18470 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18471
18472 * termdev.el: Remove.
18473
18474 * frame.el (get-device-terminal): New function. Moved from termdev.el.
18475 (frames-on-display-list): Use it.
18476
18477 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
18478
18479 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
18480
18481 2007-09-20 Richard Stallman <rms@gnu.org>
18482
18483 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
18484
18485 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18486
18487 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
18488
18489 2007-09-20 Glenn Morris <rgm@gnu.org>
18490
18491 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
18492 motion functions, rather than hard-coding "\n\n".
18493 (tex-validate-region): Check for eobp, to speed up.
18494 (tex-next-unmatched-end): Doc fix.
18495
18496 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18497
18498 * files.el (auto-mode-alist): Use archive-mode for .rar files.
18499
18500 * international/mule.el (auto-coding-alist): Rar archives are binary.
18501
18502 * arc-mode.el: Add basic support for Rar.
18503 (archive-find-type): Recognize Rar's signature.
18504 (archive-desummarize): New fun.
18505 (archive-summarize): Use it to restore the buffer's data in case
18506 someone wants to switch to some other major mode.
18507 (archive-resummarize): Use it as well.
18508 (archive-rar-summarize, archive-rar-extract): New functions.
18509
18510 * filesets.el: Remove spurious * in docstrings.
18511 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
18512 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
18513 (filesets-ingroup-collect): Remove unused arg `depth'.
18514 (filesets-update): Remove unused arg `version'.
18515
18516 * finder.el (finder-compile-keywords): Fix up comment style.
18517 (finder-mouse-face-on-line): previous-line -> forward-line.
18518
18519 * recentf.el: Remove spurious * in docstrings.
18520 (recentf-save-list): Fix up comment style.
18521
18522 * progmodes/octave-mod.el: Remove spurious * in docstrings.
18523 (octave-mode-map): Move init into declaration and remove \t binding.
18524 (octave-mode-startup-message): Remove unused var.
18525 (octave-scan-blocks): Remove unused arg `from'.
18526 (octave-forward-block, octave-down-block, octave-up-block):
18527 Update callers.
18528
18529 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
18530 (meta-mode-map): Likewise and remove \t binding.
18531
18532 * net/snmp-mode.el: Remove spurious * in docstrings.
18533 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
18534 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
18535 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
18536 that completion accepts lists of strings.
18537 (snmp-mode-syntax-table): Move initialization into declaration.
18538 (snmp-mode-map): Likewise and remove \t binding.
18539 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
18540 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
18541 (snmp-indent-command): Remove.
18542
18543 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
18544 binding, so tab-always-indent works right.
18545
18546 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
18547
18548 * net/browse-url.el (browse-url-elinks-new-window): New function.
18549 (browse-url-elinks): Use browse-url-elinks-new-window.
18550 Accept optional second argument `new-window'. Fix typo in doc-string.
18551 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
18552 Improve error message.
18553
18554 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
18555
18556 * net/browse-url.el (browse-url-url-encode-chars): Use the right
18557 parameter name in the function body.
18558 Reported by Johannes Weiner.
18559
18560 2007-09-19 Glenn Morris <rgm@gnu.org>
18561
18562 * net/socks.el (socks-open-network-stream): Signal an explicit
18563 error if the port associated with a service string can't be found.
18564
18565 * textmodes/tex-mode.el (tex-terminate-paragraph):
18566 Use backward-paragraph.
18567
18568 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18569
18570 * server.el (server-running-p): New function.
18571
18572 2007-09-18 Jason Rumney <jasonr@gnu.org>
18573
18574 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
18575 x-focus-frame.
18576
18577 * frame.el (select-frame-set-input-focus, select-frame-by-name):
18578 Use x-focus-frame for w32.
18579
18580 2007-09-17 David Kastrup <dak@gnu.org>
18581
18582 * textmodes/tex-mode.el (tex-verbatim-environments):
18583 Eliminate CL dependency.
18584
18585 2007-09-17 Richard Stallman <rms@gnu.org>
18586
18587 * newcomment.el (comment-add): New arg EXTRA.
18588 (comment-region-default): Pass EXTRA if not indenting lines.
18589
18590 2007-09-17 Michaël Cadilhac <michael@cadilhac.name>
18591
18592 * net/browse-url.el (browse-url-url-encode-chars): New function.
18593 URL-encode some chars in a string.
18594 (browse-url-encode-url): Rewrite using the previous function.
18595 (browse-url-file-url): Use `browse-url-url-encode-chars'.
18596 (browse-url-elinks-sentinel): Fix typo.
18597 (browse-url-new-window-flag): Doc change.
18598
18599 2007-09-17 Glenn Morris <rgm@gnu.org>
18600
18601 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
18602 filename from `--file-line-error', if it is available.
18603
18604 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
18605
18606 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
18607 TeX `--file-line-error' format.
18608
18609 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
18610
18611 * xt-mouse.el: Delete add-hook calls that were moved to
18612 xterm-mouse-mode.
18613 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
18614 does not work.
18615
18616 2007-09-17 Richard Stallman <rms@gnu.org>
18617
18618 * cus-face.el (custom-theme-set-faces): Undo previous change.
18619
18620 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
18621
18622 2007-09-17 Glenn Morris <rgm@gnu.org>
18623
18624 * textmodes/tex-mode.el (tex-region): Simplify previous change,
18625 handling the case where the region is not in `tex-main-file'.
18626 (tex-region-1): Delete.
18627 (tex-region-header): New function, doing the header part of the
18628 old tex-region-1.
18629
18630 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18631
18632 * simple.el (newline): Simplify use of prefix-numeric-value.
18633 (line-move-partial): Remove unused var `ppos'.
18634 (line-move-1): Replace 9999 with most-positive-fixnum.
18635 (move-end-of-line): Use more efficient single-property search.
18636 (move-beginning-of-line): Remove unused var `start'.
18637 (blink-matching-open): Restructure in a more functional style.
18638
18639 2007-09-16 Michaël Cadilhac <michael@cadilhac.name>
18640
18641 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
18642
18643 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18644
18645 * server.el (server-clients): Only keep procs, no properties any more.
18646 (server-client): Remove.
18647 (server-client-get, server-client-set): Remove, replace all callers by
18648 process-get and process-put resp.
18649 (server-clients-with, server-add-client, server-delete-client)
18650 (server-create-tty-frame, server-create-window-system-frame)
18651 (server-process-filter, server-execute, server-visit-files)
18652 (server-buffer-done, server-kill-buffer-query-function)
18653 (server-kill-emacs-query-function, server-switch-buffer)
18654 (server-save-buffers-kill-terminal): Update accordingly.
18655
18656 * server.el (server-with-environment): Simplify.
18657 (server-select-display, server-unselect-display): Re-add functions that
18658 seem to have been lost in the multi-tty merge.
18659 (server-eval-and-print, server-create-tty-frame)
18660 (server-create-window-system-frame, server-goto-toplevel)
18661 (server-execute, server-return-error): New functions extracted from
18662 server-process-filter.
18663 (server-execute-continuation): New functions.
18664 (server-process-filter): Restructure so that all arguments are analysed
18665 first and then acted upon in a subsequent stage. This way
18666 server-goto-toplevel can be executed later, when we know if
18667 it's necessary.
18668 Remove the "-version" and "-version-good" support.
18669
18670 2007-09-16 Drew Adams <drew.adams@oracle.com>
18671
18672 * cus-edit.el (custom-face-edit-activate): Doc fix.
18673
18674 2007-09-16 Glenn Morris <rgm@gnu.org>
18675
18676 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
18677 Following cal-bahai renaming, update all instances of
18678 list-bahai-diary-entries to diary-bahai-list-entries,
18679 mark-bahai-diary-entries to diary-bahai-mark-entries,
18680 calendar-goto-bahai-date to calendar-bahai-goto-date,
18681 insert-bahai-diary-entry to diary-bahai-insert-entry,
18682 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
18683 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
18684 calendar-print-bahai-date to calendar-bahai-print-date.
18685
18686 * textmodes/tex-mode.el (tex-region): Handle the case where the
18687 region is not in `tex-main-file'. Move the old code that applies
18688 to both cases...
18689 (tex-region-1): ...to this new function.
18690
18691 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18692
18693 * vc.el (vc-process-sentinel): New function.
18694 (vc-exec-after): Use it instead of using ugly hackish analysis and
18695 construction of Elisp code.
18696 (vc-sentinel-movepoint): New dynamically scoped var.
18697 (vc-print-log, vc-annotate): Set it to move the user's point.
18698
18699 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
18700 inhibit-modification-hooks.
18701
18702 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
18703 (calendar-bahai-print-date, calendar-bahai-goto-date)
18704 (diary-bahai-list-entries, diary-bahai-insert-entry):
18705 New names to clean up the namespace a bit more.
18706 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
18707
18708 2007-09-15 Glenn Morris <rgm@gnu.org>
18709
18710 * calendar/holidays.el (holiday-list): Rename it back to
18711 `list-holidays', but leave `holiday-list' as an alias.
18712
18713 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
18714 custom group.
18715
18716 * textmodes/css-mode.el (css): New custom group.
18717 (css-electrick-keys, css-selector, css-property)
18718 (css-indent-offset): Specify custom group.
18719
18720 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18721
18722 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
18723 (cvs-execute-single-file): Use process-file.
18724 (cvs-run-process): Use start-file-process.
18725
18726 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18727
18728 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
18729 level. Remove the hooks when turning off the mode.
18730
18731 * term/xterm.el: Require xt-mouse at compile time.
18732 (terminal-init-xterm): Turn on xterm mouse tracking for this
18733 terminal if xterm-mouse-mode is enabled.
18734
18735 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18736
18737 * term/xterm.el (xterm-function-map): Replace bindings that were
18738 deleted by the merge.
18739
18740 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
18741
18742 * play/bubbles.el (bubbles-version): Bump value to "0.5".
18743 (bubbles-mode-map): Move define-key statements here.
18744 (bubbles-game-theme-menu): Ditto.
18745 (bubbles-graphics-theme-menu): Ditto.
18746 (bubbles-menu): Ditto.
18747 (bubbles-mode): Initialize buffer-undo-list, redisplay.
18748 (bubbles--initialize): Reset buffer-undo-list, redisplay.
18749 (bubbles-plop): Set buffer-undo-list, redisplay.
18750 (bubbles-undo): Reset buffer-undo-list, redisplay.
18751 (bubbles--show-images): Take care of missing text properties.
18752
18753 2007-09-14 Glenn Morris <rgm@gnu.org>
18754
18755 * startup.el (fancy-startup-text, fancy-about-text): Fix face
18756 quoting.
18757
18758 * calendar/cal-hebrew.el, calendar/cal-menu.el
18759 * calendar/calendar.el, calendar/diary-lib.el
18760 * calendar/holidays.el: Rename all instances of
18761 list-calendar-holidays callers to calendar-list-holidays,
18762 list-holidays to holiday-list, check-calendar-holidays to
18763 calendar-check-holidays, mark-calendar-holidays to
18764 calendar-mark-holidays, and filter-visible-calendar-holidays to
18765 holiday-filter-visible-calendar.
18766
18767 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18768
18769 * term/xterm.el (xterm-function-map): Add C-M- bindings.
18770
18771 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
18772
18773 * play/bubbles.el (bubbles--initialize-images): Fix bug:
18774 Use transparent background for empty cells in graphics mode.
18775
18776 2007-09-13 Jari Aalto <jari.aalto@cante.net>
18777
18778 * man.el (Man-default-man-entry): At end of line, continue looking
18779 to the next line for possible end of hyphenated command.
18780
18781 2007-09-13 Chris Moore <dooglus@gmail.com>
18782
18783 * shell.el (shell-resync-dirs): Don't move the cursor relative to
18784 the command being edited.
18785
18786 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
18787
18788 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
18789
18790 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
18791
18792 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
18793 C-M-S- keys.
18794
18795 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
18796
18797 2007-09-12 Michaël Cadilhac <michael@cadilhac.name>
18798
18799 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
18800 New argument `filename-p' to use one set of confusing chars or another.
18801 (browse-url-file-url): Use the argument.
18802 Suggested by Johannes Weiner.
18803
18804 2007-09-12 Romain Francoise <romain@orebokech.com>
18805
18806 * cus-start.el (all): Revert 2007-09-08 change.
18807
18808 2007-09-12 Aaron Hawley <aaronh@garden.org>
18809
18810 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
18811 extract .Z files, since it is more common than uncompress.
18812
18813 2007-09-12 Glenn Morris <rgm@gnu.org>
18814
18815 * textmodes/org-publish.el (org-publish-org-to-html): Remove
18816 duplicate function definition.
18817
18818 2007-09-10 Chris Moore <dooglus@gmail.com>
18819
18820 * diff-mode.el (diff-sanity-check-hunk):
18821 Also accept single-line hunks.
18822
18823 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
18824
18825 * startup.el (startup-screen-inhibit-startup-screen)
18826 (pure-space-overflow-message): New vars.
18827 (fancy-splash-insert): Allow functions for face and link specs.
18828 (fancy-splash-head): Remove unused arg. Move splash text...
18829 (fancy-startup-text, fancy-about-text): ...here.
18830 (fancy-startup-tail): Rename from fancy-splash-tail.
18831 (fancy-startup-screen, fancy-about-screen): Split off from
18832 fancy-splash-screens.
18833 (display-startup-screen): New function.
18834 (display-about-screen): Rename from display-splash-screen.
18835 (command-line-1): Use concise startup screen if necessary.
18836
18837 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
18838
18839 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
18840 Reported by Jan Djärv <jan.h.d@swipnet.se>.
18841
18842 2007-09-10 Dave Love <fx@gnu.org>
18843
18844 * outline.el (outline-4, outline-5, outline-7):
18845 Move font-lock-builtin-face down from 4 to 7 to better keep the
18846 progression of color brightness, and to better match Org-mode's faces.
18847
18848 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
18849
18850 * progmodes/meta-mode.el (meta-font-lock-keywords)
18851 (font-lock-match-meta-declaration-item-and-skip-to-next)
18852 (meta-comment-indent, meta-indent-previous-line)
18853 (meta-indent-unfinished-line, meta-beginning-of-defun)
18854 (meta-end-of-defun, meta-common-initialization): Handle \f.
18855 (meta-indent-unfinished-line): Do not handle a `%' in a string as
18856 a comment-start.
18857
18858 * files.el (file-modes-char-to-who, file-modes-char-to-right)
18859 (file-modes-rights-to-number): Auxiliary functions for symbolic to
18860 numeric notation of file modes.
18861 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
18862 numeric value.
18863 (read-file-modes): New. Read either an octal value of a file mode or a
18864 symbolic value, and return its numeric value.
18865
18866 * dired-aux.el (dired-do-chmod): Change to use the built-in
18867 `set-file-modes' and the previous symbolic mode parsing functions.
18868
18869 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
18870
18871 * textmodes/texinfo.el: Remove spurious * in docstrings.
18872 (texinfo-mode-syntax-table, texinfo-mode-map):
18873 Initialize in the declaration.
18874
18875 * tmm.el: Remove spurious * in docstrings.
18876 (tmm-prompt): Use with-current-buffer.
18877
18878 * vcursor.el: Remove spurious * in docstrings.
18879 (vcursor-map): Initialize in the declaration.
18880 (vcursor-use-vcursor-map): Use define-minor-mode.
18881 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
18882
18883 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
18884 Initialize in the declaration.
18885 (widget-minor-mode): Use define-minor-mode.
18886
18887 * woman.el (woman-mode-map, woman-syntax-table):
18888 Initialize in the declaration.
18889
18890 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
18891
18892 * doc-view.el: New file.
18893
18894 2007-09-09 Juri Linkov <juri@jurta.org>
18895
18896 * Makefile.in (update-authors): Add etc/ to AUTHORS.
18897
18898 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
18899
18900 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
18901 to "Startup screen". Fix docstring.
18902 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
18903 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
18904 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
18905 (initial-scratch-message): Fix docstring.
18906 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
18907 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
18908 Add link to "Customize Startup" and set interval between links to
18909 5 spaces.
18910 (fancy-about-text): Add links "Authors" and "Contributing".
18911 (fancy-splash-head): Add text "Welcome to " on the startup screen,
18912 and "This is " on the about screen. Add link to
18913 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
18914 For the about screen move emacs version to the header from
18915 `fancy-splash-tail' (as it's done already for normal about screen).
18916 (fancy-splash-tail): Insert emacs version only for startup screen.
18917 (normal-splash-screen): Remove duplicate empty lines.
18918 (normal-about-screen): Add links "Authors" and "Contributing".
18919
18920 * menu-bar.el (menu-bar-help-menu):
18921 Move "About Emacs" and "About GNU" to the end of the Help menu.
18922 Move "Emacs Psychotherapist" after "Send Bug Report...".
18923 Move "External Packages" after "Find Emacs Packages".
18924
18925 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
18926
18927 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
18928 they are useless with the byte compiler.
18929 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
18930 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
18931 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
18932 (tramp-file-name-real-host, tramp-file-name-port)
18933 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
18934 defuns.
18935
18936 * net/tramp-cache.el (top): Improve error message when
18937 `tramp-persistency-file-name' is corrupted.
18938
18939 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
18940
18941 * textmodes/org.el (org-re): Also replace the :alpha: class.
18942 (org-todo-tag-alist): Variable removed.
18943 (org-todo-key-alist, org-todo-key-trigger): New variables.
18944 (org-use-fast-todo-selection): New option.
18945 (org-log-done): Docstring fixed.
18946 (org-deadline-warning-days): New default value 14.
18947 (org-edit-timestamp-down-means-later): New option.
18948 (org-tag-alist): Docstring fixed.
18949 (org-fast-tag-selection-include-todo): New option.
18950 (org-export-language-setup): New languages added.
18951 (org-set-regexps-and-options): Compute the new variables.
18952 (org-paste-subtree): Cleaning up.
18953 (org-remember-apply-template): New escape %A.
18954 (org-todo): Call fast TODO selection.
18955 (org-fast-todo-selection): New function.
18956 (org-add-log-note): Allow prefix for abort exit.
18957 (org-at-property-p, org-entry-properties)
18958 (org-columns-get-autowidth-alist): Use :alpha: class.
18959 (org-get-wdays): New function.
18960 (org-agenda-remove-date): New variable.
18961 (org-agenda-get-deadlines): Use `org-get-wdays'.
18962 (org-agenda-get-deadlines): Reverse ee before returning.
18963 (org-format-agenda-item): New argument REMOVE-RE.
18964 (org-agenda-convert-date): Baha'i calendar added.
18965 (org-infile-export-plist): Also find DATE line.
18966 (org-get-min-level): New function.
18967 (org-export-as-html, org-export-as-ascii): Use the date format.
18968 (org-shiftup, org-shiftdown): Use.
18969 `org-edit-timestamp-down-means-later'.
18970 (org-assign-fast-keys): New function.
18971
18972 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
18973
18974 * cus-start.el (all): Add prefer-window-split-horizontally from
18975 window.c.
18976
18977 2007-09-08 Eli Zaretskii <eliz@gnu.org>
18978
18979 * net/browse-url.el (browse-url-galeon): Fix last change.
18980 (top-level): Require cl when compiling.
18981
18982 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
18983
18984 * textmodes/org-export-latex.el: arch-tag restored.
18985
18986 * textmodes/org-publish.el: arch-tag restored.
18987
18988 2007-09-08 Masatake YAMATO <jet@gyve.org>
18989
18990 * progmodes/which-func.el (which-func-modes): Add diff-mode.
18991
18992 * progmodes/cc-langs.el: Support new keywords added to
18993 objective-c frontend of gcc.
18994 (c-simple-stmt-kwds): Add @throw.
18995 (c-block-stmt-2-kwds): Add @synchronized.
18996 (c-block-stmt-1-kwds): Add @finally and @try.
18997
18998 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
18999
19000 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
19001 (org-agenda-after-show-hook): New variable.
19002 (org-columns-compile-format)
19003 (org-columns-get-autowidth-alist, org-buffer-property-keys)
19004 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
19005 property names.
19006 (org-get-wdays): New function.
19007
19008 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19009
19010 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
19011
19012 * term/xterm.el (xterm-function-map): Initialize in the declaration.
19013
19014 * vc-arch.el (vc-arch-checkin): Fix typo.
19015
19016 2007-09-07 Johan Bockgård <bojohan@gnu.org>
19017
19018 * cus-face.el (custom-theme-set-faces): Set face attributes
19019 locally for each frame.
19020
19021 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19022
19023 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
19024 via font-lock-defaults.
19025
19026 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
19027 derived-mode-p.
19028
19029 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
19030
19031 * progmodes/autoconf.el (autoconf-definition-regexp):
19032 Handle optional square brackets around definition name.
19033
19034 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
19035
19036 * net/browse-url.el (browse-url-browser-function): Add elinks.
19037 (browse-url-elinks-wrapper): New option.
19038 (browse-url-encode-url, browse-url-elinks)
19039 (browse-url-elinks-sentinel): New functions.
19040 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
19041 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
19042 Use new function browse-url-encode-url.
19043
19044 2007-09-07 Glenn Morris <rgm@gnu.org>
19045
19046 * version.el (emacs-version): Revert 2007-08-29 change: no need to
19047 say if multi-tty is present.
19048
19049 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19050
19051 * cus-start.el (split-window-preferred-function): Add custom info.
19052
19053 * calendar/holidays.el (holiday-list, calendar-check-holidays)
19054 (calendar-mark-holidays, calendar-list-holidays)
19055 (holiday-filter-visible-calendar): New names to clean up namespace.
19056 (filter-visible-calendar-holidays, list-calendar-holidays)
19057 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
19058 Add compatibility aliases.
19059 (calendar-check-holidays, calendar-mark-holidays)
19060 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
19061 (holiday-sexp): Replace append with list.
19062 (holiday-filter-visible-calendar): Replace append with push.
19063
19064 * woman.el: Remove spurious * in docstrings.
19065 (woman-mini-help, woman-non-underline-faces, woman0-rename)
19066 (woman-topic-all-completions-merge, woman-file-name-all-completions)
19067 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
19068 (woman-write-directory-cache, woman-display-extended-fonts)
19069 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
19070 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
19071 (woman-mode): Use inhibit-read-only.
19072 (woman-negative-vertical-space): Use dotimes.
19073 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
19074
19075 2007-09-06 Romain Francoise <romain@orebokech.com>
19076
19077 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
19078 (vc-bzr-workfile-version): Use it.
19079
19080 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
19081
19082 * complete.el (PC-do-completion): Don't try to treat
19083 empty string as an abbreviation.
19084
19085 2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se>
19086
19087 * help-fns.el (describe-variable): Keep doc's text properties.
19088
19089 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
19090
19091 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
19092 instead of a file.
19093
19094 2007-09-06 Glenn Morris <rgm@gnu.org>
19095
19096 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
19097 (checkdoc-minor-mode): Allow user to specify lighter via
19098 checkdoc-minor-mode-string.
19099
19100 2007-09-05 Richard Stallman <rms@gnu.org>
19101
19102 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
19103 Several items removed, simplified, or put on one line.
19104 (fancy-about-text): Add substantial contents, part of startup text.
19105 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
19106 (normal-splash-screen): Call normal-mouse-startup-screen,
19107 normal-no-mouse-startup-screen, or normal-about-screen.
19108 (normal-mouse-startup-screen): New fn, broken out, shortened.
19109 (normal-no-mouse-startup-screen): New fn, broken out.
19110 (normal-about-screen): New function, contents all new.
19111
19112 2007-09-05 Michaël Cadilhac <michael@cadilhac.name>
19113
19114 * emacs-lisp/rx.el (rx): Fix typo in docstring.
19115
19116 2007-09-05 Glenn Morris <rgm@gnu.org>
19117
19118 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
19119 is bound.
19120
19121 2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se>
19122
19123 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
19124 in doc string.
19125
19126 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19127
19128 * server.el (server-start, server-unload-hook): Undo previous change.
19129
19130 * xt-mouse.el: Undo previous change.
19131
19132 2007-09-04 Juri Linkov <juri@jurta.org>
19133
19134 * startup.el (fancy-about-text): New variable.
19135 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
19136 (fancy-current-text, fancy-splash-stop-time)
19137 (fancy-splash-outer-buffer): Remove variables.
19138 (fancy-splash-head, fancy-splash-tail): Add new optional argument
19139 `startup' and use it to conditionally display different texts for
19140 Startup and About screens. Don't display Help commands on the About
19141 screen.
19142 (fancy-splash-screens-1): Remove function and move its content to
19143 `fancy-splash-screens' to the part that dislpays the About screen.
19144 (exit-splash-screen): Don't treat specially exiting from
19145 alternating screens.
19146 (fancy-splash-screens): Rename argument `static' to `startup'.
19147 Fix docstring. Remove code for displaying alternating screens.
19148 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
19149 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
19150 for `inhibit-read-only'.
19151 (normal-splash-screen): Rename argument `static' to `startup'.
19152 Fix docstring. Use argument `startup' to conditionally display
19153 different texts for Startup and About screens. Don't display Help
19154 commands on the About screen. Remove `unwind-protect' `sit-for'
19155 delay and `kill-buffer' after it.
19156 (display-startup-echo-area-message): Remove call to
19157 `use-fancy-splash-screens-p' because image.el is preloaded and
19158 doesn't display "Loading image... done".
19159 (display-splash-screen): Rename argument `static' to `startup'.
19160 Fix docstring.
19161
19162 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
19163
19164 * server.el (server-start, server-unload-hook):
19165 suspend-tty-functions has been renamed to suspend-tty-hook.
19166
19167 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
19168 resume-tty-hook.
19169
19170 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
19171
19172 * loadup.el: Fix merge problem, only load "button" once.
19173
19174 2007-09-03 Glenn Morris <rgm@gnu.org>
19175
19176 * vc-svn.el (vc-svn-print-log): If there is only one file, use
19177 "Working file:" as the prefix, for the sake of
19178 log-view-current-file.
19179
19180 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
19181
19182 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
19183 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
19184 if the selected frames is in
19185 xterm-modify-other-keys-terminal-list.
19186 (xterm-turn-off-modify-other-keys): Add an optional frame
19187 parameter. Only turn off modify-other-keys if FRAME is in
19188 xterm-modify-other-keys-terminal-list.
19189 (xterm-remove-modify-other-keys): New function.
19190 (terminal-init-xterm): Use it. Deal with delete-frame hook.
19191 Add the selected frame to xterm-modify-other-keys-terminal-list.
19192
19193 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
19194
19195 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
19196 (icon-map-list): New variable.
19197 (x-gtk-map-stock): Use icon-map-list.
19198
19199 2007-09-02 Romain Francoise <romain@orebokech.com>
19200
19201 * log-view.el (log-view-current-file): Balance parens.
19202
19203 2007-09-02 Glenn Morris <rgm@gnu.org>
19204
19205 * comint.el (comint-mode): Don't set scroll-conservatively.
19206
19207 * eshell/em-unix.el (eshell/time): Stringify and flatten the
19208 non-command arguments.
19209
19210 * log-view.el (log-view-current-file): Give a more explicit error
19211 if log-view-file-re fails to find a match.
19212
19213 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
19214
19215 * emacs-lisp/bytecomp.el (byte-recompile-directory):
19216 Fix bug: Don't expand top-level file name more than once.
19217 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
19218
19219 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19220
19221 * server.el (server-process-filter): Don't display the splash screen.
19222 It's annoying enough on the initial screen and becomes positively
19223 obnoxious here.
19224
19225 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19226
19227 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
19228 Change naming to use "avl-tree--" for internal functions.
19229
19230 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
19231
19232 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
19233 the merge.
19234 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
19235 (provide): Move to the end of file.
19236
19237 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
19238
19239 2007-08-31 Michaël Cadilhac <michael@cadilhac.name>
19240
19241 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
19242 New variable. List of exceptions for the duplicated word rule.
19243 (flyspell-mark-duplications-flag): Mention it.
19244 (flyspell-word): Treat it.
19245
19246 * files.el (create-file-buffer): If the filename sans directory starts
19247 with spaces, remove them.
19248
19249 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
19250
19251 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
19252 (x-gtk-map-stock): Use two directory elements when matching
19253 file name.
19254
19255 2007-08-31 James Wright <james@chumsley.org>
19256
19257 * eshell/em-unix.el (eshell/info): New function.
19258
19259 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19260
19261 * frame.el (frame-initialize, make-frame):
19262 * server.el (server-process-filter):
19263 * faces.el (tty-set-up-initial-frame-faces): Don't set
19264 term-environment-variable since it's not used any more.
19265
19266 * env.el (setenv): Don't treat $TERM specially.
19267
19268 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
19269 stated otherwise, subprocesses do not send back escape sequences
19270 corresponding to the terminal from which Emacs was started.
19271
19272 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
19273
19274 * calculator.el: Require cl for compilation.
19275
19276 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
19277
19278 * outline.el (outline-font-lock-levels): Comment out unused var.
19279 (outline-font-lock-face): Wrap around face list to handle any
19280 nesting depth gracefully.
19281
19282 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
19283
19284 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
19285 `set-file-times'.
19286
19287 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
19288
19289 * textmodes/org.el (org-export-visible): Fix drawers before export.
19290 (org-do-sort): Allow sorting by priority.
19291 (org-agenda-files): Ignore non-existing files.
19292 (org-agenda-skip-unavailable-files): New variable.
19293 (org-ellipsis): All a face as value.
19294 (org-mode): Interprete the face value of `org-ellipsis'.
19295 (org-archive-save-context-info): New option.
19296 (org-archive-subtree): Store context info in archived entry.
19297 (org-fast-tag-selection-can-set-todo-state): New variable.
19298 (org-fast-tag-selection): Allow setting TODO states through this
19299 interface.
19300 (org-cycle): Docstring updated.
19301 (org-todo-keyword-faces): New option.
19302 (org-get-todo-face): New function.
19303 (org-set-font-lock-defaults, org-agenda-highlight-todo):
19304 Use `org-get-todo-face'.
19305 (org-switch-to-buffer-other-window): New function.
19306 (org-table-edit-field, org-table-show-reference)
19307 (org-table-edit-formulas, org-add-log-note)
19308 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
19309 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
19310 `switch-to-buffer-other-window' to make sure that the temporary
19311 windows show up on the current frame.
19312 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
19313 (org-get-entries-from-diary, org-replace-region-by-html):
19314 Don't allow pop-up frames.
19315 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19316 Fix problems with time-of-day.
19317 (org-export-get-title-from-subtree): New function.
19318 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
19319 with listing items that are DONE.
19320 (org-change-tag-in-region): New command.
19321 (org-agenda-skip-scheduled-if-done)
19322 (org-agenda-skip-deadline-if-done): Docstring clarified.
19323 (org-mode): Hide drawers on startup.
19324 (org-get-todo-face): New function.
19325 (org-todo-keyword-faces): New option.
19326 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
19327 (org-remove-keyword-keys): New function.
19328
19329 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
19330
19331 * progmodes/grep.el (grep-find-ignored-directories):
19332 Add monotone _MTN bookkeeping directory in workspaces.
19333 Add RCS control directory. List items in alphabetical order.
19334
19335 * progmodes/grep.el (grep-files-aliases): Add cc alias.
19336 Sort items in alphabetical order. Fix parens.
19337
19338 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19339
19340 * vc-hg.el (vc-hg-extra-menu-map): New variable.
19341 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
19342 (vc-hg-pull): New functions.
19343 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
19344
19345 * term/mac-win.el: Don't require url, only autoloaded url
19346 functions are used in this file.
19347
19348 2007-08-29 Andreas Schwab <schwab@suse.de>
19349
19350 * shell.el (shell): Return correct value from interactive spec.
19351
19352 2007-08-29 Glenn Morris <rgm@gnu.org>
19353
19354 * version.el (emacs-version): Increase to 23.0.50.
19355
19356 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
19357
19358 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
19359
19360 2007-08-29 Juri Linkov <juri@jurta.org>
19361
19362 * loadup.el: Add "button" loading after "faces" and move "startup"
19363 to load after "button".
19364
19365 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19366
19367 * loadup.el: Load term/mac-win on a Mac using Carbon.
19368
19369 * term/mac-win.el: Provide mac-win.
19370 (mac-initialized): New variable.
19371 (mac-initialize-window-system): New function. Move global setup here.
19372 (handle-args-function-alist, frame-creation-function-alist):
19373 (window-system-initialization-alist): Add mac entries.
19374 (x-setup-function-keys): New function containing all the
19375 top level function key definitions.
19376
19377 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
19378
19379 * env.el (read-envvar-name): Don't consider the environment frame param.
19380
19381 * env.el (setenv):
19382 * frame.el (frame-initialize, make-frame):
19383 * faces.el (tty-set-up-initial-frame-faces):
19384 * server.el (server-process-filter): Set
19385 display-environment-variable and term-environment-variable.
19386
19387 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
19388
19389 2007-08-29 Jason Rumney <jasonr@gnu.org>
19390
19391 * loadup.el: Only load term/x-win when X is compiled in.
19392 Load term/w32-win and dependencies on windows-nt.
19393
19394 * term/w32-win.el: Reorder to match x-win.el more closely.
19395 Provide w32-win. Don't throw error when global window-system not w32.
19396 (internal-face-interactive): Remove obsolete function.
19397 (x-setup-function-keys): Use local-function-key-map.
19398 (w32-initialized): New variable.
19399 (w32-initialize-window-system): Set it.
19400 Move more global setup here.
19401 (x-setup-function-keys): New function.
19402 (w32-initialize-window-system): Move non function key global setup here.
19403 (x-cut-buffer-max): Remove.
19404 (w32-initialize-window-system): New function.
19405 (handle-args-function-alist, frame-creation-function-alist):
19406 (window-system-initialization-alist): Add w32 entries.
19407
19408 2007-08-29 David Kastrup <dak@gnu.org>
19409
19410 * env.el (getenv): Pass frame to getenv-internal.
19411
19412 2007-08-29 Károly Lőrentey <lorentey@elte.hu>
19413
19414 * version.el (emacs-version): Show if multi-tty is present.
19415
19416 * loadup.el: Delay loading env; mule-conf gets confused by cl
19417 during bootstrap. Also load termdev and term/x-win.
19418
19419 * bindings.el (mode-line-client): New variable.
19420 (help-echo): Add it to the default mode-line format.
19421
19422 * cus-start.el: Remove bogus window-system reference from GTK test.
19423
19424 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
19425 (ebrowse-electric-position-mode-map):
19426 * ebuff-menu.el (electric-buffer-menu-mode-map):
19427 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
19428 not `suspend-emacs'.
19429
19430 * ediff-wind.el (ediff-setup-windows-automatic): New function.
19431 (ediff-window-setup-function): Use it as default.
19432
19433 * files.el (save-buffers-kill-terminal): New function.
19434 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
19435
19436 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
19437 and `with-selected-frame'.
19438
19439 * help-fns.el (describe-variable): Describe frame-local variables
19440 correctly.
19441
19442 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
19443 display support.
19444 (normal-erase-is-backspace-setup-frame): New function.
19445
19446 * subr.el (with-selected-frame): New function.
19447 (read-quoted-char): Use terminal-local binding of
19448 local-function-key-map instead of function-key-map.
19449
19450 * talk.el (talk): New function.
19451 (talk-handle-delete-frame): New function.
19452 (talk-add-display): Open a new frame only if FRAME was not a frame.
19453
19454 * termdev.el: New file.
19455
19456 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
19457 * term/x-win.el: Don't bind f10.
19458 * tmm.el: Remove autoload binding for f10.
19459
19460 * international/encoded-kb.el (encoded-kbd-setup-display): Use
19461 `set-input-meta-mode'. Fix broken condition before set-input-mode.
19462 Store the saved input method as a terminal parameter. Add keymap
19463 parameter. Use it instead of changing key-translation-map directly.
19464 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
19465 Remove.
19466 (encoded-kbd-setup-display): New function.
19467
19468 * international/mule-cmds.el (set-locale-environment): Fix getenv
19469 call. Use save-buffers-kill-terminal. Ignore window-system; always
19470 set the keyboard coding system. Add DISPLAY parameter.
19471 (set-display-table-and-terminal-coding-system): Add DISPLAY
19472 parameter. Pass it to set-terminal-coding-system.
19473
19474 * international/mule.el (keyboard-coding-system): Test for
19475 encoded-kbd-setup-display, not encoded-kbd-mode.
19476 (set-terminal-coding-system, set-keyboard-coding-system): Add
19477 DISPLAY parameter.
19478 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
19479
19480 * term/README: Update.
19481
19482 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
19483
19484 * term/x-win.el (x-setup-function-keys): New function. Move
19485 function-key-map tweaks here. Protect against multiple calls on
19486 the same terminal. Use terminal-local binding of
19487 local-function-key-map instead of function-key-map.
19488 (x-initialize-window-system): Make a copy of pure list. Pass a
19489 frame getenv.
19490
19491 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
19492 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
19493 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
19494 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
19495 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
19496 local-function-key-map instead of function-key-map.
19497
19498 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
19499 `substitute-key-definition' and `define-key' calls against
19500 multiple execution. Use terminal-local binding of
19501 local-function-key-map instead of function-key-map. Pass a frame
19502 to getenv.
19503
19504 * edmacro.el (edmacro-format-keys):
19505 * emulation/cua-base.el (cua--pre-command-handler):
19506 * isearch.el (isearch-other-meta-char):
19507 * xt-mouse.el: Use terminal-local binding of
19508 local-function-key-map instead of function-key-map.
19509
19510 * fringe.el (set-fringe-mode): Simplify and fix using
19511 `modify-all-frames-parameters'.
19512 * scroll-bar.el (set-scroll-bar-mode): Ditto.
19513 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
19514 check before calling `tool-bar-setup'.
19515 (tool-bar-setup): New variable.
19516 (tool-bar-setup): Use it to guard against multiple calls. Add
19517 optional frame parameter, and select that frame before adding items.
19518 (toggle-tool-bar-mode-from-frame): New function.
19519
19520 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
19521 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
19522 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
19523 "Tool-bar" toggles to reflect the state of the current frame.
19524 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
19525
19526 * env.el: Require cl for byte compilation (for `block' and `return').
19527 (environment, setenv-internal): New functions.
19528 (let-environment): New macro.
19529 (setenv, getenv): Add optional terminal parameter. Update docs.
19530 (setenv): Use setenv-internal. Always set process-environment.
19531 Handle `local-environment-variables'.
19532 (read-envvar-name, setenv, getenv): Use frame parameters
19533 to store the local environment, not terminal parameters. Include
19534 `process-environment' as well.
19535
19536 * faces.el (tty-run-terminal-initialization): New function.
19537 (tty-create-frame-with-faces): Use it. Set up faces and
19538 background mode only after the terminal has been initialized.
19539 Call terminal-init-*. Don't load the initialization file more
19540 than once. Call set-locale-environment.
19541 (frame-set-background-mode): Handle the 'background-mode terminal
19542 parameter.
19543 (tty-find-type): New function.
19544 (x-create-frame-with-faces): Remove bogus check for
19545 first frame. Call `tool-bar-setup'. Don't make frame visible
19546 until we are done setting up all its parameters. Call
19547 x-setup-function-keys.
19548
19549 * frame.el (make-frame): Always inherit 'environment and 'client
19550 parameters. Set up the 'environment frame parameter, when needed.
19551 Also inherit 'client parameter. Don't override explicitly
19552 specified values with inherited ones. Add 'terminal frame
19553 parameter. Append window-system-default-frame-alist to parameters
19554 before calling frame-creation-function.
19555 (frame-initialize): Copy the environment from the initial frame.
19556 (window-system-default-frame-alist): Enhance doc string.
19557 (frame-notice-user-settings): Don't put 'tool-bar-lines in
19558 `default-frame-alist' when initial frame is on a tty.
19559 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
19560 Remove specified parameters from `window-system-default-frame-alist'.
19561 (make-frame-on-tty, framep-on-display, suspend-frame):
19562 Extend doc string, update parameter names.
19563 (frames-on-display-list): Use terminal-id to get the display id.
19564 (frame-notice-user-settings): Extend to apply
19565 settings in `window-system-default-frame-alist' as well.
19566 (terminal-id, terminal-parameters, terminal-parameter)
19567 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
19568 (delete-frame-functions): Add to `delete-frame-functions' hook.
19569 (blink-cursor-mode): Adapt blink-cursor-mode default
19570 value from startup.el.
19571 (make-frame-on-display): Protect condition on x-initialized when
19572 x-win.el is not loaded. Update doc.
19573 (suspend-frame): Use display-controlling-tty-p to decide between
19574 suspend-emacs and suspend-tty.
19575 (frames-on-display-list): Update for display ids.
19576 (framep-on-display): Ditto.
19577 (suspend-frame): Use display-name, not frame-tty-name.
19578 (selected-terminal): New function.
19579
19580 * server.el: Use `device' instead of `display' or `display-id' in
19581 variable and client parameter names.
19582 (server-select-display): Remove (unused).
19583 (server-tty-live-p, server-handle-delete-tty): Remove.
19584 (server-unquote-arg, server-quote-arg, server-buffer-clients):
19585 Update docs.
19586 (server-getenv-from, server-with-environment, server-send-string)
19587 (server-save-buffers-kill-terminal): New functions.
19588 (server-delete-client): Handle quits in kill-buffer. Don't kill
19589 modified buffers. Add extra logging. Delete frames after
19590 deleting the tty. Clear 'client parameter before deleting a frame.
19591 Use delete-display, not delete-tty.
19592 (server-visit-files): Don't set `server-existing-buffer' if the
19593 buffer already has other clients. Return list of buffers
19594 created. Update doc. Don't set client-record when nowait.
19595 (server-handle-delete-frame): Delete the client if this was its
19596 last frame. Check that the frame is alive. Remove bogus comment.
19597 Add note on possible race condition. Delete tty clients, if needed.
19598 (server-handle-suspend-tty): Use server-send-string. Kill the
19599 client in case of errors from process-send-string. Use the display
19600 parameter.
19601 (server-unload-hook): Remove obsolete delete-tty hook.
19602 (server-start): Ask before restarting if the old server still has
19603 clients. Add feedback messages. Remove obsolete delete-tty hook.
19604 (server-process-filter): Use server-send-string. Accept `-dir'
19605 command. Switch to *scratch* immediately after creating the frame,
19606 before evaluating any -evals. Protect `display-splash-screen'
19607 call in a condition-case. Explain why. Call
19608 `display-startup-echo-area-message' before
19609 `display-splash-screen'. Don't display the splash screen when no
19610 frame was created. Show the Emacs splash screen and startup echo
19611 area message. Display the *scratch* buffer by default. Store the
19612 local environment in a frame (not terminal) parameter. Do not try
19613 to decode environment strings. Fix reference to the 'display
19614 frame parameter. Change syntax of environment variables. Put
19615 environment into terminal parameters, not client parameters. Use
19616 a dummy client with --no-wait's X frames. In `-position LINE'
19617 handler, don't ruin the request string until the line number is
19618 extracted. Log opened files. Handle -current-frame command.
19619 Don't create frames when it is given. Don't bind X frames to the
19620 client when we are in -no-wait mode. Set locale environment
19621 variables from client while creating tty frames. Disable call to
19622 configure-display-for-locale. When processing -position command,
19623 don't change the request string until the parameters are
19624 extracted. Don't try to create an X frame when Emacs does not
19625 support it. Improve logging. Temporarily set ncurses-related
19626 environment variables to those of the client while creating a new
19627 tty frame. Select buffers opened by nowait clients, don't leave
19628 them buried under others. Set the display parameter, and use it
19629 when appropriate.
19630
19631 * startup.el (display-startup-echo-area-message): Handle
19632 `inhibit-startup-echo-area-message' here.
19633 (command-line-1): Moved from here.
19634 (fancy-splash-screens): Use `overriding-local-map' instead of
19635 `overriding-terminal-local-map' for now; the latter doesn't work
19636 right, it looses keypresses to another terminal. Use
19637 `overriding-terminal-local-map' to set up keymap. Install a
19638 `delete-frame-functions' hook to catch `delete-frame' events.
19639 Ignore `select-window' events to cope better with
19640 `focus-follows-mouse'. Don't switch back to the original buffer
19641 if the splash frame has been killed. Restore previous buffer, even
19642 if it's *scratch*.
19643 (normal-splash-screen): Don't let-bind `mode-line-format'; it
19644 changes the global binding - setq it instead. Use
19645 `save-buffers-kill-terminal'.
19646 (display-splash-screen): Don't do anything if the splash screen is
19647 already displayed elsewhere.
19648 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
19649 (command-line): Replace duplicated code with a call to
19650 tty-run-terminal-initialization. Don't load the terminal
19651 initialization file more than once. Remove call to nonexistent
19652 function `set-locale-translation-file-name'.
19653
19654 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
19655 parameters.
19656 (xterm-mouse-position-function, xterm-mouse-event): Update.
19657 (xterm-mouse-mode): Don't depend on current value of window-system.
19658 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
19659 Update for multi-tty.
19660 (turn-on-xterm-mouse-tracking-on-terminal)
19661 (turn-off-xterm-mouse-tracking-on-terminal)
19662 (xterm-mouse-handle-delete-frame): New functions.
19663 (delete-frame-functions, after-make-frame-functions)
19664 (suspend-tty-functions, resume-tty-functions): Install extra hooks
19665 for multi-tty.
19666
19667 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19668
19669 * simple.el (invisible-p): Remove: implemented in C now.
19670 (line-move-invisible-p): Remove obsolete alias.
19671
19672 2007-08-28 Juri Linkov <juri@jurta.org>
19673
19674 * image-mode.el (image-type): New variable.
19675 (image-mode): Set default major mode name to "Image[text]".
19676 (image-minor-mode): Change LIGHTER to display image-type in the
19677 mode line.
19678 (image-minor-mode): Set default image-type to "text".
19679 (image-toggle-display): After switching to text mode, set
19680 image-type to "text" and major mode name to "Image[text]".
19681 After switching to image mode, set image-type to actual image
19682 type, and add image type to major mode name. Let-bind the same
19683 variable names as arguments of `image-type' and `create-image'.
19684 Bind `type' to the result of `image-type' and use it as arg
19685 of `create-image' to not determine the image type twice.
19686
19687 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
19688
19689 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
19690 (tramp-set-file-uid-gid, tramp-get-local-uid)
19691 (tramp-get-local-gid): New defuns.
19692 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
19693 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
19694 Improve fast track.
19695 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
19696 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
19697 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
19698 (tramp-handle-write-region): Improve fast track.
19699 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
19700 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
19701 be nil.
19702
19703 2007-08-28 Ivan Kanis <apple@kanis.eu>
19704
19705 * time.el: New feature to display several time zones in a buffer.
19706 (display-time-world-mode, display-time-world-display)
19707 (display-time-world, display-time-world-timer): New functions.
19708 (display-time-world-list, display-time-world-time-format)
19709 (display-time-world-buffer-name, display-time-world-timer-enable)
19710 (display-time-world-timer-second, display-time-world-mode-map):
19711 New variables.
19712
19713 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
19714
19715 * term/x-win.el (x-gtk-stock-map): New variable.
19716 (x-gtk-map-stock): New function.
19717
19718 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
19719 prev/next-node.
19720
19721 2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
19722
19723 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
19724
19725 2007-08-28 Glenn Morris <rgm@gnu.org>
19726
19727 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
19728
19729 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
19730
19731 * progmodes/modula2.el (m2-definition, m2-module):
19732 Don't use previous-line. Reported by T. V. Raman.
19733
19734 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19735
19736 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
19737 argument to tool-bar-mode call.
19738
19739 2007-08-27 Glenn Morris <rgm@gnu.org>
19740
19741 * diff-mode.el (diff-find-file-name): Only accept regular files,
19742 to rule out /dev/null, directories, etc.
19743
19744 * vc-svn.el (vc-svn-diff): If the repository version of all the
19745 files is the same as the specified OLDVERS, do a local diff.
19746
19747 2007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
19748
19749 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
19750 of buffers in uniquify-managed.
19751
19752 * simple.el (invisible-p): Rename from text-invisible-p.
19753 Update callers.
19754
19755 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
19756 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
19757 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
19758 (cperl-etags-goto-tag-location): Use new style backquotes.
19759
19760 * net/browse-url.el: Remove spurious * in custom docstrings.
19761 (browse-url-filename-alist): Use new-style backquote.
19762
19763 * emacs-lisp/backquote.el (backquote-unquote-symbol)
19764 (backquote-splice-symbol): Clarify they're not new-style unquotes.
19765
19766 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
19767 (\,@): Backslash the , and ,@ which are not new-style unquotes.
19768
19769 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
19770
19771 * net/socks.el (socks-username/password-auth-filter):
19772 Remove unused vars `state' and `desired-len'.
19773 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
19774 (socks-wait-for-state-change): Use new-style backquotes.
19775
19776 * pcvs.el (cvs-mode-status): Fix long-standing typo.
19777
19778 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
19779 backquotes after each `read' rather than once per buffer.
19780
19781 * dframe.el: Remove spurious * in custom docstrings.
19782 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
19783 (dframe-xemacs20p): Remove, inline at the sole use point.
19784 (defface): Don't defvar the face, don't use old-style backquote.
19785 (defcustom): Don't use old-style backquote.
19786 (dframe-frame-parameter, dframe-mouse-event-p):
19787 Make it obvious that it's always defined.
19788 (dframe-popup-kludge): New function to replace
19789 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
19790 (dframe-frame-mode, dframe-set-timer-internal)
19791 (dframe-mouse-set-point): Remove use of with-no-warnings from
19792 XEmacs-specific code.
19793 (dframe-set-timer-internal): Fix very old bug with
19794 post-command-idle-hook.
19795
19796 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
19797
19798 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
19799 warning if the file uses old style backquotes.
19800
19801 * emacs-lisp/bytecomp.el (byte-compile-log-file)
19802 (byte-recompile-directory, byte-compile-file)
19803 (byte-compile-from-buffer): Use with-current-buffer.
19804
19805 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
19806 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
19807 (line-move-1, line-move-finish, line-move-to-column)
19808 (move-end-of-line, move-beginning-of-line): Use new name.
19809
19810 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
19811
19812 * progmodes/ada-mode.el: Fix up comment style in header.
19813 (ada-check-emacs-version): Remove.
19814 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
19815 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
19816 to try and quieten the byte-compiler.
19817 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
19818
19819 * vc.el (vc-annotate-warp-version): Don't use previous-line.
19820
19821 2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se>
19822
19823 * net/browse-url.el (browse-url-emacs): New function.
19824
19825 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
19826
19827 * emacs-lisp/avl-tree.el: New file.
19828
19829 2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
19830
19831 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
19832 was used.
19833
19834 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
19835
19836 * complete.el (PC-do-completion): Make RET accept a non-unique but
19837 complete expansion again.
19838
19839 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
19840
19841 * eshell/esh-opt.el (eshell-eval-using-options):
19842 Add debug declaration.
19843
19844 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
19845
19846 * log-view.el (log-view-toggle-mark-entry): Add docstring.
19847 (log-view-get-marked): Likewise.
19848
19849 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
19850 (vc-delete-automatic-version-backups): Likewise.
19851
19852 * vc.el (vc-dired-buffers-for-dir): Likewise.
19853
19854 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
19855
19856 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
19857 safe-local-variable setting.
19858 * progmodes/perl-mode.el (perl-indent-level): Likewise.
19859
19860 * log-view.el (log-view-marked-list): Delete variable.
19861 (log-view-mode): Don't use it.
19862 (log-view-toggle-mark-entry): Likewise, simplify.
19863 (log-view-current-tag): Don't return properties.
19864 (log-view-get-marked): New function.
19865
19866 2007-08-25 Alexandre Julliard <julliard@winehq.org>
19867
19868 * vc-git.el (vc-git-mode-line-string): New function.
19869
19870 2007-08-25 Alan Mackenzie <acm@muc.de>
19871
19872 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
19873 new language variable.
19874
19875 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
19876 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
19877 "extern" etc., rather than BOI. Fix addition of spurious
19878 syntactic-symbol 'defun-block-intro, replacing it with
19879 'innamespace, etc.
19880
19881 2007-08-25 Juri Linkov <juri@jurta.org>
19882
19883 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
19884
19885 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
19886 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
19887 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
19888
19889 * image.el (image-type-header-regexps): Use more complex regexp for svg.
19890 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
19891 (image-type-auto-detectable): Add (svg . maybe).
19892
19893 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
19894 to treat it like .tgz.
19895
19896 * calendar/cal-bahai.el: Add file coding cookie.
19897
19898 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
19899
19900 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
19901 Don't behave differently when executed via M-x. Add doc string.
19902
19903 * sort.el (sort-fold-case, sort-numeric-base): Mark as
19904 safe-local-variable.
19905
19906 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
19907
19908 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
19909 the default value.
19910 (math-calendar-tzinfo): New variable.
19911 (math-get-calendar-tzinfo): New function.
19912 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
19913 to get information when zone is nil.
19914
19915 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
19916
19917 * log-view.el (log-view-toggle-mark-entry): New function.
19918 (log-view-mode-map): Bind it.
19919 (log-view-marked-list): New variable.
19920 (log-view-mode): Make it local.
19921
19922 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
19923
19924 * play/zone.el (zone-pgm-rat-race): New func.
19925 (zone-programs): Add `zone-pgm-rat-race'.
19926
19927 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19928
19929 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
19930 a list.
19931
19932 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
19933
19934 * progmodes/hideshow.el (hs-match-data): Delete alias.
19935 (hs-hide-block-at-point, hs-find-block-beginning)
19936 (hs-show-block): Use `match-data' directly.
19937
19938 2007-08-24 Martin Rudalics <rudalics@gmx.at>
19939
19940 * format.el (format-alist): Fix typo in doc-string.
19941
19942 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
19943
19944 * net/tramp.el (tramp-local-host-p): New defun.
19945 (tramp-handle-file-local-copy, tramp-handle-write-region):
19946 Implement fast track when being on the local host.
19947 (tramp-file-name-handler): Don't set "started" property. It shall
19948 be reserved for the "ftp" method.
19949 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
19950
19951 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
19952 (tramp-ftp-file-name-handler): Set "started" property.
19953
19954 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
19955
19956 * files.el (backup-buffer-copy): Don't wrap delete in
19957 condition-case, only try to delete if file exists.
19958
19959 2007-08-24 Glenn Morris <rgm@gnu.org>
19960
19961 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
19962
19963 * startup.el (tutorial-directory): Set with eval-at-startup so it
19964 gets the right value in an installed Emacs.
19965
19966 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
19967
19968 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
19969 (eldoc-highlight-function-argument): Use it.
19970
19971 2007-08-23 Masatake YAMATO <jet@gyve.org>
19972
19973 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
19974 name of parameters in document body.
19975
19976 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19977
19978 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
19979 (byte-compile-output-as-comment): Use with-current-buffer rather than
19980 a weird set-buffer&prog1 combination.
19981
19982 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
19983 test so as to optimise cases where the `progn's result is constant.
19984
19985 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
19986
19987 * locate.el (locate-get-file-positions):
19988 Use line-beginning-position and line-end-position.
19989
19990 2007-08-23 John Wiegley <johnw@newartisans.com>
19991
19992 * calendar/cal-bahai.el: Added in the diacriticals that were
19993 missing for many of the month names.
19994
19995 2007-08-22 Jason Rumney <jasonr@gnu.org>
19996
19997 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
19998
19999 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
20000
20001 * image-mode.el (image-minor-mode): Use image-mode-text-map.
20002
20003 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
20004
20005 * dabbrev.el (dabbrev--progress-reporter): New variable.
20006 (dabbrev--scanning-message): Delete func.
20007 (dabbrev--find-expansion): Use a progress reporter
20008 instead of dabbrev--scanning-message.
20009
20010 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
20011
20012 * comint.el (comint-exec-1): Raise an error if
20013 `start-file-process' does not return a process object.
20014
20015 * shell.el (shell): Prompt for `default-directory' if it is a
20016 remote file name, and if called with a prefix arg.
20017
20018 2007-08-22 Sam Steingold <sds@gnu.org>
20019
20020 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
20021
20022 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
20023
20024 * textmodes/org-export-latex.el: New file.
20025
20026 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
20027
20028 * textmodes/org.el (org-agenda-skip): Allow a form for
20029 `org-agenda-skip-function'.
20030 (org-agenda-redo): Re-use local settings.
20031 (org-agenda): Store local settings.
20032 (org-agenda-deadline-faces): New option.
20033 (org-agenda-deadline-face): New function.
20034 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
20035 entries on their due date.
20036 (org-agenda-get-timestamps): No longer handle the due dates of
20037 schedules and deadline items.
20038 (org-insert-link-global, org-open-at-point-global): New commands.
20039 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
20040 :for-ascii parameter.
20041 (org-skip-comments): Function removed.
20042 (org-cleaned-string-for-export): Handle special table lines.
20043 (org-global-properties): New option.
20044 (org-entry-get-with-inheritance): Check global properties.
20045 (org-local-properties): New variable.
20046 (org-set-regexps-and-options): Find the #+PROPERTY line.
20047 (org-link-types): Change type into variable (was constant).
20048 (org-make-link-regexps): New function.
20049 (org-link-re-with-space, org-link-re-with-space2)
20050 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
20051 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
20052 these regular expressions happens now in the function
20053 `org-make-link-regexps'.
20054 (org-store-link): Call the functions in
20055 `org-store-link-functions'.
20056 (org-add-link-type): New function.
20057 (org-store-link-functions): New variable.
20058 (org-activate-tags): Force matches to be in headlines.
20059 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
20060 (org-columns-display-here): Make sure this works in a narrowed
20061 buffer by checking for point-min.
20062 (org-columns-display-here): Make the rest of the line intangible,
20063 so that point never can be there.
20064 (org-cleaned-string-for-export): Use `with-current-buffer'.
20065 (org-replace-region-by-html): Use `with-current-buffer'.
20066 (org-unfontify-region, org-do-occur, org-columns-display-here)
20067 (org-columns-remove-overlays, org-columns-quit)
20068 (org-columns-edit-value, org-columns-next-allowed-value)
20069 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
20070 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
20071 (org-agenda-todo, org-agenda-change-all-lines)
20072 (org-agenda-align-tags, org-agenda-priority)
20073 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
20074 (org-agenda-show-new-time, org-cleaned-string-for-export)
20075 (org-export-grab-title-from-buffer)
20076 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
20077 instead of `buffer-read-only'.
20078 (org-export-as-html): Set `coding-system-for-write'.
20079 (org-remember-store-without-prompt): New option.
20080 (org-archive-subtree): Fixed bug with modifying TODO keyword.
20081 (org-beginning-of-line): Also treat C-a special in items.
20082 (org-table-convert-refs-to-rc): Fixed problem with column
20083 reference after "..".
20084 (org-columns-compute): Don't mark buffer modified because of text
20085 properties.
20086 (org-batch-store-agenda-views): Use the variable
20087 `default-directory', not the function.
20088 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
20089 (org-clock-out-when-done): New option.
20090 (org-html-entities): Added HTML entities for smileys.
20091
20092 2007-08-22 Glenn Morris <rgm@gnu.org>
20093
20094 * image.el (create-image): Doc fix.
20095
20096 * startup.el (tutorial-directory): New constant.
20097 (fancy-splash-text): Tutorials now in tutorial-directory.
20098 * tutorial.el (help-with-tutorial): Tutorials now in
20099 tutorial-directory.
20100
20101 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
20102
20103 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
20104 otherwise.
20105 (tramp-get-remote-path): New defun. Replace occurrences of
20106 `tramp-default-remote-path' by this function.
20107 (tramp-set-remote-path): Move most of the code to
20108 `tramp-get-remote-path'.
20109 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
20110 existing directories, this is done already in
20111 `tramp-get-remote-path'.
20112
20113 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
20114
20115 * image-file.el (image-file-name-extensions): Add "svg".
20116 * image.el (image-type-header-regexps): Add svg entry.
20117
20118 2007-08-22 Glenn Morris <rgm@gnu.org>
20119
20120 * files.el (backup-buffer-copy): Check backup directory is
20121 writable, to avoid infloop deleting old backup.
20122
20123 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
20124 movemail related variables.
20125 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
20126 will now be set before this is called.
20127
20128 2007-08-21 Juri Linkov <juri@jurta.org>
20129
20130 * delsel.el (delete-selection-pre-hook):
20131 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
20132 instead of checking last-command.
20133
20134 2007-08-21 Juri Linkov <juri@jurta.org>
20135
20136 * loadup.el: Preload "button".
20137
20138 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20139
20140 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20141 Add previous-line and next-line.
20142
20143 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
20144 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
20145
20146 * vc-hooks.el (vc-menu-entry): New var.
20147 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
20148 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
20149 (vc-menu-map): Declare and initialize in one step.
20150 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
20151
20152 * menu-bar.el (vc-menu-map): Don't setup any more.
20153 Instead, just create the proper spot in the menu.
20154
20155 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
20156
20157 * smerge-mode.el (smerge-resolve): New arg `safe'.
20158 (smerge-resolve-all, smerge-batch-resolve): New function.
20159 (smerge-refine): Make sure `diff' returns the expected result.
20160 (smerge-parsep-re): New const.
20161 (smerge-mode): Use it to adjust paragraph-separate.
20162
20163 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
20164 Correctly match / regexp matchers as first char on a line when
20165 fontifying only that line.
20166
20167 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
20168
20169 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
20170
20171 * vc-bzr.el: Don't fiddle with vc-handled-backend.
20172 (vc-bzr-registered): Don't redundantly protect against
20173 file-error. Actually use the format-specific code.
20174 (vc-bzr-buffer-nonblank-p): Remove.
20175 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
20176
20177 2007-08-20 Juri Linkov <juri@jurta.org>
20178
20179 * startup.el (fancy-splash-text): Change multiple tabs into one
20180 tab. Remove "Useful File menu items" section (with "Exit Emacs"
20181 and "Recover Crashed Session").
20182 (fancy-splash-screens): Set tab-width to 22.
20183 (normal-splash-screen): Replace literal tabs with \t and
20184 fix whitespace. Remove "Useful File menu items" section (with
20185 "Exit Emacs" and "Recover Crashed Session").
20186
20187 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
20188
20189 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
20190 extracted from `eval-last-sexp-1'.
20191 (eval-last-sexp-1): Call `preceding-sexp'.
20192
20193 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
20194
20195 * vc-rcs.el (vc-rcs-annotate-command):
20196 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
20197 Add back :vc-annotate-prefix propertization.
20198
20199 2007-08-20 Andreas Schwab <schwab@suse.de>
20200
20201 * mail/rmail.el (rmail-autodetect): Doc fix.
20202
20203 2007-08-19 Juri Linkov <juri@jurta.org>
20204
20205 * startup.el (normal-splash-screen): Add more links.
20206
20207 2007-08-19 Juri Linkov <juri@jurta.org>
20208
20209 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
20210 because it's common to both types of splash screen: fancy and normal.
20211 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
20212 (exit-splash-screen): Rename from `fancy-splash-quit'.
20213 Use `quit-window' instead of `kill-buffer'.
20214 (fancy-splash-head): Use make-button to insert GNU image link.
20215 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
20216 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
20217 (normal-splash-screen): Put "Browse manuals" on the same line with
20218 "Emacs manual". Remove descriptions from "Useful tasks" and put
20219 all links in two columns on two lines.
20220
20221 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
20222
20223 * emulation/viper.el (viper-remove-hooks): Remove some additional
20224 viper hooks when the user calls viper-go-away.
20225 (viper-go-away): Restore the default of default-major-mode.
20226 Save the value of default-major-mode before vaperization.
20227
20228 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
20229
20230 * emulation/viper-ex.el: Replace error "" with "Viper bell".
20231
20232 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
20233 buffer for which file is created.
20234
20235 2007-08-19 Glenn Morris <rgm@gnu.org>
20236
20237 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
20238 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
20239 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
20240 shadow files messing up the compilation.
20241
20242 2007-08-18 Glenn Morris <rgm@gnu.org>
20243
20244 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
20245 string. Also apply eldoc-argument-case in the help-split-fundoc
20246 case. Adapt for changed behavior of eldoc-function-argstring,
20247 eldoc-function-argstring-format, and
20248 eldoc-highlight-function-argument.
20249 (eldoc-highlight-function-argument): Handle nil INDEX argument,
20250 just call eldoc-docstring-format-sym-doc in that case.
20251 (eldoc-function-argstring): Change the behavior. Now it converts
20252 an argument list to a string.
20253 (eldoc-function-argstring-format): Change the behavior. Now it
20254 applies `eldoc-argument-case' to a string.
20255
20256 * progmodes/scheme.el (scheme-mode-variables): Set
20257 font-lock-comment-start-skip.
20258
20259 2007-08-18 Martin Rudalics <rudalics@gmx.at>
20260
20261 * progmodes/ada-mode.el (ada-create-syntax-table): Move
20262 set-syntax-table from here to ...
20263 (ada-mode): ... here. Do not change global value of
20264 comment-multi-line. Call new function
20265 ada-initialize-syntax-table-properties and add new function
20266 ada-handle-syntax-table-properties to font-lock-mode-hook.
20267 (ada-deactivate-properties, ada-initialize-properties): Replace
20268 by new functions ...
20269 (ada-handle-syntax-table-properties)
20270 (ada-initialize-syntax-table-properties)
20271 (ada-set-syntax-table-properties): ... to set up syntax-table
20272 properties uniformly, independently from whether font-lock-mode
20273 is enabled or not. Handle read-only buffers and do not change
20274 undo-list when setting syntax-table properties.
20275 (ada-after-change-function): Use ada-set-syntax-table-properties.
20276
20277 2007-08-18 Michaël Cadilhac <michael@cadilhac.name>
20278
20279 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
20280 (meta-indent-current-nesting): Use a computation of the nesting
20281 instead.
20282 (meta-indent-current-indentation): Indentation is given according
20283 to nesting and if the previous line was finished or not.
20284 (meta-indent-unfinished-line): Tell if the current line ends with
20285 a finished expression.
20286 (meta-indent-looking-at-code): Like `looking-at', but checks if
20287 the point is in a string before.
20288 (meta-indent-level-count): Use it. Don't count parenthesis as it's
20289 done in the nesting function.
20290 (meta-indent-in-string-p): Tell if the current point is in a
20291 string.
20292 (meta-indent-calculate): Treat b-o-b as a special case. Use the
20293 previous functions.
20294
20295 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
20296
20297 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
20298 (copyright-update-year, copyright-update)
20299 (copyright-fix-years): Use it.
20300
20301 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
20302
20303 * emacs-lisp/copyright.el (copyright-update-year):
20304 Fix bug: Handle nil copyright-limit.
20305
20306 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
20307
20308 * calc/calc-units.el (math-standard-units): Give exact
20309 conversion for tsp.
20310
20311 * calc/calc.el (math-bignum-digit-length): Compute the
20312 appropriate value.
20313
20314 * calc/calc-bin.el (math-bignum-logb-digit-size)
20315 (math-bignum-digit-power-of-two):
20316 * calc/calc-comb.el (math-small-factorial-table):
20317 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
20318 (math-approx-gamma-const):
20319 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
20320 (math-besY1, math-bernoulli-b-cache):
20321 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
20322 Remove `eval-when-compile's.
20323
20324 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
20325
20326 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
20327 (cperl-find-pods-heres): Fix an error when typing expressions like
20328 `s{a}{b}'.
20329
20330 2007-08-17 Michaël Cadilhac <michael@cadilhac.name>
20331
20332 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
20333 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
20334 a special case (there's no build number).
20335
20336 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
20337
20338 * completion.el (symbol-under-point, symbol-before-point)
20339 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
20340
20341 2007-08-17 Glenn Morris <rgm@gnu.org>
20342
20343 * progmodes/compile.el (compilation-get-file-structure): Make use
20344 of the directory part when checking for an existing entry, to
20345 handle files with same basename in different directories.
20346
20347 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
20348
20349 * calc/calc.el (calc-language-alist): Add texinfo-mode.
20350
20351 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20352
20353 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
20354 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
20355 (ps-paragraph-spacing): Docstring fix.
20356
20357 2007-08-16 Glenn Morris <rgm@gnu.org>
20358
20359 * ps-print.el (ps-font-size): Doc fix.
20360
20361 2007-08-16 Richard Stallman <rms@gnu.org>
20362
20363 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
20364
20365 2007-08-15 Juri Linkov <juri@jurta.org>
20366
20367 * startup.el (initialization): Change parent group from `internal'
20368 to `environment'.
20369 (initial-buffer-choice): New variable.
20370 (command-line): Revert 2007-07-02 change that sets
20371 buffer-offer-save in *scratch* and enables auto-save in it.
20372 (fancy-splash-text): Add links to existing items. Add new items
20373 with links for useful tasks. Move information about Control-g to
20374 fancy-splash-head. Move "Emacs Guided Tour" to the end.
20375 (fancy-splash-keymap): New variable.
20376 (fancy-splash-last-input-event): Remove variable.
20377 (fancy-splash-insert): Add processing of `:link' element.
20378 (fancy-splash-head): Replace "Type Control-l to begin editing"
20379 with "Type `q' to exit".
20380 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
20381 (fancy-splash-default-action, fancy-splash-special-event-action):
20382 Remove functions.
20383 (fancy-splash-quit): New function.
20384 (fancy-splash-screens): Rename input arg from `hide-on-input' to
20385 `static' and reverse the condition of its usage. Don't preserve
20386 original values of `minor-mode-map-alist',
20387 `emulation-mode-map-alists', `special-event-map'.
20388 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
20389 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
20390 Remove processing of special events. Use local key map
20391 `fancy-splash-keymap'. Set buffer to read-only.
20392 (normal-splash-screen): Rename input arg from `hide-on-input' to
20393 `static' and reverse the condition of its usage.
20394 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
20395 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
20396 Add links to existing items. Add new items with links for useful
20397 tasks. Use local key map `fancy-splash-keymap'.
20398 (display-splash-screen): Rename input arg from `hide-on-input' to
20399 `static'.
20400 (about-emacs): Add alias to display-splash-screen.
20401 (command-line-1): Use `initial-buffer-choice'.
20402
20403 * menu-bar.el (menu-bar-help-menu):
20404 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
20405 item to about-emacs instead of display-splash-screen.
20406
20407 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
20408
20409 * calc/calc-units.el (math-standard-units): Update values.
20410 Put in exact, rational values when possible.
20411 (math-unit-prefixes): Replace floats with powers of ten.
20412 (math-standard-units-systems): Replace floats with integers.
20413 (math-make-unit-string): Remove extra spaces in output.
20414
20415 2007-08-15 Glenn Morris <rgm@gnu.org>
20416
20417 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
20418 sloppier, for the sake of GNU Mailman.
20419 (rmail-digest-rfc1153): Initialize `result' correctly.
20420
20421 2007-08-15 Michaël Cadilhac <michael@cadilhac.name>
20422
20423 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
20424 in the mail title. Suggested by Reiner Steib.
20425
20426 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
20427
20428 * calc/calc-aent.el (calc-do-quick-calc): Add binary
20429 representation of integers to the list of outputs.
20430
20431 2007-08-14 Glenn Morris <rgm@gnu.org>
20432
20433 * simple.el (bad-packages-alist): New constant.
20434 (bad-package-check): New function. Together, these two add elements
20435 to `after-load-alist' to check for problematic external packages.
20436 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
20437
20438 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
20439
20440 * calc/calc-units.el (math-get-standard-units)
20441 (math-get-units, math-make-unit-string)
20442 (math-get-default-units, math-put-default-units): New functions.
20443 (math-default-units-table): New variable.
20444 (calc-convert-units, calc-convert-temperature): Add machinery
20445 to supply default values.
20446
20447 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
20448
20449 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
20450 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
20451 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
20452 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
20453
20454 * emulation/tpu-extras.el: Remove spurious * in docstrings.
20455 Put its autoloads into tpu-edt.el rather than loaddefs.el.
20456 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
20457 Make into a proper minor-mode.
20458 (tpu-backward-char, tpu-next-line, tpu-previous-line)
20459 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
20460 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
20461 (tpu-set-cursor-free, tpu-set-cursor-bound):
20462 Delegate to tpu-cursor-free-mode.
20463 (tpu-next-line, tpu-previous-line, tpu-forward-line)
20464 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
20465 Use line-move or forward-line instead of next-line-internal.
20466
20467 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
20468
20469 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
20470
20471 2007-08-12 Richard Stallman <rms@gnu.org>
20472
20473 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
20474 (cvs-execute-single-file): Use new name split-string-and-unquote.
20475 (cvs-header-msg): Use new name combine-and-quote-strings.
20476
20477 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
20478
20479 * progmodes/gud.el (gud-common-init): Use new name
20480 split-string-and-unquote.
20481
20482 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
20483 in javac regexp.
20484
20485 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
20486 combine-and-quote-strings and split-string-and-unquote.
20487
20488 * subr.el (combine-and-quote-strings): Rename from strings->string.
20489 (split-string-and-unquote): Rename from string->strings.
20490
20491 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20492
20493 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
20494 to buffer-local settings.
20495
20496 * emacs-lisp/backquote.el (backquote-delay-process): New function.
20497 (backquote-process): Add internal arg `level'. Use the two to
20498 correctly handle nested backquotes.
20499
20500 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
20501
20502 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
20503 (vc-bzr-state-words): Add "kind changed" state word.
20504 (vc-bzr-status): New function. Return Bzr idea of file status,
20505 which is different from VC's.
20506 (vc-bzr-state): Use vc-bzr-status.
20507 (vc-workfile-unchanged-p): Use vc-bzr-status.
20508 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
20509 (vc-dired-state): Process "kind changed" state word.
20510
20511 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
20512
20513 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
20514
20515 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
20516 Move from vc-default-find-file-not-found-hook.
20517
20518 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
20519
20520 * man.el: Remove spurious * in docstrings.
20521 Merge defvars and toplevel setq-defaults.
20522 (Man-highlight-references0): Limit=nil rather than point-max.
20523 (Man-mode-map): Move initialization into the declaration.
20524 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
20525 (Man-view-header-file): Use expand-file-name rather than concat.
20526 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
20527
20528 * man.el (Man-next-section): Make sure we do not move backward.
20529
20530 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
20531
20532 * files.el (auto-mode-alist): Use the purecopied text (duh!).
20533
20534 2007-08-08 Glenn Morris <rgm@gnu.org>
20535
20536 * Replace `iff' in doc-strings and comments.
20537
20538 2007-08-08 Martin Rudalics <rudalics@gmx.at>
20539
20540 * dired.el (dired-pop-to-buffer):
20541 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
20542 * calendar/calendar.el (generate-calendar-window):
20543 * progmodes/compile.el (compilation-set-window-height):
20544 * textmodes/two-column.el (2C-two-columns, 2C-merge):
20545 Use window-full-width-p instead of comparing frame-width and
20546 window-width.
20547
20548 * progmodes/compile.el (compilation-find-buffer): Remove extra
20549 argument in call to compilation-buffer-internal-p.
20550
20551 2007-08-07 Tom Tromey <tromey@redhat.com>
20552
20553 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
20554 Add safe-local-variable property.
20555
20556 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
20557
20558 * image-mode.el (image-toggle-display): Use image-refresh.
20559
20560 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
20561
20562 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
20563 unofficial version.
20564 (vc-bzr-command): Remove redundant setting of process-connection-type.
20565 (vc-bzr-admin-checkout-format-file): Add autoload.
20566 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
20567 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
20568 (vc-bzr-registered): Compare dirstate format tag with known good
20569 value, abort parsing if match fails. Warn user in docstring.
20570 (vc-bzr-workfile-version): Case for different Bzr branch formats.
20571 See bzrlib/branch.py in Bzr sources.
20572 (vc-bzr-diff): First argument FILES may be a string rather than a list.
20573 (vc-bzr-shell-command): Remove in favor of
20574 vc-bzr-command-discarding-stderr.
20575 (vc-bzr-command-discarding-stderr): New function.
20576
20577 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
20578
20579 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
20580 program, and return nil.
20581 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
20582 (vc-bzr-state): Look for path names relative to the repository
20583 root after status keyword.
20584 (vc-bzr-file-name-relative): New function.
20585 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
20586 depend on it.
20587 (vc-bzr-admin-dirname, ...-checkout-format-file)
20588 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
20589 files that we now parse directly for speed.
20590 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
20591 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
20592 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
20593 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
20594 Bzr warnings, so we must discard it.
20595 (vc-bzr-workfile-version): Speedup counting lines from
20596 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
20597 if that file doesn't exist.
20598 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
20599 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
20600 to `vc-directory-exclusion-list'.
20601 (vc-bzr-shell-command): New function.
20602
20603 2007-08-06 Tom Tromey <tromey@redhat.com>
20604
20605 * diff-mode.el (diff-unified->context, diff-reverse-direction)
20606 (diff-fixup-modifs): Typo in docstring.
20607
20608 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
20609
20610 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
20611 count-screen-lines.
20612 (tpu-edt-off): Disable relevant pieces of advice.
20613
20614 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
20615 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
20616 (newline, newline-and-indent, do-auto-fill): Use advice instead of
20617 redefining the function.
20618 (tpu-set-scroll-margins): Activate the pieces of advice.
20619
20620 2007-08-06 Martin Rudalics <rudalics@gmx.at>
20621
20622 * help.el (resize-temp-buffer-window): Use window-full-width-p
20623 instead of comparing frame-width and window-width.
20624
20625 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
20626
20627 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
20628 optional quotes around files in NEED-UPDATE . REMOVED case.
20629
20630 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
20631 (ada-treat-cmd-string): Improve error message.
20632 (ada-do-file-completion): Call `ada-require-project-file', so
20633 project variables are set properly.
20634 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
20635 (ada-gnatfind-buffer-name): New constant.
20636 (ada-find-any-references): Use new constant. Set buffer name
20637 properly in compilation-start. Toggle read-only properly.
20638 (ada-find-in-src-path): Fix spelling error in docstring.
20639
20640 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
20641 by zero error.
20642
20643 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
20644
20645 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
20646
20647 2007-08-12 Richard Stallman <rms@gnu.org>
20648
20649 * progmodes/sh-script.el (sh): Delete group `unix'.
20650
20651 * progmodes/gud.el (gud): Change to group `processes'.
20652
20653 2007-08-11 Glenn Morris <rgm@gnu.org>
20654
20655 * progmodes/compile.el (compilation-buffer-name): Don't check
20656 compilation-arguments. It is superfluous, and the variable isn't
20657 even set when this function is called.
20658
20659 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20660
20661 * term/mac-win.el (mac-ae-reopen-application): New function.
20662 (mac-apple-event-map): Bind "reopen application" Apple event to it.
20663
20664 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20665
20666 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
20667 take tex-font-script-display into account.
20668 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
20669 cell to a list of 2 elements to simplify the unfontify code.
20670
20671 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20672
20673 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
20674 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
20675 ps-print-color-p is neither nil nor black-white. Reported by Christian
20676 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
20677
20678 2007-08-08 Andreas Schwab <schwab@suse.de>
20679
20680 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
20681 self-insert-command, not self-insert.
20682
20683 2007-08-08 Glenn Morris <rgm@gnu.org>
20684
20685 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
20686 argument optional, for backwards compatibility, and only highlight
20687 args when present. Fix symbol name typo (doc/args).
20688
20689 * help-mode.el (help-make-xrefs): Search for symbol constituents,
20690 rather than just `-'.
20691
20692 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
20693
20694 * calc/calc-units.el (calc-convert-temperature):
20695 Use `/' to create fractions.
20696
20697 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
20698
20699 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
20700 global matching.
20701 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
20702 ERROR-BUFFER more robust. Display output.
20703 (tramp-file-name-handler): Add a connection property when we found
20704 a foreign file name handler. This allows backends like ftp to
20705 profit also from usr/host name completion based on connection
20706 cache.
20707 (tramp-send-command-and-read): Search for trash after the regexp
20708 until eol only. In XEmacs, there is a problem with \n.
20709
20710 * net/tramp-cache.el (top): Read persistent connection history
20711 when cache is empty.
20712
20713 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
20714
20715 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
20716 resulting output.
20717
20718 2007-08-07 Sam Steingold <sds@gnu.org>
20719
20720 * progmodes/compile.el (compilation-start): Pass nil as startfile
20721 to comint-exec.
20722
20723 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
20724
20725 * longlines.el (longlines-decoded): New variable.
20726 (longlines-mode): Avoid encoding or decoding the buffer twice.
20727
20728 2007-08-07 Martin Rudalics <rudalics@gmx.at>
20729
20730 * format.el (format-insert-file): Make sure that at most one undo
20731 entry is recorded for the insertion. Inhibit point-motion and
20732 modification hooks around call to insert-file-contents.
20733
20734 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
20735
20736 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
20737 Select the buffer's window before moving point.
20738
20739 2007-08-07 Richard Stallman <rms@gnu.org>
20740
20741 * term.el (term): Remove parent group `unix'.
20742
20743 * simple.el (default-indent-new-line): New function.
20744 It calls comment-line-break-function if there are comments.
20745 (do-auto-fill): Use that.
20746
20747 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
20748
20749 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
20750 (PC-do-completion): Add "acronym completion" for symbols and
20751 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
20752
20753 2007-08-06 Sam Steingold <sds@gnu.org>
20754
20755 * mouse.el (mouse-buffer-menu): Pass mode-name through
20756 format-mode-line because it may be a list,
20757 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
20758
20759 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
20760
20761 * printing.el (pr-update-menus): Docstring fix.
20762
20763 2007-08-06 Jason Rumney <jasonr@gnu.org>
20764
20765 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
20766
20767 * vc-hooks.el (vc-call): Add doc string.
20768
20769 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
20770
20771 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
20772 process-filter.
20773
20774 2007-08-06 Kenichi Handa <handa@m17n.org>
20775
20776 * international/quail.el: Wrap (require 'help-mode) by
20777 eval-when-compile.
20778 (quail-help-init): New function.
20779 (quail-help): Call quail-help-init.
20780 (quail-store-decode-map-key): Change it to a function.
20781
20782 2007-08-05 Jason Rumney <jasonr@gnu.org>
20783
20784 * vc.el (vc-rollback): Add norevert argument back.
20785 (vc-revert-buffer): Add back as obsolete alias.
20786
20787 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
20788
20789 * term.el: Honor term-default-fg-color and term-default-bg-color
20790 settings when modifying term-current-face.
20791 (term-default-fg-color, term-default-bg-color): Initialize from
20792 default term-current-face.
20793 (term-mode, term-reset-terminal): Set term-current-face with
20794 term-default-fg-color and term-default-bg-color.
20795 (term-handle-colors-array): term-current-face has term-default-fg-color
20796 and term-default-bg-color after reset escape sequence.
20797 (term-handle-colors-array): Set term-current-color with
20798 term-default-fg/bg-color instead of ansi-term-color-vector when the
20799 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
20800
20801 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
20802
20803 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
20804 (math-nlfit-givens): Let bind free variables.
20805
20806 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
20807
20808 * printing.el: Require lpr and ps-print when loading printing package.
20809 Reported by Glenn Morris <rgm@gnu.org>.
20810
20811 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
20812
20813 * files.el (set-auto-mode): Handle also remote files wrt
20814 `auto-mode-alist'.
20815
20816 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
20817
20818 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
20819 curves and plotting.
20820
20821 * calc/calc-nlfit.el: New file.
20822
20823 2007-08-04 Glenn Morris <rgm@gnu.org>
20824
20825 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
20826 zero, not nil, when the library is first loaded. Check for a file
20827 that has been modified on disk.
20828
20829 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
20830 Remove duplicate defvar preventing initialization.
20831 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
20832
20833 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20834
20835 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
20836 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
20837 may match up to 4 lines.
20838 (diff-beginning-of-file-and-junk): Rewrite.
20839
20840 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20841
20842 * printing.el: Evaluate require only during compilation.
20843 (pr-version): New version 6.9.1.
20844 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
20845 (pr-global-menubar): Fix code.
20846
20847 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
20848
20849 * term.el (term-erase-in-display): Fix case when point is not at
20850 the beginning of the line.
20851
20852 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
20853
20854 * calc/calc-ext.el (math-get-value, math-get-sdev)
20855 (math-contains-sdev): New functions.
20856
20857 * calc/calc-graph.el (calc-graph-format-data)
20858 (calc-graph-add-curve): Check for error forms.
20859 (calc-graph-set-styles): Add option for error forms.
20860
20861 2007-08-03 Miles Bader <miles@gnu.org>
20862
20863 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
20864 backend names for new backends to `Git', `Hg', and `Bzr'.
20865 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
20866 not `HG'.
20867 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
20868 name, not `GIT'.
20869 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
20870 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
20871
20872 2007-08-03 Richard Stallman <rms@gnu.org>
20873
20874 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
20875 to update deleted flag.
20876
20877 * cus-edit.el (customize-apropos, customize-apropos-options)
20878 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
20879
20880 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
20881
20882 * startup.el (fancy-splash-head, startup-echo-area-message):
20883 Change message text.
20884
20885 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
20886 All callers use line-move.
20887
20888 * progmodes/compile.el (compilation-find-buffer): Return current
20889 buffer immediately if suitable.
20890 (compile, compilation-buffer-name, compilation-start): Doc fixes.
20891
20892 2007-08-03 Daiki Ueno <ueno@unixuser.org>
20893
20894 * faces.el (face-normalize-spec): New function.
20895 (frame-set-background-mode): Normalize face-spec before calling
20896 face-spec-match-p.
20897
20898 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20899
20900 * server.el (server-window): Add switch-to-buffer-other-frame option.
20901
20902 2007-08-03 Glenn Morris <rgm@gnu.org>
20903
20904 * cus-edit.el (customize-apropos): Make the error message indicate
20905 what kind of thing the user was trying to customize.
20906
20907 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
20908
20909 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
20910 Fix off-by-one error in previous change.
20911
20912 2007-08-03 Drew Adams <drew.adams@oracle.com>
20913
20914 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
20915 Make buffer writable.
20916
20917 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
20918
20919 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
20920 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
20921 Use native Emacs functions, when appropriate.
20922
20923 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
20924 Stefan Monnier <monnier@iro.umontreal.ca>
20925
20926 * vc.el: Document new VC operation `extra-menu'.
20927
20928 * vc-hooks.el (vc-default-extra-menu): New function.
20929
20930 * menu-bar.el (menu-bar-vc-filter): New function.
20931 (menu-bar-tools-menu): Use it as a filter.
20932
20933 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
20934
20935 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
20936
20937 2007-08-01 Glenn Morris <rgm@gnu.org>
20938
20939 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
20940 strings.
20941 (fortran-tab-mode-default): Remove needless autoload.
20942 (fortran-tab-mode-string): Add help-echo and mouse properties, and
20943 mark as risky.
20944 (fortran-line-length): New buffer-local variable, safe if integer.
20945 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
20946 Change from variables to constants.
20947 (fortran-font-lock-syntactic-keywords): Delete as a variable,
20948 replace with a new function definition.
20949 (fortran-mode): Use fortran-line-length, and
20950 fortran-font-lock-syntactic-keywords as a function. Add a
20951 hack-local-variables-hook function.
20952 (fortran-line-length, fortran-hack-local-variables): New functions.
20953 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
20954 Use fortran-line-length rather than 72.
20955 (fortran-window-create-momentarily): Doc fix.
20956
20957 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
20958
20959 * cus-edit.el (custom-group-value-create, custom-goto-parent):
20960 Fix parent groups link.
20961
20962 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
20963
20964 * progmodes/python.el (python-current-defun): Adjust to never fall
20965 into infinite loop.
20966
20967 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
20968
20969 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
20970
20971 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
20972
20973 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
20974 (copyright-fix-years, copyright): Correctly handle the case where
20975 copyright-limit is nil.
20976
20977 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
20978
20979 * progmodes/python.el (run-python): Fix path separator under w32.
20980
20981 2007-07-30 Richard Stallman <rms@gnu.org>
20982
20983 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20984 Treat non-break space as whitespace in Lisp.
20985
20986 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
20987
20988 * vc.el (vc-dired-hook): Use inhibit-read-only.
20989
20990 * progmodes/compile.el (compilation-forget-errors):
20991 Reset compilation-auto-jump-to-next.
20992
20993 2007-07-30 Michael Olson <mwolson@gnu.org>
20994
20995 * cus-edit.el (custom-group-save): Fix void function definition
20996 error. Thanks to Zhang Wei for the report.
20997
20998 * ps-print.el: Check in trivial changes to the autoloads section
20999 caused by the build process. These autoloads really ought to be
21000 placed in a separate file, methinks.
21001
21002 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
21003
21004 * calendar/calendar.el (calendar-mode): Make sure
21005 displayed-(month|year) are set.
21006 (calendar-basic-setup): Display buffer before adjusting window sizes.
21007 (generate-calendar-window): Use inhibit-read-only. Simplify.
21008 Generate buffer and set displayed-month and displayed-year before
21009 calling update-calendar-mode-line.
21010
21011 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
21012
21013 * net/tramp.el:
21014 * net/tramp-uu.el:
21015 * net/trampver.el: Use utf-8 encoding with coding cookie.
21016
21017 * net/tramp-cache.el:
21018 * net/tramp-fish.el:
21019 * net/tramp-ftp.el:
21020 * net/tramp-gw.el:
21021 * net/tramp-smb.el: Remove coding cookie.
21022
21023 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
21024 Flush buffer file-name's file property.
21025 (tramp-handle-file-remote-p): The first parameter is FILENAME.
21026
21027 * net/trampver.el: Update release number.
21028
21029 2007-07-29 Juri Linkov <juri@jurta.org>
21030
21031 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
21032 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
21033 when major-mode is not dired-mode.
21034 (dired-toggle-read-only): New function.
21035 (dired-recursive-deletes): Remove obsolete comments about old
21036 default value.
21037 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
21038
21039 * wdired.el (wdired-exit): New function.
21040 (wdired-mode-map): Bind C-x C-q to wdired-exit.
21041
21042 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
21043
21044 * cus-edit.el (customize-read-group): New fun.
21045 (customize-group-other-window, customize-face-other-window):
21046 Prompt before delegating to customize-(group|face).
21047 Bind pop-up-windows rather than use the other-window argument.
21048 (customize-group, customize-face): Prompt from the interactive spec.
21049 Remove args `prompt-for-group' and `other-window'.
21050
21051 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
21052 (ad-body-forms, ad-advised-interactive-form): Revert this part of
21053 last change.
21054
21055 2007-07-28 Masatake YAMATO <jet@gyve.org>
21056
21057 * vc.el (vc-dired-mode): Add a menu for VC related operation.
21058 Use backend name as the menu label. Suggested by David Kastrup.
21059
21060 2007-07-28 Alan Mackenzie <acm@muc.de>
21061
21062 Fix problem with modes derived from CC Mode:
21063 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
21064 macro to cc-langs.
21065 (c-init-language-vars-for): Remove call to above macro.
21066 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
21067 been moved to here.
21068 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
21069
21070 2007-07-28 Eli Zaretskii <eliz@gnu.org>
21071
21072 * net/trampver.el: Fix the `coding' cookie.
21073
21074 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21075
21076 * vc-git.el (vc-git-print-log): Support both the old single file
21077 interface and the new one.
21078
21079 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
21080
21081 * bindings.el (mode-line-remote): Use updated %@ construct.
21082
21083 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
21084
21085 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
21086 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
21087 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
21088 (diary-list-bahai-entries, diary-bahai-mark-entries)
21089 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
21090 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
21091 New names to clean up namespace.
21092 (list-bahai-diary-entries, mark-bahai-diary-entries)
21093 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
21094 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
21095 Add compatibility aliases.
21096
21097 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
21098
21099 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
21100 (calendar-scroll-left-three-months)
21101 (calendar-scroll-right-three-months): Clean up namespace.
21102 (scroll-calendar-left, scroll-calendar-right)
21103 (scroll-calendar-left-three-months)
21104 (scroll-calendar-right-three-months): Add compatibility aliases.
21105
21106 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
21107 Behave like mouse-scroll-calendar-* when used from the mouse.
21108
21109 * calendar/cal-menu.el (cal-menu-scroll-menu)
21110 (cal-menu-global-mouse-menu):
21111 * calendar/calendar.el (calendar-mode-map):
21112 Use new calendar-scroll-* names.
21113 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
21114 Remove. Use calendar-scroll-* directly instead.
21115
21116 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
21117
21118 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
21119 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
21120 (ad-make-advised-definition, ad-cache-id-verification-code):
21121 Use commandp and interactive-form instead.
21122
21123 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
21124
21125 * vc-git.el: Relicense to GPLv3 or later.
21126 (vc-directory-exclusion-list, vc-handled-backends): Remove.
21127
21128 * vc-hooks.el (vc-handled-backends): Add GIT.
21129
21130 * vc.el (vc-directory-exclusion-list): Add .git.
21131
21132 2007-07-26 Alexandre Julliard <julliard@winehq.org>
21133
21134 * vc-git.el (vc-git-revision-table)
21135 (vc-git-revision-completion-table): New functions.
21136
21137 2007-07-25 Glenn Morris <rgm@gnu.org>
21138
21139 * Relicense all FSF files to GPLv3 or later.
21140
21141 * COPYING: Switch to GPLv3.
21142
21143 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21144
21145 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
21146 Replace it with another one which disables undo before calling
21147 erase-buffer and then turns it back on if needed.
21148
21149 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21150
21151 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
21152
21153 2007-07-24 Glenn Morris <rgm@gnu.org>
21154
21155 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
21156 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
21157 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
21158 (cal-tex-cursor-week, cal-tex-cursor-week2)
21159 (cal-tex-cursor-week-iso, cal-tex-week-hours)
21160 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
21161 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
21162 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
21163
21164 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21165
21166 * calendar/calendar.el (calendar-mode-map): Move initialization
21167 into declaration. Add menu bindings (used to be done in cal-menu).
21168 (calendar-mode): Don't add an activate-menubar-hook.
21169
21170 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
21171 modify calendar-mode-map), use easy-menu, and make sure that C-h k
21172 can be used on the menu entries.
21173 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
21174 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
21175 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
21176 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
21177 (calendar-flatten, cal-menu-update): Remove.
21178 (calendar-mouse-insert-hebrew-diary-entry)
21179 (calendar-mouse-insert-islamic-diary-entry)
21180 (calendar-mouse-insert-bahai-diary-entry):
21181 Remove (fold into cal-menu-diary-menu).
21182 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
21183 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
21184 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
21185 (calendar-mouse-view-diary-entries): Minor simplifications.
21186 (calendar-event-to-date): Use with-current-buffer.
21187
21188 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
21189
21190 * add-log.el (change-log-redate): Remove (not needed anymore and
21191 doesn't appear to work).
21192
21193 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
21194
21195 * frame.el: Use mapc and dolist instead of mapcar where possible.
21196 (close-display-connection): New command.
21197
21198 2007-07-25 Alexandre Julliard <julliard@winehq.org>
21199
21200 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
21201 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
21202
21203 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21204
21205 * ps-print.el (ps-multibyte-buffer): Docstring fix.
21206
21207 * ps-mule.el: Doc fix.
21208 (ps-multibyte-buffer, ps-mule-font-info-database-default)
21209 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
21210
21211 2007-07-25 Glenn Morris <rgm@gnu.org>
21212
21213 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
21214 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
21215 (cal-tex-daily-end, cal-tex-hook)
21216 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
21217 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
21218 (cal-tex-cursor-week-iso, cal-tex-week-hours)
21219 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
21220 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
21221 (cal-tex-day-prefix, cal-tex-day-name-format)
21222 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
21223 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
21224 (cal-tex-LaTeX-subst-list): Change from variables to constants.
21225 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
21226 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
21227 etc, rather than \bf.
21228 (cal-tex-mini-calendar): Fix typos in previous change.
21229 (cal-tex-latexify-list): Remove inner let binding.
21230 (cal-tex-end-document, cal-tex-banner): Use multi-line
21231 cal-tex-comment.
21232 (cal-tex-comment): Handle embedded newlines.
21233 (cal-tex-LaTeXify-string): Use substring-no-properties.
21234
21235 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
21236
21237 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21238 Add support for the Maden build tool.
21239
21240 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
21241
21242 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
21243
21244 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
21245
21246 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
21247
21248 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21249
21250 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
21251 C-x C-q.
21252
21253 * vc-git.el (vc-git-print-log): Fix previous change.
21254
21255 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
21256
21257 * window.el (save-selected-window): Minor optimization.
21258 (bw-adjust-window): If operation failed, try with a smaller delta.
21259 (window-fixed-size-p): New function.
21260 (window-area-factor): New var.
21261 (balance-windows-area): New command.
21262
21263 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
21264 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
21265 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
21266 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
21267 (ps-mule-begin-job): Use dolist.
21268
21269 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
21270
21271 * subr.el (start-file-process-shell-command)
21272 (process-file-shell-command): New defuns.
21273
21274 * progmodes/compile.el (compilation-start):
21275 Apply `start-file-process-shell-command'.
21276
21277 2007-07-24 Alexandre Julliard <julliard@winehq.org>
21278
21279 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
21280
21281 2007-07-24 Alan Mackenzie <acm@muc.de>
21282
21283 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
21284 Initialise byte-compile-unresolved-functions before rather than
21285 after a compilation.
21286 (byte-compile-unresolved-functions): Amplify doc string.
21287
21288 2007-07-24 Glenn Morris <rgm@gnu.org>
21289
21290 * startup.el (normal-splash-screen): Use `emacs-copyright'.
21291
21292 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
21293 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
21294 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
21295 (cal-tex-cursor-week, cal-tex-cursor-week2)
21296 (cal-tex-cursor-week-iso, cal-tex-week-hours)
21297 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
21298 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
21299 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
21300
21301 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
21302 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
21303 (cal-tex-day-name-format, cal-tex-cal-one-month)
21304 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
21305 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
21306 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
21307 (cal-tex-list-holidays, cal-tex-cursor-year)
21308 (cal-tex-cursor-year-landscape, cal-tex-year)
21309 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
21310 (cal-tex-cursor-month, cal-tex-insert-days)
21311 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
21312 (cal-tex-first-blank-p, cal-tex-cursor-week)
21313 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
21314 (cal-tex-week-hours, cal-tex-cursor-week-monday)
21315 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
21316 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
21317 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
21318 (cal-tex-latexify-list, cal-tex-previous-month)
21319 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
21320 modernization, including using dotimes rather than
21321 calendar-for-loop.
21322 (cal-tex-LaTeX-subst-list): Remove `@'.
21323 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
21324 Use \textit and \textbf rather than \em and \it.
21325
21326 * calendar/cal-bahai.el (list-bahai-diary-entries)
21327 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
21328 * calendar/cal-islam.el (list-islamic-diary-entries)
21329 * calendar/calendar.el (generate-calendar, generate-calendar-month)
21330 * calendar/diary-lib.el (diary-list-entries)
21331 (mark-calendar-date-pattern): Use `dotimes' rather than
21332 `calendar-for-loop'.
21333
21334 * calendar/calendar.el (calendar-for-loop): Doc fix.
21335
21336 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
21337
21338 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
21339 underlying file is uptodate.
21340
21341 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
21342
21343 * replace.el (perform-replace): Use isearch-no-upper-case-p.
21344
21345 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
21346
21347 * vc-hooks.el (vc-mode-line-map): New const.
21348 (vc-mode-line): Use it.
21349
21350 2007-07-23 Alexandre Julliard <julliard@winehq.org>
21351
21352 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
21353 (vc-git-unregister): New functions.
21354 (vc-git-find-version): Use the result of ls-files as a parameter
21355 for cat-file.
21356
21357 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
21358
21359 * net/tramp.el (tramp-perl-file-attributes)
21360 (tramp-perl-directory-files-and-attributes)
21361 (tramp-handle-file-attributes-with-stat)
21362 (tramp-handle-directory-files-and-attributes-with-stat)
21363 (tramp-convert-file-attributes): Handle huge file sizes.
21364
21365 2007-07-23 Juri Linkov <juri@jurta.org>
21366
21367 * isearch.el (isearch-message-function): New variable.
21368 (isearch-update, isearch-search): Use it.
21369
21370 * simple.el (goto-history-element): New function created from
21371 next-history-element.
21372 (next-history-element): Most code moved to goto-history-element.
21373 Call goto-history-element with (- minibuffer-history-position n).
21374 (previous-history-element): Call goto-history-element with (+
21375 minibuffer-history-position n).
21376 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
21377 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
21378 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
21379 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
21380 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
21381 (minibuffer-history-isearch-pop-state): New functions.
21382
21383 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
21384
21385 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
21386 Also, if FILE is a list, return non-nil if any of its elements
21387 should stay local. Update docstring.
21388
21389 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
21390
21391 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
21392 change by reverting a small part.
21393
21394 2007-07-23 Richard Stallman <rms@gnu.org>
21395
21396 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
21397
21398 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21399
21400 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
21401 handling it. Use vc-git-command.
21402 (vc-git-find-version, vc-git-diff-tree): New functions.
21403 (vc-git-revert): Use vc-git-command.
21404 (vc-git--run-command): Delete.
21405
21406 2007-07-23 Alexandre Julliard <julliard@winehq.org>
21407
21408 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
21409
21410 2007-07-20 Kenichi Handa <handa@m17n.org>
21411
21412 * international/utf-8.el (utf-8-post-read-conversion):
21413 Temporarily bind utf-8-compose-scripts to nil while running
21414 *-compose-region functions.
21415
21416 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21417
21418 * vc-git.el: Update status.
21419 (vc-directory-exclusion-list): Use eval-after-load.
21420
21421 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
21422
21423 * bindings.el (mode-line-remote): New variable.
21424 (help-echo): Add to default values of mode-line-format.
21425
21426 * files.el: Mark mode-line-remote as risky.
21427
21428 2007-07-22 Juri Linkov <juri@jurta.org>
21429
21430 * isearch.el (isearch-edit-string): Save old point and
21431 isearch-other-end to old-point and old-other-end before reading
21432 the search string from minibuffer. After exiting minibuffer set
21433 point to old-other-end if point and the search direction is the
21434 same as before reading the search string.
21435 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
21436 to isearch-other-end. Instead of isearch-search-and-update call
21437 three functions isearch-search, isearch-push-state and isearch-update.
21438
21439 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21440
21441 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
21442 deal with multiple file arguments.
21443 (vc-git-print-log): Deal with multiple file arguments.
21444
21445 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
21446
21447 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
21448 diff-refine-hunk. Adjust users.
21449 (diff-unified-hunk-p, diff-splittable-p): New functions.
21450 (diff-mode-menu): Use it to disable Split when it doesn't work.
21451
21452 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21453
21454 * diff-mode.el (diff-mode-menu): New entries.
21455
21456 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
21457
21458 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
21459 if applicable, so as to save undo-log space.
21460
21461 * diff-mode.el (diff-find-file-name): Add arg `batch'.
21462
21463 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
21464 (diff-file-kill): Use it.
21465 (diff-beginning-of-hunk): Add arg `try-harder' using it.
21466 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
21467 Use it so they find the hunk even when we're in the file header.
21468
21469 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21470
21471 * vc-git.el (vc-git-revision-granularity, vc-git-root)
21472 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
21473 (vc-git-create-repo): New functions.
21474 (vc-git-registered): New autoloaded function definition.
21475 (vc-git-registered): Use vc-git-root.
21476 (vc-git-responsible-p): New defalias.
21477 (vc-git-annotate-extract-revision-at-line): Uncomment.
21478 (vc-git-print-log): Add the file name to the log.
21479 (vc-git-log-view-mode): New derived mode.
21480 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
21481
21482 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
21483
21484 * progmodes/grep.el (grep-compute-defaults): Keep default values.
21485
21486 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
21487
21488 * textmodes/reftex.el (reftex-access-parse-file): Create parse
21489 file in a way that does not interfere with recentf mode.
21490 (reftex-access-parse-file): Do not risk destroying an existing
21491 buffer.
21492
21493 2007-07-22 Alexandre Julliard <julliard@winehq.org>
21494
21495 * vc-git.el: New file.
21496
21497 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
21498
21499 * textmodes/tex-mode.el (tex-font-script-display): Change default.
21500
21501 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21502
21503 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
21504 for branches and new files.
21505
21506 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
21507 local-map handling ...
21508 (vc-mode-line): ... here. Improve handling of help-echo.
21509
21510 * vc.el (mode-line-string): Document help-echo usage.
21511
21512 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
21513
21514 Sync with Tramp 2.1.10.
21515
21516 * net/tramp.el (tramp-get-ls-command): Fix typo.
21517
21518 * net/trampver.el: Update release number.
21519
21520 2007-07-22 Jan Djärv <jan.h.d@swipnet.se>
21521
21522 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
21523
21524 * term/x-win.el (x-handle-no-bitmap-icon): New function.
21525
21526 2007-07-22 Martin Rudalics <rudalics@gmx.at>
21527
21528 * add-log.el (change-log-fill-parenthesized-list): New function.
21529 (change-log-indent): Call change-log-fill-parenthesized-list.
21530 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
21531 Have lines with leading asterisk start a paragraph.
21532
21533 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21534
21535 * calc/calc-math.el (math-emacs-precision)
21536 (math-largest-emacs-expt, math-smallest-emacs-expt):
21537 New variables.
21538 (math-use-emacs-fn): New function.
21539 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
21540 appropriate.
21541
21542 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
21543
21544 * image-dired.el (image-dired-sane-db-file): New func.
21545 (image-dired-write-tags, image-dired-remove-tag)
21546 (image-dired-list-tags, image-dired-write-comments)
21547 (image-dired-get-comment, image-dired-mark-tagged-files)
21548 (image-dired-create-gallery-lists): Call new func.
21549 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
21550
21551 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
21552
21553 * vc-hg.el (vc-hg-dir-state): Fix loop.
21554 (vc-hg-print-log): Fix expected return value for vc-hg-command.
21555 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
21556 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
21557 (vc-hg-revert): Likewise.
21558 (vc-hg-revision-table, vc-hg-revision-completion-table): New
21559 functions.
21560
21561 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
21562
21563 * add-log.el (change-log-resolve-conflict): Don't lose data if the
21564 merge fails.
21565
21566 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21567
21568 * progmodes/compile.el (compilation-auto-jump-to-first-error):
21569 Add group and version.
21570
21571 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
21572
21573 * add-log.el (add-log-file-name): Use file-relative-name.
21574 (add-change-log-entry): Delay reading
21575 add-log-(full-name|mailing-address) to after we've switched to the
21576 ChangeLog buffer so we get the right value.
21577 (add-change-log-entry, add-log-current-defun, change-log-merge):
21578 Use derived-mode-p rather than checking major-mode directly.
21579
21580 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
21581 name for buffer-file-name if it refers to a directory.
21582
21583 * vc-arch.el (vc-arch-diff): Fix last change.
21584
21585 * progmodes/compile.el (compilation-start): Remember the original
21586 directory in a buffer-local compilation-directory.
21587 (compile): Set the global value of compilation-directory.
21588 (recompile): Use compilation-directory even in the compilation buffer.
21589
21590 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21591
21592 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
21593
21594 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21595
21596 * ps-print.el: Problem with foreground and background color when
21597 printing a buffer with and without faces. Reported by Christian
21598 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
21599 (ps-print-version): New version 6.7.5.
21600 (ps-default-fg): Change default value to nil, so black color is used
21601 when a face does not specify a foreground color.
21602 (ps-default-bg): Change default value to nil, so white color is used
21603 for background color.
21604 (ps-begin-job): Fix code.
21605
21606 2007-07-20 Eli Zaretskii <eliz@gnu.org>
21607
21608 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
21609 in $(INSTALL_DIR)/lisp/ if they already exist.
21610
21611 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
21612
21613 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
21614 in $(INSTALL_DIR)/lisp/ if they already exist.
21615
21616 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
21617
21618 * progmodes/vera-mode.el (vera-re-search-forward)
21619 (vera-re-search-backward): Remove use of store-match-data.
21620 (vera-mode-map): Move initialization into declaration.
21621
21622 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
21623 (flymake-find-buildfile): Use locate-dominating-file.
21624
21625 * vc.el (vc-delistify): Use mapconcat.
21626 (vc-do-command): Minor simplification.
21627 (vc-expand-dirs): Use push.
21628
21629 * vc-mcvs.el (vc-mcvs-create-repo):
21630 * vc-cvs.el (vc-cvs-create-repo): Remove.
21631
21632 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
21633 directory and the root as well.
21634
21635 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21636
21637 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
21638 instead of a file.
21639
21640 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
21641 (vc-hg-registered): Replace if with when.
21642 (vc-hg-state): Deal with nonexistent files and handle removed files.
21643 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
21644 (vc-hg-checkout): Re-enable.
21645 (vc-hg-create-repo): Fix typos.
21646 (vc-hg-print-log): Fix for multiple files.
21647 (vc-hg-workfile-unchanged-p): New function.
21648
21649 * vc.el: Fix typo.
21650 (vc-print-log): Fix call to print-log.
21651 (vc-default-comment-history): Likewise.
21652 (vc-directory-exclusion-list): Add .hg and .bzr.
21653 (vc-diff-internal): Pass a list instead of a file.
21654
21655 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
21656
21657 * vc-bzr.el (vc-bzr-create-repo): New function.
21658
21659 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
21660
21661 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
21662 `file' from which to start the search.
21663
21664 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
21665
21666 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
21667 having a single file argument to having a list of files as the
21668 first argument.
21669
21670 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
21671
21672 * files.el (locate-dominating-file): New function.
21673
21674 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
21675
21676 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
21677 (grep-compute-defaults): Use it.
21678
21679 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
21680
21681 * uniquify.el: Docstring fixes.
21682
21683 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
21684
21685 * vc.el (revision-granularity, create-repo): Document new vc
21686 backend properties.
21687 (vc-rollback): Renamed from vc-cancel-version. Update references.
21688 Pass a list instead of a file.
21689 (vc-revert): Renamed from vc-revert-buffer. Update references.
21690 (vc-delistify, vc-expand-dirs): New functions.
21691 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
21692 of files instead of a single file.
21693 (vc-position-context, vc-resync-window, vc-diff-internal)
21694 (vc-print-log): Pass a list instead of a file.
21695
21696 * vc-hooks.el (vc-stay-local-p, vc-backend)
21697 (vc-backend-subdirectory-name): Work on a file list, not a single
21698 file.
21699 (vc-workfile-version): Update docstring.
21700 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
21701 vc-revert instead of vc-revert-buffer.
21702 (vc-prefix-map): Likewise. Bind vc-update.
21703
21704 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
21705 (vc-svn-wash-log): New functions.
21706 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
21707 (vc-svn-command): Deal with a list of files, not a single file.
21708
21709 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
21710 (vc-rcs-wash-log): New functions.
21711 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
21712 Deal with a list of files, not a single file.
21713 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
21714
21715 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
21716 functions.
21717 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
21718 list of files, not a single file.
21719
21720 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
21721 New functions.
21722 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
21723 (vc-mcvs-diff): Deal with a list of files, not a single file.
21724
21725 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
21726 functions.
21727 (vc-hg-print-log): Deal with a list of files, not a single file.
21728 (vc-hg-diff-tree): New function, replace defalias with the same
21729 name.
21730 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
21731 FILES to denote that it is a file list, not a single file.
21732
21733 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
21734 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
21735 a single file.
21736 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
21737 that it is a file list, not a single file.
21738 (vc-cvs-diff): Likewise. Simplify.
21739
21740 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
21741 Deal with a list of files, not a single file.
21742
21743 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
21744 (vc-bzr-print-log): Update FILE parameter name to denote that it
21745 is a file list, not a single file.
21746 (vc-bzr-diff): Likewise. Use the car of files.
21747
21748 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
21749
21750 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
21751 (follow-delete-other-windows-and-split, follow-recenter)
21752 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
21753 (follow-redisplay, follow-estimate-first-window-start)
21754 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
21755 Fix typos in docstrings.
21756
21757 2007-07-18 Martin Rudalics <rudalics@gmx.at>
21758
21759 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
21760 avoid that filling introduces lines with a single asterisk.
21761
21762 * kmacro.el (kmacro-end-macro): When ignoring empty macro
21763 avoid incorrect kmacro-ring-empty-p messages.
21764 Reported by Michael Schierl <schierlm@gmx.de>.
21765
21766 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
21767
21768 * vc.el: Add more info about the vc-registered function.
21769
21770 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
21771
21772 * files.el (file-remote-p): Introduce optional parameter
21773 IDENTIFICATION.
21774
21775 * recentf.el (recentf-keep-default-predicate): Adapt call of
21776 `file-remote-p'.
21777
21778 * progmodes/grep.el (grep-probe): Use `process-file'.
21779 (grep-compute-defaults): Handle variables host specific.
21780
21781 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
21782 parameter IDENTIFICATION.
21783
21784 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
21785 parameter IDENTIFICATION.
21786 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
21787 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
21788 Add entry for `set-file-times'.
21789 (tramp-do-copy-or-rename-file-via-buffer)
21790 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
21791 (tramp-handle-unhandled-file-name-directory): Rewrite.
21792 (tramp-convert-file-attributes): Add error handling when inode is
21793 extraordinary big.
21794 (tramp-get-inode): Change parameter from FILE to VEC.
21795 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
21796 is nil. This is according to the specification. Goto (point-max)
21797 when ready.
21798 (tramp-handle-shell-command): Rewrite completely, using
21799 `process-file' and `start-file-process'.
21800 (tramp-methods, tramp-find-shell)
21801 (tramp-open-connection-setup-interactive-shell)
21802 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
21803 var. Reported by Steve Youngs <steve@sxemacs.org>.
21804
21805 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
21806 entry for `set-file-times'. Rename `start-process' into
21807 `start-file-process'. Remove `call-process' entry.
21808 (tramp-fish-handle-set-file-times): New defun.
21809 (tramp-fish-handle-executable-find): Use `process-file'.
21810 (tramp-fish-handle-process-file): New defun. Replaces
21811 `tramp-fish-handle-call-process'.
21812 (tramp-fish-do-copy-or-rename-file-directly): Use
21813 `set-file-times'.
21814 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
21815
21816 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
21817 `tramp-get-inode' parameter.
21818
21819 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21820
21821 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
21822 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
21823 nowadays, and by the time Emacs-23 comes out, nobody will even remember
21824 it has ever existed.
21825
21826 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
21827
21828 * vc.el: Undo previous change.
21829
21830 2007-07-16 Eli Zaretskii <eliz@gnu.org>
21831
21832 * makefile.w32-in (clean): Don't delete *~.
21833
21834 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
21835
21836 * textmodes/tex-mode.el (tex-verbatim-environments):
21837 Add safe-local-variable property.
21838 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
21839 when starting font-lock rather than when loading tex-mode.el.
21840
21841 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
21842 whole $( rather than just the $. Rename from sh-quoted-subshell.
21843 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
21844
21845 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
21846
21847 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
21848 bookmark-alist. Instead, if not sorting, simply return it.
21849 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
21850 for its return value, not for its side effect.
21851
21852 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
21853 case of alignment under a constant symbol, find and consider
21854 the sexp actually at indentation to be the "last sexp".
21855
21856 2007-07-16 Drew Adams <drew.adams@oracle.com>
21857
21858 * mouse.el (mouse-yank-secondary): Better error message if no
21859 secondary selection.
21860
21861 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21862
21863 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
21864
21865 * term/xterm.el (xterm-turn-on-modify-other-keys)
21866 (xterm-turn-off-modify-other-keys): New functions.
21867 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
21868 terminal supports it.
21869
21870 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
21871
21872 * bookmark.el (bookmark-show-all-annotations):
21873 Make sure each inserted annotation ends with newline.
21874
21875 2007-07-15 Richard Stallman <rms@gnu.org>
21876
21877 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
21878
21879 * tutorial.el (tutorial--find-changed-keys):
21880 Handle C-x specially like ESC.
21881
21882 2007-07-15 Aaron Hawley <aaronh@garden.org>
21883
21884 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
21885
21886 2007-07-15 Juri Linkov <juri@jurta.org>
21887
21888 * delsel.el (delete-selection-pre-hook):
21889 * emulation/cua-base.el (cua-paste): Before a yank command,
21890 check also whether last-command is one of mouse-save-then-kill,
21891 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
21892
21893 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
21894
21895 * recentf.el (recentf-keep-default-predicate): New defun.
21896 (recentf-keep): Use it as initial value.
21897
21898 2007-07-15 Karl Fogel <kfogel@red-bean.com>
21899
21900 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
21901 thus restoring bookmark bindings to three slots under C-x r. See
21902 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
21903
21904 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
21905
21906 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
21907
21908 2007-07-15 Jason Rumney <jasonr@gnu.org>
21909
21910 * w32-fns.el (set-default-process-coding-system): Use dos line ends
21911 for input to cmdproxy on all versions of Windows.
21912 Use dos line ends for input to plink.
21913
21914 * comint.el (comint-simple-send): Concat newline before sending.
21915 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
21916
21917 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
21918
21919 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
21920 safe-local-variable setting.
21921
21922 2007-07-14 David Kastrup <dak@gnu.org>
21923
21924 * emacs-lisp/advice.el (defadvice): Doc fix.
21925
21926 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
21927
21928 * subr.el (when, unless): Doc fix.
21929
21930 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
21931
21932 * replace.el (match): Use yellow1 instead of yellow.
21933
21934 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
21935 red.
21936
21937 * pcvs-info.el (cvs-unknown): Likewise.
21938
21939 2007-07-13 Eli Zaretskii <eliz@gnu.org>
21940
21941 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
21942 (install): Use them to copy all *.el files before *.elc.
21943
21944 2007-07-13 Drew Adams <drew.adams@oracle.com>
21945
21946 * bookmark.el (bookmark-jump-other-window): New function.
21947 (bookmark-map): Bind it to "o".
21948
21949 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
21950 and its thread contains discussion about this change.
21951 The original patch was slightly tweaked by Karl Fogel
21952 <kfogel@red-bean.com> before committing.
21953
21954 2007-07-13 Karl Fogel <kfogel@red-bean.com>
21955
21956 * bookmark.el: Shorten some comments to fit within 80 lines.
21957
21958 2007-07-13 Karl Fogel <kfogel@red-bean.com>
21959
21960 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
21961 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
21962 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
21963 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
21964
21965 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
21966
21967 * textmodes/org.el: Bug fixes.
21968 (org-end-of-line): Move to end of line if in headline without tags.
21969
21970 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21971
21972 * vc-hooks.el: Remove spurious * in docstrings.
21973 (vc-handled-backends): Add BZR.
21974
21975 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
21976
21977 2007-07-12 Davis Herring <herring@lanl.gov>
21978
21979 * desktop.el (desktop-buffer-info, desktop-save):
21980 Use `desktop-dirname' instead of `dirname'.
21981
21982 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
21983
21984 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
21985
21986 * progmodes/python.el (python-which-func-length-limit): New var.
21987 (python-which-func): New function.
21988 (python-current-defun): Add optional `length-limit' and try to fit
21989 computed function name to that length.
21990 (python-mode): Hook `python-which-func' up.
21991
21992 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
21993
21994 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
21995
21996 * comint.el (comint-dynamic-complete-as-filename):
21997 Use read-file-name-completion-ignore-case.
21998
21999 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
22000
22001 * comint.el (comint-dynamic-list-filename-completions):
22002 Use read-file-name-completion-ignore-case.
22003
22004 * vc-cvs.el: Require CL.
22005 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
22006 New functions to provide completion of revision names.
22007
22008 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
22009 (vc-cvs-annotate-first-line-re): New const.
22010 (vc-cvs-annotate-process-filter): New fun.
22011 (vc-cvs-annotate-command): Use them and run the command asynchronously.
22012
22013 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
22014
22015 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
22016 (eldoc-print-current-symbol-info): Adjust for changed helper
22017 function signatures.
22018 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
22019 `eldoc-highlight-function-argument'.
22020 (eldoc-highlight-function-argument): New function.
22021 (eldoc-get-var-docstring): Format documentation with
22022 `font-lock-variable-name-face'.
22023 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
22024 where suited.
22025 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
22026 (eldoc-beginning-of-sexp): Return number of skipped sexps.
22027
22028 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
22029
22030 * progmodes/compile.el (compilation-start): `start-process' must
22031 still be redefined when calling `start-process-shell-command'.
22032
22033 * progmodes/gud.el (gud-file-name): When `default-directory' is a
22034 remote file name, prepend its remote part to the filename.
22035 (gud-common-init): When `default-directory' is a remote file name,
22036 make the filename relative to it.
22037 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
22038
22039 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
22040
22041 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
22042 mouse binding and a tooltip.
22043
22044 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
22045
22046 * menu-bar.el (vc-menu-map): New defalias.
22047
22048 2007-07-10 Richard Stallman <rms@gnu.org>
22049
22050 * emacs-lisp/lisp-mode.el (eval-defun):
22051 Explain special handling of `defface'.
22052
22053 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
22054
22055 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
22056
22057 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
22058
22059 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
22060
22061 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
22062
22063 * vc-arch.el (vc-arch-complete): Remove.
22064 (vc-arch-revision-completion-table): Use complete-with-action.
22065
22066 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
22067 (complete-with-action): New function.
22068 (dynamic-completion-table): Use it.
22069
22070 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
22071
22072 * comint.el (make-comint, make-comint-in-buffer)
22073 (comint-exec-1): Replace `start-process' by `start-file-process'.
22074
22075 * progmodes/compile.el (compilation-start): Revert redefining
22076 `start-process'.
22077
22078 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
22079
22080 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
22081 with EOLs when generating MD5 checksums.
22082
22083 * follow.el: Don't change the global map from the follow-mode-map
22084 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
22085 XEmacs code.
22086 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
22087 since `follow-mode' should be used instead for that.
22088
22089 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
22090 (easy-menu-do-define): Use it.
22091 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
22092
22093 * progmodes/compile.el (compilation-auto-jump-to-first-error)
22094 (compilation-auto-jump-to-next): New vars.
22095 (compilation-auto-jump): New function.
22096 (compilation-error-properties): Use them to jump to first error.
22097 (compilation-start): Set the var if requested.
22098
22099 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
22100 duplicates without also removing entries from other directories.
22101
22102 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
22103
22104 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
22105 Remember span as default.
22106 (org-columns-edit-value): Rename from `org-column-edit'.
22107 (org-columns-display-here-title): Rename from
22108 `org-overlay-columns-title'.
22109 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
22110 (org-columns-get-autowidth-alist): Rename from
22111 `org-get-columns-autowidth-alist'.
22112 (org-columns-display-here): Rename from `org-overlay-columns'.
22113 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
22114 (org-columns-quit): Rename from `org-column-quit'.
22115 (org-columns-show-value): Rename from `org-column-show-value'.
22116 (org-columns-content, org-columns-widen)
22117 (org-columns-next-allowed-value)
22118 (org-columns-edit-allowed, org-columns-store-format)
22119 (org-columns-uncompile-format, org-columns-redo)
22120 (org-columns-edit-attributes, org-delete-property)
22121 (org-set-property, org-columns-update)
22122 (org-columns-compute, org-columns-eval)
22123 (org-columns-not-in-agenda, org-columns-compute-all)
22124 (org-property-next-allowed-value)
22125 (org-columns-compile-format)
22126 (org-fill-paragraph-experimental)
22127 (org-string-to-number, org-property-action)
22128 (org-columns-move-left, org-columns-new)
22129 (org-column-number-to-string)
22130 (org-property-previous-allowed-value)
22131 (org-at-property-p, org-columns-delete)
22132 (org-columns-previous-allowed-value)
22133 (org-columns-move-right, org-columns-narrow)
22134 (org-property-get-allowed-values)
22135 (org-verify-version, org-column-string-to-number)
22136 (org-delete-property-globally): New functions.
22137 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
22138 (org-columns-overlays): Rename from `org-column-overlays'.
22139 (org-columns-map): Rename from `org-column-map'.
22140 (org-columns-current-maxwidths): Rename from
22141 `org-current-columns-maxwidths'.
22142 (org-columns-begin-marker, org-columns-current-fmt-compiled)
22143 (org-previous-header-line-format)
22144 (org-columns-inhibit-recalculation)
22145 (org-columns-top-level-marker): New variables.
22146 (org-columns-default-format): Rename from `org-default-columns-format'.
22147 (org-property-re): New constant.
22148
22149 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
22150
22151 * subr.el (looking-at-p, string-match-p): New functions.
22152
22153 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
22154
22155 * textmodes/tex-mode.el (tex-fontify-script)
22156 (tex-font-script-display): New variables to make display of
22157 superscripts and subscripts customizable.
22158 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
22159
22160 2007-07-09 Richard Stallman <rms@gnu.org>
22161
22162 * isearch.el (isearch-edit-string): Call to isearch-push-state
22163 after the search.
22164
22165 2007-07-09 Jan Djärv <jan.h.d@swipnet.se>
22166
22167 * window.el (fit-window-to-buffer): Remove setting of window-min-height
22168 to 1 as enlarge-window uses the value to resize/shrink windows other
22169 than WINDOW if needed.
22170
22171 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
22172
22173 * cus-start.el (file-coding-system-alist): Fix custom type.
22174
22175 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
22176
22177 * longlines.el (longlines-wrap-region): Avoid marking buffer as
22178 modified.
22179 (longlines-auto-wrap, longlines-window-change-function):
22180 Remove unnecessary calls to set-buffer-modified-p.
22181
22182 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22183
22184 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
22185 (vc-cvs-checkout): Remove last arg now unused; simplify.
22186
22187 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
22188
22189 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
22190
22191 * net/tramp.el:
22192 * net/tramp-ftp.el:
22193 * net/tramp-smb.el:
22194 * net/tramp-uu.el:
22195 * net/trampver.el: Migrate to Tramp 2.1.
22196
22197 * net/tramp-cache.el:
22198 * net/tramp-fish.el:
22199 * net/tramp-gw.el: New Tramp packages.
22200
22201 * net/tramp-util.el:
22202 * net/tramp-vc.el: Removed.
22203
22204 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
22205 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
22206
22207 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
22208
22209 * progmodes/compile.el (compilation-start): Redefine
22210 `start-process' temporarily when `default-directory' is remote.
22211 Remove case of synchronous compilation, this won't happen ever.
22212 (compilation-setup): Make local variable `comint-file-name-prefix'
22213 for remote compilation.
22214
22215 2007-07-08 Martin Rudalics <rudalics@gmx.at>
22216
22217 * novice.el (disabled-command-function): Fit window to buffer to
22218 make last line visible.
22219 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
22220
22221 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
22222 when handling the terminating event.
22223
22224 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
22225
22226 * calc/calc.el (math-read-number-simple): Remove leading 0s.
22227 (math-bignum-digit-length): Change to optimal value.
22228
22229 * calc/calc-bin.el (math-bignum-logb-digit-size)
22230 (math-bignum-digit-power-of-two): Evaluate when compiled.
22231
22232 * calc/calc-comb.el (math-small-factorial-table)
22233 (math-init-random-base, math-prime-test): Remove unnecessary calls
22234 to `math-read-number-simple'.
22235
22236 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
22237 (math-approx-gamma-const): Add docstrings.
22238
22239 * calc/calc-forms.el (math-julian-date-beginning)
22240 (math-julian-date-beginning-int): New constants.
22241 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
22242 Use the new constants.
22243
22244 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
22245
22246 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
22247 Add docstrings.
22248
22249 2007-07-07 Tom Tromey <tromey@redhat.com>
22250
22251 * vc.el (vc-annotate): Jump to line and output message only after the
22252 process is really all done.
22253
22254 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
22255
22256 * vc.el (vc-exec-after): Don't move point from the sentinel.
22257 Forcefully read all the remaining text in the pipe upon process exit.
22258 (vc-annotate-display-autoscale, vc-annotate-lines):
22259 Don't stop at the first unrecognized line.
22260 (vc-annotate-display-select): Run autoscale after the process is done
22261 since it depends on the whole result.
22262
22263 2007-07-07 Eli Zaretskii <eliz@gnu.org>
22264
22265 * term/w32-win.el (menu-bar-open): New function.
22266 Bind <f10> to it.
22267
22268 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
22269
22270 * simple.el (start-file-process): New defun.
22271
22272 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
22273
22274 * files.el (find-file-confirm-nonexistent-file): Rename from
22275 find-file-confirm-inexistent-file. Update users.
22276
22277 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
22278 format of autoload block where the file's time-stamp is replaced by its
22279 MD5 checksum.
22280 (autoload-generate-file-autoloads): Use MD5 checksum instead of
22281 time-stamp for secondary autoloads files.
22282 (update-directory-autoloads): Remove duplicate entries.
22283 Use time-less-p for time-stamps, as done in autoload-find-destination.
22284
22285 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
22286
22287 * calc/calc.el (math-read-number): Replace number by variable.
22288 (math-read-number-simple): Properly parse small integers.
22289
22290 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
22291
22292 * vc.el: Fix doc for the checkout function.
22293
22294 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
22295
22296 * vc-hg.el (vc-hg-root): New function.
22297 (vc-hg-registered): Use it.
22298 (vc-hg-diff-tree): New defalias.
22299 (vc-hg-responsible-p): Likewise.
22300 (vc-hg-checkout): Comment out, not needed.
22301 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
22302 (vc-hg-find-version, vc-hg-next-version): New functions.
22303
22304 2007-07-06 Andreas Schwab <schwab@suse.de>
22305
22306 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
22307 dynamic bindings around the evaluation of the expression.
22308 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
22309
22310 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
22311
22312 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
22313 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
22314 Use run-hooks rather than run-mode-hooks.
22315
22316 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
22317
22318 * calc/calc-comb.el (math-random-digit): Rename to
22319 `math-random-three-digit-number'.
22320 (math-random-digits): Don't depend on representation of integer.
22321
22322 * calc/calc-bin.el (math-bignum-logb-digit-size)
22323 (math-bignum-digit-power-of-two): New constants.
22324 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
22325 (math-not-bignum, math-clip-bignum): Use the constants
22326 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
22327 instead of their values.
22328 (math-clip): Use math-small-integer-size instead of its value.
22329
22330 * calc/calc.el (math-add-bignum): Replace number by constant.
22331
22332 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
22333
22334 * wid-edit.el (widget-documentation-string-value-create):
22335 Insert indentation spaces.
22336
22337 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
22338
22339 * emacs-lisp/byte-opt.el: Revert last change.
22340
22341 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
22342
22343 * vc-hooks.el (vc-handled-backends): Add HG.
22344
22345 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
22346
22347 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22348
22349 * complete.el (PC-do-complete-and-exit): Add support for the new
22350 `confirm-only' confirmation mode.
22351
22352 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
22353
22354 * cus-edit.el (custom-commands): New variable.
22355 (custom-tool-bar-map): New variable. Initialize using
22356 `custom-commands'.
22357 (custom-mode): Use `custom-tool-bar-map'.
22358 (custom-buffer-create-internal): Insert action buttons only if
22359 tool bar is not used. Use `custom-commands'.
22360 (Custom-help, custom-command-apply): New function.
22361 (custom-command-apply, Custom-set, Custom-save)
22362 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
22363 Use `custom-command-apply' instead of duplicating code.
22364 (customize-group-other-window): Call `customize-group' instead of
22365 duplicating code.
22366 (customize-face-other-window): Call `customize-face' instead of
22367 duplicating code.
22368 (customize-group, customize-face): Add optional args for opening
22369 in another window.
22370 (custom-variable-tag): Don't inherit `variable-pitch' face.
22371 (custom-group-tag): Inherit `variable-pitch' face.
22372 (custom-variable-value-create): Set documentation indentation.
22373 (custom-group-value-create): Make group name a link, instead of
22374 using an extra "go to group" button.
22375 (custom-prompt-variable, custom-group-set, custom-group-save)
22376 (custom-group-reset-current, custom-group-reset-saved)
22377 (custom-group-reset-standard): Minor cleanup.
22378
22379 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
22380
22381 * Makefile.in (bootstrap-prepare): When copying from
22382 ldefs-boot.el, make sure loaddefs.el is writeable.
22383
22384 (bootstrap-prepare): Make $(lisp)/ps-print.el
22385 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
22386
22387 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
22388
22389 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
22390 only caller, and delete.
22391 (vc-hg-state): Deal with exceptions and only parse the output on
22392 successful return.
22393 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
22394 caller, and delete.
22395 (vc-hg-workfile-version): Deal with exceptions and only parse the
22396 output on successful return.
22397 (vc-hg-revert): New function.
22398
22399 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
22400
22401 * calculator.el (calculator-expt): Use more cases to determine
22402 the value.
22403
22404 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
22405
22406 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
22407 file names.
22408
22409 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22410
22411 * calculator.el (calculator-expt, calculator-integer-p):
22412 New functions.
22413 (calculator-fact): Check to see if the factorial will be too
22414 large before computing it.
22415 (calculator-initial-operators): Use `calculator-expt' to
22416 compute "^".
22417 (calculator-mode): Mention that results which are too large
22418 will return inf.
22419 * calc/calc-comb.el (math-small-factorial-table): Replace list
22420 by vector.
22421
22422 2007-07-03 David Kastrup <dak@gnu.org>
22423
22424 * shell.el: On request of the authors, remove their addresses for
22425 the sake of bug reports, and add the developer list address as
22426 maintainer information.
22427
22428 2007-07-03 Richard Stallman <rms@gnu.org>
22429
22430 * files.el (make-directory): Doc fix.
22431 (find-file-confirm-inexistent-file): Make it a defcustom.
22432 Make nil the default.
22433
22434 2007-07-02 Richard Stallman <rms@gnu.org>
22435
22436 * startup.el (command-line): Set buffer-offer-save in *scratch*
22437 and enable auto-save in it.
22438
22439 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
22440
22441 * textmodes/org.el (orgstruct-mode-map): New variable.
22442 (orgstruct-mode): New minor mode.
22443 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
22444 (orgstruct-make-binding, org-context-p, org-get-local-variables)
22445 (org-run-like-in-org-mode): New functions.
22446 (org-cycle-list-bullet): New command.
22447 (org-special-properties, org-property-start-re)
22448 (org-property-end-re): New constants.
22449 (org-with-point-at): New macro.
22450 (org-get-property-block, org-entry-properties, org-entry-get)
22451 (org-entry-delete, org-entry-get-with-inheritance)
22452 (org-entry-put, org-buffer-property-keys): New functions.
22453 (org-insert-property-drawer): New command.
22454 (org-entry-property-inherited-from): New variable.
22455 (org-column): New face.
22456 (org-column-overlays, org-current-columns-fmt)
22457 (org-current-columns-maxwidths, org-column-map): New variables.
22458 (org-column-menu): New menu.
22459 (org-new-column-overlay, org-overlay-columns)
22460 (org-overlay-columns-title, org-remove-column-overlays)
22461 (org-column-show-value, org-column-quit, org-column-edit):
22462 New functions.
22463 (org-columns, org-agenda-columns): New commands.
22464 (org-get-columns-autowidth-alist): New functions.
22465 (org-properties): New customize group.
22466 (org-default-columns-format): New option.
22467 (org-priority): Realign tags after changing priority.
22468 (org-preserve-lc): New macro.
22469 (org-update-checkbox-count): Catch case when there is no headline.
22470 (org-agenda-quit): Remove any column overlays.
22471 (org-beginning-of-item-list): Fixed bug when non-item line is
22472 indented too deep.
22473 (org-cached-props): New variable.
22474 (org-cached-entry-get): New function.
22475 (org-make-tags-matcher): Handle property matches.
22476 (org-table-recalculate): Swap evaluation order: Field formula
22477 first, then column formulas, but don't allow them to overwrite the
22478 field formulas.
22479 (org-table-eval-formula): New argument untouchable.
22480 (org-table-put-field-property): New function.
22481
22482 2007-07-02 Martin Rudalics <rudalics@gmx.at>
22483
22484 * help-mode.el (help-make-xrefs): Skip spaces too when
22485 skipping tabs.
22486
22487 * ffap.el (dired-at-point-prompter): Improve prompt in
22488 list-directory case.
22489
22490 2007-07-01 Richard Stallman <rms@gnu.org>
22491
22492 * files.el (find-file-visit-truename): Fix safe-local-variable value.
22493
22494 2007-07-01 Richard Stallman <rms@gnu.org>
22495
22496 * cus-start.el (max-mini-window-height): Added.
22497
22498 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
22499
22500 * complete.el (partial-completion-mode): Remove advice of
22501 read-file-name-internal.
22502 (PC-do-completion): Rebind minibuffer-completion-table.
22503 (PC-read-file-name-internal): New function doing what
22504 read-file-name-internal advice did.
22505
22506 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
22507
22508 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
22509 property on a few symbols.
22510 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
22511 (byte-optimize-lapcode): Remove bindings that are not referenced
22512 and certainly will not effect through dynamic scoping.
22513
22514 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22515
22516 * files.el (find-file-confirm-inexistent-file): New var.
22517 (find-file, find-file-other-window, find-file-other-frame)
22518 (find-file-read-only, find-file-read-only-other-window)
22519 (find-file-read-only-other-frame): Use it.
22520
22521 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
22522
22523 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
22524
22525 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
22526
22527 * generic-x.el (generic-define-mswindows-modes)
22528 (generic-define-unix-modes, apache-log-generic-mode)
22529 (bat-generic-mode-keymap, java-manifest-generic-mode)
22530 (show-tabs-generic-mode): Fix typos in docstrings.
22531
22532 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
22533
22534 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
22535 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
22536 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
22537 (rcirc-print): Never ignore messages from ourself.
22538
22539 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
22540
22541 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
22542 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
22543
22544 2007-06-28 Jan Djärv <jan.h.d@swipnet.se>
22545
22546 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
22547 replace-regexp-in-string.
22548
22549 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
22550
22551 * emacs-lisp/cl.el: Set edebug and indentation before loading
22552 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
22553
22554 2007-06-28 Andreas Schwab <schwab@suse.de>
22555
22556 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
22557 $(lisp)/subdirs.el.
22558
22559 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
22560
22561 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
22562 the speedbar frame if nil; that deletes the current frame or
22563 causes an error if it is the only frame.
22564 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
22565
22566 2007-06-28 Kevin Ryde <user42@zip.com.au>
22567
22568 * textmodes/nroff-mode.el: Groff \# comments.
22569 (nroff-mode-syntax-table): \# comment intro,
22570 plain # as punct per global table.
22571 (nroff-font-lock-keywords): Add # as a single char escape.
22572 (nroff-mode): In comment-start-skip, match \#.
22573
22574 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
22575
22576 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
22577 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
22578 point-min == 1.
22579
22580 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
22581
22582 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
22583 Rename and move to...
22584
22585 * subr.el (strings->string, string->strings): ...here.
22586
22587 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
22588 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
22589
22590 * progmodes/gud.el (gud-common-init): Call string->strings instead
22591 of split-string.
22592
22593 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
22594
22595 * dired-aux.el: Remove `dired-call-process'.
22596 (dired-check-process): Call `process-file'.
22597
22598 * wdired.el (wdired-do-perm-changes): Call `process-file'.
22599
22600 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
22601 `ange-ftp-process-file'.
22602
22603 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22604
22605 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
22606
22607 * emacs-lisp/cl-extra.el:
22608 * emacs-lisp/cl-seq.el:
22609 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
22610 Add autoload cookies on all defs autoloaded manually in cl.el.
22611
22612 * emacs-lisp/cl-loaddefs.el: New file.
22613
22614 * textmodes/texinfmt.el (texinfo-raisesections-alist)
22615 (texinfo-lowersections-alist): Merge definition and declaration.
22616 (texinfo-start-of-header, texinfo-end-of-header): Remove.
22617 (texinfo-format-syntax-table): Merge init into declaration.
22618 (texinfo-format-parse-line-args, texinfo-format-parse-args)
22619 (texinfo-format-parse-defun-args, texinfo-format-node)
22620 (texinfo-push-stack, texinfo-multitable-widths)
22621 (texinfo-define-info-enclosure, texinfo-alias)
22622 (texinfo-format-defindex, batch-texinfo-format): Use push.
22623 (texinfo-footnote-number): Remove duplicate declaration.
22624
22625 * ps-print.el: Update with auto-generated autoloads.
22626
22627 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
22628
22629 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
22630
22631 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
22632 relative to current dir for file-local settings.
22633 (autoload-generate-file-autoloads): Add `outfile' arg.
22634 (update-directory-autoloads): Use it to directly call
22635 autoload-generate-file-autoloads instead of going through
22636 update-file-autoloads so we avoid redundant searches and so we can know
22637 the set of buffers changed so we can save them all.
22638
22639 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
22640 rather than throwing `up-to-date'.
22641 (autoload-generate-file-autoloads): Adjust correspondingly.
22642 (update-file-autoloads): Be careful to let-bind
22643 autoload-modified-buffers and adjust to new calling conventions.
22644 (autoload-modified-buffers): Make it a dynamically scoped var.
22645 (update-directory-autoloads): Use file-relative-name instead of
22646 autoload-trim-file-name.
22647 (autoload-insert-section-header): Don't use autoload-trim-file-name
22648 since the file is already relative now.
22649 (autoload-trim-file-name): Remove.
22650
22651 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
22652 (vc-arch-complete, vc-arch--version-completion-table)
22653 (vc-arch-revision-completion-table): New functions to provide
22654 completion of revision names.
22655 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
22656 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
22657 to let the user trim the revlib.
22658
22659 * vc.el: Add new VC operation `revision-completion-table'.
22660 (vc-default-revision-completion-table): New function.
22661 (vc-version-diff, vc-version-other-window): Use it to provide
22662 completion of revision names if the backend provides it.
22663
22664 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
22665
22666 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
22667 of newer .svn/entries.
22668
22669 2007-06-25 David Kastrup <dak@gnu.org>
22670
22671 * calc/calc-poly.el (math-padded-polynomial)
22672 (math-partial-fractions): Add some function comments.
22673
22674 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22675
22676 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
22677 Make `outbuf' optional.
22678 (update-file-autoloads): Use it.
22679
22680 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22681
22682 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
22683 (autoload-find-destination): Keep it uptodate.
22684 (autoload-save-buffers): New fun.
22685 (update-file-autoloads): Use it. Re-add the "up to date" message.
22686
22687 * emacs-lisp/autoload.el: Refactor for upcoming changes.
22688 (autoload-find-destination): New function extracted from
22689 update-file-autoloads.
22690 (update-file-autoloads): Use it.
22691 (autoload-generate-file-autoloads): New function extracted from
22692 generate-file-autoloads. Use file-relative-name. Delay computation of
22693 output-start to the first cookie. Remove done-any, replaced by
22694 output-start.
22695 (generate-file-autoloads): Use it.
22696
22697 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
22698
22699 * calc/calc-comb.el (math-init-random-base, math-prime-test):
22700 Use math-read-number-simple to insert constants.
22701 (math-prime-test): Redo calculation of sum.
22702
22703 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
22704
22705 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
22706 math-scale-bignum-3.
22707 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
22708 math-bignum-digit-size.
22709 (math-isqrt-small): Add another possible initial guess.
22710
22711 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22712
22713 * textmodes/bibtex.el (bibtex-entry-format): New options
22714 `whitespace', `braces', and `string'.
22715 (bibtex-field-braces-alist, bibtex-field-strings-alist)
22716 (bibtex-field-braces-opt, bibtex-field-strings-opt)
22717 (bibtex-cite-matcher-alist): New variables.
22718 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
22719 (bibtex-flash-head): Use blink-matching-delay.
22720 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
22721 (bibtex-format-entry, bibtex-reformat): Handle new options of
22722 bibtex-entry-format.
22723 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
22724 New functions.
22725 (bibtex-complete-internal): Do not display messages while
22726 minibuffer is used. Do not leave around a completions buffer
22727 that is out of date.
22728 (bibtex-copy-summary-as-kill): New optional arg.
22729 (bibtex-font-lock-url): New optional arg no-button.
22730 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
22731 (bibtex-url): Allow multiple URLs per entry.
22732
22733 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22734
22735 * emacs-lisp/autoload.el (autoload-generated-file): New function.
22736 (update-file-autoloads, update-directory-autoloads): Use it.
22737 (autoload-file-load-name): New function.
22738 (generate-file-autoloads, update-file-autoloads): Use it.
22739 (autoload-find-file): Accept non-absolute argument. Set default-dir.
22740 (generate-file-autoloads): If the autoloaded form is malformed,
22741 indicate the problem with a warning instead of aborting.
22742
22743 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
22744
22745 * simple.el (next-error-recenter): Accept `(4)' as well;
22746 also, specify `integer' instead of `number'.
22747
22748 2007-06-23 Eli Zaretskii <eliz@gnu.org>
22749
22750 * ls-lisp.el (insert-directory): If an invalid regexp error is
22751 thrown, try using FILE as a literal file name, not a wildcard.
22752
22753 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
22754
22755 * ruler-mode.el (ruler-mode): Prevent clobbering the original
22756 `header-line-format' when reentering ruler mode.
22757
22758 2007-06-23 Eli Zaretskii <eliz@gnu.org>
22759
22760 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
22761 FILE exists as a file.
22762
22763 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
22764
22765 * calc/calc.el (math-bignum-digit-length)
22766 (math-bignum-digit-size, math-small-integer-size):
22767 New constants.
22768 (math-normalize, math-bignum-big, math-make-float)
22769 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
22770 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
22771 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
22772 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
22773 (math-quotient, math-div-bignum, math-div-bignum-digit)
22774 (math-div-bignum-part, math-format-bignum-decimal)
22775 (math-read-bignum): Use math-bignum-digit-length,
22776 math-bignum-digit-size and math-small-integer-size.
22777
22778 * calc/calc-ext.el (math-fixnum-big): Use the variable
22779 math-bignum-digit-size.
22780
22781 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22782
22783 * log-view.el (log-view-mode-menu): New menu.
22784
22785 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
22786
22787 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
22788 differently.
22789
22790 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
22791 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
22792
22793 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
22794
22795 * vc-hg.el (vc-hg-print-log): Insert the file name.
22796 (vc-hg-log-view-mode): Fontify the file name.
22797
22798 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
22799
22800 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
22801 (calcFunc-julian): Fix incorrect number used in calculations.
22802
22803 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
22804
22805 * simple.el (next-error-recenter): New defcustom.
22806 (next-error, next-error-internal): Recenter if specified,
22807 immediately prior to running `next-error-hook'.
22808
22809 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
22810 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
22811
22812 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
22813
22814 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
22815
22816 * calc/calc-comb.el (math-small-factorial-table): New variable.
22817 (calcFunc-fact): Use `math-small-factorial-table'.
22818
22819 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
22820 initial values.
22821 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
22822 New variables to use in caches.
22823
22824 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
22825 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
22826
22827 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
22828 (math-bernoulli-b-cache): Use math-read-number-simple to insert
22829 bignums.
22830
22831 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
22832 New variables to use in caches.
22833
22834 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
22835
22836 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
22837
22838 * vc-hg.el (vc-hg-log-view-mode): New mode.
22839
22840 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
22841
22842 * calc/calc.el (math-read-number-simple): New function.
22843
22844 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22845
22846 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
22847 (vera-font-lock-match-item): Fix doc string.
22848 (vera-in-comment-p): Remove unused function.
22849 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
22850 use `syntax-ppss'.
22851 (vera-forward-syntactic-ws): Fix argument order.
22852 (vera-prepare-search): Use `with-syntax-table'.
22853 (vera-indent-line): Fix doc string.
22854 (vera-electric-tab): Fix doc string.
22855 (vera-expand-abbrev): Define alias instead of using `fset'.
22856 (vera-comment-uncomment-region): Use `comment-start-skip'.
22857
22858 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
22859
22860 * textmodes/org.el (org-export-with-footnotes): New option.
22861 (org-export-as-html): Fix replacement bug for XEmacs.
22862 (org-agenda-default-appointment-duration): New option.
22863
22864 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
22865
22866 * vc-hg.el: Add to do items.
22867 (vc-hg-diff): Add support for comparing different revisions.
22868 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
22869 (vc-hg-annotate-extract-revision-at-line)
22870 (vc-hg-previous-version, vc-hg-checkin): New functions.
22871 (vc-hg-annotate-re): New constant.
22872
22873 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
22874
22875 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
22876
22877 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22878
22879 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
22880 buffer-local value of log-view-*-re if applicable.
22881
22882 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
22883 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
22884 (vc-bzr-command*): Remove both (incompatible) versions.
22885 (vc-bzr-do-command*): Remove.
22886 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
22887 Remove by folding into its only caller vc-bzr-command.
22888 (vc-bzr-command): Always set the environment, even when ineffective.
22889 (vc-bzr-version): Minor fix up.
22890 (vc-bzr-admin-dirname): New var.
22891 (vc-bzr-bzr-dir): Remove.
22892 (vc-bzr-root-dir): New fun.
22893 (vc-bzr-registered): Use it. Add an autoloaded version.
22894 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
22895 (vc-bzr-view-log-function): Remove.
22896 (vc-bzr-log-view-mode): New major mode to replace it.
22897 (vc-bzr-print-log): Only activate the old hack if needed.
22898
22899 * vc.el (vc-default-log-view-mode): New function.
22900 (vc-print-log): Add new `log-view-mode' VC operation.
22901
22902 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
22903
22904 * ido.el (ido-find-file-in-dir): Don't signal an error for
22905 empty directories.
22906
22907 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
22908
22909 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
22910 directory where the desktop file was found, as the docstring says.
22911 (desktop-kill): Use `read-directory-name'.
22912
22913 2007-06-20 Alan Mackenzie <acm@muc.de>
22914
22915 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
22916 When removing lines, also remove the \n. Correction of patch of
22917 2007-04-21.
22918
22919 2007-06-20 Martin Rudalics <rudalics@gmx.at>
22920
22921 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
22922 event is not a cons cell. Do not unread drag-mouse-1 events.
22923 Select right window in check whether space was stolen from
22924 window above.
22925
22926 * help-mode.el (help-make-xrefs): Adjust position of new forward
22927 button.
22928
22929 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
22930
22931 * vc-bzr.el (vc-bzr-with-process-environment)
22932 (vc-bzr-std-process-invocation): New macros.
22933 (vc-bzr-command, vc-bzr-command*): Use them.
22934 (vc-bzr-with-c-locale): Remove.
22935 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
22936 (vc-bzr-buffer-nonblank-p): New function.
22937 (vc-bzr-state-words): New const.
22938 (vc-bzr-state): Look for `bzr status' keywords in output.
22939 Display everything else as a warning message to the user.
22940 Fix status report with bzr >= 0.15.
22941
22942 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
22943
22944 * vc-hg.el (vc-hg-global-switches): Simplify.
22945 (vc-hg-state): Handle more states.
22946 (vc-hg-diff): Fix doc-string.
22947 (vc-hg-register): New function.
22948 (vc-hg-checkout): Likewise.
22949
22950 2007-06-20 Reto Zimmermann <reto@gnu.org>
22951
22952 * progmodes/vera-mode.el: New file.
22953
22954 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
22955
22956 * calc/calc.el (calc-multiplication-has-precendence):
22957 New variable.
22958 (math-standard-ops, math-standard-ops-p, math-expr-ops):
22959 New functions.
22960 (math-expr-opers): Define using math-standard-ops rather than
22961 math-standard-opers.
22962 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
22963 equal the function math-standard-ops rather than the variable
22964 math-standard-opers.
22965 (calc-algebraic-entry): Let math-expr-opers equal
22966 math-standard-ops or math-expr-ops, as appropriate.
22967 (math-expr-read-level, math-read-factor): Let math-expr-opers
22968 equal math-expr-ops.
22969 * calc/calc-embed.el (calc-embedded-finish-edit):
22970 Let math-expr-opers equal the function math-standard-ops
22971 rather than the variable math-standard-opers.
22972 * calc/calc-ext.el (math-read-plain-expr)
22973 (math-format-flat-expr-fancy): Let math-expr-opers equal the
22974 function math-standard-ops rather than the variable
22975 math-standard-opers.
22976 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
22977 Let math-expr-opers equal the function math-standard-ops rather
22978 than the variable math-standard-opers.
22979 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
22980 equal the function math-standard-ops rather than the variable
22981 math-standard-opers.
22982 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
22983 equal the function math-standard-ops rather than the variable
22984 math-standard-opers.
22985 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
22986 math-expr-ops.
22987
22988 2007-06-19 Ivan Kanis <apple@kanis.eu>
22989
22990 * vc-hg.el: New file.
22991
22992 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
22993
22994 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
22995 with font-lock-multiline.
22996
22997 2007-06-17 Glenn Morris <rgm@gnu.org>
22998
22999 * lpr.el (lpr-page-header-switches): Move %s to separate element
23000 for correct quoting. Doc fix.
23001
23002 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
23003
23004 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
23005 than setting sgml-xml-mode.
23006 (sgml-mode, html-mode): Set sgml-xml-mode.
23007 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
23008 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
23009 (sgml-electric-tag-pair-before-change-function)
23010 (sgml-electric-tag-pair-flush-overlays): New functions.
23011 (sgml-electric-tag-pair-mode): New minor mode.
23012 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
23013 (sgml-calculate-indent): Use assoc-string.
23014
23015 2007-06-16 Karl Fogel <kfogel@red-bean.com>
23016
23017 * thingatpt.el (thing-at-point-email-regexp): Don't require two
23018 chars before the "@" in an email address. Andreas Roehler noticed
23019 this problem.
23020
23021 2007-06-15 Karl Fogel <kfogel@red-bean.com>
23022
23023 * thingatpt.el: Add support for email addresses (`email').
23024 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
23025 (thing-at-point-email-regexp): New variable.
23026 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
23027 properties on this symbol, with lambda forms for values.
23028
23029 2007-06-15 Masatake YAMATO <jet@gyve.org>
23030
23031 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
23032
23033 * vc.el (vc-dired-hook): Check the backend returned from
23034 `vc-responsible-backend' can really handle `subdir'.
23035
23036 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
23037
23038 * wid-edit.el (widget-add-documentation-string-button):
23039 Fix handling of documentation indent.
23040
23041 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
23042
23043 * mb-depth.el: New file.
23044
23045 2007-06-15 Masatake YAMATO <jet@gyve.org>
23046
23047 * vc.el (vc-dired-mode): Show backend name as part of mode name.
23048
23049 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
23050
23051 * wid-edit.el (widget-default-create): Move ?h handling here...
23052 (widget-default-format-handler): ...from here.
23053 (widget-docstring, widget-add-documentation-string-button): New funs.
23054 (documentation-string): Add :visibility-widget property.
23055 (widget-documentation-string-value-create): Use it.
23056
23057 * cus-edit.el (custom-split-regexp-maybe): Simplify.
23058 (custom-buffer-create-internal): Simplify message.
23059 (custom-variable-tag): Reduce height to normal.
23060 (custom-variable-value-create, custom-face-value-create)
23061 (custom-visibility): New widget.
23062 (custom-visibility): New face.
23063 (custom-group-value-create):
23064 Call widget-add-documentation-string-button, using `custom-visibility'.
23065
23066 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
23067
23068 * emacs-lisp/bytecomp.el (byte-compile-current-group)
23069 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
23070 change. Apparently the "warning even if the group is implicit" is
23071 a feature rather than a bug.
23072
23073 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
23074
23075 * emulation/viper.el (viper-describe-key-ad)
23076 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
23077 Compile them conditionally.
23078 (viper-version): Belated version change.
23079
23080 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
23081
23082 * follow.el (follow-all-followers, follow-generic-filter):
23083 * pcomplete.el (pcomplete-restore-windows):
23084 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
23085 (x-dnd-drop-data):
23086 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
23087 * progmodes/python.el (python-complete-symbol):
23088 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
23089
23090 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
23091
23092 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
23093 around bright and dim regexps. Make sure bright and dim matches
23094 use word anchors. Send text through rcirc-markup functions.
23095 (rcirc-url-regexp): Add single quote character.
23096 (rcirc-connect): Write logs to disk on auto-save-hook.
23097 Make server a non-optional argument.
23098 (rcirc-log-alist): New variable.
23099 (rcirc-log-directory): Make customizable.
23100 (rcirc-log-flag): New customizable variable.
23101 (rcirc-log): New function.
23102 (rcirc-print): Use above function.
23103 (rcirc-log-write): New function.
23104 (rcirc-generate-new-buffer-name): Strip text properties.
23105 (rcirc-switch-to-buffer-function): Remove variable.
23106 (rcirc-last-non-irc-buffer): Remove variable.
23107 (rcirc-non-irc-buffer): Add function.
23108 (rcirc-next-active-buffer): Use above function.
23109 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
23110 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
23111 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
23112 (rcirc-omit-mode): Add minor-mode.
23113 (rcirc-mode-map): Change C-c C-o binding.
23114 (rcirc-mode): Clear mode-line-process. Use a custom
23115 fill-paragraph-function. Set up buffer-invisibility-spec.
23116 (rcirc-response-formats): Remove timestamp code.
23117 (rcirc-omit-responses): Add variable.
23118 (rcirc-print): Don't put the overlay arrow on potentially omitted
23119 lines. Log line to disk. Record activity for private messages
23120 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
23121 (rcirc-jump-to-first-unread-line): Print message if there is no
23122 unread text.
23123 (rcirc-clear-unread): New function.
23124 (rcirc-markup-text-functions): Add variable.
23125 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
23126 (rcirc-debug): Don't mess with window configuration.
23127 (rcirc-send-message): Send message before printing locally.
23128 Add SILENT argument, do not print message if non-nil.
23129 (rcirc-visible-buffers): New function and variable.
23130 (rcirc-window-configuration-change-1): Add function.
23131 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
23132 server buffer.
23133 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
23134 (rcirc-fill-paragraph): Add function.
23135 (rcirc-record-activity, rcirc-window-configuration-change-1):
23136 Only update the activity string if it has actually changed.
23137 (rcirc-update-activity-string): Remove padding characters from the
23138 mode-line string.
23139 (rcirc-disconnect-buffer): New function to be called when a
23140 channel is parted or the user quits.
23141 (rcirc-server-name): Warn when the server-name hasn't been set.
23142 (rcirc-window-configuration-change): Postpone work until
23143 post-command-hook.
23144 (rcirc-window-configuration-change-1): Update mode-line and
23145 overlay arrows here.
23146 (rcirc-authenticate): Fixc hanserv identification.
23147 (rcirc-default-server): Remove variable.
23148 (rcirc): Connect according to rcirc-connections.
23149 (rcirc-connections): Add variable.
23150 (rcirc-startup-channels-alist): Remove variable.
23151 (rcirc-startup-channels): Remove function.
23152
23153 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
23154
23155 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
23156
23157 2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
23158
23159 * term/xterm.el (terminal-init-xterm): Escape parens in character
23160 constants.
23161
23162 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
23163
23164 * progmodes/sh-script.el: Remove unneeded * from docstrings.
23165 Use [:alpha:] and [:alnum:] where applicable.
23166 (sh-quoted-subshell): Rewrite to correctly
23167 handle nested mixes of `...' and $(...).
23168 (sh-apply-quoted-subshell): Remove.
23169 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
23170
23171 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
23172
23173 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
23174
23175 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
23176 previous change.
23177
23178 2007-06-12 Tom Tromey <tromey@redhat.com>
23179
23180 * subr.el (user-emacs-directory): New defconst.
23181 * cmuscheme.el (scheme-start-file):
23182 * shell.el (shell):
23183 * completion.el (save-completions-file-name):
23184 * custom.el (custom-theme-directory):
23185 * term/x-win.el (emacs-session-filename):
23186 * filesets.el (filesets-menu-cache-file):
23187 * thumbs.el (thumbs-thumbsdir):
23188 * server.el (server-auth-dir):
23189 * image-dired.el (image-dired-dir):
23190 (image-dired-db-file):
23191 (image-dired-temp-image-file):
23192 (image-dired-gallery-dir):
23193 (image-dired-temp-rotate-image-file):
23194 * play/gamegrid.el (gamegrid-user-score-file-directory):
23195 * savehist.el (savehist-file):
23196 * tutorial.el (tutorial--saved-dir):
23197 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
23198
23199 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
23200
23201 * scroll-lock.el (scroll-lock-mode): Doc fix.
23202
23203 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
23204
23205 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
23206
23207 * ediff-init.el: Doc strings.
23208
23209 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
23210
23211 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
23212 (byte-compile-file): Bind it.
23213 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
23214 group argument is provided implicitly.
23215 (byte-compile-format-warn, byte-compile-from-buffer)
23216 (byte-compile-insert-header): Don't hardcode point-min==1.
23217 (byte-compile-file-form-require): Remove unused var old-load-list.
23218 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
23219
23220 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
23221
23222 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
23223 Display error messages.
23224 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
23225 Get rid of cl.el dependencies.
23226
23227 * emulation/viper-init.el (viper-suppress-input-method-change-message):
23228 New variable.
23229 (viper-activate-input-method-action)
23230 (viper-inactivate-input-method-action):
23231 Use viper-suppress-input-method-change-message.
23232
23233 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
23234 for C-s, C-r.
23235
23236 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
23237 Use viper-replace-overlay-cursor-color instead of
23238 viper-replace-overlay-cursor-color.
23239 (viper-sit-for-short): Use sit-for with 3 arguments.
23240
23241 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
23242 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
23243 to gud-mode.
23244
23245 * ediff-mult.el (ediff-meta-buffer-brief-message)
23246 (ediff-meta-buffer-verbose-message): New variables.
23247 (ediff-meta-buffer-message): Variable deleted.
23248 (ediff-verbose-help-enabled): New variable.
23249 (ediff-toggle-verbose-help-meta-buffer): New function.
23250 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
23251 message options.
23252
23253 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
23254 (ediff-fixup-patch-map): Improve heuristic.
23255
23256 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
23257
23258 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
23259 (log-view-font-lock-keywords): Simplify.
23260 (log-view-current-file, log-view-current-tag): Simplify.
23261
23262 2007-06-12 Sam Steingold <sds@gnu.org>
23263
23264 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
23265
23266 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
23267
23268 * desktop.el (desktop-load-locked-desktop): New option.
23269 (desktop-read): Use it.
23270 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
23271 Use `when'.
23272
23273 2007-06-12 Davis Herring <herring@lanl.gov>
23274
23275 * desktop.el (desktop-save-mode-off): New function.
23276 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
23277 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
23278 (desktop-claim-lock, desktop-release-lock): New functions.
23279 (desktop-kill): Tell `desktop-save' that this is the last save.
23280 Release the lock afterwards.
23281 (desktop-buffer-info): New function.
23282 (desktop-save): Use it. Run `desktop-save-hook' where the doc
23283 says to. Detect conflicts, and manage the lock.
23284 (desktop-read): Detect conflicts. Manage the lock.
23285
23286 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
23287
23288 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
23289
23290 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
23291 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
23292 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
23293 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
23294 keysyms rather than byte sequences.
23295 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
23296
23297 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
23298
23299 * font-lock.el (font-lock-add-keywords): In case font-lock was only
23300 half-activated, forcefully activate it completely.
23301
23302 2007-06-11 Richard Stallman <rms@gnu.org>
23303
23304 * cus-edit.el (custom-variable-type): Doc fix.
23305
23306 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
23307
23308 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
23309 (sh-font-lock-flush-syntax-ppss-cache): New functions.
23310 (sh-font-lock-syntactic-keywords): Use them to distinguish the
23311 different possible cases for \'.
23312
23313 * complete.el (PC-bindings): Don't bind things already bound in the
23314 parent keymap.
23315
23316 * textmodes/bibtex-style.el: New file.
23317
23318 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
23319
23320 * vc-bzr.el: New file.
23321
23322 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
23323
23324 * vc-svn.el (vc-svn-program): New var.
23325 (vc-svn-command): Use it.
23326
23327 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
23328
23329 * server.el (server-switch-buffer): Remove redundant check.
23330
23331 2007-06-10 Martin Rudalics <rudalics@gmx.at>
23332
23333 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
23334 Match against file-name-nondirectory.
23335 Fix text on user customization variables.
23336 Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
23337
23338 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
23339
23340 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
23341
23342 2007-06-09 Davis Herring <herring@lanl.gov>
23343
23344 * desktop.el (desktop-minor-mode-table): Doc fix.
23345
23346 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
23347
23348 * textmodes/css-mode.el (css-navigation-syntax-table):
23349 Use set-char-table-range so it also works in the unicode branch.
23350
23351 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
23352
23353 * help-mode.el (help-xref-forward-stack)
23354 (help-xref-stack-forward-item, help-forward-label): New variables.
23355 (help-forward): New button type.
23356 (help-setup-xref): Initialise help-xref-forward-stack.
23357 (help-make-xrefs): Add forward button, if appropriate.
23358 (help-xref-go-back): Push item on forward stack.
23359 (help-xref-go-forward, help-go-forward): New functions.
23360
23361 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
23362
23363 * dired.el (dired-mode-map): Remove spurious separator.
23364
23365 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
23366
23367 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
23368
23369 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23370 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
23371
23372 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
23373
23374 * textmodes/org.el: Version number fixed.
23375
23376 2007-06-07 Glenn Morris <rgm@gnu.org>
23377
23378 * version.el (emacs-copyright): New constant.
23379 * startup.el (fancy-splash-tail): Use emacs-copyright.
23380 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
23381
23382 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
23383 `make-local'.
23384 (byte-compile-warnings-safe-p): Add `make-local'.
23385 (byte-compile-make-variable-buffer-local):
23386 Allow byte-compile-warnings to suppress this warning.
23387
23388 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
23389 format of "menu" description.
23390 (tutorial--find-changed-keys): Describe the specific menu a
23391 command is in.
23392
23393 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
23394 Rewrite compatibility functions to silence byte-compiler.
23395
23396 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
23397
23398 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
23399 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
23400
23401 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
23402
23403 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
23404
23405 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
23406
23407 * progmodes/ebrowse.el (ebrowse-member-table):
23408 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
23409 (org-batch-agenda-csv): Fix typos in docstrings.
23410
23411 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
23412
23413 * pgg.el (pgg-sign-region, pgg-sign):
23414 * ses.el (ses-call-printer):
23415 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
23416 * textmodes/org.el (org-cycle): Fix typos in docstrings.
23417
23418 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
23419
23420 * textmodes/org.el (org-export-region-as-html)
23421 (org-replace-region-by-html, org-number-to-letters)
23422 (org-table-fedit-finish, org-normalize-color)
23423 (org-table-fedit-ref-right, org-date-to-gregorian)
23424 (org-table-fedit-move, org-table-convert-refs-to-rc)
23425 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
23426 (org-write-agenda, org-colgroup-info-to-vline-list)
23427 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
23428 (org-indent-line-function, org-export-as-html-to-buffer)
23429 (org-store-agenda-views, org-update-mode-line)
23430 (org-find-if, org-delete-all)
23431 (org-table-fedit-convert-buffer, org-emphasize)
23432 (org-uniquify, org-table-fedit-lisp-indent)
23433 (org-table-fedit-scroll, org-get-todo-sequence-head)
23434 (org-table-fedit-scroll-down, org-table-fedit-line-down)
23435 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
23436 (org-table-fedit-toggle-coordinates, org-dvipng-color)
23437 (org-table-fedit-line-up, org-table-fedit-ref-down)
23438 (org-table-formula-from-user, org-mode-flyspell-verify)
23439 (org-cycle-show-empty-lines, org-ctrl-c-ret)
23440 (org-table-formula-to-user, org-diary-to-ical-string)
23441 (orgtbl-export, org-table-fedit-post-command)
23442 (org-closed-in-range, org-shiftcontrolright)
23443 (org-table-convert-refs-to-an, org-table-hline-and-move)
23444 (org-table-formula-less-p, org-format-table-ascii)
23445 (org-agenda-get-sexps, org-shift-refpart)
23446 (org-diary-sexp-entry, org-time-string-to-absolute)
23447 (org-table-show-reference, org-letters-to-number)
23448 (org-fix-agenda-info, org-table-fedit-ref-up)
23449 (org-table-fedit-shift-reference, org-table-fedit-abort)
23450 (org-closest-date, org-shiftcontrolleft)
23451 (org-at-heading-or-item-p, org-rematch-and-replace)
23452 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
23453 New functions.
23454 (org-table-edit-scroll-down, org-finish-edit-formulas)
23455 (org-table-edit-next-field, org-abort-edit-formulas)
23456 (org-font-lock-level, org-export-find-first-heading-line)
23457 (org-table-edit-line-down, org-table-edit-backward-field)
23458 (org-edit-formula-lisp-indent, org-table-edit-move)
23459 (org-check-log-option, org-this-word)
23460 (org-table-edit-line-up, org-table-edit-formulas-post-command)
23461 (org-agenda-file-to-end, org-expand-file-name)
23462 (org-fake-empty-table-line, org-table-edit-scroll)
23463 (org-toggle-log-option, org-show-reference): Function removed.
23464 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
23465 New defsubsts.
23466 (org-unmodified, org-batch-store-agenda-views)
23467 (org-batch-agenda-csv): New macro.
23468 (org-agenda-export): New customization group.
23469 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
23470 (org-highest-priority, org-agenda-exporter-settings)
23471 (org-log-done-with-time, org-replace-disputed-keys)
23472 (org-format-latex-header, org-export-table-header-tags)
23473 (org-cycle-separator-lines, org-export-table-data-tags)
23474 (org-icalendar-include-sexps)
23475 (org-empty-line-terminates-plain-lists)
23476 (org-log-repeat, org-special-ctrl-a)
23477 (org-table-use-standard-references, org-disputed-keys)
23478 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
23479 (org-agenda-export-html-style): New option.
23480 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
23481 (org-CUA-compatible): Option removed.
23482 (org-agenda-structure, org-sexp-date): New face.
23483 (org-todo-keywords-for-agenda, org-not-done-keywords)
23484 (org-planning-or-clock-line-re, org-agenda-name)
23485 (org-table-colgroup-info, org-todo-sets)
23486 (constants-unit-system, org-clock-mode-line-entry)
23487 (org-mode-line-timer, org-table-current-begin-pos)
23488 (org-todo-keywords-1, org-mode-line-string)
23489 (org-table-clean-did-remove-column, org-table-fedit-map)
23490 (org-clock-heading, org-table-buffer-is-an)
23491 (org-agenda-info, org-done-keywords)
23492 (org-done-keywords-for-agenda, org-todo-heads)
23493 (org-todo-kwd-alist, org-clock-start-time): New variable.
23494 (org-todo-kwd-priority-p, org-edit-formulas-map)
23495 (org-repeat-re, org-todo-kwd-max-priority)
23496 (org-version, org-done-string)
23497 (org-table-clean-did-remove-column-1, org-disputed-keys):
23498 Remove variables.
23499 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
23500 (org-ts-lengths): Constant removed.
23501 (org-follow-gnus-link): Don't ask how many articles to read.
23502 (org-export-find-first-export-line): Rename from
23503 `org-export-find-first-heading'.
23504 Use `org-export-skip-text-before-1st-heading'.
23505 (org-table-fedit-post-command): Rename from
23506 `org-table-edit-formulas-post-command'.
23507 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
23508 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
23509 (org-table-fedit-lisp-indent): Rename from
23510 `org-edit-formula-lisp-indent'.
23511 (org-table-show-reference): Rename from `org-show-reference'.
23512 (org-table-store-formulas): Use `org-table-formula-less-p'.
23513 (org-table-edit-formulas): Position cursor to current field equation.
23514 (org-update-checkbox-count, org-hide-archived-subtrees)
23515 (org-timestamp-up-day, org-timestamp-down-day)
23516 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
23517 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
23518 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
23519 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
23520 Let `org-on-heading-p' also check for invisible heading.
23521 (org-read-date): Match am/pm times.
23522 (org-eval-in-calendar): Fix default date in prompt.
23523
23524 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
23525
23526 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
23527 "ChangeLog.a" entries, giving the latter lower priority.
23528
23529 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
23530
23531 * faces.el (face-id): If the argument is a face alias,
23532 return the ID of the target face.
23533
23534 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
23535
23536 * net/socks.el (top): Remove unnecessary copyright line.
23537
23538 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
23539
23540 * longlines.el (longlines-auto-wrap): Handle argument correctly.
23541
23542 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
23543
23544 * net/socks.el: New file, taken from w3 repository.
23545 (top): Update Copyright. Don't load cl.el.
23546 (all): Replace `case' by `cond', `string-to-int' by
23547 `string-to-number', and `process-kill-without-query' by
23548 `set-process-query-on-exit-flag'.
23549 (socks-char-int): Remove defalias and all occurrences.
23550
23551 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
23552
23553 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
23554 Fix typos in docstrings.
23555 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
23556 (compilation-finish-function): Fix typo in obsolescence declaration.
23557
23558 2007-06-03 Sam Steingold <sds@gnu.org>
23559
23560 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
23561 handle unending automatic recompilation of changed files (`omake -P').
23562 (compilation-loop): VISITED is now 5th CDR.
23563 (compilation-next-error-function): Set TIMESTAMP.
23564
23565 2007-06-03 Sam Steingold <sds@gnu.org>
23566
23567 * files.el (kill-buffer-ask): New function.
23568 (kill-some-buffers): Use it.
23569 (kill-matching-buffers): New user command.
23570
23571 2007-06-01 David Kastrup <dak@gnu.org>
23572
23573 * dired.el (dired-recursive-deletes, dired-recursive-copies):
23574 Change default to `top'.
23575
23576 2007-05-31 Richard Stallman <rms@gnu.org>
23577
23578 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
23579
23580 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23581
23582 * textmodes/css-mode.el: New file.
23583
23584 2007-05-30 Michael Olson <mwolson@gnu.org>
23585
23586 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
23587 died and we are trying to send a signal to it. The program using
23588 tq.el should periodically check to see whether the process has
23589 died and react appropriately -- this is not the responsibility of
23590 tq.el, and is consistent with the rest of the tq.el source code.
23591
23592 2007-05-29 Martin Rudalics <rudalics@gmx.at>
23593
23594 * textmodes/table.el (table--point-entered-cell-function)
23595 (table--point-left-cell-function):
23596 Bind `inhibit-point-motion-hooks' to t.
23597
23598 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
23599
23600 * emacs-lisp/rx.el (rx): Doc fix.
23601
23602 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
23603
23604 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
23605
23606 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
23607
23608 Sync with Tramp 2.0.56.
23609
23610 * net/tramp.el:
23611 * net/tramp-ftp.el:
23612 * net/tramp-smb.el:
23613 * net/tramp-util.el:
23614 * net/tramp-vc.el:
23615 Don't load cl.el, because that pollutes the namespace. Replace cl
23616 macros by their implementations where necessary. Requested by
23617 Richard Stallman <rms@gnu.org>.
23618
23619 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
23620 doesn't exist.
23621 (with-parsed-tramp-file-name): Protect debug spec during compilation.
23622 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
23623 (tramp-file-name-p, tramp-file-name-multi-method)
23624 (tramp-file-name-method, tramp-file-name-user)
23625 (tramp-file-name-host, tramp-file-name-localname): New defuns,
23626 replacing defstruct `tramp-file-name'.
23627 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
23628 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
23629 Apply `vector' instead of `make-tramp-file-name'.
23630 (tramp-handle-make-auto-save-file-name):
23631 Apply `tramp-temporary-file-directory' for compatibility reasons.
23632 (tramp-completion-mode): Use `natnump' instead of `wholenump'
23633 because of XEmacs.
23634 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
23635 started.
23636
23637 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
23638
23639 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
23640
23641 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
23642
23643 * log-edit.el (log-edit-changelog-paragraph): Return point-max
23644 as the end of the ChangeLog paragraph when it ends without a line
23645 termination.
23646
23647 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
23648
23649 * net/webjump.el (webjump-sample-sites):
23650 Add simple Wikipedia query.
23651
23652 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
23653
23654 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
23655 compatibility code.
23656
23657 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
23658 (copyright-update-year): Use it.
23659
23660 * edmacro.el (edmacro-format-keys): Use current-active-maps.
23661
23662 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
23663 Add indentation and debugging info. Fix up comment convention.
23664
23665 * cus-dep.el (custom-make-dependencies): Simplify.
23666
23667 * composite.el (compose-region, decompose-region):
23668 Use inhibit-read-only and restore-buffer-modified-p.
23669
23670 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
23671 (xterm-mouse-event): Use it.
23672
23673 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
23674
23675 * bs.el (bs-cycle-previous): Don't modify the cycle list until
23676 `switch-to-buffer' has returned succesfully.
23677 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
23678 window is dedicated (it could iconify the frame).
23679
23680 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
23681
23682 * vc-hooks.el (vc-find-root): Fix file attribute test.
23683
23684 2007-05-24 Richard Stallman <rms@gnu.org>
23685
23686 * textmodes/flyspell.el (flyspell-correct-word-before-point):
23687 Don't let opoint be nil.
23688 (flyspell-emacs-popup): Explicit error if no dialogs.
23689
23690 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
23691
23692 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
23693 (image-next-line, image-previous-line, image-scroll-up)
23694 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
23695 New functions.
23696 (image-mode-map): Remap motion commands.
23697 (image-mode-text-map): New keymap for viewing images as text.
23698 (image-mode): Use image-mode-map.
23699 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
23700
23701 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23702
23703 * textmodes/fill.el (canonically-space-region): Make the second arg
23704 a marker if it's not already the case.
23705
23706 2007-05-23 Eli Zaretskii <eliz@gnu.org>
23707
23708 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
23709 (tar-get-descriptor): Handle type 55, an extended pax header.
23710
23711 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23712
23713 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
23714 to confuse outline-minor-mode.
23715
23716 2007-05-23 Eli Zaretskii <eliz@gnu.org>
23717
23718 * tar-mode.el (tar-file-name-handler): New function.
23719 (tar-extract): Bind file-name-handler-alist to it to force
23720 find-buffer-file-type-coding-system behave as if the file being
23721 extracted existed. Use last-coding-system-used to force
23722 buffer-file-coding-system to what decode-coding-region actually
23723 used to decode the file.
23724
23725 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
23726
23727 * progmodes/compile.el (compilation-handle-exit):
23728 `compilation-finish-function' may change the current buffer.
23729
23730 2007-05-22 Richard Stallman <rms@gnu.org>
23731
23732 * files.el (set-auto-mode): Doc fix.
23733
23734 2007-05-22 Jan Djärv <jan.h.d@swipnet.se>
23735
23736 * help-fns.el (find-source-lisp-file): New function.
23737 (describe-function-1): Use find-source-lisp-file to find source
23738 file in compile tree.
23739
23740 2007-05-22 Eli Zaretskii <eliz@gnu.org>
23741
23742 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
23743
23744 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
23745
23746 * emacs-lisp/easy-mmode.el (define-minor-mode)
23747 (easy-mmode-define-navigation): Fix typos in docstrings.
23748
23749 2007-05-22 Glenn Morris <rgm@gnu.org>
23750
23751 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
23752
23753 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
23754
23755 * mail/mail-extr.el (mail-extract-address-components):
23756 Recognize non-ASCII characters except for NBSP as words.
23757
23758 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
23759
23760 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
23761 (rcirc-print): Handle `window-width'.
23762 (rcirc-buffer-maximum-lines): Doc fix.
23763
23764 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
23765
23766 * image-mode.el (image-toggle-display): Don't clear image cache.
23767 Only use filename in image spec if the file is readable.
23768 Call image-refresh.
23769
23770 * image.el (image-type-from-file-name, image-type): Simplify.
23771 (image-type-auto-detected-p): Don't scan auto-mode-alist.
23772
23773 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
23774 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
23775
23776 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
23777
23778 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
23779 is an error.
23780
23781 * term/linux.el (terminal-init-linux): Don't signal an error
23782 if gpm isn't running.
23783
23784 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
23785
23786 * t-mouse.el: Reduce to a minor-mode macro call.
23787 (t-mouse-mode): Remove the lighter.
23788
23789 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
23790
23791 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
23792
23793 * files.el (auto-mode-alist): Change the regexp so that
23794 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
23795
23796 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
23797
23798 * Version 22.1 released.
23799
23800 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
23801
23802 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
23803 changes.
23804
23805 2007-05-19 Kevin Ryde <user42@zip.com.au>
23806
23807 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
23808
23809 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
23810
23811 * textmodes/sgml-mode.el: Revert last change.
23812
23813 2007-05-18 Richard Stallman <rms@gnu.org>
23814
23815 * simple.el (push-mark): Doc fix.
23816
23817 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
23818
23819 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
23820 tpu-global-map.
23821 (tpu-original-global-map): Variable deleted.
23822 (tpu-control-keys-map): New keymap variable.
23823 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
23824 setting keymapping directly.
23825 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
23826 tpu-global-map.
23827 (tpu-edt-on): Activate the tpu-global-map.
23828 (tpu-edt-off): Deactivate the tpu-global-map.
23829
23830 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
23831
23832 * textmodes/ispell.el (ispell-get-word): Return markers
23833 for start and end positions.
23834 (ispell-word): Assume END is a marker.
23835
23836 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
23837
23838 * textmodes/sgml-mode.el (sgml-tag):
23839 Fix bug: Call sgml-transformation-function.
23840
23841 2007-05-17 Martin Rudalics <rudalics@gmx.at>
23842
23843 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
23844 modified flag of buffer. Use `inhibit-modification-hooks'.
23845
23846 2007-05-16 Richard Stallman <rms@gnu.org>
23847
23848 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
23849
23850 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23851
23852 * files.el (magic-mode-alist, magic-fallback-mode-alist):
23853 Move the *ml, Postscript, and XmCD entries to the fallback part.
23854
23855 * files.el (magic-fallback-mode-alist):
23856 Rename from file-start-mode-alist.
23857
23858 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
23859
23860 * progmodes/compile.el (compilation-handle-exit): Quote first
23861 argument of `run-hook-with-args'.
23862
23863 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
23864
23865 * buff-menu.el (Buffer-menu-sort-column):
23866 * dabbrev.el (dabbrev-upcase-means-case-search):
23867 * dired.el (dired-recursive-deletes, dired-recursive-copies):
23868 * info.el (Info-current-subfile):
23869 * ls-lisp.el (ls-lisp-verbosity):
23870 * msb.el (msb-menu-cond):
23871 * pcvs.el (cvs-dired-use-hook):
23872 * simple.el (set-mark-command-repeat-pop):
23873 * time.el (display-time-24hr-format, display-time-mail-file):
23874 Doc fixes.
23875
23876 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
23877 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
23878
23879 * view.el (view-inhibit-help-message): Fix typo in docstring.
23880 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
23881
23882 2007-05-16 Martin Rudalics <rudalics@gmx.at>
23883
23884 * textmodes/ispell.el (ispell-start-process): Defend against bad
23885 default-directory.
23886
23887 2007-05-14 Eli Zaretskii <eliz@gnu.org>
23888
23889 * mail/rmail.el (rmail-convert-to-babyl-format): Check
23890 content-transfer-encoding _last_, because it's its position that
23891 we need as value of base64-header-field-end.
23892
23893 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
23894
23895 * files.el (mode-require-final-newline, require-final-newline)
23896 (enable-local-variables, enable-local-eval): Doc fixes.
23897
23898 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23899
23900 * ps-print.el: Use default color when foreground or background color
23901 are unspecified. Reported by Leo <sdl.web@gmail.com>.
23902 (ps-print-version): New version 6.7.4.
23903 (ps-rgb-color): New argument. Use default color when color is
23904 unspecified.
23905 (ps-begin-job): Fix code.
23906
23907 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
23908
23909 * longlines.el (longlines-mode): Make longlines-auto-wrap
23910 buffer-local. Add hooks unconditionally.
23911 (longlines-auto-wrap): Toggle wrapping.
23912 (longlines-after-change-function)
23913 (longlines-post-command-function): Check longlines-auto-wrap.
23914
23915 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
23916
23917 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
23918 (xterm-mouse-translate): Use it.
23919
23920 2007-05-10 Richard Stallman <rms@gnu.org>
23921
23922 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
23923 (iso-cvt-write-only): Likewise.
23924
23925 * emacs-lisp/easy-mmode.el (define-minor-mode):
23926 Fix generated doc string.
23927
23928 * startup.el (fancy-splash-text): Add URL of guided tour.
23929 Adjust horizontal and vertical whitespace.
23930
23931 * progmodes/compile.el (compilation-handle-exit):
23932 Use run-hook-with-args to run compilation-finish-functions.
23933
23934 * files.el (file-start-mode-alist): New variable.
23935 (magic-mode-regexp-match-limit): Doc fix.
23936 (set-auto-mode): Handle file-start-mode-alist.
23937 A little cleanup of structure.
23938
23939 * dabbrev.el (dabbrev-eliminate-newlines):
23940 Renamed from dabbrev--eliminate-newlines. All uses changed.
23941
23942 2007-05-10 Michaël Cadilhac <michael@cadilhac.name>
23943
23944 * man.el (Man-next-section): Don't consider the last line of the page
23945 as being part of any section.
23946
23947 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
23948
23949 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
23950 can take any number of values.
23951
23952 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
23953
23954 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
23955 to the list of citation commands.
23956
23957 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
23958
23959 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
23960
23961 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
23962
23963 * progmodes/python.el (python-font-lock-keywords)
23964 (python-open-block-statement-p, python-mode): Add support for the new
23965 "with" keyword.
23966
23967 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23968
23969 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
23970 the exact opposite of diff-goto-source.
23971
23972 * emacs-lisp/advice.el (ad-special-forms): Remove.
23973 (ad-special-form-p): Use subr-arity.
23974
23975 * newcomment.el (comment-search-forward): Make sure we search forward.
23976 (comment-enter-backward): Try and distinguish the non-matching case at
23977 EOB from the non-matching case with a missing comment-end-skip for
23978 a 2-char comment ender.
23979 (comment-choose-indent): New function extracted from comment-indent.
23980 Improve the alignment algorithm.
23981 (comment-indent): Use it.
23982
23983 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
23984 XML style Processing Instructions.
23985 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
23986 (sgml-calculate-indent): Handle `pi' context.
23987
23988 * vc.el: Ensure that update-changelog issues an error when used with
23989 a backend that does not implement it.
23990 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
23991 Remove `backend' argument. Use expand-file-name.
23992 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
23993
23994 * progmodes/python.el (python-end-of-block): Revert last change.
23995 (python-end-of-statement): Make sure we move *forward*.
23996
23997 2007-05-08 Richard Stallman <rms@gnu.org>
23998
23999 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
24000 Don't include non-self-insert commands in the exception for `-'.
24001
24002 2007-05-08 David Reitter <david.reitter@gmail.com>
24003
24004 * progmodes/python.el (python-guess-indent): Check non-nullness
24005 before comparing indent against the 2..8 interval.
24006
24007 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24008
24009 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
24010 available.
24011
24012 2007-05-06 Richard Stallman <rms@gnu.org>
24013
24014 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
24015
24016 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24017
24018 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
24019 rather than storing their value in the revert-buffer function.
24020
24021 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
24022
24023 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
24024 when disabling t-mouse-mode.
24025
24026 2007-05-01 Davis Herring <herring@lanl.gov>
24027
24028 * calendar/timeclock.el: Update version number.
24029 (timeclock-modeline-display): Mention timeclock-use-display-time
24030 in explanatory message.
24031 (timeclock-in): Fix non-interactive workday specifications.
24032 (timeclock-log): Don't kill the log buffer if it already existed.
24033 Suppress warnings when finding the log. Don't check for a nil
24034 project twice. Run hooks after killing the buffer (if applicable).
24035 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
24036 was geometric). All uses changed.
24037 (timeclock-generate-report): Support prefix argument.
24038
24039 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
24040
24041 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
24042 disconnections.
24043
24044 2007-05-01 Romain Francoise <romain@orebokech.com>
24045
24046 * dired-x.el: Revert 2007-04-06 change.
24047
24048 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
24049
24050 * find-dired.el (find-dired-filter): Propertize all text down to eob.
24051
24052 2007-04-29 Richard Stallman <rms@gnu.org>
24053
24054 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
24055
24056 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24057
24058 * progmodes/cc-mode.el (c-before-change): Use point-min rather
24059 than 1.
24060
24061 2007-04-28 Richard Stallman <rms@gnu.org>
24062
24063 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
24064
24065 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
24066
24067 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
24068 don't put stop on toolbar.
24069
24070 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24071
24072 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
24073
24074 2007-04-28 Eli Zaretskii <eliz@gnu.org>
24075
24076 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
24077 instead of $(lisp)/mh-e.
24078
24079 2007-04-28 Glenn Morris <rgm@gnu.org>
24080
24081 * image-dired.el (image-dired-cmd-create-thumbnail-options)
24082 (image-dired-cmd-create-temp-image-options): Replace option
24083 +profile "*" with -strip.
24084
24085 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
24086
24087 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
24088 Use window-start and window-end.
24089
24090 2007-04-27 Andreas Schwab <schwab@suse.de>
24091
24092 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
24093
24094 2007-04-27 Eli Zaretskii <eliz@gnu.org>
24095
24096 * textmodes/fill.el (fill-paragraph): Doc fix.
24097
24098 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
24099
24100 * locate.el (locate-in-alternate-database): Doc fix.
24101
24102 2007-04-26 Glenn Morris <rgm@gnu.org>
24103
24104 * button.el (button): Use underline if supported, else fall back
24105 to color.
24106
24107 * version.el (emacs-version): Increase to 22.1.50.
24108
24109 2007-04-25 Richard Stallman <rms@gnu.org>
24110
24111 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
24112
24113 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
24114
24115 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
24116 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
24117 pushing mark.
24118 (idlwave-current-routine): Don't push mark.
24119
24120 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
24121
24122 * image-dired.el (image-dired-display-image): Derive image-type from
24123 filename rather than assuming jpeg, in case no resizing was needed.
24124
24125 2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se>
24126
24127 * custom.el (defface): Doc fix.
24128
24129 See ChangeLog.12 for earlier changes.
24130
24131 ;; Local Variables:
24132 ;; coding: utf-8
24133 ;; add-log-time-zone-rule: t
24134 ;; End:
24135
24136 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
24137
24138 This file is part of GNU Emacs.
24139
24140 GNU Emacs is free software; you can redistribute it and/or modify
24141 it under the terms of the GNU General Public License as published by
24142 the Free Software Foundation; either version 3, or (at your option)
24143 any later version.
24144
24145 GNU Emacs is distributed in the hope that it will be useful,
24146 but WITHOUT ANY WARRANTY; without even the implied warranty of
24147 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24148 GNU General Public License for more details.
24149
24150 You should have received a copy of the GNU General Public License
24151 along with GNU Emacs; see the file COPYING. If not, write to the
24152 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24153 Boston, MA 02110-1301, USA.
24154
24155 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af